ManagementLockClient Class
Azure resources can be locked to prevent other users in your organization from deleting or modifying resources.
- Inheritance
-
builtins.objectManagementLockClient
Constructor
ManagementLockClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)
Parameters
Name | Description |
---|---|
credential
Required
|
Credential needed for the client to connect to Azure. Required. |
subscription_id
Required
|
The ID of the target subscription. Required. |
base_url
|
Service URL. Default value is "https://management.azure.com". Default value: https://management.azure.com
|
Keyword-Only Parameters
Name | Description |
---|---|
api_version
|
Api Version. Default value is "2016-09-01". Note that overriding this default value may result in unsupported behavior. |
Variables
Name | Description |
---|---|
authorization_operations
|
AuthorizationOperationsOperations operations |
management_locks
|
ManagementLocksOperations operations |
Methods
close |
close
close() -> None
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python