Skip to main content

vw_lab_plans

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

Overview

Namevw_lab_plans
TypeView
Idazure.lab_services.vw_lab_plans

Fields

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

SQL Definition

SELECT
location as location,
tags as tags,
systemData as system_data,
identity as identity,
JSON_EXTRACT(properties, '$.defaultConnectionProfile') as "default_connection_profile",
JSON_EXTRACT(properties, '$.defaultAutoShutdownProfile') as "default_auto_shutdown_profile",
JSON_EXTRACT(properties, '$.defaultNetworkProfile') as "default_network_profile",
JSON_EXTRACT(properties, '$.allowedRegions') as "allowed_regions",
JSON_EXTRACT(properties, '$.sharedGalleryId') as "shared_gallery_id",
JSON_EXTRACT(properties, '$.supportInfo') as "support_info",
JSON_EXTRACT(properties, '$.linkedLmsInstance') as "linked_lms_instance",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.resourceOperationError') as "resource_operation_error",
subscriptionId,
resourceGroupName,
labPlanName
FROM azure.lab_services.lab_plans
WHERE subscriptionId = 'replace-me';