@azure/arm-consumption 9.2.1-alpha.20250109.1 → 9.2.1-alpha.20250113.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (987) hide show
  1. package/dist/browser/consumptionManagementClient.d.ts +36 -0
  2. package/dist/browser/consumptionManagementClient.d.ts.map +1 -0
  3. package/dist/browser/consumptionManagementClient.js +113 -0
  4. package/dist/browser/consumptionManagementClient.js.map +1 -0
  5. package/dist/browser/index.d.ts +5 -0
  6. package/dist/browser/index.d.ts.map +1 -0
  7. package/dist/browser/index.js +13 -0
  8. package/dist/browser/index.js.map +1 -0
  9. package/dist/browser/models/index.js.map +1 -0
  10. package/dist/browser/models/mappers.js.map +1 -0
  11. package/dist/browser/models/parameters.js +333 -0
  12. package/dist/browser/models/parameters.js.map +1 -0
  13. package/dist/browser/operations/aggregatedCost.d.ts +28 -0
  14. package/dist/browser/operations/aggregatedCost.d.ts.map +1 -0
  15. package/dist/browser/operations/aggregatedCost.js +78 -0
  16. package/dist/browser/operations/aggregatedCost.js.map +1 -0
  17. package/dist/browser/operations/balances.d.ts +28 -0
  18. package/dist/browser/operations/balances.d.ts.map +1 -0
  19. package/dist/browser/operations/balances.js +78 -0
  20. package/dist/browser/operations/balances.js.map +1 -0
  21. package/dist/browser/operations/budgets.d.ts +131 -0
  22. package/dist/browser/operations/budgets.d.ts.map +1 -0
  23. package/dist/browser/operations/budgets.js +289 -0
  24. package/dist/browser/operations/budgets.js.map +1 -0
  25. package/dist/browser/operations/charges.d.ts +34 -0
  26. package/dist/browser/operations/charges.d.ts.map +1 -0
  27. package/dist/browser/operations/charges.js +68 -0
  28. package/dist/browser/operations/charges.js.map +1 -0
  29. package/dist/browser/operations/credits.d.ts +20 -0
  30. package/dist/browser/operations/credits.d.ts.map +1 -0
  31. package/dist/browser/operations/credits.js +53 -0
  32. package/dist/browser/operations/credits.js.map +1 -0
  33. package/dist/browser/operations/eventsOperations.d.ts +67 -0
  34. package/dist/browser/operations/eventsOperations.d.ts.map +1 -0
  35. package/dist/browser/operations/eventsOperations.js +274 -0
  36. package/dist/browser/operations/eventsOperations.js.map +1 -0
  37. package/dist/browser/operations/index.d.ts +18 -0
  38. package/dist/browser/operations/index.d.ts.map +1 -0
  39. package/dist/browser/operations/index.js +25 -0
  40. package/dist/browser/operations/index.js.map +1 -0
  41. package/dist/browser/operations/lotsOperations.d.ts +67 -0
  42. package/dist/browser/operations/lotsOperations.d.ts.map +1 -0
  43. package/dist/browser/operations/lotsOperations.js +270 -0
  44. package/dist/browser/operations/lotsOperations.js.map +1 -0
  45. package/dist/browser/operations/marketplaces.d.ts +67 -0
  46. package/dist/browser/operations/marketplaces.d.ts.map +1 -0
  47. package/dist/browser/operations/marketplaces.js +173 -0
  48. package/dist/browser/operations/marketplaces.js.map +1 -0
  49. package/dist/browser/operations/operations.d.ts +32 -0
  50. package/dist/browser/operations/operations.d.ts.map +1 -0
  51. package/dist/browser/operations/operations.js +133 -0
  52. package/dist/browser/operations/operations.js.map +1 -0
  53. package/dist/browser/operations/priceSheet.d.ts +26 -0
  54. package/dist/browser/operations/priceSheet.d.ts.map +1 -0
  55. package/dist/browser/operations/priceSheet.js +86 -0
  56. package/dist/browser/operations/priceSheet.js.map +1 -0
  57. package/dist/browser/operations/reservationRecommendationDetails.d.ts +29 -0
  58. package/dist/browser/operations/reservationRecommendationDetails.d.ts.map +1 -0
  59. package/dist/browser/operations/reservationRecommendationDetails.js +64 -0
  60. package/dist/browser/operations/reservationRecommendationDetails.js.map +1 -0
  61. package/dist/browser/operations/reservationRecommendations.d.ts +50 -0
  62. package/dist/browser/operations/reservationRecommendations.d.ts.map +1 -0
  63. package/dist/browser/operations/reservationRecommendations.js +153 -0
  64. package/dist/browser/operations/reservationRecommendations.js.map +1 -0
  65. package/dist/browser/operations/reservationTransactions.d.ts +59 -0
  66. package/dist/browser/operations/reservationTransactions.d.ts.map +1 -0
  67. package/dist/browser/operations/reservationTransactions.js +262 -0
  68. package/dist/browser/operations/reservationTransactions.js.map +1 -0
  69. package/dist/browser/operations/reservationsDetails.d.ts +101 -0
  70. package/dist/browser/operations/reservationsDetails.d.ts.map +1 -0
  71. package/dist/browser/operations/reservationsDetails.js +400 -0
  72. package/dist/browser/operations/reservationsDetails.js.map +1 -0
  73. package/dist/browser/operations/reservationsSummaries.d.ts +99 -0
  74. package/dist/browser/operations/reservationsSummaries.d.ts.map +1 -0
  75. package/dist/browser/operations/reservationsSummaries.js +399 -0
  76. package/dist/browser/operations/reservationsSummaries.js.map +1 -0
  77. package/dist/browser/operations/tags.d.ts +27 -0
  78. package/dist/browser/operations/tags.d.ts.map +1 -0
  79. package/dist/browser/operations/tags.js +56 -0
  80. package/dist/browser/operations/tags.js.map +1 -0
  81. package/dist/browser/operations/usageDetails.d.ts +91 -0
  82. package/dist/browser/operations/usageDetails.d.ts.map +1 -0
  83. package/dist/browser/operations/usageDetails.js +199 -0
  84. package/dist/browser/operations/usageDetails.js.map +1 -0
  85. package/dist/browser/operationsInterfaces/aggregatedCost.d.ts +20 -0
  86. package/dist/browser/operationsInterfaces/aggregatedCost.d.ts.map +1 -0
  87. package/dist/browser/operationsInterfaces/aggregatedCost.js.map +1 -0
  88. package/dist/browser/operationsInterfaces/balances.d.ts +20 -0
  89. package/dist/browser/operationsInterfaces/balances.d.ts.map +1 -0
  90. package/dist/browser/operationsInterfaces/balances.js.map +1 -0
  91. package/dist/browser/operationsInterfaces/budgets.d.ts +84 -0
  92. package/dist/browser/operationsInterfaces/budgets.d.ts.map +1 -0
  93. package/dist/browser/operationsInterfaces/budgets.js.map +1 -0
  94. package/dist/browser/operationsInterfaces/charges.d.ts +26 -0
  95. package/dist/browser/operationsInterfaces/charges.d.ts.map +1 -0
  96. package/dist/browser/operationsInterfaces/charges.js.map +1 -0
  97. package/dist/browser/operationsInterfaces/credits.d.ts +12 -0
  98. package/dist/browser/operationsInterfaces/credits.d.ts.map +1 -0
  99. package/dist/browser/operationsInterfaces/credits.js.map +1 -0
  100. package/dist/browser/operationsInterfaces/eventsOperations.d.ts +23 -0
  101. package/dist/browser/operationsInterfaces/eventsOperations.d.ts.map +1 -0
  102. package/dist/browser/operationsInterfaces/eventsOperations.js.map +1 -0
  103. package/dist/browser/operationsInterfaces/index.d.ts +18 -0
  104. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  105. package/dist/browser/operationsInterfaces/index.js +25 -0
  106. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  107. package/dist/browser/operationsInterfaces/lotsOperations.d.ts +23 -0
  108. package/dist/browser/operationsInterfaces/lotsOperations.d.ts.map +1 -0
  109. package/dist/browser/operationsInterfaces/lotsOperations.js.map +1 -0
  110. package/dist/browser/operationsInterfaces/marketplaces.d.ts +23 -0
  111. package/dist/browser/operationsInterfaces/marketplaces.d.ts.map +1 -0
  112. package/dist/browser/operationsInterfaces/marketplaces.js.map +1 -0
  113. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  114. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  115. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  116. package/dist/browser/operationsInterfaces/priceSheet.d.ts +18 -0
  117. package/dist/browser/operationsInterfaces/priceSheet.d.ts.map +1 -0
  118. package/dist/browser/operationsInterfaces/priceSheet.js.map +1 -0
  119. package/dist/browser/operationsInterfaces/reservationRecommendationDetails.d.ts +21 -0
  120. package/dist/browser/operationsInterfaces/reservationRecommendationDetails.d.ts.map +1 -0
  121. package/dist/browser/operationsInterfaces/reservationRecommendationDetails.js.map +1 -0
  122. package/dist/browser/operationsInterfaces/reservationRecommendations.d.ts +17 -0
  123. package/dist/browser/operationsInterfaces/reservationRecommendations.d.ts.map +1 -0
  124. package/dist/browser/operationsInterfaces/reservationRecommendations.js.map +1 -0
  125. package/dist/browser/operationsInterfaces/reservationTransactions.d.ts +19 -0
  126. package/dist/browser/operationsInterfaces/reservationTransactions.d.ts.map +1 -0
  127. package/dist/browser/operationsInterfaces/reservationTransactions.js.map +1 -0
  128. package/dist/browser/operationsInterfaces/reservationsDetails.d.ts +33 -0
  129. package/dist/browser/operationsInterfaces/reservationsDetails.d.ts.map +1 -0
  130. package/dist/browser/operationsInterfaces/reservationsDetails.js.map +1 -0
  131. package/dist/browser/operationsInterfaces/reservationsSummaries.d.ts +32 -0
  132. package/dist/browser/operationsInterfaces/reservationsSummaries.d.ts.map +1 -0
  133. package/dist/browser/operationsInterfaces/reservationsSummaries.js.map +1 -0
  134. package/dist/browser/operationsInterfaces/tags.d.ts +19 -0
  135. package/dist/browser/operationsInterfaces/tags.d.ts.map +1 -0
  136. package/dist/browser/operationsInterfaces/tags.js.map +1 -0
  137. package/dist/browser/operationsInterfaces/usageDetails.d.ts +31 -0
  138. package/dist/browser/operationsInterfaces/usageDetails.d.ts.map +1 -0
  139. package/dist/browser/operationsInterfaces/usageDetails.js.map +1 -0
  140. package/dist/browser/package.json +3 -0
  141. package/dist/browser/pagingHelper.js.map +1 -0
  142. package/dist/commonjs/consumptionManagementClient.d.ts +36 -0
  143. package/dist/commonjs/consumptionManagementClient.d.ts.map +1 -0
  144. package/dist/commonjs/consumptionManagementClient.js +118 -0
  145. package/dist/commonjs/consumptionManagementClient.js.map +1 -0
  146. package/dist/commonjs/index.d.ts +5 -0
  147. package/dist/commonjs/index.d.ts.map +1 -0
  148. package/dist/commonjs/index.js +19 -0
  149. package/dist/commonjs/index.js.map +1 -0
  150. package/dist/commonjs/models/index.d.ts +3404 -0
  151. package/dist/commonjs/models/index.d.ts.map +1 -0
  152. package/dist/commonjs/models/index.js +235 -0
  153. package/dist/commonjs/models/index.js.map +1 -0
  154. package/dist/commonjs/models/mappers.d.ts +88 -0
  155. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  156. package/dist/commonjs/models/mappers.js +4017 -0
  157. package/dist/commonjs/models/mappers.js.map +1 -0
  158. package/dist/commonjs/models/parameters.d.ts +35 -0
  159. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  160. package/dist/commonjs/models/parameters.js +336 -0
  161. package/dist/commonjs/models/parameters.js.map +1 -0
  162. package/dist/commonjs/operations/aggregatedCost.d.ts +28 -0
  163. package/dist/commonjs/operations/aggregatedCost.d.ts.map +1 -0
  164. package/dist/commonjs/operations/aggregatedCost.js +83 -0
  165. package/dist/commonjs/operations/aggregatedCost.js.map +1 -0
  166. package/dist/commonjs/operations/balances.d.ts +28 -0
  167. package/dist/commonjs/operations/balances.d.ts.map +1 -0
  168. package/dist/commonjs/operations/balances.js +83 -0
  169. package/dist/commonjs/operations/balances.js.map +1 -0
  170. package/dist/commonjs/operations/budgets.d.ts +131 -0
  171. package/dist/commonjs/operations/budgets.d.ts.map +1 -0
  172. package/dist/commonjs/operations/budgets.js +293 -0
  173. package/dist/commonjs/operations/budgets.js.map +1 -0
  174. package/dist/commonjs/operations/charges.d.ts +34 -0
  175. package/dist/commonjs/operations/charges.d.ts.map +1 -0
  176. package/dist/commonjs/operations/charges.js +73 -0
  177. package/dist/commonjs/operations/charges.js.map +1 -0
  178. package/dist/commonjs/operations/credits.d.ts +20 -0
  179. package/dist/commonjs/operations/credits.d.ts.map +1 -0
  180. package/dist/commonjs/operations/credits.js +58 -0
  181. package/dist/commonjs/operations/credits.js.map +1 -0
  182. package/dist/commonjs/operations/eventsOperations.d.ts +67 -0
  183. package/dist/commonjs/operations/eventsOperations.d.ts.map +1 -0
  184. package/dist/commonjs/operations/eventsOperations.js +278 -0
  185. package/dist/commonjs/operations/eventsOperations.js.map +1 -0
  186. package/dist/commonjs/operations/index.d.ts +18 -0
  187. package/dist/commonjs/operations/index.d.ts.map +1 -0
  188. package/dist/commonjs/operations/index.js +28 -0
  189. package/dist/commonjs/operations/index.js.map +1 -0
  190. package/dist/commonjs/operations/lotsOperations.d.ts +67 -0
  191. package/dist/commonjs/operations/lotsOperations.d.ts.map +1 -0
  192. package/dist/commonjs/operations/lotsOperations.js +274 -0
  193. package/dist/commonjs/operations/lotsOperations.js.map +1 -0
  194. package/dist/commonjs/operations/marketplaces.d.ts +67 -0
  195. package/dist/commonjs/operations/marketplaces.d.ts.map +1 -0
  196. package/dist/commonjs/operations/marketplaces.js +177 -0
  197. package/dist/commonjs/operations/marketplaces.js.map +1 -0
  198. package/dist/commonjs/operations/operations.d.ts +32 -0
  199. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  200. package/dist/commonjs/operations/operations.js +137 -0
  201. package/dist/commonjs/operations/operations.js.map +1 -0
  202. package/dist/commonjs/operations/priceSheet.d.ts +26 -0
  203. package/dist/commonjs/operations/priceSheet.d.ts.map +1 -0
  204. package/dist/commonjs/operations/priceSheet.js +91 -0
  205. package/dist/commonjs/operations/priceSheet.js.map +1 -0
  206. package/dist/commonjs/operations/reservationRecommendationDetails.d.ts +29 -0
  207. package/dist/commonjs/operations/reservationRecommendationDetails.d.ts.map +1 -0
  208. package/dist/commonjs/operations/reservationRecommendationDetails.js +69 -0
  209. package/dist/commonjs/operations/reservationRecommendationDetails.js.map +1 -0
  210. package/dist/commonjs/operations/reservationRecommendations.d.ts +50 -0
  211. package/dist/commonjs/operations/reservationRecommendations.d.ts.map +1 -0
  212. package/dist/commonjs/operations/reservationRecommendations.js +157 -0
  213. package/dist/commonjs/operations/reservationRecommendations.js.map +1 -0
  214. package/dist/commonjs/operations/reservationTransactions.d.ts +59 -0
  215. package/dist/commonjs/operations/reservationTransactions.d.ts.map +1 -0
  216. package/dist/commonjs/operations/reservationTransactions.js +266 -0
  217. package/dist/commonjs/operations/reservationTransactions.js.map +1 -0
  218. package/dist/commonjs/operations/reservationsDetails.d.ts +101 -0
  219. package/dist/commonjs/operations/reservationsDetails.d.ts.map +1 -0
  220. package/dist/commonjs/operations/reservationsDetails.js +404 -0
  221. package/dist/commonjs/operations/reservationsDetails.js.map +1 -0
  222. package/dist/commonjs/operations/reservationsSummaries.d.ts +99 -0
  223. package/dist/commonjs/operations/reservationsSummaries.d.ts.map +1 -0
  224. package/dist/commonjs/operations/reservationsSummaries.js +403 -0
  225. package/dist/commonjs/operations/reservationsSummaries.js.map +1 -0
  226. package/dist/commonjs/operations/tags.d.ts +27 -0
  227. package/dist/commonjs/operations/tags.d.ts.map +1 -0
  228. package/dist/commonjs/operations/tags.js +61 -0
  229. package/dist/commonjs/operations/tags.js.map +1 -0
  230. package/dist/commonjs/operations/usageDetails.d.ts +91 -0
  231. package/dist/commonjs/operations/usageDetails.d.ts.map +1 -0
  232. package/dist/commonjs/operations/usageDetails.js +203 -0
  233. package/dist/commonjs/operations/usageDetails.js.map +1 -0
  234. package/dist/commonjs/operationsInterfaces/aggregatedCost.d.ts +20 -0
  235. package/dist/commonjs/operationsInterfaces/aggregatedCost.d.ts.map +1 -0
  236. package/dist/commonjs/operationsInterfaces/aggregatedCost.js +10 -0
  237. package/dist/commonjs/operationsInterfaces/aggregatedCost.js.map +1 -0
  238. package/dist/commonjs/operationsInterfaces/balances.d.ts +20 -0
  239. package/dist/commonjs/operationsInterfaces/balances.d.ts.map +1 -0
  240. package/dist/commonjs/operationsInterfaces/balances.js +10 -0
  241. package/dist/commonjs/operationsInterfaces/balances.js.map +1 -0
  242. package/dist/commonjs/operationsInterfaces/budgets.d.ts +84 -0
  243. package/dist/commonjs/operationsInterfaces/budgets.d.ts.map +1 -0
  244. package/dist/commonjs/operationsInterfaces/budgets.js +10 -0
  245. package/dist/commonjs/operationsInterfaces/budgets.js.map +1 -0
  246. package/dist/commonjs/operationsInterfaces/charges.d.ts +26 -0
  247. package/dist/commonjs/operationsInterfaces/charges.d.ts.map +1 -0
  248. package/dist/commonjs/operationsInterfaces/charges.js +10 -0
  249. package/dist/commonjs/operationsInterfaces/charges.js.map +1 -0
  250. package/dist/commonjs/operationsInterfaces/credits.d.ts +12 -0
  251. package/dist/commonjs/operationsInterfaces/credits.d.ts.map +1 -0
  252. package/dist/commonjs/operationsInterfaces/credits.js +10 -0
  253. package/dist/commonjs/operationsInterfaces/credits.js.map +1 -0
  254. package/dist/commonjs/operationsInterfaces/eventsOperations.d.ts +23 -0
  255. package/dist/commonjs/operationsInterfaces/eventsOperations.d.ts.map +1 -0
  256. package/dist/commonjs/operationsInterfaces/eventsOperations.js +10 -0
  257. package/dist/commonjs/operationsInterfaces/eventsOperations.js.map +1 -0
  258. package/dist/commonjs/operationsInterfaces/index.d.ts +18 -0
  259. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  260. package/dist/commonjs/operationsInterfaces/index.js +28 -0
  261. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  262. package/dist/commonjs/operationsInterfaces/lotsOperations.d.ts +23 -0
  263. package/dist/commonjs/operationsInterfaces/lotsOperations.d.ts.map +1 -0
  264. package/dist/commonjs/operationsInterfaces/lotsOperations.js +10 -0
  265. package/dist/commonjs/operationsInterfaces/lotsOperations.js.map +1 -0
  266. package/dist/commonjs/operationsInterfaces/marketplaces.d.ts +23 -0
  267. package/dist/commonjs/operationsInterfaces/marketplaces.d.ts.map +1 -0
  268. package/dist/commonjs/operationsInterfaces/marketplaces.js +10 -0
  269. package/dist/commonjs/operationsInterfaces/marketplaces.js.map +1 -0
  270. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  271. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  272. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  273. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  274. package/dist/commonjs/operationsInterfaces/priceSheet.d.ts +18 -0
  275. package/dist/commonjs/operationsInterfaces/priceSheet.d.ts.map +1 -0
  276. package/dist/commonjs/operationsInterfaces/priceSheet.js +10 -0
  277. package/dist/commonjs/operationsInterfaces/priceSheet.js.map +1 -0
  278. package/dist/commonjs/operationsInterfaces/reservationRecommendationDetails.d.ts +21 -0
  279. package/dist/commonjs/operationsInterfaces/reservationRecommendationDetails.d.ts.map +1 -0
  280. package/dist/commonjs/operationsInterfaces/reservationRecommendationDetails.js +10 -0
  281. package/dist/commonjs/operationsInterfaces/reservationRecommendationDetails.js.map +1 -0
  282. package/dist/commonjs/operationsInterfaces/reservationRecommendations.d.ts +17 -0
  283. package/dist/commonjs/operationsInterfaces/reservationRecommendations.d.ts.map +1 -0
  284. package/dist/commonjs/operationsInterfaces/reservationRecommendations.js +10 -0
  285. package/dist/commonjs/operationsInterfaces/reservationRecommendations.js.map +1 -0
  286. package/dist/commonjs/operationsInterfaces/reservationTransactions.d.ts +19 -0
  287. package/dist/commonjs/operationsInterfaces/reservationTransactions.d.ts.map +1 -0
  288. package/dist/commonjs/operationsInterfaces/reservationTransactions.js +10 -0
  289. package/dist/commonjs/operationsInterfaces/reservationTransactions.js.map +1 -0
  290. package/dist/commonjs/operationsInterfaces/reservationsDetails.d.ts +33 -0
  291. package/dist/commonjs/operationsInterfaces/reservationsDetails.d.ts.map +1 -0
  292. package/dist/commonjs/operationsInterfaces/reservationsDetails.js +10 -0
  293. package/dist/commonjs/operationsInterfaces/reservationsDetails.js.map +1 -0
  294. package/dist/commonjs/operationsInterfaces/reservationsSummaries.d.ts +32 -0
  295. package/dist/commonjs/operationsInterfaces/reservationsSummaries.d.ts.map +1 -0
  296. package/dist/commonjs/operationsInterfaces/reservationsSummaries.js +10 -0
  297. package/dist/commonjs/operationsInterfaces/reservationsSummaries.js.map +1 -0
  298. package/dist/commonjs/operationsInterfaces/tags.d.ts +19 -0
  299. package/dist/commonjs/operationsInterfaces/tags.d.ts.map +1 -0
  300. package/dist/commonjs/operationsInterfaces/tags.js +10 -0
  301. package/dist/commonjs/operationsInterfaces/tags.js.map +1 -0
  302. package/dist/commonjs/operationsInterfaces/usageDetails.d.ts +31 -0
  303. package/dist/commonjs/operationsInterfaces/usageDetails.d.ts.map +1 -0
  304. package/dist/commonjs/operationsInterfaces/usageDetails.js +10 -0
  305. package/dist/commonjs/operationsInterfaces/usageDetails.js.map +1 -0
  306. package/dist/commonjs/package.json +3 -0
  307. package/dist/commonjs/pagingHelper.d.ts +13 -0
  308. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  309. package/dist/commonjs/pagingHelper.js +36 -0
  310. package/dist/commonjs/pagingHelper.js.map +1 -0
  311. package/dist/commonjs/tsdoc-metadata.json +11 -0
  312. package/dist/esm/consumptionManagementClient.d.ts +36 -0
  313. package/dist/esm/consumptionManagementClient.d.ts.map +1 -0
  314. package/dist/esm/consumptionManagementClient.js +113 -0
  315. package/dist/esm/consumptionManagementClient.js.map +1 -0
  316. package/dist/esm/index.d.ts +5 -0
  317. package/dist/esm/index.d.ts.map +1 -0
  318. package/dist/esm/index.js +13 -0
  319. package/dist/esm/index.js.map +1 -0
  320. package/dist/esm/models/index.d.ts +3404 -0
  321. package/dist/esm/models/index.d.ts.map +1 -0
  322. package/dist/esm/models/index.js +232 -0
  323. package/dist/esm/models/index.js.map +1 -0
  324. package/dist/esm/models/mappers.d.ts +88 -0
  325. package/dist/esm/models/mappers.d.ts.map +1 -0
  326. package/dist/esm/models/mappers.js +4013 -0
  327. package/dist/esm/models/mappers.js.map +1 -0
  328. package/dist/esm/models/parameters.d.ts +35 -0
  329. package/dist/esm/models/parameters.d.ts.map +1 -0
  330. package/dist/esm/models/parameters.js +333 -0
  331. package/dist/esm/models/parameters.js.map +1 -0
  332. package/dist/esm/operations/aggregatedCost.d.ts +28 -0
  333. package/dist/esm/operations/aggregatedCost.d.ts.map +1 -0
  334. package/dist/esm/operations/aggregatedCost.js +78 -0
  335. package/dist/esm/operations/aggregatedCost.js.map +1 -0
  336. package/dist/esm/operations/balances.d.ts +28 -0
  337. package/dist/esm/operations/balances.d.ts.map +1 -0
  338. package/dist/esm/operations/balances.js +78 -0
  339. package/dist/esm/operations/balances.js.map +1 -0
  340. package/dist/esm/operations/budgets.d.ts +131 -0
  341. package/dist/esm/operations/budgets.d.ts.map +1 -0
  342. package/dist/esm/operations/budgets.js +289 -0
  343. package/dist/esm/operations/budgets.js.map +1 -0
  344. package/dist/esm/operations/charges.d.ts +34 -0
  345. package/dist/esm/operations/charges.d.ts.map +1 -0
  346. package/dist/esm/operations/charges.js +68 -0
  347. package/dist/esm/operations/charges.js.map +1 -0
  348. package/dist/esm/operations/credits.d.ts +20 -0
  349. package/dist/esm/operations/credits.d.ts.map +1 -0
  350. package/dist/esm/operations/credits.js +53 -0
  351. package/dist/esm/operations/credits.js.map +1 -0
  352. package/dist/esm/operations/eventsOperations.d.ts +67 -0
  353. package/dist/esm/operations/eventsOperations.d.ts.map +1 -0
  354. package/dist/esm/operations/eventsOperations.js +274 -0
  355. package/dist/esm/operations/eventsOperations.js.map +1 -0
  356. package/dist/esm/operations/index.d.ts +18 -0
  357. package/dist/esm/operations/index.d.ts.map +1 -0
  358. package/dist/esm/operations/index.js +25 -0
  359. package/dist/esm/operations/index.js.map +1 -0
  360. package/dist/esm/operations/lotsOperations.d.ts +67 -0
  361. package/dist/esm/operations/lotsOperations.d.ts.map +1 -0
  362. package/dist/esm/operations/lotsOperations.js +270 -0
  363. package/dist/esm/operations/lotsOperations.js.map +1 -0
  364. package/dist/esm/operations/marketplaces.d.ts +67 -0
  365. package/dist/esm/operations/marketplaces.d.ts.map +1 -0
  366. package/dist/esm/operations/marketplaces.js +173 -0
  367. package/dist/esm/operations/marketplaces.js.map +1 -0
  368. package/dist/esm/operations/operations.d.ts +32 -0
  369. package/dist/esm/operations/operations.d.ts.map +1 -0
  370. package/dist/esm/operations/operations.js +133 -0
  371. package/dist/esm/operations/operations.js.map +1 -0
  372. package/dist/esm/operations/priceSheet.d.ts +26 -0
  373. package/dist/esm/operations/priceSheet.d.ts.map +1 -0
  374. package/dist/esm/operations/priceSheet.js +86 -0
  375. package/dist/esm/operations/priceSheet.js.map +1 -0
  376. package/dist/esm/operations/reservationRecommendationDetails.d.ts +29 -0
  377. package/dist/esm/operations/reservationRecommendationDetails.d.ts.map +1 -0
  378. package/dist/esm/operations/reservationRecommendationDetails.js +64 -0
  379. package/dist/esm/operations/reservationRecommendationDetails.js.map +1 -0
  380. package/dist/esm/operations/reservationRecommendations.d.ts +50 -0
  381. package/dist/esm/operations/reservationRecommendations.d.ts.map +1 -0
  382. package/dist/esm/operations/reservationRecommendations.js +153 -0
  383. package/dist/esm/operations/reservationRecommendations.js.map +1 -0
  384. package/dist/esm/operations/reservationTransactions.d.ts +59 -0
  385. package/dist/esm/operations/reservationTransactions.d.ts.map +1 -0
  386. package/dist/esm/operations/reservationTransactions.js +262 -0
  387. package/dist/esm/operations/reservationTransactions.js.map +1 -0
  388. package/dist/esm/operations/reservationsDetails.d.ts +101 -0
  389. package/dist/esm/operations/reservationsDetails.d.ts.map +1 -0
  390. package/dist/esm/operations/reservationsDetails.js +400 -0
  391. package/dist/esm/operations/reservationsDetails.js.map +1 -0
  392. package/dist/esm/operations/reservationsSummaries.d.ts +99 -0
  393. package/dist/esm/operations/reservationsSummaries.d.ts.map +1 -0
  394. package/dist/esm/operations/reservationsSummaries.js +399 -0
  395. package/dist/esm/operations/reservationsSummaries.js.map +1 -0
  396. package/dist/esm/operations/tags.d.ts +27 -0
  397. package/dist/esm/operations/tags.d.ts.map +1 -0
  398. package/dist/esm/operations/tags.js +56 -0
  399. package/dist/esm/operations/tags.js.map +1 -0
  400. package/dist/esm/operations/usageDetails.d.ts +91 -0
  401. package/dist/esm/operations/usageDetails.d.ts.map +1 -0
  402. package/dist/esm/operations/usageDetails.js +199 -0
  403. package/dist/esm/operations/usageDetails.js.map +1 -0
  404. package/dist/esm/operationsInterfaces/aggregatedCost.d.ts +20 -0
  405. package/dist/esm/operationsInterfaces/aggregatedCost.d.ts.map +1 -0
  406. package/dist/esm/operationsInterfaces/aggregatedCost.js +9 -0
  407. package/dist/esm/operationsInterfaces/aggregatedCost.js.map +1 -0
  408. package/dist/esm/operationsInterfaces/balances.d.ts +20 -0
  409. package/dist/esm/operationsInterfaces/balances.d.ts.map +1 -0
  410. package/dist/esm/operationsInterfaces/balances.js +9 -0
  411. package/dist/esm/operationsInterfaces/balances.js.map +1 -0
  412. package/dist/esm/operationsInterfaces/budgets.d.ts +84 -0
  413. package/dist/esm/operationsInterfaces/budgets.d.ts.map +1 -0
  414. package/dist/esm/operationsInterfaces/budgets.js +9 -0
  415. package/dist/esm/operationsInterfaces/budgets.js.map +1 -0
  416. package/dist/esm/operationsInterfaces/charges.d.ts +26 -0
  417. package/dist/esm/operationsInterfaces/charges.d.ts.map +1 -0
  418. package/dist/esm/operationsInterfaces/charges.js +9 -0
  419. package/dist/esm/operationsInterfaces/charges.js.map +1 -0
  420. package/dist/esm/operationsInterfaces/credits.d.ts +12 -0
  421. package/dist/esm/operationsInterfaces/credits.d.ts.map +1 -0
  422. package/dist/esm/operationsInterfaces/credits.js +9 -0
  423. package/dist/esm/operationsInterfaces/credits.js.map +1 -0
  424. package/dist/esm/operationsInterfaces/eventsOperations.d.ts +23 -0
  425. package/dist/esm/operationsInterfaces/eventsOperations.d.ts.map +1 -0
  426. package/dist/esm/operationsInterfaces/eventsOperations.js +9 -0
  427. package/dist/esm/operationsInterfaces/eventsOperations.js.map +1 -0
  428. package/dist/esm/operationsInterfaces/index.d.ts +18 -0
  429. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  430. package/dist/esm/operationsInterfaces/index.js +25 -0
  431. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  432. package/dist/esm/operationsInterfaces/lotsOperations.d.ts +23 -0
  433. package/dist/esm/operationsInterfaces/lotsOperations.d.ts.map +1 -0
  434. package/dist/esm/operationsInterfaces/lotsOperations.js +9 -0
  435. package/dist/esm/operationsInterfaces/lotsOperations.js.map +1 -0
  436. package/dist/esm/operationsInterfaces/marketplaces.d.ts +23 -0
  437. package/dist/esm/operationsInterfaces/marketplaces.d.ts.map +1 -0
  438. package/dist/esm/operationsInterfaces/marketplaces.js +9 -0
  439. package/dist/esm/operationsInterfaces/marketplaces.js.map +1 -0
  440. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  441. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  442. package/dist/esm/operationsInterfaces/operations.js +9 -0
  443. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  444. package/dist/esm/operationsInterfaces/priceSheet.d.ts +18 -0
  445. package/dist/esm/operationsInterfaces/priceSheet.d.ts.map +1 -0
  446. package/dist/esm/operationsInterfaces/priceSheet.js +9 -0
  447. package/dist/esm/operationsInterfaces/priceSheet.js.map +1 -0
  448. package/dist/esm/operationsInterfaces/reservationRecommendationDetails.d.ts +21 -0
  449. package/dist/esm/operationsInterfaces/reservationRecommendationDetails.d.ts.map +1 -0
  450. package/dist/esm/operationsInterfaces/reservationRecommendationDetails.js +9 -0
  451. package/dist/esm/operationsInterfaces/reservationRecommendationDetails.js.map +1 -0
  452. package/dist/esm/operationsInterfaces/reservationRecommendations.d.ts +17 -0
  453. package/dist/esm/operationsInterfaces/reservationRecommendations.d.ts.map +1 -0
  454. package/dist/esm/operationsInterfaces/reservationRecommendations.js +9 -0
  455. package/dist/esm/operationsInterfaces/reservationRecommendations.js.map +1 -0
  456. package/dist/esm/operationsInterfaces/reservationTransactions.d.ts +19 -0
  457. package/dist/esm/operationsInterfaces/reservationTransactions.d.ts.map +1 -0
  458. package/dist/esm/operationsInterfaces/reservationTransactions.js +9 -0
  459. package/dist/esm/operationsInterfaces/reservationTransactions.js.map +1 -0
  460. package/dist/esm/operationsInterfaces/reservationsDetails.d.ts +33 -0
  461. package/dist/esm/operationsInterfaces/reservationsDetails.d.ts.map +1 -0
  462. package/dist/esm/operationsInterfaces/reservationsDetails.js +9 -0
  463. package/dist/esm/operationsInterfaces/reservationsDetails.js.map +1 -0
  464. package/dist/esm/operationsInterfaces/reservationsSummaries.d.ts +32 -0
  465. package/dist/esm/operationsInterfaces/reservationsSummaries.d.ts.map +1 -0
  466. package/dist/esm/operationsInterfaces/reservationsSummaries.js +9 -0
  467. package/dist/esm/operationsInterfaces/reservationsSummaries.js.map +1 -0
  468. package/dist/esm/operationsInterfaces/tags.d.ts +19 -0
  469. package/dist/esm/operationsInterfaces/tags.d.ts.map +1 -0
  470. package/dist/esm/operationsInterfaces/tags.js +9 -0
  471. package/dist/esm/operationsInterfaces/tags.js.map +1 -0
  472. package/dist/esm/operationsInterfaces/usageDetails.d.ts +31 -0
  473. package/dist/esm/operationsInterfaces/usageDetails.d.ts.map +1 -0
  474. package/dist/esm/operationsInterfaces/usageDetails.js +9 -0
  475. package/dist/esm/operationsInterfaces/usageDetails.js.map +1 -0
  476. package/dist/esm/package.json +3 -0
  477. package/dist/esm/pagingHelper.d.ts +13 -0
  478. package/dist/esm/pagingHelper.d.ts.map +1 -0
  479. package/dist/esm/pagingHelper.js +32 -0
  480. package/dist/esm/pagingHelper.js.map +1 -0
  481. package/dist/react-native/consumptionManagementClient.d.ts +36 -0
  482. package/dist/react-native/consumptionManagementClient.d.ts.map +1 -0
  483. package/dist/react-native/consumptionManagementClient.js +113 -0
  484. package/dist/react-native/consumptionManagementClient.js.map +1 -0
  485. package/dist/react-native/index.d.ts +5 -0
  486. package/dist/react-native/index.d.ts.map +1 -0
  487. package/dist/react-native/index.js +13 -0
  488. package/dist/react-native/index.js.map +1 -0
  489. package/dist/react-native/models/index.d.ts +3404 -0
  490. package/dist/react-native/models/index.d.ts.map +1 -0
  491. package/dist/react-native/models/index.js +232 -0
  492. package/dist/react-native/models/index.js.map +1 -0
  493. package/dist/react-native/models/mappers.d.ts +88 -0
  494. package/dist/react-native/models/mappers.d.ts.map +1 -0
  495. package/dist/react-native/models/mappers.js +4013 -0
  496. package/dist/react-native/models/mappers.js.map +1 -0
  497. package/dist/react-native/models/parameters.d.ts +35 -0
  498. package/dist/react-native/models/parameters.d.ts.map +1 -0
  499. package/dist/react-native/models/parameters.js +333 -0
  500. package/dist/react-native/models/parameters.js.map +1 -0
  501. package/dist/react-native/operations/aggregatedCost.d.ts +28 -0
  502. package/dist/react-native/operations/aggregatedCost.d.ts.map +1 -0
  503. package/dist/react-native/operations/aggregatedCost.js +78 -0
  504. package/dist/react-native/operations/aggregatedCost.js.map +1 -0
  505. package/dist/react-native/operations/balances.d.ts +28 -0
  506. package/dist/react-native/operations/balances.d.ts.map +1 -0
  507. package/dist/react-native/operations/balances.js +78 -0
  508. package/dist/react-native/operations/balances.js.map +1 -0
  509. package/dist/react-native/operations/budgets.d.ts +131 -0
  510. package/dist/react-native/operations/budgets.d.ts.map +1 -0
  511. package/dist/react-native/operations/budgets.js +289 -0
  512. package/dist/react-native/operations/budgets.js.map +1 -0
  513. package/dist/react-native/operations/charges.d.ts +34 -0
  514. package/dist/react-native/operations/charges.d.ts.map +1 -0
  515. package/dist/react-native/operations/charges.js +68 -0
  516. package/dist/react-native/operations/charges.js.map +1 -0
  517. package/dist/react-native/operations/credits.d.ts +20 -0
  518. package/dist/react-native/operations/credits.d.ts.map +1 -0
  519. package/dist/react-native/operations/credits.js +53 -0
  520. package/dist/react-native/operations/credits.js.map +1 -0
  521. package/dist/react-native/operations/eventsOperations.d.ts +67 -0
  522. package/dist/react-native/operations/eventsOperations.d.ts.map +1 -0
  523. package/dist/react-native/operations/eventsOperations.js +274 -0
  524. package/dist/react-native/operations/eventsOperations.js.map +1 -0
  525. package/dist/react-native/operations/index.d.ts +18 -0
  526. package/dist/react-native/operations/index.d.ts.map +1 -0
  527. package/dist/react-native/operations/index.js +25 -0
  528. package/dist/react-native/operations/index.js.map +1 -0
  529. package/dist/react-native/operations/lotsOperations.d.ts +67 -0
  530. package/dist/react-native/operations/lotsOperations.d.ts.map +1 -0
  531. package/dist/react-native/operations/lotsOperations.js +270 -0
  532. package/dist/react-native/operations/lotsOperations.js.map +1 -0
  533. package/dist/react-native/operations/marketplaces.d.ts +67 -0
  534. package/dist/react-native/operations/marketplaces.d.ts.map +1 -0
  535. package/dist/react-native/operations/marketplaces.js +173 -0
  536. package/dist/react-native/operations/marketplaces.js.map +1 -0
  537. package/dist/react-native/operations/operations.d.ts +32 -0
  538. package/dist/react-native/operations/operations.d.ts.map +1 -0
  539. package/dist/react-native/operations/operations.js +133 -0
  540. package/dist/react-native/operations/operations.js.map +1 -0
  541. package/dist/react-native/operations/priceSheet.d.ts +26 -0
  542. package/dist/react-native/operations/priceSheet.d.ts.map +1 -0
  543. package/dist/react-native/operations/priceSheet.js +86 -0
  544. package/dist/react-native/operations/priceSheet.js.map +1 -0
  545. package/dist/react-native/operations/reservationRecommendationDetails.d.ts +29 -0
  546. package/dist/react-native/operations/reservationRecommendationDetails.d.ts.map +1 -0
  547. package/dist/react-native/operations/reservationRecommendationDetails.js +64 -0
  548. package/dist/react-native/operations/reservationRecommendationDetails.js.map +1 -0
  549. package/dist/react-native/operations/reservationRecommendations.d.ts +50 -0
  550. package/dist/react-native/operations/reservationRecommendations.d.ts.map +1 -0
  551. package/dist/react-native/operations/reservationRecommendations.js +153 -0
  552. package/dist/react-native/operations/reservationRecommendations.js.map +1 -0
  553. package/dist/react-native/operations/reservationTransactions.d.ts +59 -0
  554. package/dist/react-native/operations/reservationTransactions.d.ts.map +1 -0
  555. package/dist/react-native/operations/reservationTransactions.js +262 -0
  556. package/dist/react-native/operations/reservationTransactions.js.map +1 -0
  557. package/dist/react-native/operations/reservationsDetails.d.ts +101 -0
  558. package/dist/react-native/operations/reservationsDetails.d.ts.map +1 -0
  559. package/dist/react-native/operations/reservationsDetails.js +400 -0
  560. package/dist/react-native/operations/reservationsDetails.js.map +1 -0
  561. package/dist/react-native/operations/reservationsSummaries.d.ts +99 -0
  562. package/dist/react-native/operations/reservationsSummaries.d.ts.map +1 -0
  563. package/dist/react-native/operations/reservationsSummaries.js +399 -0
  564. package/dist/react-native/operations/reservationsSummaries.js.map +1 -0
  565. package/dist/react-native/operations/tags.d.ts +27 -0
  566. package/dist/react-native/operations/tags.d.ts.map +1 -0
  567. package/dist/react-native/operations/tags.js +56 -0
  568. package/dist/react-native/operations/tags.js.map +1 -0
  569. package/dist/react-native/operations/usageDetails.d.ts +91 -0
  570. package/dist/react-native/operations/usageDetails.d.ts.map +1 -0
  571. package/dist/react-native/operations/usageDetails.js +199 -0
  572. package/dist/react-native/operations/usageDetails.js.map +1 -0
  573. package/dist/react-native/operationsInterfaces/aggregatedCost.d.ts +20 -0
  574. package/dist/react-native/operationsInterfaces/aggregatedCost.d.ts.map +1 -0
  575. package/dist/react-native/operationsInterfaces/aggregatedCost.js +9 -0
  576. package/dist/react-native/operationsInterfaces/aggregatedCost.js.map +1 -0
  577. package/dist/react-native/operationsInterfaces/balances.d.ts +20 -0
  578. package/dist/react-native/operationsInterfaces/balances.d.ts.map +1 -0
  579. package/dist/react-native/operationsInterfaces/balances.js +9 -0
  580. package/dist/react-native/operationsInterfaces/balances.js.map +1 -0
  581. package/dist/react-native/operationsInterfaces/budgets.d.ts +84 -0
  582. package/dist/react-native/operationsInterfaces/budgets.d.ts.map +1 -0
  583. package/dist/react-native/operationsInterfaces/budgets.js +9 -0
  584. package/dist/react-native/operationsInterfaces/budgets.js.map +1 -0
  585. package/dist/react-native/operationsInterfaces/charges.d.ts +26 -0
  586. package/dist/react-native/operationsInterfaces/charges.d.ts.map +1 -0
  587. package/dist/react-native/operationsInterfaces/charges.js +9 -0
  588. package/dist/react-native/operationsInterfaces/charges.js.map +1 -0
  589. package/dist/react-native/operationsInterfaces/credits.d.ts +12 -0
  590. package/dist/react-native/operationsInterfaces/credits.d.ts.map +1 -0
  591. package/dist/react-native/operationsInterfaces/credits.js +9 -0
  592. package/dist/react-native/operationsInterfaces/credits.js.map +1 -0
  593. package/dist/react-native/operationsInterfaces/eventsOperations.d.ts +23 -0
  594. package/dist/react-native/operationsInterfaces/eventsOperations.d.ts.map +1 -0
  595. package/dist/react-native/operationsInterfaces/eventsOperations.js +9 -0
  596. package/dist/react-native/operationsInterfaces/eventsOperations.js.map +1 -0
  597. package/dist/react-native/operationsInterfaces/index.d.ts +18 -0
  598. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  599. package/dist/react-native/operationsInterfaces/index.js +25 -0
  600. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  601. package/dist/react-native/operationsInterfaces/lotsOperations.d.ts +23 -0
  602. package/dist/react-native/operationsInterfaces/lotsOperations.d.ts.map +1 -0
  603. package/dist/react-native/operationsInterfaces/lotsOperations.js +9 -0
  604. package/dist/react-native/operationsInterfaces/lotsOperations.js.map +1 -0
  605. package/dist/react-native/operationsInterfaces/marketplaces.d.ts +23 -0
  606. package/dist/react-native/operationsInterfaces/marketplaces.d.ts.map +1 -0
  607. package/dist/react-native/operationsInterfaces/marketplaces.js +9 -0
  608. package/dist/react-native/operationsInterfaces/marketplaces.js.map +1 -0
  609. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  610. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  611. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  612. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  613. package/dist/react-native/operationsInterfaces/priceSheet.d.ts +18 -0
  614. package/dist/react-native/operationsInterfaces/priceSheet.d.ts.map +1 -0
  615. package/dist/react-native/operationsInterfaces/priceSheet.js +9 -0
  616. package/dist/react-native/operationsInterfaces/priceSheet.js.map +1 -0
  617. package/dist/react-native/operationsInterfaces/reservationRecommendationDetails.d.ts +21 -0
  618. package/dist/react-native/operationsInterfaces/reservationRecommendationDetails.d.ts.map +1 -0
  619. package/dist/react-native/operationsInterfaces/reservationRecommendationDetails.js +9 -0
  620. package/dist/react-native/operationsInterfaces/reservationRecommendationDetails.js.map +1 -0
  621. package/dist/react-native/operationsInterfaces/reservationRecommendations.d.ts +17 -0
  622. package/dist/react-native/operationsInterfaces/reservationRecommendations.d.ts.map +1 -0
  623. package/dist/react-native/operationsInterfaces/reservationRecommendations.js +9 -0
  624. package/dist/react-native/operationsInterfaces/reservationRecommendations.js.map +1 -0
  625. package/dist/react-native/operationsInterfaces/reservationTransactions.d.ts +19 -0
  626. package/dist/react-native/operationsInterfaces/reservationTransactions.d.ts.map +1 -0
  627. package/dist/react-native/operationsInterfaces/reservationTransactions.js +9 -0
  628. package/dist/react-native/operationsInterfaces/reservationTransactions.js.map +1 -0
  629. package/dist/react-native/operationsInterfaces/reservationsDetails.d.ts +33 -0
  630. package/dist/react-native/operationsInterfaces/reservationsDetails.d.ts.map +1 -0
  631. package/dist/react-native/operationsInterfaces/reservationsDetails.js +9 -0
  632. package/dist/react-native/operationsInterfaces/reservationsDetails.js.map +1 -0
  633. package/dist/react-native/operationsInterfaces/reservationsSummaries.d.ts +32 -0
  634. package/dist/react-native/operationsInterfaces/reservationsSummaries.d.ts.map +1 -0
  635. package/dist/react-native/operationsInterfaces/reservationsSummaries.js +9 -0
  636. package/dist/react-native/operationsInterfaces/reservationsSummaries.js.map +1 -0
  637. package/dist/react-native/operationsInterfaces/tags.d.ts +19 -0
  638. package/dist/react-native/operationsInterfaces/tags.d.ts.map +1 -0
  639. package/dist/react-native/operationsInterfaces/tags.js +9 -0
  640. package/dist/react-native/operationsInterfaces/tags.js.map +1 -0
  641. package/dist/react-native/operationsInterfaces/usageDetails.d.ts +31 -0
  642. package/dist/react-native/operationsInterfaces/usageDetails.d.ts.map +1 -0
  643. package/dist/react-native/operationsInterfaces/usageDetails.js +9 -0
  644. package/dist/react-native/operationsInterfaces/usageDetails.js.map +1 -0
  645. package/dist/react-native/package.json +3 -0
  646. package/dist/react-native/pagingHelper.d.ts +13 -0
  647. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  648. package/dist/react-native/pagingHelper.js +32 -0
  649. package/dist/react-native/pagingHelper.js.map +1 -0
  650. package/package.json +58 -28
  651. package/dist/index.js +0 -7793
  652. package/dist/index.js.map +0 -1
  653. package/dist/index.min.js +0 -1
  654. package/dist/index.min.js.map +0 -1
  655. package/dist-esm/samples-dev/aggregatedCostGetByManagementGroupSample.d.ts +0 -2
  656. package/dist-esm/samples-dev/aggregatedCostGetByManagementGroupSample.d.ts.map +0 -1
  657. package/dist-esm/samples-dev/aggregatedCostGetByManagementGroupSample.js +0 -58
  658. package/dist-esm/samples-dev/aggregatedCostGetByManagementGroupSample.js.map +0 -1
  659. package/dist-esm/samples-dev/aggregatedCostGetForBillingPeriodByManagementGroupSample.d.ts +0 -2
  660. package/dist-esm/samples-dev/aggregatedCostGetForBillingPeriodByManagementGroupSample.d.ts.map +0 -1
  661. package/dist-esm/samples-dev/aggregatedCostGetForBillingPeriodByManagementGroupSample.js +0 -39
  662. package/dist-esm/samples-dev/aggregatedCostGetForBillingPeriodByManagementGroupSample.js.map +0 -1
  663. package/dist-esm/samples-dev/balancesGetByBillingAccountSample.d.ts +0 -2
  664. package/dist-esm/samples-dev/balancesGetByBillingAccountSample.d.ts.map +0 -1
  665. package/dist-esm/samples-dev/balancesGetByBillingAccountSample.js +0 -38
  666. package/dist-esm/samples-dev/balancesGetByBillingAccountSample.js.map +0 -1
  667. package/dist-esm/samples-dev/balancesGetForBillingPeriodByBillingAccountSample.d.ts +0 -2
  668. package/dist-esm/samples-dev/balancesGetForBillingPeriodByBillingAccountSample.d.ts.map +0 -1
  669. package/dist-esm/samples-dev/balancesGetForBillingPeriodByBillingAccountSample.js +0 -39
  670. package/dist-esm/samples-dev/balancesGetForBillingPeriodByBillingAccountSample.js.map +0 -1
  671. package/dist-esm/samples-dev/budgetsCreateOrUpdateSample.d.ts +0 -2
  672. package/dist-esm/samples-dev/budgetsCreateOrUpdateSample.d.ts.map +0 -1
  673. package/dist-esm/samples-dev/budgetsCreateOrUpdateSample.js +0 -85
  674. package/dist-esm/samples-dev/budgetsCreateOrUpdateSample.js.map +0 -1
  675. package/dist-esm/samples-dev/budgetsDeleteSample.d.ts +0 -2
  676. package/dist-esm/samples-dev/budgetsDeleteSample.d.ts.map +0 -1
  677. package/dist-esm/samples-dev/budgetsDeleteSample.js +0 -39
  678. package/dist-esm/samples-dev/budgetsDeleteSample.js.map +0 -1
  679. package/dist-esm/samples-dev/budgetsGetSample.d.ts +0 -2
  680. package/dist-esm/samples-dev/budgetsGetSample.d.ts.map +0 -1
  681. package/dist-esm/samples-dev/budgetsGetSample.js +0 -39
  682. package/dist-esm/samples-dev/budgetsGetSample.js.map +0 -1
  683. package/dist-esm/samples-dev/budgetsListSample.d.ts +0 -2
  684. package/dist-esm/samples-dev/budgetsListSample.d.ts.map +0 -1
  685. package/dist-esm/samples-dev/budgetsListSample.js +0 -54
  686. package/dist-esm/samples-dev/budgetsListSample.js.map +0 -1
  687. package/dist-esm/samples-dev/chargesListSample.d.ts +0 -2
  688. package/dist-esm/samples-dev/chargesListSample.d.ts.map +0 -1
  689. package/dist-esm/samples-dev/chargesListSample.js +0 -278
  690. package/dist-esm/samples-dev/chargesListSample.js.map +0 -1
  691. package/dist-esm/samples-dev/creditsGetSample.d.ts +0 -2
  692. package/dist-esm/samples-dev/creditsGetSample.d.ts.map +0 -1
  693. package/dist-esm/samples-dev/creditsGetSample.js +0 -39
  694. package/dist-esm/samples-dev/creditsGetSample.js.map +0 -1
  695. package/dist-esm/samples-dev/eventsListByBillingAccountSample.d.ts +0 -2
  696. package/dist-esm/samples-dev/eventsListByBillingAccountSample.d.ts.map +0 -1
  697. package/dist-esm/samples-dev/eventsListByBillingAccountSample.js +0 -90
  698. package/dist-esm/samples-dev/eventsListByBillingAccountSample.js.map +0 -1
  699. package/dist-esm/samples-dev/eventsListByBillingProfileSample.d.ts +0 -2
  700. package/dist-esm/samples-dev/eventsListByBillingProfileSample.d.ts.map +0 -1
  701. package/dist-esm/samples-dev/eventsListByBillingProfileSample.js +0 -57
  702. package/dist-esm/samples-dev/eventsListByBillingProfileSample.js.map +0 -1
  703. package/dist-esm/samples-dev/lotsListByBillingAccountSample.d.ts +0 -2
  704. package/dist-esm/samples-dev/lotsListByBillingAccountSample.d.ts.map +0 -1
  705. package/dist-esm/samples-dev/lotsListByBillingAccountSample.js +0 -90
  706. package/dist-esm/samples-dev/lotsListByBillingAccountSample.js.map +0 -1
  707. package/dist-esm/samples-dev/lotsListByBillingProfileSample.d.ts +0 -2
  708. package/dist-esm/samples-dev/lotsListByBillingProfileSample.d.ts.map +0 -1
  709. package/dist-esm/samples-dev/lotsListByBillingProfileSample.js +0 -55
  710. package/dist-esm/samples-dev/lotsListByBillingProfileSample.js.map +0 -1
  711. package/dist-esm/samples-dev/marketplacesListSample.d.ts +0 -2
  712. package/dist-esm/samples-dev/marketplacesListSample.d.ts.map +0 -1
  713. package/dist-esm/samples-dev/marketplacesListSample.js +0 -360
  714. package/dist-esm/samples-dev/marketplacesListSample.js.map +0 -1
  715. package/dist-esm/samples-dev/priceSheetGetByBillingPeriodSample.d.ts +0 -2
  716. package/dist-esm/samples-dev/priceSheetGetByBillingPeriodSample.d.ts.map +0 -1
  717. package/dist-esm/samples-dev/priceSheetGetByBillingPeriodSample.js +0 -58
  718. package/dist-esm/samples-dev/priceSheetGetByBillingPeriodSample.js.map +0 -1
  719. package/dist-esm/samples-dev/priceSheetGetSample.d.ts +0 -2
  720. package/dist-esm/samples-dev/priceSheetGetSample.d.ts.map +0 -1
  721. package/dist-esm/samples-dev/priceSheetGetSample.js +0 -37
  722. package/dist-esm/samples-dev/priceSheetGetSample.js.map +0 -1
  723. package/dist-esm/samples-dev/reservationRecommendationDetailsGetSample.d.ts +0 -2
  724. package/dist-esm/samples-dev/reservationRecommendationDetailsGetSample.d.ts.map +0 -1
  725. package/dist-esm/samples-dev/reservationRecommendationDetailsGetSample.js +0 -108
  726. package/dist-esm/samples-dev/reservationRecommendationDetailsGetSample.js.map +0 -1
  727. package/dist-esm/samples-dev/reservationRecommendationsListSample.d.ts +0 -2
  728. package/dist-esm/samples-dev/reservationRecommendationsListSample.d.ts.map +0 -1
  729. package/dist-esm/samples-dev/reservationRecommendationsListSample.js +0 -192
  730. package/dist-esm/samples-dev/reservationRecommendationsListSample.js.map +0 -1
  731. package/dist-esm/samples-dev/reservationTransactionsListByBillingProfileSample.d.ts +0 -2
  732. package/dist-esm/samples-dev/reservationTransactionsListByBillingProfileSample.d.ts.map +0 -1
  733. package/dist-esm/samples-dev/reservationTransactionsListByBillingProfileSample.js +0 -59
  734. package/dist-esm/samples-dev/reservationTransactionsListByBillingProfileSample.js.map +0 -1
  735. package/dist-esm/samples-dev/reservationTransactionsListSample.d.ts +0 -2
  736. package/dist-esm/samples-dev/reservationTransactionsListSample.d.ts.map +0 -1
  737. package/dist-esm/samples-dev/reservationTransactionsListSample.js +0 -56
  738. package/dist-esm/samples-dev/reservationTransactionsListSample.js.map +0 -1
  739. package/dist-esm/samples-dev/reservationsDetailsListByReservationOrderAndReservationSample.d.ts +0 -2
  740. package/dist-esm/samples-dev/reservationsDetailsListByReservationOrderAndReservationSample.d.ts.map +0 -1
  741. package/dist-esm/samples-dev/reservationsDetailsListByReservationOrderAndReservationSample.js +0 -56
  742. package/dist-esm/samples-dev/reservationsDetailsListByReservationOrderAndReservationSample.js.map +0 -1
  743. package/dist-esm/samples-dev/reservationsDetailsListByReservationOrderSample.d.ts +0 -2
  744. package/dist-esm/samples-dev/reservationsDetailsListByReservationOrderSample.d.ts.map +0 -1
  745. package/dist-esm/samples-dev/reservationsDetailsListByReservationOrderSample.js +0 -55
  746. package/dist-esm/samples-dev/reservationsDetailsListByReservationOrderSample.js.map +0 -1
  747. package/dist-esm/samples-dev/reservationsDetailsListSample.d.ts +0 -2
  748. package/dist-esm/samples-dev/reservationsDetailsListSample.d.ts.map +0 -1
  749. package/dist-esm/samples-dev/reservationsDetailsListSample.js +0 -137
  750. package/dist-esm/samples-dev/reservationsDetailsListSample.js.map +0 -1
  751. package/dist-esm/samples-dev/reservationsSummariesListByReservationOrderAndReservationSample.d.ts +0 -2
  752. package/dist-esm/samples-dev/reservationsSummariesListByReservationOrderAndReservationSample.d.ts.map +0 -1
  753. package/dist-esm/samples-dev/reservationsSummariesListByReservationOrderAndReservationSample.js +0 -96
  754. package/dist-esm/samples-dev/reservationsSummariesListByReservationOrderAndReservationSample.js.map +0 -1
  755. package/dist-esm/samples-dev/reservationsSummariesListByReservationOrderSample.d.ts +0 -2
  756. package/dist-esm/samples-dev/reservationsSummariesListByReservationOrderSample.d.ts.map +0 -1
  757. package/dist-esm/samples-dev/reservationsSummariesListByReservationOrderSample.js +0 -94
  758. package/dist-esm/samples-dev/reservationsSummariesListByReservationOrderSample.js.map +0 -1
  759. package/dist-esm/samples-dev/reservationsSummariesListSample.d.ts +0 -2
  760. package/dist-esm/samples-dev/reservationsSummariesListSample.d.ts.map +0 -1
  761. package/dist-esm/samples-dev/reservationsSummariesListSample.js +0 -209
  762. package/dist-esm/samples-dev/reservationsSummariesListSample.js.map +0 -1
  763. package/dist-esm/samples-dev/tagsGetSample.d.ts +0 -2
  764. package/dist-esm/samples-dev/tagsGetSample.d.ts.map +0 -1
  765. package/dist-esm/samples-dev/tagsGetSample.js +0 -38
  766. package/dist-esm/samples-dev/tagsGetSample.js.map +0 -1
  767. package/dist-esm/samples-dev/usageDetailsListSample.d.ts +0 -2
  768. package/dist-esm/samples-dev/usageDetailsListSample.d.ts.map +0 -1
  769. package/dist-esm/samples-dev/usageDetailsListSample.js +0 -678
  770. package/dist-esm/samples-dev/usageDetailsListSample.js.map +0 -1
  771. package/dist-esm/src/consumptionManagementClient.d.ts +0 -36
  772. package/dist-esm/src/consumptionManagementClient.d.ts.map +0 -1
  773. package/dist-esm/src/consumptionManagementClient.js +0 -116
  774. package/dist-esm/src/consumptionManagementClient.js.map +0 -1
  775. package/dist-esm/src/index.d.ts +0 -5
  776. package/dist-esm/src/index.d.ts.map +0 -1
  777. package/dist-esm/src/index.js +0 -13
  778. package/dist-esm/src/index.js.map +0 -1
  779. package/dist-esm/src/models/index.js.map +0 -1
  780. package/dist-esm/src/models/mappers.js.map +0 -1
  781. package/dist-esm/src/models/parameters.js +0 -333
  782. package/dist-esm/src/models/parameters.js.map +0 -1
  783. package/dist-esm/src/operations/aggregatedCost.d.ts +0 -28
  784. package/dist-esm/src/operations/aggregatedCost.d.ts.map +0 -1
  785. package/dist-esm/src/operations/aggregatedCost.js +0 -78
  786. package/dist-esm/src/operations/aggregatedCost.js.map +0 -1
  787. package/dist-esm/src/operations/balances.d.ts +0 -28
  788. package/dist-esm/src/operations/balances.d.ts.map +0 -1
  789. package/dist-esm/src/operations/balances.js +0 -78
  790. package/dist-esm/src/operations/balances.js.map +0 -1
  791. package/dist-esm/src/operations/budgets.d.ts +0 -131
  792. package/dist-esm/src/operations/budgets.d.ts.map +0 -1
  793. package/dist-esm/src/operations/budgets.js +0 -289
  794. package/dist-esm/src/operations/budgets.js.map +0 -1
  795. package/dist-esm/src/operations/charges.d.ts +0 -34
  796. package/dist-esm/src/operations/charges.d.ts.map +0 -1
  797. package/dist-esm/src/operations/charges.js +0 -68
  798. package/dist-esm/src/operations/charges.js.map +0 -1
  799. package/dist-esm/src/operations/credits.d.ts +0 -20
  800. package/dist-esm/src/operations/credits.d.ts.map +0 -1
  801. package/dist-esm/src/operations/credits.js +0 -53
  802. package/dist-esm/src/operations/credits.js.map +0 -1
  803. package/dist-esm/src/operations/eventsOperations.d.ts +0 -67
  804. package/dist-esm/src/operations/eventsOperations.d.ts.map +0 -1
  805. package/dist-esm/src/operations/eventsOperations.js +0 -274
  806. package/dist-esm/src/operations/eventsOperations.js.map +0 -1
  807. package/dist-esm/src/operations/index.d.ts +0 -18
  808. package/dist-esm/src/operations/index.d.ts.map +0 -1
  809. package/dist-esm/src/operations/index.js +0 -25
  810. package/dist-esm/src/operations/index.js.map +0 -1
  811. package/dist-esm/src/operations/lotsOperations.d.ts +0 -67
  812. package/dist-esm/src/operations/lotsOperations.d.ts.map +0 -1
  813. package/dist-esm/src/operations/lotsOperations.js +0 -270
  814. package/dist-esm/src/operations/lotsOperations.js.map +0 -1
  815. package/dist-esm/src/operations/marketplaces.d.ts +0 -67
  816. package/dist-esm/src/operations/marketplaces.d.ts.map +0 -1
  817. package/dist-esm/src/operations/marketplaces.js +0 -173
  818. package/dist-esm/src/operations/marketplaces.js.map +0 -1
  819. package/dist-esm/src/operations/operations.d.ts +0 -32
  820. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  821. package/dist-esm/src/operations/operations.js +0 -133
  822. package/dist-esm/src/operations/operations.js.map +0 -1
  823. package/dist-esm/src/operations/priceSheet.d.ts +0 -26
  824. package/dist-esm/src/operations/priceSheet.d.ts.map +0 -1
  825. package/dist-esm/src/operations/priceSheet.js +0 -86
  826. package/dist-esm/src/operations/priceSheet.js.map +0 -1
  827. package/dist-esm/src/operations/reservationRecommendationDetails.d.ts +0 -29
  828. package/dist-esm/src/operations/reservationRecommendationDetails.d.ts.map +0 -1
  829. package/dist-esm/src/operations/reservationRecommendationDetails.js +0 -64
  830. package/dist-esm/src/operations/reservationRecommendationDetails.js.map +0 -1
  831. package/dist-esm/src/operations/reservationRecommendations.d.ts +0 -50
  832. package/dist-esm/src/operations/reservationRecommendations.d.ts.map +0 -1
  833. package/dist-esm/src/operations/reservationRecommendations.js +0 -153
  834. package/dist-esm/src/operations/reservationRecommendations.js.map +0 -1
  835. package/dist-esm/src/operations/reservationTransactions.d.ts +0 -59
  836. package/dist-esm/src/operations/reservationTransactions.d.ts.map +0 -1
  837. package/dist-esm/src/operations/reservationTransactions.js +0 -262
  838. package/dist-esm/src/operations/reservationTransactions.js.map +0 -1
  839. package/dist-esm/src/operations/reservationsDetails.d.ts +0 -101
  840. package/dist-esm/src/operations/reservationsDetails.d.ts.map +0 -1
  841. package/dist-esm/src/operations/reservationsDetails.js +0 -400
  842. package/dist-esm/src/operations/reservationsDetails.js.map +0 -1
  843. package/dist-esm/src/operations/reservationsSummaries.d.ts +0 -99
  844. package/dist-esm/src/operations/reservationsSummaries.d.ts.map +0 -1
  845. package/dist-esm/src/operations/reservationsSummaries.js +0 -399
  846. package/dist-esm/src/operations/reservationsSummaries.js.map +0 -1
  847. package/dist-esm/src/operations/tags.d.ts +0 -27
  848. package/dist-esm/src/operations/tags.d.ts.map +0 -1
  849. package/dist-esm/src/operations/tags.js +0 -56
  850. package/dist-esm/src/operations/tags.js.map +0 -1
  851. package/dist-esm/src/operations/usageDetails.d.ts +0 -91
  852. package/dist-esm/src/operations/usageDetails.d.ts.map +0 -1
  853. package/dist-esm/src/operations/usageDetails.js +0 -199
  854. package/dist-esm/src/operations/usageDetails.js.map +0 -1
  855. package/dist-esm/src/operationsInterfaces/aggregatedCost.d.ts +0 -20
  856. package/dist-esm/src/operationsInterfaces/aggregatedCost.d.ts.map +0 -1
  857. package/dist-esm/src/operationsInterfaces/aggregatedCost.js.map +0 -1
  858. package/dist-esm/src/operationsInterfaces/balances.d.ts +0 -20
  859. package/dist-esm/src/operationsInterfaces/balances.d.ts.map +0 -1
  860. package/dist-esm/src/operationsInterfaces/balances.js.map +0 -1
  861. package/dist-esm/src/operationsInterfaces/budgets.d.ts +0 -84
  862. package/dist-esm/src/operationsInterfaces/budgets.d.ts.map +0 -1
  863. package/dist-esm/src/operationsInterfaces/budgets.js.map +0 -1
  864. package/dist-esm/src/operationsInterfaces/charges.d.ts +0 -26
  865. package/dist-esm/src/operationsInterfaces/charges.d.ts.map +0 -1
  866. package/dist-esm/src/operationsInterfaces/charges.js.map +0 -1
  867. package/dist-esm/src/operationsInterfaces/credits.d.ts +0 -12
  868. package/dist-esm/src/operationsInterfaces/credits.d.ts.map +0 -1
  869. package/dist-esm/src/operationsInterfaces/credits.js.map +0 -1
  870. package/dist-esm/src/operationsInterfaces/eventsOperations.d.ts +0 -23
  871. package/dist-esm/src/operationsInterfaces/eventsOperations.d.ts.map +0 -1
  872. package/dist-esm/src/operationsInterfaces/eventsOperations.js.map +0 -1
  873. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -18
  874. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  875. package/dist-esm/src/operationsInterfaces/index.js +0 -25
  876. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  877. package/dist-esm/src/operationsInterfaces/lotsOperations.d.ts +0 -23
  878. package/dist-esm/src/operationsInterfaces/lotsOperations.d.ts.map +0 -1
  879. package/dist-esm/src/operationsInterfaces/lotsOperations.js.map +0 -1
  880. package/dist-esm/src/operationsInterfaces/marketplaces.d.ts +0 -23
  881. package/dist-esm/src/operationsInterfaces/marketplaces.d.ts.map +0 -1
  882. package/dist-esm/src/operationsInterfaces/marketplaces.js.map +0 -1
  883. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  884. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  885. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  886. package/dist-esm/src/operationsInterfaces/priceSheet.d.ts +0 -18
  887. package/dist-esm/src/operationsInterfaces/priceSheet.d.ts.map +0 -1
  888. package/dist-esm/src/operationsInterfaces/priceSheet.js.map +0 -1
  889. package/dist-esm/src/operationsInterfaces/reservationRecommendationDetails.d.ts +0 -21
  890. package/dist-esm/src/operationsInterfaces/reservationRecommendationDetails.d.ts.map +0 -1
  891. package/dist-esm/src/operationsInterfaces/reservationRecommendationDetails.js.map +0 -1
  892. package/dist-esm/src/operationsInterfaces/reservationRecommendations.d.ts +0 -17
  893. package/dist-esm/src/operationsInterfaces/reservationRecommendations.d.ts.map +0 -1
  894. package/dist-esm/src/operationsInterfaces/reservationRecommendations.js.map +0 -1
  895. package/dist-esm/src/operationsInterfaces/reservationTransactions.d.ts +0 -19
  896. package/dist-esm/src/operationsInterfaces/reservationTransactions.d.ts.map +0 -1
  897. package/dist-esm/src/operationsInterfaces/reservationTransactions.js.map +0 -1
  898. package/dist-esm/src/operationsInterfaces/reservationsDetails.d.ts +0 -33
  899. package/dist-esm/src/operationsInterfaces/reservationsDetails.d.ts.map +0 -1
  900. package/dist-esm/src/operationsInterfaces/reservationsDetails.js.map +0 -1
  901. package/dist-esm/src/operationsInterfaces/reservationsSummaries.d.ts +0 -32
  902. package/dist-esm/src/operationsInterfaces/reservationsSummaries.d.ts.map +0 -1
  903. package/dist-esm/src/operationsInterfaces/reservationsSummaries.js.map +0 -1
  904. package/dist-esm/src/operationsInterfaces/tags.d.ts +0 -19
  905. package/dist-esm/src/operationsInterfaces/tags.d.ts.map +0 -1
  906. package/dist-esm/src/operationsInterfaces/tags.js.map +0 -1
  907. package/dist-esm/src/operationsInterfaces/usageDetails.d.ts +0 -31
  908. package/dist-esm/src/operationsInterfaces/usageDetails.d.ts.map +0 -1
  909. package/dist-esm/src/operationsInterfaces/usageDetails.js.map +0 -1
  910. package/dist-esm/src/pagingHelper.js.map +0 -1
  911. package/dist-esm/test/consumption_examples.d.ts +0 -4
  912. package/dist-esm/test/consumption_examples.d.ts.map +0 -1
  913. package/dist-esm/test/consumption_examples.js +0 -123
  914. package/dist-esm/test/consumption_examples.js.map +0 -1
  915. package/src/consumptionManagementClient.ts +0 -210
  916. package/src/index.ts +0 -13
  917. package/src/models/index.ts +0 -3642
  918. package/src/models/mappers.ts +0 -4505
  919. package/src/models/parameters.ts +0 -371
  920. package/src/operations/aggregatedCost.ts +0 -107
  921. package/src/operations/balances.ts +0 -107
  922. package/src/operations/budgets.ts +0 -343
  923. package/src/operations/charges.ts +0 -82
  924. package/src/operations/credits.ts +0 -69
  925. package/src/operations/eventsOperations.ts +0 -369
  926. package/src/operations/index.ts +0 -25
  927. package/src/operations/lotsOperations.ts +0 -349
  928. package/src/operations/marketplaces.ts +0 -197
  929. package/src/operations/operations.ts +0 -149
  930. package/src/operations/priceSheet.ts +0 -108
  931. package/src/operations/reservationRecommendationDetails.ts +0 -89
  932. package/src/operations/reservationRecommendations.ts +0 -178
  933. package/src/operations/reservationTransactions.ts +0 -335
  934. package/src/operations/reservationsDetails.ts +0 -518
  935. package/src/operations/reservationsSummaries.ts +0 -524
  936. package/src/operations/tags.ts +0 -70
  937. package/src/operations/usageDetails.ts +0 -223
  938. package/src/operationsInterfaces/aggregatedCost.ts +0 -40
  939. package/src/operationsInterfaces/balances.ts +0 -40
  940. package/src/operationsInterfaces/budgets.ts +0 -117
  941. package/src/operationsInterfaces/charges.ts +0 -37
  942. package/src/operationsInterfaces/credits.ts +0 -24
  943. package/src/operationsInterfaces/eventsOperations.ts +0 -45
  944. package/src/operationsInterfaces/index.ts +0 -25
  945. package/src/operationsInterfaces/lotsOperations.ts +0 -43
  946. package/src/operationsInterfaces/marketplaces.ts +0 -35
  947. package/src/operationsInterfaces/operations.ts +0 -22
  948. package/src/operationsInterfaces/priceSheet.ts +0 -34
  949. package/src/operationsInterfaces/reservationRecommendationDetails.ts +0 -41
  950. package/src/operationsInterfaces/reservationRecommendations.ts +0 -32
  951. package/src/operationsInterfaces/reservationTransactions.ts +0 -40
  952. package/src/operationsInterfaces/reservationsDetails.ts +0 -59
  953. package/src/operationsInterfaces/reservationsSummaries.ts +0 -60
  954. package/src/operationsInterfaces/tags.ts +0 -27
  955. package/src/operationsInterfaces/usageDetails.ts +0 -43
  956. package/src/pagingHelper.ts +0 -39
  957. package/tsconfig.json +0 -33
  958. package/types/arm-consumption.d.ts +0 -4062
  959. package/types/tsdoc-metadata.json +0 -11
  960. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  961. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  962. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  963. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  964. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  965. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  966. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  967. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  968. /package/{dist-esm/src → dist/browser}/operationsInterfaces/aggregatedCost.js +0 -0
  969. /package/{dist-esm/src → dist/browser}/operationsInterfaces/balances.js +0 -0
  970. /package/{dist-esm/src → dist/browser}/operationsInterfaces/budgets.js +0 -0
  971. /package/{dist-esm/src → dist/browser}/operationsInterfaces/charges.js +0 -0
  972. /package/{dist-esm/src → dist/browser}/operationsInterfaces/credits.js +0 -0
  973. /package/{dist-esm/src → dist/browser}/operationsInterfaces/eventsOperations.js +0 -0
  974. /package/{dist-esm/src → dist/browser}/operationsInterfaces/lotsOperations.js +0 -0
  975. /package/{dist-esm/src → dist/browser}/operationsInterfaces/marketplaces.js +0 -0
  976. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  977. /package/{dist-esm/src → dist/browser}/operationsInterfaces/priceSheet.js +0 -0
  978. /package/{dist-esm/src → dist/browser}/operationsInterfaces/reservationRecommendationDetails.js +0 -0
  979. /package/{dist-esm/src → dist/browser}/operationsInterfaces/reservationRecommendations.js +0 -0
  980. /package/{dist-esm/src → dist/browser}/operationsInterfaces/reservationTransactions.js +0 -0
  981. /package/{dist-esm/src → dist/browser}/operationsInterfaces/reservationsDetails.js +0 -0
  982. /package/{dist-esm/src → dist/browser}/operationsInterfaces/reservationsSummaries.js +0 -0
  983. /package/{dist-esm/src → dist/browser}/operationsInterfaces/tags.js +0 -0
  984. /package/{dist-esm/src → dist/browser}/operationsInterfaces/usageDetails.js +0 -0
  985. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  986. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  987. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
@@ -1,4062 +0,0 @@
1
- import * as coreAuth from '@azure/core-auth';
2
- import * as coreClient from '@azure/core-client';
3
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
4
-
5
- /** Interface representing a AggregatedCost. */
6
- export declare interface AggregatedCost {
7
- /**
8
- * Provides the aggregate cost of a management group and all child management groups by current billing
9
- * period.
10
- * @param managementGroupId Azure Management Group ID.
11
- * @param options The options parameters.
12
- */
13
- getByManagementGroup(managementGroupId: string, options?: AggregatedCostGetByManagementGroupOptionalParams): Promise<AggregatedCostGetByManagementGroupResponse>;
14
- /**
15
- * Provides the aggregate cost of a management group and all child management groups by specified
16
- * billing period
17
- * @param managementGroupId Azure Management Group ID.
18
- * @param billingPeriodName Billing Period Name.
19
- * @param options The options parameters.
20
- */
21
- getForBillingPeriodByManagementGroup(managementGroupId: string, billingPeriodName: string, options?: AggregatedCostGetForBillingPeriodByManagementGroupOptionalParams): Promise<AggregatedCostGetForBillingPeriodByManagementGroupResponse>;
22
- }
23
-
24
- /** Optional parameters. */
25
- export declare interface AggregatedCostGetByManagementGroupOptionalParams extends coreClient.OperationOptions {
26
- /** May be used to filter aggregated cost by properties/usageStart (Utc time), properties/usageEnd (Utc time). The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. Tag filter is a key value pair string where key and value is separated by a colon (:). */
27
- filter?: string;
28
- }
29
-
30
- /** Contains response data for the getByManagementGroup operation. */
31
- export declare type AggregatedCostGetByManagementGroupResponse = ManagementGroupAggregatedCostResult;
32
-
33
- /** Optional parameters. */
34
- export declare interface AggregatedCostGetForBillingPeriodByManagementGroupOptionalParams extends coreClient.OperationOptions {
35
- }
36
-
37
- /** Contains response data for the getForBillingPeriodByManagementGroup operation. */
38
- export declare type AggregatedCostGetForBillingPeriodByManagementGroupResponse = ManagementGroupAggregatedCostResult;
39
-
40
- /** The amount plus currency . */
41
- export declare interface Amount {
42
- /**
43
- * Amount currency.
44
- * NOTE: This property will not be serialized. It can only be populated by the server.
45
- */
46
- readonly currency?: string;
47
- /**
48
- * Amount.
49
- * NOTE: This property will not be serialized. It can only be populated by the server.
50
- */
51
- readonly value?: number;
52
- }
53
-
54
- /** The amount with exchange rate. */
55
- export declare interface AmountWithExchangeRate extends Amount {
56
- /**
57
- * The exchange rate.
58
- * NOTE: This property will not be serialized. It can only be populated by the server.
59
- */
60
- readonly exchangeRate?: number;
61
- /**
62
- * The exchange rate month.
63
- * NOTE: This property will not be serialized. It can only be populated by the server.
64
- */
65
- readonly exchangeRateMonth?: number;
66
- }
67
-
68
- /** A balance resource. */
69
- export declare interface Balance extends Resource {
70
- /**
71
- * The ISO currency in which the meter is charged, for example, USD.
72
- * NOTE: This property will not be serialized. It can only be populated by the server.
73
- */
74
- readonly currency?: string;
75
- /**
76
- * The beginning balance for the billing period.
77
- * NOTE: This property will not be serialized. It can only be populated by the server.
78
- */
79
- readonly beginningBalance?: number;
80
- /**
81
- * The ending balance for the billing period (for open periods this will be updated daily).
82
- * NOTE: This property will not be serialized. It can only be populated by the server.
83
- */
84
- readonly endingBalance?: number;
85
- /**
86
- * Total new purchase amount.
87
- * NOTE: This property will not be serialized. It can only be populated by the server.
88
- */
89
- readonly newPurchases?: number;
90
- /**
91
- * Total adjustment amount.
92
- * NOTE: This property will not be serialized. It can only be populated by the server.
93
- */
94
- readonly adjustments?: number;
95
- /**
96
- * Total Commitment usage.
97
- * NOTE: This property will not be serialized. It can only be populated by the server.
98
- */
99
- readonly utilized?: number;
100
- /**
101
- * Overage for Azure services.
102
- * NOTE: This property will not be serialized. It can only be populated by the server.
103
- */
104
- readonly serviceOverage?: number;
105
- /**
106
- * Charges Billed separately.
107
- * NOTE: This property will not be serialized. It can only be populated by the server.
108
- */
109
- readonly chargesBilledSeparately?: number;
110
- /**
111
- * serviceOverage + chargesBilledSeparately.
112
- * NOTE: This property will not be serialized. It can only be populated by the server.
113
- */
114
- readonly totalOverage?: number;
115
- /**
116
- * Azure service commitment + total Overage.
117
- * NOTE: This property will not be serialized. It can only be populated by the server.
118
- */
119
- readonly totalUsage?: number;
120
- /**
121
- * Total charges for Azure Marketplace.
122
- * NOTE: This property will not be serialized. It can only be populated by the server.
123
- */
124
- readonly azureMarketplaceServiceCharges?: number;
125
- /** The billing frequency. */
126
- billingFrequency?: BillingFrequency;
127
- /**
128
- * Price is hidden or not.
129
- * NOTE: This property will not be serialized. It can only be populated by the server.
130
- */
131
- readonly priceHidden?: boolean;
132
- /**
133
- * List of new purchases.
134
- * NOTE: This property will not be serialized. It can only be populated by the server.
135
- */
136
- readonly newPurchasesDetails?: BalancePropertiesNewPurchasesDetailsItem[];
137
- /**
138
- * List of Adjustments (Promo credit, SIE credit etc.).
139
- * NOTE: This property will not be serialized. It can only be populated by the server.
140
- */
141
- readonly adjustmentDetails?: BalancePropertiesAdjustmentDetailsItem[];
142
- }
143
-
144
- export declare interface BalancePropertiesAdjustmentDetailsItem {
145
- /**
146
- * the name of new adjustment.
147
- * NOTE: This property will not be serialized. It can only be populated by the server.
148
- */
149
- readonly name?: string;
150
- /**
151
- * the value of new adjustment.
152
- * NOTE: This property will not be serialized. It can only be populated by the server.
153
- */
154
- readonly value?: number;
155
- }
156
-
157
- export declare interface BalancePropertiesNewPurchasesDetailsItem {
158
- /**
159
- * the name of new purchase.
160
- * NOTE: This property will not be serialized. It can only be populated by the server.
161
- */
162
- readonly name?: string;
163
- /**
164
- * the value of new purchase.
165
- * NOTE: This property will not be serialized. It can only be populated by the server.
166
- */
167
- readonly value?: number;
168
- }
169
-
170
- /** Interface representing a Balances. */
171
- export declare interface Balances {
172
- /**
173
- * Gets the balances for a scope by billingAccountId. Balances are available via this API only for May
174
- * 1, 2014 or later.
175
- * @param billingAccountId BillingAccount ID
176
- * @param options The options parameters.
177
- */
178
- getByBillingAccount(billingAccountId: string, options?: BalancesGetByBillingAccountOptionalParams): Promise<BalancesGetByBillingAccountResponse>;
179
- /**
180
- * Gets the balances for a scope by billing period and billingAccountId. Balances are available via
181
- * this API only for May 1, 2014 or later.
182
- * @param billingAccountId BillingAccount ID
183
- * @param billingPeriodName Billing Period Name.
184
- * @param options The options parameters.
185
- */
186
- getForBillingPeriodByBillingAccount(billingAccountId: string, billingPeriodName: string, options?: BalancesGetForBillingPeriodByBillingAccountOptionalParams): Promise<BalancesGetForBillingPeriodByBillingAccountResponse>;
187
- }
188
-
189
- /** Optional parameters. */
190
- export declare interface BalancesGetByBillingAccountOptionalParams extends coreClient.OperationOptions {
191
- }
192
-
193
- /** Contains response data for the getByBillingAccount operation. */
194
- export declare type BalancesGetByBillingAccountResponse = Balance;
195
-
196
- /** Optional parameters. */
197
- export declare interface BalancesGetForBillingPeriodByBillingAccountOptionalParams extends coreClient.OperationOptions {
198
- }
199
-
200
- /** Contains response data for the getForBillingPeriodByBillingAccount operation. */
201
- export declare type BalancesGetForBillingPeriodByBillingAccountResponse = Balance;
202
-
203
- /**
204
- * Defines values for BillingFrequency. \
205
- * {@link KnownBillingFrequency} can be used interchangeably with BillingFrequency,
206
- * this enum contains the known values that the service supports.
207
- * ### Known values supported by the service
208
- * **Month** \
209
- * **Quarter** \
210
- * **Year**
211
- */
212
- export declare type BillingFrequency = string;
213
-
214
- /** A budget resource. */
215
- export declare interface Budget extends ProxyResource {
216
- /** The category of the budget, whether the budget tracks cost or usage. */
217
- category?: CategoryType;
218
- /** The total amount of cost to track with the budget */
219
- amount?: number;
220
- /** The time covered by a budget. Tracking of the amount will be reset based on the time grain. BillingMonth, BillingQuarter, and BillingAnnual are only supported by WD customers */
221
- timeGrain?: TimeGrainType;
222
- /** Has start and end date of the budget. The start date must be first of the month and should be less than the end date. Budget start date must be on or after June 1, 2017. Future start date should not be more than twelve months. Past start date should be selected within the timegrain period. There are no restrictions on the end date. */
223
- timePeriod?: BudgetTimePeriod;
224
- /** May be used to filter budgets by user-specified dimensions and/or tags. */
225
- filter?: BudgetFilter;
226
- /**
227
- * The current amount of cost which is being tracked for a budget.
228
- * NOTE: This property will not be serialized. It can only be populated by the server.
229
- */
230
- readonly currentSpend?: CurrentSpend;
231
- /** Dictionary of notifications associated with the budget. Budget can have up to five notifications. */
232
- notifications?: {
233
- [propertyName: string]: Notification_2;
234
- };
235
- /**
236
- * The forecasted cost which is being tracked for a budget.
237
- * NOTE: This property will not be serialized. It can only be populated by the server.
238
- */
239
- readonly forecastSpend?: ForecastSpend;
240
- }
241
-
242
- /** The comparison expression to be used in the budgets. */
243
- export declare interface BudgetComparisonExpression {
244
- /** The name of the column to use in comparison. */
245
- name: string;
246
- /** The operator to use for comparison. */
247
- operator: BudgetOperatorType;
248
- /** Array of values to use for comparison */
249
- values: string[];
250
- }
251
-
252
- /** May be used to filter budgets by resource group, resource, or meter. */
253
- export declare interface BudgetFilter {
254
- /** The logical "AND" expression. Must have at least 2 items. */
255
- and?: BudgetFilterProperties[];
256
- /** The logical "NOT" expression. */
257
- not?: BudgetFilterProperties;
258
- /** Has comparison expression for a dimension */
259
- dimensions?: BudgetComparisonExpression;
260
- /** Has comparison expression for a tag */
261
- tags?: BudgetComparisonExpression;
262
- }
263
-
264
- /** The Dimensions or Tags to filter a budget by. */
265
- export declare interface BudgetFilterProperties {
266
- /** Has comparison expression for a dimension */
267
- dimensions?: BudgetComparisonExpression;
268
- /** Has comparison expression for a tag */
269
- tags?: BudgetComparisonExpression;
270
- }
271
-
272
- /**
273
- * Defines values for BudgetOperatorType. \
274
- * {@link KnownBudgetOperatorType} can be used interchangeably with BudgetOperatorType,
275
- * this enum contains the known values that the service supports.
276
- * ### Known values supported by the service
277
- * **In**
278
- */
279
- export declare type BudgetOperatorType = string;
280
-
281
- /** Interface representing a Budgets. */
282
- export declare interface Budgets {
283
- /**
284
- * Lists all budgets for the defined scope.
285
- * @param scope The scope associated with budget operations. This includes
286
- * '/subscriptions/{subscriptionId}/' for subscription scope,
287
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
288
- * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,
289
- * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
290
- * Department scope,
291
- * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
292
- * for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}'
293
- * for Management Group scope,
294
- * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
295
- * for billingProfile scope,
296
- * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}'
297
- * for invoiceSection scope.
298
- * @param options The options parameters.
299
- */
300
- list(scope: string, options?: BudgetsListOptionalParams): PagedAsyncIterableIterator<Budget>;
301
- /**
302
- * Gets the budget for the scope by budget name.
303
- * @param scope The scope associated with budget operations. This includes
304
- * '/subscriptions/{subscriptionId}/' for subscription scope,
305
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
306
- * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,
307
- * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
308
- * Department scope,
309
- * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
310
- * for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}'
311
- * for Management Group scope,
312
- * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
313
- * for billingProfile scope,
314
- * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}'
315
- * for invoiceSection scope.
316
- * @param budgetName Budget Name.
317
- * @param options The options parameters.
318
- */
319
- get(scope: string, budgetName: string, options?: BudgetsGetOptionalParams): Promise<BudgetsGetResponse>;
320
- /**
321
- * The operation to create or update a budget. You can optionally provide an eTag if desired as a form
322
- * of concurrency control. To obtain the latest eTag for a given budget, perform a get operation prior
323
- * to your put operation.
324
- * @param scope The scope associated with budget operations. This includes
325
- * '/subscriptions/{subscriptionId}/' for subscription scope,
326
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
327
- * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,
328
- * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
329
- * Department scope,
330
- * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
331
- * for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}'
332
- * for Management Group scope,
333
- * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
334
- * for billingProfile scope,
335
- * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}'
336
- * for invoiceSection scope.
337
- * @param budgetName Budget Name.
338
- * @param parameters Parameters supplied to the Create Budget operation.
339
- * @param options The options parameters.
340
- */
341
- createOrUpdate(scope: string, budgetName: string, parameters: Budget, options?: BudgetsCreateOrUpdateOptionalParams): Promise<BudgetsCreateOrUpdateResponse>;
342
- /**
343
- * The operation to delete a budget.
344
- * @param scope The scope associated with budget operations. This includes
345
- * '/subscriptions/{subscriptionId}/' for subscription scope,
346
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
347
- * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,
348
- * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
349
- * Department scope,
350
- * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
351
- * for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}'
352
- * for Management Group scope,
353
- * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
354
- * for billingProfile scope,
355
- * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}'
356
- * for invoiceSection scope.
357
- * @param budgetName Budget Name.
358
- * @param options The options parameters.
359
- */
360
- delete(scope: string, budgetName: string, options?: BudgetsDeleteOptionalParams): Promise<void>;
361
- }
362
-
363
- /** Optional parameters. */
364
- export declare interface BudgetsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
365
- }
366
-
367
- /** Contains response data for the createOrUpdate operation. */
368
- export declare type BudgetsCreateOrUpdateResponse = Budget;
369
-
370
- /** Optional parameters. */
371
- export declare interface BudgetsDeleteOptionalParams extends coreClient.OperationOptions {
372
- }
373
-
374
- /** Optional parameters. */
375
- export declare interface BudgetsGetOptionalParams extends coreClient.OperationOptions {
376
- }
377
-
378
- /** Contains response data for the get operation. */
379
- export declare type BudgetsGetResponse = Budget;
380
-
381
- /** Optional parameters. */
382
- export declare interface BudgetsListNextOptionalParams extends coreClient.OperationOptions {
383
- }
384
-
385
- /** Contains response data for the listNext operation. */
386
- export declare type BudgetsListNextResponse = BudgetsListResult;
387
-
388
- /** Optional parameters. */
389
- export declare interface BudgetsListOptionalParams extends coreClient.OperationOptions {
390
- }
391
-
392
- /** Contains response data for the list operation. */
393
- export declare type BudgetsListResponse = BudgetsListResult;
394
-
395
- /** Result of listing budgets. It contains a list of available budgets in the scope provided. */
396
- export declare interface BudgetsListResult {
397
- /**
398
- * The list of budgets.
399
- * NOTE: This property will not be serialized. It can only be populated by the server.
400
- */
401
- readonly value?: Budget[];
402
- /**
403
- * The link (url) to the next page of results.
404
- * NOTE: This property will not be serialized. It can only be populated by the server.
405
- */
406
- readonly nextLink?: string;
407
- }
408
-
409
- /** The start and end date for a budget. */
410
- export declare interface BudgetTimePeriod {
411
- /** The start date for the budget. */
412
- startDate: Date;
413
- /** The end date for the budget. If not provided, we default this to 10 years from the start date. */
414
- endDate?: Date;
415
- }
416
-
417
- /**
418
- * Defines values for CategoryType. \
419
- * {@link KnownCategoryType} can be used interchangeably with CategoryType,
420
- * this enum contains the known values that the service supports.
421
- * ### Known values supported by the service
422
- * **Cost**
423
- */
424
- export declare type CategoryType = string;
425
-
426
- /** Interface representing a Charges. */
427
- export declare interface Charges {
428
- /**
429
- * Lists the charges based for the defined scope.
430
- * @param scope The scope associated with charges operations. This includes
431
- * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
432
- * Department scope, and
433
- * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
434
- * for EnrollmentAccount scope. For department and enrollment accounts, you can also add billing period
435
- * to the scope using '/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}'. For e.g. to
436
- * specify billing period at department scope use
437
- * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}'.
438
- * Also, Modern Commerce Account scopes are
439
- * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for billingAccount scope,
440
- * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
441
- * for billingProfile scope,
442
- * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'
443
- * for invoiceSection scope, and
444
- * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific for
445
- * partners.
446
- * @param options The options parameters.
447
- */
448
- list(scope: string, options?: ChargesListOptionalParams): Promise<ChargesListResponse>;
449
- }
450
-
451
- /** Optional parameters. */
452
- export declare interface ChargesListOptionalParams extends coreClient.OperationOptions {
453
- /** May be used to filter charges by properties/usageEnd (Utc time), properties/usageStart (Utc time). The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. Tag filter is a key value pair string where key and value is separated by a colon (:). */
454
- filter?: string;
455
- /** Start date */
456
- startDate?: string;
457
- /** End date */
458
- endDate?: string;
459
- /** May be used to group charges for billingAccount scope by properties/billingProfileId, properties/invoiceSectionId, properties/customerId (specific for Partner Led), or for billingProfile scope by properties/invoiceSectionId. */
460
- apply?: string;
461
- }
462
-
463
- /** Contains response data for the list operation. */
464
- export declare type ChargesListResponse = ChargesListResult;
465
-
466
- /** Result of listing charge summary. */
467
- export declare interface ChargesListResult {
468
- /**
469
- * The list of charge summary
470
- * NOTE: This property will not be serialized. It can only be populated by the server.
471
- */
472
- readonly value?: ChargeSummaryUnion[];
473
- }
474
-
475
- /** A charge summary resource. */
476
- export declare interface ChargeSummary extends ProxyResource {
477
- /** Specifies the kind of charge summary. */
478
- kind: ChargeSummaryKind;
479
- }
480
-
481
- /**
482
- * Defines values for ChargeSummaryKind. \
483
- * {@link KnownChargeSummaryKind} can be used interchangeably with ChargeSummaryKind,
484
- * this enum contains the known values that the service supports.
485
- * ### Known values supported by the service
486
- * **legacy** \
487
- * **modern**
488
- */
489
- export declare type ChargeSummaryKind = string;
490
-
491
- export declare type ChargeSummaryUnion = ChargeSummary | LegacyChargeSummary | ModernChargeSummary;
492
-
493
- export declare class ConsumptionManagementClient extends coreClient.ServiceClient {
494
- $host: string;
495
- apiVersion: string;
496
- subscriptionId: string;
497
- /**
498
- * Initializes a new instance of the ConsumptionManagementClient class.
499
- * @param credentials Subscription credentials which uniquely identify client subscription.
500
- * @param subscriptionId Azure Subscription ID.
501
- * @param options The parameter options
502
- */
503
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ConsumptionManagementClientOptionalParams);
504
- /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
505
- private addCustomApiVersionPolicy;
506
- usageDetails: UsageDetails;
507
- marketplaces: Marketplaces;
508
- budgets: Budgets;
509
- tags: Tags;
510
- charges: Charges;
511
- balances: Balances;
512
- reservationsSummaries: ReservationsSummaries;
513
- reservationsDetails: ReservationsDetails;
514
- reservationRecommendations: ReservationRecommendations;
515
- reservationRecommendationDetails: ReservationRecommendationDetails;
516
- reservationTransactions: ReservationTransactions;
517
- priceSheet: PriceSheet;
518
- operations: Operations;
519
- aggregatedCost: AggregatedCost;
520
- eventsOperations: EventsOperations;
521
- lotsOperations: LotsOperations;
522
- credits: Credits;
523
- }
524
-
525
- /** Optional parameters. */
526
- export declare interface ConsumptionManagementClientOptionalParams extends coreClient.ServiceClientOptions {
527
- /** server parameter */
528
- $host?: string;
529
- /** Api Version */
530
- apiVersion?: string;
531
- /** Overrides client endpoint. */
532
- endpoint?: string;
533
- }
534
-
535
- /** Summary of credit balances. */
536
- export declare interface CreditBalanceSummary {
537
- /**
538
- * Estimated balance.
539
- * NOTE: This property will not be serialized. It can only be populated by the server.
540
- */
541
- readonly estimatedBalance?: Amount;
542
- /**
543
- * Current balance.
544
- * NOTE: This property will not be serialized. It can only be populated by the server.
545
- */
546
- readonly currentBalance?: Amount;
547
- /**
548
- * Estimated balance in billing currency.
549
- * NOTE: This property will not be serialized. It can only be populated by the server.
550
- */
551
- readonly estimatedBalanceInBillingCurrency?: AmountWithExchangeRate;
552
- }
553
-
554
- /** Interface representing a Credits. */
555
- export declare interface Credits {
556
- /**
557
- * The credit summary by billingAccountId and billingProfileId.
558
- * @param billingAccountId BillingAccount ID
559
- * @param billingProfileId Azure Billing Profile ID.
560
- * @param options The options parameters.
561
- */
562
- get(billingAccountId: string, billingProfileId: string, options?: CreditsGetOptionalParams): Promise<CreditsGetResponse>;
563
- }
564
-
565
- /** Optional parameters. */
566
- export declare interface CreditsGetOptionalParams extends coreClient.OperationOptions {
567
- }
568
-
569
- /** Contains response data for the get operation. */
570
- export declare type CreditsGetResponse = CreditSummary;
571
-
572
- /** A credit summary resource. */
573
- export declare interface CreditSummary extends Resource {
574
- /**
575
- * Summary of balances associated with this credit summary.
576
- * NOTE: This property will not be serialized. It can only be populated by the server.
577
- */
578
- readonly balanceSummary?: CreditBalanceSummary;
579
- /**
580
- * Pending credit adjustments.
581
- * NOTE: This property will not be serialized. It can only be populated by the server.
582
- */
583
- readonly pendingCreditAdjustments?: Amount;
584
- /**
585
- * Expired credit.
586
- * NOTE: This property will not be serialized. It can only be populated by the server.
587
- */
588
- readonly expiredCredit?: Amount;
589
- /**
590
- * Pending eligible charges.
591
- * NOTE: This property will not be serialized. It can only be populated by the server.
592
- */
593
- readonly pendingEligibleCharges?: Amount;
594
- /**
595
- * The credit currency.
596
- * NOTE: This property will not be serialized. It can only be populated by the server.
597
- */
598
- readonly creditCurrency?: string;
599
- /**
600
- * The billing currency.
601
- * NOTE: This property will not be serialized. It can only be populated by the server.
602
- */
603
- readonly billingCurrency?: string;
604
- /**
605
- * Credit's reseller.
606
- * NOTE: This property will not be serialized. It can only be populated by the server.
607
- */
608
- readonly reseller?: Reseller;
609
- /**
610
- * The eTag for the resource.
611
- * NOTE: This property will not be serialized. It can only be populated by the server.
612
- */
613
- readonly eTag?: string;
614
- }
615
-
616
- /**
617
- * Defines values for CultureCode. \
618
- * {@link KnownCultureCode} can be used interchangeably with CultureCode,
619
- * this enum contains the known values that the service supports.
620
- * ### Known values supported by the service
621
- * **en-us** \
622
- * **ja-jp** \
623
- * **zh-cn** \
624
- * **de-de** \
625
- * **es-es** \
626
- * **fr-fr** \
627
- * **it-it** \
628
- * **ko-kr** \
629
- * **pt-br** \
630
- * **ru-ru** \
631
- * **zh-tw** \
632
- * **cs-cz** \
633
- * **pl-pl** \
634
- * **tr-tr** \
635
- * **da-dk** \
636
- * **en-gb** \
637
- * **hu-hu** \
638
- * **nb-no** \
639
- * **nl-nl** \
640
- * **pt-pt** \
641
- * **sv-se**
642
- */
643
- export declare type CultureCode = string;
644
-
645
- /** The current amount of cost which is being tracked for a budget. */
646
- export declare interface CurrentSpend {
647
- /**
648
- * The total amount of cost which is being tracked by the budget.
649
- * NOTE: This property will not be serialized. It can only be populated by the server.
650
- */
651
- readonly amount?: number;
652
- /**
653
- * The unit of measure for the budget amount.
654
- * NOTE: This property will not be serialized. It can only be populated by the server.
655
- */
656
- readonly unit?: string;
657
- }
658
-
659
- /**
660
- * Defines values for Datagrain. \
661
- * {@link KnownDatagrain} can be used interchangeably with Datagrain,
662
- * this enum contains the known values that the service supports.
663
- * ### Known values supported by the service
664
- * **daily**: Daily grain of data \
665
- * **monthly**: Monthly grain of data
666
- */
667
- export declare type Datagrain = string;
668
-
669
- /** The properties of the price sheet download. */
670
- export declare interface DownloadProperties {
671
- /**
672
- * The link (url) to download the pricesheet.
673
- * NOTE: This property will not be serialized. It can only be populated by the server.
674
- */
675
- readonly downloadUrl?: string;
676
- /**
677
- * Download link validity.
678
- * NOTE: This property will not be serialized. It can only be populated by the server.
679
- */
680
- readonly validTill?: string;
681
- }
682
-
683
- /** The details of the error. */
684
- export declare interface ErrorDetails {
685
- /**
686
- * Error code.
687
- * NOTE: This property will not be serialized. It can only be populated by the server.
688
- */
689
- readonly code?: string;
690
- /**
691
- * Error message indicating why the operation failed.
692
- * NOTE: This property will not be serialized. It can only be populated by the server.
693
- */
694
- readonly message?: string;
695
- }
696
-
697
- /**
698
- * Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.
699
- *
700
- * Some Error responses:
701
- *
702
- * * 429 TooManyRequests - Request is throttled. Retry after waiting for the time specified in the "x-ms-ratelimit-microsoft.consumption-retry-after" header.
703
- *
704
- * * 503 ServiceUnavailable - Service is temporarily unavailable. Retry after waiting for the time specified in the "Retry-After" header.
705
- */
706
- export declare interface ErrorResponse {
707
- /** The details of the error. */
708
- error?: ErrorDetails;
709
- }
710
-
711
- /** Result of listing event summary. */
712
- export declare interface Events {
713
- /**
714
- * The list of event summary.
715
- * NOTE: This property will not be serialized. It can only be populated by the server.
716
- */
717
- readonly value?: EventSummary[];
718
- /**
719
- * The link (url) to the next page of results.
720
- * NOTE: This property will not be serialized. It can only be populated by the server.
721
- */
722
- readonly nextLink?: string;
723
- }
724
-
725
- /** Optional parameters. */
726
- export declare interface EventsListByBillingAccountNextOptionalParams extends coreClient.OperationOptions {
727
- }
728
-
729
- /** Contains response data for the listByBillingAccountNext operation. */
730
- export declare type EventsListByBillingAccountNextResponse = Events;
731
-
732
- /** Optional parameters. */
733
- export declare interface EventsListByBillingAccountOptionalParams extends coreClient.OperationOptions {
734
- /** May be used to filter the events by lotId, lotSource etc. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. Tag filter is a key value pair string where key and value is separated by a colon (:). */
735
- filter?: string;
736
- }
737
-
738
- /** Contains response data for the listByBillingAccount operation. */
739
- export declare type EventsListByBillingAccountResponse = Events;
740
-
741
- /** Optional parameters. */
742
- export declare interface EventsListByBillingProfileNextOptionalParams extends coreClient.OperationOptions {
743
- }
744
-
745
- /** Contains response data for the listByBillingProfileNext operation. */
746
- export declare type EventsListByBillingProfileNextResponse = Events;
747
-
748
- /** Optional parameters. */
749
- export declare interface EventsListByBillingProfileOptionalParams extends coreClient.OperationOptions {
750
- }
751
-
752
- /** Contains response data for the listByBillingProfile operation. */
753
- export declare type EventsListByBillingProfileResponse = Events;
754
-
755
- /** Interface representing a EventsOperations. */
756
- export declare interface EventsOperations {
757
- /**
758
- * Lists the events that decrements Azure credits or Microsoft Azure consumption commitment for a
759
- * billing account or a billing profile for a given start and end date.
760
- * @param billingAccountId BillingAccount ID
761
- * @param billingProfileId Azure Billing Profile ID.
762
- * @param startDate Start date
763
- * @param endDate End date
764
- * @param options The options parameters.
765
- */
766
- listByBillingProfile(billingAccountId: string, billingProfileId: string, startDate: string, endDate: string, options?: EventsListByBillingProfileOptionalParams): PagedAsyncIterableIterator<EventSummary>;
767
- /**
768
- * Lists the events that decrements Azure credits or Microsoft Azure consumption commitment for a
769
- * billing account or a billing profile for a given start and end date.
770
- * @param billingAccountId BillingAccount ID
771
- * @param options The options parameters.
772
- */
773
- listByBillingAccount(billingAccountId: string, options?: EventsListByBillingAccountOptionalParams): PagedAsyncIterableIterator<EventSummary>;
774
- }
775
-
776
- /** An event summary resource. */
777
- export declare interface EventSummary extends ProxyResource {
778
- /**
779
- * The date of the event.
780
- * NOTE: This property will not be serialized. It can only be populated by the server.
781
- */
782
- readonly transactionDate?: Date;
783
- /**
784
- * The description of the event.
785
- * NOTE: This property will not be serialized. It can only be populated by the server.
786
- */
787
- readonly description?: string;
788
- /**
789
- * The amount of new credit or commitment for NewCredit or SettleCharges event.
790
- * NOTE: This property will not be serialized. It can only be populated by the server.
791
- */
792
- readonly newCredit?: Amount;
793
- /**
794
- * The amount of balance adjustment. The property is not available for ConsumptionCommitment lots.
795
- * NOTE: This property will not be serialized. It can only be populated by the server.
796
- */
797
- readonly adjustments?: Amount;
798
- /**
799
- * The amount of expired credit or commitment for NewCredit or SettleCharges event.
800
- * NOTE: This property will not be serialized. It can only be populated by the server.
801
- */
802
- readonly creditExpired?: Amount;
803
- /**
804
- * The amount of charges for events of type SettleCharges and PendingEligibleCharges.
805
- * NOTE: This property will not be serialized. It can only be populated by the server.
806
- */
807
- readonly charges?: Amount;
808
- /**
809
- * The balance after the event.
810
- * NOTE: This property will not be serialized. It can only be populated by the server.
811
- */
812
- readonly closedBalance?: Amount;
813
- /** Identifies the type of the event. */
814
- eventType?: EventType;
815
- /**
816
- * The number which uniquely identifies the invoice on which the event was billed. This will be empty for unbilled events.
817
- * NOTE: This property will not be serialized. It can only be populated by the server.
818
- */
819
- readonly invoiceNumber?: string;
820
- /**
821
- * The ID that uniquely identifies the billing profile for which the event happened. The property is only available for billing account of type MicrosoftCustomerAgreement.
822
- * NOTE: This property will not be serialized. It can only be populated by the server.
823
- */
824
- readonly billingProfileId?: string;
825
- /**
826
- * The display name of the billing profile for which the event happened. The property is only available for billing account of type MicrosoftCustomerAgreement.
827
- * NOTE: This property will not be serialized. It can only be populated by the server.
828
- */
829
- readonly billingProfileDisplayName?: string;
830
- /**
831
- * The ID that uniquely identifies the lot for which the event happened.
832
- * NOTE: This property will not be serialized. It can only be populated by the server.
833
- */
834
- readonly lotId?: string;
835
- /**
836
- * Identifies the source of the lot for which the event happened.
837
- * NOTE: This property will not be serialized. It can only be populated by the server.
838
- */
839
- readonly lotSource?: string;
840
- /**
841
- * Amount of canceled credit.
842
- * NOTE: This property will not be serialized. It can only be populated by the server.
843
- */
844
- readonly canceledCredit?: Amount;
845
- /**
846
- * The credit currency of the event.
847
- * NOTE: This property will not be serialized. It can only be populated by the server.
848
- */
849
- readonly creditCurrency?: string;
850
- /**
851
- * The billing currency of the event.
852
- * NOTE: This property will not be serialized. It can only be populated by the server.
853
- */
854
- readonly billingCurrency?: string;
855
- /**
856
- * The reseller of the event.
857
- * NOTE: This property will not be serialized. It can only be populated by the server.
858
- */
859
- readonly reseller?: Reseller;
860
- /**
861
- * The amount of expired credit or commitment for NewCredit or SettleCharges event in billing currency.
862
- * NOTE: This property will not be serialized. It can only be populated by the server.
863
- */
864
- readonly creditExpiredInBillingCurrency?: AmountWithExchangeRate;
865
- /**
866
- * The amount of new credit or commitment for NewCredit or SettleCharges event in billing currency.
867
- * NOTE: This property will not be serialized. It can only be populated by the server.
868
- */
869
- readonly newCreditInBillingCurrency?: AmountWithExchangeRate;
870
- /**
871
- * The amount of balance adjustment in billing currency.
872
- * NOTE: This property will not be serialized. It can only be populated by the server.
873
- */
874
- readonly adjustmentsInBillingCurrency?: AmountWithExchangeRate;
875
- /**
876
- * The amount of charges for events of type SettleCharges and PendingEligibleCharges in billing currency.
877
- * NOTE: This property will not be serialized. It can only be populated by the server.
878
- */
879
- readonly chargesInBillingCurrency?: AmountWithExchangeRate;
880
- /**
881
- * The balance in billing currency after the event.
882
- * NOTE: This property will not be serialized. It can only be populated by the server.
883
- */
884
- readonly closedBalanceInBillingCurrency?: AmountWithExchangeRate;
885
- /**
886
- * The eTag for the resource.
887
- * NOTE: This property will not be serialized. It can only be populated by the server.
888
- */
889
- readonly eTagPropertiesETag?: string;
890
- }
891
-
892
- /**
893
- * Defines values for EventType. \
894
- * {@link KnownEventType} can be used interchangeably with EventType,
895
- * this enum contains the known values that the service supports.
896
- * ### Known values supported by the service
897
- * **SettledCharges** \
898
- * **PendingCharges** \
899
- * **PendingAdjustments** \
900
- * **PendingNewCredit** \
901
- * **PendingExpiredCredit** \
902
- * **UnKnown** \
903
- * **NewCredit**
904
- */
905
- export declare type EventType = string;
906
-
907
- /** The forecasted cost which is being tracked for a budget. */
908
- export declare interface ForecastSpend {
909
- /**
910
- * The forecasted cost for the total time period which is being tracked by the budget. This value is only provided if the budget contains a forecast alert type.
911
- * NOTE: This property will not be serialized. It can only be populated by the server.
912
- */
913
- readonly amount?: number;
914
- /**
915
- * The unit of measure for the budget amount.
916
- * NOTE: This property will not be serialized. It can only be populated by the server.
917
- */
918
- readonly unit?: string;
919
- }
920
-
921
- /**
922
- * Given the last `.value` produced by the `byPage` iterator,
923
- * returns a continuation token that can be used to begin paging from
924
- * that point later.
925
- * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
926
- * @returns The continuation token that can be passed into byPage() during future calls.
927
- */
928
- export declare function getContinuationToken(page: unknown): string | undefined;
929
-
930
- /** The details of the error. */
931
- export declare interface HighCasedErrorDetails {
932
- /**
933
- * Error code.
934
- * NOTE: This property will not be serialized. It can only be populated by the server.
935
- */
936
- readonly code?: string;
937
- /**
938
- * Error message indicating why the operation failed.
939
- * NOTE: This property will not be serialized. It can only be populated by the server.
940
- */
941
- readonly message?: string;
942
- }
943
-
944
- /**
945
- * Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.
946
- *
947
- * Some Error responses:
948
- *
949
- * * 429 TooManyRequests - Request is throttled. Retry after waiting for the time specified in the "x-ms-ratelimit-microsoft.consumption-retry-after" header.
950
- *
951
- * * 503 ServiceUnavailable - Service is temporarily unavailable. Retry after waiting for the time specified in the "Retry-After" header.
952
- */
953
- export declare interface HighCasedErrorResponse {
954
- /** The details of the error. */
955
- error?: HighCasedErrorDetails;
956
- }
957
-
958
- /** Known values of {@link BillingFrequency} that the service accepts. */
959
- export declare enum KnownBillingFrequency {
960
- /** Month */
961
- Month = "Month",
962
- /** Quarter */
963
- Quarter = "Quarter",
964
- /** Year */
965
- Year = "Year"
966
- }
967
-
968
- /** Known values of {@link BudgetOperatorType} that the service accepts. */
969
- export declare enum KnownBudgetOperatorType {
970
- /** In */
971
- In = "In"
972
- }
973
-
974
- /** Known values of {@link CategoryType} that the service accepts. */
975
- export declare enum KnownCategoryType {
976
- /** Cost */
977
- Cost = "Cost"
978
- }
979
-
980
- /** Known values of {@link ChargeSummaryKind} that the service accepts. */
981
- export declare enum KnownChargeSummaryKind {
982
- /** Legacy */
983
- Legacy = "legacy",
984
- /** Modern */
985
- Modern = "modern"
986
- }
987
-
988
- /** Known values of {@link CultureCode} that the service accepts. */
989
- export declare enum KnownCultureCode {
990
- /** EnUs */
991
- EnUs = "en-us",
992
- /** JaJp */
993
- JaJp = "ja-jp",
994
- /** ZhCn */
995
- ZhCn = "zh-cn",
996
- /** DeDe */
997
- DeDe = "de-de",
998
- /** EsEs */
999
- EsEs = "es-es",
1000
- /** FrFr */
1001
- FrFr = "fr-fr",
1002
- /** ItIt */
1003
- ItIt = "it-it",
1004
- /** KoKr */
1005
- KoKr = "ko-kr",
1006
- /** PtBr */
1007
- PtBr = "pt-br",
1008
- /** RuRu */
1009
- RuRu = "ru-ru",
1010
- /** ZhTw */
1011
- ZhTw = "zh-tw",
1012
- /** CsCz */
1013
- CsCz = "cs-cz",
1014
- /** PlPl */
1015
- PlPl = "pl-pl",
1016
- /** TrTr */
1017
- TrTr = "tr-tr",
1018
- /** DaDk */
1019
- DaDk = "da-dk",
1020
- /** EnGb */
1021
- EnGb = "en-gb",
1022
- /** HuHu */
1023
- HuHu = "hu-hu",
1024
- /** NbNo */
1025
- NbNo = "nb-no",
1026
- /** NlNl */
1027
- NlNl = "nl-nl",
1028
- /** PtPt */
1029
- PtPt = "pt-pt",
1030
- /** SvSe */
1031
- SvSe = "sv-se"
1032
- }
1033
-
1034
- /** Known values of {@link Datagrain} that the service accepts. */
1035
- export declare enum KnownDatagrain {
1036
- /** Daily grain of data */
1037
- DailyGrain = "daily",
1038
- /** Monthly grain of data */
1039
- MonthlyGrain = "monthly"
1040
- }
1041
-
1042
- /** Known values of {@link EventType} that the service accepts. */
1043
- export declare enum KnownEventType {
1044
- /** SettledCharges */
1045
- SettledCharges = "SettledCharges",
1046
- /** PendingCharges */
1047
- PendingCharges = "PendingCharges",
1048
- /** PendingAdjustments */
1049
- PendingAdjustments = "PendingAdjustments",
1050
- /** PendingNewCredit */
1051
- PendingNewCredit = "PendingNewCredit",
1052
- /** PendingExpiredCredit */
1053
- PendingExpiredCredit = "PendingExpiredCredit",
1054
- /** UnKnown */
1055
- UnKnown = "UnKnown",
1056
- /** NewCredit */
1057
- NewCredit = "NewCredit"
1058
- }
1059
-
1060
- /** Known values of {@link LookBackPeriod} that the service accepts. */
1061
- export declare enum KnownLookBackPeriod {
1062
- /** Use 7 days of data for recommendations */
1063
- Last07Days = "Last7Days",
1064
- /** Use 30 days of data for recommendations */
1065
- Last30Days = "Last30Days",
1066
- /** Use 60 days of data for recommendations */
1067
- Last60Days = "Last60Days"
1068
- }
1069
-
1070
- /** Known values of {@link LotSource} that the service accepts. */
1071
- export declare enum KnownLotSource {
1072
- /** PurchasedCredit */
1073
- PurchasedCredit = "PurchasedCredit",
1074
- /** PromotionalCredit */
1075
- PromotionalCredit = "PromotionalCredit",
1076
- /** ConsumptionCommitment */
1077
- ConsumptionCommitment = "ConsumptionCommitment"
1078
- }
1079
-
1080
- /** Known values of {@link Metrictype} that the service accepts. */
1081
- export declare enum KnownMetrictype {
1082
- /** Actual cost data. */
1083
- ActualCostMetricType = "actualcost",
1084
- /** Amortized cost data. */
1085
- AmortizedCostMetricType = "amortizedcost",
1086
- /** Usage data. */
1087
- UsageMetricType = "usage"
1088
- }
1089
-
1090
- /** Known values of {@link OperatorType} that the service accepts. */
1091
- export declare enum KnownOperatorType {
1092
- /** EqualTo */
1093
- EqualTo = "EqualTo",
1094
- /** GreaterThan */
1095
- GreaterThan = "GreaterThan",
1096
- /** GreaterThanOrEqualTo */
1097
- GreaterThanOrEqualTo = "GreaterThanOrEqualTo"
1098
- }
1099
-
1100
- /** Known values of {@link PricingModelType} that the service accepts. */
1101
- export declare enum KnownPricingModelType {
1102
- /** OnDemand */
1103
- OnDemand = "On Demand",
1104
- /** Reservation */
1105
- Reservation = "Reservation",
1106
- /** Spot */
1107
- Spot = "Spot"
1108
- }
1109
-
1110
- /** Known values of {@link ReservationRecommendationKind} that the service accepts. */
1111
- export declare enum KnownReservationRecommendationKind {
1112
- /** Legacy */
1113
- Legacy = "legacy",
1114
- /** Modern */
1115
- Modern = "modern"
1116
- }
1117
-
1118
- /** Known values of {@link Scope} that the service accepts. */
1119
- export declare enum KnownScope {
1120
- /** Single */
1121
- Single = "Single",
1122
- /** Shared */
1123
- Shared = "Shared"
1124
- }
1125
-
1126
- /** Known values of {@link Status} that the service accepts. */
1127
- export declare enum KnownStatus {
1128
- /** None */
1129
- None = "None",
1130
- /** Active */
1131
- Active = "Active",
1132
- /** Inactive */
1133
- Inactive = "Inactive",
1134
- /** Expired */
1135
- Expired = "Expired",
1136
- /** Complete */
1137
- Complete = "Complete",
1138
- /** Canceled */
1139
- Canceled = "Canceled"
1140
- }
1141
-
1142
- /** Known values of {@link Term} that the service accepts. */
1143
- export declare enum KnownTerm {
1144
- /** 1 year reservation term */
1145
- P1Y = "P1Y",
1146
- /** 3 year reservation term */
1147
- P3Y = "P3Y"
1148
- }
1149
-
1150
- /** Known values of {@link ThresholdType} that the service accepts. */
1151
- export declare enum KnownThresholdType {
1152
- /** Actual */
1153
- Actual = "Actual",
1154
- /** Forecasted */
1155
- Forecasted = "Forecasted"
1156
- }
1157
-
1158
- /** Known values of {@link TimeGrainType} that the service accepts. */
1159
- export declare enum KnownTimeGrainType {
1160
- /** Monthly */
1161
- Monthly = "Monthly",
1162
- /** Quarterly */
1163
- Quarterly = "Quarterly",
1164
- /** Annually */
1165
- Annually = "Annually",
1166
- /** BillingMonth */
1167
- BillingMonth = "BillingMonth",
1168
- /** BillingQuarter */
1169
- BillingQuarter = "BillingQuarter",
1170
- /** BillingAnnual */
1171
- BillingAnnual = "BillingAnnual"
1172
- }
1173
-
1174
- /** Known values of {@link UsageDetailsKind} that the service accepts. */
1175
- export declare enum KnownUsageDetailsKind {
1176
- /** Legacy */
1177
- Legacy = "legacy",
1178
- /** Modern */
1179
- Modern = "modern"
1180
- }
1181
-
1182
- /** Legacy charge summary. */
1183
- export declare interface LegacyChargeSummary extends ChargeSummary {
1184
- /** Polymorphic discriminator, which specifies the different types this object can be */
1185
- kind: "legacy";
1186
- /**
1187
- * The id of the billing period resource that the charge belongs to.
1188
- * NOTE: This property will not be serialized. It can only be populated by the server.
1189
- */
1190
- readonly billingPeriodId?: string;
1191
- /**
1192
- * Usage start date.
1193
- * NOTE: This property will not be serialized. It can only be populated by the server.
1194
- */
1195
- readonly usageStart?: string;
1196
- /**
1197
- * Usage end date.
1198
- * NOTE: This property will not be serialized. It can only be populated by the server.
1199
- */
1200
- readonly usageEnd?: string;
1201
- /**
1202
- * Azure Charges.
1203
- * NOTE: This property will not be serialized. It can only be populated by the server.
1204
- */
1205
- readonly azureCharges?: number;
1206
- /**
1207
- * Charges Billed separately.
1208
- * NOTE: This property will not be serialized. It can only be populated by the server.
1209
- */
1210
- readonly chargesBilledSeparately?: number;
1211
- /**
1212
- * Marketplace Charges.
1213
- * NOTE: This property will not be serialized. It can only be populated by the server.
1214
- */
1215
- readonly marketplaceCharges?: number;
1216
- /**
1217
- * Currency Code
1218
- * NOTE: This property will not be serialized. It can only be populated by the server.
1219
- */
1220
- readonly currency?: string;
1221
- }
1222
-
1223
- /** Legacy reservation recommendation. */
1224
- export declare interface LegacyReservationRecommendation extends ReservationRecommendation {
1225
- /** Polymorphic discriminator, which specifies the different types this object can be */
1226
- kind: "legacy";
1227
- /**
1228
- * The number of days of usage to look back for recommendation.
1229
- * NOTE: This property will not be serialized. It can only be populated by the server.
1230
- */
1231
- readonly lookBackPeriod?: string;
1232
- /**
1233
- * The instance Flexibility Ratio.
1234
- * NOTE: This property will not be serialized. It can only be populated by the server.
1235
- */
1236
- readonly instanceFlexibilityRatio?: number;
1237
- /**
1238
- * The instance Flexibility Group.
1239
- * NOTE: This property will not be serialized. It can only be populated by the server.
1240
- */
1241
- readonly instanceFlexibilityGroup?: string;
1242
- /**
1243
- * The normalized Size.
1244
- * NOTE: This property will not be serialized. It can only be populated by the server.
1245
- */
1246
- readonly normalizedSize?: string;
1247
- /**
1248
- * The recommended Quantity Normalized.
1249
- * NOTE: This property will not be serialized. It can only be populated by the server.
1250
- */
1251
- readonly recommendedQuantityNormalized?: number;
1252
- /**
1253
- * The meter id (GUID)
1254
- * NOTE: This property will not be serialized. It can only be populated by the server.
1255
- */
1256
- readonly meterId?: string;
1257
- /**
1258
- * The azure resource type.
1259
- * NOTE: This property will not be serialized. It can only be populated by the server.
1260
- */
1261
- readonly resourceType?: string;
1262
- /**
1263
- * RI recommendations in one or three year terms.
1264
- * NOTE: This property will not be serialized. It can only be populated by the server.
1265
- */
1266
- readonly term?: string;
1267
- /**
1268
- * The total amount of cost without reserved instances.
1269
- * NOTE: This property will not be serialized. It can only be populated by the server.
1270
- */
1271
- readonly costWithNoReservedInstances?: number;
1272
- /**
1273
- * Recommended quality for reserved instances.
1274
- * NOTE: This property will not be serialized. It can only be populated by the server.
1275
- */
1276
- readonly recommendedQuantity?: number;
1277
- /**
1278
- * The total amount of cost with reserved instances.
1279
- * NOTE: This property will not be serialized. It can only be populated by the server.
1280
- */
1281
- readonly totalCostWithReservedInstances?: number;
1282
- /**
1283
- * Total estimated savings with reserved instances.
1284
- * NOTE: This property will not be serialized. It can only be populated by the server.
1285
- */
1286
- readonly netSavings?: number;
1287
- /**
1288
- * The usage date for looking back.
1289
- * NOTE: This property will not be serialized. It can only be populated by the server.
1290
- */
1291
- readonly firstUsageDate?: Date;
1292
- /** Shared or single recommendation. */
1293
- scope: string;
1294
- /**
1295
- * List of sku properties
1296
- * NOTE: This property will not be serialized. It can only be populated by the server.
1297
- */
1298
- readonly skuProperties?: SkuProperty[];
1299
- }
1300
-
1301
- /** The properties of the reservation recommendation. */
1302
- export declare interface LegacyReservationRecommendationProperties {
1303
- /** Polymorphic discriminator, which specifies the different types this object can be */
1304
- scope: "Single" | "Shared";
1305
- /**
1306
- * The number of days of usage to look back for recommendation.
1307
- * NOTE: This property will not be serialized. It can only be populated by the server.
1308
- */
1309
- readonly lookBackPeriod?: string;
1310
- /**
1311
- * The instance Flexibility Ratio.
1312
- * NOTE: This property will not be serialized. It can only be populated by the server.
1313
- */
1314
- readonly instanceFlexibilityRatio?: number;
1315
- /**
1316
- * The instance Flexibility Group.
1317
- * NOTE: This property will not be serialized. It can only be populated by the server.
1318
- */
1319
- readonly instanceFlexibilityGroup?: string;
1320
- /**
1321
- * The normalized Size.
1322
- * NOTE: This property will not be serialized. It can only be populated by the server.
1323
- */
1324
- readonly normalizedSize?: string;
1325
- /**
1326
- * The recommended Quantity Normalized.
1327
- * NOTE: This property will not be serialized. It can only be populated by the server.
1328
- */
1329
- readonly recommendedQuantityNormalized?: number;
1330
- /**
1331
- * The meter id (GUID)
1332
- * NOTE: This property will not be serialized. It can only be populated by the server.
1333
- */
1334
- readonly meterId?: string;
1335
- /**
1336
- * The azure resource type.
1337
- * NOTE: This property will not be serialized. It can only be populated by the server.
1338
- */
1339
- readonly resourceType?: string;
1340
- /**
1341
- * RI recommendations in one or three year terms.
1342
- * NOTE: This property will not be serialized. It can only be populated by the server.
1343
- */
1344
- readonly term?: string;
1345
- /**
1346
- * The total amount of cost without reserved instances.
1347
- * NOTE: This property will not be serialized. It can only be populated by the server.
1348
- */
1349
- readonly costWithNoReservedInstances?: number;
1350
- /**
1351
- * Recommended quality for reserved instances.
1352
- * NOTE: This property will not be serialized. It can only be populated by the server.
1353
- */
1354
- readonly recommendedQuantity?: number;
1355
- /**
1356
- * The total amount of cost with reserved instances.
1357
- * NOTE: This property will not be serialized. It can only be populated by the server.
1358
- */
1359
- readonly totalCostWithReservedInstances?: number;
1360
- /**
1361
- * Total estimated savings with reserved instances.
1362
- * NOTE: This property will not be serialized. It can only be populated by the server.
1363
- */
1364
- readonly netSavings?: number;
1365
- /**
1366
- * The usage date for looking back.
1367
- * NOTE: This property will not be serialized. It can only be populated by the server.
1368
- */
1369
- readonly firstUsageDate?: Date;
1370
- /**
1371
- * List of sku properties
1372
- * NOTE: This property will not be serialized. It can only be populated by the server.
1373
- */
1374
- readonly skuProperties?: SkuProperty[];
1375
- }
1376
-
1377
- export declare type LegacyReservationRecommendationPropertiesUnion = LegacyReservationRecommendationProperties | LegacySingleScopeReservationRecommendationProperties | LegacySharedScopeReservationRecommendationProperties;
1378
-
1379
- /** Legacy Reservation transaction resource. */
1380
- export declare interface LegacyReservationTransaction extends ReservationTransaction {
1381
- }
1382
-
1383
- /** The properties of the legacy reservation recommendation for shared scope. */
1384
- export declare interface LegacySharedScopeReservationRecommendationProperties extends LegacyReservationRecommendationProperties {
1385
- /** Polymorphic discriminator, which specifies the different types this object can be */
1386
- scope: "Shared";
1387
- }
1388
-
1389
- /** The properties of the legacy reservation recommendation for single scope. */
1390
- export declare interface LegacySingleScopeReservationRecommendationProperties extends LegacyReservationRecommendationProperties {
1391
- /** Polymorphic discriminator, which specifies the different types this object can be */
1392
- scope: "Single";
1393
- /**
1394
- * Subscription id associated with single scoped recommendation.
1395
- * NOTE: This property will not be serialized. It can only be populated by the server.
1396
- */
1397
- readonly subscriptionId?: string;
1398
- }
1399
-
1400
- /** Legacy usage detail. */
1401
- export declare interface LegacyUsageDetail extends UsageDetail {
1402
- /** Polymorphic discriminator, which specifies the different types this object can be */
1403
- kind: "legacy";
1404
- /**
1405
- * Billing Account identifier.
1406
- * NOTE: This property will not be serialized. It can only be populated by the server.
1407
- */
1408
- readonly billingAccountId?: string;
1409
- /**
1410
- * Billing Account Name.
1411
- * NOTE: This property will not be serialized. It can only be populated by the server.
1412
- */
1413
- readonly billingAccountName?: string;
1414
- /**
1415
- * The billing period start date.
1416
- * NOTE: This property will not be serialized. It can only be populated by the server.
1417
- */
1418
- readonly billingPeriodStartDate?: Date;
1419
- /**
1420
- * The billing period end date.
1421
- * NOTE: This property will not be serialized. It can only be populated by the server.
1422
- */
1423
- readonly billingPeriodEndDate?: Date;
1424
- /**
1425
- * Billing Profile identifier.
1426
- * NOTE: This property will not be serialized. It can only be populated by the server.
1427
- */
1428
- readonly billingProfileId?: string;
1429
- /**
1430
- * Billing Profile Name.
1431
- * NOTE: This property will not be serialized. It can only be populated by the server.
1432
- */
1433
- readonly billingProfileName?: string;
1434
- /**
1435
- * Account Owner Id.
1436
- * NOTE: This property will not be serialized. It can only be populated by the server.
1437
- */
1438
- readonly accountOwnerId?: string;
1439
- /**
1440
- * Account Name.
1441
- * NOTE: This property will not be serialized. It can only be populated by the server.
1442
- */
1443
- readonly accountName?: string;
1444
- /**
1445
- * Subscription guid.
1446
- * NOTE: This property will not be serialized. It can only be populated by the server.
1447
- */
1448
- readonly subscriptionId?: string;
1449
- /**
1450
- * Subscription name.
1451
- * NOTE: This property will not be serialized. It can only be populated by the server.
1452
- */
1453
- readonly subscriptionName?: string;
1454
- /**
1455
- * Date for the usage record.
1456
- * NOTE: This property will not be serialized. It can only be populated by the server.
1457
- */
1458
- readonly date?: Date;
1459
- /**
1460
- * Product name for the consumed service or purchase. Not available for Marketplace.
1461
- * NOTE: This property will not be serialized. It can only be populated by the server.
1462
- */
1463
- readonly product?: string;
1464
- /**
1465
- * Part Number of the service used. Can be used to join with the price sheet. Not available for marketplace.
1466
- * NOTE: This property will not be serialized. It can only be populated by the server.
1467
- */
1468
- readonly partNumber?: string;
1469
- /**
1470
- * The meter id (GUID). Not available for marketplace. For reserved instance this represents the primary meter for which the reservation was purchased. For the actual VM Size for which the reservation is purchased see productOrderName.
1471
- * NOTE: This property will not be serialized. It can only be populated by the server.
1472
- */
1473
- readonly meterId?: string;
1474
- /**
1475
- * The details about the meter. By default this is not populated, unless it's specified in $expand.
1476
- * NOTE: This property will not be serialized. It can only be populated by the server.
1477
- */
1478
- readonly meterDetails?: MeterDetailsResponse;
1479
- /**
1480
- * The usage quantity.
1481
- * NOTE: This property will not be serialized. It can only be populated by the server.
1482
- */
1483
- readonly quantity?: number;
1484
- /**
1485
- * Effective Price that's charged for the usage.
1486
- * NOTE: This property will not be serialized. It can only be populated by the server.
1487
- */
1488
- readonly effectivePrice?: number;
1489
- /**
1490
- * The amount of cost before tax.
1491
- * NOTE: This property will not be serialized. It can only be populated by the server.
1492
- */
1493
- readonly cost?: number;
1494
- /**
1495
- * Unit Price is the price applicable to you. (your EA or other contract price).
1496
- * NOTE: This property will not be serialized. It can only be populated by the server.
1497
- */
1498
- readonly unitPrice?: number;
1499
- /**
1500
- * Billing Currency.
1501
- * NOTE: This property will not be serialized. It can only be populated by the server.
1502
- */
1503
- readonly billingCurrency?: string;
1504
- /**
1505
- * Resource Location.
1506
- * NOTE: This property will not be serialized. It can only be populated by the server.
1507
- */
1508
- readonly resourceLocation?: string;
1509
- /**
1510
- * Consumed service name. Name of the azure resource provider that emits the usage or was purchased. This value is not provided for marketplace usage.
1511
- * NOTE: This property will not be serialized. It can only be populated by the server.
1512
- */
1513
- readonly consumedService?: string;
1514
- /**
1515
- * Unique identifier of the Azure Resource Manager usage detail resource.
1516
- * NOTE: This property will not be serialized. It can only be populated by the server.
1517
- */
1518
- readonly resourceId?: string;
1519
- /**
1520
- * Resource Name.
1521
- * NOTE: This property will not be serialized. It can only be populated by the server.
1522
- */
1523
- readonly resourceName?: string;
1524
- /**
1525
- * Service-specific metadata.
1526
- * NOTE: This property will not be serialized. It can only be populated by the server.
1527
- */
1528
- readonly serviceInfo1?: string;
1529
- /**
1530
- * Legacy field with optional service-specific metadata.
1531
- * NOTE: This property will not be serialized. It can only be populated by the server.
1532
- */
1533
- readonly serviceInfo2?: string;
1534
- /**
1535
- * Additional details of this usage item. By default this is not populated, unless it's specified in $expand. Use this field to get usage line item specific details such as the actual VM Size (ServiceType) or the ratio in which the reservation discount is applied.
1536
- * NOTE: This property will not be serialized. It can only be populated by the server.
1537
- */
1538
- readonly additionalInfo?: string;
1539
- /**
1540
- * Invoice Section Name.
1541
- * NOTE: This property will not be serialized. It can only be populated by the server.
1542
- */
1543
- readonly invoiceSection?: string;
1544
- /**
1545
- * The cost center of this department if it is a department and a cost center is provided.
1546
- * NOTE: This property will not be serialized. It can only be populated by the server.
1547
- */
1548
- readonly costCenter?: string;
1549
- /**
1550
- * Resource Group Name.
1551
- * NOTE: This property will not be serialized. It can only be populated by the server.
1552
- */
1553
- readonly resourceGroup?: string;
1554
- /**
1555
- * ARM resource id of the reservation. Only applies to records relevant to reservations.
1556
- * NOTE: This property will not be serialized. It can only be populated by the server.
1557
- */
1558
- readonly reservationId?: string;
1559
- /**
1560
- * User provided display name of the reservation. Last known name for a particular day is populated in the daily data. Only applies to records relevant to reservations.
1561
- * NOTE: This property will not be serialized. It can only be populated by the server.
1562
- */
1563
- readonly reservationName?: string;
1564
- /**
1565
- * Product Order Id. For reservations this is the Reservation Order ID.
1566
- * NOTE: This property will not be serialized. It can only be populated by the server.
1567
- */
1568
- readonly productOrderId?: string;
1569
- /**
1570
- * Product Order Name. For reservations this is the SKU that was purchased.
1571
- * NOTE: This property will not be serialized. It can only be populated by the server.
1572
- */
1573
- readonly productOrderName?: string;
1574
- /**
1575
- * Offer Id. Ex: MS-AZR-0017P, MS-AZR-0148P.
1576
- * NOTE: This property will not be serialized. It can only be populated by the server.
1577
- */
1578
- readonly offerId?: string;
1579
- /**
1580
- * Is Azure Credit Eligible.
1581
- * NOTE: This property will not be serialized. It can only be populated by the server.
1582
- */
1583
- readonly isAzureCreditEligible?: boolean;
1584
- /**
1585
- * Term (in months). 1 month for monthly recurring purchase. 12 months for a 1 year reservation. 36 months for a 3 year reservation.
1586
- * NOTE: This property will not be serialized. It can only be populated by the server.
1587
- */
1588
- readonly term?: string;
1589
- /**
1590
- * Publisher Name.
1591
- * NOTE: This property will not be serialized. It can only be populated by the server.
1592
- */
1593
- readonly publisherName?: string;
1594
- /**
1595
- * Publisher Type.
1596
- * NOTE: This property will not be serialized. It can only be populated by the server.
1597
- */
1598
- readonly publisherType?: string;
1599
- /**
1600
- * Plan Name.
1601
- * NOTE: This property will not be serialized. It can only be populated by the server.
1602
- */
1603
- readonly planName?: string;
1604
- /**
1605
- * Indicates a charge represents credits, usage, a Marketplace purchase, a reservation fee, or a refund.
1606
- * NOTE: This property will not be serialized. It can only be populated by the server.
1607
- */
1608
- readonly chargeType?: string;
1609
- /**
1610
- * Indicates how frequently this charge will occur. OneTime for purchases which only happen once, Monthly for fees which recur every month, and UsageBased for charges based on how much a service is used.
1611
- * NOTE: This property will not be serialized. It can only be populated by the server.
1612
- */
1613
- readonly frequency?: string;
1614
- /**
1615
- * Retail price for the resource.
1616
- * NOTE: This property will not be serialized. It can only be populated by the server.
1617
- */
1618
- readonly payGPrice?: number;
1619
- /**
1620
- * Identifier that indicates how the meter is priced.
1621
- * NOTE: This property will not be serialized. It can only be populated by the server.
1622
- */
1623
- readonly pricingModel?: PricingModelType;
1624
- }
1625
-
1626
- /**
1627
- * Defines values for LookBackPeriod. \
1628
- * {@link KnownLookBackPeriod} can be used interchangeably with LookBackPeriod,
1629
- * this enum contains the known values that the service supports.
1630
- * ### Known values supported by the service
1631
- * **Last7Days**: Use 7 days of data for recommendations \
1632
- * **Last30Days**: Use 30 days of data for recommendations \
1633
- * **Last60Days**: Use 60 days of data for recommendations
1634
- */
1635
- export declare type LookBackPeriod = string;
1636
-
1637
- /** Result of listing lot summary. */
1638
- export declare interface Lots {
1639
- /**
1640
- * The list of lot summary.
1641
- * NOTE: This property will not be serialized. It can only be populated by the server.
1642
- */
1643
- readonly value?: LotSummary[];
1644
- /**
1645
- * The link (url) to the next page of results.
1646
- * NOTE: This property will not be serialized. It can only be populated by the server.
1647
- */
1648
- readonly nextLink?: string;
1649
- }
1650
-
1651
- /** Optional parameters. */
1652
- export declare interface LotsListByBillingAccountNextOptionalParams extends coreClient.OperationOptions {
1653
- }
1654
-
1655
- /** Contains response data for the listByBillingAccountNext operation. */
1656
- export declare type LotsListByBillingAccountNextResponse = Lots;
1657
-
1658
- /** Optional parameters. */
1659
- export declare interface LotsListByBillingAccountOptionalParams extends coreClient.OperationOptions {
1660
- /** May be used to filter the lots by Status, Source etc. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. Tag filter is a key value pair string where key and value is separated by a colon (:). */
1661
- filter?: string;
1662
- }
1663
-
1664
- /** Contains response data for the listByBillingAccount operation. */
1665
- export declare type LotsListByBillingAccountResponse = Lots;
1666
-
1667
- /** Optional parameters. */
1668
- export declare interface LotsListByBillingProfileNextOptionalParams extends coreClient.OperationOptions {
1669
- }
1670
-
1671
- /** Contains response data for the listByBillingProfileNext operation. */
1672
- export declare type LotsListByBillingProfileNextResponse = Lots;
1673
-
1674
- /** Optional parameters. */
1675
- export declare interface LotsListByBillingProfileOptionalParams extends coreClient.OperationOptions {
1676
- }
1677
-
1678
- /** Contains response data for the listByBillingProfile operation. */
1679
- export declare type LotsListByBillingProfileResponse = Lots;
1680
-
1681
- /** Interface representing a LotsOperations. */
1682
- export declare interface LotsOperations {
1683
- /**
1684
- * Lists all Azure credits and Microsoft Azure consumption commitments for a billing account or a
1685
- * billing profile. Microsoft Azure consumption commitments are only supported for the billing account
1686
- * scope.
1687
- * @param billingAccountId BillingAccount ID
1688
- * @param billingProfileId Azure Billing Profile ID.
1689
- * @param options The options parameters.
1690
- */
1691
- listByBillingProfile(billingAccountId: string, billingProfileId: string, options?: LotsListByBillingProfileOptionalParams): PagedAsyncIterableIterator<LotSummary>;
1692
- /**
1693
- * Lists all Azure credits and Microsoft Azure consumption commitments for a billing account or a
1694
- * billing profile. Microsoft Azure consumption commitments are only supported for the billing account
1695
- * scope.
1696
- * @param billingAccountId BillingAccount ID
1697
- * @param options The options parameters.
1698
- */
1699
- listByBillingAccount(billingAccountId: string, options?: LotsListByBillingAccountOptionalParams): PagedAsyncIterableIterator<LotSummary>;
1700
- }
1701
-
1702
- /**
1703
- * Defines values for LotSource. \
1704
- * {@link KnownLotSource} can be used interchangeably with LotSource,
1705
- * this enum contains the known values that the service supports.
1706
- * ### Known values supported by the service
1707
- * **PurchasedCredit** \
1708
- * **PromotionalCredit** \
1709
- * **ConsumptionCommitment**
1710
- */
1711
- export declare type LotSource = string;
1712
-
1713
- /** A lot summary resource. */
1714
- export declare interface LotSummary extends ProxyResource {
1715
- /**
1716
- * The original amount of a lot.
1717
- * NOTE: This property will not be serialized. It can only be populated by the server.
1718
- */
1719
- readonly originalAmount?: Amount;
1720
- /**
1721
- * The balance as of the last invoice.
1722
- * NOTE: This property will not be serialized. It can only be populated by the server.
1723
- */
1724
- readonly closedBalance?: Amount;
1725
- /**
1726
- * The source of the lot.
1727
- * NOTE: This property will not be serialized. It can only be populated by the server.
1728
- */
1729
- readonly source?: LotSource;
1730
- /**
1731
- * The date when the lot became effective.
1732
- * NOTE: This property will not be serialized. It can only be populated by the server.
1733
- */
1734
- readonly startDate?: Date;
1735
- /**
1736
- * The expiration date of a lot.
1737
- * NOTE: This property will not be serialized. It can only be populated by the server.
1738
- */
1739
- readonly expirationDate?: Date;
1740
- /**
1741
- * The po number of the invoice on which the lot was added. This property is not available for ConsumptionCommitment lots.
1742
- * NOTE: This property will not be serialized. It can only be populated by the server.
1743
- */
1744
- readonly poNumber?: string;
1745
- /**
1746
- * The date when the lot was added.
1747
- * NOTE: This property will not be serialized. It can only be populated by the server.
1748
- */
1749
- readonly purchasedDate?: Date;
1750
- /**
1751
- * The status of the lot.
1752
- * NOTE: This property will not be serialized. It can only be populated by the server.
1753
- */
1754
- readonly status?: Status;
1755
- /**
1756
- * The currency of the lot.
1757
- * NOTE: This property will not be serialized. It can only be populated by the server.
1758
- */
1759
- readonly creditCurrency?: string;
1760
- /**
1761
- * The billing currency of the lot.
1762
- * NOTE: This property will not be serialized. It can only be populated by the server.
1763
- */
1764
- readonly billingCurrency?: string;
1765
- /**
1766
- * The original amount of a lot in billing currency.
1767
- * NOTE: This property will not be serialized. It can only be populated by the server.
1768
- */
1769
- readonly originalAmountInBillingCurrency?: AmountWithExchangeRate;
1770
- /**
1771
- * The balance as of the last invoice in billing currency.
1772
- * NOTE: This property will not be serialized. It can only be populated by the server.
1773
- */
1774
- readonly closedBalanceInBillingCurrency?: AmountWithExchangeRate;
1775
- /**
1776
- * The reseller of the lot.
1777
- * NOTE: This property will not be serialized. It can only be populated by the server.
1778
- */
1779
- readonly reseller?: Reseller;
1780
- /**
1781
- * The eTag for the resource.
1782
- * NOTE: This property will not be serialized. It can only be populated by the server.
1783
- */
1784
- readonly eTagPropertiesETag?: string;
1785
- }
1786
-
1787
- /** A management group aggregated cost resource. */
1788
- export declare interface ManagementGroupAggregatedCostResult extends Resource {
1789
- /**
1790
- * The id of the billing period resource that the aggregated cost belongs to.
1791
- * NOTE: This property will not be serialized. It can only be populated by the server.
1792
- */
1793
- readonly billingPeriodId?: string;
1794
- /**
1795
- * The start of the date time range covered by aggregated cost.
1796
- * NOTE: This property will not be serialized. It can only be populated by the server.
1797
- */
1798
- readonly usageStart?: Date;
1799
- /**
1800
- * The end of the date time range covered by the aggregated cost.
1801
- * NOTE: This property will not be serialized. It can only be populated by the server.
1802
- */
1803
- readonly usageEnd?: Date;
1804
- /**
1805
- * Azure Charges.
1806
- * NOTE: This property will not be serialized. It can only be populated by the server.
1807
- */
1808
- readonly azureCharges?: number;
1809
- /**
1810
- * Marketplace Charges.
1811
- * NOTE: This property will not be serialized. It can only be populated by the server.
1812
- */
1813
- readonly marketplaceCharges?: number;
1814
- /**
1815
- * Charges Billed Separately.
1816
- * NOTE: This property will not be serialized. It can only be populated by the server.
1817
- */
1818
- readonly chargesBilledSeparately?: number;
1819
- /**
1820
- * The ISO currency in which the meter is charged, for example, USD.
1821
- * NOTE: This property will not be serialized. It can only be populated by the server.
1822
- */
1823
- readonly currency?: string;
1824
- /** Children of a management group */
1825
- children?: ManagementGroupAggregatedCostResult[];
1826
- /** List of subscription Guids included in the calculation of aggregated cost */
1827
- includedSubscriptions?: string[];
1828
- /** List of subscription Guids excluded from the calculation of aggregated cost */
1829
- excludedSubscriptions?: string[];
1830
- }
1831
-
1832
- /** A marketplace resource. */
1833
- export declare interface Marketplace extends Resource {
1834
- /**
1835
- * The id of the billing period resource that the usage belongs to.
1836
- * NOTE: This property will not be serialized. It can only be populated by the server.
1837
- */
1838
- readonly billingPeriodId?: string;
1839
- /**
1840
- * The start of the date time range covered by the usage detail.
1841
- * NOTE: This property will not be serialized. It can only be populated by the server.
1842
- */
1843
- readonly usageStart?: Date;
1844
- /**
1845
- * The end of the date time range covered by the usage detail.
1846
- * NOTE: This property will not be serialized. It can only be populated by the server.
1847
- */
1848
- readonly usageEnd?: Date;
1849
- /**
1850
- * The marketplace resource rate.
1851
- * NOTE: This property will not be serialized. It can only be populated by the server.
1852
- */
1853
- readonly resourceRate?: number;
1854
- /**
1855
- * The type of offer.
1856
- * NOTE: This property will not be serialized. It can only be populated by the server.
1857
- */
1858
- readonly offerName?: string;
1859
- /**
1860
- * The name of resource group.
1861
- * NOTE: This property will not be serialized. It can only be populated by the server.
1862
- */
1863
- readonly resourceGroup?: string;
1864
- /**
1865
- * Additional information.
1866
- * NOTE: This property will not be serialized. It can only be populated by the server.
1867
- */
1868
- readonly additionalInfo?: string;
1869
- /**
1870
- * The order number.
1871
- * NOTE: This property will not be serialized. It can only be populated by the server.
1872
- */
1873
- readonly orderNumber?: string;
1874
- /**
1875
- * The name of the resource instance that the usage is about.
1876
- * NOTE: This property will not be serialized. It can only be populated by the server.
1877
- */
1878
- readonly instanceName?: string;
1879
- /**
1880
- * The uri of the resource instance that the usage is about.
1881
- * NOTE: This property will not be serialized. It can only be populated by the server.
1882
- */
1883
- readonly instanceId?: string;
1884
- /**
1885
- * The ISO currency in which the meter is charged, for example, USD.
1886
- * NOTE: This property will not be serialized. It can only be populated by the server.
1887
- */
1888
- readonly currency?: string;
1889
- /**
1890
- * The quantity of usage.
1891
- * NOTE: This property will not be serialized. It can only be populated by the server.
1892
- */
1893
- readonly consumedQuantity?: number;
1894
- /**
1895
- * The unit of measure.
1896
- * NOTE: This property will not be serialized. It can only be populated by the server.
1897
- */
1898
- readonly unitOfMeasure?: string;
1899
- /**
1900
- * The amount of cost before tax.
1901
- * NOTE: This property will not be serialized. It can only be populated by the server.
1902
- */
1903
- readonly pretaxCost?: number;
1904
- /**
1905
- * The estimated usage is subject to change.
1906
- * NOTE: This property will not be serialized. It can only be populated by the server.
1907
- */
1908
- readonly isEstimated?: boolean;
1909
- /**
1910
- * The meter id (GUID).
1911
- * NOTE: This property will not be serialized. It can only be populated by the server.
1912
- */
1913
- readonly meterId?: string;
1914
- /**
1915
- * Subscription guid.
1916
- * NOTE: This property will not be serialized. It can only be populated by the server.
1917
- */
1918
- readonly subscriptionGuid?: string;
1919
- /**
1920
- * Subscription name.
1921
- * NOTE: This property will not be serialized. It can only be populated by the server.
1922
- */
1923
- readonly subscriptionName?: string;
1924
- /**
1925
- * Account name.
1926
- * NOTE: This property will not be serialized. It can only be populated by the server.
1927
- */
1928
- readonly accountName?: string;
1929
- /**
1930
- * Department name.
1931
- * NOTE: This property will not be serialized. It can only be populated by the server.
1932
- */
1933
- readonly departmentName?: string;
1934
- /**
1935
- * Consumed service name.
1936
- * NOTE: This property will not be serialized. It can only be populated by the server.
1937
- */
1938
- readonly consumedService?: string;
1939
- /**
1940
- * The cost center of this department if it is a department and a costcenter exists
1941
- * NOTE: This property will not be serialized. It can only be populated by the server.
1942
- */
1943
- readonly costCenter?: string;
1944
- /**
1945
- * Additional details of this usage item. By default this is not populated, unless it's specified in $expand.
1946
- * NOTE: This property will not be serialized. It can only be populated by the server.
1947
- */
1948
- readonly additionalProperties?: string;
1949
- /**
1950
- * The name of publisher.
1951
- * NOTE: This property will not be serialized. It can only be populated by the server.
1952
- */
1953
- readonly publisherName?: string;
1954
- /**
1955
- * The name of plan.
1956
- * NOTE: This property will not be serialized. It can only be populated by the server.
1957
- */
1958
- readonly planName?: string;
1959
- /**
1960
- * Flag indicating whether this is a recurring charge or not.
1961
- * NOTE: This property will not be serialized. It can only be populated by the server.
1962
- */
1963
- readonly isRecurringCharge?: boolean;
1964
- }
1965
-
1966
- /** Interface representing a Marketplaces. */
1967
- export declare interface Marketplaces {
1968
- /**
1969
- * Lists the marketplaces for a scope at the defined scope. Marketplaces are available via this API
1970
- * only for May 1, 2014 or later.
1971
- * @param scope The scope associated with marketplace operations. This includes
1972
- * '/subscriptions/{subscriptionId}/' for subscription scope,
1973
- * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,
1974
- * '/providers/Microsoft.Billing/departments/{departmentId}' for Department scope,
1975
- * '/providers/Microsoft.Billing/enrollmentAccounts/{enrollmentAccountId}' for EnrollmentAccount scope
1976
- * and '/providers/Microsoft.Management/managementGroups/{managementGroupId}' for Management Group
1977
- * scope. For subscription, billing account, department, enrollment account and ManagementGroup, you
1978
- * can also add billing period to the scope using
1979
- * '/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}'. For e.g. to specify billing
1980
- * period at department scope use
1981
- * '/providers/Microsoft.Billing/departments/{departmentId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}'
1982
- * @param options The options parameters.
1983
- */
1984
- list(scope: string, options?: MarketplacesListOptionalParams): PagedAsyncIterableIterator<Marketplace>;
1985
- }
1986
-
1987
- /** Optional parameters. */
1988
- export declare interface MarketplacesListNextOptionalParams extends coreClient.OperationOptions {
1989
- }
1990
-
1991
- /** Contains response data for the listNext operation. */
1992
- export declare type MarketplacesListNextResponse = MarketplacesListResult;
1993
-
1994
- /** Optional parameters. */
1995
- export declare interface MarketplacesListOptionalParams extends coreClient.OperationOptions {
1996
- /** May be used to filter marketplaces by properties/usageEnd (Utc time), properties/usageStart (Utc time), properties/resourceGroup, properties/instanceName or properties/instanceId. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. */
1997
- filter?: string;
1998
- /** Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. */
1999
- skiptoken?: string;
2000
- /** May be used to limit the number of results to the most recent N marketplaces. */
2001
- top?: number;
2002
- }
2003
-
2004
- /** Contains response data for the list operation. */
2005
- export declare type MarketplacesListResponse = MarketplacesListResult;
2006
-
2007
- /** Result of listing marketplaces. It contains a list of available marketplaces in reverse chronological order by billing period. */
2008
- export declare interface MarketplacesListResult {
2009
- /**
2010
- * The list of marketplaces.
2011
- * NOTE: This property will not be serialized. It can only be populated by the server.
2012
- */
2013
- readonly value?: Marketplace[];
2014
- /**
2015
- * The link (url) to the next page of results.
2016
- * NOTE: This property will not be serialized. It can only be populated by the server.
2017
- */
2018
- readonly nextLink?: string;
2019
- }
2020
-
2021
- /** The properties of the meter detail. */
2022
- export declare interface MeterDetails {
2023
- /**
2024
- * The name of the meter, within the given meter category
2025
- * NOTE: This property will not be serialized. It can only be populated by the server.
2026
- */
2027
- readonly meterName?: string;
2028
- /**
2029
- * The category of the meter, for example, 'Cloud services', 'Networking', etc..
2030
- * NOTE: This property will not be serialized. It can only be populated by the server.
2031
- */
2032
- readonly meterCategory?: string;
2033
- /**
2034
- * The subcategory of the meter, for example, 'A6 Cloud services', 'ExpressRoute (IXP)', etc..
2035
- * NOTE: This property will not be serialized. It can only be populated by the server.
2036
- */
2037
- readonly meterSubCategory?: string;
2038
- /**
2039
- * The unit in which the meter consumption is charged, for example, 'Hours', 'GB', etc.
2040
- * NOTE: This property will not be serialized. It can only be populated by the server.
2041
- */
2042
- readonly unit?: string;
2043
- /**
2044
- * The location in which the Azure service is available.
2045
- * NOTE: This property will not be serialized. It can only be populated by the server.
2046
- */
2047
- readonly meterLocation?: string;
2048
- /**
2049
- * The total included quantity associated with the offer.
2050
- * NOTE: This property will not be serialized. It can only be populated by the server.
2051
- */
2052
- readonly totalIncludedQuantity?: number;
2053
- /**
2054
- * The pretax listing price.
2055
- * NOTE: This property will not be serialized. It can only be populated by the server.
2056
- */
2057
- readonly pretaxStandardRate?: number;
2058
- /**
2059
- * The name of the service.
2060
- * NOTE: This property will not be serialized. It can only be populated by the server.
2061
- */
2062
- readonly serviceName?: string;
2063
- /**
2064
- * The service tier.
2065
- * NOTE: This property will not be serialized. It can only be populated by the server.
2066
- */
2067
- readonly serviceTier?: string;
2068
- }
2069
-
2070
- /** The properties of the meter detail. */
2071
- export declare interface MeterDetailsResponse {
2072
- /**
2073
- * The name of the meter, within the given meter category
2074
- * NOTE: This property will not be serialized. It can only be populated by the server.
2075
- */
2076
- readonly meterName?: string;
2077
- /**
2078
- * The category of the meter, for example, 'Cloud services', 'Networking', etc..
2079
- * NOTE: This property will not be serialized. It can only be populated by the server.
2080
- */
2081
- readonly meterCategory?: string;
2082
- /**
2083
- * The subcategory of the meter, for example, 'A6 Cloud services', 'ExpressRoute (IXP)', etc..
2084
- * NOTE: This property will not be serialized. It can only be populated by the server.
2085
- */
2086
- readonly meterSubCategory?: string;
2087
- /**
2088
- * The unit in which the meter consumption is charged, for example, 'Hours', 'GB', etc.
2089
- * NOTE: This property will not be serialized. It can only be populated by the server.
2090
- */
2091
- readonly unitOfMeasure?: string;
2092
- /**
2093
- * The service family.
2094
- * NOTE: This property will not be serialized. It can only be populated by the server.
2095
- */
2096
- readonly serviceFamily?: string;
2097
- }
2098
-
2099
- /**
2100
- * Defines values for Metrictype. \
2101
- * {@link KnownMetrictype} can be used interchangeably with Metrictype,
2102
- * this enum contains the known values that the service supports.
2103
- * ### Known values supported by the service
2104
- * **actualcost**: Actual cost data. \
2105
- * **amortizedcost**: Amortized cost data. \
2106
- * **usage**: Usage data.
2107
- */
2108
- export declare type Metrictype = string;
2109
-
2110
- /** Modern charge summary. */
2111
- export declare interface ModernChargeSummary extends ChargeSummary {
2112
- /** Polymorphic discriminator, which specifies the different types this object can be */
2113
- kind: "modern";
2114
- /**
2115
- * The id of the billing period resource that the charge belongs to.
2116
- * NOTE: This property will not be serialized. It can only be populated by the server.
2117
- */
2118
- readonly billingPeriodId?: string;
2119
- /**
2120
- * Usage start date.
2121
- * NOTE: This property will not be serialized. It can only be populated by the server.
2122
- */
2123
- readonly usageStart?: string;
2124
- /**
2125
- * Usage end date.
2126
- * NOTE: This property will not be serialized. It can only be populated by the server.
2127
- */
2128
- readonly usageEnd?: string;
2129
- /**
2130
- * Azure Charges.
2131
- * NOTE: This property will not be serialized. It can only be populated by the server.
2132
- */
2133
- readonly azureCharges?: Amount;
2134
- /**
2135
- * Charges Billed separately.
2136
- * NOTE: This property will not be serialized. It can only be populated by the server.
2137
- */
2138
- readonly chargesBilledSeparately?: Amount;
2139
- /**
2140
- * Marketplace Charges.
2141
- * NOTE: This property will not be serialized. It can only be populated by the server.
2142
- */
2143
- readonly marketplaceCharges?: Amount;
2144
- /**
2145
- * Billing Account Id
2146
- * NOTE: This property will not be serialized. It can only be populated by the server.
2147
- */
2148
- readonly billingAccountId?: string;
2149
- /**
2150
- * Billing Profile Id
2151
- * NOTE: This property will not be serialized. It can only be populated by the server.
2152
- */
2153
- readonly billingProfileId?: string;
2154
- /**
2155
- * Invoice Section Id
2156
- * NOTE: This property will not be serialized. It can only be populated by the server.
2157
- */
2158
- readonly invoiceSectionId?: string;
2159
- /**
2160
- * Customer Id
2161
- * NOTE: This property will not be serialized. It can only be populated by the server.
2162
- */
2163
- readonly customerId?: string;
2164
- /**
2165
- * Is charge Invoiced
2166
- * NOTE: This property will not be serialized. It can only be populated by the server.
2167
- */
2168
- readonly isInvoiced?: boolean;
2169
- }
2170
-
2171
- /** Modern reservation recommendation. */
2172
- export declare interface ModernReservationRecommendation extends ReservationRecommendation {
2173
- /** Polymorphic discriminator, which specifies the different types this object can be */
2174
- kind: "modern";
2175
- /**
2176
- * Resource Location.
2177
- * NOTE: This property will not be serialized. It can only be populated by the server.
2178
- */
2179
- readonly locationPropertiesLocation?: string;
2180
- /**
2181
- * The number of days of usage to look back for recommendation.
2182
- * NOTE: This property will not be serialized. It can only be populated by the server.
2183
- */
2184
- readonly lookBackPeriod?: number;
2185
- /**
2186
- * The instance Flexibility Ratio.
2187
- * NOTE: This property will not be serialized. It can only be populated by the server.
2188
- */
2189
- readonly instanceFlexibilityRatio?: number;
2190
- /**
2191
- * The instance Flexibility Group.
2192
- * NOTE: This property will not be serialized. It can only be populated by the server.
2193
- */
2194
- readonly instanceFlexibilityGroup?: string;
2195
- /**
2196
- * The normalized Size.
2197
- * NOTE: This property will not be serialized. It can only be populated by the server.
2198
- */
2199
- readonly normalizedSize?: string;
2200
- /**
2201
- * The recommended Quantity Normalized.
2202
- * NOTE: This property will not be serialized. It can only be populated by the server.
2203
- */
2204
- readonly recommendedQuantityNormalized?: number;
2205
- /**
2206
- * The meter id (GUID)
2207
- * NOTE: This property will not be serialized. It can only be populated by the server.
2208
- */
2209
- readonly meterId?: string;
2210
- /**
2211
- * RI recommendations in one or three year terms.
2212
- * NOTE: This property will not be serialized. It can only be populated by the server.
2213
- */
2214
- readonly term?: string;
2215
- /**
2216
- * The total amount of cost without reserved instances.
2217
- * NOTE: This property will not be serialized. It can only be populated by the server.
2218
- */
2219
- readonly costWithNoReservedInstances?: Amount;
2220
- /**
2221
- * Recommended quality for reserved instances.
2222
- * NOTE: This property will not be serialized. It can only be populated by the server.
2223
- */
2224
- readonly recommendedQuantity?: number;
2225
- /**
2226
- * The total amount of cost with reserved instances.
2227
- * NOTE: This property will not be serialized. It can only be populated by the server.
2228
- */
2229
- readonly totalCostWithReservedInstances?: Amount;
2230
- /**
2231
- * Total estimated savings with reserved instances.
2232
- * NOTE: This property will not be serialized. It can only be populated by the server.
2233
- */
2234
- readonly netSavings?: Amount;
2235
- /**
2236
- * The usage date for looking back.
2237
- * NOTE: This property will not be serialized. It can only be populated by the server.
2238
- */
2239
- readonly firstUsageDate?: Date;
2240
- /**
2241
- * Shared or single recommendation.
2242
- * NOTE: This property will not be serialized. It can only be populated by the server.
2243
- */
2244
- readonly scope?: string;
2245
- /**
2246
- * List of sku properties
2247
- * NOTE: This property will not be serialized. It can only be populated by the server.
2248
- */
2249
- readonly skuProperties?: SkuProperty[];
2250
- /**
2251
- * This is the ARM Sku name.
2252
- * NOTE: This property will not be serialized. It can only be populated by the server.
2253
- */
2254
- readonly skuName?: string;
2255
- }
2256
-
2257
- /** Modern Reservation transaction resource. */
2258
- export declare interface ModernReservationTransaction extends ReservationTransactionResource {
2259
- /**
2260
- * The charge of the transaction.
2261
- * NOTE: This property will not be serialized. It can only be populated by the server.
2262
- */
2263
- readonly amount?: number;
2264
- /**
2265
- * This is the ARM Sku name. It can be used to join with the serviceType field in additional info in usage records.
2266
- * NOTE: This property will not be serialized. It can only be populated by the server.
2267
- */
2268
- readonly armSkuName?: string;
2269
- /**
2270
- * The billing frequency, which can be either one-time or recurring.
2271
- * NOTE: This property will not be serialized. It can only be populated by the server.
2272
- */
2273
- readonly billingFrequency?: string;
2274
- /**
2275
- * Billing profile Id.
2276
- * NOTE: This property will not be serialized. It can only be populated by the server.
2277
- */
2278
- readonly billingProfileId?: string;
2279
- /**
2280
- * Billing profile name.
2281
- * NOTE: This property will not be serialized. It can only be populated by the server.
2282
- */
2283
- readonly billingProfileName?: string;
2284
- /**
2285
- * The ISO currency in which the transaction is charged, for example, USD.
2286
- * NOTE: This property will not be serialized. It can only be populated by the server.
2287
- */
2288
- readonly currency?: string;
2289
- /**
2290
- * The description of the transaction.
2291
- * NOTE: This property will not be serialized. It can only be populated by the server.
2292
- */
2293
- readonly description?: string;
2294
- /**
2295
- * The date of the transaction
2296
- * NOTE: This property will not be serialized. It can only be populated by the server.
2297
- */
2298
- readonly eventDate?: Date;
2299
- /**
2300
- * The type of the transaction (Purchase, Cancel, etc.)
2301
- * NOTE: This property will not be serialized. It can only be populated by the server.
2302
- */
2303
- readonly eventType?: string;
2304
- /**
2305
- * Invoice Number
2306
- * NOTE: This property will not be serialized. It can only be populated by the server.
2307
- */
2308
- readonly invoice?: string;
2309
- /**
2310
- * Invoice Id as on the invoice where the specific transaction appears.
2311
- * NOTE: This property will not be serialized. It can only be populated by the server.
2312
- */
2313
- readonly invoiceId?: string;
2314
- /**
2315
- * Invoice Section Id
2316
- * NOTE: This property will not be serialized. It can only be populated by the server.
2317
- */
2318
- readonly invoiceSectionId?: string;
2319
- /**
2320
- * Invoice Section Name.
2321
- * NOTE: This property will not be serialized. It can only be populated by the server.
2322
- */
2323
- readonly invoiceSectionName?: string;
2324
- /**
2325
- * The subscription guid that makes the transaction.
2326
- * NOTE: This property will not be serialized. It can only be populated by the server.
2327
- */
2328
- readonly purchasingSubscriptionGuid?: string;
2329
- /**
2330
- * The subscription name that makes the transaction.
2331
- * NOTE: This property will not be serialized. It can only be populated by the server.
2332
- */
2333
- readonly purchasingSubscriptionName?: string;
2334
- /**
2335
- * The quantity of the transaction.
2336
- * NOTE: This property will not be serialized. It can only be populated by the server.
2337
- */
2338
- readonly quantity?: number;
2339
- /**
2340
- * The region of the transaction.
2341
- * NOTE: This property will not be serialized. It can only be populated by the server.
2342
- */
2343
- readonly region?: string;
2344
- /**
2345
- * The reservation order ID is the identifier for a reservation purchase. Each reservation order ID represents a single purchase transaction. A reservation order contains reservations. The reservation order specifies the VM size and region for the reservations.
2346
- * NOTE: This property will not be serialized. It can only be populated by the server.
2347
- */
2348
- readonly reservationOrderId?: string;
2349
- /**
2350
- * The name of the reservation order.
2351
- * NOTE: This property will not be serialized. It can only be populated by the server.
2352
- */
2353
- readonly reservationOrderName?: string;
2354
- /**
2355
- * This is the term of the transaction.
2356
- * NOTE: This property will not be serialized. It can only be populated by the server.
2357
- */
2358
- readonly term?: string;
2359
- }
2360
-
2361
- /** Result of listing reservation recommendations. */
2362
- export declare interface ModernReservationTransactionsListResult {
2363
- /**
2364
- * The list of reservation recommendations.
2365
- * NOTE: This property will not be serialized. It can only be populated by the server.
2366
- */
2367
- readonly value?: ModernReservationTransaction[];
2368
- /**
2369
- * The link (url) to the next page of results.
2370
- * NOTE: This property will not be serialized. It can only be populated by the server.
2371
- */
2372
- readonly nextLink?: string;
2373
- }
2374
-
2375
- /** Modern usage detail. */
2376
- export declare interface ModernUsageDetail extends UsageDetail {
2377
- /** Polymorphic discriminator, which specifies the different types this object can be */
2378
- kind: "modern";
2379
- /**
2380
- * Billing Account identifier.
2381
- * NOTE: This property will not be serialized. It can only be populated by the server.
2382
- */
2383
- readonly billingAccountId?: string;
2384
- /**
2385
- * Effective Price that's charged for the usage.
2386
- * NOTE: This property will not be serialized. It can only be populated by the server.
2387
- */
2388
- readonly effectivePrice?: number;
2389
- /**
2390
- * Identifier that indicates how the meter is priced
2391
- * NOTE: This property will not be serialized. It can only be populated by the server.
2392
- */
2393
- readonly pricingModel?: PricingModelType;
2394
- /**
2395
- * Name of the Billing Account.
2396
- * NOTE: This property will not be serialized. It can only be populated by the server.
2397
- */
2398
- readonly billingAccountName?: string;
2399
- /**
2400
- * Billing Period Start Date as in the invoice.
2401
- * NOTE: This property will not be serialized. It can only be populated by the server.
2402
- */
2403
- readonly billingPeriodStartDate?: Date;
2404
- /**
2405
- * Billing Period End Date as in the invoice.
2406
- * NOTE: This property will not be serialized. It can only be populated by the server.
2407
- */
2408
- readonly billingPeriodEndDate?: Date;
2409
- /**
2410
- * Identifier for the billing profile that groups costs across invoices in the a singular billing currency across across the customers who have onboarded the Microsoft customer agreement and the customers in CSP who have made entitlement purchases like SaaS, Marketplace, RI, etc.
2411
- * NOTE: This property will not be serialized. It can only be populated by the server.
2412
- */
2413
- readonly billingProfileId?: string;
2414
- /**
2415
- * Name of the billing profile that groups costs across invoices in the a singular billing currency across across the customers who have onboarded the Microsoft customer agreement and the customers in CSP who have made entitlement purchases like SaaS, Marketplace, RI, etc.
2416
- * NOTE: This property will not be serialized. It can only be populated by the server.
2417
- */
2418
- readonly billingProfileName?: string;
2419
- /**
2420
- * Unique Microsoft generated identifier for the Azure Subscription.
2421
- * NOTE: This property will not be serialized. It can only be populated by the server.
2422
- */
2423
- readonly subscriptionGuid?: string;
2424
- /**
2425
- * Name of the Azure Subscription.
2426
- * NOTE: This property will not be serialized. It can only be populated by the server.
2427
- */
2428
- readonly subscriptionName?: string;
2429
- /**
2430
- * Date for the usage record.
2431
- * NOTE: This property will not be serialized. It can only be populated by the server.
2432
- */
2433
- readonly date?: Date;
2434
- /**
2435
- * Name of the product that has accrued charges by consumption or purchase as listed in the invoice. Not available for Marketplace.
2436
- * NOTE: This property will not be serialized. It can only be populated by the server.
2437
- */
2438
- readonly product?: string;
2439
- /**
2440
- * The meter id (GUID). Not available for marketplace. For reserved instance this represents the primary meter for which the reservation was purchased. For the actual VM Size for which the reservation is purchased see productOrderName.
2441
- * NOTE: This property will not be serialized. It can only be populated by the server.
2442
- */
2443
- readonly meterId?: string;
2444
- /**
2445
- * Identifies the name of the meter against which consumption is measured.
2446
- * NOTE: This property will not be serialized. It can only be populated by the server.
2447
- */
2448
- readonly meterName?: string;
2449
- /**
2450
- * Identifies the location of the datacenter for certain services that are priced based on datacenter location.
2451
- * NOTE: This property will not be serialized. It can only be populated by the server.
2452
- */
2453
- readonly meterRegion?: string;
2454
- /**
2455
- * Identifies the top-level service for the usage.
2456
- * NOTE: This property will not be serialized. It can only be populated by the server.
2457
- */
2458
- readonly meterCategory?: string;
2459
- /**
2460
- * Defines the type or sub-category of Azure service that can affect the rate.
2461
- * NOTE: This property will not be serialized. It can only be populated by the server.
2462
- */
2463
- readonly meterSubCategory?: string;
2464
- /**
2465
- * List the service family for the product purchased or charged (Example: Storage ; Compute).
2466
- * NOTE: This property will not be serialized. It can only be populated by the server.
2467
- */
2468
- readonly serviceFamily?: string;
2469
- /**
2470
- * Measure the quantity purchased or consumed.The amount of the meter used during the billing period.
2471
- * NOTE: This property will not be serialized. It can only be populated by the server.
2472
- */
2473
- readonly quantity?: number;
2474
- /**
2475
- * Identifies the Unit that the service is charged in. For example, GB, hours, 10,000 s.
2476
- * NOTE: This property will not be serialized. It can only be populated by the server.
2477
- */
2478
- readonly unitOfMeasure?: string;
2479
- /**
2480
- * Instance Name.
2481
- * NOTE: This property will not be serialized. It can only be populated by the server.
2482
- */
2483
- readonly instanceName?: string;
2484
- /**
2485
- * Estimated extendedCost or blended cost before tax in USD.
2486
- * NOTE: This property will not be serialized. It can only be populated by the server.
2487
- */
2488
- readonly costInUSD?: number;
2489
- /**
2490
- * Unit Price is the price applicable to you. (your EA or other contract price).
2491
- * NOTE: This property will not be serialized. It can only be populated by the server.
2492
- */
2493
- readonly unitPrice?: number;
2494
- /**
2495
- * The currency defining the billed cost.
2496
- * NOTE: This property will not be serialized. It can only be populated by the server.
2497
- */
2498
- readonly billingCurrencyCode?: string;
2499
- /**
2500
- * Name of the resource location.
2501
- * NOTE: This property will not be serialized. It can only be populated by the server.
2502
- */
2503
- readonly resourceLocation?: string;
2504
- /**
2505
- * Consumed service name. Name of the azure resource provider that emits the usage or was purchased. This value is not provided for marketplace usage.
2506
- * NOTE: This property will not be serialized. It can only be populated by the server.
2507
- */
2508
- readonly consumedService?: string;
2509
- /**
2510
- * Service-specific metadata.
2511
- * NOTE: This property will not be serialized. It can only be populated by the server.
2512
- */
2513
- readonly serviceInfo1?: string;
2514
- /**
2515
- * Legacy field with optional service-specific metadata.
2516
- * NOTE: This property will not be serialized. It can only be populated by the server.
2517
- */
2518
- readonly serviceInfo2?: string;
2519
- /**
2520
- * Additional details of this usage item. Use this field to get usage line item specific details such as the actual VM Size (ServiceType) or the ratio in which the reservation discount is applied.
2521
- * NOTE: This property will not be serialized. It can only be populated by the server.
2522
- */
2523
- readonly additionalInfo?: string;
2524
- /**
2525
- * Identifier of the project that is being charged in the invoice. Not applicable for Microsoft Customer Agreements onboarded by partners.
2526
- * NOTE: This property will not be serialized. It can only be populated by the server.
2527
- */
2528
- readonly invoiceSectionId?: string;
2529
- /**
2530
- * Name of the project that is being charged in the invoice. Not applicable for Microsoft Customer Agreements onboarded by partners.
2531
- * NOTE: This property will not be serialized. It can only be populated by the server.
2532
- */
2533
- readonly invoiceSectionName?: string;
2534
- /**
2535
- * The cost center of this department if it is a department and a cost center is provided.
2536
- * NOTE: This property will not be serialized. It can only be populated by the server.
2537
- */
2538
- readonly costCenter?: string;
2539
- /**
2540
- * Name of the Azure resource group used for cohesive lifecycle management of resources.
2541
- * NOTE: This property will not be serialized. It can only be populated by the server.
2542
- */
2543
- readonly resourceGroup?: string;
2544
- /**
2545
- * ARM resource id of the reservation. Only applies to records relevant to reservations.
2546
- * NOTE: This property will not be serialized. It can only be populated by the server.
2547
- */
2548
- readonly reservationId?: string;
2549
- /**
2550
- * User provided display name of the reservation. Last known name for a particular day is populated in the daily data. Only applies to records relevant to reservations.
2551
- * NOTE: This property will not be serialized. It can only be populated by the server.
2552
- */
2553
- readonly reservationName?: string;
2554
- /**
2555
- * The identifier for the asset or Azure plan name that the subscription belongs to. For example: Azure Plan. For reservations this is the Reservation Order ID.
2556
- * NOTE: This property will not be serialized. It can only be populated by the server.
2557
- */
2558
- readonly productOrderId?: string;
2559
- /**
2560
- * Product Order Name. For reservations this is the SKU that was purchased.
2561
- * NOTE: This property will not be serialized. It can only be populated by the server.
2562
- */
2563
- readonly productOrderName?: string;
2564
- /**
2565
- * Determines if the cost is eligible to be paid for using Azure credits.
2566
- * NOTE: This property will not be serialized. It can only be populated by the server.
2567
- */
2568
- readonly isAzureCreditEligible?: boolean;
2569
- /**
2570
- * Term (in months). Displays the term for the validity of the offer. For example. In case of reserved instances it displays 12 months for yearly term of reserved instance. For one time purchases or recurring purchases, the terms displays 1 month; This is not applicable for Azure consumption.
2571
- * NOTE: This property will not be serialized. It can only be populated by the server.
2572
- */
2573
- readonly term?: string;
2574
- /**
2575
- * Name of the publisher of the service including Microsoft or Third Party publishers.
2576
- * NOTE: This property will not be serialized. It can only be populated by the server.
2577
- */
2578
- readonly publisherName?: string;
2579
- /**
2580
- * Type of publisher that identifies if the publisher is first party, third party reseller or third party agency.
2581
- * NOTE: This property will not be serialized. It can only be populated by the server.
2582
- */
2583
- readonly publisherType?: string;
2584
- /**
2585
- * Indicates a charge represents credits, usage, a Marketplace purchase, a reservation fee, or a refund.
2586
- * NOTE: This property will not be serialized. It can only be populated by the server.
2587
- */
2588
- readonly chargeType?: string;
2589
- /**
2590
- * Indicates how frequently this charge will occur. OneTime for purchases which only happen once, Monthly for fees which recur every month, and UsageBased for charges based on how much a service is used.
2591
- * NOTE: This property will not be serialized. It can only be populated by the server.
2592
- */
2593
- readonly frequency?: string;
2594
- /**
2595
- * ExtendedCost or blended cost before tax in billed currency.
2596
- * NOTE: This property will not be serialized. It can only be populated by the server.
2597
- */
2598
- readonly costInBillingCurrency?: number;
2599
- /**
2600
- * ExtendedCost or blended cost before tax in pricing currency to correlate with prices.
2601
- * NOTE: This property will not be serialized. It can only be populated by the server.
2602
- */
2603
- readonly costInPricingCurrency?: number;
2604
- /**
2605
- * Exchange rate used in conversion from pricing currency to billing currency.
2606
- * NOTE: This property will not be serialized. It can only be populated by the server.
2607
- */
2608
- readonly exchangeRate?: string;
2609
- /**
2610
- * Date on which exchange rate used in conversion from pricing currency to billing currency.
2611
- * NOTE: This property will not be serialized. It can only be populated by the server.
2612
- */
2613
- readonly exchangeRateDate?: Date;
2614
- /**
2615
- * Invoice ID as on the invoice where the specific transaction appears.
2616
- * NOTE: This property will not be serialized. It can only be populated by the server.
2617
- */
2618
- readonly invoiceId?: string;
2619
- /**
2620
- * Reference to an original invoice there is a refund (negative cost). This is populated only when there is a refund.
2621
- * NOTE: This property will not be serialized. It can only be populated by the server.
2622
- */
2623
- readonly previousInvoiceId?: string;
2624
- /**
2625
- * Pricing Billing Currency.
2626
- * NOTE: This property will not be serialized. It can only be populated by the server.
2627
- */
2628
- readonly pricingCurrencyCode?: string;
2629
- /**
2630
- * Identifier for the product that has accrued charges by consumption or purchase . This is the concatenated key of productId and SkuId in partner center.
2631
- * NOTE: This property will not be serialized. It can only be populated by the server.
2632
- */
2633
- readonly productIdentifier?: string;
2634
- /**
2635
- * Resource Location Normalized.
2636
- * NOTE: This property will not be serialized. It can only be populated by the server.
2637
- */
2638
- readonly resourceLocationNormalized?: string;
2639
- /**
2640
- * Start date for the rating period when the service usage was rated for charges. The prices for Azure services are determined for the rating period.
2641
- * NOTE: This property will not be serialized. It can only be populated by the server.
2642
- */
2643
- readonly servicePeriodStartDate?: Date;
2644
- /**
2645
- * End date for the period when the service usage was rated for charges. The prices for Azure services are determined based on the rating period.
2646
- * NOTE: This property will not be serialized. It can only be populated by the server.
2647
- */
2648
- readonly servicePeriodEndDate?: Date;
2649
- /**
2650
- * Identifier of the customer's AAD tenant.
2651
- * NOTE: This property will not be serialized. It can only be populated by the server.
2652
- */
2653
- readonly customerTenantId?: string;
2654
- /**
2655
- * Name of the customer's AAD tenant.
2656
- * NOTE: This property will not be serialized. It can only be populated by the server.
2657
- */
2658
- readonly customerName?: string;
2659
- /**
2660
- * Identifier for the partner's AAD tenant.
2661
- * NOTE: This property will not be serialized. It can only be populated by the server.
2662
- */
2663
- readonly partnerTenantId?: string;
2664
- /**
2665
- * Name of the partner' AAD tenant.
2666
- * NOTE: This property will not be serialized. It can only be populated by the server.
2667
- */
2668
- readonly partnerName?: string;
2669
- /**
2670
- * MPNId for the reseller associated with the subscription.
2671
- * NOTE: This property will not be serialized. It can only be populated by the server.
2672
- */
2673
- readonly resellerMpnId?: string;
2674
- /**
2675
- * Reseller Name.
2676
- * NOTE: This property will not be serialized. It can only be populated by the server.
2677
- */
2678
- readonly resellerName?: string;
2679
- /**
2680
- * Publisher Id.
2681
- * NOTE: This property will not be serialized. It can only be populated by the server.
2682
- */
2683
- readonly publisherId?: string;
2684
- /**
2685
- * Market Price that's charged for the usage.
2686
- * NOTE: This property will not be serialized. It can only be populated by the server.
2687
- */
2688
- readonly marketPrice?: number;
2689
- /**
2690
- * Exchange Rate from pricing currency to billing currency.
2691
- * NOTE: This property will not be serialized. It can only be populated by the server.
2692
- */
2693
- readonly exchangeRatePricingToBilling?: number;
2694
- /**
2695
- * The amount of PayG cost before tax in billing currency.
2696
- * NOTE: This property will not be serialized. It can only be populated by the server.
2697
- */
2698
- readonly paygCostInBillingCurrency?: number;
2699
- /**
2700
- * The amount of PayG cost before tax in US Dollar currency.
2701
- * NOTE: This property will not be serialized. It can only be populated by the server.
2702
- */
2703
- readonly paygCostInUSD?: number;
2704
- /**
2705
- * Rate of discount applied if there is a partner earned credit (PEC) based on partner admin link access.
2706
- * NOTE: This property will not be serialized. It can only be populated by the server.
2707
- */
2708
- readonly partnerEarnedCreditRate?: number;
2709
- /**
2710
- * Flag to indicate if partner earned credit has been applied or not.
2711
- * NOTE: This property will not be serialized. It can only be populated by the server.
2712
- */
2713
- readonly partnerEarnedCreditApplied?: string;
2714
- /**
2715
- * Retail price for the resource.
2716
- * NOTE: This property will not be serialized. It can only be populated by the server.
2717
- */
2718
- readonly payGPrice?: number;
2719
- /**
2720
- * Unique identifier for the applicable benefit.
2721
- * NOTE: This property will not be serialized. It can only be populated by the server.
2722
- */
2723
- readonly benefitId?: string;
2724
- /**
2725
- * Name of the applicable benefit.
2726
- * NOTE: This property will not be serialized. It can only be populated by the server.
2727
- */
2728
- readonly benefitName?: string;
2729
- /**
2730
- * Identifier for Product Category or Line Of Business, Ex - Azure, Microsoft 365, AWS e.t.c
2731
- * NOTE: This property will not be serialized. It can only be populated by the server.
2732
- */
2733
- readonly provider?: string;
2734
- /**
2735
- * Name for Cost Allocation Rule.
2736
- * NOTE: This property will not be serialized. It can only be populated by the server.
2737
- */
2738
- readonly costAllocationRuleName?: string;
2739
- }
2740
-
2741
- /** The notification associated with a budget. */
2742
- declare interface Notification_2 {
2743
- /** The notification is enabled or not. */
2744
- enabled: boolean;
2745
- /** The comparison operator. */
2746
- operator: OperatorType;
2747
- /** Threshold value associated with a notification. Notification is sent when the cost exceeded the threshold. It is always percent and has to be between 0 and 1000. */
2748
- threshold: number;
2749
- /** Email addresses to send the budget notification to when the threshold is exceeded. Must have at least one contact email or contact group specified at the Subscription or Resource Group scopes. All other scopes must have at least one contact email specified. */
2750
- contactEmails: string[];
2751
- /** Contact roles to send the budget notification to when the threshold is exceeded. */
2752
- contactRoles?: string[];
2753
- /** Action groups to send the budget notification to when the threshold is exceeded. Must be provided as a fully qualified Azure resource id. Only supported at Subscription or Resource Group scopes. */
2754
- contactGroups?: string[];
2755
- /** The type of threshold */
2756
- thresholdType?: ThresholdType;
2757
- /** Language in which the recipient will receive the notification */
2758
- locale?: CultureCode;
2759
- }
2760
- export { Notification_2 as Notification }
2761
-
2762
- /** A Consumption REST API operation. */
2763
- export declare interface Operation {
2764
- /**
2765
- * Operation Id.
2766
- * NOTE: This property will not be serialized. It can only be populated by the server.
2767
- */
2768
- readonly id?: string;
2769
- /**
2770
- * Operation name: {provider}/{resource}/{operation}.
2771
- * NOTE: This property will not be serialized. It can only be populated by the server.
2772
- */
2773
- readonly name?: string;
2774
- /** The object that represents the operation. */
2775
- display?: OperationDisplay;
2776
- }
2777
-
2778
- /** The object that represents the operation. */
2779
- export declare interface OperationDisplay {
2780
- /**
2781
- * Service provider: Microsoft.Consumption.
2782
- * NOTE: This property will not be serialized. It can only be populated by the server.
2783
- */
2784
- readonly provider?: string;
2785
- /**
2786
- * Resource on which the operation is performed: UsageDetail, etc.
2787
- * NOTE: This property will not be serialized. It can only be populated by the server.
2788
- */
2789
- readonly resource?: string;
2790
- /**
2791
- * Operation type: Read, write, delete, etc.
2792
- * NOTE: This property will not be serialized. It can only be populated by the server.
2793
- */
2794
- readonly operation?: string;
2795
- /**
2796
- * Description of the operation.
2797
- * NOTE: This property will not be serialized. It can only be populated by the server.
2798
- */
2799
- readonly description?: string;
2800
- }
2801
-
2802
- /** Result of listing consumption operations. It contains a list of operations and a URL link to get the next set of results. */
2803
- export declare interface OperationListResult {
2804
- /**
2805
- * List of consumption operations supported by the Microsoft.Consumption resource provider.
2806
- * NOTE: This property will not be serialized. It can only be populated by the server.
2807
- */
2808
- readonly value?: Operation[];
2809
- /**
2810
- * URL to get the next set of operation list results if there are any.
2811
- * NOTE: This property will not be serialized. It can only be populated by the server.
2812
- */
2813
- readonly nextLink?: string;
2814
- }
2815
-
2816
- /** Interface representing a Operations. */
2817
- export declare interface Operations {
2818
- /**
2819
- * Lists all of the available consumption REST API operations.
2820
- * @param options The options parameters.
2821
- */
2822
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
2823
- }
2824
-
2825
- /** Optional parameters. */
2826
- export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
2827
- }
2828
-
2829
- /** Contains response data for the listNext operation. */
2830
- export declare type OperationsListNextResponse = OperationListResult;
2831
-
2832
- /** Optional parameters. */
2833
- export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
2834
- }
2835
-
2836
- /** Contains response data for the list operation. */
2837
- export declare type OperationsListResponse = OperationListResult;
2838
-
2839
- /**
2840
- * Defines values for OperatorType. \
2841
- * {@link KnownOperatorType} can be used interchangeably with OperatorType,
2842
- * this enum contains the known values that the service supports.
2843
- * ### Known values supported by the service
2844
- * **EqualTo** \
2845
- * **GreaterThan** \
2846
- * **GreaterThanOrEqualTo**
2847
- */
2848
- export declare type OperatorType = string;
2849
-
2850
- /** Interface representing a PriceSheet. */
2851
- export declare interface PriceSheet {
2852
- /**
2853
- * Gets the price sheet for a subscription. Price sheet is available via this API only for May 1, 2014
2854
- * or later.
2855
- * @param options The options parameters.
2856
- */
2857
- get(options?: PriceSheetGetOptionalParams): Promise<PriceSheetGetResponse>;
2858
- /**
2859
- * Get the price sheet for a scope by subscriptionId and billing period. Price sheet is available via
2860
- * this API only for May 1, 2014 or later.
2861
- * @param billingPeriodName Billing Period Name.
2862
- * @param options The options parameters.
2863
- */
2864
- getByBillingPeriod(billingPeriodName: string, options?: PriceSheetGetByBillingPeriodOptionalParams): Promise<PriceSheetGetByBillingPeriodResponse>;
2865
- }
2866
-
2867
- /** Optional parameters. */
2868
- export declare interface PriceSheetGetByBillingPeriodOptionalParams extends coreClient.OperationOptions {
2869
- /** May be used to expand the properties/meterDetails within a price sheet. By default, these fields are not included when returning price sheet. */
2870
- expand?: string;
2871
- /** Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. */
2872
- skiptoken?: string;
2873
- /** May be used to limit the number of results to the top N results. */
2874
- top?: number;
2875
- }
2876
-
2877
- /** Contains response data for the getByBillingPeriod operation. */
2878
- export declare type PriceSheetGetByBillingPeriodResponse = PriceSheetResult;
2879
-
2880
- /** Optional parameters. */
2881
- export declare interface PriceSheetGetOptionalParams extends coreClient.OperationOptions {
2882
- /** May be used to expand the properties/meterDetails within a price sheet. By default, these fields are not included when returning price sheet. */
2883
- expand?: string;
2884
- /** Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. */
2885
- skiptoken?: string;
2886
- /** May be used to limit the number of results to the top N results. */
2887
- top?: number;
2888
- }
2889
-
2890
- /** Contains response data for the get operation. */
2891
- export declare type PriceSheetGetResponse = PriceSheetResult;
2892
-
2893
- /** The properties of the price sheet. */
2894
- export declare interface PriceSheetProperties {
2895
- /**
2896
- * The id of the billing period resource that the usage belongs to.
2897
- * NOTE: This property will not be serialized. It can only be populated by the server.
2898
- */
2899
- readonly billingPeriodId?: string;
2900
- /**
2901
- * The meter id (GUID)
2902
- * NOTE: This property will not be serialized. It can only be populated by the server.
2903
- */
2904
- readonly meterId?: string;
2905
- /**
2906
- * The details about the meter. By default this is not populated, unless it's specified in $expand.
2907
- * NOTE: This property will not be serialized. It can only be populated by the server.
2908
- */
2909
- readonly meterDetails?: MeterDetails;
2910
- /**
2911
- * Unit of measure
2912
- * NOTE: This property will not be serialized. It can only be populated by the server.
2913
- */
2914
- readonly unitOfMeasure?: string;
2915
- /**
2916
- * Included quality for an offer
2917
- * NOTE: This property will not be serialized. It can only be populated by the server.
2918
- */
2919
- readonly includedQuantity?: number;
2920
- /**
2921
- * Part Number
2922
- * NOTE: This property will not be serialized. It can only be populated by the server.
2923
- */
2924
- readonly partNumber?: string;
2925
- /**
2926
- * Unit Price
2927
- * NOTE: This property will not be serialized. It can only be populated by the server.
2928
- */
2929
- readonly unitPrice?: number;
2930
- /**
2931
- * Currency Code
2932
- * NOTE: This property will not be serialized. It can only be populated by the server.
2933
- */
2934
- readonly currencyCode?: string;
2935
- /**
2936
- * Offer Id
2937
- * NOTE: This property will not be serialized. It can only be populated by the server.
2938
- */
2939
- readonly offerId?: string;
2940
- }
2941
-
2942
- /** An pricesheet resource. */
2943
- export declare interface PriceSheetResult extends Resource {
2944
- /**
2945
- * Price sheet
2946
- * NOTE: This property will not be serialized. It can only be populated by the server.
2947
- */
2948
- readonly pricesheets?: PriceSheetProperties[];
2949
- /**
2950
- * The link (url) to the next page of results.
2951
- * NOTE: This property will not be serialized. It can only be populated by the server.
2952
- */
2953
- readonly nextLink?: string;
2954
- /**
2955
- * Pricesheet download details.
2956
- * NOTE: This property will not be serialized. It can only be populated by the server.
2957
- */
2958
- readonly download?: MeterDetails;
2959
- }
2960
-
2961
- /**
2962
- * Defines values for PricingModelType. \
2963
- * {@link KnownPricingModelType} can be used interchangeably with PricingModelType,
2964
- * this enum contains the known values that the service supports.
2965
- * ### Known values supported by the service
2966
- * **On Demand** \
2967
- * **Reservation** \
2968
- * **Spot**
2969
- */
2970
- export declare type PricingModelType = string;
2971
-
2972
- /** The Resource model definition. */
2973
- export declare interface ProxyResource {
2974
- /**
2975
- * Resource Id.
2976
- * NOTE: This property will not be serialized. It can only be populated by the server.
2977
- */
2978
- readonly id?: string;
2979
- /**
2980
- * Resource name.
2981
- * NOTE: This property will not be serialized. It can only be populated by the server.
2982
- */
2983
- readonly name?: string;
2984
- /**
2985
- * Resource type.
2986
- * NOTE: This property will not be serialized. It can only be populated by the server.
2987
- */
2988
- readonly type?: string;
2989
- /** eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not. */
2990
- eTag?: string;
2991
- }
2992
-
2993
- /** The reseller properties. */
2994
- export declare interface Reseller {
2995
- /**
2996
- * The reseller property ID.
2997
- * NOTE: This property will not be serialized. It can only be populated by the server.
2998
- */
2999
- readonly resellerId?: string;
3000
- /**
3001
- * The reseller property description.
3002
- * NOTE: This property will not be serialized. It can only be populated by the server.
3003
- */
3004
- readonly resellerDescription?: string;
3005
- }
3006
-
3007
- /** reservation detail resource. */
3008
- export declare interface ReservationDetail extends Resource {
3009
- /**
3010
- * The reservation order ID is the identifier for a reservation purchase. Each reservation order ID represents a single purchase transaction. A reservation order contains reservations. The reservation order specifies the VM size and region for the reservations.
3011
- * NOTE: This property will not be serialized. It can only be populated by the server.
3012
- */
3013
- readonly reservationOrderId?: string;
3014
- /**
3015
- * The instance Flexibility Ratio.
3016
- * NOTE: This property will not be serialized. It can only be populated by the server.
3017
- */
3018
- readonly instanceFlexibilityRatio?: string;
3019
- /**
3020
- * The instance Flexibility Group.
3021
- * NOTE: This property will not be serialized. It can only be populated by the server.
3022
- */
3023
- readonly instanceFlexibilityGroup?: string;
3024
- /**
3025
- * The reservation ID is the identifier of a reservation within a reservation order. Each reservation is the grouping for applying the benefit scope and also specifies the number of instances to which the reservation benefit can be applied to.
3026
- * NOTE: This property will not be serialized. It can only be populated by the server.
3027
- */
3028
- readonly reservationId?: string;
3029
- /**
3030
- * This is the ARM Sku name. It can be used to join with the serviceType field in additional info in usage records.
3031
- * NOTE: This property will not be serialized. It can only be populated by the server.
3032
- */
3033
- readonly skuName?: string;
3034
- /**
3035
- * This is the total hours reserved for the day. E.g. if reservation for 1 instance was made on 1 PM, this will be 11 hours for that day and 24 hours from subsequent days.
3036
- * NOTE: This property will not be serialized. It can only be populated by the server.
3037
- */
3038
- readonly reservedHours?: number;
3039
- /**
3040
- * The date on which consumption occurred.
3041
- * NOTE: This property will not be serialized. It can only be populated by the server.
3042
- */
3043
- readonly usageDate?: Date;
3044
- /**
3045
- * This is the total hours used by the instance.
3046
- * NOTE: This property will not be serialized. It can only be populated by the server.
3047
- */
3048
- readonly usedHours?: number;
3049
- /**
3050
- * This identifier is the name of the resource or the fully qualified Resource ID.
3051
- * NOTE: This property will not be serialized. It can only be populated by the server.
3052
- */
3053
- readonly instanceId?: string;
3054
- /**
3055
- * This is the total count of instances that are reserved for the reservationId.
3056
- * NOTE: This property will not be serialized. It can only be populated by the server.
3057
- */
3058
- readonly totalReservedQuantity?: number;
3059
- /**
3060
- * The reservation kind.
3061
- * NOTE: This property will not be serialized. It can only be populated by the server.
3062
- */
3063
- readonly kind?: string;
3064
- }
3065
-
3066
- /** Result of listing reservation details. */
3067
- export declare interface ReservationDetailsListResult {
3068
- /**
3069
- * The list of reservation details.
3070
- * NOTE: This property will not be serialized. It can only be populated by the server.
3071
- */
3072
- readonly value?: ReservationDetail[];
3073
- /**
3074
- * The link (url) to the next page of results.
3075
- * NOTE: This property will not be serialized. It can only be populated by the server.
3076
- */
3077
- readonly nextLink?: string;
3078
- }
3079
-
3080
- /** A reservation recommendation resource. */
3081
- export declare interface ReservationRecommendation extends Resource, ResourceAttributes {
3082
- /** Specifies the kind of reservation recommendation. */
3083
- kind: ReservationRecommendationKind;
3084
- }
3085
-
3086
- /** Interface representing a ReservationRecommendationDetails. */
3087
- export declare interface ReservationRecommendationDetails {
3088
- /**
3089
- * Details of a reservation recommendation for what-if analysis of reserved instances.
3090
- * @param scope The scope associated with reservation recommendation details operations. This includes
3091
- * '/subscriptions/{subscriptionId}/' for subscription scope,
3092
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resource group scope,
3093
- * /providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for BillingAccount scope, and
3094
- * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
3095
- * for billingProfile scope
3096
- * @param region Used to select the region the recommendation should be generated for.
3097
- * @param term Specify length of reservation recommendation term.
3098
- * @param lookBackPeriod Filter the time period on which reservation recommendation results are based.
3099
- * @param product Filter the products for which reservation recommendation results are generated.
3100
- * Examples: Standard_DS1_v2 (for VM), Premium_SSD_Managed_Disks_P30 (for Managed Disks)
3101
- * @param options The options parameters.
3102
- */
3103
- get(scope: string, region: string, term: Term, lookBackPeriod: LookBackPeriod, product: string, options?: ReservationRecommendationDetailsGetOptionalParams): Promise<ReservationRecommendationDetailsGetResponse>;
3104
- }
3105
-
3106
- /** Details of estimated savings. */
3107
- export declare interface ReservationRecommendationDetailsCalculatedSavingsProperties {
3108
- /**
3109
- * The cost without reservation.
3110
- * NOTE: This property will not be serialized. It can only be populated by the server.
3111
- */
3112
- readonly onDemandCost?: number;
3113
- /**
3114
- * The difference between total reservation cost and reservation cost.
3115
- * NOTE: This property will not be serialized. It can only be populated by the server.
3116
- */
3117
- readonly overageCost?: number;
3118
- /**
3119
- * The quantity for calculated savings.
3120
- * NOTE: This property will not be serialized. It can only be populated by the server.
3121
- */
3122
- readonly quantity?: number;
3123
- /**
3124
- * The exact cost of the estimated usage using reservation.
3125
- * NOTE: This property will not be serialized. It can only be populated by the server.
3126
- */
3127
- readonly reservationCost?: number;
3128
- /**
3129
- * The cost of the suggested quantity.
3130
- * NOTE: This property will not be serialized. It can only be populated by the server.
3131
- */
3132
- readonly totalReservationCost?: number;
3133
- /** The number of reserved units used to calculate savings. Always 1 for virtual machines. */
3134
- reservedUnitCount?: number;
3135
- /**
3136
- * The amount saved by purchasing the recommended quantity of reservation.
3137
- * NOTE: This property will not be serialized. It can only be populated by the server.
3138
- */
3139
- readonly savings?: number;
3140
- }
3141
-
3142
- /** Optional parameters. */
3143
- export declare interface ReservationRecommendationDetailsGetOptionalParams extends coreClient.OperationOptions {
3144
- }
3145
-
3146
- /** Contains response data for the get operation. */
3147
- export declare type ReservationRecommendationDetailsGetResponse = ReservationRecommendationDetailsModel;
3148
-
3149
- /** Reservation recommendation details. */
3150
- export declare interface ReservationRecommendationDetailsModel extends Resource {
3151
- /** Resource Location. */
3152
- location?: string;
3153
- /** Resource sku */
3154
- sku?: string;
3155
- /**
3156
- * An ISO 4217 currency code identifier for the costs and savings
3157
- * NOTE: This property will not be serialized. It can only be populated by the server.
3158
- */
3159
- readonly currency?: string;
3160
- /**
3161
- * Resource specific properties.
3162
- * NOTE: This property will not be serialized. It can only be populated by the server.
3163
- */
3164
- readonly resource?: ReservationRecommendationDetailsResourceProperties;
3165
- /**
3166
- * Resource Group.
3167
- * NOTE: This property will not be serialized. It can only be populated by the server.
3168
- */
3169
- readonly resourceGroup?: string;
3170
- /**
3171
- * Savings information for the recommendation.
3172
- * NOTE: This property will not be serialized. It can only be populated by the server.
3173
- */
3174
- readonly savings?: ReservationRecommendationDetailsSavingsProperties;
3175
- /**
3176
- * Scope of the reservation, ex: Single or Shared.
3177
- * NOTE: This property will not be serialized. It can only be populated by the server.
3178
- */
3179
- readonly scope?: string;
3180
- /**
3181
- * Historical usage details used to calculate the estimated savings.
3182
- * NOTE: This property will not be serialized. It can only be populated by the server.
3183
- */
3184
- readonly usage?: ReservationRecommendationDetailsUsageProperties;
3185
- }
3186
-
3187
- /** Details of the resource. */
3188
- export declare interface ReservationRecommendationDetailsResourceProperties {
3189
- /**
3190
- * List of subscriptions for which the reservation is applied.
3191
- * NOTE: This property will not be serialized. It can only be populated by the server.
3192
- */
3193
- readonly appliedScopes?: string[];
3194
- /**
3195
- * On demand rate of the resource.
3196
- * NOTE: This property will not be serialized. It can only be populated by the server.
3197
- */
3198
- readonly onDemandRate?: number;
3199
- /**
3200
- * Azure product ex: Standard_E8s_v3 etc.
3201
- * NOTE: This property will not be serialized. It can only be populated by the server.
3202
- */
3203
- readonly product?: string;
3204
- /**
3205
- * Azure resource region ex:EastUS, WestUS etc.
3206
- * NOTE: This property will not be serialized. It can only be populated by the server.
3207
- */
3208
- readonly region?: string;
3209
- /**
3210
- * Reservation rate of the resource.
3211
- * NOTE: This property will not be serialized. It can only be populated by the server.
3212
- */
3213
- readonly reservationRate?: number;
3214
- /**
3215
- * The azure resource type.
3216
- * NOTE: This property will not be serialized. It can only be populated by the server.
3217
- */
3218
- readonly resourceType?: string;
3219
- }
3220
-
3221
- /** Details of the estimated savings. */
3222
- export declare interface ReservationRecommendationDetailsSavingsProperties {
3223
- /** List of calculated savings. */
3224
- calculatedSavings?: ReservationRecommendationDetailsCalculatedSavingsProperties[];
3225
- /**
3226
- * Number of days of usage to look back used for computing the recommendation.
3227
- * NOTE: This property will not be serialized. It can only be populated by the server.
3228
- */
3229
- readonly lookBackPeriod?: number;
3230
- /**
3231
- * Number of recommended units of the resource.
3232
- * NOTE: This property will not be serialized. It can only be populated by the server.
3233
- */
3234
- readonly recommendedQuantity?: number;
3235
- /**
3236
- * Term period of the reservation, ex: P1Y or P3Y.
3237
- * NOTE: This property will not be serialized. It can only be populated by the server.
3238
- */
3239
- readonly reservationOrderTerm?: string;
3240
- /**
3241
- * Type of savings, ex: instance.
3242
- * NOTE: This property will not be serialized. It can only be populated by the server.
3243
- */
3244
- readonly savingsType?: string;
3245
- /**
3246
- * Measurement unit ex: hour etc.
3247
- * NOTE: This property will not be serialized. It can only be populated by the server.
3248
- */
3249
- readonly unitOfMeasure?: string;
3250
- }
3251
-
3252
- /** Details about historical usage data that has been used for computing the recommendation. */
3253
- export declare interface ReservationRecommendationDetailsUsageProperties {
3254
- /**
3255
- * The first usage date used for looking back for computing the recommendation.
3256
- * NOTE: This property will not be serialized. It can only be populated by the server.
3257
- */
3258
- readonly firstConsumptionDate?: string;
3259
- /**
3260
- * The last usage date used for looking back for computing the recommendation.
3261
- * NOTE: This property will not be serialized. It can only be populated by the server.
3262
- */
3263
- readonly lastConsumptionDate?: string;
3264
- /**
3265
- * What the usage data values represent ex: virtual machine instance.
3266
- * NOTE: This property will not be serialized. It can only be populated by the server.
3267
- */
3268
- readonly lookBackUnitType?: string;
3269
- /**
3270
- * The breakdown of historical resource usage. The values are in the order of usage between the firstConsumptionDate and the lastConsumptionDate.
3271
- * NOTE: This property will not be serialized. It can only be populated by the server.
3272
- */
3273
- readonly usageData?: number[];
3274
- /**
3275
- * The grain of the values represented in the usage data ex: hourly.
3276
- * NOTE: This property will not be serialized. It can only be populated by the server.
3277
- */
3278
- readonly usageGrain?: string;
3279
- }
3280
-
3281
- /**
3282
- * Defines values for ReservationRecommendationKind. \
3283
- * {@link KnownReservationRecommendationKind} can be used interchangeably with ReservationRecommendationKind,
3284
- * this enum contains the known values that the service supports.
3285
- * ### Known values supported by the service
3286
- * **legacy** \
3287
- * **modern**
3288
- */
3289
- export declare type ReservationRecommendationKind = string;
3290
-
3291
- /** Interface representing a ReservationRecommendations. */
3292
- export declare interface ReservationRecommendations {
3293
- /**
3294
- * List of recommendations for purchasing reserved instances.
3295
- * @param scope The scope associated with reservation recommendations operations. This includes
3296
- * '/subscriptions/{subscriptionId}/' for subscription scope,
3297
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resource group scope,
3298
- * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for BillingAccount scope, and
3299
- * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
3300
- * for billingProfile scope
3301
- * @param options The options parameters.
3302
- */
3303
- list(scope: string, options?: ReservationRecommendationsListOptionalParams): PagedAsyncIterableIterator<ReservationRecommendationUnion>;
3304
- }
3305
-
3306
- /** Optional parameters. */
3307
- export declare interface ReservationRecommendationsListNextOptionalParams extends coreClient.OperationOptions {
3308
- }
3309
-
3310
- /** Contains response data for the listNext operation. */
3311
- export declare type ReservationRecommendationsListNextResponse = ReservationRecommendationsListResult;
3312
-
3313
- /** Optional parameters. */
3314
- export declare interface ReservationRecommendationsListOptionalParams extends coreClient.OperationOptions {
3315
- /** May be used to filter reservationRecommendations by: properties/scope with allowed values ['Single', 'Shared'] and default value 'Single'; properties/resourceType with allowed values ['VirtualMachines', 'SQLDatabases', 'PostgreSQL', 'ManagedDisk', 'MySQL', 'RedHat', 'MariaDB', 'RedisCache', 'CosmosDB', 'SqlDataWarehouse', 'SUSELinux', 'AppService', 'BlockBlob', 'AzureDataExplorer', 'VMwareCloudSimple'] and default value 'VirtualMachines'; and properties/lookBackPeriod with allowed values ['Last7Days', 'Last30Days', 'Last60Days'] and default value 'Last7Days'. */
3316
- filter?: string;
3317
- }
3318
-
3319
- /** Contains response data for the list operation. */
3320
- export declare type ReservationRecommendationsListResponse = ReservationRecommendationsListResult;
3321
-
3322
- /** Result of listing reservation recommendations. */
3323
- export declare interface ReservationRecommendationsListResult {
3324
- /**
3325
- * The list of reservation recommendations.
3326
- * NOTE: This property will not be serialized. It can only be populated by the server.
3327
- */
3328
- readonly value?: ReservationRecommendationUnion[];
3329
- /**
3330
- * The link (url) to the next page of results.
3331
- * NOTE: This property will not be serialized. It can only be populated by the server.
3332
- */
3333
- readonly nextLink?: string;
3334
- /**
3335
- * The link (url) to the previous page of results.
3336
- * NOTE: This property will not be serialized. It can only be populated by the server.
3337
- */
3338
- readonly previousLink?: string;
3339
- }
3340
-
3341
- export declare type ReservationRecommendationUnion = ReservationRecommendation | LegacyReservationRecommendation | ModernReservationRecommendation;
3342
-
3343
- /** Interface representing a ReservationsDetails. */
3344
- export declare interface ReservationsDetails {
3345
- /**
3346
- * Lists the reservations details for provided date range.
3347
- * @param reservationOrderId Order Id of the reservation
3348
- * @param filter Filter reservation details by date range. The properties/UsageDate for start date and
3349
- * end date. The filter supports 'le' and 'ge'
3350
- * @param options The options parameters.
3351
- */
3352
- listByReservationOrder(reservationOrderId: string, filter: string, options?: ReservationsDetailsListByReservationOrderOptionalParams): PagedAsyncIterableIterator<ReservationDetail>;
3353
- /**
3354
- * Lists the reservations details for provided date range.
3355
- * @param reservationOrderId Order Id of the reservation
3356
- * @param reservationId Id of the reservation
3357
- * @param filter Filter reservation details by date range. The properties/UsageDate for start date and
3358
- * end date. The filter supports 'le' and 'ge'
3359
- * @param options The options parameters.
3360
- */
3361
- listByReservationOrderAndReservation(reservationOrderId: string, reservationId: string, filter: string, options?: ReservationsDetailsListByReservationOrderAndReservationOptionalParams): PagedAsyncIterableIterator<ReservationDetail>;
3362
- /**
3363
- * Lists the reservations details for the defined scope and provided date range.
3364
- * @param scope The scope associated with reservations details operations. This includes
3365
- * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for BillingAccount scope (legacy),
3366
- * and
3367
- * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
3368
- * for BillingProfile scope (modern).
3369
- * @param options The options parameters.
3370
- */
3371
- list(scope: string, options?: ReservationsDetailsListOptionalParams): PagedAsyncIterableIterator<ReservationDetail>;
3372
- }
3373
-
3374
- /** Optional parameters. */
3375
- export declare interface ReservationsDetailsListByReservationOrderAndReservationNextOptionalParams extends coreClient.OperationOptions {
3376
- }
3377
-
3378
- /** Contains response data for the listByReservationOrderAndReservationNext operation. */
3379
- export declare type ReservationsDetailsListByReservationOrderAndReservationNextResponse = ReservationDetailsListResult;
3380
-
3381
- /** Optional parameters. */
3382
- export declare interface ReservationsDetailsListByReservationOrderAndReservationOptionalParams extends coreClient.OperationOptions {
3383
- }
3384
-
3385
- /** Contains response data for the listByReservationOrderAndReservation operation. */
3386
- export declare type ReservationsDetailsListByReservationOrderAndReservationResponse = ReservationDetailsListResult;
3387
-
3388
- /** Optional parameters. */
3389
- export declare interface ReservationsDetailsListByReservationOrderNextOptionalParams extends coreClient.OperationOptions {
3390
- }
3391
-
3392
- /** Contains response data for the listByReservationOrderNext operation. */
3393
- export declare type ReservationsDetailsListByReservationOrderNextResponse = ReservationDetailsListResult;
3394
-
3395
- /** Optional parameters. */
3396
- export declare interface ReservationsDetailsListByReservationOrderOptionalParams extends coreClient.OperationOptions {
3397
- }
3398
-
3399
- /** Contains response data for the listByReservationOrder operation. */
3400
- export declare type ReservationsDetailsListByReservationOrderResponse = ReservationDetailsListResult;
3401
-
3402
- /** Optional parameters. */
3403
- export declare interface ReservationsDetailsListNextOptionalParams extends coreClient.OperationOptions {
3404
- }
3405
-
3406
- /** Contains response data for the listNext operation. */
3407
- export declare type ReservationsDetailsListNextResponse = ReservationDetailsListResult;
3408
-
3409
- /** Optional parameters. */
3410
- export declare interface ReservationsDetailsListOptionalParams extends coreClient.OperationOptions {
3411
- /** Filter reservation details by date range. The properties/UsageDate for start date and end date. The filter supports 'le' and 'ge'. Not applicable when querying with billing profile */
3412
- filter?: string;
3413
- /** Start date. Only applicable when querying with billing profile */
3414
- startDate?: string;
3415
- /** End date. Only applicable when querying with billing profile */
3416
- endDate?: string;
3417
- /** Reservation Id GUID. Only valid if reservationOrderId is also provided. Filter to a specific reservation */
3418
- reservationId?: string;
3419
- /** Reservation Order Id GUID. Required if reservationId is provided. Filter to a specific reservation order */
3420
- reservationOrderId?: string;
3421
- }
3422
-
3423
- /** Contains response data for the list operation. */
3424
- export declare type ReservationsDetailsListResponse = ReservationDetailsListResult;
3425
-
3426
- /** Interface representing a ReservationsSummaries. */
3427
- export declare interface ReservationsSummaries {
3428
- /**
3429
- * Lists the reservations summaries for daily or monthly grain.
3430
- * @param reservationOrderId Order Id of the reservation
3431
- * @param grain Can be daily or monthly
3432
- * @param options The options parameters.
3433
- */
3434
- listByReservationOrder(reservationOrderId: string, grain: Datagrain, options?: ReservationsSummariesListByReservationOrderOptionalParams): PagedAsyncIterableIterator<ReservationSummary>;
3435
- /**
3436
- * Lists the reservations summaries for daily or monthly grain.
3437
- * @param reservationOrderId Order Id of the reservation
3438
- * @param reservationId Id of the reservation
3439
- * @param grain Can be daily or monthly
3440
- * @param options The options parameters.
3441
- */
3442
- listByReservationOrderAndReservation(reservationOrderId: string, reservationId: string, grain: Datagrain, options?: ReservationsSummariesListByReservationOrderAndReservationOptionalParams): PagedAsyncIterableIterator<ReservationSummary>;
3443
- /**
3444
- * Lists the reservations summaries for the defined scope daily or monthly grain.
3445
- * @param scope The scope associated with reservations summaries operations. This includes
3446
- * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for BillingAccount scope (legacy),
3447
- * and
3448
- * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
3449
- * for BillingProfile scope (modern).
3450
- * @param grain Can be daily or monthly
3451
- * @param options The options parameters.
3452
- */
3453
- list(scope: string, grain: Datagrain, options?: ReservationsSummariesListOptionalParams): PagedAsyncIterableIterator<ReservationSummary>;
3454
- }
3455
-
3456
- /** Optional parameters. */
3457
- export declare interface ReservationsSummariesListByReservationOrderAndReservationNextOptionalParams extends coreClient.OperationOptions {
3458
- }
3459
-
3460
- /** Contains response data for the listByReservationOrderAndReservationNext operation. */
3461
- export declare type ReservationsSummariesListByReservationOrderAndReservationNextResponse = ReservationSummariesListResult;
3462
-
3463
- /** Optional parameters. */
3464
- export declare interface ReservationsSummariesListByReservationOrderAndReservationOptionalParams extends coreClient.OperationOptions {
3465
- /** Required only for daily grain. The properties/UsageDate for start date and end date. The filter supports 'le' and 'ge' */
3466
- filter?: string;
3467
- }
3468
-
3469
- /** Contains response data for the listByReservationOrderAndReservation operation. */
3470
- export declare type ReservationsSummariesListByReservationOrderAndReservationResponse = ReservationSummariesListResult;
3471
-
3472
- /** Optional parameters. */
3473
- export declare interface ReservationsSummariesListByReservationOrderNextOptionalParams extends coreClient.OperationOptions {
3474
- }
3475
-
3476
- /** Contains response data for the listByReservationOrderNext operation. */
3477
- export declare type ReservationsSummariesListByReservationOrderNextResponse = ReservationSummariesListResult;
3478
-
3479
- /** Optional parameters. */
3480
- export declare interface ReservationsSummariesListByReservationOrderOptionalParams extends coreClient.OperationOptions {
3481
- /** Required only for daily grain. The properties/UsageDate for start date and end date. The filter supports 'le' and 'ge' */
3482
- filter?: string;
3483
- }
3484
-
3485
- /** Contains response data for the listByReservationOrder operation. */
3486
- export declare type ReservationsSummariesListByReservationOrderResponse = ReservationSummariesListResult;
3487
-
3488
- /** Optional parameters. */
3489
- export declare interface ReservationsSummariesListNextOptionalParams extends coreClient.OperationOptions {
3490
- }
3491
-
3492
- /** Contains response data for the listNext operation. */
3493
- export declare type ReservationsSummariesListNextResponse = ReservationSummariesListResult;
3494
-
3495
- /** Optional parameters. */
3496
- export declare interface ReservationsSummariesListOptionalParams extends coreClient.OperationOptions {
3497
- /** Required only for daily grain. The properties/UsageDate for start date and end date. The filter supports 'le' and 'ge'. Not applicable when querying with billing profile */
3498
- filter?: string;
3499
- /** Start date. Only applicable when querying with billing profile */
3500
- startDate?: string;
3501
- /** End date. Only applicable when querying with billing profile */
3502
- endDate?: string;
3503
- /** Reservation Id GUID. Only valid if reservationOrderId is also provided. Filter to a specific reservation */
3504
- reservationId?: string;
3505
- /** Reservation Order Id GUID. Required if reservationId is provided. Filter to a specific reservation order */
3506
- reservationOrderId?: string;
3507
- }
3508
-
3509
- /** Contains response data for the list operation. */
3510
- export declare type ReservationsSummariesListResponse = ReservationSummariesListResult;
3511
-
3512
- /** Result of listing reservation summaries. */
3513
- export declare interface ReservationSummariesListResult {
3514
- /**
3515
- * The list of reservation summaries.
3516
- * NOTE: This property will not be serialized. It can only be populated by the server.
3517
- */
3518
- readonly value?: ReservationSummary[];
3519
- /**
3520
- * The link (url) to the next page of results.
3521
- * NOTE: This property will not be serialized. It can only be populated by the server.
3522
- */
3523
- readonly nextLink?: string;
3524
- }
3525
-
3526
- /** reservation summary resource. */
3527
- export declare interface ReservationSummary extends Resource {
3528
- /**
3529
- * The reservation order ID is the identifier for a reservation purchase. Each reservation order ID represents a single purchase transaction. A reservation order contains reservations. The reservation order specifies the VM size and region for the reservations.
3530
- * NOTE: This property will not be serialized. It can only be populated by the server.
3531
- */
3532
- readonly reservationOrderId?: string;
3533
- /**
3534
- * The reservation ID is the identifier of a reservation within a reservation order. Each reservation is the grouping for applying the benefit scope and also specifies the number of instances to which the reservation benefit can be applied to.
3535
- * NOTE: This property will not be serialized. It can only be populated by the server.
3536
- */
3537
- readonly reservationId?: string;
3538
- /**
3539
- * This is the ARM Sku name. It can be used to join with the serviceType field in additional info in usage records.
3540
- * NOTE: This property will not be serialized. It can only be populated by the server.
3541
- */
3542
- readonly skuName?: string;
3543
- /**
3544
- * This is the total hours reserved. E.g. if reservation for 1 instance was made on 1 PM, this will be 11 hours for that day and 24 hours from subsequent days
3545
- * NOTE: This property will not be serialized. It can only be populated by the server.
3546
- */
3547
- readonly reservedHours?: number;
3548
- /**
3549
- * Data corresponding to the utilization record. If the grain of data is monthly, it will be first day of month.
3550
- * NOTE: This property will not be serialized. It can only be populated by the server.
3551
- */
3552
- readonly usageDate?: Date;
3553
- /**
3554
- * Total used hours by the reservation
3555
- * NOTE: This property will not be serialized. It can only be populated by the server.
3556
- */
3557
- readonly usedHours?: number;
3558
- /**
3559
- * This is the minimum hourly utilization in the usage time (day or month). E.g. if usage record corresponds to 12/10/2017 and on that for hour 4 and 5, utilization was 10%, this field will return 10% for that day
3560
- * NOTE: This property will not be serialized. It can only be populated by the server.
3561
- */
3562
- readonly minUtilizationPercentage?: number;
3563
- /**
3564
- * This is average utilization for the entire time range. (day or month depending on the grain)
3565
- * NOTE: This property will not be serialized. It can only be populated by the server.
3566
- */
3567
- readonly avgUtilizationPercentage?: number;
3568
- /**
3569
- * This is the maximum hourly utilization in the usage time (day or month). E.g. if usage record corresponds to 12/10/2017 and on that for hour 4 and 5, utilization was 100%, this field will return 100% for that day.
3570
- * NOTE: This property will not be serialized. It can only be populated by the server.
3571
- */
3572
- readonly maxUtilizationPercentage?: number;
3573
- /**
3574
- * The reservation kind.
3575
- * NOTE: This property will not be serialized. It can only be populated by the server.
3576
- */
3577
- readonly kind?: string;
3578
- /**
3579
- * This is the purchased quantity for the reservationId.
3580
- * NOTE: This property will not be serialized. It can only be populated by the server.
3581
- */
3582
- readonly purchasedQuantity?: number;
3583
- /**
3584
- * This is the remaining quantity for the reservationId.
3585
- * NOTE: This property will not be serialized. It can only be populated by the server.
3586
- */
3587
- readonly remainingQuantity?: number;
3588
- /**
3589
- * This is the total count of instances that are reserved for the reservationId.
3590
- * NOTE: This property will not be serialized. It can only be populated by the server.
3591
- */
3592
- readonly totalReservedQuantity?: number;
3593
- /**
3594
- * This is the used quantity for the reservationId.
3595
- * NOTE: This property will not be serialized. It can only be populated by the server.
3596
- */
3597
- readonly usedQuantity?: number;
3598
- /**
3599
- * This is the utilized percentage for the reservation Id.
3600
- * NOTE: This property will not be serialized. It can only be populated by the server.
3601
- */
3602
- readonly utilizedPercentage?: number;
3603
- }
3604
-
3605
- /** Reservation transaction resource. */
3606
- export declare interface ReservationTransaction extends ReservationTransactionResource {
3607
- /**
3608
- * The date of the transaction
3609
- * NOTE: This property will not be serialized. It can only be populated by the server.
3610
- */
3611
- readonly eventDate?: Date;
3612
- /**
3613
- * The reservation order ID is the identifier for a reservation purchase. Each reservation order ID represents a single purchase transaction. A reservation order contains reservations. The reservation order specifies the VM size and region for the reservations.
3614
- * NOTE: This property will not be serialized. It can only be populated by the server.
3615
- */
3616
- readonly reservationOrderId?: string;
3617
- /**
3618
- * The description of the transaction.
3619
- * NOTE: This property will not be serialized. It can only be populated by the server.
3620
- */
3621
- readonly description?: string;
3622
- /**
3623
- * The type of the transaction (Purchase, Cancel, etc.)
3624
- * NOTE: This property will not be serialized. It can only be populated by the server.
3625
- */
3626
- readonly eventType?: string;
3627
- /**
3628
- * The quantity of the transaction.
3629
- * NOTE: This property will not be serialized. It can only be populated by the server.
3630
- */
3631
- readonly quantity?: number;
3632
- /**
3633
- * The charge of the transaction.
3634
- * NOTE: This property will not be serialized. It can only be populated by the server.
3635
- */
3636
- readonly amount?: number;
3637
- /**
3638
- * The ISO currency in which the transaction is charged, for example, USD.
3639
- * NOTE: This property will not be serialized. It can only be populated by the server.
3640
- */
3641
- readonly currency?: string;
3642
- /**
3643
- * The name of the reservation order.
3644
- * NOTE: This property will not be serialized. It can only be populated by the server.
3645
- */
3646
- readonly reservationOrderName?: string;
3647
- /**
3648
- * The purchasing enrollment.
3649
- * NOTE: This property will not be serialized. It can only be populated by the server.
3650
- */
3651
- readonly purchasingEnrollment?: string;
3652
- /**
3653
- * The subscription guid that makes the transaction.
3654
- * NOTE: This property will not be serialized. It can only be populated by the server.
3655
- */
3656
- readonly purchasingSubscriptionGuid?: string;
3657
- /**
3658
- * The subscription name that makes the transaction.
3659
- * NOTE: This property will not be serialized. It can only be populated by the server.
3660
- */
3661
- readonly purchasingSubscriptionName?: string;
3662
- /**
3663
- * This is the ARM Sku name. It can be used to join with the serviceType field in additional info in usage records.
3664
- * NOTE: This property will not be serialized. It can only be populated by the server.
3665
- */
3666
- readonly armSkuName?: string;
3667
- /**
3668
- * This is the term of the transaction.
3669
- * NOTE: This property will not be serialized. It can only be populated by the server.
3670
- */
3671
- readonly term?: string;
3672
- /**
3673
- * The region of the transaction.
3674
- * NOTE: This property will not be serialized. It can only be populated by the server.
3675
- */
3676
- readonly region?: string;
3677
- /**
3678
- * The name of the account that makes the transaction.
3679
- * NOTE: This property will not be serialized. It can only be populated by the server.
3680
- */
3681
- readonly accountName?: string;
3682
- /**
3683
- * The email of the account owner that makes the transaction.
3684
- * NOTE: This property will not be serialized. It can only be populated by the server.
3685
- */
3686
- readonly accountOwnerEmail?: string;
3687
- /**
3688
- * The department name.
3689
- * NOTE: This property will not be serialized. It can only be populated by the server.
3690
- */
3691
- readonly departmentName?: string;
3692
- /**
3693
- * The cost center of this department if it is a department and a cost center is provided.
3694
- * NOTE: This property will not be serialized. It can only be populated by the server.
3695
- */
3696
- readonly costCenter?: string;
3697
- /**
3698
- * The current enrollment.
3699
- * NOTE: This property will not be serialized. It can only be populated by the server.
3700
- */
3701
- readonly currentEnrollment?: string;
3702
- /**
3703
- * The billing frequency, which can be either one-time or recurring.
3704
- * NOTE: This property will not be serialized. It can only be populated by the server.
3705
- */
3706
- readonly billingFrequency?: string;
3707
- /**
3708
- * The billing month(yyyyMMdd), on which the event initiated.
3709
- * NOTE: This property will not be serialized. It can only be populated by the server.
3710
- */
3711
- readonly billingMonth?: number;
3712
- /**
3713
- * The monetary commitment amount at the enrollment scope.
3714
- * NOTE: This property will not be serialized. It can only be populated by the server.
3715
- */
3716
- readonly monetaryCommitment?: number;
3717
- /**
3718
- * The overage amount at the enrollment scope.
3719
- * NOTE: This property will not be serialized. It can only be populated by the server.
3720
- */
3721
- readonly overage?: number;
3722
- }
3723
-
3724
- /** The Resource model definition. */
3725
- export declare interface ReservationTransactionResource {
3726
- /**
3727
- * Resource Id.
3728
- * NOTE: This property will not be serialized. It can only be populated by the server.
3729
- */
3730
- readonly id?: string;
3731
- /**
3732
- * Resource name.
3733
- * NOTE: This property will not be serialized. It can only be populated by the server.
3734
- */
3735
- readonly name?: string;
3736
- /**
3737
- * Resource type.
3738
- * NOTE: This property will not be serialized. It can only be populated by the server.
3739
- */
3740
- readonly type?: string;
3741
- /**
3742
- * Resource tags.
3743
- * NOTE: This property will not be serialized. It can only be populated by the server.
3744
- */
3745
- readonly tags?: string[];
3746
- }
3747
-
3748
- /** Interface representing a ReservationTransactions. */
3749
- export declare interface ReservationTransactions {
3750
- /**
3751
- * List of transactions for reserved instances on billing account scope
3752
- * @param billingAccountId BillingAccount ID
3753
- * @param options The options parameters.
3754
- */
3755
- list(billingAccountId: string, options?: ReservationTransactionsListOptionalParams): PagedAsyncIterableIterator<ReservationTransaction>;
3756
- /**
3757
- * List of transactions for reserved instances on billing account scope
3758
- * @param billingAccountId BillingAccount ID
3759
- * @param billingProfileId Azure Billing Profile ID.
3760
- * @param options The options parameters.
3761
- */
3762
- listByBillingProfile(billingAccountId: string, billingProfileId: string, options?: ReservationTransactionsListByBillingProfileOptionalParams): PagedAsyncIterableIterator<ModernReservationTransaction>;
3763
- }
3764
-
3765
- /** Optional parameters. */
3766
- export declare interface ReservationTransactionsListByBillingProfileNextOptionalParams extends coreClient.OperationOptions {
3767
- }
3768
-
3769
- /** Contains response data for the listByBillingProfileNext operation. */
3770
- export declare type ReservationTransactionsListByBillingProfileNextResponse = ModernReservationTransactionsListResult;
3771
-
3772
- /** Optional parameters. */
3773
- export declare interface ReservationTransactionsListByBillingProfileOptionalParams extends coreClient.OperationOptions {
3774
- /** Filter reservation transactions by date range. The properties/EventDate for start date and end date. The filter supports 'le' and 'ge' */
3775
- filter?: string;
3776
- }
3777
-
3778
- /** Contains response data for the listByBillingProfile operation. */
3779
- export declare type ReservationTransactionsListByBillingProfileResponse = ModernReservationTransactionsListResult;
3780
-
3781
- /** Optional parameters. */
3782
- export declare interface ReservationTransactionsListNextOptionalParams extends coreClient.OperationOptions {
3783
- }
3784
-
3785
- /** Contains response data for the listNext operation. */
3786
- export declare type ReservationTransactionsListNextResponse = ReservationTransactionsListResult;
3787
-
3788
- /** Optional parameters. */
3789
- export declare interface ReservationTransactionsListOptionalParams extends coreClient.OperationOptions {
3790
- /** Filter reservation transactions by date range. The properties/EventDate for start date and end date. The filter supports 'le' and 'ge' */
3791
- filter?: string;
3792
- }
3793
-
3794
- /** Contains response data for the list operation. */
3795
- export declare type ReservationTransactionsListResponse = ReservationTransactionsListResult;
3796
-
3797
- /** Result of listing reservation recommendations. */
3798
- export declare interface ReservationTransactionsListResult {
3799
- /**
3800
- * The list of reservation recommendations.
3801
- * NOTE: This property will not be serialized. It can only be populated by the server.
3802
- */
3803
- readonly value?: ReservationTransaction[];
3804
- /**
3805
- * The link (url) to the next page of results.
3806
- * NOTE: This property will not be serialized. It can only be populated by the server.
3807
- */
3808
- readonly nextLink?: string;
3809
- }
3810
-
3811
- /** The Resource model definition. */
3812
- export declare interface Resource {
3813
- /**
3814
- * The full qualified ARM ID of an event.
3815
- * NOTE: This property will not be serialized. It can only be populated by the server.
3816
- */
3817
- readonly id?: string;
3818
- /**
3819
- * The ID that uniquely identifies an event.
3820
- * NOTE: This property will not be serialized. It can only be populated by the server.
3821
- */
3822
- readonly name?: string;
3823
- /**
3824
- * Resource type.
3825
- * NOTE: This property will not be serialized. It can only be populated by the server.
3826
- */
3827
- readonly type?: string;
3828
- /**
3829
- * The etag for the resource.
3830
- * NOTE: This property will not be serialized. It can only be populated by the server.
3831
- */
3832
- readonly etag?: string;
3833
- /**
3834
- * Resource tags.
3835
- * NOTE: This property will not be serialized. It can only be populated by the server.
3836
- */
3837
- readonly tags?: {
3838
- [propertyName: string]: string;
3839
- };
3840
- }
3841
-
3842
- /** The Resource model definition. */
3843
- export declare interface ResourceAttributes {
3844
- /**
3845
- * Resource location
3846
- * NOTE: This property will not be serialized. It can only be populated by the server.
3847
- */
3848
- readonly location?: string;
3849
- /**
3850
- * Resource sku
3851
- * NOTE: This property will not be serialized. It can only be populated by the server.
3852
- */
3853
- readonly sku?: string;
3854
- }
3855
-
3856
- /**
3857
- * Defines values for Scope. \
3858
- * {@link KnownScope} can be used interchangeably with Scope,
3859
- * this enum contains the known values that the service supports.
3860
- * ### Known values supported by the service
3861
- * **Single** \
3862
- * **Shared**
3863
- */
3864
- export declare type Scope = string;
3865
-
3866
- /** The Sku property */
3867
- export declare interface SkuProperty {
3868
- /**
3869
- * The name of sku property.
3870
- * NOTE: This property will not be serialized. It can only be populated by the server.
3871
- */
3872
- readonly name?: string;
3873
- /**
3874
- * The value of sku property.
3875
- * NOTE: This property will not be serialized. It can only be populated by the server.
3876
- */
3877
- readonly value?: string;
3878
- }
3879
-
3880
- /**
3881
- * Defines values for Status. \
3882
- * {@link KnownStatus} can be used interchangeably with Status,
3883
- * this enum contains the known values that the service supports.
3884
- * ### Known values supported by the service
3885
- * **None** \
3886
- * **Active** \
3887
- * **Inactive** \
3888
- * **Expired** \
3889
- * **Complete** \
3890
- * **Canceled**
3891
- */
3892
- export declare type Status = string;
3893
-
3894
- /** The tag resource. */
3895
- export declare interface Tag {
3896
- /** Tag key. */
3897
- key?: string;
3898
- /** Tag values. */
3899
- value?: string[];
3900
- }
3901
-
3902
- /** Interface representing a Tags. */
3903
- export declare interface Tags {
3904
- /**
3905
- * Get all available tag keys for the defined scope
3906
- * @param scope The scope associated with tags operations. This includes
3907
- * '/subscriptions/{subscriptionId}/' for subscription scope,
3908
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
3909
- * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,
3910
- * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
3911
- * Department scope,
3912
- * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
3913
- * for EnrollmentAccount scope and
3914
- * '/providers/Microsoft.Management/managementGroups/{managementGroupId}' for Management Group scope..
3915
- * @param options The options parameters.
3916
- */
3917
- get(scope: string, options?: TagsGetOptionalParams): Promise<TagsGetResponse>;
3918
- }
3919
-
3920
- /** Optional parameters. */
3921
- export declare interface TagsGetOptionalParams extends coreClient.OperationOptions {
3922
- }
3923
-
3924
- /** Contains response data for the get operation. */
3925
- export declare type TagsGetResponse = TagsResult;
3926
-
3927
- /** A resource listing all tags. */
3928
- export declare interface TagsResult extends ProxyResource {
3929
- /** A list of Tag. */
3930
- tags?: Tag[];
3931
- /**
3932
- * The link (url) to the next page of results.
3933
- * NOTE: This property will not be serialized. It can only be populated by the server.
3934
- */
3935
- readonly nextLink?: string;
3936
- /**
3937
- * The link (url) to the previous page of results.
3938
- * NOTE: This property will not be serialized. It can only be populated by the server.
3939
- */
3940
- readonly previousLink?: string;
3941
- }
3942
-
3943
- /**
3944
- * Defines values for Term. \
3945
- * {@link KnownTerm} can be used interchangeably with Term,
3946
- * this enum contains the known values that the service supports.
3947
- * ### Known values supported by the service
3948
- * **P1Y**: 1 year reservation term \
3949
- * **P3Y**: 3 year reservation term
3950
- */
3951
- export declare type Term = string;
3952
-
3953
- /**
3954
- * Defines values for ThresholdType. \
3955
- * {@link KnownThresholdType} can be used interchangeably with ThresholdType,
3956
- * this enum contains the known values that the service supports.
3957
- * ### Known values supported by the service
3958
- * **Actual** \
3959
- * **Forecasted**
3960
- */
3961
- export declare type ThresholdType = string;
3962
-
3963
- /**
3964
- * Defines values for TimeGrainType. \
3965
- * {@link KnownTimeGrainType} can be used interchangeably with TimeGrainType,
3966
- * this enum contains the known values that the service supports.
3967
- * ### Known values supported by the service
3968
- * **Monthly** \
3969
- * **Quarterly** \
3970
- * **Annually** \
3971
- * **BillingMonth** \
3972
- * **BillingQuarter** \
3973
- * **BillingAnnual**
3974
- */
3975
- export declare type TimeGrainType = string;
3976
-
3977
- /** An usage detail resource. */
3978
- export declare interface UsageDetail extends Resource {
3979
- /** Specifies the kind of usage details. */
3980
- kind: UsageDetailsKind;
3981
- }
3982
-
3983
- /** Interface representing a UsageDetails. */
3984
- export declare interface UsageDetails {
3985
- /**
3986
- * Lists the usage details for the defined scope. Usage details are available via this API only for May
3987
- * 1, 2014 or later.
3988
- * @param scope The scope associated with usage details operations. This includes
3989
- * '/subscriptions/{subscriptionId}/' for subscription scope,
3990
- * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,
3991
- * '/providers/Microsoft.Billing/departments/{departmentId}' for Department scope,
3992
- * '/providers/Microsoft.Billing/enrollmentAccounts/{enrollmentAccountId}' for EnrollmentAccount scope
3993
- * and '/providers/Microsoft.Management/managementGroups/{managementGroupId}' for Management Group
3994
- * scope. For subscription, billing account, department, enrollment account and management group, you
3995
- * can also add billing period to the scope using
3996
- * '/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}'. For e.g. to specify billing
3997
- * period at department scope use
3998
- * '/providers/Microsoft.Billing/departments/{departmentId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}'.
3999
- * Also, Modern Commerce Account scopes are
4000
- * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for billingAccount scope,
4001
- * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
4002
- * for billingProfile scope,
4003
- * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'
4004
- * for invoiceSection scope, and
4005
- * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific for
4006
- * partners.
4007
- * @param options The options parameters.
4008
- */
4009
- list(scope: string, options?: UsageDetailsListOptionalParams): PagedAsyncIterableIterator<UsageDetailUnion>;
4010
- }
4011
-
4012
- /**
4013
- * Defines values for UsageDetailsKind. \
4014
- * {@link KnownUsageDetailsKind} can be used interchangeably with UsageDetailsKind,
4015
- * this enum contains the known values that the service supports.
4016
- * ### Known values supported by the service
4017
- * **legacy** \
4018
- * **modern**
4019
- */
4020
- export declare type UsageDetailsKind = string;
4021
-
4022
- /** Optional parameters. */
4023
- export declare interface UsageDetailsListNextOptionalParams extends coreClient.OperationOptions {
4024
- }
4025
-
4026
- /** Contains response data for the listNext operation. */
4027
- export declare type UsageDetailsListNextResponse = UsageDetailsListResult;
4028
-
4029
- /** Optional parameters. */
4030
- export declare interface UsageDetailsListOptionalParams extends coreClient.OperationOptions {
4031
- /** May be used to expand the properties/additionalInfo or properties/meterDetails within a list of usage details. By default, these fields are not included when listing usage details. */
4032
- expand?: string;
4033
- /** May be used to filter usageDetails by properties/resourceGroup, properties/resourceName, properties/resourceId, properties/chargeType, properties/reservationId, properties/publisherType or tags. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. Tag filter is a key value pair string where key and value is separated by a colon (:). PublisherType Filter accepts two values azure and marketplace and it is currently supported for Web Direct Offer Type */
4034
- filter?: string;
4035
- /** Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. */
4036
- skiptoken?: string;
4037
- /** May be used to limit the number of results to the most recent N usageDetails. */
4038
- top?: number;
4039
- /** Allows to select different type of cost/usage records. */
4040
- metric?: Metrictype;
4041
- }
4042
-
4043
- /** Contains response data for the list operation. */
4044
- export declare type UsageDetailsListResponse = UsageDetailsListResult;
4045
-
4046
- /** Result of listing usage details. It contains a list of available usage details in reverse chronological order by billing period. */
4047
- export declare interface UsageDetailsListResult {
4048
- /**
4049
- * The list of usage details.
4050
- * NOTE: This property will not be serialized. It can only be populated by the server.
4051
- */
4052
- readonly value?: UsageDetailUnion[];
4053
- /**
4054
- * The link (url) to the next page of results.
4055
- * NOTE: This property will not be serialized. It can only be populated by the server.
4056
- */
4057
- readonly nextLink?: string;
4058
- }
4059
-
4060
- export declare type UsageDetailUnion = UsageDetail | LegacyUsageDetail | ModernUsageDetail;
4061
-
4062
- export { }