Class DataExportListResult

java.lang.Object
com.azure.resourcemanager.loganalytics.models.DataExportListResult

public final class DataExportListResult extends Object
Result of the request to list data exports.
  • Constructor Details

    • DataExportListResult

      public DataExportListResult()
  • Method Details

    • value

      public List<DataExportInner> value()
      Get the value property: List of data export instances within a workspace..
      Returns:
      the value value.
    • withValue

      public DataExportListResult withValue(List<DataExportInner> value)
      Set the value property: List of data export instances within a workspace..
      Parameters:
      value - the value value to set.
      Returns:
      the DataExportListResult object itself.
    • validate

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