次の方法で共有


QueryDataset.Aggregation プロパティ

定義

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

public System.Collections.Generic.IDictionary<string,Azure.ResourceManager.CostManagement.Models.QueryAggregation> Aggregation { get; }
member this.Aggregation : System.Collections.Generic.IDictionary<string, Azure.ResourceManager.CostManagement.Models.QueryAggregation>
Public ReadOnly Property Aggregation As IDictionary(Of String, QueryAggregation)

プロパティ値

適用対象