Uses of Class
com.azure.resourcemanager.costmanagement.models.ReportConfigSorting
Packages that use ReportConfigSorting
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of ReportConfigSorting in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return ReportConfigSortingModifier and TypeMethodDescriptionReportConfigSorting.withDirection(ReportConfigSortingType direction) Set the direction property: Direction of sort.Set the name property: The name of the column to sort.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type ReportConfigSortingModifier and TypeMethodDescriptionReportConfigDataset.sorting()Get the sorting property: Array of order by expression to use in the report.Method parameters in com.azure.resourcemanager.costmanagement.models with type arguments of type ReportConfigSortingModifier and TypeMethodDescriptionReportConfigDataset.withSorting(List<ReportConfigSorting> sorting) Set the sorting property: Array of order by expression to use in the report.