PrivateAccess.VirtualNetwork 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.
The Virtual Networks (and subnets) allowed to access the site privately.
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Inlined)]
public Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IPrivateAccessVirtualNetwork[] VirtualNetwork { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Inlined)>]
member this.VirtualNetwork : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IPrivateAccessVirtualNetwork[] with get, set
Public Property VirtualNetwork As IPrivateAccessVirtualNetwork()
Property Value
Implements
- Attributes