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.objectManagementLinkClient
Constructor
ManagementLinkClient(credential: AsyncTokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)
Parameters
- base_url
- str
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 |
close
async close() -> None
Feedback
Submit and view feedback for