Share via


FunctionTriggerType Struct

Definition

The trigger type of the function.

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

Constructors

FunctionTriggerType(String)

Initializes a new instance of FunctionTriggerType.

Properties

HttpTrigger

HttpTrigger.

Unknown

Unknown.

Methods

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

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