Job 成员
The definition of a Windows Azure Scheduler job.
以下各表列出了由 Job 类型公开的成员。
公共 构造函数
Name | 说明 | |
---|---|---|
Job | 重载。 |
返回页首
公共 属性
Name | 说明 | |
---|---|---|
Action | Required. Action to invoke for the job. | |
Id | Required. Job identifier. | |
Recurrence | Optional. Recurrence schedule for the job. | |
StartTime | Optional. Start time for the job. Defined as ISO-8601. | |
State | Optional. Current state of the job. | |
Status | Optional. Current status of the job. |
返回页首
公共 方法
(另请参见 受保护 方法)
Name | 说明 | |
---|---|---|
Equals | (继承自 Object) | |
GetHashCode | (继承自 Object) | |
GetType | (继承自 Object) | |
ToString | (继承自 Object) |
返回页首
受保护 方法
Name | 说明 | |
---|---|---|
Finalize | (继承自 Object) | |
MemberwiseClone | (继承自 Object) |
返回页首