PortsListConnectionsNextResponse type

Contains response data for the listConnectionsNext operation.

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