PrivateAccessInner.VirtualNetworks Property

Definition

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.AppService.Fluent.Models.PrivateAccessVirtualNetwork> VirtualNetworks { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.virtualNetworks")>]
member this.VirtualNetworks : System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.PrivateAccessVirtualNetwork> with get, set
Public Property VirtualNetworks As IList(Of PrivateAccessVirtualNetwork)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to