共用方式為


TriggeredWebJobProperties interface

TriggeredWebJob 資源特定屬性

屬性

error

錯誤資訊。

extra_info_url

額外的資訊 URL。

history_url

歷程記錄 URL。

latest_run

最新的作業執行資訊。

run_command

執行命令。

scheduler_logs_url

排程器記錄 URL。

settings

作業設定。

url

作業 URL。

using_sdk

使用 SDK?

web_job_type

作業類型。

屬性詳細資料

error

錯誤資訊。

error?: string

屬性值

string

extra_info_url

額外的資訊 URL。

extra_info_url?: string

屬性值

string

history_url

歷程記錄 URL。

history_url?: string

屬性值

string

latest_run

最新的作業執行資訊。

latest_run?: TriggeredJobRun

屬性值

run_command

執行命令。

run_command?: string

屬性值

string

scheduler_logs_url

排程器記錄 URL。

scheduler_logs_url?: string

屬性值

string

settings

作業設定。

settings?: Record<string, Record<string, unknown>>

屬性值

Record<string, Record<string, unknown>>

url

作業 URL。

url?: string

屬性值

string

using_sdk

使用 SDK?

using_sdk?: boolean

屬性值

boolean

web_job_type

作業類型。

web_job_type?: "Continuous" | "Triggered"

屬性值

"Continuous" | "Triggered"