次の方法で共有


ExpressRouteCircuitPeering.Connections プロパティ

定義

この回線の Azure プライベート ピアリングに関連付けられている回線接続の一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.connections")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ExpressRouteCircuitConnection> Connections { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.connections")>]
member this.Connections : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ExpressRouteCircuitConnection> with get, set
Public Property Connections As IList(Of ExpressRouteCircuitConnection)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象