次の方法で共有


IPConfigurationBgpPeeringAddress.DefaultBgpIpAddresses プロパティ

定義

IP 構成に属する既定の BGP ピアリング アドレスの一覧を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="defaultBgpIpAddresses")]
public System.Collections.Generic.IList<string> DefaultBgpIpAddresses { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="defaultBgpIpAddresses")>]
member this.DefaultBgpIpAddresses : System.Collections.Generic.IList<string>
Public ReadOnly Property DefaultBgpIpAddresses As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象