UsageAggregatesListNextResponse type
ListNext işlemi için yanıt verilerini içerir.
type UsageAggregatesListNextResponse = UsageAggregationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: UsageAggregationListResult
}
}