Azure SDK for Python
2.0.0
  • azure.mgmt.resource.links.v2016_09_01 package
    • Submodules
    • Module contents
Azure SDK for Python
  • Docs »
  • azure.mgmt.resource.links.v2016_09_01 package
  • View page source

azure.mgmt.resource.links.v2016_09_01 package¶

Submodules¶

  • azure.mgmt.resource.links.v2016_09_01.models module
  • azure.mgmt.resource.links.v2016_09_01.operations module

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.
  • resource_links (azure.mgmt.resource.links.v2016_09_01.operations.ResourceLinksOperations) – ResourceLinks operations
Parameters:
  • credentials (A msrestazure Credentials object) – Credentials needed for the client to connect to Azure.
  • subscription_id (str) – The ID of the target subscription.
  • base_url (str) – Service URL

© Copyright 2016, Microsoft

Built with Sphinx using a theme provided by Read the Docs.