JobGetHistoryResponse.JobHistoryEntry Class
A job history entry.
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
| Name | Description | |
|---|---|---|
![]() | JobGetHistoryResponse.JobHistoryEntry() | Initializes a new instance of the JobHistoryEntry class. |
| 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.


