次の方法で共有


ExpressRouteCircuitPeering.PeeredConnections プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="properties.peeredConnections")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.PeerExpressRouteCircuitConnection> PeeredConnections { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.peeredConnections")>]
member this.PeeredConnections : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.PeerExpressRouteCircuitConnection>
Public ReadOnly Property PeeredConnections As IList(Of PeerExpressRouteCircuitConnection)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象