次の方法で共有


IPConfigurationBgpPeeringAddress.CustomBgpIpAddresses プロパティ

定義

IP 構成に属するカスタム BGP ピアリング アドレスの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象