Microsoft.MixedReality (preview:2021-03-01)

2025/02/26 • 24 updated methods

ObjectAnchorsAccounts_ListBySubscription (updated)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. List Object Anchors Accounts by Subscription
Reference Link ¶

⚶ Changes

{
  "#id": "ObjectAnchorsAccounts_ListBySubscription",
  "Description": {
    "new": "\n\n> [!NOTE]\n>\n> **Mixed Reality retirement**\n>\n> The Mixed Reality service is now deprecated and will be retired. \n\n List Object Anchors Accounts by Subscription",
    "old": "List Object Anchors Accounts by Subscription"
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/objectAnchorsAccounts
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
identity: string ,
properties:
{
storageAccountName: string ,
accountId: string ,
accountDomain: string ,
}
,
plan:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
kind:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
ObjectAnchorsAccounts_ListByResourceGroup (updated)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. List Resources by Resource Group
Reference Link ¶

⚶ Changes

{
  "#id": "ObjectAnchorsAccounts_ListByResourceGroup",
  "Description": {
    "new": "\n\n> [!NOTE]\n>\n> **Mixed Reality retirement**\n>\n> The Mixed Reality service is now deprecated and will be retired. \n\n List Resources by Resource Group",
    "old": "List Resources by Resource Group"
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/objectAnchorsAccounts
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
identity: string ,
properties:
{
storageAccountName: string ,
accountId: string ,
accountDomain: string ,
}
,
plan:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
kind:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
ObjectAnchorsAccounts_Delete (updated)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. Delete an Object Anchors Account.
Reference Link ¶

⚶ Changes

{
  "#id": "ObjectAnchorsAccounts_Delete",
  "Description": {
    "new": "\n\n> [!NOTE]\n>\n> **Mixed Reality retirement**\n>\n> The Mixed Reality service is now deprecated and will be retired. \n\n Delete an Object Anchors Account.",
    "old": "Delete an Object Anchors Account."
  }
}

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/objectAnchorsAccounts/{accountName}
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
ObjectAnchorsAccounts_Get (updated)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. Retrieve an Object Anchors Account.
Reference Link ¶

⚶ Changes

{
  "#id": "ObjectAnchorsAccounts_Get",
  "Description": {
    "new": "\n\n> [!NOTE]\n>\n> **Mixed Reality retirement**\n>\n> The Mixed Reality service is now deprecated and will be retired. \n\n Retrieve an Object Anchors Account.",
    "old": "Retrieve an Object Anchors Account."
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/objectAnchorsAccounts/{accountName}
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
api-version: string ,
}

⚐ Response (200)

{
identity: string ,
properties:
{
storageAccountName: string ,
accountId: string ,
accountDomain: string ,
}
,
plan:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
kind:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
ObjectAnchorsAccounts_Update (updated)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. Updating an Object Anchors Account
Reference Link ¶

⚶ Changes

{
  "#id": "ObjectAnchorsAccounts_Update",
  "Description": {
    "new": "\n\n> [!NOTE]\n>\n> **Mixed Reality retirement**\n>\n> The Mixed Reality service is now deprecated and will be retired. \n\n Updating an Object Anchors Account",
    "old": "Updating an Object Anchors Account"
  }
}

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/objectAnchorsAccounts/{accountName}
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
objectAnchorsAccount:
{
identity: string ,
properties:
{
storageAccountName: string ,
accountId: string ,
accountDomain: string ,
}
,
plan:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
kind:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
api-version: string ,
}

⚐ Response (200)

{
identity: string ,
properties:
{
storageAccountName: string ,
accountId: string ,
accountDomain: string ,
}
,
plan:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
kind:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
ObjectAnchorsAccounts_Create (updated)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. Creating or Updating an object anchors Account.
Reference Link ¶

⚶ Changes

{
  "#id": "ObjectAnchorsAccounts_Create",
  "Description": {
    "new": "\n\n> [!NOTE]\n>\n> **Mixed Reality retirement**\n>\n> The Mixed Reality service is now deprecated and will be retired. \n\n Creating or Updating an object anchors Account.",
    "old": "Creating or Updating an object anchors Account."
  }
}

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/objectAnchorsAccounts/{accountName}
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
objectAnchorsAccount:
{
identity: string ,
properties:
{
storageAccountName: string ,
accountId: string ,
accountDomain: string ,
}
,
plan:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
kind:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
api-version: string ,
}

⚐ Response (200)

{
identity: string ,
properties:
{
storageAccountName: string ,
accountId: string ,
accountDomain: string ,
}
,
plan:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
kind:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (201)

{
identity: string ,
properties:
{
storageAccountName: string ,
accountId: string ,
accountDomain: string ,
}
,
plan:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
kind:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
ObjectAnchorsAccounts_ListKeys (updated)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. List Both of the 2 Keys of an object anchors Account
Reference Link ¶

⚶ Changes

{
  "#id": "ObjectAnchorsAccounts_ListKeys",
  "Description": {
    "new": "\n\n> [!NOTE]\n>\n> **Mixed Reality retirement**\n>\n> The Mixed Reality service is now deprecated and will be retired. \n\n List Both of the 2 Keys of an object anchors Account",
    "old": "List Both of the 2 Keys of an object anchors Account"
  }
}

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/objectAnchorsAccounts/{accountName}/listKeys
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
api-version: string ,
}

⚐ Response (200)

{
primaryKey: string ,
secondaryKey: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
ObjectAnchorsAccounts_RegenerateKeys (updated)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. Regenerate specified Key of an object anchors Account
Reference Link ¶

⚶ Changes

{
  "#id": "ObjectAnchorsAccounts_RegenerateKeys",
  "Description": {
    "new": "\n\n> [!NOTE]\n>\n> **Mixed Reality retirement**\n>\n> The Mixed Reality service is now deprecated and will be retired. \n\n Regenerate specified Key of an object anchors Account",
    "old": "Regenerate specified Key of an object anchors Account"
  }
}

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/objectAnchorsAccounts/{accountName}/regenerateKeys
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
regenerate:
{
serial: integer ,
}
,
api-version: string ,
}

⚐ Response (200)

{
primaryKey: string ,
secondaryKey: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
RemoteRenderingAccounts_ListBySubscription (updated)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. List Remote Rendering Accounts by Subscription
Reference Link ¶

⚶ Changes

{
  "#id": "RemoteRenderingAccounts_ListBySubscription",
  "Description": {
    "new": "\n\n> [!NOTE]\n>\n> **Mixed Reality retirement**\n>\n> The Mixed Reality service is now deprecated and will be retired. \n\n List Remote Rendering Accounts by Subscription",
    "old": "List Remote Rendering Accounts by Subscription"
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/remoteRenderingAccounts
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
storageAccountName: string ,
accountId: string ,
accountDomain: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
plan:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
kind:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
RemoteRenderingAccounts_ListByResourceGroup (updated)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. List Resources by Resource Group
Reference Link ¶

⚶ Changes

{
  "#id": "RemoteRenderingAccounts_ListByResourceGroup",
  "Description": {
    "new": "\n\n> [!NOTE]\n>\n> **Mixed Reality retirement**\n>\n> The Mixed Reality service is now deprecated and will be retired. \n\n List Resources by Resource Group",
    "old": "List Resources by Resource Group"
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/remoteRenderingAccounts
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
storageAccountName: string ,
accountId: string ,
accountDomain: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
plan:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
kind:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
RemoteRenderingAccounts_Delete (updated)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. Delete a Remote Rendering Account.
Reference Link ¶

⚶ Changes

{
  "#id": "RemoteRenderingAccounts_Delete",
  "Description": {
    "new": "\n\n> [!NOTE]\n>\n> **Mixed Reality retirement**\n>\n> The Mixed Reality service is now deprecated and will be retired. \n\n Delete a Remote Rendering Account.",
    "old": "Delete a Remote Rendering Account."
  }
}

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/remoteRenderingAccounts/{accountName}
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
RemoteRenderingAccounts_Get (updated)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. Retrieve a Remote Rendering Account.
Reference Link ¶

⚶ Changes

{
  "#id": "RemoteRenderingAccounts_Get",
  "Description": {
    "new": "\n\n> [!NOTE]\n>\n> **Mixed Reality retirement**\n>\n> The Mixed Reality service is now deprecated and will be retired. \n\n Retrieve a Remote Rendering Account.",
    "old": "Retrieve a Remote Rendering Account."
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/remoteRenderingAccounts/{accountName}
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
storageAccountName: string ,
accountId: string ,
accountDomain: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
plan:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
kind:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
RemoteRenderingAccounts_Update (updated)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. Updating a Remote Rendering Account
Reference Link ¶

⚶ Changes

{
  "#id": "RemoteRenderingAccounts_Update",
  "Description": {
    "new": "\n\n> [!NOTE]\n>\n> **Mixed Reality retirement**\n>\n> The Mixed Reality service is now deprecated and will be retired. \n\n Updating a Remote Rendering Account",
    "old": "Updating a Remote Rendering Account"
  }
}

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/remoteRenderingAccounts/{accountName}
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
remoteRenderingAccount:
{
properties:
{
storageAccountName: string ,
accountId: string ,
accountDomain: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
plan:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
kind:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
storageAccountName: string ,
accountId: string ,
accountDomain: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
plan:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
kind:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
RemoteRenderingAccounts_Create (updated)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. Creating or Updating a Remote Rendering Account.
Reference Link ¶

⚶ Changes

{
  "#id": "RemoteRenderingAccounts_Create",
  "Description": {
    "new": "\n\n> [!NOTE]\n>\n> **Mixed Reality retirement**\n>\n> The Mixed Reality service is now deprecated and will be retired. \n\n Creating or Updating a Remote Rendering Account.",
    "old": "Creating or Updating a Remote Rendering Account."
  }
}

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/remoteRenderingAccounts/{accountName}
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
remoteRenderingAccount:
{
properties:
{
storageAccountName: string ,
accountId: string ,
accountDomain: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
plan:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
kind:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
storageAccountName: string ,
accountId: string ,
accountDomain: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
plan:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
kind:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (201)

{
properties:
{
storageAccountName: string ,
accountId: string ,
accountDomain: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
plan:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
kind:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
RemoteRenderingAccounts_ListKeys (updated)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. List Both of the 2 Keys of a Remote Rendering Account
Reference Link ¶

⚶ Changes

{
  "#id": "RemoteRenderingAccounts_ListKeys",
  "Description": {
    "new": "\n\n> [!NOTE]\n>\n> **Mixed Reality retirement**\n>\n> The Mixed Reality service is now deprecated and will be retired. \n\n List Both of the 2 Keys of a Remote Rendering Account",
    "old": "List Both of the 2 Keys of a Remote Rendering Account"
  }
}

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/remoteRenderingAccounts/{accountName}/listKeys
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
api-version: string ,
}

⚐ Response (200)

{
primaryKey: string ,
secondaryKey: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
RemoteRenderingAccounts_RegenerateKeys (updated)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. Regenerate specified Key of a Remote Rendering Account
Reference Link ¶

⚶ Changes

{
  "#id": "RemoteRenderingAccounts_RegenerateKeys",
  "Description": {
    "new": "\n\n> [!NOTE]\n>\n> **Mixed Reality retirement**\n>\n> The Mixed Reality service is now deprecated and will be retired. \n\n Regenerate specified Key of a Remote Rendering Account",
    "old": "Regenerate specified Key of a Remote Rendering Account"
  }
}

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/remoteRenderingAccounts/{accountName}/regenerateKeys
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
regenerate:
{
serial: integer ,
}
,
api-version: string ,
}

⚐ Response (200)

{
primaryKey: string ,
secondaryKey: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
SpatialAnchorsAccounts_ListBySubscription (updated)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. List Spatial Anchors Accounts by Subscription
Reference Link ¶

⚶ Changes

{
  "#id": "SpatialAnchorsAccounts_ListBySubscription",
  "Description": {
    "new": "\n\n> [!NOTE]\n>\n> **Mixed Reality retirement**\n>\n> The Mixed Reality service is now deprecated and will be retired. \n\n List Spatial Anchors Accounts by Subscription",
    "old": "List Spatial Anchors Accounts by Subscription"
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/spatialAnchorsAccounts
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
storageAccountName: string ,
accountId: string ,
accountDomain: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
plan:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
kind:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
SpatialAnchorsAccounts_ListByResourceGroup (updated)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. List Resources by Resource Group
Reference Link ¶

⚶ Changes

{
  "#id": "SpatialAnchorsAccounts_ListByResourceGroup",
  "Description": {
    "new": "\n\n> [!NOTE]\n>\n> **Mixed Reality retirement**\n>\n> The Mixed Reality service is now deprecated and will be retired. \n\n List Resources by Resource Group",
    "old": "List Resources by Resource Group"
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
storageAccountName: string ,
accountId: string ,
accountDomain: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
plan:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
kind:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
SpatialAnchorsAccounts_Delete (updated)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. Delete a Spatial Anchors Account.
Reference Link ¶

⚶ Changes

{
  "#id": "SpatialAnchorsAccounts_Delete",
  "Description": {
    "new": "\n\n> [!NOTE]\n>\n> **Mixed Reality retirement**\n>\n> The Mixed Reality service is now deprecated and will be retired. \n\n Delete a Spatial Anchors Account.",
    "old": "Delete a Spatial Anchors Account."
  }
}

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts/{accountName}
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
SpatialAnchorsAccounts_Get (updated)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. Retrieve a Spatial Anchors Account.
Reference Link ¶

⚶ Changes

{
  "#id": "SpatialAnchorsAccounts_Get",
  "Description": {
    "new": "\n\n> [!NOTE]\n>\n> **Mixed Reality retirement**\n>\n> The Mixed Reality service is now deprecated and will be retired. \n\n Retrieve a Spatial Anchors Account.",
    "old": "Retrieve a Spatial Anchors Account."
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts/{accountName}
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
storageAccountName: string ,
accountId: string ,
accountDomain: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
plan:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
kind:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
SpatialAnchorsAccounts_Update (updated)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. Updating a Spatial Anchors Account
Reference Link ¶

⚶ Changes

{
  "#id": "SpatialAnchorsAccounts_Update",
  "Description": {
    "new": "\n\n> [!NOTE]\n>\n> **Mixed Reality retirement**\n>\n> The Mixed Reality service is now deprecated and will be retired. \n\n Updating a Spatial Anchors Account",
    "old": "Updating a Spatial Anchors Account"
  }
}

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts/{accountName}
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
spatialAnchorsAccount:
{
properties:
{
storageAccountName: string ,
accountId: string ,
accountDomain: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
plan:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
kind:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
storageAccountName: string ,
accountId: string ,
accountDomain: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
plan:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
kind:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
SpatialAnchorsAccounts_Create (updated)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. Creating or Updating a Spatial Anchors Account.
Reference Link ¶

⚶ Changes

{
  "#id": "SpatialAnchorsAccounts_Create",
  "Description": {
    "new": "\n\n> [!NOTE]\n>\n> **Mixed Reality retirement**\n>\n> The Mixed Reality service is now deprecated and will be retired. \n\n Creating or Updating a Spatial Anchors Account.",
    "old": "Creating or Updating a Spatial Anchors Account."
  }
}

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts/{accountName}
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
spatialAnchorsAccount:
{
properties:
{
storageAccountName: string ,
accountId: string ,
accountDomain: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
plan:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
kind:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}
,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
storageAccountName: string ,
accountId: string ,
accountDomain: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
plan:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
kind:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (201)

{
properties:
{
storageAccountName: string ,
accountId: string ,
accountDomain: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
plan:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
sku:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
kind:
{
name: string ,
tier: enum ,
size: string ,
family: string ,
capacity: integer ,
}
,
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
SpatialAnchorsAccounts_ListKeys (updated)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. List Both of the 2 Keys of a Spatial Anchors Account
Reference Link ¶

⚶ Changes

{
  "#id": "SpatialAnchorsAccounts_ListKeys",
  "Description": {
    "new": "\n\n> [!NOTE]\n>\n> **Mixed Reality retirement**\n>\n> The Mixed Reality service is now deprecated and will be retired. \n\n List Both of the 2 Keys of a Spatial Anchors Account",
    "old": "List Both of the 2 Keys of a Spatial Anchors Account"
  }
}

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts/{accountName}/listKeys
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
api-version: string ,
}

⚐ Response (200)

{
primaryKey: string ,
secondaryKey: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
SpatialAnchorsAccounts_RegenerateKeys (updated)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. Regenerate specified Key of a Spatial Anchors Account
Reference Link ¶

⚶ Changes

{
  "#id": "SpatialAnchorsAccounts_RegenerateKeys",
  "Description": {
    "new": "\n\n> [!NOTE]\n>\n> **Mixed Reality retirement**\n>\n> The Mixed Reality service is now deprecated and will be retired. \n\n Regenerate specified Key of a Spatial Anchors Account",
    "old": "Regenerate specified Key of a Spatial Anchors Account"
  }
}

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts/{accountName}/regenerateKeys
{
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
regenerate:
{
serial: integer ,
}
,
api-version: string ,
}

⚐ Response (200)

{
primaryKey: string ,
secondaryKey: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}