Share via


MonitorConfig.ExpectedStatusCodeRanges Property

Definition

Gets or sets list of expected status code ranges.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to