JobStepActionType Class
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum<JobStepActionType> - com.
microsoft. azure. management. sql. JobStepActionType
- com.
- com.
public class JobStepActionType
Defines values for JobStepActionType.
Field Summary
Modifier and Type | Field and Description |
---|---|
final Job |
TSQL
Static value TSql for JobStepActionType. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Job |
fromString(String name)
Creates or finds a JobStepActionType from its string representation. |
Collection<Job |
values() |
Field Details
TSQL
public static final JobStepActionType TSQL= fromString("TSql")
Static value TSql for JobStepActionType.
Method Details
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
Returns:
known JobStepActionType values
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java