UpdateRecoveryPlanInputProperties 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
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.