IIPAddressPool.Address Property

Definition

The list of IP address ranges. Each range can be a either a subnet in CIDR format or an explicit start-end range of IP addresses.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The list of IP address ranges. Each range can be a either a subnet in CIDR format or an explicit start-end range of IP addresses.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="addresses")]
public string[] Address { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The list of IP address ranges. Each range can be a either a subnet in CIDR format or an explicit start-end range of IP addresses.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="addresses")>]
member this.Address : string[] with get, set
Public Property Address As String()

Property Value

String[]
Attributes

Applies to