PrivateAccess.VirtualNetworks 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 the Virtual Networks (and subnets) allowed to access the site privately.
[Newtonsoft.Json.JsonProperty(PropertyName="properties.virtualNetworks")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.PrivateAccessVirtualNetwork> VirtualNetworks { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.virtualNetworks")>]
member this.VirtualNetworks : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.PrivateAccessVirtualNetwork> with get, set
Public Property VirtualNetworks As IList(Of PrivateAccessVirtualNetwork)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute