Compartilhar via


ClientEncryptionKey.ReplaceAsync Método

Definição

Substitua um ClientEncryptionKeyProperties do serviço do Azure Cosmos como uma operação assíncrona. Esse método não deve ser invocado diretamente. https://aka.ms/CosmosClientEncryption Confira para usar a criptografia do lado do cliente.

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)

Parâmetros

clientEncryptionKeyProperties
ClientEncryptionKeyProperties

O objeto ClientEncryptionKeyProperties.

requestOptions
RequestOptions

(Opcional) As opções para a solicitação.

cancellationToken
CancellationToken

(Opcional) CancellationToken que representa o cancelamento da solicitação.

Retornos

Um Task que contém um ClientEncryptionKeyResponse que encapsula um ClientEncryptionKeyProperties que contém o registro de recurso de substituição.

Aplica-se a