Compartilhar via


TopologyParameters Class

Parameters that define the representation of topology.

Inheritance
azure.mgmt.network._serialization.Model
TopologyParameters

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.

target_virtual_network

The reference to the Virtual Network resource.

target_subnet

The reference to the Subnet resource.

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.