共用方式為


ProcessesListAcceptingPortsNextResponse type

包含 listAcceptingPortsNext 作業的響應數據。

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