Skip to main content

vw_consoles

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

Overview

Namevw_consoles
TypeView
Idazure.cloud_shell.vw_consoles

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",
consoleName
FROM azure.cloud_shell.consoles
WHERE consoleName = 'replace-me';