CurrentJobDetails Constructors
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.
Overloads
CurrentJobDetails() |
Initializes a new instance of the CurrentJobDetails class. |
CurrentJobDetails(String, String, Nullable<DateTime>) |
Initializes a new instance of the CurrentJobDetails class. |
CurrentJobDetails()
Initializes a new instance of the CurrentJobDetails class.
public CurrentJobDetails ();
Public Sub New ()
Applies to
CurrentJobDetails(String, String, Nullable<DateTime>)
Initializes a new instance of the CurrentJobDetails class.
public CurrentJobDetails (string jobName = default, string jobId = default, DateTime? startTime = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentJobDetails : string * string * Nullable<DateTime> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentJobDetails
Public Sub New (Optional jobName As String = Nothing, Optional jobId As String = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing)
Parameters
- jobName
- String
The job name.
- jobId
- String
The ARM Id of the job being executed.