Compartir a través de


VirtualNetwork.Subnets Propiedad

Definición

Obtiene o establece una lista de subredes en un Virtual Network.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a