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