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

Remote Rendering Accounts - List By Subscription

注意

混合现实停用

混合现实服务现已弃用,将停用。

按订阅列出远程渲染帐户

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/remoteRenderingAccounts?api-version=2025-01-01

URI 参数

名称 必需 类型 说明
subscriptionId
path True

string

Azure 订阅 ID。 这是 GUID 格式的字符串(例如 000000000-0000-0000-00000-000000000000000)

api-version
query True

string

要用于 HTTP 请求的 API 版本。

响应

名称 类型 说明
200 OK

RemoteRenderingAccountPage

还行

Other Status Codes

CloudError

描述作失败的原因的错误响应。

安全性

azure_auth

Azure Active Directory OAuth2 Flow

类型: oauth2
流向: implicit
授权 URL: https://login.microsoftonline.com/common/oauth2/authorize

作用域

名称 说明
user_impersonation 模拟用户帐户

示例

List remote rendering accounts by subscription

示例请求

GET https://management.azure.com/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/providers/Microsoft.MixedReality/remoteRenderingAccounts?api-version=2025-01-01

示例响应

{
  "value": [
    {
      "properties": {
        "accountId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "accountDomain": "mixedreality.azure.com"
      },
      "tags": {},
      "identity": {
        "type": "SystemAssigned"
      },
      "location": "eastus2euap",
      "id": "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/MyResourceGroup/providers/Microsoft.MixedReality/remoteRenderingAccounts/alpha",
      "name": "alpha",
      "type": "Microsoft.MixedReality/remoteRenderingAccounts"
    },
    {
      "properties": {
        "accountId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "accountDomain": "mixedreality.azure.com"
      },
      "tags": {},
      "identity": {
        "type": "SystemAssigned"
      },
      "location": "eastus2euap",
      "id": "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/MyResourceGroup/providers/Microsoft.MixedReality/remoteRenderingAccounts/omega",
      "name": "omega",
      "type": "Microsoft.MixedReality/remoteRenderingAccounts"
    }
  ],
  "nextLink": "https://aka.ms/&^FDKKAR"
}

定义

名称 说明
CloudError

错误响应。

CloudErrorBody

来自 Azure 的错误响应。

createdByType

创建资源的标识的类型。

Identity

资源的标识。

RemoteRenderingAccount

RemoteRenderingAccount 响应。

RemoteRenderingAccountPage

获取资源集合的请求的结果。 它包含资源列表和 URL 链接,用于获取下一组结果。

ResourceIdentityType

标识类型。

Sku

表示 SKU 的资源模型定义

SkuTier

如果服务具有多个层,但在 PUT 上不需要,则需要资源提供程序实现此字段。

systemData

与创建和上次修改资源相关的元数据。

CloudError

错误响应。

名称 类型 说明
error

CloudErrorBody

错误响应。

CloudErrorBody

来自 Azure 的错误响应。

名称 类型 说明
code

string

错误的标识符。 代码是固定的,旨在以编程方式使用。

details

CloudErrorBody[]

有关错误的其他详细信息的列表。

message

string

描述错误的消息,旨在适合在用户界面中显示。

target

string

特定错误的目标。 例如,错误属性的名称。

createdByType

创建资源的标识的类型。

说明
Application
Key
ManagedIdentity
User

Identity

资源的标识。

名称 类型 说明
principalId

string

资源标识的主体 ID。

tenantId

string

资源的租户 ID。

type

ResourceIdentityType

标识类型。

RemoteRenderingAccount

RemoteRenderingAccount 响应。

名称 类型 说明
id

string

资源的完全限定资源 ID。 Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

identity

Identity

与此帐户关联的标识

kind

Sku

帐户类型(如果受支持)

location

string

资源所在的地理位置

name

string

资源的名称

plan

Identity

与此帐户关联的计划

properties.accountDomain

string

特定帐户的对应域名

properties.accountId

string

特定帐户的唯一 ID。

properties.storageAccountName

string

与此 accountId 关联的存储帐户的名称

sku

Sku

与此帐户关联的 SKU

systemData

systemData

此帐户的系统元数据

tags

object

资源标记。

type

string

资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”

RemoteRenderingAccountPage

获取资源集合的请求的结果。 它包含资源列表和 URL 链接,用于获取下一组结果。

名称 类型 说明
nextLink

string

用于获取下一组资源列表结果(如果有)的 URL。

value

RemoteRenderingAccount[]

资源提供程序支持的资源列表。

ResourceIdentityType

标识类型。

说明
SystemAssigned

Sku

表示 SKU 的资源模型定义

名称 类型 说明
capacity

integer (int32)

如果 SKU 支持横向扩展/缩减,则应包含容量整数。 如果资源无法横向扩展/缩小,则可能会省略此范围。

family

string

如果服务具有不同代的硬件(对于同一 SKU,则可以在此处捕获)。

name

string

SKU 的名称。 Ex - P3. 它通常是字母+数字代码

size

string

SKU 大小。 当名称字段是层和其他一些值的组合时,这将是独立的代码。

tier

SkuTier

如果服务具有多个层,但在 PUT 上不需要,则需要资源提供程序实现此字段。

SkuTier

如果服务具有多个层,但在 PUT 上不需要,则需要资源提供程序实现此字段。

说明
Basic
Free
Premium
Standard

systemData

与创建和上次修改资源相关的元数据。

名称 类型 说明
createdAt

string (date-time)

资源创建时间戳(UTC)。

createdBy

string

创建资源的标识。

createdByType

createdByType

创建资源的标识的类型。

lastModifiedAt

string (date-time)

上次修改的资源时间戳(UTC)

lastModifiedBy

string

上次修改资源的标识。

lastModifiedByType

createdByType

上次修改资源的标识的类型。