Compartilhar via


ManagementLockObject Class

Management lock information.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.resource.locks._serialization.Model
ManagementLockObject

Constructor

ManagementLockObject(*, name: str | None = None, level: str | _models.LockLevel | None = None, notes: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

The name of the lock.

level

The lock level of the management lock. Known values are: "NotSpecified", "CanNotDelete", and "ReadOnly".

notes
str

The notes of the management lock.

Variables

Name Description
id
str

The Id of the lock.

type
str

The type of the lock.

name
str

The name of the lock.

level

The lock level of the management lock. Known values are: "NotSpecified", "CanNotDelete", and "ReadOnly".

notes
str

The notes of the management lock.