@azure/arm-commitmentplans 2.0.0-beta.2 → 2.0.0-beta.3

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 (355) hide show
  1. package/CHANGELOG.md +6 -4
  2. package/LICENSE +4 -4
  3. package/README.md +30 -20
  4. package/{dist-esm/src → dist/browser}/azureMLCommitmentPlansManagementClient.d.ts +4 -2
  5. package/dist/browser/azureMLCommitmentPlansManagementClient.d.ts.map +1 -0
  6. package/dist/browser/azureMLCommitmentPlansManagementClient.js +114 -0
  7. package/dist/browser/azureMLCommitmentPlansManagementClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/{dist-esm/src → dist/browser}/index.js +4 -3
  11. package/dist/browser/index.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/models/index.d.ts +29 -22
  13. package/{dist-esm/src → dist/browser}/models/index.d.ts.map +1 -1
  14. package/{dist-esm/src → dist/browser}/models/index.js +7 -0
  15. package/dist/browser/models/index.js.map +1 -0
  16. package/{dist-esm/src → dist/browser}/models/mappers.js +16 -7
  17. package/dist/browser/models/mappers.js.map +1 -0
  18. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  19. package/dist/browser/models/parameters.js.map +1 -0
  20. package/{dist-esm/src → dist/browser}/operations/commitmentAssociations.d.ts +3 -3
  21. package/dist/browser/operations/commitmentAssociations.d.ts.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/commitmentAssociations.js +30 -33
  23. package/dist/browser/operations/commitmentAssociations.js.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/commitmentPlans.d.ts +3 -3
  25. package/dist/browser/operations/commitmentPlans.d.ts.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/commitmentPlans.js +56 -63
  27. package/dist/browser/operations/commitmentPlans.js.map +1 -0
  28. package/dist/browser/operations/index.d.ts +6 -0
  29. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  30. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +5 -5
  31. package/dist/browser/operations/index.js.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  33. package/dist/browser/operations/operations.d.ts.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operations/operations.js +16 -27
  35. package/dist/browser/operations/operations.js.map +1 -0
  36. package/{dist-esm/src → dist/browser}/operations/skus.d.ts +3 -3
  37. package/dist/browser/operations/skus.d.ts.map +1 -0
  38. package/{dist-esm/src → dist/browser}/operations/skus.js +16 -27
  39. package/dist/browser/operations/skus.js.map +1 -0
  40. package/{dist-esm/src → dist/browser}/operations/usageHistory.d.ts +3 -3
  41. package/dist/browser/operations/usageHistory.d.ts.map +1 -0
  42. package/{dist-esm/src → dist/browser}/operations/usageHistory.js +30 -33
  43. package/dist/browser/operations/usageHistory.js.map +1 -0
  44. package/{dist-esm/src → dist/browser}/operationsInterfaces/commitmentAssociations.d.ts +1 -1
  45. package/dist/browser/operationsInterfaces/commitmentAssociations.d.ts.map +1 -0
  46. package/dist/browser/operationsInterfaces/commitmentAssociations.js.map +1 -0
  47. package/{dist-esm/src → dist/browser}/operationsInterfaces/commitmentPlans.d.ts +1 -1
  48. package/dist/browser/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
  49. package/dist/browser/operationsInterfaces/commitmentPlans.js.map +1 -0
  50. package/dist/browser/operationsInterfaces/index.d.ts +6 -0
  51. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  52. package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +5 -5
  53. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  54. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  55. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  56. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  57. package/{dist-esm/src → dist/browser}/operationsInterfaces/skus.d.ts +1 -1
  58. package/{dist-esm/src → dist/browser}/operationsInterfaces/skus.d.ts.map +1 -1
  59. package/dist/browser/operationsInterfaces/skus.js.map +1 -0
  60. package/{dist-esm/src → dist/browser}/operationsInterfaces/usageHistory.d.ts +1 -1
  61. package/dist/browser/operationsInterfaces/usageHistory.d.ts.map +1 -0
  62. package/dist/browser/operationsInterfaces/usageHistory.js.map +1 -0
  63. package/dist/browser/package.json +3 -0
  64. package/dist/browser/pagingHelper.d.ts +13 -0
  65. package/dist/browser/pagingHelper.d.ts.map +1 -0
  66. package/dist/browser/pagingHelper.js +30 -0
  67. package/dist/browser/pagingHelper.js.map +1 -0
  68. package/dist/commonjs/azureMLCommitmentPlansManagementClient.d.ts +24 -0
  69. package/dist/commonjs/azureMLCommitmentPlansManagementClient.d.ts.map +1 -0
  70. package/dist/commonjs/azureMLCommitmentPlansManagementClient.js +119 -0
  71. package/dist/commonjs/azureMLCommitmentPlansManagementClient.js.map +1 -0
  72. package/dist/commonjs/index.d.ts +5 -0
  73. package/dist/commonjs/index.d.ts.map +1 -0
  74. package/dist/commonjs/index.js +19 -0
  75. package/dist/commonjs/index.js.map +1 -0
  76. package/{types/arm-commitmentplans.d.ts → dist/commonjs/models/index.d.ts} +529 -706
  77. package/dist/commonjs/models/index.d.ts.map +1 -0
  78. package/dist/commonjs/models/index.js +37 -0
  79. package/dist/commonjs/models/index.js.map +1 -0
  80. package/dist/commonjs/models/mappers.d.ts +24 -0
  81. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  82. package/dist/commonjs/models/mappers.js +753 -0
  83. package/dist/commonjs/models/mappers.js.map +1 -0
  84. package/dist/commonjs/models/parameters.d.ts +15 -0
  85. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  86. package/dist/commonjs/models/parameters.js +128 -0
  87. package/dist/commonjs/models/parameters.js.map +1 -0
  88. package/dist/commonjs/operations/commitmentAssociations.d.ts +55 -0
  89. package/dist/commonjs/operations/commitmentAssociations.d.ts.map +1 -0
  90. package/dist/commonjs/operations/commitmentAssociations.js +205 -0
  91. package/dist/commonjs/operations/commitmentAssociations.js.map +1 -0
  92. package/dist/commonjs/operations/commitmentPlans.d.ts +84 -0
  93. package/dist/commonjs/operations/commitmentPlans.d.ts.map +1 -0
  94. package/dist/commonjs/operations/commitmentPlans.js +330 -0
  95. package/dist/commonjs/operations/commitmentPlans.js.map +1 -0
  96. package/dist/commonjs/operations/index.d.ts +6 -0
  97. package/dist/commonjs/operations/index.d.ts.map +1 -0
  98. package/dist/commonjs/operations/index.js +16 -0
  99. package/dist/commonjs/operations/index.js.map +1 -0
  100. package/dist/commonjs/operations/operations.d.ts +26 -0
  101. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  102. package/dist/commonjs/operations/operations.js +81 -0
  103. package/dist/commonjs/operations/operations.js.map +1 -0
  104. package/dist/commonjs/operations/skus.d.ts +26 -0
  105. package/dist/commonjs/operations/skus.d.ts.map +1 -0
  106. package/dist/commonjs/operations/skus.js +81 -0
  107. package/dist/commonjs/operations/skus.js.map +1 -0
  108. package/dist/commonjs/operations/usageHistory.d.ts +38 -0
  109. package/dist/commonjs/operations/usageHistory.d.ts.map +1 -0
  110. package/dist/commonjs/operations/usageHistory.js +133 -0
  111. package/dist/commonjs/operations/usageHistory.js.map +1 -0
  112. package/dist/commonjs/operationsInterfaces/commitmentAssociations.d.ts +30 -0
  113. package/dist/commonjs/operationsInterfaces/commitmentAssociations.d.ts.map +1 -0
  114. package/dist/commonjs/operationsInterfaces/commitmentAssociations.js +10 -0
  115. package/dist/commonjs/operationsInterfaces/commitmentAssociations.js.map +1 -0
  116. package/dist/commonjs/operationsInterfaces/commitmentPlans.d.ts +48 -0
  117. package/dist/commonjs/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
  118. package/dist/commonjs/operationsInterfaces/commitmentPlans.js +10 -0
  119. package/dist/commonjs/operationsInterfaces/commitmentPlans.js.map +1 -0
  120. package/dist/commonjs/operationsInterfaces/index.d.ts +6 -0
  121. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  122. package/dist/commonjs/operationsInterfaces/index.js +16 -0
  123. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  124. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  125. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  126. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  127. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  128. package/dist/commonjs/operationsInterfaces/skus.d.ts +11 -0
  129. package/dist/commonjs/operationsInterfaces/skus.d.ts.map +1 -0
  130. package/dist/commonjs/operationsInterfaces/skus.js +10 -0
  131. package/dist/commonjs/operationsInterfaces/skus.js.map +1 -0
  132. package/dist/commonjs/operationsInterfaces/usageHistory.d.ts +13 -0
  133. package/dist/commonjs/operationsInterfaces/usageHistory.d.ts.map +1 -0
  134. package/dist/commonjs/operationsInterfaces/usageHistory.js +10 -0
  135. package/dist/commonjs/operationsInterfaces/usageHistory.js.map +1 -0
  136. package/dist/commonjs/package.json +3 -0
  137. package/dist/commonjs/pagingHelper.d.ts +13 -0
  138. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  139. package/dist/commonjs/pagingHelper.js +34 -0
  140. package/dist/commonjs/pagingHelper.js.map +1 -0
  141. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  142. package/dist/esm/azureMLCommitmentPlansManagementClient.d.ts +24 -0
  143. package/dist/esm/azureMLCommitmentPlansManagementClient.d.ts.map +1 -0
  144. package/dist/esm/azureMLCommitmentPlansManagementClient.js +114 -0
  145. package/dist/esm/azureMLCommitmentPlansManagementClient.js.map +1 -0
  146. package/dist/esm/index.d.ts +5 -0
  147. package/dist/esm/index.d.ts.map +1 -0
  148. package/{src/index.ts → dist/esm/index.js} +5 -4
  149. package/dist/esm/index.js.map +1 -0
  150. package/dist/esm/models/index.d.ts +529 -0
  151. package/dist/esm/models/index.d.ts.map +1 -0
  152. package/dist/esm/models/index.js +34 -0
  153. package/dist/esm/models/index.js.map +1 -0
  154. package/dist/esm/models/mappers.d.ts +24 -0
  155. package/dist/esm/models/mappers.d.ts.map +1 -0
  156. package/dist/esm/models/mappers.js +750 -0
  157. package/dist/esm/models/mappers.js.map +1 -0
  158. package/dist/esm/models/parameters.d.ts +15 -0
  159. package/dist/esm/models/parameters.d.ts.map +1 -0
  160. package/dist/esm/models/parameters.js +125 -0
  161. package/dist/esm/models/parameters.js.map +1 -0
  162. package/dist/esm/operations/commitmentAssociations.d.ts +55 -0
  163. package/dist/esm/operations/commitmentAssociations.d.ts.map +1 -0
  164. package/dist/esm/operations/commitmentAssociations.js +200 -0
  165. package/dist/esm/operations/commitmentAssociations.js.map +1 -0
  166. package/dist/esm/operations/commitmentPlans.d.ts +84 -0
  167. package/dist/esm/operations/commitmentPlans.d.ts.map +1 -0
  168. package/dist/esm/operations/commitmentPlans.js +325 -0
  169. package/dist/esm/operations/commitmentPlans.js.map +1 -0
  170. package/dist/esm/operations/index.d.ts +6 -0
  171. package/dist/esm/operations/index.d.ts.map +1 -0
  172. package/dist/esm/operations/index.js +13 -0
  173. package/dist/esm/operations/index.js.map +1 -0
  174. package/dist/esm/operations/operations.d.ts +26 -0
  175. package/dist/esm/operations/operations.d.ts.map +1 -0
  176. package/dist/esm/operations/operations.js +76 -0
  177. package/dist/esm/operations/operations.js.map +1 -0
  178. package/dist/esm/operations/skus.d.ts +26 -0
  179. package/dist/esm/operations/skus.d.ts.map +1 -0
  180. package/dist/esm/operations/skus.js +76 -0
  181. package/dist/esm/operations/skus.js.map +1 -0
  182. package/dist/esm/operations/usageHistory.d.ts +38 -0
  183. package/dist/esm/operations/usageHistory.d.ts.map +1 -0
  184. package/dist/esm/operations/usageHistory.js +128 -0
  185. package/dist/esm/operations/usageHistory.js.map +1 -0
  186. package/dist/esm/operationsInterfaces/commitmentAssociations.d.ts +30 -0
  187. package/dist/esm/operationsInterfaces/commitmentAssociations.d.ts.map +1 -0
  188. package/dist/esm/operationsInterfaces/commitmentAssociations.js +9 -0
  189. package/dist/esm/operationsInterfaces/commitmentAssociations.js.map +1 -0
  190. package/dist/esm/operationsInterfaces/commitmentPlans.d.ts +48 -0
  191. package/dist/esm/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
  192. package/dist/esm/operationsInterfaces/commitmentPlans.js +9 -0
  193. package/dist/esm/operationsInterfaces/commitmentPlans.js.map +1 -0
  194. package/dist/esm/operationsInterfaces/index.d.ts +6 -0
  195. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  196. package/dist/esm/operationsInterfaces/index.js +13 -0
  197. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  198. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  199. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  200. package/dist/esm/operationsInterfaces/operations.js +9 -0
  201. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  202. package/dist/esm/operationsInterfaces/skus.d.ts +11 -0
  203. package/dist/esm/operationsInterfaces/skus.d.ts.map +1 -0
  204. package/dist/esm/operationsInterfaces/skus.js +9 -0
  205. package/dist/esm/operationsInterfaces/skus.js.map +1 -0
  206. package/dist/esm/operationsInterfaces/usageHistory.d.ts +13 -0
  207. package/dist/esm/operationsInterfaces/usageHistory.d.ts.map +1 -0
  208. package/dist/esm/operationsInterfaces/usageHistory.js +9 -0
  209. package/dist/esm/operationsInterfaces/usageHistory.js.map +1 -0
  210. package/dist/esm/package.json +3 -0
  211. package/dist/esm/pagingHelper.d.ts +13 -0
  212. package/dist/esm/pagingHelper.d.ts.map +1 -0
  213. package/dist/esm/pagingHelper.js +30 -0
  214. package/dist/esm/pagingHelper.js.map +1 -0
  215. package/dist/react-native/azureMLCommitmentPlansManagementClient.d.ts +24 -0
  216. package/dist/react-native/azureMLCommitmentPlansManagementClient.d.ts.map +1 -0
  217. package/dist/react-native/azureMLCommitmentPlansManagementClient.js +114 -0
  218. package/dist/react-native/azureMLCommitmentPlansManagementClient.js.map +1 -0
  219. package/dist/react-native/index.d.ts +5 -0
  220. package/dist/react-native/index.d.ts.map +1 -0
  221. package/dist/react-native/index.js +13 -0
  222. package/dist/react-native/index.js.map +1 -0
  223. package/dist/react-native/models/index.d.ts +529 -0
  224. package/dist/react-native/models/index.d.ts.map +1 -0
  225. package/dist/react-native/models/index.js +34 -0
  226. package/dist/react-native/models/index.js.map +1 -0
  227. package/dist/react-native/models/mappers.d.ts +24 -0
  228. package/dist/react-native/models/mappers.d.ts.map +1 -0
  229. package/dist/react-native/models/mappers.js +750 -0
  230. package/dist/react-native/models/mappers.js.map +1 -0
  231. package/dist/react-native/models/parameters.d.ts +15 -0
  232. package/dist/react-native/models/parameters.d.ts.map +1 -0
  233. package/dist/react-native/models/parameters.js +125 -0
  234. package/dist/react-native/models/parameters.js.map +1 -0
  235. package/dist/react-native/operations/commitmentAssociations.d.ts +55 -0
  236. package/dist/react-native/operations/commitmentAssociations.d.ts.map +1 -0
  237. package/dist/react-native/operations/commitmentAssociations.js +200 -0
  238. package/dist/react-native/operations/commitmentAssociations.js.map +1 -0
  239. package/dist/react-native/operations/commitmentPlans.d.ts +84 -0
  240. package/dist/react-native/operations/commitmentPlans.d.ts.map +1 -0
  241. package/dist/react-native/operations/commitmentPlans.js +325 -0
  242. package/dist/react-native/operations/commitmentPlans.js.map +1 -0
  243. package/dist/react-native/operations/index.d.ts +6 -0
  244. package/dist/react-native/operations/index.d.ts.map +1 -0
  245. package/dist/react-native/operations/index.js +13 -0
  246. package/dist/react-native/operations/index.js.map +1 -0
  247. package/dist/react-native/operations/operations.d.ts +26 -0
  248. package/dist/react-native/operations/operations.d.ts.map +1 -0
  249. package/dist/react-native/operations/operations.js +76 -0
  250. package/dist/react-native/operations/operations.js.map +1 -0
  251. package/dist/react-native/operations/skus.d.ts +26 -0
  252. package/dist/react-native/operations/skus.d.ts.map +1 -0
  253. package/dist/react-native/operations/skus.js +76 -0
  254. package/dist/react-native/operations/skus.js.map +1 -0
  255. package/dist/react-native/operations/usageHistory.d.ts +38 -0
  256. package/dist/react-native/operations/usageHistory.d.ts.map +1 -0
  257. package/dist/react-native/operations/usageHistory.js +128 -0
  258. package/dist/react-native/operations/usageHistory.js.map +1 -0
  259. package/dist/react-native/operationsInterfaces/commitmentAssociations.d.ts +30 -0
  260. package/dist/react-native/operationsInterfaces/commitmentAssociations.d.ts.map +1 -0
  261. package/dist/react-native/operationsInterfaces/commitmentAssociations.js +9 -0
  262. package/dist/react-native/operationsInterfaces/commitmentAssociations.js.map +1 -0
  263. package/dist/react-native/operationsInterfaces/commitmentPlans.d.ts +48 -0
  264. package/dist/react-native/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
  265. package/dist/react-native/operationsInterfaces/commitmentPlans.js +9 -0
  266. package/dist/react-native/operationsInterfaces/commitmentPlans.js.map +1 -0
  267. package/dist/react-native/operationsInterfaces/index.d.ts +6 -0
  268. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  269. package/dist/react-native/operationsInterfaces/index.js +13 -0
  270. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  271. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  272. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  273. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  274. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  275. package/dist/react-native/operationsInterfaces/skus.d.ts +11 -0
  276. package/dist/react-native/operationsInterfaces/skus.d.ts.map +1 -0
  277. package/dist/react-native/operationsInterfaces/skus.js +9 -0
  278. package/dist/react-native/operationsInterfaces/skus.js.map +1 -0
  279. package/dist/react-native/operationsInterfaces/usageHistory.d.ts +13 -0
  280. package/dist/react-native/operationsInterfaces/usageHistory.d.ts.map +1 -0
  281. package/dist/react-native/operationsInterfaces/usageHistory.js +9 -0
  282. package/dist/react-native/operationsInterfaces/usageHistory.js.map +1 -0
  283. package/dist/react-native/package.json +3 -0
  284. package/dist/react-native/pagingHelper.d.ts +13 -0
  285. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  286. package/dist/react-native/pagingHelper.js +30 -0
  287. package/dist/react-native/pagingHelper.js.map +1 -0
  288. package/package.json +86 -73
  289. package/review/{arm-commitmentplans.api.md → arm-commitmentplans-node.api.md} +7 -11
  290. package/dist/index.js +0 -1839
  291. package/dist/index.js.map +0 -1
  292. package/dist/index.min.js +0 -1
  293. package/dist/index.min.js.map +0 -1
  294. package/dist-esm/src/azureMLCommitmentPlansManagementClient.d.ts.map +0 -1
  295. package/dist-esm/src/azureMLCommitmentPlansManagementClient.js +0 -73
  296. package/dist-esm/src/azureMLCommitmentPlansManagementClient.js.map +0 -1
  297. package/dist-esm/src/index.d.ts +0 -5
  298. package/dist-esm/src/index.d.ts.map +0 -1
  299. package/dist-esm/src/index.js.map +0 -1
  300. package/dist-esm/src/models/index.js.map +0 -1
  301. package/dist-esm/src/models/mappers.js.map +0 -1
  302. package/dist-esm/src/models/parameters.js.map +0 -1
  303. package/dist-esm/src/operations/commitmentAssociations.d.ts.map +0 -1
  304. package/dist-esm/src/operations/commitmentAssociations.js.map +0 -1
  305. package/dist-esm/src/operations/commitmentPlans.d.ts.map +0 -1
  306. package/dist-esm/src/operations/commitmentPlans.js.map +0 -1
  307. package/dist-esm/src/operations/index.d.ts +0 -6
  308. package/dist-esm/src/operations/index.js.map +0 -1
  309. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  310. package/dist-esm/src/operations/operations.js.map +0 -1
  311. package/dist-esm/src/operations/skus.d.ts.map +0 -1
  312. package/dist-esm/src/operations/skus.js.map +0 -1
  313. package/dist-esm/src/operations/usageHistory.d.ts.map +0 -1
  314. package/dist-esm/src/operations/usageHistory.js.map +0 -1
  315. package/dist-esm/src/operationsInterfaces/commitmentAssociations.d.ts.map +0 -1
  316. package/dist-esm/src/operationsInterfaces/commitmentAssociations.js.map +0 -1
  317. package/dist-esm/src/operationsInterfaces/commitmentPlans.d.ts.map +0 -1
  318. package/dist-esm/src/operationsInterfaces/commitmentPlans.js.map +0 -1
  319. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -6
  320. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  321. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  322. package/dist-esm/src/operationsInterfaces/skus.js.map +0 -1
  323. package/dist-esm/src/operationsInterfaces/usageHistory.d.ts.map +0 -1
  324. package/dist-esm/src/operationsInterfaces/usageHistory.js.map +0 -1
  325. package/dist-esm/test/sampleTest.d.ts +0 -2
  326. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  327. package/dist-esm/test/sampleTest.js +0 -40
  328. package/dist-esm/test/sampleTest.js.map +0 -1
  329. package/rollup.config.js +0 -122
  330. package/src/azureMLCommitmentPlansManagementClient.ts +0 -120
  331. package/src/models/index.ts +0 -579
  332. package/src/models/mappers.ts +0 -773
  333. package/src/models/parameters.ts +0 -147
  334. package/src/operations/commitmentAssociations.ts +0 -281
  335. package/src/operations/commitmentPlans.ts +0 -420
  336. package/src/operations/index.ts +0 -13
  337. package/src/operations/operations.ts +0 -95
  338. package/src/operations/skus.ts +0 -94
  339. package/src/operations/usageHistory.ts +0 -183
  340. package/src/operationsInterfaces/commitmentAssociations.ts +0 -62
  341. package/src/operationsInterfaces/commitmentPlans.ts +0 -92
  342. package/src/operationsInterfaces/index.ts +0 -13
  343. package/src/operationsInterfaces/operations.ts +0 -22
  344. package/src/operationsInterfaces/skus.ts +0 -22
  345. package/src/operationsInterfaces/usageHistory.ts +0 -26
  346. package/tsconfig.json +0 -33
  347. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  348. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  349. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  350. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  351. /package/{dist-esm/src → dist/browser}/operationsInterfaces/commitmentAssociations.js +0 -0
  352. /package/{dist-esm/src → dist/browser}/operationsInterfaces/commitmentPlans.js +0 -0
  353. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  354. /package/{dist-esm/src → dist/browser}/operationsInterfaces/skus.js +0 -0
  355. /package/{dist-esm/src → dist/browser}/operationsInterfaces/usageHistory.js +0 -0
@@ -1,706 +1,529 @@
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
- export declare class AzureMLCommitmentPlansManagementClient extends coreClient.ServiceClient {
6
- $host: string;
7
- apiVersion: string;
8
- subscriptionId: string;
9
- /**
10
- * Initializes a new instance of the AzureMLCommitmentPlansManagementClient class.
11
- * @param credentials Subscription credentials which uniquely identify client subscription.
12
- * @param subscriptionId Azure Subscription ID.
13
- * @param options The parameter options
14
- */
15
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AzureMLCommitmentPlansManagementClientOptionalParams);
16
- operations: Operations;
17
- skus: Skus;
18
- commitmentAssociations: CommitmentAssociations;
19
- commitmentPlans: CommitmentPlans;
20
- usageHistory: UsageHistory;
21
- }
22
-
23
- /** Optional parameters. */
24
- export declare interface AzureMLCommitmentPlansManagementClientOptionalParams extends coreClient.ServiceClientOptions {
25
- /** server parameter */
26
- $host?: string;
27
- /** Api Version */
28
- apiVersion?: string;
29
- /** Overrides client endpoint. */
30
- endpoint?: string;
31
- }
32
-
33
- /** Details of a commitment plan SKU. */
34
- export declare interface CatalogSku {
35
- /**
36
- * Resource type name
37
- * NOTE: This property will not be serialized. It can only be populated by the server.
38
- */
39
- readonly resourceType?: string;
40
- /**
41
- * SKU name
42
- * NOTE: This property will not be serialized. It can only be populated by the server.
43
- */
44
- readonly name?: string;
45
- /**
46
- * SKU tier
47
- * NOTE: This property will not be serialized. It can only be populated by the server.
48
- */
49
- readonly tier?: string;
50
- /**
51
- * Regions where the SKU is available.
52
- * NOTE: This property will not be serialized. It can only be populated by the server.
53
- */
54
- readonly locations?: string[];
55
- /**
56
- * SKU scaling information
57
- * NOTE: This property will not be serialized. It can only be populated by the server.
58
- */
59
- readonly capacity?: SkuCapacity;
60
- /**
61
- * The capability information for the specified SKU.
62
- * NOTE: This property will not be serialized. It can only be populated by the server.
63
- */
64
- readonly capabilities?: SkuCapability[];
65
- /**
66
- * The cost information for the specified SKU.
67
- * NOTE: This property will not be serialized. It can only be populated by the server.
68
- */
69
- readonly costs?: SkuCost[];
70
- /**
71
- * Restrictions which would prevent a SKU from being used. This is empty if there are no restrictions.
72
- * NOTE: This property will not be serialized. It can only be populated by the server.
73
- */
74
- readonly restrictions?: SkuRestrictions[];
75
- }
76
-
77
- /** Represents the association between a commitment plan and some other resource, such as a Machine Learning web service. */
78
- export declare type CommitmentAssociation = Resource & {
79
- /** An entity tag used to enforce optimistic concurrency. */
80
- etag?: string;
81
- /** The properties of the commitment association resource. */
82
- properties?: CommitmentAssociationProperties;
83
- };
84
-
85
- /** A page of commitment association resources. */
86
- export declare interface CommitmentAssociationListResult {
87
- /** A URI to retrieve the next page of results. */
88
- nextLink?: string;
89
- /** The set of results for this page. */
90
- value?: CommitmentAssociation[];
91
- }
92
-
93
- /** Properties of an Azure ML commitment association. */
94
- export declare interface CommitmentAssociationProperties {
95
- /**
96
- * The ID of the resource this association points to, such as the ARM ID of an Azure ML web service.
97
- * NOTE: This property will not be serialized. It can only be populated by the server.
98
- */
99
- readonly associatedResourceId?: string;
100
- /**
101
- * The ARM ID of the parent Azure ML commitment plan.
102
- * NOTE: This property will not be serialized. It can only be populated by the server.
103
- */
104
- readonly commitmentPlanId?: string;
105
- /**
106
- * The date at which this commitment association was created, in ISO 8601 format.
107
- * NOTE: This property will not be serialized. It can only be populated by the server.
108
- */
109
- readonly creationDate?: Date;
110
- }
111
-
112
- /** Interface representing a CommitmentAssociations. */
113
- export declare interface CommitmentAssociations {
114
- /**
115
- * Get all commitment associations for a parent commitment plan.
116
- * @param resourceGroupName The resource group name.
117
- * @param commitmentPlanName The Azure ML commitment plan name.
118
- * @param options The options parameters.
119
- */
120
- list(resourceGroupName: string, commitmentPlanName: string, options?: CommitmentAssociationsListOptionalParams): PagedAsyncIterableIterator<CommitmentAssociation>;
121
- /**
122
- * Get a commitment association.
123
- * @param resourceGroupName The resource group name.
124
- * @param commitmentPlanName The Azure ML commitment plan name.
125
- * @param commitmentAssociationName The commitment association name.
126
- * @param options The options parameters.
127
- */
128
- get(resourceGroupName: string, commitmentPlanName: string, commitmentAssociationName: string, options?: CommitmentAssociationsGetOptionalParams): Promise<CommitmentAssociationsGetResponse>;
129
- /**
130
- * Re-parent a commitment association from one commitment plan to another.
131
- * @param resourceGroupName The resource group name.
132
- * @param commitmentPlanName The Azure ML commitment plan name.
133
- * @param commitmentAssociationName The commitment association name.
134
- * @param movePayload The move request payload.
135
- * @param options The options parameters.
136
- */
137
- move(resourceGroupName: string, commitmentPlanName: string, commitmentAssociationName: string, movePayload: MoveCommitmentAssociationRequest, options?: CommitmentAssociationsMoveOptionalParams): Promise<CommitmentAssociationsMoveResponse>;
138
- }
139
-
140
- /** Optional parameters. */
141
- export declare interface CommitmentAssociationsGetOptionalParams extends coreClient.OperationOptions {
142
- }
143
-
144
- /** Contains response data for the get operation. */
145
- export declare type CommitmentAssociationsGetResponse = CommitmentAssociation;
146
-
147
- /** Optional parameters. */
148
- export declare interface CommitmentAssociationsListNextOptionalParams extends coreClient.OperationOptions {
149
- /** Continuation token for pagination. */
150
- skipToken?: string;
151
- }
152
-
153
- /** Contains response data for the listNext operation. */
154
- export declare type CommitmentAssociationsListNextResponse = CommitmentAssociationListResult;
155
-
156
- /** Optional parameters. */
157
- export declare interface CommitmentAssociationsListOptionalParams extends coreClient.OperationOptions {
158
- /** Continuation token for pagination. */
159
- skipToken?: string;
160
- }
161
-
162
- /** Contains response data for the list operation. */
163
- export declare type CommitmentAssociationsListResponse = CommitmentAssociationListResult;
164
-
165
- /** Optional parameters. */
166
- export declare interface CommitmentAssociationsMoveOptionalParams extends coreClient.OperationOptions {
167
- }
168
-
169
- /** Contains response data for the move operation. */
170
- export declare type CommitmentAssociationsMoveResponse = CommitmentAssociation;
171
-
172
- /** An Azure ML commitment plan resource. */
173
- export declare type CommitmentPlan = Resource & {
174
- /** An entity tag used to enforce optimistic concurrency. */
175
- etag?: string;
176
- /**
177
- * The commitment plan properties.
178
- * NOTE: This property will not be serialized. It can only be populated by the server.
179
- */
180
- readonly properties?: CommitmentPlanProperties;
181
- /** The commitment plan SKU. */
182
- sku?: ResourceSku;
183
- };
184
-
185
- /** A page of commitment plan resources. */
186
- export declare interface CommitmentPlanListResult {
187
- /** A URI to retrieve the next page of results. */
188
- nextLink?: string;
189
- /** The set of results for this page. */
190
- value?: CommitmentPlan[];
191
- }
192
-
193
- /** The properties of a commitment plan which may be updated via PATCH. */
194
- export declare interface CommitmentPlanPatchPayload {
195
- /** User-defined tags for the commitment plan. */
196
- tags?: {
197
- [propertyName: string]: string;
198
- };
199
- /** The commitment plan SKU. */
200
- sku?: ResourceSku;
201
- }
202
-
203
- /** Properties of an Azure ML commitment plan. */
204
- export declare interface CommitmentPlanProperties {
205
- /**
206
- * Indicates whether usage beyond the commitment plan's included quantities will be charged.
207
- * NOTE: This property will not be serialized. It can only be populated by the server.
208
- */
209
- readonly chargeForOverage?: boolean;
210
- /**
211
- * Indicates whether the commitment plan will incur a charge.
212
- * NOTE: This property will not be serialized. It can only be populated by the server.
213
- */
214
- readonly chargeForPlan?: boolean;
215
- /**
216
- * The date at which this commitment plan was created, in ISO 8601 format.
217
- * NOTE: This property will not be serialized. It can only be populated by the server.
218
- */
219
- readonly creationDate?: Date;
220
- /**
221
- * The included resource quantities this plan gives you.
222
- * NOTE: This property will not be serialized. It can only be populated by the server.
223
- */
224
- readonly includedQuantities?: {
225
- [propertyName: string]: PlanQuantity;
226
- };
227
- /**
228
- * The maximum number of commitment associations that can be children of this commitment plan.
229
- * NOTE: This property will not be serialized. It can only be populated by the server.
230
- */
231
- readonly maxAssociationLimit?: number;
232
- /**
233
- * The maximum scale-out capacity for this commitment plan.
234
- * NOTE: This property will not be serialized. It can only be populated by the server.
235
- */
236
- readonly maxCapacityLimit?: number;
237
- /**
238
- * The minimum scale-out capacity for this commitment plan.
239
- * NOTE: This property will not be serialized. It can only be populated by the server.
240
- */
241
- readonly minCapacityLimit?: number;
242
- /**
243
- * The Azure meter which will be used to charge for this commitment plan.
244
- * NOTE: This property will not be serialized. It can only be populated by the server.
245
- */
246
- readonly planMeter?: string;
247
- /**
248
- * The frequency at which this commitment plan's included quantities are refilled.
249
- * NOTE: This property will not be serialized. It can only be populated by the server.
250
- */
251
- readonly refillFrequencyInDays?: number;
252
- /**
253
- * Indicates whether this commitment plan will be moved into a suspended state if usage goes beyond the commitment plan's included quantities.
254
- * NOTE: This property will not be serialized. It can only be populated by the server.
255
- */
256
- readonly suspendPlanOnOverage?: boolean;
257
- }
258
-
259
- /** Interface representing a CommitmentPlans. */
260
- export declare interface CommitmentPlans {
261
- /**
262
- * Retrieve all Azure ML commitment plans in a subscription.
263
- * @param options The options parameters.
264
- */
265
- list(options?: CommitmentPlansListOptionalParams): PagedAsyncIterableIterator<CommitmentPlan>;
266
- /**
267
- * Retrieve all Azure ML commitment plans in a resource group.
268
- * @param resourceGroupName The resource group name.
269
- * @param options The options parameters.
270
- */
271
- listInResourceGroup(resourceGroupName: string, options?: CommitmentPlansListInResourceGroupOptionalParams): PagedAsyncIterableIterator<CommitmentPlan>;
272
- /**
273
- * Retrieve an Azure ML commitment plan by its subscription, resource group and name.
274
- * @param resourceGroupName The resource group name.
275
- * @param commitmentPlanName The Azure ML commitment plan name.
276
- * @param options The options parameters.
277
- */
278
- get(resourceGroupName: string, commitmentPlanName: string, options?: CommitmentPlansGetOptionalParams): Promise<CommitmentPlansGetResponse>;
279
- /**
280
- * Create a new Azure ML commitment plan resource or updates an existing one.
281
- * @param resourceGroupName The resource group name.
282
- * @param commitmentPlanName The Azure ML commitment plan name.
283
- * @param createOrUpdatePayload The payload to create or update the Azure ML commitment plan.
284
- * @param options The options parameters.
285
- */
286
- createOrUpdate(resourceGroupName: string, commitmentPlanName: string, createOrUpdatePayload: CommitmentPlan, options?: CommitmentPlansCreateOrUpdateOptionalParams): Promise<CommitmentPlansCreateOrUpdateResponse>;
287
- /**
288
- * Remove an existing Azure ML commitment plan.
289
- * @param resourceGroupName The resource group name.
290
- * @param commitmentPlanName The Azure ML commitment plan name.
291
- * @param options The options parameters.
292
- */
293
- remove(resourceGroupName: string, commitmentPlanName: string, options?: CommitmentPlansRemoveOptionalParams): Promise<void>;
294
- /**
295
- * Patch an existing Azure ML commitment plan resource.
296
- * @param resourceGroupName The resource group name.
297
- * @param commitmentPlanName The Azure ML commitment plan name.
298
- * @param patchPayload The payload to use to patch the Azure ML commitment plan. Only tags and SKU may
299
- * be modified on an existing commitment plan.
300
- * @param options The options parameters.
301
- */
302
- patch(resourceGroupName: string, commitmentPlanName: string, patchPayload: CommitmentPlanPatchPayload, options?: CommitmentPlansPatchOptionalParams): Promise<CommitmentPlansPatchResponse>;
303
- }
304
-
305
- /** Optional parameters. */
306
- export declare interface CommitmentPlansCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
307
- }
308
-
309
- /** Contains response data for the createOrUpdate operation. */
310
- export declare type CommitmentPlansCreateOrUpdateResponse = CommitmentPlan;
311
-
312
- /** Optional parameters. */
313
- export declare interface CommitmentPlansGetOptionalParams extends coreClient.OperationOptions {
314
- }
315
-
316
- /** Contains response data for the get operation. */
317
- export declare type CommitmentPlansGetResponse = CommitmentPlan;
318
-
319
- /** Optional parameters. */
320
- export declare interface CommitmentPlansListInResourceGroupNextOptionalParams extends coreClient.OperationOptions {
321
- /** Continuation token for pagination. */
322
- skipToken?: string;
323
- }
324
-
325
- /** Contains response data for the listInResourceGroupNext operation. */
326
- export declare type CommitmentPlansListInResourceGroupNextResponse = CommitmentPlanListResult;
327
-
328
- /** Optional parameters. */
329
- export declare interface CommitmentPlansListInResourceGroupOptionalParams extends coreClient.OperationOptions {
330
- /** Continuation token for pagination. */
331
- skipToken?: string;
332
- }
333
-
334
- /** Contains response data for the listInResourceGroup operation. */
335
- export declare type CommitmentPlansListInResourceGroupResponse = CommitmentPlanListResult;
336
-
337
- /** Optional parameters. */
338
- export declare interface CommitmentPlansListNextOptionalParams extends coreClient.OperationOptions {
339
- /** Continuation token for pagination. */
340
- skipToken?: string;
341
- }
342
-
343
- /** Contains response data for the listNext operation. */
344
- export declare type CommitmentPlansListNextResponse = CommitmentPlanListResult;
345
-
346
- /** Optional parameters. */
347
- export declare interface CommitmentPlansListOptionalParams extends coreClient.OperationOptions {
348
- /** Continuation token for pagination. */
349
- skipToken?: string;
350
- }
351
-
352
- /** Contains response data for the list operation. */
353
- export declare type CommitmentPlansListResponse = CommitmentPlanListResult;
354
-
355
- /** Optional parameters. */
356
- export declare interface CommitmentPlansPatchOptionalParams extends coreClient.OperationOptions {
357
- }
358
-
359
- /** Contains response data for the patch operation. */
360
- export declare type CommitmentPlansPatchResponse = CommitmentPlan;
361
-
362
- /** Optional parameters. */
363
- export declare interface CommitmentPlansRemoveOptionalParams extends coreClient.OperationOptions {
364
- }
365
-
366
- /** Known values of {@link ResourceSkuRestrictionsReasonCode} that the service accepts. */
367
- export declare enum KnownResourceSkuRestrictionsReasonCode {
368
- QuotaId = "QuotaId",
369
- NotAvailableForSubscription = "NotAvailableForSubscription"
370
- }
371
-
372
- /** Known values of {@link ResourceSkuRestrictionsType} that the service accepts. */
373
- export declare enum KnownResourceSkuRestrictionsType {
374
- Location = "location",
375
- Zone = "zone"
376
- }
377
-
378
- /** Known values of {@link SkuCapacityScaleType} that the service accepts. */
379
- export declare enum KnownSkuCapacityScaleType {
380
- Automatic = "Automatic",
381
- Manual = "Manual",
382
- None = "None"
383
- }
384
-
385
- /** Specifies the destination Azure ML commitment plan for a move operation. */
386
- export declare interface MoveCommitmentAssociationRequest {
387
- /** The ARM ID of the commitment plan to re-parent the commitment association to. */
388
- destinationPlanId?: string;
389
- }
390
-
391
- /** The API operation info. */
392
- export declare interface OperationDisplayInfo {
393
- /**
394
- * The description of the operation.
395
- * NOTE: This property will not be serialized. It can only be populated by the server.
396
- */
397
- readonly description?: string;
398
- /**
399
- * The action that users can perform, based on their permission level.
400
- * NOTE: This property will not be serialized. It can only be populated by the server.
401
- */
402
- readonly operation?: string;
403
- /**
404
- * The service provider.
405
- * NOTE: This property will not be serialized. It can only be populated by the server.
406
- */
407
- readonly provider?: string;
408
- /**
409
- * The resource on which the operation is performed.
410
- * NOTE: This property will not be serialized. It can only be populated by the server.
411
- */
412
- readonly resource?: string;
413
- }
414
-
415
- /** An API operation. */
416
- export declare interface OperationEntity {
417
- /**
418
- * Operation name: {provider}/{resource}/{operation}.
419
- * NOTE: This property will not be serialized. It can only be populated by the server.
420
- */
421
- readonly name?: string;
422
- /** The API operation info. */
423
- display?: OperationDisplayInfo;
424
- }
425
-
426
- /** The list of REST API operations. */
427
- export declare interface OperationEntityListResult {
428
- /**
429
- * The list of operations.
430
- * NOTE: This property will not be serialized. It can only be populated by the server.
431
- */
432
- readonly value?: OperationEntity[];
433
- }
434
-
435
- /** Interface representing a Operations. */
436
- export declare interface Operations {
437
- /**
438
- * Lists all of the available Azure Machine Learning Studio Commitment Plan RP REST API operations.
439
- * @param options The options parameters.
440
- */
441
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<OperationEntity>;
442
- }
443
-
444
- /** Optional parameters. */
445
- export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
446
- }
447
-
448
- /** Contains response data for the list operation. */
449
- export declare type OperationsListResponse = OperationEntityListResult;
450
-
451
- /** Represents the quantity a commitment plan provides of a metered resource. */
452
- export declare interface PlanQuantity {
453
- /**
454
- * The quantity added to the commitment plan at an interval specified by its allowance frequency.
455
- * NOTE: This property will not be serialized. It can only be populated by the server.
456
- */
457
- readonly allowance?: number;
458
- /**
459
- * The quantity available to the plan the last time usage was calculated.
460
- * NOTE: This property will not be serialized. It can only be populated by the server.
461
- */
462
- readonly amount?: number;
463
- /**
464
- * The Azure meter for usage against included quantities.
465
- * NOTE: This property will not be serialized. It can only be populated by the server.
466
- */
467
- readonly includedQuantityMeter?: string;
468
- /**
469
- * The Azure meter for usage which exceeds included quantities.
470
- * NOTE: This property will not be serialized. It can only be populated by the server.
471
- */
472
- readonly overageMeter?: string;
473
- }
474
-
475
- /** Represents historical information about usage of the Azure resources associated with a commitment plan. */
476
- export declare interface PlanUsageHistory {
477
- /** Overage incurred as a result of deleting a commitment plan. */
478
- planDeletionOverage?: {
479
- [propertyName: string]: number;
480
- };
481
- /** Overage incurred as a result of migrating a commitment plan from one SKU to another. */
482
- planMigrationOverage?: {
483
- [propertyName: string]: number;
484
- };
485
- /** Included quantities remaining after usage against the commitment plan's associated resources was calculated. */
486
- planQuantitiesAfterUsage?: {
487
- [propertyName: string]: number;
488
- };
489
- /** Included quantities remaining before usage against the commitment plan's associated resources was calculated. */
490
- planQuantitiesBeforeUsage?: {
491
- [propertyName: string]: number;
492
- };
493
- /** Usage against the commitment plan's associated resources which was not covered by included quantities and is therefore overage. */
494
- planUsageOverage?: {
495
- [propertyName: string]: number;
496
- };
497
- /** Usage against the commitment plan's associated resources. */
498
- usage?: {
499
- [propertyName: string]: number;
500
- };
501
- /** The date of usage, in ISO 8601 format. */
502
- usageDate?: Date;
503
- }
504
-
505
- /** A page of usage history. */
506
- export declare interface PlanUsageHistoryListResult {
507
- /** A URI to retrieve the next page of results. */
508
- nextLink?: string;
509
- /** The set of results for this page. */
510
- value?: PlanUsageHistory[];
511
- }
512
-
513
- /** Common properties of an ARM resource. */
514
- export declare interface Resource {
515
- /**
516
- * Resource Id.
517
- * NOTE: This property will not be serialized. It can only be populated by the server.
518
- */
519
- readonly id?: string;
520
- /**
521
- * Resource name.
522
- * NOTE: This property will not be serialized. It can only be populated by the server.
523
- */
524
- readonly name?: string;
525
- /** Resource location. */
526
- location: string;
527
- /**
528
- * Resource type.
529
- * NOTE: This property will not be serialized. It can only be populated by the server.
530
- */
531
- readonly type?: string;
532
- /** User-defined tags for the resource. */
533
- tags?: {
534
- [propertyName: string]: string;
535
- };
536
- }
537
-
538
- /** The SKU of a resource. */
539
- export declare interface ResourceSku {
540
- /** The scale-out capacity of the resource. 1 is 1x, 2 is 2x, etc. This impacts the quantities and cost of any commitment plan resource. */
541
- capacity?: number;
542
- /** The SKU name. Along with tier, uniquely identifies the SKU. */
543
- name?: string;
544
- /** The SKU tier. Along with name, uniquely identifies the SKU. */
545
- tier?: string;
546
- }
547
-
548
- /**
549
- * Defines values for ResourceSkuRestrictionsReasonCode. \
550
- * {@link KnownResourceSkuRestrictionsReasonCode} can be used interchangeably with ResourceSkuRestrictionsReasonCode,
551
- * this enum contains the known values that the service supports.
552
- * ### Known values supported by the service
553
- * **QuotaId** \
554
- * **NotAvailableForSubscription**
555
- */
556
- export declare type ResourceSkuRestrictionsReasonCode = string;
557
-
558
- /**
559
- * Defines values for ResourceSkuRestrictionsType. \
560
- * {@link KnownResourceSkuRestrictionsType} can be used interchangeably with ResourceSkuRestrictionsType,
561
- * this enum contains the known values that the service supports.
562
- * ### Known values supported by the service
563
- * **location** \
564
- * **zone**
565
- */
566
- export declare type ResourceSkuRestrictionsType = string;
567
-
568
- /** Describes The SKU capabilities object. */
569
- export declare interface SkuCapability {
570
- /**
571
- * The capability name.
572
- * NOTE: This property will not be serialized. It can only be populated by the server.
573
- */
574
- readonly name?: string;
575
- /**
576
- * The capability value.
577
- * NOTE: This property will not be serialized. It can only be populated by the server.
578
- */
579
- readonly value?: string;
580
- }
581
-
582
- /** Describes scaling information of a SKU. */
583
- export declare interface SkuCapacity {
584
- /**
585
- * The minimum capacity.
586
- * NOTE: This property will not be serialized. It can only be populated by the server.
587
- */
588
- readonly minimum?: number;
589
- /**
590
- * The maximum capacity that can be set.
591
- * NOTE: This property will not be serialized. It can only be populated by the server.
592
- */
593
- readonly maximum?: number;
594
- /**
595
- * The default capacity.
596
- * NOTE: This property will not be serialized. It can only be populated by the server.
597
- */
598
- readonly default?: number;
599
- /**
600
- * The scale type applicable to the sku.
601
- * NOTE: This property will not be serialized. It can only be populated by the server.
602
- */
603
- readonly scaleType?: SkuCapacityScaleType;
604
- }
605
-
606
- /**
607
- * Defines values for SkuCapacityScaleType. \
608
- * {@link KnownSkuCapacityScaleType} can be used interchangeably with SkuCapacityScaleType,
609
- * this enum contains the known values that the service supports.
610
- * ### Known values supported by the service
611
- * **Automatic** \
612
- * **Manual** \
613
- * **None**
614
- */
615
- export declare type SkuCapacityScaleType = string;
616
-
617
- /** Describes metadata for SKU cost info. */
618
- export declare interface SkuCost {
619
- /**
620
- * The meter used for this part of a SKU's cost.
621
- * NOTE: This property will not be serialized. It can only be populated by the server.
622
- */
623
- readonly meterID?: string;
624
- /**
625
- * The multiplier for the meter ID.
626
- * NOTE: This property will not be serialized. It can only be populated by the server.
627
- */
628
- readonly quantity?: number;
629
- /**
630
- * The overall duration represented by the quantity.
631
- * NOTE: This property will not be serialized. It can only be populated by the server.
632
- */
633
- readonly extendedUnit?: string;
634
- }
635
-
636
- /** The list of commitment plan SKUs. */
637
- export declare interface SkuListResult {
638
- /** NOTE: This property will not be serialized. It can only be populated by the server. */
639
- readonly value?: CatalogSku[];
640
- }
641
-
642
- /** Describes restrictions which would prevent a SKU from being used. */
643
- export declare interface SkuRestrictions {
644
- /**
645
- * The type of restrictions.
646
- * NOTE: This property will not be serialized. It can only be populated by the server.
647
- */
648
- readonly type?: ResourceSkuRestrictionsType;
649
- /**
650
- * The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted.
651
- * NOTE: This property will not be serialized. It can only be populated by the server.
652
- */
653
- readonly values?: string[];
654
- /**
655
- * The reason for restriction.
656
- * NOTE: This property will not be serialized. It can only be populated by the server.
657
- */
658
- readonly reasonCode?: ResourceSkuRestrictionsReasonCode;
659
- }
660
-
661
- /** Interface representing a Skus. */
662
- export declare interface Skus {
663
- /**
664
- * Lists the available commitment plan SKUs.
665
- * @param options The options parameters.
666
- */
667
- list(options?: SkusListOptionalParams): PagedAsyncIterableIterator<CatalogSku>;
668
- }
669
-
670
- /** Optional parameters. */
671
- export declare interface SkusListOptionalParams extends coreClient.OperationOptions {
672
- }
673
-
674
- /** Contains response data for the list operation. */
675
- export declare type SkusListResponse = SkuListResult;
676
-
677
- /** Interface representing a UsageHistory. */
678
- export declare interface UsageHistory {
679
- /**
680
- * Retrieve the usage history for an Azure ML commitment plan.
681
- * @param resourceGroupName The resource group name.
682
- * @param commitmentPlanName The Azure ML commitment plan name.
683
- * @param options The options parameters.
684
- */
685
- list(resourceGroupName: string, commitmentPlanName: string, options?: UsageHistoryListOptionalParams): PagedAsyncIterableIterator<PlanUsageHistory>;
686
- }
687
-
688
- /** Optional parameters. */
689
- export declare interface UsageHistoryListNextOptionalParams extends coreClient.OperationOptions {
690
- /** Continuation token for pagination. */
691
- skipToken?: string;
692
- }
693
-
694
- /** Contains response data for the listNext operation. */
695
- export declare type UsageHistoryListNextResponse = PlanUsageHistoryListResult;
696
-
697
- /** Optional parameters. */
698
- export declare interface UsageHistoryListOptionalParams extends coreClient.OperationOptions {
699
- /** Continuation token for pagination. */
700
- skipToken?: string;
701
- }
702
-
703
- /** Contains response data for the list operation. */
704
- export declare type UsageHistoryListResponse = PlanUsageHistoryListResult;
705
-
706
- export { }
1
+ import * as coreClient from "@azure/core-client";
2
+ /** The list of REST API operations. */
3
+ export interface OperationEntityListResult {
4
+ /**
5
+ * The list of operations.
6
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7
+ */
8
+ readonly value?: OperationEntity[];
9
+ }
10
+ /** An API operation. */
11
+ export interface OperationEntity {
12
+ /**
13
+ * Operation name: {provider}/{resource}/{operation}.
14
+ * NOTE: This property will not be serialized. It can only be populated by the server.
15
+ */
16
+ readonly name?: string;
17
+ /** The API operation info. */
18
+ display?: OperationDisplayInfo;
19
+ }
20
+ /** The API operation info. */
21
+ export interface OperationDisplayInfo {
22
+ /**
23
+ * The description of the operation.
24
+ * NOTE: This property will not be serialized. It can only be populated by the server.
25
+ */
26
+ readonly description?: string;
27
+ /**
28
+ * The action that users can perform, based on their permission level.
29
+ * NOTE: This property will not be serialized. It can only be populated by the server.
30
+ */
31
+ readonly operation?: string;
32
+ /**
33
+ * The service provider.
34
+ * NOTE: This property will not be serialized. It can only be populated by the server.
35
+ */
36
+ readonly provider?: string;
37
+ /**
38
+ * The resource on which the operation is performed.
39
+ * NOTE: This property will not be serialized. It can only be populated by the server.
40
+ */
41
+ readonly resource?: string;
42
+ }
43
+ /** The list of commitment plan SKUs. */
44
+ export interface SkuListResult {
45
+ /** NOTE: This property will not be serialized. It can only be populated by the server. */
46
+ readonly value?: CatalogSku[];
47
+ }
48
+ /** Details of a commitment plan SKU. */
49
+ export interface CatalogSku {
50
+ /**
51
+ * Resource type name
52
+ * NOTE: This property will not be serialized. It can only be populated by the server.
53
+ */
54
+ readonly resourceType?: string;
55
+ /**
56
+ * SKU name
57
+ * NOTE: This property will not be serialized. It can only be populated by the server.
58
+ */
59
+ readonly name?: string;
60
+ /**
61
+ * SKU tier
62
+ * NOTE: This property will not be serialized. It can only be populated by the server.
63
+ */
64
+ readonly tier?: string;
65
+ /**
66
+ * Regions where the SKU is available.
67
+ * NOTE: This property will not be serialized. It can only be populated by the server.
68
+ */
69
+ readonly locations?: string[];
70
+ /**
71
+ * SKU scaling information
72
+ * NOTE: This property will not be serialized. It can only be populated by the server.
73
+ */
74
+ readonly capacity?: SkuCapacity;
75
+ /**
76
+ * The capability information for the specified SKU.
77
+ * NOTE: This property will not be serialized. It can only be populated by the server.
78
+ */
79
+ readonly capabilities?: SkuCapability[];
80
+ /**
81
+ * The cost information for the specified SKU.
82
+ * NOTE: This property will not be serialized. It can only be populated by the server.
83
+ */
84
+ readonly costs?: SkuCost[];
85
+ /**
86
+ * Restrictions which would prevent a SKU from being used. This is empty if there are no restrictions.
87
+ * NOTE: This property will not be serialized. It can only be populated by the server.
88
+ */
89
+ readonly restrictions?: SkuRestrictions[];
90
+ }
91
+ /** Describes scaling information of a SKU. */
92
+ export interface SkuCapacity {
93
+ /**
94
+ * The minimum capacity.
95
+ * NOTE: This property will not be serialized. It can only be populated by the server.
96
+ */
97
+ readonly minimum?: number;
98
+ /**
99
+ * The maximum capacity that can be set.
100
+ * NOTE: This property will not be serialized. It can only be populated by the server.
101
+ */
102
+ readonly maximum?: number;
103
+ /**
104
+ * The default capacity.
105
+ * NOTE: This property will not be serialized. It can only be populated by the server.
106
+ */
107
+ readonly default?: number;
108
+ /**
109
+ * The scale type applicable to the sku.
110
+ * NOTE: This property will not be serialized. It can only be populated by the server.
111
+ */
112
+ readonly scaleType?: SkuCapacityScaleType;
113
+ }
114
+ /** Describes The SKU capabilities object. */
115
+ export interface SkuCapability {
116
+ /**
117
+ * The capability name.
118
+ * NOTE: This property will not be serialized. It can only be populated by the server.
119
+ */
120
+ readonly name?: string;
121
+ /**
122
+ * The capability value.
123
+ * NOTE: This property will not be serialized. It can only be populated by the server.
124
+ */
125
+ readonly value?: string;
126
+ }
127
+ /** Describes metadata for SKU cost info. */
128
+ export interface SkuCost {
129
+ /**
130
+ * The meter used for this part of a SKU's cost.
131
+ * NOTE: This property will not be serialized. It can only be populated by the server.
132
+ */
133
+ readonly meterID?: string;
134
+ /**
135
+ * The multiplier for the meter ID.
136
+ * NOTE: This property will not be serialized. It can only be populated by the server.
137
+ */
138
+ readonly quantity?: number;
139
+ /**
140
+ * The overall duration represented by the quantity.
141
+ * NOTE: This property will not be serialized. It can only be populated by the server.
142
+ */
143
+ readonly extendedUnit?: string;
144
+ }
145
+ /** Describes restrictions which would prevent a SKU from being used. */
146
+ export interface SkuRestrictions {
147
+ /**
148
+ * The type of restrictions.
149
+ * NOTE: This property will not be serialized. It can only be populated by the server.
150
+ */
151
+ readonly type?: ResourceSkuRestrictionsType;
152
+ /**
153
+ * The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted.
154
+ * NOTE: This property will not be serialized. It can only be populated by the server.
155
+ */
156
+ readonly values?: string[];
157
+ /**
158
+ * The reason for restriction.
159
+ * NOTE: This property will not be serialized. It can only be populated by the server.
160
+ */
161
+ readonly reasonCode?: ResourceSkuRestrictionsReasonCode;
162
+ }
163
+ /** Properties of an Azure ML commitment association. */
164
+ export interface CommitmentAssociationProperties {
165
+ /**
166
+ * The ID of the resource this association points to, such as the ARM ID of an Azure ML web service.
167
+ * NOTE: This property will not be serialized. It can only be populated by the server.
168
+ */
169
+ readonly associatedResourceId?: string;
170
+ /**
171
+ * The ARM ID of the parent Azure ML commitment plan.
172
+ * NOTE: This property will not be serialized. It can only be populated by the server.
173
+ */
174
+ readonly commitmentPlanId?: string;
175
+ /**
176
+ * The date at which this commitment association was created, in ISO 8601 format.
177
+ * NOTE: This property will not be serialized. It can only be populated by the server.
178
+ */
179
+ readonly creationDate?: Date;
180
+ }
181
+ /** Common properties of an ARM resource. */
182
+ export interface Resource {
183
+ /**
184
+ * Resource Id.
185
+ * NOTE: This property will not be serialized. It can only be populated by the server.
186
+ */
187
+ readonly id?: string;
188
+ /**
189
+ * Resource name.
190
+ * NOTE: This property will not be serialized. It can only be populated by the server.
191
+ */
192
+ readonly name?: string;
193
+ /** Resource location. */
194
+ location: string;
195
+ /**
196
+ * Resource type.
197
+ * NOTE: This property will not be serialized. It can only be populated by the server.
198
+ */
199
+ readonly type?: string;
200
+ /** User-defined tags for the resource. */
201
+ tags?: {
202
+ [propertyName: string]: string;
203
+ };
204
+ }
205
+ /** A page of commitment association resources. */
206
+ export interface CommitmentAssociationListResult {
207
+ /** A URI to retrieve the next page of results. */
208
+ nextLink?: string;
209
+ /** The set of results for this page. */
210
+ value?: CommitmentAssociation[];
211
+ }
212
+ /** Specifies the destination Azure ML commitment plan for a move operation. */
213
+ export interface MoveCommitmentAssociationRequest {
214
+ /** The ARM ID of the commitment plan to re-parent the commitment association to. */
215
+ destinationPlanId?: string;
216
+ }
217
+ /** Properties of an Azure ML commitment plan. */
218
+ export interface CommitmentPlanProperties {
219
+ /**
220
+ * Indicates whether usage beyond the commitment plan's included quantities will be charged.
221
+ * NOTE: This property will not be serialized. It can only be populated by the server.
222
+ */
223
+ readonly chargeForOverage?: boolean;
224
+ /**
225
+ * Indicates whether the commitment plan will incur a charge.
226
+ * NOTE: This property will not be serialized. It can only be populated by the server.
227
+ */
228
+ readonly chargeForPlan?: boolean;
229
+ /**
230
+ * The date at which this commitment plan was created, in ISO 8601 format.
231
+ * NOTE: This property will not be serialized. It can only be populated by the server.
232
+ */
233
+ readonly creationDate?: Date;
234
+ /**
235
+ * The included resource quantities this plan gives you.
236
+ * NOTE: This property will not be serialized. It can only be populated by the server.
237
+ */
238
+ readonly includedQuantities?: {
239
+ [propertyName: string]: PlanQuantity;
240
+ };
241
+ /**
242
+ * The maximum number of commitment associations that can be children of this commitment plan.
243
+ * NOTE: This property will not be serialized. It can only be populated by the server.
244
+ */
245
+ readonly maxAssociationLimit?: number;
246
+ /**
247
+ * The maximum scale-out capacity for this commitment plan.
248
+ * NOTE: This property will not be serialized. It can only be populated by the server.
249
+ */
250
+ readonly maxCapacityLimit?: number;
251
+ /**
252
+ * The minimum scale-out capacity for this commitment plan.
253
+ * NOTE: This property will not be serialized. It can only be populated by the server.
254
+ */
255
+ readonly minCapacityLimit?: number;
256
+ /**
257
+ * The Azure meter which will be used to charge for this commitment plan.
258
+ * NOTE: This property will not be serialized. It can only be populated by the server.
259
+ */
260
+ readonly planMeter?: string;
261
+ /**
262
+ * The frequency at which this commitment plan's included quantities are refilled.
263
+ * NOTE: This property will not be serialized. It can only be populated by the server.
264
+ */
265
+ readonly refillFrequencyInDays?: number;
266
+ /**
267
+ * Indicates whether this commitment plan will be moved into a suspended state if usage goes beyond the commitment plan's included quantities.
268
+ * NOTE: This property will not be serialized. It can only be populated by the server.
269
+ */
270
+ readonly suspendPlanOnOverage?: boolean;
271
+ }
272
+ /** Represents the quantity a commitment plan provides of a metered resource. */
273
+ export interface PlanQuantity {
274
+ /**
275
+ * The quantity added to the commitment plan at an interval specified by its allowance frequency.
276
+ * NOTE: This property will not be serialized. It can only be populated by the server.
277
+ */
278
+ readonly allowance?: number;
279
+ /**
280
+ * The quantity available to the plan the last time usage was calculated.
281
+ * NOTE: This property will not be serialized. It can only be populated by the server.
282
+ */
283
+ readonly amount?: number;
284
+ /**
285
+ * The Azure meter for usage against included quantities.
286
+ * NOTE: This property will not be serialized. It can only be populated by the server.
287
+ */
288
+ readonly includedQuantityMeter?: string;
289
+ /**
290
+ * The Azure meter for usage which exceeds included quantities.
291
+ * NOTE: This property will not be serialized. It can only be populated by the server.
292
+ */
293
+ readonly overageMeter?: string;
294
+ }
295
+ /** The SKU of a resource. */
296
+ export interface ResourceSku {
297
+ /** The scale-out capacity of the resource. 1 is 1x, 2 is 2x, etc. This impacts the quantities and cost of any commitment plan resource. */
298
+ capacity?: number;
299
+ /** The SKU name. Along with tier, uniquely identifies the SKU. */
300
+ name?: string;
301
+ /** The SKU tier. Along with name, uniquely identifies the SKU. */
302
+ tier?: string;
303
+ }
304
+ /** The properties of a commitment plan which may be updated via PATCH. */
305
+ export interface CommitmentPlanPatchPayload {
306
+ /** User-defined tags for the commitment plan. */
307
+ tags?: {
308
+ [propertyName: string]: string;
309
+ };
310
+ /** The commitment plan SKU. */
311
+ sku?: ResourceSku;
312
+ }
313
+ /** A page of commitment plan resources. */
314
+ export interface CommitmentPlanListResult {
315
+ /** A URI to retrieve the next page of results. */
316
+ nextLink?: string;
317
+ /** The set of results for this page. */
318
+ value?: CommitmentPlan[];
319
+ }
320
+ /** A page of usage history. */
321
+ export interface PlanUsageHistoryListResult {
322
+ /** A URI to retrieve the next page of results. */
323
+ nextLink?: string;
324
+ /** The set of results for this page. */
325
+ value?: PlanUsageHistory[];
326
+ }
327
+ /** Represents historical information about usage of the Azure resources associated with a commitment plan. */
328
+ export interface PlanUsageHistory {
329
+ /** Overage incurred as a result of deleting a commitment plan. */
330
+ planDeletionOverage?: {
331
+ [propertyName: string]: number;
332
+ };
333
+ /** Overage incurred as a result of migrating a commitment plan from one SKU to another. */
334
+ planMigrationOverage?: {
335
+ [propertyName: string]: number;
336
+ };
337
+ /** Included quantities remaining after usage against the commitment plan's associated resources was calculated. */
338
+ planQuantitiesAfterUsage?: {
339
+ [propertyName: string]: number;
340
+ };
341
+ /** Included quantities remaining before usage against the commitment plan's associated resources was calculated. */
342
+ planQuantitiesBeforeUsage?: {
343
+ [propertyName: string]: number;
344
+ };
345
+ /** Usage against the commitment plan's associated resources which was not covered by included quantities and is therefore overage. */
346
+ planUsageOverage?: {
347
+ [propertyName: string]: number;
348
+ };
349
+ /** Usage against the commitment plan's associated resources. */
350
+ usage?: {
351
+ [propertyName: string]: number;
352
+ };
353
+ /** The date of usage, in ISO 8601 format. */
354
+ usageDate?: Date;
355
+ }
356
+ /** Represents the association between a commitment plan and some other resource, such as a Machine Learning web service. */
357
+ export interface CommitmentAssociation extends Resource {
358
+ /** An entity tag used to enforce optimistic concurrency. */
359
+ etag?: string;
360
+ /** The properties of the commitment association resource. */
361
+ properties?: CommitmentAssociationProperties;
362
+ }
363
+ /** An Azure ML commitment plan resource. */
364
+ export interface CommitmentPlan extends Resource {
365
+ /** An entity tag used to enforce optimistic concurrency. */
366
+ etag?: string;
367
+ /**
368
+ * The commitment plan properties.
369
+ * NOTE: This property will not be serialized. It can only be populated by the server.
370
+ */
371
+ readonly properties?: CommitmentPlanProperties;
372
+ /** The commitment plan SKU. */
373
+ sku?: ResourceSku;
374
+ }
375
+ /** Known values of {@link SkuCapacityScaleType} that the service accepts. */
376
+ export declare enum KnownSkuCapacityScaleType {
377
+ /** Automatic */
378
+ Automatic = "Automatic",
379
+ /** Manual */
380
+ Manual = "Manual",
381
+ /** None */
382
+ None = "None"
383
+ }
384
+ /**
385
+ * Defines values for SkuCapacityScaleType. \
386
+ * {@link KnownSkuCapacityScaleType} can be used interchangeably with SkuCapacityScaleType,
387
+ * this enum contains the known values that the service supports.
388
+ * ### Known values supported by the service
389
+ * **Automatic** \
390
+ * **Manual** \
391
+ * **None**
392
+ */
393
+ export type SkuCapacityScaleType = string;
394
+ /** Known values of {@link ResourceSkuRestrictionsType} that the service accepts. */
395
+ export declare enum KnownResourceSkuRestrictionsType {
396
+ /** Location */
397
+ Location = "location",
398
+ /** Zone */
399
+ Zone = "zone"
400
+ }
401
+ /**
402
+ * Defines values for ResourceSkuRestrictionsType. \
403
+ * {@link KnownResourceSkuRestrictionsType} can be used interchangeably with ResourceSkuRestrictionsType,
404
+ * this enum contains the known values that the service supports.
405
+ * ### Known values supported by the service
406
+ * **location** \
407
+ * **zone**
408
+ */
409
+ export type ResourceSkuRestrictionsType = string;
410
+ /** Known values of {@link ResourceSkuRestrictionsReasonCode} that the service accepts. */
411
+ export declare enum KnownResourceSkuRestrictionsReasonCode {
412
+ /** QuotaId */
413
+ QuotaId = "QuotaId",
414
+ /** NotAvailableForSubscription */
415
+ NotAvailableForSubscription = "NotAvailableForSubscription"
416
+ }
417
+ /**
418
+ * Defines values for ResourceSkuRestrictionsReasonCode. \
419
+ * {@link KnownResourceSkuRestrictionsReasonCode} can be used interchangeably with ResourceSkuRestrictionsReasonCode,
420
+ * this enum contains the known values that the service supports.
421
+ * ### Known values supported by the service
422
+ * **QuotaId** \
423
+ * **NotAvailableForSubscription**
424
+ */
425
+ export type ResourceSkuRestrictionsReasonCode = string;
426
+ /** Optional parameters. */
427
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
428
+ }
429
+ /** Contains response data for the list operation. */
430
+ export type OperationsListResponse = OperationEntityListResult;
431
+ /** Optional parameters. */
432
+ export interface SkusListOptionalParams extends coreClient.OperationOptions {
433
+ }
434
+ /** Contains response data for the list operation. */
435
+ export type SkusListResponse = SkuListResult;
436
+ /** Optional parameters. */
437
+ export interface CommitmentAssociationsGetOptionalParams extends coreClient.OperationOptions {
438
+ }
439
+ /** Contains response data for the get operation. */
440
+ export type CommitmentAssociationsGetResponse = CommitmentAssociation;
441
+ /** Optional parameters. */
442
+ export interface CommitmentAssociationsListOptionalParams extends coreClient.OperationOptions {
443
+ /** Continuation token for pagination. */
444
+ skipToken?: string;
445
+ }
446
+ /** Contains response data for the list operation. */
447
+ export type CommitmentAssociationsListResponse = CommitmentAssociationListResult;
448
+ /** Optional parameters. */
449
+ export interface CommitmentAssociationsMoveOptionalParams extends coreClient.OperationOptions {
450
+ }
451
+ /** Contains response data for the move operation. */
452
+ export type CommitmentAssociationsMoveResponse = CommitmentAssociation;
453
+ /** Optional parameters. */
454
+ export interface CommitmentAssociationsListNextOptionalParams extends coreClient.OperationOptions {
455
+ /** Continuation token for pagination. */
456
+ skipToken?: string;
457
+ }
458
+ /** Contains response data for the listNext operation. */
459
+ export type CommitmentAssociationsListNextResponse = CommitmentAssociationListResult;
460
+ /** Optional parameters. */
461
+ export interface CommitmentPlansGetOptionalParams extends coreClient.OperationOptions {
462
+ }
463
+ /** Contains response data for the get operation. */
464
+ export type CommitmentPlansGetResponse = CommitmentPlan;
465
+ /** Optional parameters. */
466
+ export interface CommitmentPlansCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
467
+ }
468
+ /** Contains response data for the createOrUpdate operation. */
469
+ export type CommitmentPlansCreateOrUpdateResponse = CommitmentPlan;
470
+ /** Optional parameters. */
471
+ export interface CommitmentPlansRemoveOptionalParams extends coreClient.OperationOptions {
472
+ }
473
+ /** Optional parameters. */
474
+ export interface CommitmentPlansPatchOptionalParams extends coreClient.OperationOptions {
475
+ }
476
+ /** Contains response data for the patch operation. */
477
+ export type CommitmentPlansPatchResponse = CommitmentPlan;
478
+ /** Optional parameters. */
479
+ export interface CommitmentPlansListOptionalParams extends coreClient.OperationOptions {
480
+ /** Continuation token for pagination. */
481
+ skipToken?: string;
482
+ }
483
+ /** Contains response data for the list operation. */
484
+ export type CommitmentPlansListResponse = CommitmentPlanListResult;
485
+ /** Optional parameters. */
486
+ export interface CommitmentPlansListInResourceGroupOptionalParams extends coreClient.OperationOptions {
487
+ /** Continuation token for pagination. */
488
+ skipToken?: string;
489
+ }
490
+ /** Contains response data for the listInResourceGroup operation. */
491
+ export type CommitmentPlansListInResourceGroupResponse = CommitmentPlanListResult;
492
+ /** Optional parameters. */
493
+ export interface CommitmentPlansListNextOptionalParams extends coreClient.OperationOptions {
494
+ /** Continuation token for pagination. */
495
+ skipToken?: string;
496
+ }
497
+ /** Contains response data for the listNext operation. */
498
+ export type CommitmentPlansListNextResponse = CommitmentPlanListResult;
499
+ /** Optional parameters. */
500
+ export interface CommitmentPlansListInResourceGroupNextOptionalParams extends coreClient.OperationOptions {
501
+ /** Continuation token for pagination. */
502
+ skipToken?: string;
503
+ }
504
+ /** Contains response data for the listInResourceGroupNext operation. */
505
+ export type CommitmentPlansListInResourceGroupNextResponse = CommitmentPlanListResult;
506
+ /** Optional parameters. */
507
+ export interface UsageHistoryListOptionalParams extends coreClient.OperationOptions {
508
+ /** Continuation token for pagination. */
509
+ skipToken?: string;
510
+ }
511
+ /** Contains response data for the list operation. */
512
+ export type UsageHistoryListResponse = PlanUsageHistoryListResult;
513
+ /** Optional parameters. */
514
+ export interface UsageHistoryListNextOptionalParams extends coreClient.OperationOptions {
515
+ /** Continuation token for pagination. */
516
+ skipToken?: string;
517
+ }
518
+ /** Contains response data for the listNext operation. */
519
+ export type UsageHistoryListNextResponse = PlanUsageHistoryListResult;
520
+ /** Optional parameters. */
521
+ export interface AzureMLCommitmentPlansManagementClientOptionalParams extends coreClient.ServiceClientOptions {
522
+ /** server parameter */
523
+ $host?: string;
524
+ /** Api Version */
525
+ apiVersion?: string;
526
+ /** Overrides client endpoint. */
527
+ endpoint?: string;
528
+ }
529
+ //# sourceMappingURL=index.d.ts.map