Class JobStepActionType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<JobStepActionType>
com.azure.resourcemanager.sql.models.JobStepActionType

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

      public JobStepActionType()
  • 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.