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

CreateRecoveryPlanInputProperties Class

Definition

Recovery plan creation properties.

public class CreateRecoveryPlanInputProperties
type CreateRecoveryPlanInputProperties = class
Public Class CreateRecoveryPlanInputProperties
Inheritance
CreateRecoveryPlanInputProperties

Constructors

CreateRecoveryPlanInputProperties()

Initializes a new instance of the CreateRecoveryPlanInputProperties class.

CreateRecoveryPlanInputProperties(String, String, IList<RecoveryPlanGroup>, String, IList<RecoveryPlanProviderSpecificInput>)

Initializes a new instance of the CreateRecoveryPlanInputProperties class.

Properties

FailoverDeploymentModel

Gets or sets the failover deployment model. Possible values include: 'NotApplicable', 'Classic', 'ResourceManager'

Groups

Gets or sets the recovery plan groups.

PrimaryFabricId

Gets or sets the primary fabric Id.

ProviderSpecificInput

Gets or sets the provider specific input.

RecoveryFabricId

Gets or sets the recovery fabric Id.

Methods

Validate()

Validate the object.

Applies to