IPrivateAccessProperties.VirtualNetwork Property

Definition

The Virtual Networks (and subnets) allowed to access the site privately.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="The Virtual Networks (and subnets) allowed to access the site privately.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IPrivateAccessVirtualNetwork) }, Read=true, ReadOnly=false, Required=false, SerializedName="virtualNetworks", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IPrivateAccessVirtualNetwork> VirtualNetwork { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="The Virtual Networks (and subnets) allowed to access the site privately.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IPrivateAccessVirtualNetwork) }, Read=true, ReadOnly=false, Required=false, SerializedName="virtualNetworks", Update=true)>]
member this.VirtualNetwork : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IPrivateAccessVirtualNetwork> with get, set
Public Property VirtualNetwork As List(Of IPrivateAccessVirtualNetwork)

Property Value

Attributes

Applies to