Uses of Class
com.azure.resourcemanager.costmanagement.models.ReportConfigGrouping
Packages that use ReportConfigGrouping
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of ReportConfigGrouping in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return ReportConfigGroupingModifier and TypeMethodDescriptionSet the name property: The name of the column to group.ReportConfigGrouping.withType(QueryColumnType type) Set the type property: Has type of the column to group.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type ReportConfigGroupingModifier and TypeMethodDescriptionReportConfigDataset.grouping()Get the grouping property: Array of group by expression to use in the report.Method parameters in com.azure.resourcemanager.costmanagement.models with type arguments of type ReportConfigGroupingModifier and TypeMethodDescriptionReportConfigDataset.withGrouping(List<ReportConfigGrouping> grouping) Set the grouping property: Array of group by expression to use in the report.