PrivateAccessVirtualNetwork.Subnets Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.WebSites.Models.PrivateAccessSubnet> Subnets { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="subnets")>]
member this.Subnets : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.PrivateAccessSubnet> with get, set
Public Property Subnets As IList(Of PrivateAccessSubnet)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute