Uses of Class
com.azure.resourcemanager.datafactory.models.RunQueryOrder
-
Packages that use RunQueryOrder Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of RunQueryOrder in com.azure.resourcemanager.datafactory.models
Fields in com.azure.resourcemanager.datafactory.models declared as RunQueryOrder Modifier and Type Field Description static RunQueryOrder
RunQueryOrder. ASC
Static value ASC for RunQueryOrder.static RunQueryOrder
RunQueryOrder. DESC
Static value DESC for RunQueryOrder.Methods in com.azure.resourcemanager.datafactory.models that return RunQueryOrder Modifier and Type Method Description static RunQueryOrder
RunQueryOrder. fromString(String name)
Creates or finds a RunQueryOrder from its string representation.RunQueryOrder
RunQueryOrderBy. order()
Get the order property: Sorting order of the parameter.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type RunQueryOrder Modifier and Type Method Description static Collection<RunQueryOrder>
RunQueryOrder. values()
Gets known RunQueryOrder values.Methods in com.azure.resourcemanager.datafactory.models with parameters of type RunQueryOrder Modifier and Type Method Description RunQueryOrderBy
RunQueryOrderBy. withOrder(RunQueryOrder order)
Set the order property: Sorting order of the parameter.
-