RecoveryPlanAction 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
RecoveryPlanAction() |
Initializes a new instance of the RecoveryPlanAction class. |
RecoveryPlanAction(String, IList<String>, IList<String>, RecoveryPlanActionDetails) |
Initializes a new instance of the RecoveryPlanAction class. |
RecoveryPlanAction()
Initializes a new instance of the RecoveryPlanAction class.
public RecoveryPlanAction ();
Public Sub New ()
Applies to
RecoveryPlanAction(String, IList<String>, IList<String>, RecoveryPlanActionDetails)
Initializes a new instance of the RecoveryPlanAction class.
public RecoveryPlanAction (string actionName, System.Collections.Generic.IList<string> failoverTypes, System.Collections.Generic.IList<string> failoverDirections, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanActionDetails customDetails);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanAction : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanActionDetails -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanAction
Public Sub New (actionName As String, failoverTypes As IList(Of String), failoverDirections As IList(Of String), customDetails As RecoveryPlanActionDetails)
Parameters
- actionName
- String
The action name.
- customDetails
- RecoveryPlanActionDetails
The custom details.