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

InsightScheduleTask interface

计划的见解任务。

扩展

属性

insight

见解有效负载。

type

任务类型,总是“洞察力”。

继承属性

configuration

任务的配置。

属性详细信息

insight

见解有效负载。

insight: Insight

属性值

type

任务类型,总是“洞察力”。

type: "Insight"

属性值

"Insight"

继承属性详细信息

configuration

任务的配置。

configuration?: Record<string, string>

属性值

Record<string, string>

继承自ScheduleTask.configuration