dimensions
Creates, updates, deletes, gets or lists a dimensions
resource.
Overview
Name | dimensions |
Type | Resource |
Id | azure.cost_management.dimensions |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Resource Id. |
name | string | Resource name. |
eTag | string | ETag of the resource. |
location | string | Location of the resource. |
properties | object | Dimension properties. |
sku | string | SKU of the resource. |
tags | object | Resource tags. |
type | string | Resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | scope | Lists the dimensions by the defined scope. |
by_external_cloud_provider_type | EXEC | externalCloudProviderId, externalCloudProviderType | Lists 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 }}';