次の方法で共有


VirtualNetworkGatewayConnection.GatewayCustomBgpIpAddresses プロパティ

定義

仮想ネットワーク ゲートウェイ接続に使用する gatewayCustomBgpIpAddresses を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象