Dela via


TriggeredJobRun Class

Triggered Web Job Run Information.

Inheritance
azure.mgmt.web._serialization.Model
TriggeredJobRun

Constructor

TriggeredJobRun(*, web_job_id: str | None = None, web_job_name: str | None = None, status: str | _models.TriggeredWebJobStatus | None = None, start_time: datetime | None = None, end_time: datetime | None = None, duration: str | None = None, output_url: str | None = None, error_url: str | None = None, url: str | None = None, job_name: str | None = None, trigger: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
web_job_id
str

Job ID.

web_job_name
str

Job name.

status

Job status. Known values are: "Success", "Failed", and "Error".

start_time

Start time.

end_time

End time.

duration
str

Job duration.

output_url
str

Output URL.

error_url
str

Error URL.

url
str

Job URL.

job_name
str

Job name.

trigger
str

Job trigger.

Variables

Name Description
web_job_id
str

Job ID.

web_job_name
str

Job name.

status

Job status. Known values are: "Success", "Failed", and "Error".

start_time

Start time.

end_time

End time.

duration
str

Job duration.

output_url
str

Output URL.

error_url
str

Error URL.

url
str

Job URL.

job_name
str

Job name.

trigger
str

Job trigger.