ForecastDataset(IDictionary<String,ForecastAggregation>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ForecastDataset.
public ForecastDataset(System.Collections.Generic.IDictionary<string,Azure.ResourceManager.CostManagement.Models.ForecastAggregation> aggregation);
new Azure.ResourceManager.CostManagement.Models.ForecastDataset : System.Collections.Generic.IDictionary<string, Azure.ResourceManager.CostManagement.Models.ForecastAggregation> -> Azure.ResourceManager.CostManagement.Models.ForecastDataset
Public Sub New (aggregation As IDictionary(Of String, ForecastAggregation))
Parameters
- aggregation
- IDictionary<String,ForecastAggregation>
Dictionary of aggregation expression to use in the forecast. The key of each item in the dictionary is the alias for the aggregated column. forecast can have up to 2 aggregation clauses.
Exceptions
aggregation is null.