JobStepActionSource Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. sql. models. JobStepActionSource
- com.
- com.
public final class JobStepActionSource
extends ExpandableStringEnum<JobStepActionSource>
The source of the action to execute.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Job |
INLINE
Static value Inline for Job |
Constructor Summary
Constructor | Description |
---|---|
JobStepActionSource() |
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
INLINE
public static final JobStepActionSource INLINE
Static value Inline for JobStepActionSource.
Constructor Details
JobStepActionSource
@Deprecated
public JobStepActionSource()
Deprecated
Creates a new instance of JobStepActionSource value.
Method Details
fromString
public static JobStepActionSource fromString(String name)
Creates or finds a JobStepActionSource from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known JobStepActionSource values.
Returns:
Applies to
Azure SDK for Java