次の方法で共有


ManagementLock Interface

Implements

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 LockLevel level()
abstract String lockedResourceId()
abstract String notes()
abstract List<ManagementLockOwner> 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 owners()

Returns:

the owners of the lock

Applies to