Uses of Class
com.azure.resourcemanager.costmanagement.models.ReportConfigDataset
Package
Description
Package containing the inner data models for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of ReportConfigDataset in com.azure.resourcemanager.costmanagement.fluent.models
Modifier and TypeMethodDescriptionReportConfigDefinition.dataSet()
Get the dataSet property: Has definition for data in this report config.ViewInner.dataSet()
Get the dataSet property: Has definition for data in this report config.ViewProperties.dataSet()
Get the dataSet property: Has definition for data in this report config.Modifier and TypeMethodDescriptionReportConfigDefinition.withDataSet
(ReportConfigDataset dataSet) Set the dataSet property: Has definition for data in this report config.ViewInner.withDataSet
(ReportConfigDataset dataSet) Set the dataSet property: Has definition for data in this report config.ViewProperties.withDataSet
(ReportConfigDataset dataSet) Set the dataSet property: Has definition for data in this report config. -
Uses of ReportConfigDataset in com.azure.resourcemanager.costmanagement.models
Modifier and TypeMethodDescriptionView.dataSet()
Gets the dataSet property: Has definition for data in this report config.ReportConfigDataset.withAggregation
(Map<String, ReportConfigAggregation> aggregation) Set the aggregation property: Dictionary of aggregation expression to use in the report.ReportConfigDataset.withConfiguration
(ReportConfigDatasetConfiguration configuration) Set the configuration property: Has configuration information for the data in the report.ReportConfigDataset.withFilter
(ReportConfigFilter filter) Set the filter property: Has filter expression to use in the report.ReportConfigDataset.withGranularity
(ReportGranularityType granularity) Set the granularity property: The granularity of rows in the report.ReportConfigDataset.withGrouping
(List<ReportConfigGrouping> grouping) Set the grouping property: Array of group by expression to use in the report.ReportConfigDataset.withSorting
(List<ReportConfigSorting> sorting) Set the sorting property: Array of order by expression to use in the report.Modifier and TypeMethodDescriptionView.DefinitionStages.WithDataSet.withDataSet
(ReportConfigDataset dataSet) Specifies the dataSet property: Has definition for data in this report config..View.UpdateStages.WithDataSet.withDataSet
(ReportConfigDataset dataSet) Specifies the dataSet property: Has definition for data in this report config..