ContinuousWebJob Class
Continuous Web Job Information.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web.v2018_02_01.models._models_py3.ProxyOnlyResourceContinuousWebJob
Constructor
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)
Keyword-Only Parameters
Name | Description |
---|---|
kind
|
Kind of resource. |
status
|
Job status. Known values are: "Initializing", "Starting", "Running", "PendingRestart", and "Stopped". |
detailed_status
|
Detailed status. |
log_url
|
Log 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. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource Name. |
kind
|
Kind of resource. |
type
|
Resource type. |
status
|
Job status. Known values are: "Initializing", "Starting", "Running", "PendingRestart", and "Stopped". |
detailed_status
|
Detailed status. |
log_url
|
Log 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. |
Azure SDK for Python