Skip to main content

object_anchors_accounts_keys

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

Overview

Nameobject_anchors_accounts_keys
TypeResource
Idazure.mixed_reality.object_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 an object anchors Account

SELECT examples

List Both of the 2 Keys of an object anchors Account

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