JobStatusEventDetails 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
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.