次の方法で共有


RecoveryPlanScriptActionDetails(String, RecoveryPlanActionLocation) コンストラクター

定義

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

public RecoveryPlanScriptActionDetails (string path, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanActionLocation fabricLocation);
new Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanScriptActionDetails : string * Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanActionLocation -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryPlanScriptActionDetails
Public Sub New (path As String, fabricLocation As RecoveryPlanActionLocation)

パラメーター

path
String

スクリプト パス。

fabricLocation
RecoveryPlanActionLocation

ファブリックの場所。

例外

path が null です。

適用対象