JobHistoryEntry 成员
A job history entry.
以下各表列出了由 JobHistoryEntry 类型公开的成员。
公共 构造函数
Name | 说明 | |
---|---|---|
JobHistoryEntry | Initializes a new instance of the JobHistoryEntry class. |
返回页首
公共 属性
Name | 说明 | |
---|---|---|
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 | 说明 | |
---|---|---|
Equals | (继承自 Object) | |
GetHashCode | (继承自 Object) | |
GetType | (继承自 Object) | |
ToString | (继承自 Object) |
返回页首
受保护 方法
Name | 说明 | |
---|---|---|
Finalize | (继承自 Object) | |
MemberwiseClone | (继承自 Object) |
返回页首
另请参阅
参考
JobHistoryEntry 类
Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse 命名空间