Compartilhar via


ConnectionStateSnapshot Construtores

Definição

Sobrecargas

ConnectionStateSnapshot()

Inicializa uma nova instância da classe ConnectionStateSnapshot.

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

Inicializa uma nova instância da classe ConnectionStateSnapshot.

ConnectionStateSnapshot()

Inicializa uma nova instância da classe ConnectionStateSnapshot.

public ConnectionStateSnapshot ();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da 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)

Parâmetros

connectionState
String

O estado da conexão. Os valores possíveis incluem: 'Acessível', 'Inacessível', 'Desconhecido'

startTime
Nullable<DateTime>

A hora de início da conexão instantâneo.

endTime
Nullable<DateTime>

A hora de término da conexão instantâneo.

evaluationState
String

Estado de avaliação da análise de conectividade. Os valores possíveis incluem: 'NotStarted', 'InProgress', 'Completed'

avgLatencyInMs
Nullable<Int64>

Latência média em ms.

minLatencyInMs
Nullable<Int64>

Latência mínima em ms.

maxLatencyInMs
Nullable<Int64>

Latência máxima em ms.

probesSent
Nullable<Int64>

O número de investigações enviadas.

probesFailed
Nullable<Int64>

O número de investigações com falha.

hops
IList<ConnectivityHop>

Lista de saltos entre a origem e o destino.

Aplica-se a