次の方法で共有


MonitorConfig.ExpectedStatusCodeRanges プロパティ

定義

予期される状態コード範囲の一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象