Uses of Class
com.microsoft.azure.management.locks.LockLevel
-
-
Uses of LockLevel in com.microsoft.azure.management.locks
Fields in com.microsoft.azure.management.locks declared as LockLevel Modifier and Type Field Description static LockLevelLockLevel. CAN_NOT_DELETEStatic value CanNotDelete for LockLevel.static LockLevelLockLevel. NOT_SPECIFIEDStatic value NotSpecified for LockLevel.static LockLevelLockLevel. READ_ONLYStatic value ReadOnly for LockLevel.Methods in com.microsoft.azure.management.locks that return LockLevel Modifier and Type Method Description static LockLevelLockLevel. fromString(String name)Creates or finds a LockLevel from its string representation.LockLevelManagementLock. level()Methods in com.microsoft.azure.management.locks that return types with arguments of type LockLevel Modifier and Type Method Description static Collection<LockLevel>LockLevel. values()Methods in com.microsoft.azure.management.locks with parameters of type LockLevel Modifier and Type Method Description ManagementLock.DefinitionStages.WithCreateManagementLock.DefinitionStages.WithLevel. withLevel(LockLevel level)Specifies the lock level.ManagementLock.UpdateManagementLock.UpdateStages.WithLevel. withLevel(LockLevel level)Specifies the lock level.
-