다음을 통해 공유


ResourceGroupLongTermRetentionBackupResource.SetLegalHoldImmutabilityByResourceGroup Method

Definition

Set 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}/setLegalHoldImmutability
  • Operation Id: LongTermRetentionBackups_SetLegalHoldImmutabilityByResourceGroup
  • Default Api Version: 2024-11-01-preview
  • Resource: ResourceGroupLongTermRetentionBackupResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.ResourceGroupLongTermRetentionBackupResource> SetLegalHoldImmutabilityByResourceGroup(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default);
abstract member SetLegalHoldImmutabilityByResourceGroup : Azure.WaitUntil * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.ResourceGroupLongTermRetentionBackupResource>
override this.SetLegalHoldImmutabilityByResourceGroup : Azure.WaitUntil * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Sql.ResourceGroupLongTermRetentionBackupResource>
Public Overridable Function SetLegalHoldImmutabilityByResourceGroup (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