TopologyResource Class
The network resource topology information for the given resource group.
Constructor
TopologyResource(*, name: str | None = None, id: str | None = None, location: str | None = None, associations: List[_models.TopologyAssociation] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Name of the resource. |
id
|
ID of the resource. |
location
|
Resource location. |
associations
|
Holds the associations the resource has with other resources in the resource group. |
Variables
Name | Description |
---|---|
name
|
Name of the resource. |
id
|
ID of the resource. |
location
|
Resource location. |
associations
|
Holds the associations the resource has with other resources in the resource group. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python