JobGetHistoryResponse::JobHistoryEntry Properties
Namespace:
Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
| Name | Description | |
|---|---|---|
![]() | ActionName | Optional. The action of this execution, MainAction or ErrorAction. |
![]() | EndTime | Optional. The time the execution attempt concluded. |
![]() | Id | Optional. The job id that this history entry is for. |
![]() | Message | Optional. A description of the result of the execution attempt. |
![]() | RepeatCount | Optional. The occurrence count of this execution. |
![]() | RetryCount | Optional. The retry count of this occurrence. |
![]() | StartTime | Optional. The time the execution attempt began. |
![]() | State | Optional. The state of the job: enabled, disabled, faulted, or completed. |
![]() | Status | Optional. The status of this execution attempt, completed or failed. |
![]() | Timestamp | Optional. The time the execution attempt began. |
Show:
