azure.mgmt.resource.locks.v2015_01_01 package

Module contents

class azure.mgmt.resource.locks.v2015_01_01.ManagementLockClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)[source]

Bases: object

ManagementLockClient.

Variables

management_locks (azure.mgmt.resource.locks.v2015_01_01.operations.ManagementLocksOperations) – ManagementLocksOperations 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 “2015-01-01”. Note that overriding this default value may result in unsupported behavior.

close()None[source]