SoftwareUpdateConfigurationRunsListResponse type
Innehåller svarsdata för liståtgärden.
type SoftwareUpdateConfigurationRunsListResponse =
SoftwareUpdateConfigurationRunListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SoftwareUpdateConfigurationRunListResult
}
}