Bagikan melalui


InstantItemRecoveryTarget Constructors

Definition

Overloads

InstantItemRecoveryTarget()

Initializes a new instance of the InstantItemRecoveryTarget class.

InstantItemRecoveryTarget(IList<ClientScriptForConnect>)

Initializes a new instance of the InstantItemRecoveryTarget class.

InstantItemRecoveryTarget()

Initializes a new instance of the InstantItemRecoveryTarget class.

public InstantItemRecoveryTarget ();
Public Sub New ()

Applies to

InstantItemRecoveryTarget(IList<ClientScriptForConnect>)

Initializes a new instance of the InstantItemRecoveryTarget class.

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)

Parameters

clientScripts
IList<ClientScriptForConnect>

List of client scripts.

Applies to