Partilhar via


JobExecution Class

Container Apps Job execution.

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

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.

Default value: None
id
str

Job execution Id.

Default value: None
type
str

Job execution type.

Default value: None
start_time

Job execution start time.

Default value: None
end_time

Job execution end time.

Default value: None
template

Job's execution container.

Default value: None

Variables

Name Description
name
str

Job execution Name.

id
str

Job execution Id.

type
str

Job execution 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.