IStaticSiteFunctionOverviewArmResource.TriggerType Property

Definition

The trigger type of the function

[Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "HttpTrigger", "Unknown" })]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="The trigger type of the function", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="triggerType", Update=false)]
public string TriggerType { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "HttpTrigger", "Unknown" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="The trigger type of the function", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="triggerType", Update=false)>]
member this.TriggerType : string
Public ReadOnly Property TriggerType As String

Property Value

Attributes

Applies to