DscNodeListByAutomationAccountNextResponse type
Contains response data for the listByAutomationAccountNext operation.
type DscNodeListByAutomationAccountNextResponse = DscNodeListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DscNodeListResult
}
}