Sdílet prostřednictvím


ConnectivityCheckRequestProtocolConfigurationHTTPConfiguration.ValidStatusCodes Property

Definition

Gets or sets list of HTTP status codes considered valid for the request response.

[Newtonsoft.Json.JsonProperty(PropertyName="validStatusCodes")]
public System.Collections.Generic.IList<long?> ValidStatusCodes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="validStatusCodes")>]
member this.ValidStatusCodes : System.Collections.Generic.IList<Nullable<int64>> with get, set
Public Property ValidStatusCodes As IList(Of Nullable(Of Long))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to