TunnelConnectionHealth Class
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.
VirtualNetworkGatewayConnection properties.
public class TunnelConnectionHealth
type TunnelConnectionHealth = class
Public Class TunnelConnectionHealth
- Inheritance
-
TunnelConnectionHealth
Constructors
TunnelConnectionHealth() |
Initializes a new instance of the TunnelConnectionHealth class. |
TunnelConnectionHealth(String, VirtualNetworkGatewayConnectionStatus, Nullable<Int64>, Nullable<Int64>, String) |
Initializes a new instance of the TunnelConnectionHealth class. |
Properties
ConnectionStatus |
Gets virtual Network Gateway connection status. Possible values include: 'Unknown', 'Connecting', 'Connected', 'NotConnected' |
EgressBytesTransferred |
Gets the Egress Bytes Transferred in this connection. |
IngressBytesTransferred |
Gets the Ingress Bytes Transferred in this connection. |
LastConnectionEstablishedUtcTime |
Gets the time at which connection was established in Utc format. |
Tunnel |
Gets tunnel name. |