JobExecution Class

Container Apps Job execution.

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

Inheritance
azure.mgmt.appcontainers._serialization.Model
JobExecution

Constructor

JobExecution(*, name: str | None = None, id: str | None = None, type: str | None = None, start_time: datetime | None = None, end_time: datetime | None = None, template: _models.JobExecutionTemplate | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

Job execution Name.

id
str

Job execution Id.

type
str

Job Type.

start_time

Job execution start time.

end_time

Job execution end time.

template

Job's execution container.

Variables

Name Description
name
str

Job execution Name.

id
str

Job execution Id.

type
str

Job Type.

status

Current running State of the job. Known values are: "Running", "Processing", "Stopped", "Degraded", "Failed", "Unknown", and "Succeeded".

start_time

Job execution start time.

end_time

Job execution end time.

template

Job's execution container.