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 | |
---|---|---|
JobGetHistoryResponse.JobHistoryEntry() | Initializes a new instance of the JobHistoryEntry class. |
Properties
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. |
Methods
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.) |
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