你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IAutoHealTriggers.StatusCodesRange Property

Definition

A rule based on status codes ranges.

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

Property Value

Attributes

Applies to