TopologyResource interface
The network resource topology information for the given resource group.
Properties
associations | Holds the associations the resource has with other resources in the resource group. |
id | ID of the resource. |
location | Resource location. |
name | Name of the resource. |
Property Details
associations
Holds the associations the resource has with other resources in the resource group.
associations?: TopologyAssociation[]
Property Value
id
ID of the resource.
id?: string
Property Value
string
location
Resource location.
location?: string
Property Value
string
name
Name of the resource.
name?: string
Property Value
string