JobExecution interface
Container Apps Job execution.
Properties
| end |
Job execution end time. |
| id | Job execution Id. |
| name | Job execution Name. |
| start |
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
type
Job execution type
type?: string
Property Value
string