Skip to main content

vw_management_associations

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

Overview

Namevw_management_associations
TypeView
Idazure.operations_management.vw_management_associations

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",
subscriptionId,
resourceGroupName,
providerName,
resourceType,
resourceName,
managementAssociationName
FROM azure.operations_management.management_associations
WHERE subscriptionId = 'replace-me';