Skip to main content

tags

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

Overview

Nametags
TypeResource
Idazure.consumption.tags

Fields

NameDatatypeDescription
idtextResource Id.
nametextResource name.
e_tagtextfield from the properties object
next_linktextfield from the properties object
previous_linktextfield from the properties object
scopetextfield from the properties object
tagstextfield from the properties object
typetextResource type.

Methods

NameAccessible byRequired ParamsDescription
getSELECTscopeGet all available tag keys for the defined scope

SELECT examples

Get all available tag keys for the defined scope

SELECT
id,
name,
e_tag,
next_link,
previous_link,
scope,
tags,
type
FROM azure.consumption.vw_tags
WHERE scope = '{{ scope }}';