Topology Class
Topology of the specified resource group.
Constructor
Topology(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
id
|
GUID representing the operation id. |
|
created_date_time
|
The datetime when the topology was initially created for the resource group. |
|
last_modified
|
The datetime when the topology was last modified. |
|
resources
|
A list of topology resources. |
Attributes
created_date_time
The datetime when the topology was initially created for the resource group.
created_date_time: datetime | None
id
GUID representing the operation id.
id: str | None
last_modified
The datetime when the topology was last modified.
last_modified: datetime | None
resources
A list of topology resources.
resources: list['_models.TopologyResource'] | None