共用方式為


ResponseBasedOriginErrorDetectionParameters.HttpErrorRanges Property

Definition

Gets or sets the list of Http status code ranges that are considered as server errors for origin and it is marked as unhealthy.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to