Skip to main content

dimensions

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

Overview

Namedimensions
TypeResource
Idazure.cost_management.dimensions

Fields

NameDatatypeDescription
idstringResource Id.
namestringResource name.
eTagstringETag of the resource.
locationstringLocation of the resource.
propertiesobjectDimension properties.
skustringSKU of the resource.
tagsobjectResource tags.
typestringResource type.

Methods

NameAccessible byRequired ParamsDescription
listSELECTscopeLists the dimensions by the defined scope.
by_external_cloud_provider_typeEXECexternalCloudProviderId, externalCloudProviderTypeLists the dimensions by the external cloud provider type.

SELECT examples

Lists the dimensions by the defined scope.

SELECT
id,
name,
eTag,
location,
properties,
sku,
tags,
type
FROM azure.cost_management.dimensions
WHERE scope = '{{ scope }}';