Class LockLevel


  • public final class LockLevel
    extends com.azure.core.util.ExpandableStringEnum<LockLevel>
    Defines values for LockLevel.
    • Field Detail

      • NOT_SPECIFIED

        public static final LockLevel NOT_SPECIFIED
        Static value NotSpecified for LockLevel.
      • CAN_NOT_DELETE

        public static final LockLevel CAN_NOT_DELETE
        Static value CanNotDelete for LockLevel.
      • READ_ONLY

        public static final LockLevel READ_ONLY
        Static value ReadOnly for LockLevel.
    • Constructor Detail

      • LockLevel

        public LockLevel()
    • 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.