Skip to main content

vw_storage_quotas

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

Overview

Namevw_storage_quotas
TypeView
Idazure_stack.storage_admin.vw_storage_quotas

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
id as id,
name as name,
location as location,
type as type,
JSON_EXTRACT(properties, '$.numberOfStorageAccounts') as "number_of_storage_accounts",
JSON_EXTRACT(properties, '$.capacityInGb') as "capacity_in_gb",
subscriptionId,
location,
quotaName
FROM azure_stack.storage_admin.storage_quotas
WHERE subscriptionId = 'replace-me' AND location = 'replace-me';