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>
Type of action being executed by the job step.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JobStepActionTypeStatic value TSql for JobStepActionType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JobStepActionTypefromString(String name) Creates or finds a JobStepActionType from its string representation.static Collection<JobStepActionType>values()Gets known JobStepActionType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
TSQL
Static value TSql for JobStepActionType.
-
-
Constructor Details
-
JobStepActionType
public JobStepActionType()
-
-
Method Details
-
fromString
Creates or finds a JobStepActionType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding JobStepActionType.
-
values
Gets known JobStepActionType values.- Returns:
- known JobStepActionType values.
-