Freigeben über


ConnectionStateSnapshot Konstruktoren

Definition

Überlädt

ConnectionStateSnapshot()

Initialisiert eine neue instance der ConnectionStateSnapshot-Klasse.

ConnectionStateSnapshot(String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, 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(String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, IList<ConnectivityHop>)

Initialisiert eine neue instance der ConnectionStateSnapshot-Klasse.

public ConnectionStateSnapshot(string connectionState = default, DateTime? startTime = default, DateTime? endTime = default, string evaluationState = default, long? avgLatencyInMs = default, long? minLatencyInMs = default, long? maxLatencyInMs = default, long? probesSent = default, long? probesFailed = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectivityHop> hops = default);
new Microsoft.Azure.Management.Network.Models.ConnectionStateSnapshot : string * Nullable<DateTime> * Nullable<DateTime> * string * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectivityHop> -> Microsoft.Azure.Management.Network.Models.ConnectionStateSnapshot
Public Sub New (Optional connectionState As String = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional evaluationState As String = Nothing, Optional avgLatencyInMs As Nullable(Of Long) = Nothing, Optional minLatencyInMs As Nullable(Of Long) = Nothing, Optional maxLatencyInMs As Nullable(Of Long) = Nothing, Optional probesSent As Nullable(Of Long) = Nothing, Optional probesFailed As Nullable(Of Long) = Nothing, Optional hops As IList(Of ConnectivityHop) = Nothing)

Parameter

connectionState
String

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
String

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

avgLatencyInMs
Nullable<Int64>

Durchschnittliche Latenz in ms.

minLatencyInMs
Nullable<Int64>

Minimale Latenz in ms.

maxLatencyInMs
Nullable<Int64>

Maximale Latenz in ms.

probesSent
Nullable<Int64>

Die Anzahl der gesendeten Tests.

probesFailed
Nullable<Int64>

Die Anzahl der fehlgeschlagenen Tests.

hops
IList<ConnectivityHop>

Liste der Hops zwischen der Quelle und dem Ziel.

Gilt für: