ServiceAssociationLinkPropertiesFormatOutput interface
Properties of ServiceAssociationLink.
Properties
| allow |
If true, the resource can be deleted. |
| link | Link to the external resource. |
| linked |
Resource type of the linked resource. |
| locations | A list of locations. |
| provisioning |
The provisioning state of the service association link resource. |
Property Details
allowDelete
If true, the resource can be deleted.
allowDelete?: boolean
Property Value
boolean
link
Link to the external resource.
link?: string
Property Value
string
linkedResourceType
Resource type of the linked resource.
linkedResourceType?: string
Property Value
string
locations
A list of locations.
locations?: string[]
Property Value
string[]
provisioningState
The provisioning state of the service association link resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"