ConnectionListByAutomationAccountNextResponse type
Contiene i dati di risposta per l'operazione listByAutomationAccountNext.
type ConnectionListByAutomationAccountNextResponse = ConnectionListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ConnectionListResult
}
}