RecoveryPlanHyperVReplicaAzureFailbackInput 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 HVR Azure failback input.
[Newtonsoft.Json.JsonObject("HyperVReplicaAzureFailback")]
public class RecoveryPlanHyperVReplicaAzureFailbackInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanProviderSpecificFailoverInput
[<Newtonsoft.Json.JsonObject("HyperVReplicaAzureFailback")>]
type RecoveryPlanHyperVReplicaAzureFailbackInput = class
inherit RecoveryPlanProviderSpecificFailoverInput
Public Class RecoveryPlanHyperVReplicaAzureFailbackInput
Inherits RecoveryPlanProviderSpecificFailoverInput
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
RecoveryPlanHyperVReplicaAzureFailbackInput() |
Initializes a new instance of the RecoveryPlanHyperVReplicaAzureFailbackInput class. |
RecoveryPlanHyperVReplicaAzureFailbackInput(String, String) |
Initializes a new instance of the RecoveryPlanHyperVReplicaAzureFailbackInput class. |
Properties
DataSyncOption |
Gets or sets the data sync option. Possible values include: 'ForDownTime', 'ForSynchronization' |
RecoveryVMCreationOption |
Gets or sets the ALR option. Possible values include: 'CreateVmIfNotFound', 'NoAction' |
Methods
Validate() |
Validate the object. |