Class SparkBatchJobResultType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<SparkBatchJobResultType>
com.azure.analytics.synapse.artifacts.models.SparkBatchJobResultType

public final class SparkBatchJobResultType extends com.azure.core.util.ExpandableStringEnum<SparkBatchJobResultType>
The Spark batch job result.
  • Field Details

    • UNCERTAIN

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

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

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

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

    • SparkBatchJobResultType

      public SparkBatchJobResultType()
  • Method Details

    • fromString

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

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