CurrentJobDetails Constructors

Definition

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.

startTime
Nullable<DateTime>

The start time of the job.

Applies to