remote_rendering_accounts_keys
Creates, updates, deletes, gets or lists a remote_rendering_accounts_keys
resource.
Overview
Name | remote_rendering_accounts_keys |
Type | Resource |
Id | azure.mixed_reality.remote_rendering_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 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 }}';