Skip to main content

vw_console_with_locations

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

Overview

Namevw_console_with_locations
TypeView
Idazure.cloud_shell.vw_console_with_locations

Fields

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

SQL Definition

SELECT
JSON_EXTRACT(properties, '$.osType') as "os_type",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.uri') as "uri",
location,
consoleName
FROM azure.cloud_shell.console_with_locations
WHERE location = 'replace-me' AND consoleName = 'replace-me';