JobGetHistoryResponse::JobHistoryEntry Properties

 

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

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.

Return to top
Show: