Freigeben über


IBgpAdvertisement.IPAddressPool Property

Definition

The names of the IP address pools associated with this announcement.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The names of the IP address pools associated with this announcement.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="ipAddressPools", Update=true)]
public System.Collections.Generic.List<string> IPAddressPool { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The names of the IP address pools associated with this announcement.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="ipAddressPools", Update=true)>]
member this.IPAddressPool : System.Collections.Generic.List<string> with get, set
Public Property IPAddressPool As List(Of String)

Property Value

Attributes

Applies to