次の方法で共有


VpnClientConnectionHealth コンストラクター

定義

オーバーロード

VpnClientConnectionHealth()

VpnClientConnectionHealth クラスの新しいインスタンスを初期化します。

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

VpnClientConnectionHealth クラスの新しいインスタンスを初期化します。

VpnClientConnectionHealth()

VpnClientConnectionHealth クラスの新しいインスタンスを初期化します。

public VpnClientConnectionHealth ();
Public Sub New ()

適用対象

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

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)

パラメーター

totalIngressBytesTransferred
Nullable<Int64>

この P2S Vpn 接続で転送されたイングレス バイトの合計。

totalEgressBytesTransferred
Nullable<Int64>

この接続で転送されたエグレス バイトの合計。

vpnClientConnectionsCount
Nullable<Int32>

この時点でこの P2SVpnGateway に接続されている p2s vpn クライアントの合計。

allocatedIpAddresses
IList<String>

接続された p2s vpn クライアントに割り当てられた IP アドレスの一覧。

適用対象