Uses of Class
com.azure.resourcemanager.costmanagement.models.ExportDataset
Packages that use ExportDataset
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of ExportDataset in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return ExportDatasetModifier and TypeMethodDescriptionExportDefinition.dataSet()Get the dataSet property: The definition for data in the export.ExportDataset.withConfiguration(ExportDatasetConfiguration configuration) Set the configuration property: The export dataset configuration.ExportDataset.withGranularity(GranularityType granularity) Set the granularity property: The granularity of rows in the export.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type ExportDatasetModifier and TypeMethodDescriptionExportDefinition.withDataSet(ExportDataset dataSet) Set the dataSet property: The definition for data in the export.