Delen via


UpdateRecoveryPlanInput Constructors

Definition

Overloads

UpdateRecoveryPlanInput()

Initializes a new instance of the UpdateRecoveryPlanInput class.

UpdateRecoveryPlanInput(UpdateRecoveryPlanInputProperties)

Initializes a new instance of the UpdateRecoveryPlanInput class.

UpdateRecoveryPlanInput()

Initializes a new instance of the UpdateRecoveryPlanInput class.

public UpdateRecoveryPlanInput ();
Public Sub New ()

Applies to

UpdateRecoveryPlanInput(UpdateRecoveryPlanInputProperties)

Initializes a new instance of the UpdateRecoveryPlanInput class.

public UpdateRecoveryPlanInput (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UpdateRecoveryPlanInputProperties properties = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UpdateRecoveryPlanInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UpdateRecoveryPlanInputProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UpdateRecoveryPlanInput
Public Sub New (Optional properties As UpdateRecoveryPlanInputProperties = Nothing)

Parameters

properties
UpdateRecoveryPlanInputProperties

Recovery plan update properties.

Applies to