RecoveryPlanInMageRcmFailoverInput 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 InMageRcm failover input.
[Newtonsoft.Json.JsonObject("InMageRcm")]
public class RecoveryPlanInMageRcmFailoverInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanProviderSpecificFailoverInput
[<Newtonsoft.Json.JsonObject("InMageRcm")>]
type RecoveryPlanInMageRcmFailoverInput = class
inherit RecoveryPlanProviderSpecificFailoverInput
Public Class RecoveryPlanInMageRcmFailoverInput
Inherits RecoveryPlanProviderSpecificFailoverInput
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
RecoveryPlanInMageRcmFailoverInput() |
Initializes a new instance of the RecoveryPlanInMageRcmFailoverInput class. |
RecoveryPlanInMageRcmFailoverInput(String, String) |
Initializes a new instance of the RecoveryPlanInMageRcmFailoverInput class. |
Properties
RecoveryPointType |
Gets or sets the recovery point type. Possible values include: 'Latest', 'LatestApplicationConsistent', 'LatestCrashConsistent', 'LatestProcessed' |
UseMultiVMSyncPoint |
Gets or sets a value indicating whether multi VM sync enabled VMs should use multi VM sync points for failover. |
Methods
Validate() |
Validate the object. |