SoftwareUpdateConfigurationMachineRunsListResponse type
Bevat antwoordgegevens voor de lijstbewerking.
type SoftwareUpdateConfigurationMachineRunsListResponse =
SoftwareUpdateConfigurationMachineRunListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SoftwareUpdateConfigurationMachineRunListResult
}
}