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