Skip to main content

vw_configuration_assignments_parents

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

Overview

Namevw_configuration_assignments_parents
TypeView
Idazure.maintenance.vw_configuration_assignments_parents

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