Freigeben über


AutomationAccountListNextResponse type

Enthält Antwortdaten für den listNext-Vorgang.

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