Share via


ServiceAssociationLinkPropertiesFormatOutput interface

Properties of ServiceAssociationLink.

Properties

allowDelete

If true, the resource can be deleted.

link

Link to the external resource.

linkedResourceType

Resource type of the linked resource.

locations

A list of locations.

provisioningState

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 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"