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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python