Aracılığıyla paylaş


RecoveryPlanAction Constructors

Definition

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.

failoverTypes
IList<String>

The list of failover types.

failoverDirections
IList<String>

The list of failover directions.

customDetails
RecoveryPlanActionDetails

The custom details.

Applies to