ConnectionTypeListByAutomationAccountNextResponse type

Contains response data for the listByAutomationAccountNext operation.

type ConnectionTypeListByAutomationAccountNextResponse =
  ConnectionTypeListResult & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: ConnectionTypeListResult
    }
  }