Share via


SubscriptionLongTermRetentionBackupResource.UpdateAsync Method

Definition

Updates an existing long term retention backup.

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

The requested backup resource state.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to