Freigeben über


ConnectionStateSnapshot Konstruktoren

Definition

Ü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"

startTime
Nullable<DateTime>

Die Startzeit der Verbindung Momentaufnahme.

endTime
Nullable<DateTime>

Die Endzeit der Verbindung Momentaufnahme.

evaluationState
EvaluationState

Auswertungsstatus der Konnektivitätsanalyse. Mögliche Werte: "NotStarted", "InProgress", "Completed"

avgLatencyInMs
Nullable<Int32>

Durchschnittliche Latenz in ms.

minLatencyInMs
Nullable<Int32>

Minimale Latenz in ms.

maxLatencyInMs
Nullable<Int32>

Maximale Latenz in ms.

probesSent
Nullable<Int32>

Die Anzahl der gesendeten Tests.

probesFailed
Nullable<Int32>

Die Anzahl der fehlgeschlagenen Tests.

hops
IList<ConnectivityHop>

Liste der Hops zwischen der Quelle und dem Ziel.

Gilt für: