WebJob 類別
Web 作業資訊。
變數只會由伺服器填入,而且會在傳送要求時予以忽略。
- 繼承
-
azure.mgmt.web.v2019_08_01.models._models_py3.ProxyOnlyResourceWebJob
建構函式
WebJob(*, kind: 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
|
資源種類。 |
run_command
|
執行命令。 |
url
|
作業 URL。 |
extra_info_url
|
額外的資訊 URL。 |
web_job_type
|
作業類型。 已知值為:「Continuous」 和 「Triggered」。 |
error
|
錯誤資訊。 |
using_sdk
|
使用 SDK?。 |
settings
|
作業設定。 |
變數
名稱 | Description |
---|---|
id
|
資源識別碼。 |
name
|
資源名稱。 |
kind
|
資源種類。 |
type
|
資源類型。 |
run_command
|
執行命令。 |
url
|
作業 URL。 |
extra_info_url
|
額外的資訊 URL。 |
web_job_type
|
作業類型。 已知值為:「Continuous」 和 「Triggered」。 |
error
|
錯誤資訊。 |
using_sdk
|
使用 SDK?。 |
settings
|
作業設定。 |