UpdateRecoveryPlanInput Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.