WebJob クラス

Web ジョブ情報。

変数はサーバーによってのみ設定され、要求の送信時には無視されます。

継承
azure.mgmt.web.v2019_08_01.models._models_py3.ProxyOnlyResource
WebJob

コンストラクター

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)

キーワードのみのパラメーター

名前 説明
kind
str

リソースの種類。

run_command
str

コマンドを実行します。

url
str

ジョブ URL。

extra_info_url
str

追加情報 URL。

web_job_type
str または WebJobType

ジョブの種類。 既知の値は、"Continuous" と "Triggered" です。

error
str

エラー情報。

using_sdk

SDK を使用しますか?

settings
dict[str, <xref:JSON>]

ジョブの設定。

変数

名前 説明
id
str

リソース ID。

name
str

リソース名。

kind
str

リソースの種類。

type
str

リソースの種類。

run_command
str

コマンドを実行します。

url
str

ジョブ URL。

extra_info_url
str

追加情報 URL。

web_job_type
str または WebJobType

ジョブの種類。 既知の値は、"Continuous" と "Triggered" です。

error
str

エラー情報。

using_sdk

SDK を使用しますか?

settings
dict[str, <xref:JSON>]

ジョブの設定。