Skip to main content

vw_content_items

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

Overview

Namevw_content_items
TypeView
Idazure.api_management.vw_content_items

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
subscriptionId,
resourceGroupName,
serviceName,
contentTypeId,
contentItemId
FROM azure.api_management.content_items
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND serviceName = 'replace-me' AND contentTypeId = 'replace-me';