Skip to main content

vw_portal_revisions

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

Overview

Namevw_portal_revisions
TypeView
Idazure.api_management.vw_portal_revisions

Fields

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

SQL Definition

SELECT
JSON_EXTRACT(properties, '$.description') as "description",
JSON_EXTRACT(properties, '$.statusDetails') as "status_details",
JSON_EXTRACT(properties, '$.status') as "status",
JSON_EXTRACT(properties, '$.isCurrent') as "is_current",
JSON_EXTRACT(properties, '$.createdDateTime') as "created_date_time",
JSON_EXTRACT(properties, '$.updatedDateTime') as "updated_date_time",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
resourceGroupName,
serviceName,
portalRevisionId
FROM azure.api_management.portal_revisions
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND serviceName = 'replace-me';