Class LockLevel
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<LockLevel>
com.microsoft.azure.management.locks.LockLevel
Defines values for LockLevel.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LockLevel
fromString
(String name) Creates or finds a LockLevel from its string representation.static Collection<LockLevel>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
NOT_SPECIFIED
Static value NotSpecified for LockLevel. -
CAN_NOT_DELETE
Static value CanNotDelete for LockLevel. -
READ_ONLY
Static value ReadOnly for LockLevel.
-
-
Constructor Details
-
LockLevel
public LockLevel()
-
-
Method Details
-
fromString
Creates or finds a LockLevel from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding LockLevel
-
values
- Returns:
- known LockLevel values
-