UsageAggregatesListNextResponse type
Contiene i dati di risposta per l'operazione listNext.
type UsageAggregatesListNextResponse = UsageAggregationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: UsageAggregationListResult
}
}