Megosztás a következőn keresztül:


SqlDatabaseResource.RevalidateDatabaseEncryptionProtectorAsync Method

Definition

Revalidates an existing encryption protector for a particular database.

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