Share via


UpdateRecoveryPlanInputProperties Constructors

Definition

Overloads

UpdateRecoveryPlanInputProperties()

Initializes a new instance of the UpdateRecoveryPlanInputProperties class.

UpdateRecoveryPlanInputProperties(IList<RecoveryPlanGroup>)

Initializes a new instance of the UpdateRecoveryPlanInputProperties class.

UpdateRecoveryPlanInputProperties()

Initializes a new instance of the UpdateRecoveryPlanInputProperties class.

public UpdateRecoveryPlanInputProperties ();
Public Sub New ()

Applies to

UpdateRecoveryPlanInputProperties(IList<RecoveryPlanGroup>)

Initializes a new instance of the UpdateRecoveryPlanInputProperties class.

public UpdateRecoveryPlanInputProperties (System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanGroup> groups = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UpdateRecoveryPlanInputProperties : System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanGroup> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UpdateRecoveryPlanInputProperties
Public Sub New (Optional groups As IList(Of RecoveryPlanGroup) = Nothing)

Parameters

groups
IList<RecoveryPlanGroup>

The recovery plan groups.

Applies to