次の方法で共有


PermissionResponse クラス

定義

Cosmos アクセス許可の応答

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

コンストラクター

PermissionResponse()

PermissionResponseモック テスト用の no-op として を作成する

プロパティ

ActivityId

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

Diagnostics

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

ETag

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

Headers

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

Permission

cosmos アクセス許可への参照。 これにより、アクセス許可に対する追加の操作や、簡単なアクセス許可が可能になります

RequestCharge

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

Resource

応答の内容。

StatusCode

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

演算子

Implicit(PermissionResponse to Permission)

から暗黙的に取得するPermissionPermissionResponse

適用対象