次の方法で共有


RecoveryPlanTestFailoverProperties コンストラクター

定義

RecoveryPlanTestFailoverProperties の新しいインスタンスを初期化します。

public RecoveryPlanTestFailoverProperties (Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.PossibleOperationsDirection failoverDirection, string networkType);
new Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanTestFailoverProperties : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.PossibleOperationsDirection * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanTestFailoverProperties
Public Sub New (failoverDirection As PossibleOperationsDirection, networkType As String)

パラメーター

failoverDirection
PossibleOperationsDirection

フェールオーバーの方向。

networkType
String

テスト フェールオーバーに使用するネットワークの種類。

例外

networkType が null です。

適用対象