object_anchors_accounts_keys
Creates, updates, deletes, gets or lists a object_anchors_accounts_keys
resource.
Overview
Name | object_anchors_accounts_keys |
Type | Resource |
Id | azure.mixed_reality.object_anchors_accounts_keys |
Fields
Name | Datatype | Description |
---|---|---|
primaryKey | string | value of primary key. |
secondaryKey | string | value of secondary key. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | accountName, resourceGroupName, subscriptionId | List 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 }}';