Skip to main content

vw_asc_operations

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

Overview

Namevw_asc_operations
TypeView
Idazure.storage_cache.vw_asc_operations

Fields

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

SQL Definition

SELECT
id as id,
name as name,
startTime as start_time,
endTime as end_time,
status as status,
error as error,
JSON_EXTRACT(properties, '$.output') as "output",
subscriptionId,
location,
operationId
FROM azure.storage_cache.asc_operations
WHERE subscriptionId = 'replace-me' AND location = 'replace-me' AND operationId = 'replace-me';