Compartilhar via


VpnClientConnectionHealth Construtores

Definição

Sobrecargas

VpnClientConnectionHealth()

Inicializa uma nova instância da classe VpnClientConnectionHealth.

VpnClientConnectionHealth(Nullable<Int64>, Nullable<Int64>, Nullable<Int32>, IList<String>)

Inicializa uma nova instância da classe VpnClientConnectionHealth.

VpnClientConnectionHealth()

Inicializa uma nova instância da classe VpnClientConnectionHealth.

public VpnClientConnectionHealth ();
Public Sub New ()

Aplica-se a

VpnClientConnectionHealth(Nullable<Int64>, Nullable<Int64>, Nullable<Int32>, IList<String>)

Inicializa uma nova instância da classe VpnClientConnectionHealth.

public VpnClientConnectionHealth (long? totalIngressBytesTransferred = default, long? totalEgressBytesTransferred = default, int? vpnClientConnectionsCount = default, System.Collections.Generic.IList<string> allocatedIpAddresses = default);
new Microsoft.Azure.Management.Network.Models.VpnClientConnectionHealth : Nullable<int64> * Nullable<int64> * Nullable<int> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Models.VpnClientConnectionHealth
Public Sub New (Optional totalIngressBytesTransferred As Nullable(Of Long) = Nothing, Optional totalEgressBytesTransferred As Nullable(Of Long) = Nothing, Optional vpnClientConnectionsCount As Nullable(Of Integer) = Nothing, Optional allocatedIpAddresses As IList(Of String) = Nothing)

Parâmetros

totalIngressBytesTransferred
Nullable<Int64>

Total de Bytes de Entrada Transferidos nesta conexão vpn P2S.

totalEgressBytesTransferred
Nullable<Int64>

Total de Bytes de Saída Transferidos nesta conexão.

vpnClientConnectionsCount
Nullable<Int32>

O total de clientes vpn p2s conectados neste momento a este P2SVpnGateway.

allocatedIpAddresses
IList<String>

Lista de endereços IP alocados para os clientes vpn p2s conectados.

Aplica-se a