| Description | : Lists all report configs for a subscription. |
| Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.CostManagement/reportconfigs
{
api-version:
string
,
subscriptionId:
string
,
}
⚐ Response (200)
{
value:
}
[
]
,
{
,
properties:
}
{
,
schedule:
{
,
status:
enum
,
recurrence:
enum
,
recurrencePeriod:
}
{
,
from:
string
,
to:
string
,
}
format:
enum
,
deliveryInfo:
{
,
destination:
}
{
,
resourceId:
string
,
container:
string
,
rootFolderPath:
string
,
}
definition:
}
{
,
type:
enum
,
timeframe:
enum
,
timePeriod:
{
,
from:
string
,
to:
string
,
}
dataset:
}
{
,
granularity:
enum
,
configuration:
{
,
columns:
}
[
,
string
,
]
aggregation:
object
,
grouping:
[
]
,
{
,
columnType:
enum
,
name:
string
,
}
filter:
}
{
,
and:
[
,
string
,
]
or:
[
,
string
,
]
not:
string
,
dimension:
{
,
name:
string
,
operator:
enum
,
values:
}
[
,
string
,
]
tag:
}
{
,
name:
string
,
operator:
enum
,
values:
}
[
,
string
,
]
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
}