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
        • Module contents
        • Submodules
      • azure.mgmt.resource.policy package
      • azure.mgmt.resource.managedapplications package
      • azure.mgmt.resource.locks package
      • azure.mgmt.resource.links package
      • 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.privatelinks package
  • azure.mgmt.resource.privatelinks.v2020_05_01 package
  • View page source

azure.mgmt.resource.privatelinks.v2020_05_01 package

Submodules

  • azure.mgmt.resource.privatelinks.v2020_05_01.models module
    • ErrorAdditionalInfo
    • ErrorResponse
    • PrivateLinkAssociation
    • PrivateLinkAssociationGetResult
    • PrivateLinkAssociationObject
    • PrivateLinkAssociationProperties
    • PrivateLinkAssociationPropertiesExpanded
    • PublicNetworkAccessOptions
      • PublicNetworkAccessOptions.DISABLED
      • PublicNetworkAccessOptions.ENABLED
    • ResourceManagementPrivateLink
    • ResourceManagementPrivateLinkEndpointConnections
    • ResourceManagementPrivateLinkListResult
    • ResourceManagementPrivateLinkLocation
  • azure.mgmt.resource.privatelinks.v2020_05_01.operations module
    • PrivateLinkAssociationOperations
      • PrivateLinkAssociationOperations.delete()
      • PrivateLinkAssociationOperations.get()
      • PrivateLinkAssociationOperations.list()
      • PrivateLinkAssociationOperations.put()
      • PrivateLinkAssociationOperations.models
    • ResourceManagementPrivateLinkOperations
      • ResourceManagementPrivateLinkOperations.delete()
      • ResourceManagementPrivateLinkOperations.get()
      • ResourceManagementPrivateLinkOperations.list()
      • ResourceManagementPrivateLinkOperations.list_by_resource_group()
      • ResourceManagementPrivateLinkOperations.put()
      • ResourceManagementPrivateLinkOperations.models

Module contents

class azure.mgmt.resource.privatelinks.v2020_05_01.ResourcePrivateLinkClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)[source]

Bases: object

Provides operations for managing private link resources.

Variables:
  • private_link_association (azure.mgmt.resource.privatelinks.v2020_05_01.operations.PrivateLinkAssociationOperations) – PrivateLinkAssociationOperations operations

  • resource_management_private_link (azure.mgmt.resource.privatelinks.v2020_05_01.operations.ResourceManagementPrivateLinkOperations) – ResourceManagementPrivateLinkOperations 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 “2020-05-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.