ServiceAssociationLinkPropertiesFormat Class

Properties of ServiceAssociationLink.

Constructor

ServiceAssociationLinkPropertiesFormat(*args: Any, **kwargs: Any)

Variables

Name Description
linked_resource_type
str

Resource type of the linked resource.

link
str

Link to the external resource.

provisioning_state

The provisioning state of the service association link resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

allow_delete

If true, the resource can be deleted.

locations

A list of locations.

Attributes

allow_delete

If true, the resource can be deleted.

allow_delete: bool | None

Link to the external resource.

link: str | None

linked_resource_type

Resource type of the linked resource.

linked_resource_type: str | None

locations

A list of locations.

locations: list[str] | None

provisioning_state

"Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

provisioning_state: str | _models.ProvisioningState | None