Skip to main content

vw_workspaces

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

Overview

Namevw_workspaces
TypeView
Idazure.quantum.vw_workspaces

Fields

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

SQL Definition

SELECT
location as location,
identity as identity,
systemData as system_data,
tags as tags,
JSON_EXTRACT(properties, '$.providers') as "providers",
JSON_EXTRACT(properties, '$.usable') as "usable",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.storageAccount') as "storage_account",
JSON_EXTRACT(properties, '$.endpointUri') as "endpoint_uri",
JSON_EXTRACT(properties, '$.apiKeyEnabled') as "api_key_enabled",
subscriptionId,
resourceGroupName,
workspaceName
FROM azure.quantum.workspaces
WHERE subscriptionId = 'replace-me';