Udostępnij za pośrednictwem


AutomationAccountListNextResponse type

Zawiera dane odpowiedzi dla operacji listNext.

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