Package version:

Critical past job details of the migration item.

interface CriticalJobHistoryDetails {
    jobId?: string;
    jobName?: string;
    jobStatus?: string;
    startTime?: any;
}

Properties

jobId?: string

The ARM Id of the job being executed. NOTE: This property will not be serialized. It can only be populated by the server.

jobName?: string

The job name. NOTE: This property will not be serialized. It can only be populated by the server.

jobStatus?: string

The job state. NOTE: This property will not be serialized. It can only be populated by the server.

startTime?: any

The start time of the job. NOTE: This property will not be serialized. It can only be populated by the server.