ConnectionListByAutomationAccountNextResponse type

Contains response data for the listByAutomationAccountNext operation.

type ConnectionListByAutomationAccountNextResponse = ConnectionListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ConnectionListResult
  }
}