Package version:

Current job details of the migration item.

interface CurrentJobDetails {
    jobId?: string;
    jobName?: 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.

startTime?: any

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