Class JobStepActionType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<JobStepActionType>
-
- com.azure.resourcemanager.sql.models.JobStepActionType
-
public final class JobStepActionType extends com.azure.core.util.ExpandableStringEnum<JobStepActionType>
Defines values for JobStepActionType.
-
-
Field Summary
Fields Modifier and Type Field Description static JobStepActionTypeTSQLStatic value TSql for JobStepActionType.
-
Constructor Summary
Constructors Constructor Description JobStepActionType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JobStepActionTypefromString(String name)Creates or finds a JobStepActionType from its string representation.static Collection<JobStepActionType>values()
-
-
-
Field Detail
-
TSQL
public static final JobStepActionType TSQL
Static value TSql for 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.
-
values
public static Collection<JobStepActionType> values()
- Returns:
- known JobStepActionType values.
-
-