ISiteConfigResource.TriggerStatusCode Property

Definition

A rule based on status codes.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="A rule based on status codes.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IStatusCodesBasedTrigger) }, Read=true, ReadOnly=false, Required=false, SerializedName="statusCodes", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IStatusCodesBasedTrigger> TriggerStatusCode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="A rule based on status codes.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IStatusCodesBasedTrigger) }, Read=true, ReadOnly=false, Required=false, SerializedName="statusCodes", Update=true)>]
member this.TriggerStatusCode : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IStatusCodesBasedTrigger> with get, set
Public Property TriggerStatusCode As List(Of IStatusCodesBasedTrigger)

Property Value

Attributes

Applies to