Skip to main content

vw_notebook_workspaces

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

Overview

Namevw_notebook_workspaces
TypeView
Idazure.cosmos_db.vw_notebook_workspaces

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,
JSON_EXTRACT(properties, '$.notebookServerEndpoint') as "notebook_server_endpoint",
JSON_EXTRACT(properties, '$.status') as "status",
subscriptionId,
resourceGroupName,
accountName,
notebookWorkspaceName
FROM azure.cosmos_db.notebook_workspaces
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND accountName = 'replace-me';