Uses of Class
com.azure.resourcemanager.costmanagement.models.ReportConfigSortingType
Packages that use ReportConfigSortingType
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of ReportConfigSortingType in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as ReportConfigSortingTypeModifier and TypeFieldDescriptionstatic final ReportConfigSortingTypeReportConfigSortingType.ASCENDINGStatic value Ascending for ReportConfigSortingType.static final ReportConfigSortingTypeReportConfigSortingType.DESCENDINGStatic value Descending for ReportConfigSortingType.Methods in com.azure.resourcemanager.costmanagement.models that return ReportConfigSortingTypeModifier and TypeMethodDescriptionReportConfigSorting.direction()Get the direction property: Direction of sort.static ReportConfigSortingTypeReportConfigSortingType.fromString(String name) Creates or finds a ReportConfigSortingType from its string representation.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type ReportConfigSortingTypeModifier and TypeMethodDescriptionstatic Collection<ReportConfigSortingType>ReportConfigSortingType.values()Gets known ReportConfigSortingType values.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type ReportConfigSortingTypeModifier and TypeMethodDescriptionReportConfigSorting.withDirection(ReportConfigSortingType direction) Set the direction property: Direction of sort.