Share via


PrivateAccessVirtualNetwork.Subnets Property

Definition

Gets or sets a List of subnets that access is allowed to on this Virtual Network. An empty array (but not null) is interpreted to mean that all subnets are allowed within this 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to