Skip to main content

vw_configuration_assignments_for_resource_groups

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

Overview

Namevw_configuration_assignments_for_resource_groups
TypeView
Idazure.maintenance.vw_configuration_assignments_for_resource_groups

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,
systemData as system_data,
JSON_EXTRACT(properties, '$.maintenanceConfigurationId') as "maintenance_configuration_id",
JSON_EXTRACT(properties, '$.resourceId') as "resource_id",
JSON_EXTRACT(properties, '$.filter') as "filter",
subscriptionId,
resourceGroupName,
configurationAssignmentName
FROM azure.maintenance.configuration_assignments_for_resource_groups
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND configurationAssignmentName = 'replace-me';