Class SparkJobType

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

public final class SparkJobType extends com.azure.core.util.ExpandableStringEnum<SparkJobType>
The job type.
  • Field Details

    • SPARK_BATCH

      public static final SparkJobType SPARK_BATCH
      Static value SparkBatch for SparkJobType.
    • SPARK_SESSION

      public static final SparkJobType SPARK_SESSION
      Static value SparkSession for SparkJobType.
  • Constructor Details

    • SparkJobType

      public SparkJobType()
  • Method Details

    • fromString

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

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