TopologyAssociation interface
Resources that have an association with the parent resource.
Properties
association |
The association type of the child resource to the parent resource. |
name | The name of the resource that is associated with the parent resource. |
resource |
The ID of the resource that is associated with the parent resource. |
Property Details
associationType
The association type of the child resource to the parent resource.
associationType?: string
Property Value
string
name
The name of the resource that is associated with the parent resource.
name?: string
Property Value
string
resourceId
The ID of the resource that is associated with the parent resource.
resourceId?: string
Property Value
string