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

ScheduleProperties interface

计划的基本定义

扩展

属性

action

[必需]指定计划的作

displayName

计划显示名称。

isEnabled

是否启用了计划?

provisioningState

计划的预配状态。 注意:此属性不会序列化。 它只能由服务器填充。

trigger

[必需]指定触发器详细信息

继承属性

description

资产说明文本。

properties

资产属性字典。

tags

标记字典。 可以添加、删除和更新标记。

属性详细信息

action

[必需]指定计划的作

action: ScheduleActionBaseUnion

属性值

displayName

计划显示名称。

displayName?: string

属性值

string

isEnabled

是否启用了计划?

isEnabled?: boolean

属性值

boolean

provisioningState

计划的预配状态。 注意:此属性不会序列化。 它只能由服务器填充。

provisioningState?: string

属性值

string

trigger

[必需]指定触发器详细信息

trigger: TriggerBaseUnion

属性值

继承属性详细信息

description

资产说明文本。

description?: string

属性值

string

继承自ResourceBase.description

properties

资产属性字典。

properties?: {[propertyName: string]: string | null}

属性值

{[propertyName: string]: string | null}

继承自ResourceBase.properties

tags

标记字典。 可以添加、删除和更新标记。

tags?: {[propertyName: string]: string | null}

属性值

{[propertyName: string]: string | null}

继承自ResourceBase.tags