Description | : Get the current usage of a resource. |
Reference | : Link ¶ |
⚼ Request
GET:
/{scope}/providers/Microsoft.Quota/usages/{resourceName}
{
resourceName:
string
,
api-version:
string
,
scope:
string
,
}
⚐ Response (200)
{
$headers:
{
,
etag:
string
,
}
$schema:
}
{
,
id:
string
,
type:
string
,
name:
string
,
properties:
}
{
,
usages:
{
,
value:
integer
,
usagesType:
enum
,
}
unit:
string
,
name:
{
,
value:
string
,
localizedValue:
string
,
}
resourceType:
string
,
quotaPeriod:
string
,
isQuotaApplicable:
boolean
,
properties:
object
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
details:
}
[
]
,
{
,
code:
string
,
message:
string
,
}