LongTermRetentionBackupsOperationsExtensions.BeginCopyAsync Méthode
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.
Copiez une sauvegarde de rétention à long terme existante.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.LongTermRetentionBackupOperationResult> BeginCopyAsync (this Microsoft.Azure.Management.Sql.ILongTermRetentionBackupsOperations operations, string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, string backupName, Microsoft.Azure.Management.Sql.Models.CopyLongTermRetentionBackupParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCopyAsync : Microsoft.Azure.Management.Sql.ILongTermRetentionBackupsOperations * string * string * string * string * Microsoft.Azure.Management.Sql.Models.CopyLongTermRetentionBackupParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.LongTermRetentionBackupOperationResult>
<Extension()>
Public Function BeginCopyAsync (operations As ILongTermRetentionBackupsOperations, locationName As String, longTermRetentionServerName As String, longTermRetentionDatabaseName As String, backupName As String, parameters As CopyLongTermRetentionBackupParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of LongTermRetentionBackupOperationResult)
Paramètres
- operations
- ILongTermRetentionBackupsOperations
Groupe d’opérations pour cette méthode d’extension.
- locationName
- String
Emplacement de la base de données.
- longTermRetentionServerName
- String
Le nom du serveur
- longTermRetentionDatabaseName
- String
Le nom de la base de données,
- backupName
- String
Nom de la sauvegarde.
- parameters
- CopyLongTermRetentionBackupParameters
Paramètres nécessaires pour la demande de copie de rétention à long terme
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET