ContinuousWebJob クラス

継続的な Web ジョブ情報。

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

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

コンストラクター

ContinuousWebJob(*, kind: str | None = None, status: str | _models.ContinuousWebJobStatus | None = None, detailed_status: str | None = None, log_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

リソースの種類。

status

ジョブの状態。 既知の値は、"Initializing"、"Starting"、"Running"、"PendingRestart"、"Stopped" です。

detailed_status
str

詳細な状態。

log_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

リソースの種類。

status

ジョブの状態。 既知の値は、"Initializing"、"Starting"、"Running"、"PendingRestart"、"Stopped" です。

detailed_status
str

詳細な状態。

log_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>]

ジョブの設定。