azure.mgmt.resource.locks.v2016_09_01 package¶
Submodules¶
Module contents¶
-
class
azure.mgmt.resource.locks.v2016_09_01.
ManagementLockClient
(credentials, subscription_id, base_url=None)[source]¶ Bases:
msrest.service_client.SDKClient
Azure resources can be locked to prevent other users in your organization from deleting or modifying resources.
- Variables
config (ManagementLockClientConfiguration) – Configuration for client.
authorization_operations (azure.mgmt.resource.locks.v2016_09_01.operations.AuthorizationOperations) – AuthorizationOperations operations
management_locks (azure.mgmt.resource.locks.v2016_09_01.operations.ManagementLocksOperations) – ManagementLocks operations
- Parameters
credentials (
A msrestazure Credentials object
) – Credentials needed for the client to connect to Azure.subscription_id (str) – The ID of the target subscription.
base_url (str) – Service URL
-
class
azure.mgmt.resource.locks.v2016_09_01.
ManagementLockClientConfiguration
(credentials, subscription_id, base_url=None)[source]¶ Bases:
msrestazure.azure_configuration.AzureConfiguration
Configuration for ManagementLockClient Note that all parameters used to create this instance are saved as instance attributes.
- Parameters
credentials (
A msrestazure Credentials object
) – Credentials needed for the client to connect to Azure.subscription_id (str) – The ID of the target subscription.
base_url (str) – Service URL