共用方式為


WebJobPropertiesOutput interface

WebJob 資源特定屬性

屬性

error

錯誤資訊。

extra_info_url

額外的資訊 URL。

run_command

執行命令。

settings

作業設定。

url

作業 URL。

using_sdk

使用 SDK?

web_job_type

作業類型。

屬性詳細資料

error

錯誤資訊。

error?: string

屬性值

string

extra_info_url

額外的資訊 URL。

extra_info_url?: string

屬性值

string

run_command

執行命令。

run_command?: 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"