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