InstantItemRecoveryTarget Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.