次の方法で共有


MonitorConfigExpectedStatusCodeRangesItem コンストラクター

定義

オーバーロード

MonitorConfigExpectedStatusCodeRangesItem()

MonitorConfigExpectedStatusCodeRangesItem クラスの新しいインスタンスを初期化します。

MonitorConfigExpectedStatusCodeRangesItem(Nullable<Int32>, Nullable<Int32>)

MonitorConfigExpectedStatusCodeRangesItem クラスの新しいインスタンスを初期化します。

MonitorConfigExpectedStatusCodeRangesItem()

MonitorConfigExpectedStatusCodeRangesItem クラスの新しいインスタンスを初期化します。

public MonitorConfigExpectedStatusCodeRangesItem ();
Public Sub New ()

適用対象

MonitorConfigExpectedStatusCodeRangesItem(Nullable<Int32>, Nullable<Int32>)

MonitorConfigExpectedStatusCodeRangesItem クラスの新しいインスタンスを初期化します。

public MonitorConfigExpectedStatusCodeRangesItem (int? min = default, int? max = default);
new Microsoft.Azure.Management.TrafficManager.Models.MonitorConfigExpectedStatusCodeRangesItem : Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.TrafficManager.Models.MonitorConfigExpectedStatusCodeRangesItem
Public Sub New (Optional min As Nullable(Of Integer) = Nothing, Optional max As Nullable(Of Integer) = Nothing)

パラメーター

min
Nullable<Int32>

最小状態コード。

max
Nullable<Int32>

最大状態コード。

適用対象