public final class JobStepActionSource extends com.azure.core.util.ExpandableStringEnum<JobStepActionSource>
| Modifier and Type | Field and Description |
|---|---|
static JobStepActionSource |
INLINE
Static value Inline for JobStepActionSource.
|
| Constructor and Description |
|---|
JobStepActionSource() |
| Modifier and Type | Method and Description |
|---|---|
static JobStepActionSource |
fromString(String name)
Creates or finds a JobStepActionSource from its string representation.
|
static Collection<JobStepActionSource> |
values() |
public static final JobStepActionSource INLINE
public static JobStepActionSource fromString(String name)
name - a name to look for.public static Collection<JobStepActionSource> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.