PortsListConnectionsNextResponse type

Obsahuje data odpovědi pro operaci listConnectionsNext.

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