JobName Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. resourcemover. models. JobName
- com.
- com.
public final class JobName
extends ExpandableStringEnum<JobName>
Defines the job name.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Job |
INITIAL_SYNC
Static value Initial |
Constructor Summary
| Constructor | Description |
|---|---|
| JobName() |
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
INITIAL_SYNC
public static final JobName INITIAL_SYNC
Static value InitialSync for JobName.
Constructor Details
JobName
@Deprecated
public JobName()
Deprecated
Creates a new instance of JobName value.
Method Details
fromString
public static JobName fromString(String name)
Creates or finds a JobName from its string representation.
Parameters:
Returns:
values
public static Collection<JobName> values()
Gets known JobName values.
Returns: