Class UploadLogsResult

java.lang.Object
com.azure.monitor.ingestion.models.UploadLogsResult

public final class UploadLogsResult extends Object
The model class containing the result of a logs upload operation.
  • Constructor Details

    • UploadLogsResult

      public UploadLogsResult(UploadLogsStatus status, List<UploadLogsError> errors)
      Creates an instance of UploadLogsOptions.
      Parameters:
      status - the status of the logs upload operation.
      errors - the list of errors that occurred when uploading logs, if any.
  • Method Details

    • getStatus

      public UploadLogsStatus getStatus()
      Returns the status of the logs upload operation.
      Returns:
      the status of the logs upload operation.
    • getErrors

      public List<UploadLogsError> getErrors()
      Returns the list of errors that occurred when uploading logs, if any.
      Returns:
      the list of errors that occurred when uploading logs, if any.