Class SparkSessionResultType

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

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

    • UNCERTAIN

      public static final SparkSessionResultType UNCERTAIN
      Static value Uncertain for SparkSessionResultType.
    • SUCCEEDED

      public static final SparkSessionResultType SUCCEEDED
      Static value Succeeded for SparkSessionResultType.
    • FAILED

      public static final SparkSessionResultType FAILED
      Static value Failed for SparkSessionResultType.
    • CANCELLED

      public static final SparkSessionResultType CANCELLED
      Static value Cancelled for SparkSessionResultType.
  • Constructor Details

    • SparkSessionResultType

      public SparkSessionResultType()
  • Method Details

    • fromString

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

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