Skip to main content

vw_configuration_assignments

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

Overview

Namevw_configuration_assignments
TypeView
Idazure.maintenance.vw_configuration_assignments

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,
providerName,
resourceType,
resourceName,
configurationAssignmentName
FROM azure.maintenance.configuration_assignments
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND providerName = 'replace-me' AND resourceType = 'replace-me' AND resourceName = 'replace-me';