Delen via


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