RecoveryPlanInMageRcmFailbackFailoverInput 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 InMageRcmFailback failover input.
[Newtonsoft.Json.JsonObject("InMageRcmFailback")]
public class RecoveryPlanInMageRcmFailbackFailoverInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanProviderSpecificFailoverInput
[<Newtonsoft.Json.JsonObject("InMageRcmFailback")>]
type RecoveryPlanInMageRcmFailbackFailoverInput = class
inherit RecoveryPlanProviderSpecificFailoverInput
Public Class RecoveryPlanInMageRcmFailbackFailoverInput
Inherits RecoveryPlanProviderSpecificFailoverInput
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
RecoveryPlanInMageRcmFailbackFailoverInput() |
Initializes a new instance of the RecoveryPlanInMageRcmFailbackFailoverInput class. |
RecoveryPlanInMageRcmFailbackFailoverInput(String, String) |
Initializes a new instance of the RecoveryPlanInMageRcmFailbackFailoverInput class. |
Properties
RecoveryPointType |
Gets or sets the recovery point type. Possible values include: 'ApplicationConsistent', 'CrashConsistent' |
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. |