SummariesGetMachinesResponse type

Contains response data for the getMachines operation.

type SummariesGetMachinesResponse = MachinesSummary & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: MachinesSummary
  }
}