ModuleListByAutomationAccountNextResponse type
Contiene i dati di risposta per l'operazione listByAutomationAccountNext.
type ModuleListByAutomationAccountNextResponse = ModuleListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ModuleListResult
}
}