ASRRecoveryPlan 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
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>