MachinesListPortsNextResponse type

Contains response data for the listPortsNext operation.

type MachinesListPortsNextResponse = PortCollection & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PortCollection
  }
}