Share via


QueryAggregation(String, FunctionType) Constructor

Definition

Initializes a new instance of QueryAggregation.

public QueryAggregation(string name, Azure.ResourceManager.CostManagement.Models.FunctionType function);
new Azure.ResourceManager.CostManagement.Models.QueryAggregation : string * Azure.ResourceManager.CostManagement.Models.FunctionType -> Azure.ResourceManager.CostManagement.Models.QueryAggregation
Public Sub New (name As String, function As FunctionType)

Parameters

name
String

The name of the column to aggregate.

function
FunctionType

The name of the aggregation function to use.

Exceptions

name is null.

Applies to