TunnelConnectionHealth 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
TunnelConnectionHealth() |
Initializes a new instance of the TunnelConnectionHealth class. |
TunnelConnectionHealth(String, String, Nullable<Int64>, Nullable<Int64>, String) |
Initializes a new instance of the TunnelConnectionHealth class. |
TunnelConnectionHealth()
Initializes a new instance of the TunnelConnectionHealth class.
public TunnelConnectionHealth ();
Public Sub New ()
Applies to
TunnelConnectionHealth(String, String, Nullable<Int64>, Nullable<Int64>, String)
Initializes a new instance of the TunnelConnectionHealth class.
public TunnelConnectionHealth (string tunnel = default, string connectionStatus = default, long? ingressBytesTransferred = default, long? egressBytesTransferred = default, string lastConnectionEstablishedUtcTime = default);
new Microsoft.Azure.Management.Network.Models.TunnelConnectionHealth : string * string * Nullable<int64> * Nullable<int64> * string -> Microsoft.Azure.Management.Network.Models.TunnelConnectionHealth
Public Sub New (Optional tunnel As String = Nothing, Optional connectionStatus As String = Nothing, Optional ingressBytesTransferred As Nullable(Of Long) = Nothing, Optional egressBytesTransferred As Nullable(Of Long) = Nothing, Optional lastConnectionEstablishedUtcTime As String = Nothing)
Parameters
- tunnel
- String
Tunnel name.
- connectionStatus
- String
Virtual Network Gateway connection status. Possible values include: 'Unknown', 'Connecting', 'Connected', 'NotConnected'
- lastConnectionEstablishedUtcTime
- String
The time at which connection was established in Utc format.