Share via


VirtualNetworkGatewayConnection.ConnectionStatus Property

Definition

Gets virtual Network Gateway connection status. Possible values include: 'Unknown', 'Connecting', 'Connected', 'NotConnected'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.connectionStatus")]
public string ConnectionStatus { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.connectionStatus")>]
member this.ConnectionStatus : string
Public ReadOnly Property ConnectionStatus As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to