ArmRecoveryServicesSiteRecoveryModelFactory.RecoveryPlanInMageRcmFailbackFailoverContent Method
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.
Initializes a new instance of RecoveryPlanInMageRcmFailbackFailoverContent.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanInMageRcmFailbackFailoverContent RecoveryPlanInMageRcmFailbackFailoverContent (Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmFailbackRecoveryPointType recoveryPointType = default, string useMultiVmSyncPoint = default);
static member RecoveryPlanInMageRcmFailbackFailoverContent : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmFailbackRecoveryPointType * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanInMageRcmFailbackFailoverContent
Public Shared Function RecoveryPlanInMageRcmFailbackFailoverContent (Optional recoveryPointType As InMageRcmFailbackRecoveryPointType = Nothing, Optional useMultiVmSyncPoint As String = Nothing) As RecoveryPlanInMageRcmFailbackFailoverContent
Parameters
- recoveryPointType
- InMageRcmFailbackRecoveryPointType
The recovery point type.
- useMultiVmSyncPoint
- String
A value indicating whether multi VM sync enabled VMs should use multi VM sync points for failover.
Returns
A new RecoveryPlanInMageRcmFailbackFailoverContent instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET