azure.mgmt.resource.locks.v2016_09_01 package

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

Azure resources can be locked to prevent other users in your organization from deleting or modifying resources.

Variables
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]