afd_origin_groups_resource_usages
Creates, updates, deletes, gets or lists a afd_origin_groups_resource_usages
resource.
Overview
Name | afd_origin_groups_resource_usages |
Type | Resource |
Id | azure.cdn.afd_origin_groups_resource_usages |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Resource identifier. |
name | object | The usage names. |
currentValue | integer | The current value of the usage. |
limit | integer | The limit of usage. |
unit | string | An enum describing the unit of measurement. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | originGroupName, profileName, resourceGroupName, subscriptionId | Checks the quota and actual usage of endpoints under the given Azure Front Door profile.. |
SELECT
examples
Checks the quota and actual usage of endpoints under the given Azure Front Door profile..
SELECT
id,
name,
currentValue,
limit,
unit
FROM azure.cdn.afd_origin_groups_resource_usages
WHERE originGroupName = '{{ originGroupName }}'
AND profileName = '{{ profileName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';