Delen via


JobStatusEventDetails Constructors

Definition

Overloads

JobStatusEventDetails()

Initializes a new instance of the JobStatusEventDetails class.

JobStatusEventDetails(String, String, String, String)

Initializes a new instance of the JobStatusEventDetails class.

JobStatusEventDetails()

Initializes a new instance of the JobStatusEventDetails class.

public JobStatusEventDetails ();
Public Sub New ()

Applies to

JobStatusEventDetails(String, String, String, String)

Initializes a new instance of the JobStatusEventDetails class.

public JobStatusEventDetails (string jobId = default, string jobFriendlyName = default, string jobStatus = default, string affectedObjectType = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.JobStatusEventDetails : string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.JobStatusEventDetails
Public Sub New (Optional jobId As String = Nothing, Optional jobFriendlyName As String = Nothing, Optional jobStatus As String = Nothing, Optional affectedObjectType As String = Nothing)

Parameters

jobId
String

Job arm id for the event.

jobFriendlyName
String

JobName for the Event.

jobStatus
String

JobStatus for the Event.

affectedObjectType
String

AffectedObjectType for the event.

Applies to