Aracılığıyla paylaş


CurrentScenarioDetails Constructors

Definition

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.

startTime
Nullable<DateTime>

Start time of the workflow.

Applies to