Skip to main content

vw_accounts

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

Overview

Namevw_accounts
TypeView
Idazure_extras.video_indexer.vw_accounts

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
location as location,
identity as identity,
systemData as system_data,
tags as tags,
JSON_EXTRACT(properties, '$.tenantId') as "tenant_id",
JSON_EXTRACT(properties, '$.accountId') as "account_id",
JSON_EXTRACT(properties, '$.accountName') as "account_name",
JSON_EXTRACT(properties, '$.storageServices') as "storage_services",
JSON_EXTRACT(properties, '$.totalSecondsIndexed') as "total_seconds_indexed",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
resourceGroupName,
accountName
FROM azure_extras.video_indexer.accounts
WHERE subscriptionId = 'replace-me';