ProcessesListAcceptingPortsNextResponse type

Obsahuje data odpovědi pro operaci listAcceptingPortsNext.

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