azure.mgmt.resource.locks.v2015_01_01 package

class azure.mgmt.resource.locks.v2015_01_01.ManagementLockClient(credential: ‘TokenCredential’, subscription_id: str, base_url: Optional[str] = None, **kwargs: Any)[source]

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.

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

  • base_url (str) – Service URL

close()None[source]