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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET