ManagementLinkClient Class
Azure resources can be linked together to form logical relationships. You can establish links between resources belonging to different resource groups. However, all the linked resources must belong to the same subscription. Each resource can be linked to 50 other resources. If any of the linked resources are deleted or moved, the link owner must clean up the remaining link.
Constructor
ManagementLinkClient(credential: TokenCredential, subscription_id: str, base_url: str | None = None, **kwargs: Any)
Parameters
| Name | Description |
|---|---|
|
credential
Required
|
Credential needed for the client to connect to Azure. Required. |
|
subscription_id
Required
|
The ID of the target subscription. Required. |
|
base_url
|
Service URL. Default value is None. Default value: None
|
Keyword-Only Parameters
| Name | Description |
|---|---|
|
api_version
|
Api Version. Default value is "2016-09-01". Note that overriding this default value may result in unsupported behavior. |
Variables
| Name | Description |
|---|---|
|
operations
|
Operations operations |
|
resource_links
|
ResourceLinksOperations operations |
Methods
| close |
close
close() -> None