@azure/arm-quota 1.1.0-beta.1 → 1.1.0

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 (827) hide show
  1. package/CHANGELOG.md +262 -1
  2. package/LICENSE +4 -4
  3. package/README.md +25 -19
  4. package/dist/browser/azureQuotaExtensionAPI.d.ts +31 -0
  5. package/dist/browser/azureQuotaExtensionAPI.d.ts.map +1 -0
  6. package/dist/browser/azureQuotaExtensionAPI.js +108 -0
  7. package/dist/browser/azureQuotaExtensionAPI.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/browser/index.js +13 -0
  11. package/dist/browser/index.js.map +1 -0
  12. package/dist/browser/lroImpl.js.map +1 -0
  13. package/dist/browser/models/index.d.ts +1544 -0
  14. package/dist/browser/models/index.d.ts.map +1 -0
  15. package/dist/browser/models/index.js +74 -0
  16. package/dist/browser/models/index.js.map +1 -0
  17. package/dist/browser/models/mappers.d.ts +103 -0
  18. package/dist/browser/models/mappers.d.ts.map +1 -0
  19. package/dist/browser/models/mappers.js +2517 -0
  20. package/dist/browser/models/mappers.js.map +1 -0
  21. package/dist/browser/models/parameters.d.ts +26 -0
  22. package/dist/browser/models/parameters.d.ts.map +1 -0
  23. package/dist/browser/models/parameters.js +243 -0
  24. package/dist/browser/models/parameters.js.map +1 -0
  25. package/dist/browser/operations/groupQuotaLimits.d.ts +25 -0
  26. package/dist/browser/operations/groupQuotaLimits.d.ts.map +1 -0
  27. package/dist/browser/operations/groupQuotaLimits.js +65 -0
  28. package/dist/browser/operations/groupQuotaLimits.js.map +1 -0
  29. package/dist/browser/operations/groupQuotaLimitsRequest.d.ts +99 -0
  30. package/dist/browser/operations/groupQuotaLimitsRequest.d.ts.map +1 -0
  31. package/dist/browser/operations/groupQuotaLimitsRequest.js +324 -0
  32. package/dist/browser/operations/groupQuotaLimitsRequest.js.map +1 -0
  33. package/dist/browser/operations/groupQuotaSubscriptionAllocation.d.ts +27 -0
  34. package/dist/browser/operations/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
  35. package/dist/browser/operations/groupQuotaSubscriptionAllocation.js +68 -0
  36. package/dist/browser/operations/groupQuotaSubscriptionAllocation.js.map +1 -0
  37. package/dist/browser/operations/groupQuotaSubscriptionAllocationRequest.d.ts +105 -0
  38. package/dist/browser/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
  39. package/dist/browser/operations/groupQuotaSubscriptionAllocationRequest.js +342 -0
  40. package/dist/browser/operations/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
  41. package/dist/browser/operations/groupQuotaSubscriptionRequests.d.ts +55 -0
  42. package/dist/browser/operations/groupQuotaSubscriptionRequests.d.ts.map +1 -0
  43. package/dist/browser/operations/groupQuotaSubscriptionRequests.js +188 -0
  44. package/dist/browser/operations/groupQuotaSubscriptionRequests.js.map +1 -0
  45. package/dist/browser/operations/groupQuotaSubscriptions.d.ts +111 -0
  46. package/dist/browser/operations/groupQuotaSubscriptions.d.ts.map +1 -0
  47. package/dist/browser/operations/groupQuotaSubscriptions.js +449 -0
  48. package/dist/browser/operations/groupQuotaSubscriptions.js.map +1 -0
  49. package/dist/browser/operations/groupQuotas.d.ts +123 -0
  50. package/dist/browser/operations/groupQuotas.d.ts.map +1 -0
  51. package/dist/browser/operations/groupQuotas.js +456 -0
  52. package/dist/browser/operations/groupQuotas.js.map +1 -0
  53. package/dist/browser/operations/index.d.ts +12 -0
  54. package/dist/browser/operations/index.d.ts.map +1 -0
  55. package/dist/browser/operations/index.js +19 -0
  56. package/dist/browser/operations/index.js.map +1 -0
  57. package/dist/browser/operations/quota.d.ts +147 -0
  58. package/dist/browser/operations/quota.d.ts.map +1 -0
  59. package/dist/browser/operations/quota.js +400 -0
  60. package/dist/browser/operations/quota.js.map +1 -0
  61. package/dist/browser/operations/quotaOperation.d.ts +32 -0
  62. package/dist/browser/operations/quotaOperation.d.ts.map +1 -0
  63. package/dist/browser/operations/quotaOperation.js +133 -0
  64. package/dist/browser/operations/quotaOperation.js.map +1 -0
  65. package/dist/browser/operations/quotaRequestStatus.d.ts +62 -0
  66. package/dist/browser/operations/quotaRequestStatus.d.ts.map +1 -0
  67. package/dist/browser/operations/quotaRequestStatus.js +186 -0
  68. package/dist/browser/operations/quotaRequestStatus.js.map +1 -0
  69. package/dist/browser/operations/usages.d.ts +61 -0
  70. package/dist/browser/operations/usages.d.ts.map +1 -0
  71. package/dist/browser/operations/usages.js +183 -0
  72. package/dist/browser/operations/usages.js.map +1 -0
  73. package/dist/browser/operationsInterfaces/groupQuotaLimits.d.ts +17 -0
  74. package/dist/browser/operationsInterfaces/groupQuotaLimits.d.ts.map +1 -0
  75. package/dist/browser/operationsInterfaces/groupQuotaLimits.js.map +1 -0
  76. package/dist/browser/operationsInterfaces/groupQuotaLimitsRequest.d.ts +63 -0
  77. package/dist/browser/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +1 -0
  78. package/dist/browser/operationsInterfaces/groupQuotaLimitsRequest.js.map +1 -0
  79. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +19 -0
  80. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
  81. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +1 -0
  82. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +68 -0
  83. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
  84. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
  85. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +27 -0
  86. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +1 -0
  87. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +1 -0
  88. package/dist/browser/operationsInterfaces/groupQuotaSubscriptions.d.ts +84 -0
  89. package/dist/browser/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +1 -0
  90. package/dist/browser/operationsInterfaces/groupQuotaSubscriptions.js.map +1 -0
  91. package/dist/browser/operationsInterfaces/groupQuotas.d.ts +99 -0
  92. package/dist/browser/operationsInterfaces/groupQuotas.d.ts.map +1 -0
  93. package/dist/browser/operationsInterfaces/groupQuotas.js.map +1 -0
  94. package/dist/browser/operationsInterfaces/index.d.ts +12 -0
  95. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  96. package/dist/browser/operationsInterfaces/index.js +19 -0
  97. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  98. package/dist/browser/operationsInterfaces/quota.d.ts +115 -0
  99. package/dist/browser/operationsInterfaces/quota.d.ts.map +1 -0
  100. package/dist/browser/operationsInterfaces/quota.js.map +1 -0
  101. package/dist/browser/operationsInterfaces/quotaOperation.d.ts +11 -0
  102. package/dist/browser/operationsInterfaces/quotaOperation.d.ts.map +1 -0
  103. package/dist/browser/operationsInterfaces/quotaOperation.js.map +1 -0
  104. package/dist/browser/operationsInterfaces/quotaRequestStatus.d.ts +30 -0
  105. package/dist/browser/operationsInterfaces/quotaRequestStatus.d.ts.map +1 -0
  106. package/dist/browser/operationsInterfaces/quotaRequestStatus.js.map +1 -0
  107. package/dist/browser/operationsInterfaces/usages.d.ts +30 -0
  108. package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -0
  109. package/dist/browser/operationsInterfaces/usages.js.map +1 -0
  110. package/dist/browser/package.json +3 -0
  111. package/dist/browser/pagingHelper.js.map +1 -0
  112. package/dist/commonjs/azureQuotaExtensionAPI.d.ts +31 -0
  113. package/dist/commonjs/azureQuotaExtensionAPI.d.ts.map +1 -0
  114. package/dist/commonjs/azureQuotaExtensionAPI.js +113 -0
  115. package/dist/commonjs/azureQuotaExtensionAPI.js.map +1 -0
  116. package/dist/commonjs/index.d.ts +5 -0
  117. package/dist/commonjs/index.d.ts.map +1 -0
  118. package/dist/commonjs/index.js +19 -0
  119. package/dist/commonjs/index.js.map +1 -0
  120. package/dist/commonjs/lroImpl.d.ts +11 -0
  121. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  122. package/dist/commonjs/lroImpl.js +24 -0
  123. package/dist/commonjs/lroImpl.js.map +1 -0
  124. package/dist/commonjs/models/index.d.ts +1544 -0
  125. package/dist/commonjs/models/index.d.ts.map +1 -0
  126. package/dist/commonjs/models/index.js +77 -0
  127. package/dist/commonjs/models/index.js.map +1 -0
  128. package/dist/commonjs/models/mappers.d.ts +103 -0
  129. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  130. package/dist/commonjs/models/mappers.js +2521 -0
  131. package/dist/commonjs/models/mappers.js.map +1 -0
  132. package/dist/commonjs/models/parameters.d.ts +26 -0
  133. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  134. package/dist/commonjs/models/parameters.js +246 -0
  135. package/dist/commonjs/models/parameters.js.map +1 -0
  136. package/dist/commonjs/operations/groupQuotaLimits.d.ts +25 -0
  137. package/dist/commonjs/operations/groupQuotaLimits.d.ts.map +1 -0
  138. package/dist/commonjs/operations/groupQuotaLimits.js +70 -0
  139. package/dist/commonjs/operations/groupQuotaLimits.js.map +1 -0
  140. package/dist/commonjs/operations/groupQuotaLimitsRequest.d.ts +99 -0
  141. package/dist/commonjs/operations/groupQuotaLimitsRequest.d.ts.map +1 -0
  142. package/dist/commonjs/operations/groupQuotaLimitsRequest.js +328 -0
  143. package/dist/commonjs/operations/groupQuotaLimitsRequest.js.map +1 -0
  144. package/dist/commonjs/operations/groupQuotaSubscriptionAllocation.d.ts +27 -0
  145. package/dist/commonjs/operations/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
  146. package/dist/commonjs/operations/groupQuotaSubscriptionAllocation.js +73 -0
  147. package/dist/commonjs/operations/groupQuotaSubscriptionAllocation.js.map +1 -0
  148. package/dist/commonjs/operations/groupQuotaSubscriptionAllocationRequest.d.ts +105 -0
  149. package/dist/commonjs/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
  150. package/dist/commonjs/operations/groupQuotaSubscriptionAllocationRequest.js +346 -0
  151. package/dist/commonjs/operations/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
  152. package/dist/commonjs/operations/groupQuotaSubscriptionRequests.d.ts +55 -0
  153. package/dist/commonjs/operations/groupQuotaSubscriptionRequests.d.ts.map +1 -0
  154. package/dist/commonjs/operations/groupQuotaSubscriptionRequests.js +192 -0
  155. package/dist/commonjs/operations/groupQuotaSubscriptionRequests.js.map +1 -0
  156. package/dist/commonjs/operations/groupQuotaSubscriptions.d.ts +111 -0
  157. package/dist/commonjs/operations/groupQuotaSubscriptions.d.ts.map +1 -0
  158. package/dist/commonjs/operations/groupQuotaSubscriptions.js +453 -0
  159. package/dist/commonjs/operations/groupQuotaSubscriptions.js.map +1 -0
  160. package/dist/commonjs/operations/groupQuotas.d.ts +123 -0
  161. package/dist/commonjs/operations/groupQuotas.d.ts.map +1 -0
  162. package/dist/commonjs/operations/groupQuotas.js +460 -0
  163. package/dist/commonjs/operations/groupQuotas.js.map +1 -0
  164. package/dist/commonjs/operations/index.d.ts +12 -0
  165. package/dist/commonjs/operations/index.d.ts.map +1 -0
  166. package/dist/commonjs/operations/index.js +22 -0
  167. package/dist/commonjs/operations/index.js.map +1 -0
  168. package/dist/commonjs/operations/quota.d.ts +147 -0
  169. package/dist/commonjs/operations/quota.d.ts.map +1 -0
  170. package/dist/commonjs/operations/quota.js +404 -0
  171. package/dist/commonjs/operations/quota.js.map +1 -0
  172. package/dist/commonjs/operations/quotaOperation.d.ts +32 -0
  173. package/dist/commonjs/operations/quotaOperation.d.ts.map +1 -0
  174. package/dist/commonjs/operations/quotaOperation.js +137 -0
  175. package/dist/commonjs/operations/quotaOperation.js.map +1 -0
  176. package/dist/commonjs/operations/quotaRequestStatus.d.ts +62 -0
  177. package/dist/commonjs/operations/quotaRequestStatus.d.ts.map +1 -0
  178. package/dist/commonjs/operations/quotaRequestStatus.js +190 -0
  179. package/dist/commonjs/operations/quotaRequestStatus.js.map +1 -0
  180. package/dist/commonjs/operations/usages.d.ts +61 -0
  181. package/dist/commonjs/operations/usages.d.ts.map +1 -0
  182. package/dist/commonjs/operations/usages.js +187 -0
  183. package/dist/commonjs/operations/usages.js.map +1 -0
  184. package/dist/commonjs/operationsInterfaces/groupQuotaLimits.d.ts +17 -0
  185. package/dist/commonjs/operationsInterfaces/groupQuotaLimits.d.ts.map +1 -0
  186. package/dist/commonjs/operationsInterfaces/groupQuotaLimits.js +10 -0
  187. package/dist/commonjs/operationsInterfaces/groupQuotaLimits.js.map +1 -0
  188. package/dist/commonjs/operationsInterfaces/groupQuotaLimitsRequest.d.ts +63 -0
  189. package/dist/commonjs/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +1 -0
  190. package/dist/commonjs/operationsInterfaces/groupQuotaLimitsRequest.js +10 -0
  191. package/dist/commonjs/operationsInterfaces/groupQuotaLimitsRequest.js.map +1 -0
  192. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +19 -0
  193. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
  194. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocation.js +10 -0
  195. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +1 -0
  196. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +68 -0
  197. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
  198. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js +10 -0
  199. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
  200. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +27 -0
  201. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +1 -0
  202. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionRequests.js +10 -0
  203. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +1 -0
  204. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptions.d.ts +84 -0
  205. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +1 -0
  206. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptions.js +10 -0
  207. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptions.js.map +1 -0
  208. package/dist/commonjs/operationsInterfaces/groupQuotas.d.ts +99 -0
  209. package/dist/commonjs/operationsInterfaces/groupQuotas.d.ts.map +1 -0
  210. package/dist/commonjs/operationsInterfaces/groupQuotas.js +10 -0
  211. package/dist/commonjs/operationsInterfaces/groupQuotas.js.map +1 -0
  212. package/dist/commonjs/operationsInterfaces/index.d.ts +12 -0
  213. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  214. package/dist/commonjs/operationsInterfaces/index.js +22 -0
  215. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  216. package/dist/commonjs/operationsInterfaces/quota.d.ts +115 -0
  217. package/dist/commonjs/operationsInterfaces/quota.d.ts.map +1 -0
  218. package/dist/commonjs/operationsInterfaces/quota.js +10 -0
  219. package/dist/commonjs/operationsInterfaces/quota.js.map +1 -0
  220. package/dist/commonjs/operationsInterfaces/quotaOperation.d.ts +11 -0
  221. package/dist/commonjs/operationsInterfaces/quotaOperation.d.ts.map +1 -0
  222. package/dist/commonjs/operationsInterfaces/quotaOperation.js +10 -0
  223. package/dist/commonjs/operationsInterfaces/quotaOperation.js.map +1 -0
  224. package/dist/commonjs/operationsInterfaces/quotaRequestStatus.d.ts +30 -0
  225. package/dist/commonjs/operationsInterfaces/quotaRequestStatus.d.ts.map +1 -0
  226. package/dist/commonjs/operationsInterfaces/quotaRequestStatus.js +10 -0
  227. package/dist/commonjs/operationsInterfaces/quotaRequestStatus.js.map +1 -0
  228. package/dist/commonjs/operationsInterfaces/usages.d.ts +30 -0
  229. package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
  230. package/dist/commonjs/operationsInterfaces/usages.js +10 -0
  231. package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
  232. package/dist/commonjs/package.json +3 -0
  233. package/dist/commonjs/pagingHelper.d.ts +13 -0
  234. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  235. package/dist/commonjs/pagingHelper.js +36 -0
  236. package/dist/commonjs/pagingHelper.js.map +1 -0
  237. package/dist/commonjs/tsdoc-metadata.json +11 -0
  238. package/dist/esm/azureQuotaExtensionAPI.d.ts +31 -0
  239. package/dist/esm/azureQuotaExtensionAPI.d.ts.map +1 -0
  240. package/dist/esm/azureQuotaExtensionAPI.js +108 -0
  241. package/dist/esm/azureQuotaExtensionAPI.js.map +1 -0
  242. package/dist/esm/index.d.ts +5 -0
  243. package/dist/esm/index.d.ts.map +1 -0
  244. package/dist/esm/index.js +13 -0
  245. package/dist/esm/index.js.map +1 -0
  246. package/dist/esm/lroImpl.d.ts +11 -0
  247. package/dist/esm/lroImpl.d.ts.map +1 -0
  248. package/dist/esm/lroImpl.js +21 -0
  249. package/dist/esm/lroImpl.js.map +1 -0
  250. package/dist/esm/models/index.d.ts +1544 -0
  251. package/dist/esm/models/index.d.ts.map +1 -0
  252. package/dist/esm/models/index.js +74 -0
  253. package/dist/esm/models/index.js.map +1 -0
  254. package/dist/esm/models/mappers.d.ts +103 -0
  255. package/dist/esm/models/mappers.d.ts.map +1 -0
  256. package/dist/esm/models/mappers.js +2517 -0
  257. package/dist/esm/models/mappers.js.map +1 -0
  258. package/dist/esm/models/parameters.d.ts +26 -0
  259. package/dist/esm/models/parameters.d.ts.map +1 -0
  260. package/dist/esm/models/parameters.js +243 -0
  261. package/dist/esm/models/parameters.js.map +1 -0
  262. package/dist/esm/operations/groupQuotaLimits.d.ts +25 -0
  263. package/dist/esm/operations/groupQuotaLimits.d.ts.map +1 -0
  264. package/dist/esm/operations/groupQuotaLimits.js +65 -0
  265. package/dist/esm/operations/groupQuotaLimits.js.map +1 -0
  266. package/dist/esm/operations/groupQuotaLimitsRequest.d.ts +99 -0
  267. package/dist/esm/operations/groupQuotaLimitsRequest.d.ts.map +1 -0
  268. package/dist/esm/operations/groupQuotaLimitsRequest.js +324 -0
  269. package/dist/esm/operations/groupQuotaLimitsRequest.js.map +1 -0
  270. package/dist/esm/operations/groupQuotaSubscriptionAllocation.d.ts +27 -0
  271. package/dist/esm/operations/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
  272. package/dist/esm/operations/groupQuotaSubscriptionAllocation.js +68 -0
  273. package/dist/esm/operations/groupQuotaSubscriptionAllocation.js.map +1 -0
  274. package/dist/esm/operations/groupQuotaSubscriptionAllocationRequest.d.ts +105 -0
  275. package/dist/esm/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
  276. package/dist/esm/operations/groupQuotaSubscriptionAllocationRequest.js +342 -0
  277. package/dist/esm/operations/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
  278. package/dist/esm/operations/groupQuotaSubscriptionRequests.d.ts +55 -0
  279. package/dist/esm/operations/groupQuotaSubscriptionRequests.d.ts.map +1 -0
  280. package/dist/esm/operations/groupQuotaSubscriptionRequests.js +188 -0
  281. package/dist/esm/operations/groupQuotaSubscriptionRequests.js.map +1 -0
  282. package/dist/esm/operations/groupQuotaSubscriptions.d.ts +111 -0
  283. package/dist/esm/operations/groupQuotaSubscriptions.d.ts.map +1 -0
  284. package/dist/esm/operations/groupQuotaSubscriptions.js +449 -0
  285. package/dist/esm/operations/groupQuotaSubscriptions.js.map +1 -0
  286. package/dist/esm/operations/groupQuotas.d.ts +123 -0
  287. package/dist/esm/operations/groupQuotas.d.ts.map +1 -0
  288. package/dist/esm/operations/groupQuotas.js +456 -0
  289. package/dist/esm/operations/groupQuotas.js.map +1 -0
  290. package/dist/esm/operations/index.d.ts +12 -0
  291. package/dist/esm/operations/index.d.ts.map +1 -0
  292. package/dist/esm/operations/index.js +19 -0
  293. package/dist/esm/operations/index.js.map +1 -0
  294. package/dist/esm/operations/quota.d.ts +147 -0
  295. package/dist/esm/operations/quota.d.ts.map +1 -0
  296. package/dist/esm/operations/quota.js +400 -0
  297. package/dist/esm/operations/quota.js.map +1 -0
  298. package/dist/esm/operations/quotaOperation.d.ts +32 -0
  299. package/dist/esm/operations/quotaOperation.d.ts.map +1 -0
  300. package/dist/esm/operations/quotaOperation.js +133 -0
  301. package/dist/esm/operations/quotaOperation.js.map +1 -0
  302. package/dist/esm/operations/quotaRequestStatus.d.ts +62 -0
  303. package/dist/esm/operations/quotaRequestStatus.d.ts.map +1 -0
  304. package/dist/esm/operations/quotaRequestStatus.js +186 -0
  305. package/dist/esm/operations/quotaRequestStatus.js.map +1 -0
  306. package/dist/esm/operations/usages.d.ts +61 -0
  307. package/dist/esm/operations/usages.d.ts.map +1 -0
  308. package/dist/esm/operations/usages.js +183 -0
  309. package/dist/esm/operations/usages.js.map +1 -0
  310. package/dist/esm/operationsInterfaces/groupQuotaLimits.d.ts +17 -0
  311. package/dist/esm/operationsInterfaces/groupQuotaLimits.d.ts.map +1 -0
  312. package/dist/esm/operationsInterfaces/groupQuotaLimits.js +9 -0
  313. package/dist/esm/operationsInterfaces/groupQuotaLimits.js.map +1 -0
  314. package/dist/esm/operationsInterfaces/groupQuotaLimitsRequest.d.ts +63 -0
  315. package/dist/esm/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +1 -0
  316. package/dist/esm/operationsInterfaces/groupQuotaLimitsRequest.js +9 -0
  317. package/dist/esm/operationsInterfaces/groupQuotaLimitsRequest.js.map +1 -0
  318. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +19 -0
  319. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
  320. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocation.js +9 -0
  321. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +1 -0
  322. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +68 -0
  323. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
  324. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js +9 -0
  325. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
  326. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +27 -0
  327. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +1 -0
  328. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionRequests.js +9 -0
  329. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +1 -0
  330. package/dist/esm/operationsInterfaces/groupQuotaSubscriptions.d.ts +84 -0
  331. package/dist/esm/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +1 -0
  332. package/dist/esm/operationsInterfaces/groupQuotaSubscriptions.js +9 -0
  333. package/dist/esm/operationsInterfaces/groupQuotaSubscriptions.js.map +1 -0
  334. package/dist/esm/operationsInterfaces/groupQuotas.d.ts +99 -0
  335. package/dist/esm/operationsInterfaces/groupQuotas.d.ts.map +1 -0
  336. package/dist/esm/operationsInterfaces/groupQuotas.js +9 -0
  337. package/dist/esm/operationsInterfaces/groupQuotas.js.map +1 -0
  338. package/dist/esm/operationsInterfaces/index.d.ts +12 -0
  339. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  340. package/dist/esm/operationsInterfaces/index.js +19 -0
  341. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  342. package/dist/esm/operationsInterfaces/quota.d.ts +115 -0
  343. package/dist/esm/operationsInterfaces/quota.d.ts.map +1 -0
  344. package/dist/esm/operationsInterfaces/quota.js +9 -0
  345. package/dist/esm/operationsInterfaces/quota.js.map +1 -0
  346. package/dist/esm/operationsInterfaces/quotaOperation.d.ts +11 -0
  347. package/dist/esm/operationsInterfaces/quotaOperation.d.ts.map +1 -0
  348. package/dist/esm/operationsInterfaces/quotaOperation.js +9 -0
  349. package/dist/esm/operationsInterfaces/quotaOperation.js.map +1 -0
  350. package/dist/esm/operationsInterfaces/quotaRequestStatus.d.ts +30 -0
  351. package/dist/esm/operationsInterfaces/quotaRequestStatus.d.ts.map +1 -0
  352. package/dist/esm/operationsInterfaces/quotaRequestStatus.js +9 -0
  353. package/dist/esm/operationsInterfaces/quotaRequestStatus.js.map +1 -0
  354. package/dist/esm/operationsInterfaces/usages.d.ts +30 -0
  355. package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
  356. package/dist/esm/operationsInterfaces/usages.js +9 -0
  357. package/dist/esm/operationsInterfaces/usages.js.map +1 -0
  358. package/dist/esm/package.json +3 -0
  359. package/dist/esm/pagingHelper.d.ts +13 -0
  360. package/dist/esm/pagingHelper.d.ts.map +1 -0
  361. package/dist/esm/pagingHelper.js +32 -0
  362. package/dist/esm/pagingHelper.js.map +1 -0
  363. package/dist/react-native/azureQuotaExtensionAPI.d.ts +31 -0
  364. package/dist/react-native/azureQuotaExtensionAPI.d.ts.map +1 -0
  365. package/dist/react-native/azureQuotaExtensionAPI.js +108 -0
  366. package/dist/react-native/azureQuotaExtensionAPI.js.map +1 -0
  367. package/dist/react-native/index.d.ts +5 -0
  368. package/dist/react-native/index.d.ts.map +1 -0
  369. package/dist/react-native/index.js +13 -0
  370. package/dist/react-native/index.js.map +1 -0
  371. package/dist/react-native/lroImpl.d.ts +11 -0
  372. package/dist/react-native/lroImpl.d.ts.map +1 -0
  373. package/dist/react-native/lroImpl.js +21 -0
  374. package/dist/react-native/lroImpl.js.map +1 -0
  375. package/dist/react-native/models/index.d.ts +1544 -0
  376. package/dist/react-native/models/index.d.ts.map +1 -0
  377. package/dist/react-native/models/index.js +74 -0
  378. package/dist/react-native/models/index.js.map +1 -0
  379. package/dist/react-native/models/mappers.d.ts +103 -0
  380. package/dist/react-native/models/mappers.d.ts.map +1 -0
  381. package/dist/react-native/models/mappers.js +2517 -0
  382. package/dist/react-native/models/mappers.js.map +1 -0
  383. package/dist/react-native/models/parameters.d.ts +26 -0
  384. package/dist/react-native/models/parameters.d.ts.map +1 -0
  385. package/dist/react-native/models/parameters.js +243 -0
  386. package/dist/react-native/models/parameters.js.map +1 -0
  387. package/dist/react-native/operations/groupQuotaLimits.d.ts +25 -0
  388. package/dist/react-native/operations/groupQuotaLimits.d.ts.map +1 -0
  389. package/dist/react-native/operations/groupQuotaLimits.js +65 -0
  390. package/dist/react-native/operations/groupQuotaLimits.js.map +1 -0
  391. package/dist/react-native/operations/groupQuotaLimitsRequest.d.ts +99 -0
  392. package/dist/react-native/operations/groupQuotaLimitsRequest.d.ts.map +1 -0
  393. package/dist/react-native/operations/groupQuotaLimitsRequest.js +324 -0
  394. package/dist/react-native/operations/groupQuotaLimitsRequest.js.map +1 -0
  395. package/dist/react-native/operations/groupQuotaSubscriptionAllocation.d.ts +27 -0
  396. package/dist/react-native/operations/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
  397. package/dist/react-native/operations/groupQuotaSubscriptionAllocation.js +68 -0
  398. package/dist/react-native/operations/groupQuotaSubscriptionAllocation.js.map +1 -0
  399. package/dist/react-native/operations/groupQuotaSubscriptionAllocationRequest.d.ts +105 -0
  400. package/dist/react-native/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
  401. package/dist/react-native/operations/groupQuotaSubscriptionAllocationRequest.js +342 -0
  402. package/dist/react-native/operations/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
  403. package/dist/react-native/operations/groupQuotaSubscriptionRequests.d.ts +55 -0
  404. package/dist/react-native/operations/groupQuotaSubscriptionRequests.d.ts.map +1 -0
  405. package/dist/react-native/operations/groupQuotaSubscriptionRequests.js +188 -0
  406. package/dist/react-native/operations/groupQuotaSubscriptionRequests.js.map +1 -0
  407. package/dist/react-native/operations/groupQuotaSubscriptions.d.ts +111 -0
  408. package/dist/react-native/operations/groupQuotaSubscriptions.d.ts.map +1 -0
  409. package/dist/react-native/operations/groupQuotaSubscriptions.js +449 -0
  410. package/dist/react-native/operations/groupQuotaSubscriptions.js.map +1 -0
  411. package/dist/react-native/operations/groupQuotas.d.ts +123 -0
  412. package/dist/react-native/operations/groupQuotas.d.ts.map +1 -0
  413. package/dist/react-native/operations/groupQuotas.js +456 -0
  414. package/dist/react-native/operations/groupQuotas.js.map +1 -0
  415. package/dist/react-native/operations/index.d.ts +12 -0
  416. package/dist/react-native/operations/index.d.ts.map +1 -0
  417. package/dist/react-native/operations/index.js +19 -0
  418. package/dist/react-native/operations/index.js.map +1 -0
  419. package/dist/react-native/operations/quota.d.ts +147 -0
  420. package/dist/react-native/operations/quota.d.ts.map +1 -0
  421. package/dist/react-native/operations/quota.js +400 -0
  422. package/dist/react-native/operations/quota.js.map +1 -0
  423. package/dist/react-native/operations/quotaOperation.d.ts +32 -0
  424. package/dist/react-native/operations/quotaOperation.d.ts.map +1 -0
  425. package/dist/react-native/operations/quotaOperation.js +133 -0
  426. package/dist/react-native/operations/quotaOperation.js.map +1 -0
  427. package/dist/react-native/operations/quotaRequestStatus.d.ts +62 -0
  428. package/dist/react-native/operations/quotaRequestStatus.d.ts.map +1 -0
  429. package/dist/react-native/operations/quotaRequestStatus.js +186 -0
  430. package/dist/react-native/operations/quotaRequestStatus.js.map +1 -0
  431. package/dist/react-native/operations/usages.d.ts +61 -0
  432. package/dist/react-native/operations/usages.d.ts.map +1 -0
  433. package/dist/react-native/operations/usages.js +183 -0
  434. package/dist/react-native/operations/usages.js.map +1 -0
  435. package/dist/react-native/operationsInterfaces/groupQuotaLimits.d.ts +17 -0
  436. package/dist/react-native/operationsInterfaces/groupQuotaLimits.d.ts.map +1 -0
  437. package/dist/react-native/operationsInterfaces/groupQuotaLimits.js +9 -0
  438. package/dist/react-native/operationsInterfaces/groupQuotaLimits.js.map +1 -0
  439. package/dist/react-native/operationsInterfaces/groupQuotaLimitsRequest.d.ts +63 -0
  440. package/dist/react-native/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +1 -0
  441. package/dist/react-native/operationsInterfaces/groupQuotaLimitsRequest.js +9 -0
  442. package/dist/react-native/operationsInterfaces/groupQuotaLimitsRequest.js.map +1 -0
  443. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +19 -0
  444. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
  445. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocation.js +9 -0
  446. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +1 -0
  447. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +68 -0
  448. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
  449. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js +9 -0
  450. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
  451. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +27 -0
  452. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +1 -0
  453. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionRequests.js +9 -0
  454. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +1 -0
  455. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptions.d.ts +84 -0
  456. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +1 -0
  457. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptions.js +9 -0
  458. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptions.js.map +1 -0
  459. package/dist/react-native/operationsInterfaces/groupQuotas.d.ts +99 -0
  460. package/dist/react-native/operationsInterfaces/groupQuotas.d.ts.map +1 -0
  461. package/dist/react-native/operationsInterfaces/groupQuotas.js +9 -0
  462. package/dist/react-native/operationsInterfaces/groupQuotas.js.map +1 -0
  463. package/dist/react-native/operationsInterfaces/index.d.ts +12 -0
  464. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  465. package/dist/react-native/operationsInterfaces/index.js +19 -0
  466. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  467. package/dist/react-native/operationsInterfaces/quota.d.ts +115 -0
  468. package/dist/react-native/operationsInterfaces/quota.d.ts.map +1 -0
  469. package/dist/react-native/operationsInterfaces/quota.js +9 -0
  470. package/dist/react-native/operationsInterfaces/quota.js.map +1 -0
  471. package/dist/react-native/operationsInterfaces/quotaOperation.d.ts +11 -0
  472. package/dist/react-native/operationsInterfaces/quotaOperation.d.ts.map +1 -0
  473. package/dist/react-native/operationsInterfaces/quotaOperation.js +9 -0
  474. package/dist/react-native/operationsInterfaces/quotaOperation.js.map +1 -0
  475. package/dist/react-native/operationsInterfaces/quotaRequestStatus.d.ts +30 -0
  476. package/dist/react-native/operationsInterfaces/quotaRequestStatus.d.ts.map +1 -0
  477. package/dist/react-native/operationsInterfaces/quotaRequestStatus.js +9 -0
  478. package/dist/react-native/operationsInterfaces/quotaRequestStatus.js.map +1 -0
  479. package/dist/react-native/operationsInterfaces/usages.d.ts +30 -0
  480. package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
  481. package/dist/react-native/operationsInterfaces/usages.js +9 -0
  482. package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
  483. package/dist/react-native/package.json +3 -0
  484. package/dist/react-native/pagingHelper.d.ts +13 -0
  485. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  486. package/dist/react-native/pagingHelper.js +32 -0
  487. package/dist/react-native/pagingHelper.js.map +1 -0
  488. package/package.json +83 -58
  489. package/review/arm-quota.api.md +49 -247
  490. package/dist/index.js +0 -7283
  491. package/dist/index.js.map +0 -1
  492. package/dist/index.min.js +0 -1
  493. package/dist/index.min.js.map +0 -1
  494. package/dist-esm/samples-dev/groupQuotaLimitsGetSample.d.ts +0 -2
  495. package/dist-esm/samples-dev/groupQuotaLimitsGetSample.d.ts.map +0 -1
  496. package/dist-esm/samples-dev/groupQuotaLimitsGetSample.js +0 -42
  497. package/dist-esm/samples-dev/groupQuotaLimitsGetSample.js.map +0 -1
  498. package/dist-esm/samples-dev/groupQuotaLimitsListSample.d.ts +0 -2
  499. package/dist-esm/samples-dev/groupQuotaLimitsListSample.d.ts.map +0 -1
  500. package/dist-esm/samples-dev/groupQuotaLimitsListSample.js +0 -57
  501. package/dist-esm/samples-dev/groupQuotaLimitsListSample.js.map +0 -1
  502. package/dist-esm/samples-dev/groupQuotaLimitsRequestCreateOrUpdateSample.d.ts +0 -2
  503. package/dist-esm/samples-dev/groupQuotaLimitsRequestCreateOrUpdateSample.d.ts.map +0 -1
  504. package/dist-esm/samples-dev/groupQuotaLimitsRequestCreateOrUpdateSample.js +0 -41
  505. package/dist-esm/samples-dev/groupQuotaLimitsRequestCreateOrUpdateSample.js.map +0 -1
  506. package/dist-esm/samples-dev/groupQuotaLimitsRequestGetSample.d.ts +0 -2
  507. package/dist-esm/samples-dev/groupQuotaLimitsRequestGetSample.d.ts.map +0 -1
  508. package/dist-esm/samples-dev/groupQuotaLimitsRequestGetSample.js +0 -38
  509. package/dist-esm/samples-dev/groupQuotaLimitsRequestGetSample.js.map +0 -1
  510. package/dist-esm/samples-dev/groupQuotaLimitsRequestListSample.d.ts +0 -2
  511. package/dist-esm/samples-dev/groupQuotaLimitsRequestListSample.d.ts.map +0 -1
  512. package/dist-esm/samples-dev/groupQuotaLimitsRequestListSample.js +0 -55
  513. package/dist-esm/samples-dev/groupQuotaLimitsRequestListSample.js.map +0 -1
  514. package/dist-esm/samples-dev/groupQuotaLimitsRequestUpdateSample.d.ts +0 -2
  515. package/dist-esm/samples-dev/groupQuotaLimitsRequestUpdateSample.d.ts.map +0 -1
  516. package/dist-esm/samples-dev/groupQuotaLimitsRequestUpdateSample.js +0 -41
  517. package/dist-esm/samples-dev/groupQuotaLimitsRequestUpdateSample.js.map +0 -1
  518. package/dist-esm/samples-dev/groupQuotaLocationSettingsCreateOrUpdateSample.d.ts +0 -2
  519. package/dist-esm/samples-dev/groupQuotaLocationSettingsCreateOrUpdateSample.d.ts.map +0 -1
  520. package/dist-esm/samples-dev/groupQuotaLocationSettingsCreateOrUpdateSample.js +0 -86
  521. package/dist-esm/samples-dev/groupQuotaLocationSettingsCreateOrUpdateSample.js.map +0 -1
  522. package/dist-esm/samples-dev/groupQuotaLocationSettingsGetSample.d.ts +0 -2
  523. package/dist-esm/samples-dev/groupQuotaLocationSettingsGetSample.d.ts.map +0 -1
  524. package/dist-esm/samples-dev/groupQuotaLocationSettingsGetSample.js +0 -39
  525. package/dist-esm/samples-dev/groupQuotaLocationSettingsGetSample.js.map +0 -1
  526. package/dist-esm/samples-dev/groupQuotaLocationSettingsListSample.d.ts +0 -2
  527. package/dist-esm/samples-dev/groupQuotaLocationSettingsListSample.d.ts.map +0 -1
  528. package/dist-esm/samples-dev/groupQuotaLocationSettingsListSample.js +0 -54
  529. package/dist-esm/samples-dev/groupQuotaLocationSettingsListSample.js.map +0 -1
  530. package/dist-esm/samples-dev/groupQuotaLocationSettingsUpdateSample.d.ts +0 -2
  531. package/dist-esm/samples-dev/groupQuotaLocationSettingsUpdateSample.d.ts.map +0 -1
  532. package/dist-esm/samples-dev/groupQuotaLocationSettingsUpdateSample.js +0 -53
  533. package/dist-esm/samples-dev/groupQuotaLocationSettingsUpdateSample.js.map +0 -1
  534. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationGetSample.d.ts +0 -2
  535. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationGetSample.d.ts.map +0 -1
  536. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationGetSample.js +0 -41
  537. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationGetSample.js.map +0 -1
  538. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationListSample.d.ts +0 -2
  539. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationListSample.d.ts.map +0 -1
  540. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationListSample.js +0 -56
  541. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationListSample.js.map +0 -1
  542. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestCreateOrUpdateSample.d.ts +0 -2
  543. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestCreateOrUpdateSample.d.ts.map +0 -1
  544. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestCreateOrUpdateSample.js +0 -46
  545. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestCreateOrUpdateSample.js.map +0 -1
  546. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestGetSample.d.ts +0 -2
  547. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestGetSample.d.ts.map +0 -1
  548. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestGetSample.js +0 -40
  549. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestGetSample.js.map +0 -1
  550. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestListSample.d.ts +0 -2
  551. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestListSample.d.ts.map +0 -1
  552. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestListSample.js +0 -57
  553. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestListSample.js.map +0 -1
  554. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestUpdateSample.d.ts +0 -2
  555. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestUpdateSample.d.ts.map +0 -1
  556. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestUpdateSample.js +0 -46
  557. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestUpdateSample.js.map +0 -1
  558. package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsGetSample.d.ts +0 -2
  559. package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsGetSample.d.ts.map +0 -1
  560. package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsGetSample.js +0 -38
  561. package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsGetSample.js.map +0 -1
  562. package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsListSample.d.ts +0 -2
  563. package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsListSample.d.ts.map +0 -1
  564. package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsListSample.js +0 -53
  565. package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsListSample.js.map +0 -1
  566. package/dist-esm/samples-dev/groupQuotaSubscriptionsCreateOrUpdateSample.d.ts +0 -2
  567. package/dist-esm/samples-dev/groupQuotaSubscriptionsCreateOrUpdateSample.d.ts.map +0 -1
  568. package/dist-esm/samples-dev/groupQuotaSubscriptionsCreateOrUpdateSample.js +0 -39
  569. package/dist-esm/samples-dev/groupQuotaSubscriptionsCreateOrUpdateSample.js.map +0 -1
  570. package/dist-esm/samples-dev/groupQuotaSubscriptionsDeleteSample.d.ts +0 -2
  571. package/dist-esm/samples-dev/groupQuotaSubscriptionsDeleteSample.d.ts.map +0 -1
  572. package/dist-esm/samples-dev/groupQuotaSubscriptionsDeleteSample.js +0 -39
  573. package/dist-esm/samples-dev/groupQuotaSubscriptionsDeleteSample.js.map +0 -1
  574. package/dist-esm/samples-dev/groupQuotaSubscriptionsGetSample.d.ts +0 -2
  575. package/dist-esm/samples-dev/groupQuotaSubscriptionsGetSample.d.ts.map +0 -1
  576. package/dist-esm/samples-dev/groupQuotaSubscriptionsGetSample.js +0 -39
  577. package/dist-esm/samples-dev/groupQuotaSubscriptionsGetSample.js.map +0 -1
  578. package/dist-esm/samples-dev/groupQuotaSubscriptionsListSample.d.ts +0 -2
  579. package/dist-esm/samples-dev/groupQuotaSubscriptionsListSample.d.ts.map +0 -1
  580. package/dist-esm/samples-dev/groupQuotaSubscriptionsListSample.js +0 -53
  581. package/dist-esm/samples-dev/groupQuotaSubscriptionsListSample.js.map +0 -1
  582. package/dist-esm/samples-dev/groupQuotaSubscriptionsUpdateSample.d.ts +0 -2
  583. package/dist-esm/samples-dev/groupQuotaSubscriptionsUpdateSample.d.ts.map +0 -1
  584. package/dist-esm/samples-dev/groupQuotaSubscriptionsUpdateSample.js +0 -39
  585. package/dist-esm/samples-dev/groupQuotaSubscriptionsUpdateSample.js.map +0 -1
  586. package/dist-esm/samples-dev/groupQuotaUsagesListSample.d.ts +0 -2
  587. package/dist-esm/samples-dev/groupQuotaUsagesListSample.d.ts.map +0 -1
  588. package/dist-esm/samples-dev/groupQuotaUsagesListSample.js +0 -55
  589. package/dist-esm/samples-dev/groupQuotaUsagesListSample.js.map +0 -1
  590. package/dist-esm/samples-dev/groupQuotasCreateOrUpdateSample.d.ts +0 -2
  591. package/dist-esm/samples-dev/groupQuotasCreateOrUpdateSample.d.ts.map +0 -1
  592. package/dist-esm/samples-dev/groupQuotasCreateOrUpdateSample.js +0 -52
  593. package/dist-esm/samples-dev/groupQuotasCreateOrUpdateSample.js.map +0 -1
  594. package/dist-esm/samples-dev/groupQuotasDeleteSample.d.ts +0 -2
  595. package/dist-esm/samples-dev/groupQuotasDeleteSample.d.ts.map +0 -1
  596. package/dist-esm/samples-dev/groupQuotasDeleteSample.js +0 -37
  597. package/dist-esm/samples-dev/groupQuotasDeleteSample.js.map +0 -1
  598. package/dist-esm/samples-dev/groupQuotasGetSample.d.ts +0 -2
  599. package/dist-esm/samples-dev/groupQuotasGetSample.d.ts.map +0 -1
  600. package/dist-esm/samples-dev/groupQuotasGetSample.js +0 -37
  601. package/dist-esm/samples-dev/groupQuotasGetSample.js.map +0 -1
  602. package/dist-esm/samples-dev/groupQuotasListSample.d.ts +0 -2
  603. package/dist-esm/samples-dev/groupQuotasListSample.d.ts.map +0 -1
  604. package/dist-esm/samples-dev/groupQuotasListSample.js +0 -52
  605. package/dist-esm/samples-dev/groupQuotasListSample.js.map +0 -1
  606. package/dist-esm/samples-dev/groupQuotasUpdateSample.d.ts +0 -2
  607. package/dist-esm/samples-dev/groupQuotasUpdateSample.d.ts.map +0 -1
  608. package/dist-esm/samples-dev/groupQuotasUpdateSample.js +0 -54
  609. package/dist-esm/samples-dev/groupQuotasUpdateSample.js.map +0 -1
  610. package/dist-esm/samples-dev/quotaCreateOrUpdateSample.d.ts +0 -2
  611. package/dist-esm/samples-dev/quotaCreateOrUpdateSample.d.ts.map +0 -1
  612. package/dist-esm/samples-dev/quotaCreateOrUpdateSample.js +0 -131
  613. package/dist-esm/samples-dev/quotaCreateOrUpdateSample.js.map +0 -1
  614. package/dist-esm/samples-dev/quotaGetSample.d.ts +0 -2
  615. package/dist-esm/samples-dev/quotaGetSample.d.ts.map +0 -1
  616. package/dist-esm/samples-dev/quotaGetSample.js +0 -54
  617. package/dist-esm/samples-dev/quotaGetSample.js.map +0 -1
  618. package/dist-esm/samples-dev/quotaListSample.d.ts +0 -2
  619. package/dist-esm/samples-dev/quotaListSample.d.ts.map +0 -1
  620. package/dist-esm/samples-dev/quotaListSample.js +0 -116
  621. package/dist-esm/samples-dev/quotaListSample.js.map +0 -1
  622. package/dist-esm/samples-dev/quotaOperationListSample.d.ts +0 -2
  623. package/dist-esm/samples-dev/quotaOperationListSample.d.ts.map +0 -1
  624. package/dist-esm/samples-dev/quotaOperationListSample.js +0 -51
  625. package/dist-esm/samples-dev/quotaOperationListSample.js.map +0 -1
  626. package/dist-esm/samples-dev/quotaRequestStatusGetSample.d.ts +0 -2
  627. package/dist-esm/samples-dev/quotaRequestStatusGetSample.d.ts.map +0 -1
  628. package/dist-esm/samples-dev/quotaRequestStatusGetSample.js +0 -71
  629. package/dist-esm/samples-dev/quotaRequestStatusGetSample.js.map +0 -1
  630. package/dist-esm/samples-dev/quotaRequestStatusListSample.d.ts +0 -2
  631. package/dist-esm/samples-dev/quotaRequestStatusListSample.d.ts.map +0 -1
  632. package/dist-esm/samples-dev/quotaRequestStatusListSample.js +0 -52
  633. package/dist-esm/samples-dev/quotaRequestStatusListSample.js.map +0 -1
  634. package/dist-esm/samples-dev/quotaUpdateSample.d.ts +0 -2
  635. package/dist-esm/samples-dev/quotaUpdateSample.d.ts.map +0 -1
  636. package/dist-esm/samples-dev/quotaUpdateSample.js +0 -75
  637. package/dist-esm/samples-dev/quotaUpdateSample.js.map +0 -1
  638. package/dist-esm/samples-dev/usagesGetSample.d.ts +0 -2
  639. package/dist-esm/samples-dev/usagesGetSample.d.ts.map +0 -1
  640. package/dist-esm/samples-dev/usagesGetSample.js +0 -54
  641. package/dist-esm/samples-dev/usagesGetSample.js.map +0 -1
  642. package/dist-esm/samples-dev/usagesListSample.d.ts +0 -2
  643. package/dist-esm/samples-dev/usagesListSample.d.ts.map +0 -1
  644. package/dist-esm/samples-dev/usagesListSample.js +0 -116
  645. package/dist-esm/samples-dev/usagesListSample.js.map +0 -1
  646. package/dist-esm/src/azureQuotaExtensionAPI.d.ts +0 -33
  647. package/dist-esm/src/azureQuotaExtensionAPI.d.ts.map +0 -1
  648. package/dist-esm/src/azureQuotaExtensionAPI.js +0 -113
  649. package/dist-esm/src/azureQuotaExtensionAPI.js.map +0 -1
  650. package/dist-esm/src/index.d.ts +0 -6
  651. package/dist-esm/src/index.d.ts.map +0 -1
  652. package/dist-esm/src/index.js +0 -13
  653. package/dist-esm/src/index.js.map +0 -1
  654. package/dist-esm/src/lroImpl.js.map +0 -1
  655. package/dist-esm/src/models/index.d.ts +0 -1790
  656. package/dist-esm/src/models/index.d.ts.map +0 -1
  657. package/dist-esm/src/models/index.js +0 -100
  658. package/dist-esm/src/models/index.js.map +0 -1
  659. package/dist-esm/src/models/mappers.d.ts +0 -108
  660. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  661. package/dist-esm/src/models/mappers.js +0 -2708
  662. package/dist-esm/src/models/mappers.js.map +0 -1
  663. package/dist-esm/src/models/parameters.d.ts +0 -28
  664. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  665. package/dist-esm/src/models/parameters.js +0 -262
  666. package/dist-esm/src/models/parameters.js.map +0 -1
  667. package/dist-esm/src/operations/groupQuotaLimits.d.ts +0 -77
  668. package/dist-esm/src/operations/groupQuotaLimits.d.ts.map +0 -1
  669. package/dist-esm/src/operations/groupQuotaLimits.js +0 -232
  670. package/dist-esm/src/operations/groupQuotaLimits.js.map +0 -1
  671. package/dist-esm/src/operations/groupQuotaLimitsRequest.d.ts +0 -131
  672. package/dist-esm/src/operations/groupQuotaLimitsRequest.d.ts.map +0 -1
  673. package/dist-esm/src/operations/groupQuotaLimitsRequest.js +0 -441
  674. package/dist-esm/src/operations/groupQuotaLimitsRequest.js.map +0 -1
  675. package/dist-esm/src/operations/groupQuotaLocationSettings.d.ts +0 -144
  676. package/dist-esm/src/operations/groupQuotaLocationSettings.d.ts.map +0 -1
  677. package/dist-esm/src/operations/groupQuotaLocationSettings.js +0 -453
  678. package/dist-esm/src/operations/groupQuotaLocationSettings.js.map +0 -1
  679. package/dist-esm/src/operations/groupQuotaSubscriptionAllocation.d.ts +0 -75
  680. package/dist-esm/src/operations/groupQuotaSubscriptionAllocation.d.ts.map +0 -1
  681. package/dist-esm/src/operations/groupQuotaSubscriptionAllocation.js +0 -211
  682. package/dist-esm/src/operations/groupQuotaSubscriptionAllocation.js.map +0 -1
  683. package/dist-esm/src/operations/groupQuotaSubscriptionAllocationRequest.d.ts +0 -133
  684. package/dist-esm/src/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +0 -1
  685. package/dist-esm/src/operations/groupQuotaSubscriptionAllocationRequest.js +0 -450
  686. package/dist-esm/src/operations/groupQuotaSubscriptionAllocationRequest.js.map +0 -1
  687. package/dist-esm/src/operations/groupQuotaSubscriptionRequests.d.ts +0 -55
  688. package/dist-esm/src/operations/groupQuotaSubscriptionRequests.d.ts.map +0 -1
  689. package/dist-esm/src/operations/groupQuotaSubscriptionRequests.js +0 -188
  690. package/dist-esm/src/operations/groupQuotaSubscriptionRequests.js.map +0 -1
  691. package/dist-esm/src/operations/groupQuotaSubscriptions.d.ts +0 -111
  692. package/dist-esm/src/operations/groupQuotaSubscriptions.d.ts.map +0 -1
  693. package/dist-esm/src/operations/groupQuotaSubscriptions.js +0 -461
  694. package/dist-esm/src/operations/groupQuotaSubscriptions.js.map +0 -1
  695. package/dist-esm/src/operations/groupQuotaUsages.d.ts +0 -50
  696. package/dist-esm/src/operations/groupQuotaUsages.d.ts.map +0 -1
  697. package/dist-esm/src/operations/groupQuotaUsages.js +0 -177
  698. package/dist-esm/src/operations/groupQuotaUsages.js.map +0 -1
  699. package/dist-esm/src/operations/groupQuotas.d.ts +0 -123
  700. package/dist-esm/src/operations/groupQuotas.d.ts.map +0 -1
  701. package/dist-esm/src/operations/groupQuotas.js +0 -468
  702. package/dist-esm/src/operations/groupQuotas.js.map +0 -1
  703. package/dist-esm/src/operations/index.d.ts +0 -14
  704. package/dist-esm/src/operations/index.d.ts.map +0 -1
  705. package/dist-esm/src/operations/index.js +0 -21
  706. package/dist-esm/src/operations/index.js.map +0 -1
  707. package/dist-esm/src/operations/quota.d.ts +0 -147
  708. package/dist-esm/src/operations/quota.d.ts.map +0 -1
  709. package/dist-esm/src/operations/quota.js +0 -408
  710. package/dist-esm/src/operations/quota.js.map +0 -1
  711. package/dist-esm/src/operations/quotaOperation.d.ts +0 -32
  712. package/dist-esm/src/operations/quotaOperation.d.ts.map +0 -1
  713. package/dist-esm/src/operations/quotaOperation.js +0 -133
  714. package/dist-esm/src/operations/quotaOperation.js.map +0 -1
  715. package/dist-esm/src/operations/quotaRequestStatus.d.ts +0 -62
  716. package/dist-esm/src/operations/quotaRequestStatus.d.ts.map +0 -1
  717. package/dist-esm/src/operations/quotaRequestStatus.js +0 -186
  718. package/dist-esm/src/operations/quotaRequestStatus.js.map +0 -1
  719. package/dist-esm/src/operations/usages.d.ts +0 -61
  720. package/dist-esm/src/operations/usages.d.ts.map +0 -1
  721. package/dist-esm/src/operations/usages.js +0 -183
  722. package/dist-esm/src/operations/usages.js.map +0 -1
  723. package/dist-esm/src/operationsInterfaces/groupQuotaLimits.d.ts +0 -40
  724. package/dist-esm/src/operationsInterfaces/groupQuotaLimits.d.ts.map +0 -1
  725. package/dist-esm/src/operationsInterfaces/groupQuotaLimits.js.map +0 -1
  726. package/dist-esm/src/operationsInterfaces/groupQuotaLimitsRequest.d.ts +0 -95
  727. package/dist-esm/src/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +0 -1
  728. package/dist-esm/src/operationsInterfaces/groupQuotaLimitsRequest.js.map +0 -1
  729. package/dist-esm/src/operationsInterfaces/groupQuotaLocationSettings.d.ts +0 -111
  730. package/dist-esm/src/operationsInterfaces/groupQuotaLocationSettings.d.ts.map +0 -1
  731. package/dist-esm/src/operationsInterfaces/groupQuotaLocationSettings.js +0 -9
  732. package/dist-esm/src/operationsInterfaces/groupQuotaLocationSettings.js.map +0 -1
  733. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +0 -39
  734. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +0 -1
  735. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +0 -1
  736. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +0 -96
  737. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +0 -1
  738. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +0 -1
  739. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +0 -27
  740. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +0 -1
  741. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +0 -1
  742. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptions.d.ts +0 -84
  743. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +0 -1
  744. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptions.js.map +0 -1
  745. package/dist-esm/src/operationsInterfaces/groupQuotaUsages.d.ts +0 -17
  746. package/dist-esm/src/operationsInterfaces/groupQuotaUsages.d.ts.map +0 -1
  747. package/dist-esm/src/operationsInterfaces/groupQuotaUsages.js +0 -9
  748. package/dist-esm/src/operationsInterfaces/groupQuotaUsages.js.map +0 -1
  749. package/dist-esm/src/operationsInterfaces/groupQuotas.d.ts +0 -99
  750. package/dist-esm/src/operationsInterfaces/groupQuotas.d.ts.map +0 -1
  751. package/dist-esm/src/operationsInterfaces/groupQuotas.js.map +0 -1
  752. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -14
  753. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  754. package/dist-esm/src/operationsInterfaces/index.js +0 -21
  755. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  756. package/dist-esm/src/operationsInterfaces/quota.d.ts +0 -115
  757. package/dist-esm/src/operationsInterfaces/quota.d.ts.map +0 -1
  758. package/dist-esm/src/operationsInterfaces/quota.js.map +0 -1
  759. package/dist-esm/src/operationsInterfaces/quotaOperation.d.ts +0 -11
  760. package/dist-esm/src/operationsInterfaces/quotaOperation.d.ts.map +0 -1
  761. package/dist-esm/src/operationsInterfaces/quotaOperation.js.map +0 -1
  762. package/dist-esm/src/operationsInterfaces/quotaRequestStatus.d.ts +0 -30
  763. package/dist-esm/src/operationsInterfaces/quotaRequestStatus.d.ts.map +0 -1
  764. package/dist-esm/src/operationsInterfaces/quotaRequestStatus.js.map +0 -1
  765. package/dist-esm/src/operationsInterfaces/usages.d.ts +0 -30
  766. package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
  767. package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
  768. package/dist-esm/src/pagingHelper.js.map +0 -1
  769. package/dist-esm/test/quota_operations_test.spec.d.ts +0 -4
  770. package/dist-esm/test/quota_operations_test.spec.d.ts.map +0 -1
  771. package/dist-esm/test/quota_operations_test.spec.js +0 -98
  772. package/dist-esm/test/quota_operations_test.spec.js.map +0 -1
  773. package/src/azureQuotaExtensionAPI.ts +0 -210
  774. package/src/index.ts +0 -13
  775. package/src/lroImpl.ts +0 -42
  776. package/src/models/index.ts +0 -2054
  777. package/src/models/mappers.ts +0 -2870
  778. package/src/models/parameters.ts +0 -302
  779. package/src/operations/groupQuotaLimits.ts +0 -314
  780. package/src/operations/groupQuotaLimitsRequest.ts +0 -609
  781. package/src/operations/groupQuotaLocationSettings.ts +0 -616
  782. package/src/operations/groupQuotaSubscriptionAllocation.ts +0 -284
  783. package/src/operations/groupQuotaSubscriptionAllocationRequest.ts +0 -626
  784. package/src/operations/groupQuotaSubscriptionRequests.ts +0 -244
  785. package/src/operations/groupQuotaSubscriptions.ts +0 -626
  786. package/src/operations/groupQuotaUsages.ts +0 -248
  787. package/src/operations/groupQuotas.ts +0 -618
  788. package/src/operations/index.ts +0 -21
  789. package/src/operations/quota.ts +0 -521
  790. package/src/operations/quotaOperation.ts +0 -149
  791. package/src/operations/quotaRequestStatus.ts +0 -220
  792. package/src/operations/usages.ts +0 -217
  793. package/src/operationsInterfaces/groupQuotaLimits.ts +0 -67
  794. package/src/operationsInterfaces/groupQuotaLimitsRequest.ts +0 -158
  795. package/src/operationsInterfaces/groupQuotaLocationSettings.ts +0 -174
  796. package/src/operationsInterfaces/groupQuotaSubscriptionAllocation.ts +0 -64
  797. package/src/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.ts +0 -163
  798. package/src/operationsInterfaces/groupQuotaSubscriptionRequests.ts +0 -50
  799. package/src/operationsInterfaces/groupQuotaSubscriptions.ts +0 -151
  800. package/src/operationsInterfaces/groupQuotaUsages.ts +0 -32
  801. package/src/operationsInterfaces/groupQuotas.ts +0 -165
  802. package/src/operationsInterfaces/index.ts +0 -21
  803. package/src/operationsInterfaces/quota.ts +0 -167
  804. package/src/operationsInterfaces/quotaOperation.ts +0 -22
  805. package/src/operationsInterfaces/quotaRequestStatus.ts +0 -51
  806. package/src/operationsInterfaces/usages.ts +0 -51
  807. package/src/pagingHelper.ts +0 -39
  808. package/tsconfig.json +0 -33
  809. package/types/arm-quota.d.ts +0 -2819
  810. package/types/tsdoc-metadata.json +0 -11
  811. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  812. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  813. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  814. /package/{dist-esm/src → dist/browser}/operationsInterfaces/groupQuotaLimits.js +0 -0
  815. /package/{dist-esm/src → dist/browser}/operationsInterfaces/groupQuotaLimitsRequest.js +0 -0
  816. /package/{dist-esm/src → dist/browser}/operationsInterfaces/groupQuotaSubscriptionAllocation.js +0 -0
  817. /package/{dist-esm/src → dist/browser}/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js +0 -0
  818. /package/{dist-esm/src → dist/browser}/operationsInterfaces/groupQuotaSubscriptionRequests.js +0 -0
  819. /package/{dist-esm/src → dist/browser}/operationsInterfaces/groupQuotaSubscriptions.js +0 -0
  820. /package/{dist-esm/src → dist/browser}/operationsInterfaces/groupQuotas.js +0 -0
  821. /package/{dist-esm/src → dist/browser}/operationsInterfaces/quota.js +0 -0
  822. /package/{dist-esm/src → dist/browser}/operationsInterfaces/quotaOperation.js +0 -0
  823. /package/{dist-esm/src → dist/browser}/operationsInterfaces/quotaRequestStatus.js +0 -0
  824. /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
  825. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  826. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  827. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
@@ -0,0 +1,84 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
+ import { GroupQuotaSubscriptionId, GroupQuotaSubscriptionsListOptionalParams, GroupQuotaSubscriptionsCreateOrUpdateOptionalParams, GroupQuotaSubscriptionsCreateOrUpdateResponse, GroupQuotaSubscriptionsUpdateOptionalParams, GroupQuotaSubscriptionsUpdateResponse, GroupQuotaSubscriptionsDeleteOptionalParams, GroupQuotaSubscriptionsDeleteResponse, GroupQuotaSubscriptionsGetOptionalParams, GroupQuotaSubscriptionsGetResponse } from "../models/index.js";
4
+ /** Interface representing a GroupQuotaSubscriptions. */
5
+ export interface GroupQuotaSubscriptions {
6
+ /**
7
+ * Returns a list of the subscriptionIds associated with the GroupQuotas.
8
+ * @param managementGroupId Management Group Id.
9
+ * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
10
+ * tenantId/MgId.
11
+ * @param options The options parameters.
12
+ */
13
+ list(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsListOptionalParams): PagedAsyncIterableIterator<GroupQuotaSubscriptionId>;
14
+ /**
15
+ * Adds a subscription to GroupQuotas. The subscriptions will be validated based on the
16
+ * additionalAttributes defined in the GroupQuota. The additionalAttributes works as filter for the
17
+ * subscriptions, which can be included in the GroupQuotas. The request's TenantId is validated against
18
+ * the subscription's TenantId.
19
+ * @param managementGroupId Management Group Id.
20
+ * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
21
+ * tenantId/MgId.
22
+ * @param options The options parameters.
23
+ */
24
+ beginCreateOrUpdate(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotaSubscriptionsCreateOrUpdateResponse>, GroupQuotaSubscriptionsCreateOrUpdateResponse>>;
25
+ /**
26
+ * Adds a subscription to GroupQuotas. The subscriptions will be validated based on the
27
+ * additionalAttributes defined in the GroupQuota. The additionalAttributes works as filter for the
28
+ * subscriptions, which can be included in the GroupQuotas. The request's TenantId is validated against
29
+ * the subscription's TenantId.
30
+ * @param managementGroupId Management Group Id.
31
+ * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
32
+ * tenantId/MgId.
33
+ * @param options The options parameters.
34
+ */
35
+ beginCreateOrUpdateAndWait(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsCreateOrUpdateOptionalParams): Promise<GroupQuotaSubscriptionsCreateOrUpdateResponse>;
36
+ /**
37
+ * Updates the GroupQuotas with the subscription to add to the subscriptions list. The subscriptions
38
+ * will be validated if additionalAttributes are defined in the GroupQuota. The request's TenantId is
39
+ * validated against the subscription's TenantId.
40
+ * @param managementGroupId Management Group Id.
41
+ * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
42
+ * tenantId/MgId.
43
+ * @param options The options parameters.
44
+ */
45
+ beginUpdate(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotaSubscriptionsUpdateResponse>, GroupQuotaSubscriptionsUpdateResponse>>;
46
+ /**
47
+ * Updates the GroupQuotas with the subscription to add to the subscriptions list. The subscriptions
48
+ * will be validated if additionalAttributes are defined in the GroupQuota. The request's TenantId is
49
+ * validated against the subscription's TenantId.
50
+ * @param managementGroupId Management Group Id.
51
+ * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
52
+ * tenantId/MgId.
53
+ * @param options The options parameters.
54
+ */
55
+ beginUpdateAndWait(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsUpdateOptionalParams): Promise<GroupQuotaSubscriptionsUpdateResponse>;
56
+ /**
57
+ * Removes the subscription from GroupQuotas. The request's TenantId is validated against the
58
+ * subscription's TenantId.
59
+ * @param managementGroupId Management Group Id.
60
+ * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
61
+ * tenantId/MgId.
62
+ * @param options The options parameters.
63
+ */
64
+ beginDelete(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotaSubscriptionsDeleteResponse>, GroupQuotaSubscriptionsDeleteResponse>>;
65
+ /**
66
+ * Removes the subscription from GroupQuotas. The request's TenantId is validated against the
67
+ * subscription's TenantId.
68
+ * @param managementGroupId Management Group Id.
69
+ * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
70
+ * tenantId/MgId.
71
+ * @param options The options parameters.
72
+ */
73
+ beginDeleteAndWait(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsDeleteOptionalParams): Promise<GroupQuotaSubscriptionsDeleteResponse>;
74
+ /**
75
+ * Returns the subscriptionIds along with its provisioning state for being associated with the
76
+ * GroupQuota. If the subscription is not a member of GroupQuota, it will return 404, else 200.
77
+ * @param managementGroupId Management Group Id.
78
+ * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
79
+ * tenantId/MgId.
80
+ * @param options The options parameters.
81
+ */
82
+ get(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsGetOptionalParams): Promise<GroupQuotaSubscriptionsGetResponse>;
83
+ }
84
+ //# sourceMappingURL=groupQuotaSubscriptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"groupQuotaSubscriptions.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/groupQuotaSubscriptions.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,wBAAwB,EACxB,yCAAyC,EACzC,mDAAmD,EACnD,6CAA6C,EAC7C,2CAA2C,EAC3C,qCAAqC,EACrC,2CAA2C,EAC3C,qCAAqC,EACrC,wCAAwC,EACxC,kCAAkC,EACnC,MAAM,oBAAoB,CAAC;AAG5B,wDAAwD;AACxD,MAAM,WAAW,uBAAuB;IACtC;;;;;;OAMG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,yCAAyC,GAClD,0BAA0B,CAAC,wBAAwB,CAAC,CAAC;IACxD;;;;;;;;;OASG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,mDAAmD,GAC5D,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,6CAA6C,CAAC,EAC7D,6CAA6C,CAC9C,CACF,CAAC;IACF;;;;;;;;;OASG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,mDAAmD,GAC5D,OAAO,CAAC,6CAA6C,CAAC,CAAC;IAC1D;;;;;;;;OAQG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,qCAAqC,CAAC,EACrD,qCAAqC,CACtC,CACF,CAAC;IACF;;;;;;;;OAQG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;IAClD;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,qCAAqC,CAAC,EACrD,qCAAqC,CACtC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;IAClD;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC,CAAC;CAChD"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=groupQuotaSubscriptions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"groupQuotaSubscriptions.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/groupQuotaSubscriptions.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n GroupQuotaSubscriptionId,\n GroupQuotaSubscriptionsListOptionalParams,\n GroupQuotaSubscriptionsCreateOrUpdateOptionalParams,\n GroupQuotaSubscriptionsCreateOrUpdateResponse,\n GroupQuotaSubscriptionsUpdateOptionalParams,\n GroupQuotaSubscriptionsUpdateResponse,\n GroupQuotaSubscriptionsDeleteOptionalParams,\n GroupQuotaSubscriptionsDeleteResponse,\n GroupQuotaSubscriptionsGetOptionalParams,\n GroupQuotaSubscriptionsGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a GroupQuotaSubscriptions. */\nexport interface GroupQuotaSubscriptions {\n /**\n * Returns a list of the subscriptionIds associated with the GroupQuotas.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n list(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotaSubscriptionsListOptionalParams,\n ): PagedAsyncIterableIterator<GroupQuotaSubscriptionId>;\n /**\n * Adds a subscription to GroupQuotas. The subscriptions will be validated based on the\n * additionalAttributes defined in the GroupQuota. The additionalAttributes works as filter for the\n * subscriptions, which can be included in the GroupQuotas. The request's TenantId is validated against\n * the subscription's TenantId.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotaSubscriptionsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<GroupQuotaSubscriptionsCreateOrUpdateResponse>,\n GroupQuotaSubscriptionsCreateOrUpdateResponse\n >\n >;\n /**\n * Adds a subscription to GroupQuotas. The subscriptions will be validated based on the\n * additionalAttributes defined in the GroupQuota. The additionalAttributes works as filter for the\n * subscriptions, which can be included in the GroupQuotas. The request's TenantId is validated against\n * the subscription's TenantId.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotaSubscriptionsCreateOrUpdateOptionalParams,\n ): Promise<GroupQuotaSubscriptionsCreateOrUpdateResponse>;\n /**\n * Updates the GroupQuotas with the subscription to add to the subscriptions list. The subscriptions\n * will be validated if additionalAttributes are defined in the GroupQuota. The request's TenantId is\n * validated against the subscription's TenantId.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n beginUpdate(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotaSubscriptionsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<GroupQuotaSubscriptionsUpdateResponse>,\n GroupQuotaSubscriptionsUpdateResponse\n >\n >;\n /**\n * Updates the GroupQuotas with the subscription to add to the subscriptions list. The subscriptions\n * will be validated if additionalAttributes are defined in the GroupQuota. The request's TenantId is\n * validated against the subscription's TenantId.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotaSubscriptionsUpdateOptionalParams,\n ): Promise<GroupQuotaSubscriptionsUpdateResponse>;\n /**\n * Removes the subscription from GroupQuotas. The request's TenantId is validated against the\n * subscription's TenantId.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n beginDelete(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotaSubscriptionsDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<GroupQuotaSubscriptionsDeleteResponse>,\n GroupQuotaSubscriptionsDeleteResponse\n >\n >;\n /**\n * Removes the subscription from GroupQuotas. The request's TenantId is validated against the\n * subscription's TenantId.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotaSubscriptionsDeleteOptionalParams,\n ): Promise<GroupQuotaSubscriptionsDeleteResponse>;\n /**\n * Returns the subscriptionIds along with its provisioning state for being associated with the\n * GroupQuota. If the subscription is not a member of GroupQuota, it will return 404, else 200.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n get(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotaSubscriptionsGetOptionalParams,\n ): Promise<GroupQuotaSubscriptionsGetResponse>;\n}\n"]}
@@ -0,0 +1,99 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
+ import { GroupQuotasEntity, GroupQuotasListOptionalParams, GroupQuotasCreateOrUpdateOptionalParams, GroupQuotasCreateOrUpdateResponse, GroupQuotasUpdateOptionalParams, GroupQuotasUpdateResponse, GroupQuotasGetOptionalParams, GroupQuotasGetResponse, GroupQuotasDeleteOptionalParams, GroupQuotasDeleteResponse } from "../models/index.js";
4
+ /** Interface representing a GroupQuotas. */
5
+ export interface GroupQuotas {
6
+ /**
7
+ * Lists GroupQuotas for the scope passed. It will return the GroupQuotas QuotaEntity properties
8
+ * only.The details on group quota can be access from the group quota APIs.
9
+ * @param managementGroupId Management Group Id.
10
+ * @param options The options parameters.
11
+ */
12
+ list(managementGroupId: string, options?: GroupQuotasListOptionalParams): PagedAsyncIterableIterator<GroupQuotasEntity>;
13
+ /**
14
+ * Creates a new GroupQuota for the name passed. A RequestId will be returned by the Service. The
15
+ * status can be polled periodically. The status Async polling is using standards defined at -
16
+ * https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#asynchronous-operations.
17
+ * Use the OperationsStatus URI provided in Azure-AsyncOperation header, the duration will be specified
18
+ * in retry-after header. Once the operation gets to terminal state - Succeeded | Failed, then the URI
19
+ * will change to Get URI and full details can be checked.
20
+ * @param managementGroupId Management Group Id.
21
+ * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
22
+ * tenantId/MgId.
23
+ * @param options The options parameters.
24
+ */
25
+ beginCreateOrUpdate(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotasCreateOrUpdateResponse>, GroupQuotasCreateOrUpdateResponse>>;
26
+ /**
27
+ * Creates a new GroupQuota for the name passed. A RequestId will be returned by the Service. The
28
+ * status can be polled periodically. The status Async polling is using standards defined at -
29
+ * https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#asynchronous-operations.
30
+ * Use the OperationsStatus URI provided in Azure-AsyncOperation header, the duration will be specified
31
+ * in retry-after header. Once the operation gets to terminal state - Succeeded | Failed, then the URI
32
+ * will change to Get URI and full details can be checked.
33
+ * @param managementGroupId Management Group Id.
34
+ * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
35
+ * tenantId/MgId.
36
+ * @param options The options parameters.
37
+ */
38
+ beginCreateOrUpdateAndWait(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasCreateOrUpdateOptionalParams): Promise<GroupQuotasCreateOrUpdateResponse>;
39
+ /**
40
+ * Updates the GroupQuotas for the name passed. A GroupQuotas RequestId will be returned by the
41
+ * Service. The status can be polled periodically. The status Async polling is using standards defined
42
+ * at -
43
+ * https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#asynchronous-operations.
44
+ * Use the OperationsStatus URI provided in Azure-AsyncOperation header, the duration will be specified
45
+ * in retry-after header. Once the operation gets to terminal state - Succeeded | Failed, then the URI
46
+ * will change to Get URI and full details can be checked.
47
+ * Any change in the filters will be applicable to the future quota assignments, existing quota
48
+ * allocated to subscriptions from the GroupQuotas remains unchanged.
49
+ * @param managementGroupId Management Group Id.
50
+ * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
51
+ * tenantId/MgId.
52
+ * @param options The options parameters.
53
+ */
54
+ beginUpdate(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotasUpdateResponse>, GroupQuotasUpdateResponse>>;
55
+ /**
56
+ * Updates the GroupQuotas for the name passed. A GroupQuotas RequestId will be returned by the
57
+ * Service. The status can be polled periodically. The status Async polling is using standards defined
58
+ * at -
59
+ * https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#asynchronous-operations.
60
+ * Use the OperationsStatus URI provided in Azure-AsyncOperation header, the duration will be specified
61
+ * in retry-after header. Once the operation gets to terminal state - Succeeded | Failed, then the URI
62
+ * will change to Get URI and full details can be checked.
63
+ * Any change in the filters will be applicable to the future quota assignments, existing quota
64
+ * allocated to subscriptions from the GroupQuotas remains unchanged.
65
+ * @param managementGroupId Management Group Id.
66
+ * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
67
+ * tenantId/MgId.
68
+ * @param options The options parameters.
69
+ */
70
+ beginUpdateAndWait(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasUpdateOptionalParams): Promise<GroupQuotasUpdateResponse>;
71
+ /**
72
+ * Gets the GroupQuotas for the name passed. It will return the GroupQuotas properties only. The
73
+ * details on group quota can be access from the group quota APIs.
74
+ * @param managementGroupId Management Group Id.
75
+ * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
76
+ * tenantId/MgId.
77
+ * @param options The options parameters.
78
+ */
79
+ get(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasGetOptionalParams): Promise<GroupQuotasGetResponse>;
80
+ /**
81
+ * Deletes the GroupQuotas for the name passed. All the remaining shareQuota in the GroupQuotas will be
82
+ * lost.
83
+ * @param managementGroupId Management Group Id.
84
+ * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
85
+ * tenantId/MgId.
86
+ * @param options The options parameters.
87
+ */
88
+ beginDelete(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasDeleteOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotasDeleteResponse>, GroupQuotasDeleteResponse>>;
89
+ /**
90
+ * Deletes the GroupQuotas for the name passed. All the remaining shareQuota in the GroupQuotas will be
91
+ * lost.
92
+ * @param managementGroupId Management Group Id.
93
+ * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
94
+ * tenantId/MgId.
95
+ * @param options The options parameters.
96
+ */
97
+ beginDeleteAndWait(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasDeleteOptionalParams): Promise<GroupQuotasDeleteResponse>;
98
+ }
99
+ //# sourceMappingURL=groupQuotas.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"groupQuotas.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/groupQuotas.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,iBAAiB,EACjB,6BAA6B,EAC7B,uCAAuC,EACvC,iCAAiC,EACjC,+BAA+B,EAC/B,yBAAyB,EACzB,4BAA4B,EAC5B,sBAAsB,EACtB,+BAA+B,EAC/B,yBAAyB,EAC1B,MAAM,oBAAoB,CAAC;AAG5B,4CAA4C;AAC5C,MAAM,WAAW,WAAW;IAC1B;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,6BAA6B,GACtC,0BAA0B,CAAC,iBAAiB,CAAC,CAAC;IACjD;;;;;;;;;;;OAWG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,iCAAiC,CAAC,EACjD,iCAAiC,CAClC,CACF,CAAC;IACF;;;;;;;;;;;OAWG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAC9C;;;;;;;;;;;;;;OAcG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,yBAAyB,CAAC,EACzC,yBAAyB,CAC1B,CACF,CAAC;IACF;;;;;;;;;;;;;;OAcG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACnC;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,yBAAyB,CAAC,EACzC,yBAAyB,CAC1B,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;CACvC"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=groupQuotas.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"groupQuotas.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/groupQuotas.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n GroupQuotasEntity,\n GroupQuotasListOptionalParams,\n GroupQuotasCreateOrUpdateOptionalParams,\n GroupQuotasCreateOrUpdateResponse,\n GroupQuotasUpdateOptionalParams,\n GroupQuotasUpdateResponse,\n GroupQuotasGetOptionalParams,\n GroupQuotasGetResponse,\n GroupQuotasDeleteOptionalParams,\n GroupQuotasDeleteResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a GroupQuotas. */\nexport interface GroupQuotas {\n /**\n * Lists GroupQuotas for the scope passed. It will return the GroupQuotas QuotaEntity properties\n * only.The details on group quota can be access from the group quota APIs.\n * @param managementGroupId Management Group Id.\n * @param options The options parameters.\n */\n list(\n managementGroupId: string,\n options?: GroupQuotasListOptionalParams,\n ): PagedAsyncIterableIterator<GroupQuotasEntity>;\n /**\n * Creates a new GroupQuota for the name passed. A RequestId will be returned by the Service. The\n * status can be polled periodically. The status Async polling is using standards defined at -\n * https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#asynchronous-operations.\n * Use the OperationsStatus URI provided in Azure-AsyncOperation header, the duration will be specified\n * in retry-after header. Once the operation gets to terminal state - Succeeded | Failed, then the URI\n * will change to Get URI and full details can be checked.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotasCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<GroupQuotasCreateOrUpdateResponse>,\n GroupQuotasCreateOrUpdateResponse\n >\n >;\n /**\n * Creates a new GroupQuota for the name passed. A RequestId will be returned by the Service. The\n * status can be polled periodically. The status Async polling is using standards defined at -\n * https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#asynchronous-operations.\n * Use the OperationsStatus URI provided in Azure-AsyncOperation header, the duration will be specified\n * in retry-after header. Once the operation gets to terminal state - Succeeded | Failed, then the URI\n * will change to Get URI and full details can be checked.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotasCreateOrUpdateOptionalParams,\n ): Promise<GroupQuotasCreateOrUpdateResponse>;\n /**\n * Updates the GroupQuotas for the name passed. A GroupQuotas RequestId will be returned by the\n * Service. The status can be polled periodically. The status Async polling is using standards defined\n * at -\n * https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#asynchronous-operations.\n * Use the OperationsStatus URI provided in Azure-AsyncOperation header, the duration will be specified\n * in retry-after header. Once the operation gets to terminal state - Succeeded | Failed, then the URI\n * will change to Get URI and full details can be checked.\n * Any change in the filters will be applicable to the future quota assignments, existing quota\n * allocated to subscriptions from the GroupQuotas remains unchanged.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n beginUpdate(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotasUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<GroupQuotasUpdateResponse>,\n GroupQuotasUpdateResponse\n >\n >;\n /**\n * Updates the GroupQuotas for the name passed. A GroupQuotas RequestId will be returned by the\n * Service. The status can be polled periodically. The status Async polling is using standards defined\n * at -\n * https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#asynchronous-operations.\n * Use the OperationsStatus URI provided in Azure-AsyncOperation header, the duration will be specified\n * in retry-after header. Once the operation gets to terminal state - Succeeded | Failed, then the URI\n * will change to Get URI and full details can be checked.\n * Any change in the filters will be applicable to the future quota assignments, existing quota\n * allocated to subscriptions from the GroupQuotas remains unchanged.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotasUpdateOptionalParams,\n ): Promise<GroupQuotasUpdateResponse>;\n /**\n * Gets the GroupQuotas for the name passed. It will return the GroupQuotas properties only. The\n * details on group quota can be access from the group quota APIs.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n get(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotasGetOptionalParams,\n ): Promise<GroupQuotasGetResponse>;\n /**\n * Deletes the GroupQuotas for the name passed. All the remaining shareQuota in the GroupQuotas will be\n * lost.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n beginDelete(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotasDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<GroupQuotasDeleteResponse>,\n GroupQuotasDeleteResponse\n >\n >;\n /**\n * Deletes the GroupQuotas for the name passed. All the remaining shareQuota in the GroupQuotas will be\n * lost.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotasDeleteOptionalParams,\n ): Promise<GroupQuotasDeleteResponse>;\n}\n"]}
@@ -0,0 +1,12 @@
1
+ export * from "./groupQuotas.js";
2
+ export * from "./groupQuotaSubscriptions.js";
3
+ export * from "./groupQuotaSubscriptionRequests.js";
4
+ export * from "./groupQuotaLimitsRequest.js";
5
+ export * from "./groupQuotaLimits.js";
6
+ export * from "./groupQuotaSubscriptionAllocationRequest.js";
7
+ export * from "./groupQuotaSubscriptionAllocation.js";
8
+ export * from "./usages.js";
9
+ export * from "./quota.js";
10
+ export * from "./quotaRequestStatus.js";
11
+ export * from "./quotaOperation.js";
12
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,kBAAkB,CAAC;AACjC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qCAAqC,CAAC;AACpD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uBAAuB,CAAC;AACtC,cAAc,8CAA8C,CAAC;AAC7D,cAAc,uCAAuC,CAAC;AACtD,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC"}
@@ -0,0 +1,19 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export * from "./groupQuotas.js";
9
+ export * from "./groupQuotaSubscriptions.js";
10
+ export * from "./groupQuotaSubscriptionRequests.js";
11
+ export * from "./groupQuotaLimitsRequest.js";
12
+ export * from "./groupQuotaLimits.js";
13
+ export * from "./groupQuotaSubscriptionAllocationRequest.js";
14
+ export * from "./groupQuotaSubscriptionAllocation.js";
15
+ export * from "./usages.js";
16
+ export * from "./quota.js";
17
+ export * from "./quotaRequestStatus.js";
18
+ export * from "./quotaOperation.js";
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,kBAAkB,CAAC;AACjC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qCAAqC,CAAC;AACpD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uBAAuB,CAAC;AACtC,cAAc,8CAA8C,CAAC;AAC7D,cAAc,uCAAuC,CAAC;AACtD,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./groupQuotas.js\";\nexport * from \"./groupQuotaSubscriptions.js\";\nexport * from \"./groupQuotaSubscriptionRequests.js\";\nexport * from \"./groupQuotaLimitsRequest.js\";\nexport * from \"./groupQuotaLimits.js\";\nexport * from \"./groupQuotaSubscriptionAllocationRequest.js\";\nexport * from \"./groupQuotaSubscriptionAllocation.js\";\nexport * from \"./usages.js\";\nexport * from \"./quota.js\";\nexport * from \"./quotaRequestStatus.js\";\nexport * from \"./quotaOperation.js\";\n"]}
@@ -0,0 +1,115 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
+ import { CurrentQuotaLimitBase, QuotaListOptionalParams, QuotaGetOptionalParams, QuotaGetResponse, QuotaCreateOrUpdateOptionalParams, QuotaCreateOrUpdateResponse, QuotaUpdateOptionalParams, QuotaUpdateResponse } from "../models/index.js";
4
+ /** Interface representing a Quota. */
5
+ export interface Quota {
6
+ /**
7
+ * Get a list of current quota limits of all resources for the specified scope. The response from this
8
+ * GET operation can be leveraged to submit requests to update a quota.
9
+ * @param scope The target Azure resource URI. For example,
10
+ * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
11
+ * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
12
+ * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
13
+ * resource.
14
+ * @param options The options parameters.
15
+ */
16
+ list(scope: string, options?: QuotaListOptionalParams): PagedAsyncIterableIterator<CurrentQuotaLimitBase>;
17
+ /**
18
+ * Get the quota limit of a resource. The response can be used to determine the remaining quota to
19
+ * calculate a new quota limit that can be submitted with a PUT request.
20
+ * @param resourceName Resource name for a given resource provider. For example:
21
+ * - SKU name for Microsoft.Compute
22
+ * - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices
23
+ * For Microsoft.Network PublicIPAddresses.
24
+ * @param scope The target Azure resource URI. For example,
25
+ * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
26
+ * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
27
+ * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
28
+ * resource.
29
+ * @param options The options parameters.
30
+ */
31
+ get(resourceName: string, scope: string, options?: QuotaGetOptionalParams): Promise<QuotaGetResponse>;
32
+ /**
33
+ * Create or update the quota limit for the specified resource with the requested value. To update the
34
+ * quota, follow these steps:
35
+ * 1. Use the GET operation for quotas and usages to determine how much quota remains for the specific
36
+ * resource and to calculate the new quota limit. These steps are detailed in [this
37
+ * example](https://techcommunity.microsoft.com/t5/azure-governance-and-management/using-the-new-quota-rest-api/ba-p/2183670).
38
+ * 2. Use this PUT operation to update the quota limit. Please check the URI in location header for the
39
+ * detailed status of the request.
40
+ * @param resourceName Resource name for a given resource provider. For example:
41
+ * - SKU name for Microsoft.Compute
42
+ * - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices
43
+ * For Microsoft.Network PublicIPAddresses.
44
+ * @param scope The target Azure resource URI. For example,
45
+ * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
46
+ * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
47
+ * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
48
+ * resource.
49
+ * @param createQuotaRequest Quota request payload.
50
+ * @param options The options parameters.
51
+ */
52
+ beginCreateOrUpdate(resourceName: string, scope: string, createQuotaRequest: CurrentQuotaLimitBase, options?: QuotaCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<QuotaCreateOrUpdateResponse>, QuotaCreateOrUpdateResponse>>;
53
+ /**
54
+ * Create or update the quota limit for the specified resource with the requested value. To update the
55
+ * quota, follow these steps:
56
+ * 1. Use the GET operation for quotas and usages to determine how much quota remains for the specific
57
+ * resource and to calculate the new quota limit. These steps are detailed in [this
58
+ * example](https://techcommunity.microsoft.com/t5/azure-governance-and-management/using-the-new-quota-rest-api/ba-p/2183670).
59
+ * 2. Use this PUT operation to update the quota limit. Please check the URI in location header for the
60
+ * detailed status of the request.
61
+ * @param resourceName Resource name for a given resource provider. For example:
62
+ * - SKU name for Microsoft.Compute
63
+ * - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices
64
+ * For Microsoft.Network PublicIPAddresses.
65
+ * @param scope The target Azure resource URI. For example,
66
+ * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
67
+ * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
68
+ * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
69
+ * resource.
70
+ * @param createQuotaRequest Quota request payload.
71
+ * @param options The options parameters.
72
+ */
73
+ beginCreateOrUpdateAndWait(resourceName: string, scope: string, createQuotaRequest: CurrentQuotaLimitBase, options?: QuotaCreateOrUpdateOptionalParams): Promise<QuotaCreateOrUpdateResponse>;
74
+ /**
75
+ * Update the quota limit for a specific resource to the specified value:
76
+ * 1. Use the Usages-GET and Quota-GET operations to determine the remaining quota for the specific
77
+ * resource and to calculate the new quota limit. These steps are detailed in [this
78
+ * example](https://techcommunity.microsoft.com/t5/azure-governance-and-management/using-the-new-quota-rest-api/ba-p/2183670).
79
+ * 2. Use this PUT operation to update the quota limit. Please check the URI in location header for the
80
+ * detailed status of the request.
81
+ * @param resourceName Resource name for a given resource provider. For example:
82
+ * - SKU name for Microsoft.Compute
83
+ * - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices
84
+ * For Microsoft.Network PublicIPAddresses.
85
+ * @param scope The target Azure resource URI. For example,
86
+ * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
87
+ * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
88
+ * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
89
+ * resource.
90
+ * @param createQuotaRequest Quota requests payload.
91
+ * @param options The options parameters.
92
+ */
93
+ beginUpdate(resourceName: string, scope: string, createQuotaRequest: CurrentQuotaLimitBase, options?: QuotaUpdateOptionalParams): Promise<SimplePollerLike<OperationState<QuotaUpdateResponse>, QuotaUpdateResponse>>;
94
+ /**
95
+ * Update the quota limit for a specific resource to the specified value:
96
+ * 1. Use the Usages-GET and Quota-GET operations to determine the remaining quota for the specific
97
+ * resource and to calculate the new quota limit. These steps are detailed in [this
98
+ * example](https://techcommunity.microsoft.com/t5/azure-governance-and-management/using-the-new-quota-rest-api/ba-p/2183670).
99
+ * 2. Use this PUT operation to update the quota limit. Please check the URI in location header for the
100
+ * detailed status of the request.
101
+ * @param resourceName Resource name for a given resource provider. For example:
102
+ * - SKU name for Microsoft.Compute
103
+ * - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices
104
+ * For Microsoft.Network PublicIPAddresses.
105
+ * @param scope The target Azure resource URI. For example,
106
+ * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
107
+ * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
108
+ * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
109
+ * resource.
110
+ * @param createQuotaRequest Quota requests payload.
111
+ * @param options The options parameters.
112
+ */
113
+ beginUpdateAndWait(resourceName: string, scope: string, createQuotaRequest: CurrentQuotaLimitBase, options?: QuotaUpdateOptionalParams): Promise<QuotaUpdateResponse>;
114
+ }
115
+ //# sourceMappingURL=quota.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"quota.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/quota.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,qBAAqB,EACrB,uBAAuB,EACvB,sBAAsB,EACtB,gBAAgB,EAChB,iCAAiC,EACjC,2BAA2B,EAC3B,yBAAyB,EACzB,mBAAmB,EACpB,MAAM,oBAAoB,CAAC;AAG5B,sCAAsC;AACtC,MAAM,WAAW,KAAK;IACpB;;;;;;;;;OASG;IACH,IAAI,CACF,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,uBAAuB,GAChC,0BAA0B,CAAC,qBAAqB,CAAC,CAAC;IACrD;;;;;;;;;;;;;OAaG;IACH,GAAG,CACD,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,sBAAsB,GAC/B,OAAO,CAAC,gBAAgB,CAAC,CAAC;IAC7B;;;;;;;;;;;;;;;;;;;OAmBG;IACH,mBAAmB,CACjB,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,MAAM,EACb,kBAAkB,EAAE,qBAAqB,EACzC,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,2BAA2B,CAAC,EAC3C,2BAA2B,CAC5B,CACF,CAAC;IACF;;;;;;;;;;;;;;;;;;;OAmBG;IACH,0BAA0B,CACxB,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,MAAM,EACb,kBAAkB,EAAE,qBAAqB,EACzC,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC;;;;;;;;;;;;;;;;;;OAkBG;IACH,WAAW,CACT,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,MAAM,EACb,kBAAkB,EAAE,qBAAqB,EACzC,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,mBAAmB,CAAC,EAAE,mBAAmB,CAAC,CAC3E,CAAC;IACF;;;;;;;;;;;;;;;;;;OAkBG;IACH,kBAAkB,CAChB,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,MAAM,EACb,kBAAkB,EAAE,qBAAqB,EACzC,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC,CAAC;CACjC"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=quota.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"quota.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/quota.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n CurrentQuotaLimitBase,\n QuotaListOptionalParams,\n QuotaGetOptionalParams,\n QuotaGetResponse,\n QuotaCreateOrUpdateOptionalParams,\n QuotaCreateOrUpdateResponse,\n QuotaUpdateOptionalParams,\n QuotaUpdateResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Quota. */\nexport interface Quota {\n /**\n * Get a list of current quota limits of all resources for the specified scope. The response from this\n * GET operation can be leveraged to submit requests to update a quota.\n * @param scope The target Azure resource URI. For example,\n * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.\n * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added\n * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific\n * resource.\n * @param options The options parameters.\n */\n list(\n scope: string,\n options?: QuotaListOptionalParams,\n ): PagedAsyncIterableIterator<CurrentQuotaLimitBase>;\n /**\n * Get the quota limit of a resource. The response can be used to determine the remaining quota to\n * calculate a new quota limit that can be submitted with a PUT request.\n * @param resourceName Resource name for a given resource provider. For example:\n * - SKU name for Microsoft.Compute\n * - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices\n * For Microsoft.Network PublicIPAddresses.\n * @param scope The target Azure resource URI. For example,\n * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.\n * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added\n * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific\n * resource.\n * @param options The options parameters.\n */\n get(\n resourceName: string,\n scope: string,\n options?: QuotaGetOptionalParams,\n ): Promise<QuotaGetResponse>;\n /**\n * Create or update the quota limit for the specified resource with the requested value. To update the\n * quota, follow these steps:\n * 1. Use the GET operation for quotas and usages to determine how much quota remains for the specific\n * resource and to calculate the new quota limit. These steps are detailed in [this\n * example](https://techcommunity.microsoft.com/t5/azure-governance-and-management/using-the-new-quota-rest-api/ba-p/2183670).\n * 2. Use this PUT operation to update the quota limit. Please check the URI in location header for the\n * detailed status of the request.\n * @param resourceName Resource name for a given resource provider. For example:\n * - SKU name for Microsoft.Compute\n * - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices\n * For Microsoft.Network PublicIPAddresses.\n * @param scope The target Azure resource URI. For example,\n * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.\n * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added\n * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific\n * resource.\n * @param createQuotaRequest Quota request payload.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceName: string,\n scope: string,\n createQuotaRequest: CurrentQuotaLimitBase,\n options?: QuotaCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<QuotaCreateOrUpdateResponse>,\n QuotaCreateOrUpdateResponse\n >\n >;\n /**\n * Create or update the quota limit for the specified resource with the requested value. To update the\n * quota, follow these steps:\n * 1. Use the GET operation for quotas and usages to determine how much quota remains for the specific\n * resource and to calculate the new quota limit. These steps are detailed in [this\n * example](https://techcommunity.microsoft.com/t5/azure-governance-and-management/using-the-new-quota-rest-api/ba-p/2183670).\n * 2. Use this PUT operation to update the quota limit. Please check the URI in location header for the\n * detailed status of the request.\n * @param resourceName Resource name for a given resource provider. For example:\n * - SKU name for Microsoft.Compute\n * - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices\n * For Microsoft.Network PublicIPAddresses.\n * @param scope The target Azure resource URI. For example,\n * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.\n * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added\n * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific\n * resource.\n * @param createQuotaRequest Quota request payload.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceName: string,\n scope: string,\n createQuotaRequest: CurrentQuotaLimitBase,\n options?: QuotaCreateOrUpdateOptionalParams,\n ): Promise<QuotaCreateOrUpdateResponse>;\n /**\n * Update the quota limit for a specific resource to the specified value:\n * 1. Use the Usages-GET and Quota-GET operations to determine the remaining quota for the specific\n * resource and to calculate the new quota limit. These steps are detailed in [this\n * example](https://techcommunity.microsoft.com/t5/azure-governance-and-management/using-the-new-quota-rest-api/ba-p/2183670).\n * 2. Use this PUT operation to update the quota limit. Please check the URI in location header for the\n * detailed status of the request.\n * @param resourceName Resource name for a given resource provider. For example:\n * - SKU name for Microsoft.Compute\n * - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices\n * For Microsoft.Network PublicIPAddresses.\n * @param scope The target Azure resource URI. For example,\n * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.\n * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added\n * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific\n * resource.\n * @param createQuotaRequest Quota requests payload.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceName: string,\n scope: string,\n createQuotaRequest: CurrentQuotaLimitBase,\n options?: QuotaUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<QuotaUpdateResponse>, QuotaUpdateResponse>\n >;\n /**\n * Update the quota limit for a specific resource to the specified value:\n * 1. Use the Usages-GET and Quota-GET operations to determine the remaining quota for the specific\n * resource and to calculate the new quota limit. These steps are detailed in [this\n * example](https://techcommunity.microsoft.com/t5/azure-governance-and-management/using-the-new-quota-rest-api/ba-p/2183670).\n * 2. Use this PUT operation to update the quota limit. Please check the URI in location header for the\n * detailed status of the request.\n * @param resourceName Resource name for a given resource provider. For example:\n * - SKU name for Microsoft.Compute\n * - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices\n * For Microsoft.Network PublicIPAddresses.\n * @param scope The target Azure resource URI. For example,\n * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.\n * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added\n * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific\n * resource.\n * @param createQuotaRequest Quota requests payload.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceName: string,\n scope: string,\n createQuotaRequest: CurrentQuotaLimitBase,\n options?: QuotaUpdateOptionalParams,\n ): Promise<QuotaUpdateResponse>;\n}\n"]}
@@ -0,0 +1,11 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { OperationResponse, QuotaOperationListOptionalParams } from "../models/index.js";
3
+ /** Interface representing a QuotaOperation. */
4
+ export interface QuotaOperation {
5
+ /**
6
+ * List all the operations supported by the Microsoft.Quota resource provider.
7
+ * @param options The options parameters.
8
+ */
9
+ list(options?: QuotaOperationListOptionalParams): PagedAsyncIterableIterator<OperationResponse>;
10
+ }
11
+ //# sourceMappingURL=quotaOperation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"quotaOperation.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/quotaOperation.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,iBAAiB,EAAE,gCAAgC,EAAE,MAAM,oBAAoB,CAAC;AAGzF,+CAA+C;AAC/C,MAAM,WAAW,cAAc;IAC7B;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,gCAAgC,GACzC,0BAA0B,CAAC,iBAAiB,CAAC,CAAC;CAClD"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=quotaOperation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"quotaOperation.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/quotaOperation.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { OperationResponse, QuotaOperationListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a QuotaOperation. */\nexport interface QuotaOperation {\n /**\n * List all the operations supported by the Microsoft.Quota resource provider.\n * @param options The options parameters.\n */\n list(\n options?: QuotaOperationListOptionalParams,\n ): PagedAsyncIterableIterator<OperationResponse>;\n}\n"]}
@@ -0,0 +1,30 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { QuotaRequestDetails, QuotaRequestStatusListOptionalParams, QuotaRequestStatusGetOptionalParams, QuotaRequestStatusGetResponse } from "../models/index.js";
3
+ /** Interface representing a QuotaRequestStatus. */
4
+ export interface QuotaRequestStatus {
5
+ /**
6
+ * For the specified scope, get the current quota requests for a one year period ending at the time is
7
+ * made. Use the **oData** filter to select quota requests.
8
+ * @param scope The target Azure resource URI. For example,
9
+ * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
10
+ * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
11
+ * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
12
+ * resource.
13
+ * @param options The options parameters.
14
+ */
15
+ list(scope: string, options?: QuotaRequestStatusListOptionalParams): PagedAsyncIterableIterator<QuotaRequestDetails>;
16
+ /**
17
+ * Get the quota request details and status by quota request ID for the resources of the resource
18
+ * provider at a specific location. The quota request ID **id** is returned in the response of the PUT
19
+ * operation.
20
+ * @param id Quota request ID.
21
+ * @param scope The target Azure resource URI. For example,
22
+ * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
23
+ * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
24
+ * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
25
+ * resource.
26
+ * @param options The options parameters.
27
+ */
28
+ get(id: string, scope: string, options?: QuotaRequestStatusGetOptionalParams): Promise<QuotaRequestStatusGetResponse>;
29
+ }
30
+ //# sourceMappingURL=quotaRequestStatus.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"quotaRequestStatus.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/quotaRequestStatus.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,mBAAmB,EACnB,oCAAoC,EACpC,mCAAmC,EACnC,6BAA6B,EAC9B,MAAM,oBAAoB,CAAC;AAG5B,mDAAmD;AACnD,MAAM,WAAW,kBAAkB;IACjC;;;;;;;;;OASG;IACH,IAAI,CACF,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,oCAAoC,GAC7C,0BAA0B,CAAC,mBAAmB,CAAC,CAAC;IACnD;;;;;;;;;;;OAWG;IACH,GAAG,CACD,EAAE,EAAE,MAAM,EACV,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC,CAAC;CAC3C"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=quotaRequestStatus.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"quotaRequestStatus.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/quotaRequestStatus.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n QuotaRequestDetails,\n QuotaRequestStatusListOptionalParams,\n QuotaRequestStatusGetOptionalParams,\n QuotaRequestStatusGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a QuotaRequestStatus. */\nexport interface QuotaRequestStatus {\n /**\n * For the specified scope, get the current quota requests for a one year period ending at the time is\n * made. Use the **oData** filter to select quota requests.\n * @param scope The target Azure resource URI. For example,\n * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.\n * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added\n * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific\n * resource.\n * @param options The options parameters.\n */\n list(\n scope: string,\n options?: QuotaRequestStatusListOptionalParams,\n ): PagedAsyncIterableIterator<QuotaRequestDetails>;\n /**\n * Get the quota request details and status by quota request ID for the resources of the resource\n * provider at a specific location. The quota request ID **id** is returned in the response of the PUT\n * operation.\n * @param id Quota request ID.\n * @param scope The target Azure resource URI. For example,\n * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.\n * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added\n * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific\n * resource.\n * @param options The options parameters.\n */\n get(\n id: string,\n scope: string,\n options?: QuotaRequestStatusGetOptionalParams,\n ): Promise<QuotaRequestStatusGetResponse>;\n}\n"]}
@@ -0,0 +1,30 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { CurrentUsagesBase, UsagesListOptionalParams, UsagesGetOptionalParams, UsagesGetResponse } from "../models/index.js";
3
+ /** Interface representing a Usages. */
4
+ export interface Usages {
5
+ /**
6
+ * Get a list of current usage for all resources for the scope specified.
7
+ * @param scope The target Azure resource URI. For example,
8
+ * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
9
+ * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
10
+ * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
11
+ * resource.
12
+ * @param options The options parameters.
13
+ */
14
+ list(scope: string, options?: UsagesListOptionalParams): PagedAsyncIterableIterator<CurrentUsagesBase>;
15
+ /**
16
+ * Get the current usage of a resource.
17
+ * @param resourceName Resource name for a given resource provider. For example:
18
+ * - SKU name for Microsoft.Compute
19
+ * - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices
20
+ * For Microsoft.Network PublicIPAddresses.
21
+ * @param scope The target Azure resource URI. For example,
22
+ * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
23
+ * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
24
+ * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
25
+ * resource.
26
+ * @param options The options parameters.
27
+ */
28
+ get(resourceName: string, scope: string, options?: UsagesGetOptionalParams): Promise<UsagesGetResponse>;
29
+ }
30
+ //# sourceMappingURL=usages.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usages.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/usages.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,iBAAiB,EACjB,wBAAwB,EACxB,uBAAuB,EACvB,iBAAiB,EAClB,MAAM,oBAAoB,CAAC;AAG5B,uCAAuC;AACvC,MAAM,WAAW,MAAM;IACrB;;;;;;;;OAQG;IACH,IAAI,CACF,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,wBAAwB,GACjC,0BAA0B,CAAC,iBAAiB,CAAC,CAAC;IACjD;;;;;;;;;;;;OAYG;IACH,GAAG,CACD,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,uBAAuB,GAChC,OAAO,CAAC,iBAAiB,CAAC,CAAC;CAC/B"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=usages.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usages.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/usages.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n CurrentUsagesBase,\n UsagesListOptionalParams,\n UsagesGetOptionalParams,\n UsagesGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Usages. */\nexport interface Usages {\n /**\n * Get a list of current usage for all resources for the scope specified.\n * @param scope The target Azure resource URI. For example,\n * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.\n * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added\n * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific\n * resource.\n * @param options The options parameters.\n */\n list(\n scope: string,\n options?: UsagesListOptionalParams,\n ): PagedAsyncIterableIterator<CurrentUsagesBase>;\n /**\n * Get the current usage of a resource.\n * @param resourceName Resource name for a given resource provider. For example:\n * - SKU name for Microsoft.Compute\n * - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices\n * For Microsoft.Network PublicIPAddresses.\n * @param scope The target Azure resource URI. For example,\n * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.\n * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added\n * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific\n * resource.\n * @param options The options parameters.\n */\n get(\n resourceName: string,\n scope: string,\n options?: UsagesGetOptionalParams,\n ): Promise<UsagesGetResponse>;\n}\n"]}