UsageAggregatesListNextResponse type
listNext 操作の応答データを格納します。
type UsageAggregatesListNextResponse = UsageAggregationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: UsageAggregationListResult
}
}