Uses of Class
com.azure.resourcemanager.datafactory.models.RunQueryOrder
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of RunQueryOrder in com.azure.resourcemanager.datafactory.models
Modifier and TypeFieldDescriptionstatic final RunQueryOrder
RunQueryOrder.ASC
Static value ASC for RunQueryOrder.static final RunQueryOrder
RunQueryOrder.DESC
Static value DESC for RunQueryOrder.Modifier and TypeMethodDescriptionstatic RunQueryOrder
RunQueryOrder.fromString
(String name) Creates or finds a RunQueryOrder from its string representation.RunQueryOrderBy.order()
Get the order property: Sorting order of the parameter.Modifier and TypeMethodDescriptionstatic Collection<RunQueryOrder>
RunQueryOrder.values()
Gets known RunQueryOrder values.Modifier and TypeMethodDescriptionRunQueryOrderBy.withOrder
(RunQueryOrder order) Set the order property: Sorting order of the parameter.