AutomationAccountListNextResponse type
Bevat antwoordgegevens voor de listNext-bewerking.
type AutomationAccountListNextResponse = AutomationAccountListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AutomationAccountListResult
}
}