VpnClientConnectionHealthDetail Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.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.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.
- 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.