Microsoft.MixedReality (stable:2021-01-01)

2025/10/28 • 26 deleted methods

RemoteRendering_CreateConversion (removed)
Description Creates a conversion using an asset stored in an Azure Blob Storage account.
Reference Link ¶

⚼ Request

PUT:  /accounts/{account_id}/conversions/{conversion_id}
{
api-version: string ,
account_id: string ,
conversion_id: string ,
body:
{
settings:
{
inputLocation:
{
storageContainerUri: string ,
storageContainerReadListSas: string ,
blobPrefix: string ,
relativeInputAssetPath: string ,
}
,
outputLocation:
{
storageContainerUri: string ,
storageContainerWriteSas: string ,
blobPrefix: string ,
outputAssetFilename: string ,
}
,
}
,
}
,
}

⚐ Response (200)

{
$headers:
{
ms-cv: string ,
}
,
$schema:
{
id: string ,
settings:
{
inputLocation:
{
storageContainerUri: string ,
storageContainerReadListSas: string ,
blobPrefix: string ,
relativeInputAssetPath: string ,
}
,
outputLocation:
{
storageContainerUri: string ,
storageContainerWriteSas: string ,
blobPrefix: string ,
outputAssetFilename: string ,
}
,
}
,
output:
{
outputAssetUri: string ,
}
,
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
innerError: string ,
}
,
status: enum ,
creationTime: string ,
}
,
}

⚐ Response (201)

{
$headers:
{
ms-cv: string ,
}
,
$schema:
{
id: string ,
settings:
{
inputLocation:
{
storageContainerUri: string ,
storageContainerReadListSas: string ,
blobPrefix: string ,
relativeInputAssetPath: string ,
}
,
outputLocation:
{
storageContainerUri: string ,
storageContainerWriteSas: string ,
blobPrefix: string ,
outputAssetFilename: string ,
}
,
}
,
output:
{
outputAssetUri: string ,
}
,
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
innerError: string ,
}
,
status: enum ,
creationTime: string ,
}
,
}

⚐ Response (400)

{
$headers:
{
ms-cv: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
innerError: string ,
}
,
}
,
}

⚐ Response (401)

{
ms-cv: string ,
www-authenticate: string ,
}

⚐ Response (403)

{
ms-cv: string ,
}

⚐ Response (409)

{
$headers:
{
ms-cv: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
innerError: string ,
}
,
}
,
}

⚐ Response (429)

{
ms-cv: string ,
retry-after: integer ,
}

⚐ Response (500)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
innerError: string ,
}
,
}
RemoteRendering_GetConversion (removed)
Description Gets the status of a particular conversion.
Reference Link ¶

⚼ Request

GET:  /accounts/{account_id}/conversions/{conversion_id}
{
api-version: string ,
account_id: string ,
conversion_id: string ,
}

⚐ Response (200)

{
$headers:
{
ms-cv: string ,
retry-after: integer ,
}
,
$schema:
{
id: string ,
settings:
{
inputLocation:
{
storageContainerUri: string ,
storageContainerReadListSas: string ,
blobPrefix: string ,
relativeInputAssetPath: string ,
}
,
outputLocation:
{
storageContainerUri: string ,
storageContainerWriteSas: string ,
blobPrefix: string ,
outputAssetFilename: string ,
}
,
}
,
output:
{
outputAssetUri: string ,
}
,
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
innerError: string ,
}
,
status: enum ,
creationTime: string ,
}
,
}

⚐ Response (401)

{
ms-cv: string ,
www-authenticate: string ,
}

⚐ Response (403)

{
ms-cv: string ,
}

⚐ Response (404)

{
ms-cv: string ,
}

⚐ Response (429)

{
ms-cv: string ,
retry-after: integer ,
}

⚐ Response (500)

{
$headers:
{
ms-cv: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
innerError: string ,
}
,
}
,
}
RemoteRendering_ListConversions (removed)
Description Gets a list of all conversions.
Reference Link ¶

⚼ Request

GET:  /accounts/{account_id}/conversions
{
api-version: string ,
account_id: string ,
}

⚐ Response (200)

{
$headers:
{
ms-cv: string ,
}
,
$schema:
{
conversions:
[
{
id: string ,
settings:
{
inputLocation:
{
storageContainerUri: string ,
storageContainerReadListSas: string ,
blobPrefix: string ,
relativeInputAssetPath: string ,
}
,
outputLocation:
{
storageContainerUri: string ,
storageContainerWriteSas: string ,
blobPrefix: string ,
outputAssetFilename: string ,
}
,
}
,
output:
{
outputAssetUri: string ,
}
,
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
innerError: string ,
}
,
status: enum ,
creationTime: string ,
}
,
]
,
@nextLink: string ,
}
,
}

⚐ Response (401)

{
ms-cv: string ,
www-authenticate: string ,
}

⚐ Response (403)

{
ms-cv: string ,
}

⚐ Response (429)

{
ms-cv: string ,
retry-after: integer ,
}

⚐ Response (500)

{
$headers:
{
ms-cv: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
innerError: string ,
}
,
}
,
}
RemoteRendering_CreateSession (removed)
Description Creates a new rendering session.
Reference Link ¶

⚼ Request

PUT:  /accounts/{account_id}/sessions/{session_id}
{
api-version: string ,
account_id: string ,
session_id: string ,
body:
{
maxLeaseTimeMinutes: integer ,
size: enum ,
}
,
}

⚐ Response (200)

{
id: string ,
arrInspectorPort: integer ,
handshakePort: integer ,
elapsedTimeMinutes: integer ,
hostname: string ,
maxLeaseTimeMinutes: integer ,
size: enum ,
status: enum ,
teraflops: number ,
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
innerError: string ,
}
,
creationTime: string ,
}

⚐ Response (201)

{
$headers:
{
ms-cv: string ,
}
,
$schema:
{
id: string ,
arrInspectorPort: integer ,
handshakePort: integer ,
elapsedTimeMinutes: integer ,
hostname: string ,
maxLeaseTimeMinutes: integer ,
size: enum ,
status: enum ,
teraflops: number ,
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
innerError: string ,
}
,
creationTime: string ,
}
,
}

⚐ Response (400)

{
$headers:
{
ms-cv: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
innerError: string ,
}
,
}
,
}

⚐ Response (401)

{
ms-cv: string ,
www-authenticate: string ,
}

⚐ Response (403)

{
ms-cv: string ,
}

⚐ Response (409)

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

⚐ Response (429)

{
ms-cv: string ,
retry-after: integer ,
}

⚐ Response (500)

{
$headers:
{
ms-cv: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
innerError: string ,
}
,
}
,
}
RemoteRendering_GetSession (removed)
Description Gets the properties of a particular rendering session.
Reference Link ¶

⚼ Request

GET:  /accounts/{account_id}/sessions/{session_id}
{
api-version: string ,
account_id: string ,
session_id: string ,
}

⚐ Response (200)

{
id: string ,
arrInspectorPort: integer ,
handshakePort: integer ,
elapsedTimeMinutes: integer ,
hostname: string ,
maxLeaseTimeMinutes: integer ,
size: enum ,
status: enum ,
teraflops: number ,
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
innerError: string ,
}
,
creationTime: string ,
}

⚐ Response (401)

{
ms-cv: string ,
www-authenticate: string ,
}

⚐ Response (403)

{
ms-cv: string ,
}

⚐ Response (404)

{
ms-cv: string ,
}

⚐ Response (429)

{
ms-cv: string ,
retry-after: integer ,
}

⚐ Response (500)

{
$headers:
{
ms-cv: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
innerError: string ,
}
,
}
,
}
RemoteRendering_UpdateSession (removed)
Description Updates the max lease time of a particular rendering session.
Reference Link ¶

⚼ Request

PATCH:  /accounts/{account_id}/sessions/{session_id}
{
api-version: string ,
account_id: string ,
session_id: string ,
body:
{
maxLeaseTimeMinutes: integer ,
}
,
}

⚐ Response (200)

{
id: string ,
arrInspectorPort: integer ,
handshakePort: integer ,
elapsedTimeMinutes: integer ,
hostname: string ,
maxLeaseTimeMinutes: integer ,
size: enum ,
status: enum ,
teraflops: number ,
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
innerError: string ,
}
,
creationTime: string ,
}

⚐ Response (401)

{
ms-cv: string ,
www-authenticate: string ,
}

⚐ Response (403)

{
ms-cv: string ,
}

⚐ Response (404)

{
ms-cv: string ,
}

⚐ Response (429)

{
ms-cv: string ,
retry-after: integer ,
}

⚐ Response (422)

{
$headers:
{
ms-cv: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
innerError: string ,
}
,
}
,
}

⚐ Response (500)

{
$headers:
{
ms-cv: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
innerError: string ,
}
,
}
,
}
RemoteRendering_StopSession (removed)
Description Stops a particular rendering session.
Reference Link ¶

⚼ Request

POST:  /accounts/{account_id}/sessions/{session_id}/:stop
{
api-version: string ,
account_id: string ,
session_id: string ,
}

⚐ Response (204)

{
ms-cv: string ,
}

⚐ Response (401)

{
ms-cv: string ,
www-authenticate: string ,
}

⚐ Response (403)

{
ms-cv: string ,
}

⚐ Response (404)

{
ms-cv: string ,
}

⚐ Response (429)

{
ms-cv: string ,
retry-after: integer ,
}

⚐ Response (500)

{
$headers:
{
ms-cv: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
innerError: string ,
}
,
}
,
}
RemoteRendering_ListSessions (removed)
Description Gets a list of all rendering sessions.
Reference Link ¶

⚼ Request

GET:  /accounts/{account_id}/sessions
{
api-version: string ,
account_id: string ,
}

⚐ Response (200)

{
sessions:
[
{
id: string ,
arrInspectorPort: integer ,
handshakePort: integer ,
elapsedTimeMinutes: integer ,
hostname: string ,
maxLeaseTimeMinutes: integer ,
size: enum ,
status: enum ,
teraflops: number ,
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
innerError: string ,
}
,
creationTime: string ,
}
,
]
,
@nextLink: string ,
}

⚐ Response (401)

{
ms-cv: string ,
www-authenticate: string ,
}

⚐ Response (403)

{
ms-cv: string ,
}

⚐ Response (429)

{
ms-cv: string ,
retry-after: integer ,
}

⚐ Response (500)

{
$headers:
{
ms-cv: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
innerError: string ,
}
,
}
,
}
Operations_List (removed)
Description Exposing Available Operations
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.MixedReality/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
isDataAction: boolean ,
origin: string ,
properties:
{
serviceSpecification:
{
logSpecifications:
[
{
name: string ,
displayName: string ,
blobDuration: string ,
}
,
]
,
metricSpecifications:
[
{
name: string ,
displayName: string ,
displayDescription: string ,
unit: string ,
aggregationType: string ,
supportedAggregationTypes:
[
string ,
]
,
supportedTimeGrainTypes:
[
string ,
]
,
enableRegionalMdmAccount: boolean ,
sourceMdmAccount: string ,
sourceMdmNamespace: string ,
metricFilterPattern: string ,
fillGapWithZero: boolean ,
category: string ,
internalMetricName: string ,
dimensions:
[
{
name: string ,
displayName: string ,
internalName: string ,
toBeExportedForShoebox: boolean ,
}
,
]
,
lockedAggregationType: string ,
}
,
]
,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
CheckNameAvailabilityLocal (removed)
Description Check Name Availability for local uniqueness
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/locations/{location}/checkNameAvailability
{
subscriptionId: string ,
location: string ,
checkNameAvailability:
{
name: string ,
type: string ,
}
,
api-version: string ,
}

⚐ Response (200)

{
nameAvailable: boolean ,
reason: enum ,
message: string ,
}

⚐ Response (default)

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

⚼ 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 (removed)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. List Resources by Resource Group
Reference Link ¶

⚼ 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 (removed)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. Delete a Remote Rendering Account.
Reference Link ¶

⚼ 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 (removed)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. Retrieve a Remote Rendering Account.
Reference Link ¶

⚼ 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 (removed)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. Updating a Remote Rendering Account
Reference Link ¶

⚼ 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 (removed)
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 ¶

⚼ 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 (removed)
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 ¶

⚼ 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 (removed)
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 ¶

⚼ 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 (removed)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. List Spatial Anchors Accounts by Subscription
Reference Link ¶

⚼ 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 (removed)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. List Resources by Resource Group
Reference Link ¶

⚼ 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 (removed)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. Delete a Spatial Anchors Account.
Reference Link ¶

⚼ 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 (removed)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. Retrieve a Spatial Anchors Account.
Reference Link ¶

⚼ 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 (removed)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. Updating a Spatial Anchors Account
Reference Link ¶

⚼ 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 (removed)
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 ¶

⚼ 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 (removed)
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 ¶

⚼ 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 (removed)
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 ¶

⚼ 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 ,
]
,
}
,
}