你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LongTermRetentionBackupsOperationsExtensions.CopyAsync 方法

定义

复制现有的长期保留备份。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.LongTermRetentionBackupOperationResult> CopyAsync (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 CopyAsync : 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 CopyAsync (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)

参数

operations
ILongTermRetentionBackupsOperations

此扩展方法的操作组。

locationName
String

数据库的位置。

longTermRetentionServerName
String

服务器名称

longTermRetentionDatabaseName
String

数据库的名称

backupName
String

备份名称。

parameters
CopyLongTermRetentionBackupParameters

长期保留复制请求所需的参数

cancellationToken
CancellationToken

取消标记。

返回

适用于