PrivateAccessVirtualNetwork Class
Description of a Virtual Network that is useable for private site access.
- Inheritance
-
azure.mgmt.web._serialization.ModelPrivateAccessVirtualNetwork
Constructor
PrivateAccessVirtualNetwork(*, name: str | None = None, key: int | None = None, resource_id: str | None = None, subnets: List[_models.PrivateAccessSubnet] | None = None, **kwargs: Any)
Keyword-Only Parameters
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. |
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. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python