Compartir a través de


VirtualNetwork.IpAllocations Propiedad

Definición

Obtiene o establece la matriz de IpAllocation que hace referencia a esta red virtual.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a