SoftwareUpdateConfigurationRunsListResponse type
Contém dados de resposta para a operação de lista.
type SoftwareUpdateConfigurationRunsListResponse =
SoftwareUpdateConfigurationRunListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SoftwareUpdateConfigurationRunListResult
}
}