Skip to main content

vw_images

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

Overview

Namevw_images
TypeView
Idazure.compute.vw_images

Fields

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

SQL Definition

SELECT
id as id,
name as name,
location as location,
extendedLocation as extended_location,
type as type,
tags as tags,
JSON_EXTRACT(properties, '$.sourceVirtualMachine') as "source_virtual_machine",
JSON_EXTRACT(properties, '$.storageProfile') as "storage_profile",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.hyperVGeneration') as "hyper_v_generation",
subscriptionId,
resourceGroupName,
imageName
FROM azure.compute.images
WHERE subscriptionId = 'replace-me';