Skip to main content

clusters_skus

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

Overview

Nameclusters_skus
TypeResource
Idazure.data_explorer.clusters_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
tierstringThe tier of the SKU

Methods

NameAccessible byRequired ParamsDescription
listSELECTsubscriptionIdLists eligible SKUs for Kusto resource provider.

SELECT examples

Lists eligible SKUs for Kusto resource provider.

SELECT
name,
locationInfo,
locations,
resourceType,
restrictions,
tier
FROM azure.data_explorer.clusters_skus
WHERE subscriptionId = '{{ subscriptionId }}';