ArmRecoveryServicesSiteRecoveryModelFactory.RecoveryPlanHyperVReplicaAzureFailbackContent 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 RecoveryPlanHyperVReplicaAzureFailbackContent.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanHyperVReplicaAzureFailbackContent RecoveryPlanHyperVReplicaAzureFailbackContent (Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryDataSyncStatus dataSyncOption = default, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.AlternateLocationRecoveryOption recoveryVmCreationOption = default);
static member RecoveryPlanHyperVReplicaAzureFailbackContent : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryDataSyncStatus * Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.AlternateLocationRecoveryOption -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanHyperVReplicaAzureFailbackContent
Public Shared Function RecoveryPlanHyperVReplicaAzureFailbackContent (Optional dataSyncOption As SiteRecoveryDataSyncStatus = Nothing, Optional recoveryVmCreationOption As AlternateLocationRecoveryOption = Nothing) As RecoveryPlanHyperVReplicaAzureFailbackContent
Parameters
- dataSyncOption
- SiteRecoveryDataSyncStatus
The data sync option.
- recoveryVmCreationOption
- AlternateLocationRecoveryOption
The ALR option.
Returns
A new RecoveryPlanHyperVReplicaAzureFailbackContent instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET