ArmCostManagementModelFactory.QueryGrouping(QueryColumnType, String) Method
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.
The group by expression to be used in the query.
public static Azure.ResourceManager.CostManagement.Models.QueryGrouping QueryGrouping(Azure.ResourceManager.CostManagement.Models.QueryColumnType columnType = default, string name = default);
static member QueryGrouping : Azure.ResourceManager.CostManagement.Models.QueryColumnType * string -> Azure.ResourceManager.CostManagement.Models.QueryGrouping
Public Shared Function QueryGrouping (Optional columnType As QueryColumnType = Nothing, Optional name As String = Nothing) As QueryGrouping
Parameters
- columnType
- QueryColumnType
Has type of the column to group.
- name
- String
The name of the column to group.
Returns
A new QueryGrouping instance for mocking.