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


AutomationAccountListResponse type

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

type AutomationAccountListResponse = AutomationAccountListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: AutomationAccountListResult
  }
}