Skip to main content

vw_object_anchors_accounts

Creates, updates, deletes, gets or lists a vw_object_anchors_accounts resource.

Overview

Namevw_object_anchors_accounts
TypeView
Idazure.mixed_reality.vw_object_anchors_accounts

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
location as location,
tags as tags,
identity as identity,
plan as plan,
sku as sku,
kind as kind,
systemData as system_data,
JSON_EXTRACT(properties, '$.storageAccountName') as "storage_account_name",
JSON_EXTRACT(properties, '$.accountId') as "account_id",
JSON_EXTRACT(properties, '$.accountDomain') as "account_domain",
subscriptionId,
resourceGroupName,
accountName
FROM azure.mixed_reality.object_anchors_accounts
WHERE subscriptionId = 'replace-me';