group_quota_subscription_requests
Creates, updates, deletes, gets or lists a group_quota_subscription_requests
resource.
Overview
Name | group_quota_subscription_requests |
Type | Resource |
Id | azure.quota.group_quota_subscription_requests |
Fields
Name | Datatype | Description |
---|---|---|
properties | object |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | groupQuotaName, managementGroupId, requestId | Get 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. |
list | SELECT | groupQuotaName, managementGroupId | List 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 }}';