ClientEncryptionKey.ReplaceAsync メソッド

定義

Azure Cosmos サービスの を ClientEncryptionKeyProperties 非同期操作として置き換えます。 このメソッドは、直接呼び出すものではありません。 クライアント側の暗号化を使用するには、 を参照してください https://aka.ms/CosmosClientEncryption

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)

パラメーター

clientEncryptionKeyProperties
ClientEncryptionKeyProperties

ClientEncryptionKeyProperties オブジェクト。

requestOptions
RequestOptions

(省略可能)要求のオプション。

cancellationToken
CancellationToken

(省略可能) CancellationToken 要求の取り消しを表します。

戻り値

Task置換リソース レコードをClientEncryptionKeyResponse含む をClientEncryptionKeyPropertiesラップする を含む 。

適用対象