Skip to main content

capacities_skus

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

Overview

Namecapacities_skus
TypeResource
Idazure.fabric.capacities_skus

Fields

NameDatatypeDescription
namestringThe SKU's name
locationsarrayThe list of available locations for the SKU
resourceTypestringThe resource type

Methods

NameAccessible byRequired ParamsDescription
listSELECTsubscriptionIdList 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 }}';