AccountsListNextResponse type
Contains response data for the listNext operation.
type AccountsListNextResponse = DataLakeAnalyticsAccountListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DataLakeAnalyticsAccountListResult
}
}