Partager via


MonitorConfigExpectedStatusCodeRangesItem Constructeurs

Définition

Surcharges

MonitorConfigExpectedStatusCodeRangesItem()

Initialise une nouvelle instance de la classe MonitorConfigExpectedStatusCodeRangesItem.

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

Initialise une nouvelle instance de la classe MonitorConfigExpectedStatusCodeRangesItem.

MonitorConfigExpectedStatusCodeRangesItem()

Initialise une nouvelle instance de la classe MonitorConfigExpectedStatusCodeRangesItem.

public MonitorConfigExpectedStatusCodeRangesItem();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe 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)

Paramètres

min
Nullable<Int32>

Min status code.

max
Nullable<Int32>

Max status code.

S’applique à