Share via


VirtualNetworkGatewayConnection.GatewayCustomBgpIpAddresses Property

Definition

Gets or sets gatewayCustomBgpIpAddresses to be used for virtual network gateway Connection.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to