ProcessesListAcceptingPortsNextResponse type
Contains response data for the listAcceptingPortsNext operation.
type ProcessesListAcceptingPortsNextResponse = PortCollection & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PortCollection
}
}