ScheduleUpdateParameters interface
提供給更新排程作業的參數。
屬性
description | 取得或設定排程的描述。 |
is |
取得或設定值,指出是否啟用此排程。 |
name | 取得或設定 Schedule 的名稱。 |
屬性詳細資料
description
取得或設定排程的描述。
description?: string
屬性值
string
isEnabled
取得或設定值,指出是否啟用此排程。
isEnabled?: boolean
屬性值
boolean
name
取得或設定 Schedule 的名稱。
name?: string
屬性值
string