FunctionTriggerType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET