InstantItemRecoveryTarget Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
InstantItemRecoveryTarget() |
Initialise une nouvelle instance de la classe InstantItemRecoveryTarget. |
InstantItemRecoveryTarget(IList<ClientScriptForConnect>) |
Initialise une nouvelle instance de la classe InstantItemRecoveryTarget. |
InstantItemRecoveryTarget()
Initialise une nouvelle instance de la classe InstantItemRecoveryTarget.
public InstantItemRecoveryTarget ();
Public Sub New ()
S’applique à
InstantItemRecoveryTarget(IList<ClientScriptForConnect>)
Initialise une nouvelle instance de la classe InstantItemRecoveryTarget.
public InstantItemRecoveryTarget (System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ClientScriptForConnect> clientScripts = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.InstantItemRecoveryTarget : System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ClientScriptForConnect> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.InstantItemRecoveryTarget
Public Sub New (Optional clientScripts As IList(Of ClientScriptForConnect) = Nothing)
Paramètres
- clientScripts
- IList<ClientScriptForConnect>
Liste des scripts clients.
S’applique à
Azure SDK for .NET