capacities_skus
Creates, updates, deletes, gets or lists a capacities_skus
resource.
Overview
Name | capacities_skus |
Type | Resource |
Id | azure.powerbi_dedicated.capacities_skus |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of the SKU level. |
capacity | integer | The capacity of the SKU. |
tier | string | The name of the Azure pricing tier to which the SKU applies. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | subscriptionId | Lists 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 }}';