次の方法で共有


IAutoHealTriggers.StatusCode Property

Definition

A rule based on status codes.

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

Property Value

Attributes

Applies to