Skip to main content

vw_video_analyzers

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

Overview

Namevw_video_analyzers
TypeView
Idazure.video_analyzer.vw_video_analyzers

Fields

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

SQL Definition

SELECT
location as location,
tags as tags,
identity as identity,
JSON_EXTRACT(properties, '$.storageAccounts') as "storage_accounts",
JSON_EXTRACT(properties, '$.endpoints') as "endpoints",
JSON_EXTRACT(properties, '$.encryption') as "encryption",
JSON_EXTRACT(properties, '$.iotHubs') as "iot_hubs",
JSON_EXTRACT(properties, '$.publicNetworkAccess') as "public_network_access",
JSON_EXTRACT(properties, '$.networkAccessControl') as "network_access_control",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.privateEndpointConnections') as "private_endpoint_connections",
subscriptionId,
resourceGroupName,
accountName
FROM azure.video_analyzer.video_analyzers
WHERE subscriptionId = 'replace-me';