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:
-
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
ManagementLockObjectobject