Freigeben über


ClientEncryptionKey.ReplaceAsync Methode

Definition

Ersetzen Sie einen ClientEncryptionKeyProperties aus dem Azure Cosmos-Dienst als asynchronen Vorgang. Diese Methode soll nicht direkt aufgerufen werden. Informationen zur Verwendung der clientseitigen Verschlüsselung finden https://aka.ms/CosmosClientEncryption Sie unter .

public abstract System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.ClientEncryptionKeyResponse> ReplaceAsync (Microsoft.Azure.Cosmos.ClientEncryptionKeyProperties clientEncryptionKeyProperties, Microsoft.Azure.Cosmos.RequestOptions requestOptions = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ReplaceAsync : Microsoft.Azure.Cosmos.ClientEncryptionKeyProperties * Microsoft.Azure.Cosmos.RequestOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.ClientEncryptionKeyResponse>
Public MustOverride Function ReplaceAsync (clientEncryptionKeyProperties As ClientEncryptionKeyProperties, Optional requestOptions As RequestOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ClientEncryptionKeyResponse)

Parameter

clientEncryptionKeyProperties
ClientEncryptionKeyProperties

Das ClientEncryptionKeyProperties-Objekt.

requestOptions
RequestOptions

(Optional) Die Optionen für die Anforderung.

cancellationToken
CancellationToken

(Optional) CancellationToken stellt die Anforderungsabbruch dar.

Gibt zurück

Eine Task , die ein ClientEncryptionKeyResponse enthält, das einen ClientEncryptionKeyProperties umschließt, der den Ersatzressourcendatensatz enthält.

Gilt für: