Share via


SqlDatabaseResource.RevertDatabaseEncryptionProtector Method

Definition

Reverts an existing encryption protector for a particular database.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/encryptionProtector/{encryptionProtectorName}/revert
  • Operation Id: DatabaseEncryptionProtectors_Revert
  • Default Api Version: 2022-08-01-preview
public virtual Azure.ResourceManager.ArmOperation RevertDatabaseEncryptionProtector (Azure.WaitUntil waitUntil, Azure.ResourceManager.Sql.Models.EncryptionProtectorName encryptionProtectorName, System.Threading.CancellationToken cancellationToken = default);
abstract member RevertDatabaseEncryptionProtector : Azure.WaitUntil * Azure.ResourceManager.Sql.Models.EncryptionProtectorName * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
override this.RevertDatabaseEncryptionProtector : Azure.WaitUntil * Azure.ResourceManager.Sql.Models.EncryptionProtectorName * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
Public Overridable Function RevertDatabaseEncryptionProtector (waitUntil As WaitUntil, encryptionProtectorName As EncryptionProtectorName, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation

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.

encryptionProtectorName
EncryptionProtectorName

The name of the encryption protector to be updated.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to