Skip to main content

remote_rendering_accounts_keys

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

Overview

Nameremote_rendering_accounts_keys
TypeResource
Idazure.mixed_reality.remote_rendering_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 Remote Rendering Account

SELECT examples

List Both of the 2 Keys of a Remote Rendering Account

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