ServiceAssociationLink Class

ServiceAssociationLink resource.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.network.models._models_py3.SubResource
ServiceAssociationLink

Constructor

ServiceAssociationLink(*, id: str | None = None, name: str | None = None, linked_resource_type: str | None = None, link: str | None = None, allow_delete: bool | None = None, locations: List[str] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

Resource ID.

name
str

Name of the resource that is unique within a resource group. This name can be used to access the resource.

linked_resource_type
str

Resource type of the linked resource.

link
str

Link to the external resource.

allow_delete

If true, the resource can be deleted.

locations

A list of locations.

Variables

Name Description
id
str

Resource ID.

name
str

Name of the resource that is unique within a resource group. This name can be used to access the resource.

etag
str

A unique read-only string that changes whenever the resource is updated.

type
str

Resource type.

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: "Succeeded", "Updating", "Deleting", and "Failed".

allow_delete

If true, the resource can be deleted.

locations

A list of locations.