ArmRecoveryServicesSiteRecoveryModelFactory.CurrentJobDetails 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 CurrentJobDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.CurrentJobDetails CurrentJobDetails (string jobName = default, Azure.Core.ResourceIdentifier jobId = default, DateTimeOffset? startOn = default);
static member CurrentJobDetails : string * Azure.Core.ResourceIdentifier * Nullable<DateTimeOffset> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.CurrentJobDetails
Public Shared Function CurrentJobDetails (Optional jobName As String = Nothing, Optional jobId As ResourceIdentifier = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing) As CurrentJobDetails
Parameters
- jobName
- String
The job name.
- jobId
- ResourceIdentifier
The ARM Id of the job being executed.
- startOn
- Nullable<DateTimeOffset>
The start time of the job.
Returns
A new CurrentJobDetails instance for mocking.