CurrentScenarioDetails 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
CurrentScenarioDetails() |
Initializes a new instance of the CurrentScenarioDetails class. |
CurrentScenarioDetails(String, String, Nullable<DateTime>) |
Initializes a new instance of the CurrentScenarioDetails class. |
CurrentScenarioDetails()
Initializes a new instance of the CurrentScenarioDetails class.
public CurrentScenarioDetails ();
Public Sub New ()
Applies to
CurrentScenarioDetails(String, String, Nullable<DateTime>)
Initializes a new instance of the CurrentScenarioDetails class.
public CurrentScenarioDetails (string scenarioName = default, string jobId = default, DateTime? startTime = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails : string * string * Nullable<DateTime> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CurrentScenarioDetails
Public Sub New (Optional scenarioName As String = Nothing, Optional jobId As String = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing)
Parameters
- scenarioName
- String
Scenario name.
- jobId
- String
ARM Id of the job being executed.