ModuleListByAutomationAccountNextResponse type
Enthält Antwortdaten für den ListByAutomationAccountNext-Vorgang.
type ModuleListByAutomationAccountNextResponse = ModuleListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ModuleListResult
}
}