次の方法で共有


LongTermRetentionBackupsOperationsExtensions.BeginCopyByResourceGroup メソッド

定義

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

public static Microsoft.Azure.Management.Sql.Models.LongTermRetentionBackupOperationResult BeginCopyByResourceGroup (this Microsoft.Azure.Management.Sql.ILongTermRetentionBackupsOperations operations, string resourceGroupName, string locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, string backupName, Microsoft.Azure.Management.Sql.Models.CopyLongTermRetentionBackupParameters parameters);
static member BeginCopyByResourceGroup : Microsoft.Azure.Management.Sql.ILongTermRetentionBackupsOperations * string * string * string * string * string * Microsoft.Azure.Management.Sql.Models.CopyLongTermRetentionBackupParameters -> Microsoft.Azure.Management.Sql.Models.LongTermRetentionBackupOperationResult
<Extension()>
Public Function BeginCopyByResourceGroup (operations As ILongTermRetentionBackupsOperations, resourceGroupName As String, locationName As String, longTermRetentionServerName As String, longTermRetentionDatabaseName As String, backupName As String, parameters As CopyLongTermRetentionBackupParameters) As LongTermRetentionBackupOperationResult

パラメーター

operations
ILongTermRetentionBackupsOperations

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

resourceGroupName
String

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

locationName
String

データベースの場所。

longTermRetentionServerName
String

サーバーの名前

longTermRetentionDatabaseName
String

データベースの名前

backupName
String

バックアップ名。

parameters
CopyLongTermRetentionBackupParameters

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

戻り値

適用対象