共用方式為


TriggeredWebJob 類別

觸發的 Web 作業資訊。

變數只會由伺服器填入,而且會在傳送要求時予以忽略。

繼承
azure.mgmt.web.v2019_08_01.models._models_py3.ProxyOnlyResource
TriggeredWebJob

建構函式

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
str

資源種類。

latest_run

最新的作業執行資訊。

history_url
str

歷程記錄 URL。

scheduler_logs_url
str

排程器記錄 URL。

run_command
str

執行命令。

url
str

作業 URL。

extra_info_url
str

額外的資訊 URL。

web_job_type

作業類型。 已知值為:「Continuous」 和 「Triggered」。

error
str

錯誤資訊。

using_sdk

使用 SDK?。

settings
dict[str, <xref:JSON>]

作業設定。

變數

名稱 Description
id
str

資源識別碼。

name
str

資源名稱。

kind
str

資源種類。

type
str

資源類型。

latest_run

最新的作業執行資訊。

history_url
str

歷程記錄 URL。

scheduler_logs_url
str

排程器記錄 URL。

run_command
str

執行命令。

url
str

作業 URL。

extra_info_url
str

額外的資訊 URL。

web_job_type

作業類型。 已知值為:「Continuous」 和 「Triggered」。

error
str

錯誤資訊。

using_sdk

使用 SDK?。

settings
dict[str, <xref:JSON>]

作業設定。