Compartilhar via


PrivateAccessVirtualNetwork.Subnets Propriedade

Definição

Obtém ou define uma Lista de sub-redes às quais o acesso tem permissão neste Rede Virtual. Uma matriz vazia (mas não nula) é interpretada para significar que todas as sub-redes são permitidas nesse Rede Virtual.

[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 da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a