Udostępnij za pośrednictwem


AutomationAccountListResponse type

Zawiera dane odpowiedzi dla operacji listy.

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