次の方法で共有


BgpSettings.BgpPeeringAddresses プロパティ

定義

仮想ネットワーク ゲートウェイの IP 構成 ID を持つ BGP ピアリング アドレスを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象