ForecastDataset(IDictionary<String,ForecastAggregation>) Constructor

Definition

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.

Applies to