Share via


VpnSiteLinkConnection.VpnGatewayCustomBgpAddresses Property

Definition

Gets or sets vpnGatewayCustomBgpAddresses used by this connection.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to