Partager via


ConnectionStateSnapshot Constructeurs

Définition

Surcharges

ConnectionStateSnapshot()

Initialise une nouvelle instance de la classe ConnectionStateSnapshot.

ConnectionStateSnapshot(String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, IList<ConnectivityHop>)

Initialise une nouvelle instance de la classe ConnectionStateSnapshot.

ConnectionStateSnapshot()

Initialise une nouvelle instance de la classe ConnectionStateSnapshot.

public ConnectionStateSnapshot ();
Public Sub New ()

S’applique à

ConnectionStateSnapshot(String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, IList<ConnectivityHop>)

Initialise une nouvelle instance de la classe ConnectionStateSnapshot.

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)

Paramètres

connectionState
String

État de la connexion. Les valeurs possibles sont les suivantes : 'Reachable', 'Unreachable', 'Unknown'

startTime
Nullable<DateTime>

Heure de début de la connexion instantané.

endTime
Nullable<DateTime>

Heure de fin de la connexion instantané.

evaluationState
String

État d’évaluation de l’analyse de la connectivité. Les valeurs possibles sont les suivantes : « NotStarted », « InProgress », « Completed »

avgLatencyInMs
Nullable<Int64>

Latence moyenne en ms.

minLatencyInMs
Nullable<Int64>

Latence minimale en ms.

maxLatencyInMs
Nullable<Int64>

Latence maximale en ms.

probesSent
Nullable<Int64>

Nombre de sondes envoyées.

probesFailed
Nullable<Int64>

Nombre de sondes ayant échoué.

hops
IList<ConnectivityHop>

Liste des tronçons entre la source et la destination.

S’applique à