Uses of Class
com.azure.resourcemanager.costmanagement.models.QueryAggregation
Packages that use QueryAggregation
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of QueryAggregation in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return QueryAggregationModifier and TypeMethodDescriptionQueryAggregation.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 QueryAggregationModifier and TypeMethodDescriptionQueryDataset.aggregation()Get the aggregation property: Dictionary of aggregation expression to use in the query.Method parameters in com.azure.resourcemanager.costmanagement.models with type arguments of type QueryAggregationModifier and TypeMethodDescriptionQueryDataset.withAggregation(Map<String, QueryAggregation> aggregation) Set the aggregation property: Dictionary of aggregation expression to use in the query.