Skip to main content

vw_deleted_services

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

Overview

Namevw_deleted_services
TypeView
Idazure.api_center.vw_deleted_services

Fields

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

SQL Definition

SELECT
JSON_EXTRACT(properties, '$.scheduledPurgeDate') as "scheduled_purge_date",
JSON_EXTRACT(properties, '$.softDeletionDate') as "soft_deletion_date",
subscriptionId,
resourceGroupName,
deletedServiceName
FROM azure.api_center.deleted_services
WHERE subscriptionId = 'replace-me';