CurrentJobDetails interface
Current job details of the migration item.
Properties
job |
The ARM Id of the job being executed. NOTE: This property will not be serialized. It can only be populated by the server. |
job |
The job name. NOTE: This property will not be serialized. It can only be populated by the server. |
start |
The start time of the job. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
jobId
The ARM Id of the job being executed. NOTE: This property will not be serialized. It can only be populated by the server.
jobId?: string
Property Value
string
jobName
The job name. NOTE: This property will not be serialized. It can only be populated by the server.
jobName?: string
Property Value
string
startTime
The start time of the job. NOTE: This property will not be serialized. It can only be populated by the server.
startTime?: Date
Property Value
Date