java.lang.Object
com.azure.resourcemanager.costmanagement.models.ExportDataset

public final class ExportDataset extends Object
The definition for data in the export.
  • Constructor Details

    • ExportDataset

      public ExportDataset()
      Creates an instance of ExportDataset class.
  • Method Details

    • granularity

      public GranularityType granularity()
      Get the granularity property: The granularity of rows in the export. Currently only 'Daily' is supported.
      Returns:
      the granularity value.
    • withGranularity

      public ExportDataset withGranularity(GranularityType granularity)
      Set the granularity property: The granularity of rows in the export. Currently only 'Daily' is supported.
      Parameters:
      granularity - the granularity value to set.
      Returns:
      the ExportDataset object itself.
    • configuration

      public ExportDatasetConfiguration configuration()
      Get the configuration property: The export dataset configuration.
      Returns:
      the configuration value.
    • withConfiguration

      public ExportDataset withConfiguration(ExportDatasetConfiguration configuration)
      Set the configuration property: The export dataset configuration.
      Parameters:
      configuration - the configuration value to set.
      Returns:
      the ExportDataset object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.