Compartir a través de


BgpSettings.BgpPeeringAddresses Propiedad

Definición

Obtiene o establece la dirección de emparejamiento BGP con el identificador de configuración ip de la puerta de enlace de red virtual.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a