UsageHistoryListNextResponse type
يحتوي على بيانات الاستجابة لعملية listNext.
type UsageHistoryListNextResponse = PlanUsageHistoryListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PlanUsageHistoryListResult
}
}