ConnectivityInformation Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ConnectivityInformation() |
Inicializa uma nova instância da classe ConnectivityInformation. |
ConnectivityInformation(IList<ConnectivityHop>, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
Inicializa uma nova instância da classe ConnectivityInformation. |
ConnectivityInformation()
Inicializa uma nova instância da classe ConnectivityInformation.
public ConnectivityInformation ();
Public Sub New ()
Aplica-se a
ConnectivityInformation(IList<ConnectivityHop>, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)
Inicializa uma nova instância da classe ConnectivityInformation.
public ConnectivityInformation (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectivityHop> hops = default, string connectionStatus = default, int? avgLatencyInMs = default, int? minLatencyInMs = default, int? maxLatencyInMs = default, int? probesSent = default, int? probesFailed = default);
new Microsoft.Azure.Management.Network.Models.ConnectivityInformation : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectivityHop> * string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.Network.Models.ConnectivityInformation
Public Sub New (Optional hops As IList(Of ConnectivityHop) = Nothing, Optional connectionStatus As String = 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
- String
O status de conexão. Os valores possíveis incluem: 'Desconhecido', 'Conectado', 'Desconectado', 'Degradado'
Aplica-se a
Azure SDK for .NET