Azure SDK for Python
2.0.0
Return to Index

Package version


Developer Documentation

  • azure.mgmt.authorization package
Azure SDK for Python
  • »
  • 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(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)[source]¶

Bases: object

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
  • operations (azure.mgmt.resource.links.v2016_09_01.operations.Operations) – Operations operations

  • resource_links (azure.mgmt.resource.links.v2016_09_01.operations.ResourceLinksOperations) – ResourceLinksOperations operations

Parameters
  • credential (TokenCredential) – Credential needed for the client to connect to Azure. Required.

  • subscription_id (str) – The ID of the target subscription. Required.

  • base_url (str) – Service URL. Default value is “https://management.azure.com”.

Keyword Arguments

api_version (str) – Api Version. Default value is “2016-09-01”. Note that overriding this default value may result in unsupported behavior.

close() → None[source]¶

© Copyright 2019, Microsoft.

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