Share via


JobGetHistoryResponse.JobHistoryEntry Class

 

A job history entry.

Namespace:   Microsoft.WindowsAzure.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse.JobHistoryEntry

Syntax

public class JobHistoryEntry
public ref class JobHistoryEntry 
type JobHistoryEntry = class end
Public Class JobHistoryEntry

Constructors

Name Description
System_CAPS_pubmethod JobGetHistoryResponse.JobHistoryEntry()

Initializes a new instance of the JobHistoryEntry class.

Properties

Name Description
System_CAPS_pubproperty ActionName

Optional. The action of this execution, MainAction or ErrorAction.

System_CAPS_pubproperty EndTime

Optional. The time the execution attempt concluded.

System_CAPS_pubproperty Id

Optional. The job id that this history entry is for.

System_CAPS_pubproperty Message

Optional. A description of the result of the execution attempt.

System_CAPS_pubproperty RepeatCount

Optional. The occurrence count of this execution.

System_CAPS_pubproperty RetryCount

Optional. The retry count of this occurrence.

System_CAPS_pubproperty StartTime

Optional. The time the execution attempt began.

System_CAPS_pubproperty State

Optional. The state of the job: enabled, disabled, faulted, or completed.

System_CAPS_pubproperty Status

Optional. The status of this execution attempt, completed or failed.

System_CAPS_pubproperty Timestamp

Optional. The time the execution attempt began.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Scheduler.Models Namespace

Return to top