Freigeben über


VpnClientConnectionHealth Konstruktoren

Definition

Überlädt

VpnClientConnectionHealth()

Initialisiert eine neue instance der VpnClientConnectionHealth-Klasse.

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

Initialisiert eine neue instance der VpnClientConnectionHealth-Klasse.

VpnClientConnectionHealth()

Initialisiert eine neue instance der VpnClientConnectionHealth-Klasse.

public VpnClientConnectionHealth ();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue instance der VpnClientConnectionHealth-Klasse.

public VpnClientConnectionHealth (long? totalIngressBytesTransferred = default, long? totalEgressBytesTransferred = default, int? vpnClientConnectionsCount = default, System.Collections.Generic.IList<string> allocatedIpAddresses = default);
new Microsoft.Azure.Management.Network.Fluent.Models.VpnClientConnectionHealth : Nullable<int64> * Nullable<int64> * Nullable<int> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Fluent.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)

Parameter

totalIngressBytesTransferred
Nullable<Int64>

Gesamtsumme der eingehenden Bytes, die in dieser P2S-VPN-Verbindung übertragen wurden.

totalEgressBytesTransferred
Nullable<Int64>

Gesamtsumme der ausgehenden Bytes, die in dieser Verbindung übertragen wurden.

vpnClientConnectionsCount
Nullable<Int32>

Die Summe der p2s-VPN-Clients, die zu diesem Zeitpunkt mit diesem P2SVpnGateway verbunden sind.

allocatedIpAddresses
IList<String>

Liste der zugeordneten IP-Adressen für die verbundenen p2s-VPN-Clients.

Gilt für: