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

CronTrigger interface

基于 Cron 的触发器。

扩展

属性

endTime

ISO 8601 格式的 cron 计划的结束时间。

expression

Cron 表达式,用于定义计划频率。

startTime

ISO 8601 格式的 cron 计划的开始时间。

timeZone

cron 计划的时区。

type

类型鉴别器总是“Cron”。

属性详细信息

endTime

ISO 8601 格式的 cron 计划的结束时间。

endTime?: string

属性值

string

expression

Cron 表达式,用于定义计划频率。

expression: string

属性值

string

startTime

ISO 8601 格式的 cron 计划的开始时间。

startTime?: string

属性值

string

timeZone

cron 计划的时区。

timeZone?: string

属性值

string

type

类型鉴别器总是“Cron”。

type: "Cron"

属性值

"Cron"