Uses of Class
com.microsoft.azure.management.locks.LockLevel
Package
Description
This package contains the classes for ManagementLockClient.
-
Uses of LockLevel in com.microsoft.azure.management.locks
Modifier and TypeFieldDescriptionstatic final LockLevel
LockLevel.CAN_NOT_DELETE
Static value CanNotDelete for LockLevel.static final LockLevel
LockLevel.NOT_SPECIFIED
Static value NotSpecified for LockLevel.static final LockLevel
LockLevel.READ_ONLY
Static value ReadOnly for LockLevel.Modifier and TypeMethodDescriptionstatic LockLevel
LockLevel.fromString
(String name) Creates or finds a LockLevel from its string representation.ManagementLock.level()
Modifier and TypeMethodDescriptionSpecifies the lock level.Specifies the lock level.