JobGetHistoryResponse.JobHistoryEntry Class

 

A job history entry.

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

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

Public Class JobHistoryEntry

NameDescription
System_CAPS_pubmethodJobGetHistoryResponse.JobHistoryEntry()

Initializes a new instance of the JobHistoryEntry class.

NameDescription
System_CAPS_pubpropertyActionName

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

System_CAPS_pubpropertyEndTime

Optional. The time the execution attempt concluded.

System_CAPS_pubpropertyId

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

System_CAPS_pubpropertyMessage

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

System_CAPS_pubpropertyRepeatCount

Optional. The occurrence count of this execution.

System_CAPS_pubpropertyRetryCount

Optional. The retry count of this occurrence.

System_CAPS_pubpropertyStartTime

Optional. The time the execution attempt began.

System_CAPS_pubpropertyState

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

System_CAPS_pubpropertyStatus

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

System_CAPS_pubpropertyTimestamp

Optional. The time the execution attempt began.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: