CurrentJobDetailsResponse

data class CurrentJobDetailsResponse(val jobId: String, val jobName: String, val startTime: String)

Current job details of the migration item.

Constructors

Link copied to clipboard
constructor(jobId: String, jobName: String, startTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARM Id of the job being executed.

Link copied to clipboard

The job name.

Link copied to clipboard

The start time of the job.