azure.mgmt.resource.locks.v2015_01_01.models module¶
-
class
azure.mgmt.resource.locks.v2015_01_01.models.
LockLevel
(value)[source]¶ -
An enumeration.
-
can_not_delete
= 'CanNotDelete'¶
-
not_specified
= 'NotSpecified'¶
-
read_only
= 'ReadOnly'¶
-
-
class
azure.mgmt.resource.locks.v2015_01_01.models.
ManagementLockObject
(*, level=None, notes: str = None, name: str = None, **kwargs)[source]¶ Bases:
msrest.serialization.Model
Management lock information.
Variables are only populated by the server, and will be ignored when sending a request.
- Parameters
- Variables
-
class
azure.mgmt.resource.locks.v2015_01_01.models.
ManagementLockObjectPaged
(*args, **kwargs)[source]¶ Bases:
msrest.paging.Paged
A paging container for iterating over a list of
ManagementLockObject
objectBring async to Paging.
“async_command” is mandatory keyword argument for this mixin to work.