Skip to main content

servers_skus_for_new

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

Overview

Nameservers_skus_for_new
TypeResource
Idazure.analysis_services.servers_skus_for_new

Fields

NameDatatypeDescription
namestringName of the SKU level.
capacityintegerThe number of instances in the read only query pool.
tierstringThe name of the Azure pricing tier to which the SKU applies.

Methods

NameAccessible byRequired ParamsDescription
listSELECTsubscriptionIdLists eligible SKUs for Analysis Services resource provider.

SELECT examples

Lists eligible SKUs for Analysis Services resource provider.

SELECT
name,
capacity,
tier
FROM azure.analysis_services.servers_skus_for_new
WHERE subscriptionId = '{{ subscriptionId }}';