JobStepOutputType Class
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum<JobStepOutputType> - com.
microsoft. azure. management. sql. JobStepOutputType
- com.
- com.
public class JobStepOutputType
Defines values for JobStepOutputType.
Field Summary
Modifier and Type | Field and Description |
---|---|
final Job |
SQL_DATABASE
Static value SqlDatabase for JobStepOutputType. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Job |
fromString(String name)
Creates or finds a JobStepOutputType from its string representation. |
Collection<Job |
values() |
Field Details
SQL_DATABASE
public static final JobStepOutputType SQL_DATABASE= fromString("SqlDatabase")
Static value SqlDatabase for JobStepOutputType.
Method Details
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
values
public static Collection
Returns:
known JobStepOutputType values
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java