ScheduleProperties interface
计划的基本定义
- 扩展
属性
action | [必需]指定计划的作 |
display |
计划显示名称。 |
is |
是否启用了计划? |
provisioning |
计划的预配状态。 注意:此属性不会序列化。 它只能由服务器填充。 |
trigger | [必需]指定触发器详细信息 |
继承属性
description | 资产说明文本。 |
properties | 资产属性字典。 |
tags | 标记字典。 可以添加、删除和更新标记。 |
属性详细信息
action
displayName
计划显示名称。
displayName?: string
属性值
string
isEnabled
是否启用了计划?
isEnabled?: boolean
属性值
boolean
provisioningState
计划的预配状态。 注意:此属性不会序列化。 它只能由服务器填充。
provisioningState?: string
属性值
string
trigger
继承属性详细信息
description
properties
资产属性字典。
properties?: {[propertyName: string]: string | null}
属性值
{[propertyName: string]: string | null}
tags
标记字典。 可以添加、删除和更新标记。
tags?: {[propertyName: string]: string | null}
属性值
{[propertyName: string]: string | null}