次の方法で共有


BgpConnection.ConnectionState プロパティ

定義

VirtualHub to Peer の現在の状態を取得します。 指定できる値は、'Unknown'、'Connecting'、'Connected'、'NotConnected' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象