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.

Inheritance
builtins.object
ManagementLinkClient

Constructor

ManagementLinkClient(credential: AsyncTokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)

Parameters

credential
AsyncTokenCredential
Required

Credential needed for the client to connect to Azure.

subscription_id
str
Required

The ID of the target subscription.

base_url
str
default value: https://management.azure.com

Service URL. Default value is "https://management.azure.com".

api_version
str

Api Version. Default value is "2016-09-01". Note that overriding this default value may result in unsupported behavior.

Variables

operations
Operations

Operations operations

resource_links
ResourceLinksOperations

ResourceLinksOperations operations

Methods

close
async close() -> None