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