Class RunQueryOrder
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RunQueryOrder>
com.azure.resourcemanager.datafactory.models.RunQueryOrder
Sorting order of the parameter.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final RunQueryOrder
Static value ASC for RunQueryOrder.static final RunQueryOrder
Static value DESC for RunQueryOrder. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RunQueryOrder
fromString
(String name) Creates or finds a RunQueryOrder from its string representation.static Collection<RunQueryOrder>
values()
Gets known RunQueryOrder values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ASC
Static value ASC for RunQueryOrder. -
DESC
Static value DESC for RunQueryOrder.
-
-
Constructor Details
-
RunQueryOrder
Deprecated.Use thefromString(String)
factory method.Creates a new instance of RunQueryOrder value.
-
-
Method Details
-
fromString
Creates or finds a RunQueryOrder from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding RunQueryOrder.
-
values
Gets known RunQueryOrder values.- Returns:
- known RunQueryOrder values.
-
fromString(String)
factory method.