Skip to main content

vw_management_groups

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

Overview

Namevw_management_groups
TypeView
Idazure.management_groups.vw_management_groups

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, '$.tenantId') as "tenant_id",
JSON_EXTRACT(properties, '$.displayName') as "display_name",
JSON_EXTRACT(properties, '$.details') as "details",
JSON_EXTRACT(properties, '$.children') as "children",
groupId
FROM azure.management_groups.management_groups
WHERE groupId = 'replace-me';