CurrentJobDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Current job details of the migration item.
public class CurrentJobDetails
type CurrentJobDetails = class
Public Class CurrentJobDetails
- Inheritance
-
CurrentJobDetails
Constructors
CurrentJobDetails() |
Initializes a new instance of the CurrentJobDetails class. |
CurrentJobDetails(String, String, Nullable<DateTime>) |
Initializes a new instance of the CurrentJobDetails class. |
Properties
JobId |
Gets the ARM Id of the job being executed. |
JobName |
Gets the job name. |
StartTime |
Gets the start time of the job. |