MachinesListConnectionsNextResponse type

Contains response data for the listConnectionsNext operation.

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