Uses of Class
com.azure.resourcemanager.datafactory.models.RunQueryOrderBy
-
Packages that use RunQueryOrderBy Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of RunQueryOrderBy in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return RunQueryOrderBy Modifier and Type Method Description RunQueryOrderBy
RunQueryOrderBy. withOrder(RunQueryOrder order)
Set the order property: Sorting order of the parameter.RunQueryOrderBy
RunQueryOrderBy. withOrderBy(RunQueryOrderByField orderBy)
Set the orderBy property: Parameter name to be used for order by.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type RunQueryOrderBy Modifier and Type Method Description List<RunQueryOrderBy>
RunFilterParameters. orderBy()
Get the orderBy property: List of OrderBy option.Method parameters in com.azure.resourcemanager.datafactory.models with type arguments of type RunQueryOrderBy Modifier and Type Method Description RunFilterParameters
RunFilterParameters. withOrderBy(List<RunQueryOrderBy> orderBy)
Set the orderBy property: List of OrderBy option.
-