CreateRecoveryPlanInputProperties Class
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.
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. |