Skip to main content

resource_skus

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

Overview

Nameresource_skus
TypeResource
Idazure.storage_pool.resource_skus

Fields

NameDatatypeDescription
namestringSku name
apiVersionstringStoragePool RP API version
capabilitiesarrayList of additional capabilities for StoragePool resource.
locationInfoobjectZone and capability info for resource sku
resourceTypestringStoragePool resource type
restrictionsarrayThe restrictions because of which SKU cannot be used. This is empty if there are no restrictions.
tierstringSku tier

Methods

NameAccessible byRequired ParamsDescription
listSELECTlocation, subscriptionIdLists available StoragePool resources and skus in an Azure location.

SELECT examples

Lists available StoragePool resources and skus in an Azure location.

SELECT
name,
apiVersion,
capabilities,
locationInfo,
resourceType,
restrictions,
tier
FROM azure.storage_pool.resource_skus
WHERE location = '{{ location }}'
AND subscriptionId = '{{ subscriptionId }}';