SoftwareUpdateConfigurationRunsGetByIdResponse type
Contiene datos de respuesta para la operación getById.
type SoftwareUpdateConfigurationRunsGetByIdResponse =
SoftwareUpdateConfigurationRun & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SoftwareUpdateConfigurationRun
}
}