StaticSiteFunctionOverviewARMResource.TriggerType Property

Definition

Gets the trigger type of the function. Possible values include: 'HttpTrigger', 'Unknown'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.triggerType")]
public string TriggerType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.triggerType")>]
member this.TriggerType : string
Public ReadOnly Property TriggerType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to