Skip to main content

group_quota_usages

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

Overview

Namegroup_quota_usages
TypeResource
Idazure.quota.group_quota_usages

Fields

NameDatatypeDescription
propertiesobjectResource details with usages and GroupQuota.

Methods

NameAccessible byRequired ParamsDescription
listSELECTgroupQuotaName, location, managementGroupId, resourceProviderNameGets the GroupQuotas usages and limits(quota). Location is required paramter.

SELECT examples

Gets the GroupQuotas usages and limits(quota). Location is required paramter.

SELECT
properties
FROM azure.quota.group_quota_usages
WHERE groupQuotaName = '{{ groupQuotaName }}'
AND location = '{{ location }}'
AND managementGroupId = '{{ managementGroupId }}'
AND resourceProviderName = '{{ resourceProviderName }}';