JobGetHistoryResponse.JobHistoryEntry Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A job history entry.
public class JobGetHistoryResponse.JobHistoryEntry
type JobGetHistoryResponse.JobHistoryEntry = class
Public Class JobGetHistoryResponse.JobHistoryEntry
- Inheritance
-
JobGetHistoryResponse.JobHistoryEntry
Constructors
JobGetHistoryResponse.JobHistoryEntry() |
Initializes a new instance of the JobHistoryEntry class. |
Properties
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. |
Applies to
Azure SDK for .NET