Partilhar via


ConnectivityInformationInner Construtores

Definição

Sobrecargas

ConnectivityInformationInner()

Inicializa uma nova instância da classe ConnectivityInformationInner.

ConnectivityInformationInner(IList<ConnectivityHop>, ConnectionStatus, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Inicializa uma nova instância da classe ConnectivityInformationInner.

ConnectivityInformationInner()

Inicializa uma nova instância da classe ConnectivityInformationInner.

public ConnectivityInformationInner ();
Public Sub New ()

Aplica-se a

ConnectivityInformationInner(IList<ConnectivityHop>, ConnectionStatus, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Inicializa uma nova instância da classe ConnectivityInformationInner.

public ConnectivityInformationInner (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ConnectivityHop> hops = default, Microsoft.Azure.Management.Network.Fluent.Models.ConnectionStatus connectionStatus = default, int? avgLatencyInMs = default, int? minLatencyInMs = default, int? maxLatencyInMs = default, int? probesSent = default, int? probesFailed = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ConnectivityInformationInner : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ConnectivityHop> * Microsoft.Azure.Management.Network.Fluent.Models.ConnectionStatus * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.Network.Fluent.Models.ConnectivityInformationInner
Public Sub New (Optional hops As IList(Of ConnectivityHop) = Nothing, Optional connectionStatus As ConnectionStatus = 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)

Parâmetros

hops
IList<ConnectivityHop>

Lista de saltos entre a origem e o destino.

connectionStatus
ConnectionStatus

A conexão status. Os valores possíveis incluem: 'Unknown', 'Connected', 'Disconnected', 'Degraded'

avgLatencyInMs
Nullable<Int32>

Latência média em milissegundos.

minLatencyInMs
Nullable<Int32>

Latência mínima em milissegundos.

maxLatencyInMs
Nullable<Int32>

Latência máxima em milissegundos.

probesSent
Nullable<Int32>

Número total de investigações enviadas.

probesFailed
Nullable<Int32>

Número de investigações com falha.

Aplica-se a