Skip to main content

spatial_anchors_accounts_keys

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

Overview

Namespatial_anchors_accounts_keys
TypeResource
Idazure.mixed_reality.spatial_anchors_accounts_keys

Fields

NameDatatypeDescription
primaryKeystringvalue of primary key.
secondaryKeystringvalue of secondary key.

Methods

NameAccessible byRequired ParamsDescription
listSELECTaccountName, resourceGroupName, subscriptionIdList Both of the 2 Keys of a Spatial Anchors Account

SELECT examples

List Both of the 2 Keys of a Spatial Anchors Account

SELECT
primaryKey,
secondaryKey
FROM azure.mixed_reality.spatial_anchors_accounts_keys
WHERE accountName = '{{ accountName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';