azure.mgmt.resource.locks.v2016_09_01.models module¶
-
class
azure.mgmt.resource.locks.v2016_09_01.models.
ManagementLockOwner
(*, application_id: str = None, **kwargs)[source]¶ Bases:
msrest.serialization.Model
Lock owner properties.
- Parameters
application_id (str) – The application ID of the lock owner.
-
class
azure.mgmt.resource.locks.v2016_09_01.models.
ManagementLockObject
(*, level, notes: str = None, owners=None, name: str = None, **kwargs)[source]¶ Bases:
msrest.serialization.Model
The lock information.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Parameters
level (str or LockLevel) – Required. The level of the lock. Possible values are: NotSpecified, CanNotDelete, ReadOnly. CanNotDelete means authorized users are able to read and modify the resources, but not delete. ReadOnly means authorized users can only read from a resource, but they can’t modify or delete it. Possible values include: ‘NotSpecified’, ‘CanNotDelete’, ‘ReadOnly’
notes (str) – Notes about the lock. Maximum of 512 characters.
owners (list[ManagementLockOwner]) – The owners of the lock.
name (str) – The name of the lock.
- Variables
-
class
azure.mgmt.resource.locks.v2016_09_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.