SoftwareUpdateConfigurationMachineRunsGetByIdResponse type       
Contains response data for the getById operation.
type SoftwareUpdateConfigurationMachineRunsGetByIdResponse =
  SoftwareUpdateConfigurationMachineRun & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: SoftwareUpdateConfigurationMachineRun
    }
  }