Uses of Class
com.azure.resourcemanager.costmanagement.models.ForecastDataset
Packages that use ForecastDataset
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of ForecastDataset in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return ForecastDatasetModifier and TypeMethodDescriptionForecastDefinition.dataset()Get the dataset property: Has definition for data in this forecast.ForecastDataset.withAggregation(Map<String, ForecastAggregation> aggregation) Set the aggregation property: Dictionary of aggregation expression to use in the forecast.ForecastDataset.withConfiguration(ForecastDatasetConfiguration configuration) Set the configuration property: Has configuration information for the data in the export.ForecastDataset.withFilter(ForecastFilter filter) Set the filter property: Has filter expression to use in the forecast.ForecastDataset.withGranularity(GranularityType granularity) Set the granularity property: The granularity of rows in the forecast.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type ForecastDatasetModifier and TypeMethodDescriptionForecastDefinition.withDataset(ForecastDataset dataset) Set the dataset property: Has definition for data in this forecast.