Skip to main content

vw_gallery_applications

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

Overview

Namevw_gallery_applications
TypeView
Idazure.compute.vw_gallery_applications

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,
type as type,
tags as tags,
JSON_EXTRACT(properties, '$.description') as "description",
JSON_EXTRACT(properties, '$.eula') as "eula",
JSON_EXTRACT(properties, '$.privacyStatementUri') as "privacy_statement_uri",
JSON_EXTRACT(properties, '$.releaseNoteUri') as "release_note_uri",
JSON_EXTRACT(properties, '$.endOfLifeDate') as "end_of_life_date",
JSON_EXTRACT(properties, '$.supportedOSType') as "supported_os_type",
JSON_EXTRACT(properties, '$.customActions') as "custom_actions",
subscriptionId,
resourceGroupName,
galleryName,
galleryApplicationName
FROM azure.compute.gallery_applications
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND galleryName = 'replace-me';