ArmCostManagementModelFactory.QueryAggregation(String, FunctionType) Method

Definition

The aggregation expression to be used in the query.

public static Azure.ResourceManager.CostManagement.Models.QueryAggregation QueryAggregation(string name = default, Azure.ResourceManager.CostManagement.Models.FunctionType function = default);
static member QueryAggregation : string * Azure.ResourceManager.CostManagement.Models.FunctionType -> Azure.ResourceManager.CostManagement.Models.QueryAggregation
Public Shared Function QueryAggregation (Optional name As String = Nothing, Optional function As FunctionType = Nothing) As QueryAggregation

Parameters

name
String

The name of the column to aggregate.

function
FunctionType

The name of the aggregation function to use.

Returns

A new QueryAggregation instance for mocking.

Applies to