你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PrivateAccessVirtualNetwork Class

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

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
str

The name of the Virtual Network.

Default value: None
key
int

The key (ID) of the Virtual Network.

Default value: None
resource_id
str

The ARM uri of the Virtual Network.

Default value: 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.

Default value: None

Variables

Name Description
name
str

The name of the Virtual Network.

key
int

The key (ID) of the Virtual Network.

resource_id
str

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.