azure.mgmt.resource.links.v2016_09_01 package¶
Submodules¶
Module contents¶
-
class
azure.mgmt.resource.links.v2016_09_01.
ManagementLinkClient
(credentials, subscription_id, base_url=None)[source]¶ Bases:
msrest.service_client.SDKClient
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.
- Variables
config (ManagementLinkClientConfiguration) – Configuration for client.
operations (azure.mgmt.resource.links.v2016_09_01.operations.Operations) – Operations operations
resource_links (azure.mgmt.resource.links.v2016_09_01.operations.ResourceLinksOperations) – ResourceLinks operations
- Parameters
-
class
azure.mgmt.resource.links.v2016_09_01.
ManagementLinkClientConfiguration
(credentials, subscription_id, base_url=None)[source]¶ Bases:
msrestazure.azure_configuration.AzureConfiguration
Configuration for ManagementLinkClient Note that all parameters used to create this instance are saved as instance attributes.