다음을 통해 공유


CurrentJobDetails interface

Current job details of the migration item.

Properties

jobId

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

jobName

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

startTime

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