UsageAggregatesListNextResponse type
Contiene datos de respuesta para la operación listNext.
type UsageAggregatesListNextResponse = UsageAggregationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: UsageAggregationListResult
}
}