RecoveryPlanGroup Class
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.
Recovery plan group details.
public class RecoveryPlanGroup
type RecoveryPlanGroup = class
Public Class RecoveryPlanGroup
- Inheritance
-
RecoveryPlanGroup
Constructors
RecoveryPlanGroup() |
Initializes a new instance of the RecoveryPlanGroup class. |
RecoveryPlanGroup(String, IList<RecoveryPlanProtectedItem>, IList<RecoveryPlanAction>, IList<RecoveryPlanAction>) |
Initializes a new instance of the RecoveryPlanGroup class. |
Properties
EndGroupActions |
Gets or sets the end group actions. |
GroupType |
Gets or sets the group type. Possible values include: 'Shutdown', 'Boot', 'Failover' |
ReplicationProtectedItems |
Gets or sets the list of protected items. |
StartGroupActions |
Gets or sets the start group actions. |
Methods
Validate() |
Validate the object. |