ConnectionTypeListByAutomationAccountResponse type

Contains response data for the listByAutomationAccount operation.

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