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

RecoveryPlanGroup Class

Definition

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.

Applies to