次の方法で共有


VpnSiteLinkConnectionInner.ConnectionStatus プロパティ

定義

接続の状態を取得または設定します。 指定できる値は、'Unknown'、'Connecting'、'Connected'、'NotConnected' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.connectionStatus")]
public Microsoft.Azure.Management.Network.Fluent.Models.VpnConnectionStatus ConnectionStatus { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.connectionStatus")>]
member this.ConnectionStatus : Microsoft.Azure.Management.Network.Fluent.Models.VpnConnectionStatus with get, set
Public Property ConnectionStatus As VpnConnectionStatus

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象