ArmRecoveryServicesSiteRecoveryModelFactory.RecoveryPlanA2AFailoverContent 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 RecoveryPlanA2AFailoverContent.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanA2AFailoverContent RecoveryPlanA2AFailoverContent (Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2ARpRecoveryPointType recoveryPointType = default, string cloudServiceCreationOption = default, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.MultiVmSyncPointOption? multiVmSyncPointOption = default);
static member RecoveryPlanA2AFailoverContent : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2ARpRecoveryPointType * string * Nullable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.MultiVmSyncPointOption> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanA2AFailoverContent
Public Shared Function RecoveryPlanA2AFailoverContent (Optional recoveryPointType As A2ARpRecoveryPointType = Nothing, Optional cloudServiceCreationOption As String = Nothing, Optional multiVmSyncPointOption As Nullable(Of MultiVmSyncPointOption) = Nothing) As RecoveryPlanA2AFailoverContent
Parameters
- recoveryPointType
- A2ARpRecoveryPointType
The recovery point type.
- cloudServiceCreationOption
- String
A value indicating whether to use recovery cloud service for TFO or not.
- multiVmSyncPointOption
- Nullable<MultiVmSyncPointOption>
A value indicating whether multi VM sync enabled VMs should use multi VM sync points for failover.
Returns
A new RecoveryPlanA2AFailoverContent 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