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

InstantItemRecoveryTarget 构造函数

定义

重载

InstantItemRecoveryTarget()

初始化 InstantItemRecoveryTarget 类的新实例。

InstantItemRecoveryTarget(IList<ClientScriptForConnect>)

初始化 InstantItemRecoveryTarget 类的新实例。

InstantItemRecoveryTarget()

初始化 InstantItemRecoveryTarget 类的新实例。

public InstantItemRecoveryTarget ();
Public Sub New ()

适用于

InstantItemRecoveryTarget(IList<ClientScriptForConnect>)

初始化 InstantItemRecoveryTarget 类的新实例。

public InstantItemRecoveryTarget (System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.ClientScriptForConnect> clientScripts = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.InstantItemRecoveryTarget : System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.ClientScriptForConnect> -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.InstantItemRecoveryTarget
Public Sub New (Optional clientScripts As IList(Of ClientScriptForConnect) = Nothing)

参数

clientScripts
IList<ClientScriptForConnect>

客户端脚本列表。

适用于