ArmRecoveryServicesSiteRecoveryModelFactory.SiteRecoveryJobStatusEventDetails Method
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.
Initializes a new instance of SiteRecoveryJobStatusEventDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryJobStatusEventDetails SiteRecoveryJobStatusEventDetails (Azure.Core.ResourceIdentifier jobId = default, string jobFriendlyName = default, string jobStatus = default, string affectedObjectType = default);
static member SiteRecoveryJobStatusEventDetails : Azure.Core.ResourceIdentifier * string * string * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryJobStatusEventDetails
Public Shared Function SiteRecoveryJobStatusEventDetails (Optional jobId As ResourceIdentifier = Nothing, Optional jobFriendlyName As String = Nothing, Optional jobStatus As String = Nothing, Optional affectedObjectType As String = Nothing) As SiteRecoveryJobStatusEventDetails
Parameters
- jobId
- ResourceIdentifier
Job arm id for the event.
- jobFriendlyName
- String
JobName for the Event.
- jobStatus
- String
JobStatus for the Event.
- affectedObjectType
- String
AffectedObjectType for the event.
Returns
A new SiteRecoveryJobStatusEventDetails instance for mocking.