次の方法で共有


VirtualNetworkGatewayConnectionListEntity.ConnectionStatus プロパティ

定義

仮想ネットワーク ゲートウェイの接続状態を取得します。 指定できる値は、'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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象