JobExecutionInformation Class

Definition

Information about the execution of an Azure Batch job.

public class JobExecutionInformation
type JobExecutionInformation = class
Public Class JobExecutionInformation
Inheritance
JobExecutionInformation

Properties

EndTime

Gets the completion time of this job.

PoolId

Gets the pool Id of this job.

SchedulingError

Gets the error encountered by the Batch service in scheduling the job.

StartTime

Gets the creation time of the job.

TerminateReason

Gets the reason for job moving to completed state.

Applies to