ReportConfigAggregation Class

The aggregation expression to be used in the report.

All required parameters must be populated in order to send to Azure.

Inheritance
ReportConfigAggregation

Constructor

ReportConfigAggregation(*, name: str, function: Union[str, azure.mgmt.costmanagement.models._cost_management_client_enums.FunctionType], **kwargs)

Parameters

name
str
Required

Required. The name of the column to aggregate.

function
str or FunctionType
Required

Required. The name of the aggregation function to use. Possible values include: "Avg", "Max", "Min", "Sum".