TriggerParameters interface
ストレージ タスクの割り当て実行のトリガー パラメーターの更新
プロパティ
| end |
タスクの実行を終了するタイミング。 ExecutionTrigger.properties.type が 'OnSchedule' の場合、これは必須フィールドです。ExecutionTrigger.properties.type が 'RunOnce' の場合、このプロパティは存在しません |
| interval | タスクの実行間隔。 ExecutionTrigger.properties.type が 'OnSchedule' の場合、これは必須フィールドです。ExecutionTrigger.properties.type が 'RunOnce' の場合、このプロパティは存在しません |
| interval |
タスク実行の実行間隔単位。 ExecutionTrigger.properties.type が 'OnSchedule' の場合、これは必須フィールドです。ExecutionTrigger.properties.type が 'RunOnce' の場合、このプロパティは存在しません |
| start |
タスクの実行を開始するタイミング。 ExecutionTrigger.properties.type が 'OnSchedule' の場合、これは必須フィールドです。ExecutionTrigger.properties.type が 'RunOnce' の場合、このプロパティは存在しません |
| start |
タスクの実行を開始するタイミング。 これは、ExecutionTrigger.properties.type が 'RunOnce' の場合、必須フィールドです。このプロパティは、ExecutionTrigger.properties.type が 'OnSchedule' の場合に存在しないでください。 |
プロパティの詳細
endBy
タスクの実行を終了するタイミング。 ExecutionTrigger.properties.type が 'OnSchedule' の場合、これは必須フィールドです。ExecutionTrigger.properties.type が 'RunOnce' の場合、このプロパティは存在しません
endBy?: Date
プロパティ値
Date
interval
タスクの実行間隔。 ExecutionTrigger.properties.type が 'OnSchedule' の場合、これは必須フィールドです。ExecutionTrigger.properties.type が 'RunOnce' の場合、このプロパティは存在しません
interval?: number
プロパティ値
number
intervalUnit
タスク実行の実行間隔単位。 ExecutionTrigger.properties.type が 'OnSchedule' の場合、これは必須フィールドです。ExecutionTrigger.properties.type が 'RunOnce' の場合、このプロパティは存在しません
intervalUnit?: string
プロパティ値
string
startFrom
タスクの実行を開始するタイミング。 ExecutionTrigger.properties.type が 'OnSchedule' の場合、これは必須フィールドです。ExecutionTrigger.properties.type が 'RunOnce' の場合、このプロパティは存在しません
startFrom?: Date
プロパティ値
Date
startOn
タスクの実行を開始するタイミング。 これは、ExecutionTrigger.properties.type が 'RunOnce' の場合、必須フィールドです。このプロパティは、ExecutionTrigger.properties.type が 'OnSchedule' の場合に存在しないでください。
startOn?: Date
プロパティ値
Date