FunctionTriggerType Struct

Definition

The trigger type of the function Serialized Name: TriggerTypes

public readonly struct FunctionTriggerType : IEquatable<Azure.ResourceManager.AppService.Models.FunctionTriggerType>
type FunctionTriggerType = struct
Public Structure FunctionTriggerType
Implements IEquatable(Of FunctionTriggerType)
Inheritance
FunctionTriggerType
Implements

Constructors

Name Description
FunctionTriggerType(String)

Initializes a new instance of FunctionTriggerType.

Properties

Name Description
HttpTrigger

HttpTrigger Serialized Name: TriggerTypes.HttpTrigger

Unknown

Unknown Serialized Name: TriggerTypes.Unknown

Methods

Name Description
Equals(FunctionTriggerType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(FunctionTriggerType, FunctionTriggerType)

Determines if two FunctionTriggerType values are the same.

Implicit(String to FunctionTriggerType)

Converts a String to a FunctionTriggerType.

Inequality(FunctionTriggerType, FunctionTriggerType)

Determines if two FunctionTriggerType values are not the same.

Applies to