TopologyOutput interface
Topology of the specified resource group.
Properties
| created |
The datetime when the topology was initially created for the resource group. |
| id | GUID representing the operation id. |
| last |
The datetime when the topology was last modified. |
| resources | A list of topology resources. |
Property Details
createdDateTime
The datetime when the topology was initially created for the resource group.
createdDateTime?: string
Property Value
string
id
GUID representing the operation id.
id?: string
Property Value
string
lastModified
The datetime when the topology was last modified.
lastModified?: string
Property Value
string
resources
A list of topology resources.
resources?: TopologyResourceOutput[]