Uses of Class
com.microsoft.azure.management.locks.LockLevel
Packages that use LockLevel
Package
Description
This package contains the classes for ManagementLockClient.
-
Uses of LockLevel in com.microsoft.azure.management.locks
Fields in com.microsoft.azure.management.locks declared as LockLevelModifier 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.Methods in com.microsoft.azure.management.locks that return LockLevelModifier and TypeMethodDescriptionstatic LockLevel
LockLevel.fromString
(String name) Creates or finds a LockLevel from its string representation.ManagementLock.level()
Methods in com.microsoft.azure.management.locks that return types with arguments of type LockLevelMethods in com.microsoft.azure.management.locks with parameters of type LockLevelModifier and TypeMethodDescriptionSpecifies the lock level.Specifies the lock level.