次の方法で共有


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 インスタンス。

適用対象