TunnelConnectionHealth Class

Definition

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.

Applies to