BatchJobDefaultOrder Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. compute. batch. models. BatchJobDefaultOrder
- com.
- com.
public final class BatchJobDefaultOrder
extends ExpandableStringEnum<BatchJobDefaultOrder>
BatchJobDefaultOrder enums.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Batch |
CREATION_TIME
If jobs have equal priority, tasks from jobs that were created earlier should be scheduled first. |
|
static final
Batch |
NONE
Tasks should be scheduled uniformly from all equal-priority jobs for the pool. |
Constructor Summary
| Constructor | Description |
|---|---|
| BatchJobDefaultOrder() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Batch |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Batch |
fromString(String name)
Creates or finds a Batch |
|
static
Collection<Batch |
values()
Gets known Batch |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CREATION_TIME
public static final BatchJobDefaultOrder CREATION_TIME
If jobs have equal priority, tasks from jobs that were created earlier should be scheduled first.
NONE
public static final BatchJobDefaultOrder NONE
Tasks should be scheduled uniformly from all equal-priority jobs for the pool.
Constructor Details
BatchJobDefaultOrder
@Deprecated
public BatchJobDefaultOrder()
Deprecated
Creates a new instance of BatchJobDefaultOrder value.
Method Details
fromString
public static BatchJobDefaultOrder fromString(String name)
Creates or finds a BatchJobDefaultOrder from its string representation.
Parameters:
Returns:
values
public static Collection<BatchJobDefaultOrder> values()
Gets known BatchJobDefaultOrder values.
Returns: