Class OperationalStateType


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

      • READY

        public static final OperationalStateType READY
        Static value Ready for OperationalStateType.
      • SUSPENDED

        public static final OperationalStateType SUSPENDED
        Static value Suspended for OperationalStateType.
      • FLUSHING

        public static final OperationalStateType FLUSHING
        Static value Flushing for OperationalStateType.
    • Constructor Detail

      • OperationalStateType

        public OperationalStateType()
    • Method Detail

      • fromString

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