你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmRecoveryServicesSiteRecoveryModelFactory.RecoveryPlanA2ADetails 方法

定义

初始化 RecoveryPlanA2ADetails 的新实例。

public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanA2ADetails RecoveryPlanA2ADetails (string primaryZone = default, string recoveryZone = default, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryExtendedLocation primaryExtendedLocation = default, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryExtendedLocation recoveryExtendedLocation = default);
static member RecoveryPlanA2ADetails : string * string * Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryExtendedLocation * Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryExtendedLocation -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanA2ADetails
Public Shared Function RecoveryPlanA2ADetails (Optional primaryZone As String = Nothing, Optional recoveryZone As String = Nothing, Optional primaryExtendedLocation As SiteRecoveryExtendedLocation = Nothing, Optional recoveryExtendedLocation As SiteRecoveryExtendedLocation = Nothing) As RecoveryPlanA2ADetails

参数

primaryZone
String

主要区域。

recoveryZone
String

恢复区域。

primaryExtendedLocation
SiteRecoveryExtendedLocation

主扩展位置。

recoveryExtendedLocation
SiteRecoveryExtendedLocation

恢复扩展位置。

返回

用于模拟的新 RecoveryPlanA2ADetails 实例。

适用于