WebJob Class

Web Job Information.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.web.v2020_09_01.models._models_py3.ProxyOnlyResource
WebJob

Constructor

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)

Keyword-Only Parameters

Name Description
kind
str

Kind of resource.

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
dict[str, <xref:JSON>]

Job settings.

Variables

Name Description
id
str

Resource Id.

name
str

Resource Name.

kind
str

Kind of resource.

type
str

Resource type.

system_data

The system metadata relating to this resource.

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
dict[str, <xref:JSON>]

Job settings.