Udostępnij za pośrednictwem


AutomationAccountListNextResponse type

Zawiera dane odpowiedzi dla operacji listDalej.

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