VpnClientConnectionHealthDetail Constructors

Definition

Overloads

VpnClientConnectionHealthDetail()

Initializes a new instance of the VpnClientConnectionHealthDetail class.

VpnClientConnectionHealthDetail(String, Nullable<Int64>, String, String, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>)

Initializes a new instance of the VpnClientConnectionHealthDetail class.

VpnClientConnectionHealthDetail()

Initializes a new instance of the VpnClientConnectionHealthDetail class.

public VpnClientConnectionHealthDetail ();
Public Sub New ()

Applies to

VpnClientConnectionHealthDetail(String, Nullable<Int64>, String, String, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>)

Initializes a new instance of the VpnClientConnectionHealthDetail class.

public VpnClientConnectionHealthDetail (string vpnConnectionId = default, long? vpnConnectionDuration = default, string vpnConnectionTime = default, string publicIpAddress = default, string privateIpAddress = default, string vpnUserName = default, long? maxBandwidth = default, long? egressPacketsTransferred = default, long? egressBytesTransferred = default, long? ingressPacketsTransferred = default, long? ingressBytesTransferred = default, long? maxPacketsPerSecond = default);
new Microsoft.Azure.Management.Network.Fluent.Models.VpnClientConnectionHealthDetail : string * Nullable<int64> * string * string * string * string * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> -> Microsoft.Azure.Management.Network.Fluent.Models.VpnClientConnectionHealthDetail
Public Sub New (Optional vpnConnectionId As String = Nothing, Optional vpnConnectionDuration As Nullable(Of Long) = Nothing, Optional vpnConnectionTime As String = Nothing, Optional publicIpAddress As String = Nothing, Optional privateIpAddress As String = Nothing, Optional vpnUserName As String = Nothing, Optional maxBandwidth As Nullable(Of Long) = Nothing, Optional egressPacketsTransferred As Nullable(Of Long) = Nothing, Optional egressBytesTransferred As Nullable(Of Long) = Nothing, Optional ingressPacketsTransferred As Nullable(Of Long) = Nothing, Optional ingressBytesTransferred As Nullable(Of Long) = Nothing, Optional maxPacketsPerSecond As Nullable(Of Long) = Nothing)

Parameters

vpnConnectionId
String

The vpn client Id.

vpnConnectionDuration
Nullable<Int64>

The duration time of a connected vpn client.

vpnConnectionTime
String

The start time of a connected vpn client.

publicIpAddress
String

The public Ip of a connected vpn client.

privateIpAddress
String

The assigned private Ip of a connected vpn client.

vpnUserName
String

The user name of a connected vpn client.

maxBandwidth
Nullable<Int64>

The max band width.

egressPacketsTransferred
Nullable<Int64>

The egress packets per second.

egressBytesTransferred
Nullable<Int64>

The egress bytes per second.

ingressPacketsTransferred
Nullable<Int64>

The ingress packets per second.

ingressBytesTransferred
Nullable<Int64>

The ingress bytes per second.

maxPacketsPerSecond
Nullable<Int64>

The max packets transferred per second.

Applies to