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


AutomationAccountListNextResponse type

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

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