TriggeredWebJob Class
Triggered Web Job Information.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
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)
Keyword-Only Parameters
Name | Description |
---|---|
kind
|
Kind of resource. Default value: None
|
latest_run
|
Latest job run information. Default value: None
|
history_url
|
History URL. Default value: None
|
scheduler_logs_url
|
Scheduler Logs URL. Default value: None
|
run_command
|
Run command. Default value: None
|
url
|
Job URL. Default value: None
|
extra_info_url
|
Extra Info URL. Default value: None
|
web_job_type
|
str or
WebJobType
Job type. Known values are: "Continuous" and "Triggered". Default value: None
|
error
|
Error information. Default value: None
|
using_sdk
|
Using SDK?. Default value: None
|
settings
|
Job settings. Default value: None
|
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource Name. |
kind
|
Kind of resource. |
type
|
Resource type. |
latest_run
|
Latest job run information. |
history_url
|
History URL. |
scheduler_logs_url
|
Scheduler Logs URL. |
run_command
|
Run command. |
url
|
Job URL. |
extra_info_url
|
Extra Info URL. |
web_job_type
|
str or
WebJobType
Job type. Known values are: "Continuous" and "Triggered". |
error
|
Error information. |
using_sdk
|
Using SDK?. |
settings
|
Job settings. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python