Share via


CreateRecoveryPlanInput Constructors

Definition

Overloads

CreateRecoveryPlanInput()

Initializes a new instance of the CreateRecoveryPlanInput class.

CreateRecoveryPlanInput(CreateRecoveryPlanInputProperties)

Initializes a new instance of the CreateRecoveryPlanInput class.

CreateRecoveryPlanInput()

Initializes a new instance of the CreateRecoveryPlanInput class.

public CreateRecoveryPlanInput ();
Public Sub New ()

Applies to

CreateRecoveryPlanInput(CreateRecoveryPlanInputProperties)

Initializes a new instance of the CreateRecoveryPlanInput class.

public CreateRecoveryPlanInput (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateRecoveryPlanInputProperties properties);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateRecoveryPlanInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateRecoveryPlanInputProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateRecoveryPlanInput
Public Sub New (properties As CreateRecoveryPlanInputProperties)

Parameters

properties
CreateRecoveryPlanInputProperties

Recovery plan creation properties.

Applies to