| Description | : Get a list of current usage for all resources for the scope specified. |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "Usages_List",
"$responses": {
"200": [
{
"#name": "etag",
"Description": {
"new": "Current entity state version. Should be treated as opaque and used to make conditional HTTP requests.",
"old": "Current entity state version. It should be treated as opaque and used to make conditional HTTP requests."
}
}
]
}
}
⚼ Request
GET:
/{scope}/providers/Microsoft.Quota/usages
{
api-version:
string
,
scope:
string
,
}
⚐ Response (200)
{
$headers:
{
,
etag:
string
,
}
$schema:
}
{
,
value:
[
]
,
{
,
properties:
}
{
,
usages:
{
,
value:
integer
,
usagesType:
enum
,
}
unit:
string
,
name:
{
,
value:
string
,
localizedValue:
string
,
}
resourceType:
string
,
quotaPeriod:
string
,
isQuotaApplicable:
boolean
,
properties:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
details:
}
[
]
,
{
,
code:
string
,
message:
string
,
}