次の方法で共有


ForecastDataset(IDictionary<String,ForecastAggregation>) コンストラクター

定義

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))

パラメーター

aggregation
IDictionary<String,ForecastAggregation>

予測で使用する集計式のディクショナリ。 ディクショナリ内の各項目のキーは、集計列の別名です。 予測には、最大 2 つの集計句を含めることができます。

例外

aggregation が null です。

適用対象