Uses of Class
com.azure.resourcemanager.costmanagement.models.QueryDataset
Packages that use QueryDataset
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of QueryDataset in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return QueryDatasetModifier and TypeMethodDescriptionQueryDefinition.dataset()Get the dataset property: Has definition for data in this query.QueryDataset.withAggregation(Map<String, QueryAggregation> aggregation) Set the aggregation property: Dictionary of aggregation expression to use in the query.QueryDataset.withConfiguration(QueryDatasetConfiguration configuration) Set the configuration property: Has configuration information for the data in the export.QueryDataset.withFilter(QueryFilter filter) Set the filter property: The filter expression to use in the query.QueryDataset.withGranularity(GranularityType granularity) Set the granularity property: The granularity of rows in the query.QueryDataset.withGrouping(List<QueryGrouping> grouping) Set the grouping property: Array of group by expression to use in the query.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type QueryDatasetModifier and TypeMethodDescriptionQueryDefinition.withDataset(QueryDataset dataset) Set the dataset property: Has definition for data in this query.