ConnectionTypeListByAutomationAccountResponse type
Contiene i dati di risposta per l'operazione listByAutomationAccount.
type ConnectionTypeListByAutomationAccountResponse =
ConnectionTypeListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ConnectionTypeListResult
}
}