Freigeben über


RecoveryPlanAutomationRunbookActionDetails Constructors

Definition

Overloads

RecoveryPlanAutomationRunbookActionDetails()

Initializes a new instance of the RecoveryPlanAutomationRunbookActionDetails class.

RecoveryPlanAutomationRunbookActionDetails(String, String, String)

Initializes a new instance of the RecoveryPlanAutomationRunbookActionDetails class.

RecoveryPlanAutomationRunbookActionDetails()

Initializes a new instance of the RecoveryPlanAutomationRunbookActionDetails class.

public RecoveryPlanAutomationRunbookActionDetails ();
Public Sub New ()

Applies to

RecoveryPlanAutomationRunbookActionDetails(String, String, String)

Initializes a new instance of the RecoveryPlanAutomationRunbookActionDetails class.

public RecoveryPlanAutomationRunbookActionDetails (string fabricLocation, string runbookId = default, string timeout = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanAutomationRunbookActionDetails : string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanAutomationRunbookActionDetails
Public Sub New (fabricLocation As String, Optional runbookId As String = Nothing, Optional timeout As String = Nothing)

Parameters

fabricLocation
String

The fabric location. Possible values include: 'Primary', 'Recovery'

runbookId
String

The runbook ARM Id.

timeout
String

The runbook timeout.

Applies to