Share via


ReportConfigAggregation(String, FunctionType) Constructor

Definition

Initializes a new instance of ReportConfigAggregation.

public ReportConfigAggregation (string name, Azure.ResourceManager.CostManagement.Models.FunctionType function);
new Azure.ResourceManager.CostManagement.Models.ReportConfigAggregation : string * Azure.ResourceManager.CostManagement.Models.FunctionType -> Azure.ResourceManager.CostManagement.Models.ReportConfigAggregation
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