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

适用于混合现实的 Azure 内置角色

本文列出了混合现实类别中的 Azure 内置角色。

远程渲染管理员

为用户提供 Azure 远程渲染的转换、管理会话、渲染和诊断功能

了解详细信息

操作 说明
不操作
DataActions
Microsoft.MixedReality/RemoteRenderingAccounts/convert/action 启动资产转换
Microsoft.MixedReality/RemoteRenderingAccounts/convert/read 获取资产转换属性
Microsoft.MixedReality/RemoteRenderingAccounts/convert/delete 停止资产转换
Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/read 获取会话属性
Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/action 启动会话
Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/delete 停止会话
Microsoft.MixedReality/RemoteRenderingAccounts/render/read 连接到会话
Microsoft.MixedReality/RemoteRenderingAccounts/diagnostic/read 连接到远程渲染检查器
NotDataActions
{
  "assignableScopes": [
    "/"
  ],
  "description": "Provides user with conversion, manage session, rendering and diagnostics capabilities for Azure Remote Rendering",
  "id": "/providers/Microsoft.Authorization/roleDefinitions/3df8b902-2a6f-47c7-8cc5-360e9b272a7e",
  "name": "3df8b902-2a6f-47c7-8cc5-360e9b272a7e",
  "permissions": [
    {
      "actions": [],
      "notActions": [],
      "dataActions": [
        "Microsoft.MixedReality/RemoteRenderingAccounts/convert/action",
        "Microsoft.MixedReality/RemoteRenderingAccounts/convert/read",
        "Microsoft.MixedReality/RemoteRenderingAccounts/convert/delete",
        "Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/read",
        "Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/action",
        "Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/delete",
        "Microsoft.MixedReality/RemoteRenderingAccounts/render/read",
        "Microsoft.MixedReality/RemoteRenderingAccounts/diagnostic/read"
      ],
      "notDataActions": []
    }
  ],
  "roleName": "Remote Rendering Administrator",
  "roleType": "BuiltInRole",
  "type": "Microsoft.Authorization/roleDefinitions"
}

远程渲染客户端

为用户提供 Azure 远程渲染的管理会话、渲染和诊断功能。

了解详细信息

操作 说明
不操作
DataActions
Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/read 获取会话属性
Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/action 启动会话
Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/delete 停止会话
Microsoft.MixedReality/RemoteRenderingAccounts/render/read 连接到会话
Microsoft.MixedReality/RemoteRenderingAccounts/diagnostic/read 连接到远程渲染检查器
NotDataActions
{
  "assignableScopes": [
    "/"
  ],
  "description": "Provides user with manage session, rendering and diagnostics capabilities for Azure Remote Rendering.",
  "id": "/providers/Microsoft.Authorization/roleDefinitions/d39065c4-c120-43c9-ab0a-63eed9795f0a",
  "name": "d39065c4-c120-43c9-ab0a-63eed9795f0a",
  "permissions": [
    {
      "actions": [],
      "notActions": [],
      "dataActions": [
        "Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/read",
        "Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/action",
        "Microsoft.MixedReality/RemoteRenderingAccounts/managesessions/delete",
        "Microsoft.MixedReality/RemoteRenderingAccounts/render/read",
        "Microsoft.MixedReality/RemoteRenderingAccounts/diagnostic/read"
      ],
      "notDataActions": []
    }
  ],
  "roleName": "Remote Rendering Client",
  "roleType": "BuiltInRole",
  "type": "Microsoft.Authorization/roleDefinitions"
}

后续步骤