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