你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Web Pub Sub - Check Permission
检查连接是否具有对指定操作的权限。
HEAD {endpoint}/api/hubs/{hub}/permissions/{permission}/connections/{connectionId}?api-version=2024-01-01
HEAD {endpoint}/api/hubs/{hub}/permissions/{permission}/connections/{connectionId}?targetName={targetName}&api-version=2024-01-01
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
connection
|
path | True |
string |
目标连接 ID。 |
endpoint
|
path | True |
string url |
Web PubSub 服务实例的 HTTP 或 HTTPS 终结点。 |
hub
|
path | True |
string |
目标中心名称,该名称应以字母字符开头,并且仅包含字母数字字符或下划线。 正则表达式模式: |
permission
|
path | True |
权限:当前支持的操作是 joinLeaveGroup 和 sendToGroup。 |
|
api-version
|
query | True |
string |
REST API 的版本。 |
target
|
query |
string |
目标的含义取决于特定权限。 对于 joinLeaveGroup 和 sendToGroup,targetName 是组名称的必需参数。 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
成功 |
|
404 Not Found |
找不到 |
|
Other Status Codes |
错误响应 标头 x-ms-error-code: string |
示例
WebPubSub_CheckPermission
示例请求
HEAD {endpoint}/api/hubs/hub1/permissions/joinLeaveGroup/connections/connection1?targetName=group1&api-version=2024-01-01
示例响应
定义
WebPubSubPermission
权限:当前支持的操作是 joinLeaveGroup 和 sendToGroup。
名称 | 类型 | 说明 |
---|---|---|
joinLeaveGroup |
string |
|
sendToGroup |
string |