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