vw_tag_operation_links
Creates, updates, deletes, gets or lists a vw_tag_operation_links
resource.
Overview
Name | vw_tag_operation_links |
Type | View |
Id | azure.api_management.vw_tag_operation_links |
Fields
See the SQL Definition (view DDL) for fields returned by this view.
SQL Definition
- Sqlite3
- Postgres
SELECT
JSON_EXTRACT(properties, '$.operationId') as "operation_id",
subscriptionId,
resourceGroupName,
serviceName,
tagId,
operationLinkId
FROM azure.api_management.tag_operation_links
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND serviceName = 'replace-me' AND tagId = 'replace-me';
SELECT
json_extract_path_text(properties, '$.operationId') as "operation_id",
subscriptionId,
resourceGroupName,
serviceName,
tagId,
operationLinkId
FROM azure.api_management.tag_operation_links
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND serviceName = 'replace-me' AND tagId = 'replace-me';