Uses of Class
com.azure.resourcemanager.costmanagement.models.ReportConfigAggregation
Packages that use ReportConfigAggregation
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of ReportConfigAggregation in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return ReportConfigAggregationModifier and TypeMethodDescriptionReportConfigAggregation.withFunction(FunctionType function) Set the function property: The name of the aggregation function to use.Set the name property: The name of the column to aggregate.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type ReportConfigAggregationModifier and TypeMethodDescriptionReportConfigDataset.aggregation()Get the aggregation property: Dictionary of aggregation expression to use in the report.Method parameters in com.azure.resourcemanager.costmanagement.models with type arguments of type ReportConfigAggregationModifier and TypeMethodDescriptionReportConfigDataset.withAggregation(Map<String, ReportConfigAggregation> aggregation) Set the aggregation property: Dictionary of aggregation expression to use in the report.