UsageHistoryListResponse type
Obsahuje data odpovědí pro operaci seznamu.
type UsageHistoryListResponse = PlanUsageHistoryListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PlanUsageHistoryListResult
}
}