Uses of Class
com.azure.resourcemanager.costmanagement.models.QueryGrouping
Packages that use QueryGrouping
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of QueryGrouping in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return QueryGroupingModifier and TypeMethodDescriptionSet the name property: The name of the column to group.QueryGrouping.withType(QueryColumnType type) Set the type property: Has type of the column to group.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type QueryGroupingModifier and TypeMethodDescriptionQueryDataset.grouping()Get the grouping property: Array of group by expression to use in the query.Method parameters in com.azure.resourcemanager.costmanagement.models with type arguments of type QueryGroupingModifier and TypeMethodDescriptionQueryDataset.withGrouping(List<QueryGrouping> grouping) Set the grouping property: Array of group by expression to use in the query.