TopologyParameters Class
Parameters that define the representation of topology.
Constructor
TopologyParameters(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
target_resource_group_name
|
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. |
Attributes
target_resource_group_name
The name of the target resource group to perform topology on.
target_resource_group_name: str | None
target_subnet
The reference to the Subnet resource.
target_subnet: _models.SubResource | None
target_virtual_network
The reference to the Virtual Network resource.
target_virtual_network: _models.SubResource | None