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