Поделиться через


ConnectionTypeListByAutomationAccountResponse type

Содержит данные ответа для операции listByAutomationAccount.

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