SoftwareUpdateConfigurationRunsListResponse type
Zawiera dane odpowiedzi dla operacji listy.
type SoftwareUpdateConfigurationRunsListResponse =
SoftwareUpdateConfigurationRunListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SoftwareUpdateConfigurationRunListResult
}
}