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