Resource Type: Azure > Virtual Desktop
Azure Virtual Desktop is a cloud-based desktop and app virtualization service from Microsoft that lets users access Windows 10/11 or Windows Server environments from anywhere. It provides centralized management, cost efficiency, and scalability, with built-in security and seamless integration with Microsoft 365 and Microsoft Entra ID.
Resource Types
The Virtual Desktop service includes these resource types:
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/azure-virtualdesktop#/resource/types/virtualDesktop
- tmod:@turbot/turbot#/resource/categories/cloudService
- turbot graphql resource --id "tmod:@turbot/azure-virtualdesktop#/resource/types/virtualDesktop"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-virtualdesktop#/resource/types/virtualDesktop';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-virtualdesktop#/resource/types/virtualDesktop"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-virtualdesktop#/resource/types/virtualDesktop' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query