JobStepActionType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. sql. models. JobStepActionType
- com.
- com.
public final class JobStepActionType
extends ExpandableStringEnum<JobStepActionType>
Type of action being executed by the job step.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Job |
TSQL
Static value TSql for Job |
Constructor Summary
Constructor | Description |
---|---|
JobStepActionType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Job |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Job |
fromString(String name)
Creates or finds a Job |
static
Collection<Job |
values()
Gets known Job |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
TSQL
public static final JobStepActionType TSQL
Static value TSql for JobStepActionType.
Constructor Details
JobStepActionType
@Deprecated
public JobStepActionType()
Deprecated
Creates a new instance of JobStepActionType value.
Method Details
fromString
public static JobStepActionType fromString(String name)
Creates or finds a JobStepActionType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known JobStepActionType values.
Returns:
Applies to
Azure SDK for Java