Class JobStepActionType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<JobStepActionType>
com.azure.resourcemanager.sql.models.JobStepActionType
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class JobStepActionType extends com.azure.core.util.ExpandableStringEnum<JobStepActionType>
Type of action being executed by the job step.
  • Field Details

    • TSQL

      public static final JobStepActionType TSQL
      Static value TSql for JobStepActionType.
  • Constructor Details

    • JobStepActionType

      @Deprecated public JobStepActionType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of JobStepActionType value.
  • Method Details

    • fromString

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

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