TriggeredWebJob 類別
觸發的 Web 作業資訊。
變數只會由伺服器填入,而且會在傳送要求時予以忽略。
- 繼承
-
azure.mgmt.web.v2019_08_01.models._models_py3.ProxyOnlyResourceTriggeredWebJob
建構函式
TriggeredWebJob(*, kind: str | None = None, latest_run: _models.TriggeredJobRun | None = None, history_url: str | None = None, scheduler_logs_url: str | None = None, run_command: str | None = None, url: str | None = None, extra_info_url: str | None = None, web_job_type: str | _models.WebJobType | None = None, error: str | None = None, using_sdk: bool | None = None, settings: Dict[str, MutableMapping[str, Any]] | None = None, **kwargs: Any)
僅限關鍵字的參數
名稱 | Description |
---|---|
kind
|
資源種類。 |
latest_run
|
最新的作業執行資訊。 |
history_url
|
歷程記錄 URL。 |
scheduler_logs_url
|
排程器記錄 URL。 |
run_command
|
執行命令。 |
url
|
作業 URL。 |
extra_info_url
|
額外的資訊 URL。 |
web_job_type
|
作業類型。 已知值為:「Continuous」 和 「Triggered」。 |
error
|
錯誤資訊。 |
using_sdk
|
使用 SDK?。 |
settings
|
作業設定。 |
變數
名稱 | Description |
---|---|
id
|
資源識別碼。 |
name
|
資源名稱。 |
kind
|
資源種類。 |
type
|
資源類型。 |
latest_run
|
最新的作業執行資訊。 |
history_url
|
歷程記錄 URL。 |
scheduler_logs_url
|
排程器記錄 URL。 |
run_command
|
執行命令。 |
url
|
作業 URL。 |
extra_info_url
|
額外的資訊 URL。 |
web_job_type
|
作業類型。 已知值為:「Continuous」 和 「Triggered」。 |
error
|
錯誤資訊。 |
using_sdk
|
使用 SDK?。 |
settings
|
作業設定。 |