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