| Description | : Get Configuration records within a subscription |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "MaintenanceConfigurations_List",
"$responses": {
"200": {
"$properties": {
"value": {
"$properties": {
"@added_98a995f61df84e67b6d246f80ce47c15": {
"#name": "location",
"Description": "Gets or sets location of the resource",
"Required": false,
"Type": "string"
},
"@added_3196acb2c7ac43c0b79b9ae3cae40fac": {
"#name": "tags",
"Description": "Gets or sets tags of the resource",
"Required": false,
"Type": "object"
}
}
}
}
}
}
}
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.Maintenance/maintenanceConfigurations
{
api-version:
string
,
subscriptionId:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
{
,
namespace:
string
,
extensionProperties:
object
,
maintenanceScope:
enum
,
maintenanceWindow:
{
,
startDateTime:
string
,
expirationDateTime:
string
,
duration:
string
,
timeZone:
string
,
recurEvery:
string
,
}
visibility:
enum
,
installPatches:
}
{
,
rebootSetting:
enum
,
windowsParameters:
{
,
kbNumbersToExclude:
[
,
string
,
]
kbNumbersToInclude:
[
,
string
,
]
classificationsToInclude:
[
,
string
,
]
excludeKbsRequiringReboot:
boolean
,
}
linuxParameters:
}
{
,
packageNameMasksToExclude:
[
,
string
,
]
packageNameMasksToInclude:
[
,
string
,
]
classificationsToInclude:
}
[
,
string
,
]
location:
string
,
tags:
object
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
}