CreateRecoveryPlanInput 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
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.