Class StorageTypeState


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

      • INVALID

        public static final StorageTypeState INVALID
        Static value Invalid for StorageTypeState.
      • LOCKED

        public static final StorageTypeState LOCKED
        Static value Locked for StorageTypeState.
      • UNLOCKED

        public static final StorageTypeState UNLOCKED
        Static value Unlocked for StorageTypeState.
    • Constructor Detail

      • StorageTypeState

        public StorageTypeState()
    • Method Detail

      • fromString

        public static StorageTypeState fromString​(String name)
        Creates or finds a StorageTypeState from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding StorageTypeState.
      • values

        public static Collection<StorageTypeState> values()
        Gets known StorageTypeState values.
        Returns:
        known StorageTypeState values.