ArrayOfHostPatchManagerResult
ArrayOfHostPatchManagerResult
A boxed array of HostPatchManagerResult. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"version": "string",
"status": [
{
"_typeName": "string",
"id": "string",
"applicable": false,
"reason": [
"string"
],
"integrity": "string",
"installed": false,
"installState": [
"string"
],
"prerequisitePatch": [
{
"_typeName": "string",
"id": "string",
"installState": [
"string"
]
}
],
"restartRequired": false,
"reconnectRequired": false,
"vmOffRequired": false,
"supersededPatchIds": [
"string"
]
}
],
"xmlResult": "string"
}
]
}