Class ExportDatasetConfiguration

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

public final class ExportDatasetConfiguration extends Object
The export dataset configuration. Allows columns to be selected for the export. If not provided then the export will include all available columns.
  • Constructor Details

    • ExportDatasetConfiguration

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

    • columns

      public List<String> columns()
      Get the columns property: Array of column names to be included in the export. If not provided then the export will include all available columns. The available columns can vary by customer channel (see examples).
      Returns:
      the columns value.
    • withColumns

      public ExportDatasetConfiguration withColumns(List<String> columns)
      Set the columns property: Array of column names to be included in the export. If not provided then the export will include all available columns. The available columns can vary by customer channel (see examples).
      Parameters:
      columns - the columns value to set.
      Returns:
      the ExportDatasetConfiguration object itself.
    • validate

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