PortsListAcceptingProcessesNextResponse type

Contains response data for the listAcceptingProcessesNext operation.

type PortsListAcceptingProcessesNextResponse = ProcessCollection & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ProcessCollection
  }
}