次の方法で共有


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

適用対象