Class LivyStatementStates

java.lang.Object
com.azure.core.util.ExpandableStringEnum<LivyStatementStates>
com.azure.analytics.synapse.spark.models.LivyStatementStates

public final class LivyStatementStates extends ExpandableStringEnum<LivyStatementStates>
Defines values for LivyStatementStates.
  • Field Details

    • WAITING

      public static final LivyStatementStates WAITING
      Static value waiting for LivyStatementStates.
    • RUNNING

      public static final LivyStatementStates RUNNING
      Static value running for LivyStatementStates.
    • AVAILABLE

      public static final LivyStatementStates AVAILABLE
      Static value available for LivyStatementStates.
    • ERROR

      public static final LivyStatementStates ERROR
      Static value error for LivyStatementStates.
    • CANCELLING

      public static final LivyStatementStates CANCELLING
      Static value cancelling for LivyStatementStates.
    • CANCELLED

      public static final LivyStatementStates CANCELLED
      Static value cancelled for LivyStatementStates.
  • Constructor Details

    • LivyStatementStates

      public LivyStatementStates()
  • Method Details

    • fromString

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

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