次の方法で共有


LongTermRetentionBackupsOperationsExtensions.CopyByResourceGroupAsync メソッド

定義

既存の長期保有バックアップを別のサーバーにコピーします。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.LongTermRetentionBackupOperationResult> CopyByResourceGroupAsync (this Microsoft.Azure.Management.Sql.ILongTermRetentionBackupsOperations operations, string resourceGroupName, string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, string backupName, Microsoft.Azure.Management.Sql.Models.CopyLongTermRetentionBackupParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member CopyByResourceGroupAsync : Microsoft.Azure.Management.Sql.ILongTermRetentionBackupsOperations * string * 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 CopyByResourceGroupAsync (operations As ILongTermRetentionBackupsOperations, resourceGroupName As String, 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

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

locationName
String

データベースの場所。

longTermRetentionServerName
String

サーバーの名前

longTermRetentionDatabaseName
String

データベースの名前

backupName
String

バックアップ名。

parameters
CopyLongTermRetentionBackupParameters

長期保有コピー要求に必要なパラメーター

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象