ManagementLock Interface
Implements
HasId
HasManager<ResourceManager>
HasName
HasInnerModel<ManagementLockObjectInner>
Indexable
Refreshable<ManagementLock>
Updatable<Update>
public interface ManagementLock
extends Indexable, Refreshable<ManagementLock>, Updatable<Update>, HasInnerModel<ManagementLockObjectInner>, HasManager<ResourceManager>, HasId, HasName
Management lock.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Lock |
level() |
abstract String | lockedResourceId() |
abstract String | notes() |
abstract
List<Management |
owners() |
Method Details
level
public abstract LockLevel level()
Returns:
the lock level
lockedResourceId
public abstract String lockedResourceId()
Returns:
the resource ID of the locked resource
notes
public abstract String notes()
Returns:
any notes associated with the lock
owners
public abstract List
Returns:
the owners of the lock
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java