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

ResponseBasedOriginErrorDetectionParameters.HttpErrorRanges 属性

定义

获取或设置被视为源服务器错误且标记为不正常的 Http 状态代码范围的列表。

[Newtonsoft.Json.JsonProperty(PropertyName="httpErrorRanges")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.HttpErrorRangeParameters> HttpErrorRanges { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="httpErrorRanges")>]
member this.HttpErrorRanges : System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.HttpErrorRangeParameters> with get, set
Public Property HttpErrorRanges As IList(Of HttpErrorRangeParameters)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于