TopologyResource Class
The network resource topology information for the given resource group.
Constructor
TopologyResource(*args: Any, **kwargs: Any)
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. |
Attributes
associations
Holds the associations the resource has with other resources in the resource group.
associations: list['_models.TopologyAssociation'] | None
id
ID of the resource.
id: str | None
location
Resource location.
location: str | None
name
Name of the resource.
name: str | None