Class JobStepOutputType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<JobStepOutputType>
com.azure.resourcemanager.sql.models.JobStepOutputType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class JobStepOutputType
extends com.azure.core.util.ExpandableStringEnum<JobStepOutputType>
The output destination type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JobStepOutputTypeStatic value SqlDatabase for JobStepOutputType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JobStepOutputTypefromString(String name) Creates or finds a JobStepOutputType from its string representation.static Collection<JobStepOutputType> values()Gets known JobStepOutputType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
SQL_DATABASE
Static value SqlDatabase for JobStepOutputType.
-
-
Constructor Details
-
JobStepOutputType
Deprecated.Use thefromString(String)factory method.Creates a new instance of JobStepOutputType value.
-
-
Method Details
-
fromString
Creates or finds a JobStepOutputType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding JobStepOutputType.
-
values
Gets known JobStepOutputType values.- Returns:
- known JobStepOutputType values.
-
fromString(String)factory method.