Skip to main content

group_quota_subscription_requests

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

Overview

Namegroup_quota_subscription_requests
TypeResource
Idazure.quota.group_quota_subscription_requests

Fields

NameDatatypeDescription
propertiesobject

Methods

NameAccessible byRequired ParamsDescription
getSELECTgroupQuotaName, managementGroupId, requestIdGet API to check the status of a subscriptionIds request by requestId. Use the polling API - OperationsStatus URI specified in Azure-AsyncOperation header field, with retry-after duration in seconds to check the intermediate status. This API provides the finals status with the request details and status.
listSELECTgroupQuotaName, managementGroupIdList API to check the status of a subscriptionId requests by requestId. Request history is maintained for 1 year.

SELECT examples

List API to check the status of a subscriptionId requests by requestId. Request history is maintained for 1 year.

SELECT
properties
FROM azure.quota.group_quota_subscription_requests
WHERE groupQuotaName = '{{ groupQuotaName }}'
AND managementGroupId = '{{ managementGroupId }}';