Skip to main content

vw_user_settings_with_locations

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

Overview

Namevw_user_settings_with_locations
TypeView
Idazure.cloud_shell.vw_user_settings_with_locations

Fields

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

SQL Definition

SELECT
JSON_EXTRACT(properties, '$.preferredOsType') as "preferred_os_type",
JSON_EXTRACT(properties, '$.preferredLocation') as "preferred_location",
JSON_EXTRACT(properties, '$.storageProfile') as "storage_profile",
JSON_EXTRACT(properties, '$.terminalSettings') as "terminal_settings",
JSON_EXTRACT(properties, '$.preferredShellType') as "preferred_shell_type",
location,
userSettingsName
FROM azure.cloud_shell.user_settings_with_locations
WHERE location = 'replace-me' AND userSettingsName = 'replace-me';