次の方法で共有


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>

クライアント スクリプトの一覧。

適用対象