次の方法で共有


ClientEncryptionKeyResponse クラス

定義

関連する要求に対する ClientEncryptionKey Cosmos DB サービスからの応答。

public class ClientEncryptionKeyResponse : Microsoft.Azure.Cosmos.Response<Microsoft.Azure.Cosmos.ClientEncryptionKeyProperties>
type ClientEncryptionKeyResponse = class
    inherit Response<ClientEncryptionKeyProperties>
Public Class ClientEncryptionKeyResponse
Inherits Response(Of ClientEncryptionKeyProperties)
継承
ClientEncryptionKeyResponse

コンストラクター

ClientEncryptionKeyResponse()

モック テスト用の no-op としてクライアント暗号化キー応答を作成します。

プロパティ

ActivityId

Azure Cosmos DB サービスからの要求のアクティビティ ID を取得します。

ClientEncryptionKey

追加の操作を許可するクライアント暗号化キーへの参照。

Diagnostics

Azure Cosmos DB サービスへの現在の要求の cosmos 診断情報を取得します

ETag

Azure Cosmos DB サービスから、リソースに関連付けられているエンティティ タグを取得します。

Headers

現在 ResponseMessage の HTTP ヘッダーを取得します。

RequestCharge

Azure Cosmos DB サービスからこの要求の要求料金を取得します。

Resource

応答の内容。

StatusCode

Azure Cosmos DB サービスから要求完了状態コードを取得します。 これは、CreateDatabaseIfNotExists などのシナリオで使用して、データベースが作成されたか、既に存在するかを判断するのに役立ちます。

演算子

Implicit(ClientEncryptionKeyResponse to ClientEncryptionKey)

暗号化キーの応答からクライアント暗号化キーを暗黙的に取得します。

適用対象