ConnectionListByAutomationAccountResponse type
Contém dados de resposta para a operação listByAutomationAccount.
type ConnectionListByAutomationAccountResponse = ConnectionListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ConnectionListResult
}
}