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)

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

名前 説明
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
str または WebJobType

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

error
str

エラー情報。

using_sdk

SDK を使用しますか?

settings
dict[str, <xref:JSON>]

ジョブの設定。

変数

名前 説明
id
str

リソース ID。

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
str または WebJobType

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

error
str

エラー情報。

using_sdk

SDK を使用しますか?

settings
dict[str, <xref:JSON>]

ジョブの設定。