Share via


ResourceGroupLongTermRetentionBackupResource.RemoveLegalHoldImmutabilityByResourceGroup Method

Definition

Remove legal hold immutability of an existing long term retention backup.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}/removeLegalHoldImmutability
  • Operation Id: LongTermRetentionBackups_RemoveLegalHoldImmutabilityByResourceGroup
  • Default Api Version: 2024-11-01-preview
  • Resource: ResourceGroupLongTermRetentionBackupResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.ResourceGroupLongTermRetentionBackupResource> RemoveLegalHoldImmutabilityByResourceGroup(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default);
abstract member RemoveLegalHoldImmutabilityByResourceGroup : Azure.WaitUntil * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.ResourceGroupLongTermRetentionBackupResource>
override this.RemoveLegalHoldImmutabilityByResourceGroup : Azure.WaitUntil * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.ResourceGroupLongTermRetentionBackupResource>
Public Overridable Function RemoveLegalHoldImmutabilityByResourceGroup (waitUntil As WaitUntil, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ResourceGroupLongTermRetentionBackupResource)

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.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to