AutomationAccountListNextResponse type
Contains response data for the listNext operation.
type AutomationAccountListNextResponse = AutomationAccountListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AutomationAccountListResult
}
}