Udostępnij przez


SubnetPropertiesFormat.IPAllocations Property

Definition

Gets or sets array of IpAllocation which reference this subnet.

[Newtonsoft.Json.JsonProperty(PropertyName="ipAllocations")]
public System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource> IPAllocations { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ipAllocations")>]
member this.IPAllocations : System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource> with get, set
Public Property IPAllocations As IList(Of SubResource)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to