Skip to main content

capacities_skus

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

Overview

Namecapacities_skus
TypeResource
Idazure.powerbi_dedicated.capacities_skus

Fields

NameDatatypeDescription
namestringName of the SKU level.
capacityintegerThe capacity of the SKU.
tierstringThe name of the Azure pricing tier to which the SKU applies.

Methods

NameAccessible byRequired ParamsDescription
listSELECTsubscriptionIdLists eligible SKUs for PowerBI Dedicated resource provider.

SELECT examples

Lists eligible SKUs for PowerBI Dedicated resource provider.

SELECT
name,
capacity,
tier
FROM azure.powerbi_dedicated.capacities_skus
WHERE subscriptionId = '{{ subscriptionId }}';