ConnectionTypeListByAutomationAccountNextResponse type
Bevat antwoordgegevens voor de bewerking listByAutomationAccountNext.
type ConnectionTypeListByAutomationAccountNextResponse =
ConnectionTypeListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ConnectionTypeListResult
}
}