ConnectionListByAutomationAccountResponse type
Bevat antwoordgegevens voor de bewerking listByAutomationAccount.
type ConnectionListByAutomationAccountResponse = ConnectionListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ConnectionListResult
}
}