ConnectionTypeListByAutomationAccountNextResponse type
Содержит данные ответа для операции listByAutomationAccountNext.
type ConnectionTypeListByAutomationAccountNextResponse =
ConnectionTypeListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ConnectionTypeListResult
}
}