Skip to main content

vw_management_configurations

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

Overview

Namevw_management_configurations
TypeView
Idazure.operations_management.vw_management_configurations

Fields

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

SQL Definition

SELECT
id as id,
name as name,
location as location,
type as type,
JSON_EXTRACT(properties, '$.applicationId') as "application_id",
JSON_EXTRACT(properties, '$.parentResourceType') as "parent_resource_type",
JSON_EXTRACT(properties, '$.parameters') as "parameters",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.template') as "template",
subscriptionId,
resourceGroupName,
managementConfigurationName
FROM azure.operations_management.management_configurations
WHERE subscriptionId = 'replace-me';