capacities_skus
Creates, updates, deletes, gets or lists a capacities_skus
resource.
Overview
Name | capacities_skus |
Type | Resource |
Id | azure.fabric.capacities_skus |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The SKU's name |
locations | array | The list of available locations for the SKU |
resourceType | string | The resource type |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | subscriptionId | List eligible SKUs for Microsoft Fabric resource provider |
SELECT
examples
List eligible SKUs for Microsoft Fabric resource provider
SELECT
name,
locations,
resourceType
FROM azure.fabric.capacities_skus
WHERE subscriptionId = '{{ subscriptionId }}';