Description | : For the specified scope, get the current quota requests for a one year period ending at the time is made. Use the **oData** filter to select quota requests. |
Reference | : Link ¶ |
⚼ Request
GET:
/{scope}/providers/Microsoft.Quota/quotaRequests
{
api-version:
string
,
scope:
string
,
$filter:
string
,
$top:
integer
,
$skiptoken:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
id:
string
,
name:
string
,
type:
string
,
properties:
}
{
,
provisioningState:
enum
,
message:
string
,
error:
{
,
code:
string
,
message:
string
,
}
requestSubmitTime:
string
,
value:
}
[
]
,
{
,
name:
{
,
value:
string
,
localizedValue:
string
,
}
resourceType:
string
,
unit:
string
,
provisioningState:
enum
,
message:
string
,
subRequestId:
string
,
limit:
}
{
,
limitObjectType:
enum
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
details:
}
[
]
,
{
,
code:
string
,
message:
string
,
}