Azure SDK for Python
2.0.0
Return to Index

Package version


Developer Documentation

  • azure.mgmt.resource package
    • Module contents
    • Submodules
      • azure.mgmt.resource.templatespecs package
      • azure.mgmt.resource.subscriptions package
      • azure.mgmt.resource.resources package
      • azure.mgmt.resource.privatelinks package
      • azure.mgmt.resource.policy package
      • azure.mgmt.resource.managedapplications package
      • azure.mgmt.resource.locks package
      • azure.mgmt.resource.links package
        • Module contents
        • Submodules
      • azure.mgmt.resource.features package
      • azure.mgmt.resource.deploymentstacks package
      • azure.mgmt.resource.deploymentscripts package
      • azure.mgmt.resource.databoundaries package
      • azure.mgmt.resource.changes package
Azure SDK for Python
  • azure.mgmt.resource package
  • azure.mgmt.resource.links package
  • 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
    • Operation
    • OperationDisplay
    • OperationListResult
    • ResourceLink
    • ResourceLinkFilter
    • ResourceLinkProperties
    • ResourceLinkResult
  • azure.mgmt.resource.links.v2016_09_01.operations module
    • Operations
      • Operations.list()
      • Operations.models
    • ResourceLinksOperations
      • ResourceLinksOperations.create_or_update()
      • ResourceLinksOperations.delete()
      • ResourceLinksOperations.get()
      • ResourceLinksOperations.list_at_source_scope()
      • ResourceLinksOperations.list_at_subscription()
      • ResourceLinksOperations.models

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]
Previous Next

© Copyright 2024, Microsoft.

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