Skip to main content

vw_gallery_images

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

Overview

Namevw_gallery_images
TypeView
Idazure_stack.azure_stack_hci.vw_gallery_images

Fields

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

SQL Definition

SELECT
location as location,
extendedLocation as extended_location,
tags as tags,
JSON_EXTRACT(properties, '$.containerId') as "container_id",
JSON_EXTRACT(properties, '$.imagePath') as "image_path",
JSON_EXTRACT(properties, '$.osType') as "os_type",
JSON_EXTRACT(properties, '$.cloudInitDataSource') as "cloud_init_data_source",
JSON_EXTRACT(properties, '$.hyperVGeneration') as "hyper_v_generation",
JSON_EXTRACT(properties, '$.identifier') as "identifier",
JSON_EXTRACT(properties, '$.version') as "version",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.status') as "status",
subscriptionId,
resourceGroupName,
galleryImageName
FROM azure_stack.azure_stack_hci.gallery_images
WHERE subscriptionId = 'replace-me';