你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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>