AzureSqlDatabaseBackupCommunicator.CopyDatabaseLongTermRetentionBackup Method
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.
Copies a Long Term Retention backup to another server/database.
public Microsoft.Azure.Management.Sql.Models.LongTermRetentionBackupOperationResult CopyDatabaseLongTermRetentionBackup (string locationName, string serverName, string databaseName, string backupName, string resourceGroupName, Microsoft.Azure.Management.Sql.Models.CopyLongTermRetentionBackupParameters parameters);
member this.CopyDatabaseLongTermRetentionBackup : string * string * string * string * string * Microsoft.Azure.Management.Sql.Models.CopyLongTermRetentionBackupParameters -> Microsoft.Azure.Management.Sql.Models.LongTermRetentionBackupOperationResult
Public Function CopyDatabaseLongTermRetentionBackup (locationName As String, serverName As String, databaseName As String, backupName As String, resourceGroupName As String, parameters As CopyLongTermRetentionBackupParameters) As LongTermRetentionBackupOperationResult
Parameters
- locationName
- String
The location name.
- serverName
- String
The server name.
- databaseName
- String
The database name.
- backupName
- String
The backup name.
- resourceGroupName
- String
The resource group name
- parameters
- CopyLongTermRetentionBackupParameters
The parameters needed for long term retention copy request