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