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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python