PrivateAccessVirtualNetwork Class

Description of a Virtual Network that is useable for private site access.

Inheritance
PrivateAccessVirtualNetwork

Constructor

PrivateAccessVirtualNetwork(*, name: Optional[str] = None, key: Optional[int] = None, resource_id: Optional[str] = None, subnets: Optional[List[azure.mgmt.web.v2021_01_15.models._models_py3.PrivateAccessSubnet]] = None, **kwargs)

Parameters

name
str
Required

The name of the Virtual Network.

key
int
Required

The key (ID) of the Virtual Network.

resource_id
str
Required

The ARM uri of the Virtual Network.

subnets
list[PrivateAccessSubnet]
Required

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.