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