Skip to main content

vw_tags

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

Overview

Namevw_tags
TypeView
Idazure.consumption.vw_tags

Fields

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

SQL Definition

SELECT
JSON_EXTRACT(properties, '$.tags') as "tags",
JSON_EXTRACT(properties, '$.nextLink') as "next_link",
JSON_EXTRACT(properties, '$.previousLink') as "previous_link",
scope
FROM azure.consumption.tags
WHERE scope = 'replace-me';