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

TopologyParameters Class

Parameters that define the representation of topology.

Constructor

TopologyParameters(*, target_resource_group_name: str | None = None, target_virtual_network: _models.SubResource | None = None, target_subnet: _models.SubResource | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
target_resource_group_name
str

The name of the target resource group to perform topology on.

Default value: None
target_virtual_network

The reference to the Virtual Network resource.

Default value: None
target_subnet

The reference to the Subnet resource.

Default value: None

Variables

Name Description
target_resource_group_name
str

The name of the target resource group to perform topology on.

target_virtual_network

The reference to the Virtual Network resource.

target_subnet

The reference to the Subnet resource.