Class JobStepOutputType
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<JobStepOutputType>
com.microsoft.azure.management.sql.JobStepOutputType
public final class JobStepOutputType
extends com.microsoft.rest.ExpandableStringEnum<JobStepOutputType>
Defines values for JobStepOutputType.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JobStepOutputType
Static value SqlDatabase for JobStepOutputType. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic JobStepOutputType
fromString
(String name) Creates or finds a JobStepOutputType from its string representation.static Collection<JobStepOutputType>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
SQL_DATABASE
Static value SqlDatabase for JobStepOutputType.
-
-
Constructor Details
-
JobStepOutputType
public JobStepOutputType()
-
-
Method Details
-
fromString
Creates or finds a JobStepOutputType from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding JobStepOutputType
-
values
- Returns:
- known JobStepOutputType values
-