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.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)
Parameters
- clientScripts
- IList<ClientScriptForConnect>
List of client scripts.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET