Skip to main content

vw_price_sheets

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

Overview

Namevw_price_sheets
TypeView
Idazure.consumption.vw_price_sheets

Fields

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

SQL Definition

SELECT
id as id,
name as name,
type as type,
JSON_EXTRACT(properties, '$.pricesheets') as "pricesheets",
JSON_EXTRACT(properties, '$.nextLink') as "next_link",
JSON_EXTRACT(properties, '$.download') as "download",
subscriptionId,
billingPeriodName
FROM azure.consumption.price_sheets
WHERE subscriptionId = 'replace-me';