ConnectionListByAutomationAccountResponse type
Contains response data for the listByAutomationAccount operation.
type ConnectionListByAutomationAccountResponse = ConnectionListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ConnectionListResult
}
}