Description | : Checks the quota and actual usage of endpoints under the given Azure Front Door profile. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "AFDProfiles_ListResourceUsage", "$parameters": [ { "#name": "profileName", "Description": { "new": "Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.", "old": "Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group." } } ] }
⚼ Request
POST:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/usages
{
resourceGroupName:
string
,
profileName:
string
,
subscriptionId:
string
,
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
id:
string
,
unit:
enum
,
currentValue:
integer
,
limit:
integer
,
name:
}
{
,
value:
string
,
localizedValue:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
]
,
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}