Skip to main content

vw_group_quota_limits

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

Overview

Namevw_group_quota_limits
TypeView
Idazure.quota.vw_group_quota_limits

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, '$.comment') as "comment",
JSON_EXTRACT(properties, '$.name') as "name",
JSON_EXTRACT(properties, '$.unit') as "unit",
JSON_EXTRACT(properties, '$.availableLimit') as "available_limit",
JSON_EXTRACT(properties, '$.allocatedToSubscriptions') as "allocated_to_subscriptions",
managementGroupId,
groupQuotaName,
resourceProviderName,
resourceName,
$filter
FROM azure.quota.group_quota_limits
WHERE managementGroupId = 'replace-me' AND groupQuotaName = 'replace-me' AND resourceProviderName = 'replace-me' AND $filter = 'replace-me';