RecoveryPlanInMageAzureV2FailoverInput 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 InMageAzureV2 failover input.
[Newtonsoft.Json.JsonObject("InMageAzureV2")]
public class RecoveryPlanInMageAzureV2FailoverInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanProviderSpecificFailoverInput
[<Newtonsoft.Json.JsonObject("InMageAzureV2")>]
type RecoveryPlanInMageAzureV2FailoverInput = class
inherit RecoveryPlanProviderSpecificFailoverInput
Public Class RecoveryPlanInMageAzureV2FailoverInput
Inherits RecoveryPlanProviderSpecificFailoverInput
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
RecoveryPlanInMageAzureV2FailoverInput() |
Initializes a new instance of the RecoveryPlanInMageAzureV2FailoverInput class. |
RecoveryPlanInMageAzureV2FailoverInput(String, String) |
Initializes a new instance of the RecoveryPlanInMageAzureV2FailoverInput 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. |