Skip to main content

kusto_pools_skus

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

Overview

Namekusto_pools_skus
TypeResource
Idazure.synapse.kusto_pools_skus

Fields

NameDatatypeDescription
namestringThe name of the SKU
locationInfoarrayLocations and zones
locationsarrayThe set of locations that the SKU is available
resourceTypestringThe resource type
restrictionsarrayThe restrictions because of which SKU cannot be used
sizestringThe size of the SKU

Methods

NameAccessible byRequired ParamsDescription
listSELECTsubscriptionIdLists eligible SKUs for Kusto Pool resource.

SELECT examples

Lists eligible SKUs for Kusto Pool resource.

SELECT
name,
locationInfo,
locations,
resourceType,
restrictions,
size
FROM azure.synapse.kusto_pools_skus
WHERE subscriptionId = '{{ subscriptionId }}';