IPConfigurationBgpPeeringAddress.DefaultBgpIpAddresses Property

Definition

Gets the list of default BGP peering addresses which belong to IP configuration.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to