JobStepActionSource Class
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum<JobStepActionSource> - com.
microsoft. azure. management. sql. JobStepActionSource
- com.
- com.
public class JobStepActionSource
Defines values for JobStepActionSource.
Field Summary
Modifier and Type | Field and Description |
---|---|
final Job |
INLINE
Static value Inline for JobStepActionSource. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Job |
fromString(String name)
Creates or finds a JobStepActionSource from its string representation. |
Collection<Job |
values() |
Field Details
INLINE
public static final JobStepActionSource INLINE= fromString("Inline")
Static value Inline for JobStepActionSource.
Method Details
fromString
public static JobStepActionSource fromString(String name)
Creates or finds a JobStepActionSource from its string representation.
Parameters:
name
- a name to look for
Returns:
the corresponding JobStepActionSource
values
public static Collection
Returns:
known JobStepActionSource 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