ASRRecoveryPlan Constructors

Definition

Overloads

ASRRecoveryPlan()

Initializes a new instance of the ASRRecoveryPlan class.

ASRRecoveryPlan(RecoveryPlan, IList<ReplicationProtectedItem>)

Initializes a new instance of the ASRRecoveryPlan class with required parameters.

ASRRecoveryPlan()

Initializes a new instance of the ASRRecoveryPlan class.

public ASRRecoveryPlan ();
Public Sub New ()

Applies to

ASRRecoveryPlan(RecoveryPlan, IList<ReplicationProtectedItem>)

Initializes a new instance of the ASRRecoveryPlan class with required parameters.

public ASRRecoveryPlan (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlan recoveryPlan, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReplicationProtectedItem> replicationProtectedItems);
new Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlan * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReplicationProtectedItem> -> Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPlan
Public Sub New (recoveryPlan As RecoveryPlan, replicationProtectedItems As IList(Of ReplicationProtectedItem))

Parameters

recoveryPlan
RecoveryPlan

Recovery plan object

replicationProtectedItems
IList<ReplicationProtectedItem>

Applies to