Skip to main content

skus

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

Overview

Nameskus
TypeResource
Idazure.lab_services.skus

Fields

NameDatatypeDescription
namestringThe name of the SKU.
capabilitiesarrayThe capabilities of the SKU.
capacityobjectThe scale out/in options of the SKU.
costsarrayMetadata for retrieving price info of a lab services SKUs.
familystringThe family of the SKU.
locationsarrayList of locations that are available for a size.
resourceTypestringThe lab services resource type.
restrictionsarrayRestrictions of a lab services SKUs.
sizestringThe SKU size.
tierstringThe tier of the SKU.

Methods

NameAccessible byRequired ParamsDescription
listSELECTsubscriptionIdReturns a list of Azure Lab Services resource SKUs.

SELECT examples

Returns a list of Azure Lab Services resource SKUs.

SELECT
name,
capabilities,
capacity,
costs,
family,
locations,
resourceType,
restrictions,
size,
tier
FROM azure.lab_services.skus
WHERE subscriptionId = '{{ subscriptionId }}';