| Description | : Lists all budgets for the defined scope. |
| Reference | : Link ¶ |
⚼ Request
GET:
/{scope}/providers/Microsoft.Consumption/budgets
{
api-version:
string
,
scope:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
{
,
category:
enum
,
amount:
number
,
timeGrain:
enum
,
timePeriod:
{
,
startDate:
string
,
endDate:
string
,
}
filter:
{
,
and:
[
]
,
{
,
dimensions:
{
,
name:
string
,
operator:
enum
,
values:
}
[
,
string
,
]
tags:
}
{
,
name:
string
,
operator:
enum
,
values:
}
[
,
string
,
]
dimensions:
{
,
name:
string
,
operator:
enum
,
values:
}
[
,
string
,
]
tags:
}
{
,
name:
string
,
operator:
enum
,
values:
}
[
,
string
,
]
currentSpend:
{
,
amount:
number
,
unit:
string
,
}
notifications:
object
,
forecastSpend:
}
{
,
amount:
number
,
unit:
string
,
}
eTag:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}