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

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。

适用于