Skip to main content

vw_group_quota_subscription_allocations

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

Overview

Namevw_group_quota_subscription_allocations
TypeView
Idazure.quota.vw_group_quota_subscription_allocations

Fields

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

SQL Definition

SELECT
JSON_EXTRACT(properties, '$.region') as "region",
JSON_EXTRACT(properties, '$.limit') as "limit",
JSON_EXTRACT(properties, '$.shareableQuota') as "shareable_quota",
JSON_EXTRACT(properties, '$.name') as "name",
managementGroupId,
subscriptionId,
groupQuotaName,
resourceName,
$filter
FROM azure.quota.group_quota_subscription_allocations
WHERE managementGroupId = 'replace-me' AND subscriptionId = 'replace-me' AND groupQuotaName = 'replace-me' AND $filter = 'replace-me';