ProcessesListConnectionsNextResponse type

Obsahuje data odpovědi pro operaci listConnectionsNext.

type ProcessesListConnectionsNextResponse = ConnectionCollection & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ConnectionCollection
  }
}