ProcessesListConnectionsNextResponse type
Contains response data for the listConnectionsNext operation.
type ProcessesListConnectionsNextResponse = ConnectionCollection & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ConnectionCollection
}
}