你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PermissionResponse 类

定义

cosmos 权限响应

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

构造函数

PermissionResponse()

PermissionResponse创建 作为模拟测试的无操作

属性

HasValue

获取一个值,该值指示当前实例是否具有其基础类型的有效值。

(继承自 NullableResponse<T>)
Permission

对 cosmos 权限的引用。 这允许对权限或轻松访问权限执行其他操作

Value

获取服务返回的值。 如果 HasValue 为 false,则访问此属性将引发。

方法

GetRawResponse()

返回服务返回的 HTTP 响应。

ToString()

返回表示当前对象的字符串。

(继承自 NullableResponse<T>)

运算符

Implicit(PermissionResponse to CosmosPermission)

从 隐式获取CosmosPermissionPermissionResponse

适用于