Class JobStepOutputType


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

      • SQL_DATABASE

        public static final JobStepOutputType SQL_DATABASE
        Static value SqlDatabase for JobStepOutputType.
    • Constructor Detail

      • JobStepOutputType

        public JobStepOutputType()
    • Method Detail

      • fromString

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