ProcessesListAcceptingPortsResponse type
Obsahuje data odpovědi pro operaci listAcceptingPorts.
type ProcessesListAcceptingPortsResponse = PortCollection & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PortCollection
}
}