Delen via


AutomationAccountListResponse type

Bevat antwoordgegevens voor de lijstbewerking.

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