ManagementLockObject Class
Management lock information.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.resource.locks._serialization.ModelManagementLockObject
Constructor
ManagementLockObject(*, name: str | None = None, level: str | _models.LockLevel | None = None, notes: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the lock. |
level
|
The lock level of the management lock. Known values are: "NotSpecified", "CanNotDelete", and "ReadOnly". |
notes
|
The notes of the management lock. |
Variables
Name | Description |
---|---|
id
|
The Id of the lock. |
type
|
The type of the lock. |
name
|
The name of the lock. |
level
|
The lock level of the management lock. Known values are: "NotSpecified", "CanNotDelete", and "ReadOnly". |
notes
|
The notes of the management lock. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python