Azure SDK for Python
2.0.0

User Documentation

  • Installation
  • Resource Management Authentication
  • Quickstart Tutorial - Resource Management
  • Migration Guide - Resource Management
  • Multi-cloud - use Azure on all regions
  • Exception handling
  • Service Management (Legacy)

Developer Documentation

  • azure.common package
  • azure.appconfiguration package
  • azure.applicationinsights package
  • azure.batch package
  • azure.cognitiveservices.anomalydetector package
  • azure.cognitiveservices.knowledge.qnamaker package
  • azure.cognitiveservices.language.luis.authoring package
  • azure.cognitiveservices.language.luis.runtime package
  • azure.cognitiveservices.language.spellcheck package
  • azure.cognitiveservices.language.textanalytics package
  • azure.cognitiveservices.search.autosuggest package
  • azure.cognitiveservices.search.customimagesearch package
  • azure.cognitiveservices.search.customsearch package
  • azure.cognitiveservices.search.entitysearch package
  • azure.cognitiveservices.search.imagesearch package
  • azure.cognitiveservices.search.newssearch package
  • azure.cognitiveservices.search.videosearch package
  • azure.cognitiveservices.search.visualsearch package
  • azure.cognitiveservices.search.websearch package
  • azure.cognitiveservices.vision.computervision package
  • azure.cognitiveservices.vision.contentmoderator package
  • azure.cognitiveservices.vision.customvision.prediction package
  • azure.cognitiveservices.vision.customvision.training package
  • azure.cognitiveservices.vision.face package
  • azure.core package
  • azure-core-tracing-opencensus package
  • azure.cosmos package
  • azure.eventgrid package
  • azure.eventhub package
  • azure.eventhub.extensions package
  • azure.graphrbac package
  • azure.identity package
  • azure.keyvault.certificates package
  • azure.keyvault.keys package
  • azure.keyvault.secrets package
  • azure.loganalytics package
  • azure.mgmt.advisor package
  • azure.mgmt.alertsmanagement package
  • azure.mgmt.apimanagement package
  • azure.mgmt.applicationinsights package
  • azure.mgmt.authorization package
  • azure.mgmt.automation package
  • azure.mgmt.batch package
  • azure.mgmt.batchai package
  • azure.mgmt.billing package
  • azure.mgmt.cdn package
  • azure.mgmt.cognitiveservices package
  • azure.mgmt.commerce package
  • azure.mgmt.compute package
  • azure.mgmt.consumption package
  • azure.mgmt.containerinstance package
  • azure.mgmt.containerregistry package
  • azure.mgmt.containerservice package
  • azure.mgmt.cosmosdb package
  • azure.mgmt.databricks package
  • azure.mgmt.datafactory package
  • azure.mgmt.datalake.analytics.account package
  • azure.mgmt.datalake.analytics.catalog package
  • azure.mgmt.datalake.analytics.job package
  • azure.mgmt.datalake.store package
  • azure.mgmt.datamigration package
  • azure.mgmt.devspaces package
  • azure.mgmt.devtestlabs package
  • azure.mgmt.dns package
  • azure.mgmt.eventgrid package
  • azure.mgmt.eventhub package
  • azure.mgmt.hanaonazure package
  • azure.mgmt.hdinsight package
  • azure.mgmt.imagebuilder package
  • azure.mgmt.iotcentral package
  • azure.mgmt.iothub package
  • azure.mgmt.iothubprovisioningservices package
  • azure.mgmt.keyvault package
  • azure.mgmt.kusto package
  • azure.mgmt.labservices package
  • azure.mgmt.loganalytics package
  • azure.mgmt.logic package
  • azure.mgmt.machinelearningcompute package
  • azure.mgmt.managementgroups package
  • azure.mgmt.managementpartner package
  • azure.mgmt.maps package
  • azure.mgmt.marketplaceordering package
  • azure.mgmt.media package
  • azure.mgmt.mixedreality package
  • azure.mgmt.monitor package
  • azure.mgmt.msi package
  • azure.mgmt.netapp package
  • azure.mgmt.network package
  • azure.mgmt.notificationhubs package
  • azure.mgmt.policyinsights package
  • azure.mgmt.powerbiembedded package
  • azure.mgmt.rdbms.mariadb package
  • azure.mgmt.rdbms.mysql package
  • azure.mgmt.rdbms.postgresql package
  • azure.mgmt.recoveryservices package
  • azure.mgmt.recoveryservicesbackup package
  • azure.mgmt.redis package
  • azure.mgmt.relay package
  • azure.mgmt.resource.features package
  • azure.mgmt.resource.links package
    • Module contents
    • Submodules
      • azure.mgmt.resource.links.v2016_09_01 package
  • azure.mgmt.resource.locks package
  • azure.mgmt.resource.managedapplications package
  • azure.mgmt.resource.policy package
  • azure.mgmt.resource.resources package
  • azure.mgmt.resource.subscriptions package
  • azure.mgmt.resourcegraph package
  • azure.mgmt.scheduler package
  • azure.mgmt.search package
  • azure.mgmt.security package
  • azure.mgmt.servermanager package
  • azure.mgmt.servicebus package
  • azure.mgmt.servicefabric package
  • azure.mgmt.signalr package
  • azure.mgmt.sql package
  • azure.mgmt.sqlvirtualmachine package
  • azure.mgmt.storage package
  • azure.mgmt.subscription package
  • azure.mgmt.trafficmanager package
  • azure.mgmt.web package
  • azure.servicebus package
  • azure.servicefabric package
  • azure.storage.blob package
  • azure.storage.file package
  • azure.storage.queue package
  • azure.servicemanagement package
Azure SDK for Python
  • »
  • azure.mgmt.resource.links package
  • View page source

azure.mgmt.resource.links package¶

Module contents¶

class azure.mgmt.resource.links.ManagementLinkClient(credential, subscription_id, api_version=None, base_url=None, profile=<KnownProfiles.default: <azure.profiles.DefaultProfile object>>, **kwargs)[source]¶

Bases: azure.profiles.multiapiclient.MultiApiClientMixin, azure.mgmt.resource.links._management_link_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.

This ready contains multiple API versions, to help you deal with all of the Azure clouds (Azure Stack, Azure Government, Azure China, etc.). By default, it uses the latest API version available on public Azure. For production, you should stick to a particular api-version and/or profile. The profile sets a mapping between an operation group and its API version. The api-version parameter sets the default API version if the operation group is not described in the profile.

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

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

  • api_version (str) – API version to use if no profile is provided, or if missing in profile.

  • base_url (str) – Service URL

  • profile (azure.profiles.KnownProfiles) – A profile definition, from KnownProfiles to dict.

This is a fake class to support current implemetation of MultiApiClientMixin.” Will be removed in final version of multiapi azure-core based client

close()[source]¶
classmethod models(api_version='2016-09-01')[source]¶

Module depends on the API version:

  • 2016-09-01: v2016_09_01.models

DEFAULT_API_VERSION = '2016-09-01'¶
LATEST_PROFILE = azure.mgmt.resource.ManagementLinkClient latest¶
property operations¶

Instance depends on the API version:

  • 2016-09-01: Operations

property resource_links¶

Instance depends on the API version:

  • 2016-09-01: ResourceLinksOperations

Submodules¶

  • 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
Next Previous

© Copyright 2020, Microsoft

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