WebJobProperties Class

WebJob resource specific properties.

Constructor

WebJobProperties(*args: Any, **kwargs: Any)

Variables

Name Description
run_command
str

Run command.

url
str

Job URL.

extra_info_url
str

Extra Info URL.

web_job_type

Job type. Known values are: "Continuous" and "Triggered".

error
str

Error information.

using_sdk

Using SDK?.

settings

Job settings.

Attributes

error

Error information.

error: str | None

extra_info_url

Extra Info URL.

extra_info_url: str | None

run_command

Run command.

run_command: str | None

settings

Job settings.

settings: dict[str, Any] | None

url

Job URL.

url: str | None

using_sdk

Using SDK?.

using_sdk: bool | None

web_job_type

"Continuous" and "Triggered".

web_job_type: str | _models.WebJobType | None