次の方法で共有


VirtualHubRouteTableV2.AttachedConnections プロパティ

定義

このルート テーブル v2 にアタッチされているすべての接続の一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.attachedConnections")]
public System.Collections.Generic.IList<string> AttachedConnections { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.attachedConnections")>]
member this.AttachedConnections : System.Collections.Generic.IList<string> with get, set
Public Property AttachedConnections As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象