RecoveryPlanAutomationRunbookActionDetails 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
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.