Compartir a través de


PrivateAccessVirtualNetwork.Subnets Propiedad

Definición

Obtiene o establece una lista de subredes a las que se permite el acceso en este Virtual Network. Una matriz vacía (pero no null) se interpreta para significar que todas las subredes se permiten dentro de esta Virtual Network.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a