RunQueryOrder Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. datafactory. models. RunQueryOrder
- com.
- com.
public final class RunQueryOrder
extends ExpandableStringEnum<RunQueryOrder>
Sorting order of the parameter.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Run |
ASC
Static value ASC for Run |
|
static final
Run |
DESC
Static value DESC for Run |
Constructor Summary
| Constructor | Description |
|---|---|
| RunQueryOrder() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Run |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Run |
fromString(String name)
Creates or finds a Run |
|
static
Collection<Run |
values()
Gets known Run |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ASC
public static final RunQueryOrder ASC
Static value ASC for RunQueryOrder.
DESC
public static final RunQueryOrder DESC
Static value DESC for RunQueryOrder.
Constructor Details
RunQueryOrder
@Deprecated
public RunQueryOrder()
Deprecated
Creates a new instance of RunQueryOrder value.
Method Details
fromString
public static RunQueryOrder fromString(String name)
Creates or finds a RunQueryOrder from its string representation.
Parameters:
Returns:
values
public static Collection<RunQueryOrder> values()
Gets known RunQueryOrder values.
Returns: