MonitorConfigExpectedStatusCodeRangesItem Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
MonitorConfigExpectedStatusCodeRangesItem() |
Initialisiert eine neue instance der MonitorConfigExpectedStatusCodeRangesItem-Klasse. |
MonitorConfigExpectedStatusCodeRangesItem(Nullable<Int32>, Nullable<Int32>) |
Initialisiert eine neue instance der MonitorConfigExpectedStatusCodeRangesItem-Klasse. |
MonitorConfigExpectedStatusCodeRangesItem()
Initialisiert eine neue instance der MonitorConfigExpectedStatusCodeRangesItem-Klasse.
public MonitorConfigExpectedStatusCodeRangesItem ();
Public Sub New ()
Gilt für:
MonitorConfigExpectedStatusCodeRangesItem(Nullable<Int32>, Nullable<Int32>)
Initialisiert eine neue instance der MonitorConfigExpectedStatusCodeRangesItem-Klasse.
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)
Parameter
Gilt für:
Azure SDK for .NET