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