ConnectionListByAutomationAccountNextResponse type
Zawiera dane odpowiedzi dla operacji listByAutomationAccountNext.
type ConnectionListByAutomationAccountNextResponse = ConnectionListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ConnectionListResult
}
}