Sdílet prostřednictvím


ArmRecoveryServicesSiteRecoveryModelFactory.RecoveryPlanA2AFailoverContent Method

Definition

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