azure.mgmt.resource.locks.v2015_01_01.models module¶
-
class
azure.mgmt.resource.locks.v2015_01_01.models.ManagementLockObject(*, level=None, notes: str = None, name: str = None, **kwargs)[source]¶ Bases:
msrest.serialization.ModelManagement lock information.
Variables are only populated by the server, and will be ignored when sending a request.
- Parameters
level (str or LockLevel) – The lock level of the management lock. Possible values include: ‘NotSpecified’, ‘CanNotDelete’, ‘ReadOnly’
notes (str) – The notes of the management lock.
name (str) – The name of the lock.
- Variables
id (str) – The Id of the lock.
type (str) – The type of the lock.
-
class
azure.mgmt.resource.locks.v2015_01_01.models.ManagementLockObjectPaged(*args, **kwargs)[source]¶ Bases:
msrest.paging.PagedA paging container for iterating over a list of
ManagementLockObjectobjectBring async to Paging.
“async_command” is mandatory keyword argument for this mixin to work.