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.SubResourceServiceAssociationLink
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
|
Resource ID. |
name
|
Name of the resource that is unique within a resource group. This name can be used to access the resource. |
linked_resource_type
|
Resource type of the linked resource. |
link
|
Link to the external resource. |
allow_delete
|
If true, the resource can be deleted. |
locations
|
A list of locations. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Name of the resource that is unique within a resource group. This name can be used to access the resource. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
type
|
Resource type. |
linked_resource_type
|
Resource type of the linked resource. |
link
|
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. |
Azure SDK for Python