TopologyParameters Class
Parameters that define the representation of topology.
- Inheritance
-
azure.mgmt.network._serialization.ModelTopologyParameters
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
|
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
|
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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python