Skip to main content

vw_exports

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

Overview

Namevw_exports
TypeView
Idazure.cost_management.vw_exports

Fields

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

SQL Definition

SELECT
id as id,
name as name,
location as location,
type as type,
eTag as e_tag,
identity as identity,
JSON_EXTRACT(properties, '$.format') as "format",
JSON_EXTRACT(properties, '$.deliveryInfo') as "delivery_info",
JSON_EXTRACT(properties, '$.definition') as "definition",
JSON_EXTRACT(properties, '$.runHistory') as "run_history",
JSON_EXTRACT(properties, '$.partitionData') as "partition_data",
JSON_EXTRACT(properties, '$.nextRunTimeEstimate') as "next_run_time_estimate",
JSON_EXTRACT(properties, '$.schedule') as "schedule",
scope,
exportName
FROM azure.cost_management.exports
WHERE scope = 'replace-me';