你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ScheduleRun interface

计划运行模型。

属性

error

计划运行的错误信息。

properties

计划运行的属性。

runId

计划运行的标识符。

scheduleId

计划的标识符。

success

触发计划运行的成功状态。

triggerTime

计划运行的触发时间。

属性详细信息

error

计划运行的错误信息。

error?: string

属性值

string

properties

计划运行的属性。

properties: Record<string, string>

属性值

Record<string, string>

runId

计划运行的标识符。

runId: string

属性值

string

scheduleId

计划的标识符。

scheduleId: string

属性值

string

success

触发计划运行的成功状态。

success: boolean

属性值

boolean

triggerTime

计划运行的触发时间。

triggerTime?: string

属性值

string