ResourceGroupLongTermRetentionBackupResource.CopyByResourceGroup 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.
Copy an existing long term retention backup to a different server.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}/copy
- Operation Id: LongTermRetentionBackups_CopyByResourceGroup
- Default Api Version: 2023-05-01-preview
- Resource: ResourceGroupLongTermRetentionBackupResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.Models.LongTermRetentionBackupOperationResult> CopyByResourceGroup (Azure.WaitUntil waitUntil, Azure.ResourceManager.Sql.Models.CopyLongTermRetentionBackupContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CopyByResourceGroup : Azure.WaitUntil * Azure.ResourceManager.Sql.Models.CopyLongTermRetentionBackupContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.Models.LongTermRetentionBackupOperationResult>
override this.CopyByResourceGroup : Azure.WaitUntil * Azure.ResourceManager.Sql.Models.CopyLongTermRetentionBackupContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.Models.LongTermRetentionBackupOperationResult>
Public Overridable Function CopyByResourceGroup (waitUntil As WaitUntil, content As CopyLongTermRetentionBackupContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of LongTermRetentionBackupOperationResult)
Parameters
- waitUntil
- WaitUntil
Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.
The parameters needed for long term retention copy request.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content
is null.
Applies to
Azure SDK for .NET