Share via


SubscriptionLongTermRetentionBackupResource.CopyAsync Method

Definition

Copy an existing long term retention backup.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}/copy
  • Operation Id: LongTermRetentionBackups_Copy
  • Default Api Version: 2023-05-01-preview
  • Resource: SubscriptionLongTermRetentionBackupResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.Models.LongTermRetentionBackupOperationResult>> CopyAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.Sql.Models.CopyLongTermRetentionBackupContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CopyAsync : Azure.WaitUntil * Azure.ResourceManager.Sql.Models.CopyLongTermRetentionBackupContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.Models.LongTermRetentionBackupOperationResult>>
override this.CopyAsync : Azure.WaitUntil * Azure.ResourceManager.Sql.Models.CopyLongTermRetentionBackupContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.Models.LongTermRetentionBackupOperationResult>>
Public Overridable Function CopyAsync (waitUntil As WaitUntil, content As CopyLongTermRetentionBackupContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

content
CopyLongTermRetentionBackupContent

The parameters needed for long term retention copy request.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to