MonitorConfigExpectedStatusCodeRangesItem Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
S’applique à
Azure SDK for .NET