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


ConnectionListByAutomationAccountResponse type

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

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