Skip to main content

skus

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

Overview

Nameskus
TypeResource
Idazure.elastic_san.skus

Fields

NameDatatypeDescription
namestringThe sku name.
capabilitiesarrayThe capability information in the specified SKU.
locationInfoarrayAvailability of the SKU for the location/zone
locationsarrayThe set of locations that the SKU is available. This will be supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.).
resourceTypestringThe type of the resource.
tierstringThis field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.

Methods

NameAccessible byRequired ParamsDescription
listSELECTsubscriptionId

SELECT examples

SELECT
name,
capabilities,
locationInfo,
locations,
resourceType,
tier
FROM azure.elastic_san.skus
WHERE subscriptionId = '{{ subscriptionId }}';