azure.mgmt.resource.locks.v2015_01_01.models module
- class azure.mgmt.resource.locks.v2015_01_01.models.LockLevel(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]
-
The lock level of the management lock.
- CAN_NOT_DELETE = 'CanNotDelete'
- NOT_SPECIFIED = 'NotSpecified'
- READ_ONLY = 'ReadOnly'
- class azure.mgmt.resource.locks.v2015_01_01.models.ManagementLockListResult(*, value: List[_models.ManagementLockObject] | None = None, next_link: str | None = None, **kwargs: Any)[source]
Bases:
Model
List of management locks.
- Variables:
value (list[ManagementLockObject]) – The list of locks.
next_link (str) – The URL to get the next set of results.
- Keyword Arguments:
value (list[ManagementLockObject]) – The list of locks.
next_link (str) – The URL to get the next set of results.
- class azure.mgmt.resource.locks.v2015_01_01.models.ManagementLockObject(*, name: str | None = None, level: str | _models.LockLevel | None = None, notes: str | None = None, **kwargs: Any)[source]
Bases:
Model
Management lock information.
Variables are only populated by the server, and will be ignored when sending a request.
- Variables:
- Keyword Arguments: