AutomationAccountListNextResponse type
ListNext işlemi için yanıt verilerini içerir.
type AutomationAccountListNextResponse = AutomationAccountListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AutomationAccountListResult
}
}