Skip to main content

vw_desktops

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

Overview

Namevw_desktops
TypeView
Idazure.desktop_virtualization.vw_desktops

Fields

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

SQL Definition

SELECT
id as id,
name as name,
type as type,
systemData as system_data,
JSON_EXTRACT(properties, '$.objectId') as "object_id",
JSON_EXTRACT(properties, '$.description') as "description",
JSON_EXTRACT(properties, '$.friendlyName') as "friendly_name",
JSON_EXTRACT(properties, '$.iconHash') as "icon_hash",
JSON_EXTRACT(properties, '$.iconContent') as "icon_content",
subscriptionId,
resourceGroupName,
applicationGroupName,
desktopName
FROM azure.desktop_virtualization.desktops
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND applicationGroupName = 'replace-me';