Class JobStepActionSource
java.lang.Object
com.azure.core.util.ExpandableStringEnum<JobStepActionSource>
com.azure.resourcemanager.sql.models.JobStepActionSource
public final class JobStepActionSource
extends com.azure.core.util.ExpandableStringEnum<JobStepActionSource>
The source of the action to execute.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JobStepActionSourceStatic value Inline for JobStepActionSource. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JobStepActionSourcefromString(String name) Creates or finds a JobStepActionSource from its string representation.static Collection<JobStepActionSource>values()Gets known JobStepActionSource values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
INLINE
Static value Inline for JobStepActionSource.
-
-
Constructor Details
-
JobStepActionSource
public JobStepActionSource()
-
-
Method Details
-
fromString
Creates or finds a JobStepActionSource from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding JobStepActionSource.
-
values
Gets known JobStepActionSource values.- Returns:
- known JobStepActionSource values.
-