次の方法で共有


VpnSiteLinkConnection.VpnGatewayCustomBgpAddresses プロパティ

定義

この接続で使用される vpnGatewayCustomBgpAddresses を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象