Skip to main content

vw_integration_account_maps

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

Overview

Namevw_integration_account_maps
TypeView
Idazure.logic_apps.vw_integration_account_maps

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,
tags as tags,
JSON_EXTRACT(properties, '$.mapType') as "map_type",
JSON_EXTRACT(properties, '$.parametersSchema') as "parameters_schema",
JSON_EXTRACT(properties, '$.createdTime') as "created_time",
JSON_EXTRACT(properties, '$.changedTime') as "changed_time",
JSON_EXTRACT(properties, '$.content') as "content",
JSON_EXTRACT(properties, '$.contentType') as "content_type",
JSON_EXTRACT(properties, '$.contentLink') as "content_link",
JSON_EXTRACT(properties, '$.metadata') as "metadata",
subscriptionId,
resourceGroupName,
integrationAccountName,
mapName
FROM azure.logic_apps.integration_account_maps
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND integrationAccountName = 'replace-me';