QueryAggregation(String, FunctionType) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.