Class LockLevel
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<LockLevel>
-
- com.azure.resourcemanager.resources.models.LockLevel
-
public final class LockLevel extends com.azure.core.util.ExpandableStringEnum<LockLevel>
Defines values for LockLevel.
-
-
Field Summary
Fields Modifier and Type Field Description static LockLevelCAN_NOT_DELETEStatic value CanNotDelete for LockLevel.static LockLevelNOT_SPECIFIEDStatic value NotSpecified for LockLevel.static LockLevelREAD_ONLYStatic value ReadOnly for LockLevel.
-
Constructor Summary
Constructors Constructor Description LockLevel()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LockLevelfromString(String name)Creates or finds a LockLevel from its string representation.static Collection<LockLevel>values()
-
-
-
Method Detail
-
fromString
public static LockLevel fromString(String name)
Creates or finds a LockLevel from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding LockLevel.
-
values
public static Collection<LockLevel> values()
- Returns:
- known LockLevel values.
-
-