| Description | : List all private scheduled actions. |
| Reference | : Link ¶ |
⚼ Request
GET:
/providers/Microsoft.CostManagement/scheduledActions
{
api-version:
string
,
$filter:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
displayName:
string
,
fileDestination:
{
,
fileFormats:
}
[
,
string
,
]
notification:
{
,
to:
[
,
string
,
]
message:
string
,
subject:
string
,
}
schedule:
{
,
frequency:
enum
,
hourOfDay:
integer
,
daysOfWeek:
[
,
string
,
]
weeksOfMonth:
[
,
string
,
]
dayOfMonth:
integer
,
startDate:
string
,
endDate:
string
,
}
scope:
string
,
status:
enum
,
viewId:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
}