Skip to main content

vw_community_gallery_images

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

Overview

Namevw_community_gallery_images
TypeView
Idazure.compute.vw_community_gallery_images

Fields

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

SQL Definition

SELECT
name as name,
location as location,
type as type,
identifier as identifier,
JSON_EXTRACT(properties, '$.osType') as "os_type",
JSON_EXTRACT(properties, '$.osState') as "os_state",
JSON_EXTRACT(properties, '$.endOfLifeDate') as "end_of_life_date",
JSON_EXTRACT(properties, '$.identifier') as "identifier",
JSON_EXTRACT(properties, '$.recommended') as "recommended",
JSON_EXTRACT(properties, '$.disallowed') as "disallowed",
JSON_EXTRACT(properties, '$.hyperVGeneration') as "hyper_v_generation",
JSON_EXTRACT(properties, '$.features') as "features",
JSON_EXTRACT(properties, '$.purchasePlan') as "purchase_plan",
JSON_EXTRACT(properties, '$.architecture') as "architecture",
JSON_EXTRACT(properties, '$.privacyStatementUri') as "privacy_statement_uri",
JSON_EXTRACT(properties, '$.eula') as "eula",
JSON_EXTRACT(properties, '$.disclaimer') as "disclaimer",
JSON_EXTRACT(properties, '$.artifactTags') as "artifact_tags",
subscriptionId,
location,
publicGalleryName,
galleryImageName
FROM azure.compute.community_gallery_images
WHERE subscriptionId = 'replace-me' AND location = 'replace-me' AND publicGalleryName = 'replace-me';