ConnectionStateSnapshot 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
ConnectionStateSnapshot() |
Initialisiert eine neue instance der ConnectionStateSnapshot-Klasse. |
ConnectionStateSnapshot(ConnectionState, Nullable<DateTime>, Nullable<DateTime>, EvaluationState, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<ConnectivityHop>) |
Initialisiert eine neue instance der ConnectionStateSnapshot-Klasse. |
ConnectionStateSnapshot()
Initialisiert eine neue instance der ConnectionStateSnapshot-Klasse.
public ConnectionStateSnapshot ();
Public Sub New ()
Gilt für:
ConnectionStateSnapshot(ConnectionState, Nullable<DateTime>, Nullable<DateTime>, EvaluationState, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<ConnectivityHop>)
Initialisiert eine neue instance der ConnectionStateSnapshot-Klasse.
public ConnectionStateSnapshot (Microsoft.Azure.Management.Network.Fluent.Models.ConnectionState connectionState = default, DateTime? startTime = default, DateTime? endTime = default, Microsoft.Azure.Management.Network.Fluent.Models.EvaluationState evaluationState = default, int? avgLatencyInMs = default, int? minLatencyInMs = default, int? maxLatencyInMs = default, int? probesSent = default, int? probesFailed = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ConnectivityHop> hops = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ConnectionStateSnapshot : Microsoft.Azure.Management.Network.Fluent.Models.ConnectionState * Nullable<DateTime> * Nullable<DateTime> * Microsoft.Azure.Management.Network.Fluent.Models.EvaluationState * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ConnectivityHop> -> Microsoft.Azure.Management.Network.Fluent.Models.ConnectionStateSnapshot
Public Sub New (Optional connectionState As ConnectionState = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional evaluationState As EvaluationState = Nothing, Optional avgLatencyInMs As Nullable(Of Integer) = Nothing, Optional minLatencyInMs As Nullable(Of Integer) = Nothing, Optional maxLatencyInMs As Nullable(Of Integer) = Nothing, Optional probesSent As Nullable(Of Integer) = Nothing, Optional probesFailed As Nullable(Of Integer) = Nothing, Optional hops As IList(Of ConnectivityHop) = Nothing)
Parameter
- connectionState
- ConnectionState
Der Verbindungsstatus. Mögliche Werte: "Erreichbar", "Nicht erreichbar", "Unbekannt"
- evaluationState
- EvaluationState
Auswertungsstatus der Konnektivitätsanalyse. Mögliche Werte: "NotStarted", "InProgress", "Completed"
- hops
- IList<ConnectivityHop>
Liste der Hops zwischen der Quelle und dem Ziel.
Gilt für:
Azure SDK for .NET