java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.JobInformationBasic
com.microsoft.azure.management.datalake.analytics.models.JobInformation

public class JobInformation extends JobInformationBasic
The extended Data Lake Analytics job information properties returned when retrieving a specific job.
  • Constructor Details

    • JobInformation

      public JobInformation()
  • Method Details

    • errorMessage

      public List<JobErrorDetails> errorMessage()
      Get the error message details for the job, if the job failed.
      Returns:
      the errorMessage value
    • stateAuditRecords

      public List<JobStateAuditRecord> stateAuditRecords()
      Get the job state audit records, indicating when various operations have been performed on this job.
      Returns:
      the stateAuditRecords value
    • properties

      public JobProperties properties()
      Get the job specific properties.
      Returns:
      the properties value
    • withProperties

      public JobInformation withProperties(JobProperties properties)
      Set the job specific properties.
      Parameters:
      properties - the properties value to set
      Returns:
      the JobInformation object itself.