Uses of Class
com.azure.resourcemanager.costmanagement.models.ForecastAggregation
Packages that use ForecastAggregation
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of ForecastAggregation in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return ForecastAggregationModifier and TypeMethodDescriptionForecastAggregation.withFunction(FunctionType function) Set the function property: The name of the aggregation function to use.ForecastAggregation.withName(FunctionName name) 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 ForecastAggregationModifier and TypeMethodDescriptionForecastDataset.aggregation()Get the aggregation property: Dictionary of aggregation expression to use in the forecast.Method parameters in com.azure.resourcemanager.costmanagement.models with type arguments of type ForecastAggregationModifier and TypeMethodDescriptionForecastDataset.withAggregation(Map<String, ForecastAggregation> aggregation) Set the aggregation property: Dictionary of aggregation expression to use in the forecast.