Package version:

Container Apps Job execution.

interface JobExecution {
    endTime?: any;
    id?: string;
    name?: string;
    startTime?: any;
    status?: string;
    template?: JobExecutionTemplate;
    type?: string;
}

Properties

endTime?: any

Job execution end time.

id?: string

Job execution Id.

name?: string

Job execution Name.

startTime?: any

Job execution start time.

status?: string

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

Job's execution container.

type?: string

Job execution type