Skip to main content

resource_skus

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

Overview

Nameresource_skus
TypeResource
Idazure.cognitive_services.resource_skus

Fields

NameDatatypeDescription
namestringThe name of SKU.
kindstringThe Kind of resources that are supported in this SKU.
locationsarrayThe set of locations that the SKU is available.
resourceTypestringThe type of resource the SKU applies to.
restrictionsarrayThe restrictions because of which SKU cannot be used. This is empty if there are no restrictions.
tierstringSpecifies the tier of Cognitive Services account.

Methods

NameAccessible byRequired ParamsDescription
listSELECTsubscriptionIdGets the list of Microsoft.CognitiveServices SKUs available for your Subscription.

SELECT examples

Gets the list of Microsoft.CognitiveServices SKUs available for your Subscription.

SELECT
name,
kind,
locations,
resourceType,
restrictions,
tier
FROM azure.cognitive_services.resource_skus
WHERE subscriptionId = '{{ subscriptionId }}';