| Description | : Lists all budgets for a subscription. |
| Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.Consumption/budgets
{
api-version:
string
,
subscriptionId:
string
,
}
⚐ Response (200)
{
value:
}
[
]
,
{
,
properties:
}
{
,
category:
enum
,
amount:
number
,
timeGrain:
enum
,
timePeriod:
{
,
startDate:
string
,
endDate:
string
,
}
currentSpend:
{
,
amount:
number
,
unit:
string
,
}
notifications:
object
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
}