JobExecution interface

Container Apps Job execution.

Properties

endTime

Job execution end time.

id

Job execution Id.

name

Job execution Name.

startTime

Job execution start time.

status

Current running State of the job NOTE: This property will not be serialized. It can only be populated by the server.

template

Job's execution container.

type

Job execution type

Property Details

endTime

Job execution end time.

endTime?: Date

Property Value

Date

id

Job execution Id.

id?: string

Property Value

string

name

Job execution Name.

name?: string

Property Value

string

startTime

Job execution start time.

startTime?: Date

Property Value

Date

status

Current running State of the job NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

Property Value

string

template

Job's execution container.

template?: JobExecutionTemplate

Property Value

type

Job execution type

type?: string

Property Value

string