ScheduleProperties interface
排程的基底定義
- Extends
屬性
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}