Share via


INetworkConfiguration.BgpServiceLoadBalancerConfigurationBgpAdvertisement Property

Definition

The association of IP address pools to the communities and peers, allowing for announcement of IPs.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The association of IP address pools to the communities and peers, allowing for announcement of IPs.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBgpAdvertisement) }, Read=true, ReadOnly=false, Required=false, SerializedName="bgpAdvertisements", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBgpAdvertisement> BgpServiceLoadBalancerConfigurationBgpAdvertisement { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The association of IP address pools to the communities and peers, allowing for announcement of IPs.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBgpAdvertisement) }, Read=true, ReadOnly=false, Required=false, SerializedName="bgpAdvertisements", Update=false)>]
member this.BgpServiceLoadBalancerConfigurationBgpAdvertisement : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBgpAdvertisement> with get, set
Public Property BgpServiceLoadBalancerConfigurationBgpAdvertisement As List(Of IBgpAdvertisement)

Property Value

Attributes

Applies to