PrivateAccessVirtualNetwork Class
Description of a Virtual Network that is useable for private site access.
Constructor
PrivateAccessVirtualNetwork(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
name
|
The name of the Virtual Network. |
|
key
|
The key (ID) of the Virtual Network. |
|
resource_id
|
The ARM uri of the Virtual Network. |
|
subnets
|
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. |
Attributes
key
The key (ID) of the Virtual Network.
key: int | None
name
The name of the Virtual Network.
name: str | None
resource_id
The ARM uri of the Virtual Network.
resource_id: str | None
subnets
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.
subnets: list['_models.PrivateAccessSubnet'] | None