ISubnetPropertiesFormat.IPAllocation Property

Definition

Array of IpAllocation which reference this subnet.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="Array of IpAllocation which reference this subnet.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ISubResourceAutoGenerated) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipAllocations", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ISubResourceAutoGenerated> IPAllocation { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="Array of IpAllocation which reference this subnet.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ISubResourceAutoGenerated) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipAllocations", Update=true)>]
member this.IPAllocation : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ISubResourceAutoGenerated> with get, set
Public Property IPAllocation As List(Of ISubResourceAutoGenerated)

Property Value

Attributes

Applies to