Skip to main content

available_skus

Creates, updates, deletes, gets or lists an available_skus resource.

Overview

Nameavailable_skus
TypeResource
Idazure.data_box_edge.available_skus

Fields

The following fields are returned by SELECT queries:

Lists the available Skus and information related to them.

NameDatatypeDescription
namestringThe Sku name.
apiVersionsarrayThe API versions in which Sku is available.
availabilitystringLinks to the next set of results
capabilitiesarrayThe capability info of the SKU.
costsarrayThe pricing info of the Sku.
familystringThe Sku family.
kindstringThe Sku kind.
locationInfoarrayAvailability of the Sku for the location/zone/site.
locationsarrayAvailability of the Sku for the region.
resourceTypestringThe type of the resource.
shipmentTypesarrayList of Shipment Types supported by this SKU
signupOptionstringSku can be signed up by customer or not.
sizestringThe Sku kind.
tierstringThe Sku tier.
versionstringAvailability of the Sku as preview/stable.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectsubscriptionId

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
subscriptionIdstringThe subscription ID.

SELECT examples

Lists the available Skus and information related to them.

SELECT
name,
apiVersions,
availability,
capabilities,
costs,
family,
kind,
locationInfo,
locations,
resourceType,
shipmentTypes,
signupOption,
size,
tier,
version
FROM azure.data_box_edge.available_skus
WHERE subscriptionId = '{{ subscriptionId }}' -- required
;