Class JobStepActionType


  • public final class JobStepActionType
    extends com.azure.core.util.ExpandableStringEnum<JobStepActionType>
    Defines values for JobStepActionType.
    • Field Detail

      • TSQL

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

      • JobStepActionType

        public JobStepActionType()
    • Method Detail

      • 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.