Compartir a través de


ArmNetworkModelFactory.ConnectivityInformation Método

Definición

Inicializa una nueva instancia de ConnectivityInformation.

public static Azure.ResourceManager.Network.Models.ConnectivityInformation ConnectivityInformation (System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.ConnectivityHopInfo> hops = default, Azure.ResourceManager.Network.Models.NetworkConnectionStatus? networkConnectionStatus = default, int? avgLatencyInMs = default, int? minLatencyInMs = default, int? maxLatencyInMs = default, int? probesSent = default, int? probesFailed = default);
static member ConnectivityInformation : seq<Azure.ResourceManager.Network.Models.ConnectivityHopInfo> * Nullable<Azure.ResourceManager.Network.Models.NetworkConnectionStatus> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Azure.ResourceManager.Network.Models.ConnectivityInformation
Public Shared Function ConnectivityInformation (Optional hops As IEnumerable(Of ConnectivityHopInfo) = Nothing, Optional networkConnectionStatus As Nullable(Of NetworkConnectionStatus) = 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) As ConnectivityInformation

Parámetros

hops
IEnumerable<ConnectivityHopInfo>

Lista de saltos entre el origen y el destino.

networkConnectionStatus
Nullable<NetworkConnectionStatus>

Estado de conexión.

avgLatencyInMs
Nullable<Int32>

Latencia media en milisegundos.

minLatencyInMs
Nullable<Int32>

Latencia mínima en milisegundos.

maxLatencyInMs
Nullable<Int32>

Latencia máxima en milisegundos.

probesSent
Nullable<Int32>

Número total de sondeos enviados.

probesFailed
Nullable<Int32>

Número de sondeos con errores.

Devoluciones

ConnectivityInformation Nueva instancia de para simular.

Se aplica a