@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
@@ -1,2819 +0,0 @@
1
- import * as coreAuth from '@azure/core-auth';
2
- import * as coreClient from '@azure/core-client';
3
- import { OperationState } from '@azure/core-lro';
4
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
5
- import { SimplePollerLike } from '@azure/core-lro';
6
-
7
- /** Additional attribute or filter to allow subscriptions meeting the requirements to be part of the GroupQuota. */
8
- export declare interface AdditionalAttributes {
9
- /** The grouping Id for the group quota. It can be Billing Id or ServiceTreeId if applicable. */
10
- groupId: GroupingId;
11
- /** Environment name. */
12
- environment?: EnvironmentType;
13
- }
14
-
15
- /** Additional attribute or filter to allow subscriptions meeting the requirements to be part of the GroupQuota. */
16
- export declare interface AdditionalAttributesPatch {
17
- /** The grouping Id for the group quota. It can be Billing Id or ServiceTreeId if applicable. */
18
- groupId?: GroupingId;
19
- /** Environment name. */
20
- environment?: EnvironmentType;
21
- }
22
-
23
- /** Quota allocated to subscriptions */
24
- export declare interface AllocatedQuotaToSubscriptionList {
25
- /** List of Group Quota Limit allocated to subscriptions. */
26
- value?: AllocatedToSubscription[];
27
- }
28
-
29
- /** SubscriptionIds and quota allocated to subscriptions from the GroupQuota. */
30
- export declare interface AllocatedToSubscription {
31
- /** An Azure subscriptionId. */
32
- subscriptionId?: string;
33
- /** The amount of quota allocated to this subscriptionId from the GroupQuotasEntity. */
34
- quotaAllocated?: number;
35
- }
36
-
37
- export declare class AzureQuotaExtensionAPI extends coreClient.ServiceClient {
38
- $host: string;
39
- apiVersion: string;
40
- subscriptionId?: string;
41
- /**
42
- * Initializes a new instance of the AzureQuotaExtensionAPI class.
43
- * @param credentials Subscription credentials which uniquely identify client subscription.
44
- * @param subscriptionId The ID of the target subscription. The value must be an UUID.
45
- * @param options The parameter options
46
- */
47
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AzureQuotaExtensionAPIOptionalParams);
48
- constructor(credentials: coreAuth.TokenCredential, options?: AzureQuotaExtensionAPIOptionalParams);
49
- /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
50
- private addCustomApiVersionPolicy;
51
- groupQuotas: GroupQuotas;
52
- groupQuotaSubscriptions: GroupQuotaSubscriptions;
53
- groupQuotaSubscriptionRequests: GroupQuotaSubscriptionRequests;
54
- groupQuotaLimits: GroupQuotaLimits;
55
- groupQuotaLimitsRequest: GroupQuotaLimitsRequest;
56
- groupQuotaSubscriptionAllocation: GroupQuotaSubscriptionAllocation;
57
- groupQuotaSubscriptionAllocationRequest: GroupQuotaSubscriptionAllocationRequest;
58
- groupQuotaUsages: GroupQuotaUsages;
59
- groupQuotaLocationSettings: GroupQuotaLocationSettings;
60
- usages: Usages;
61
- quota: Quota;
62
- quotaRequestStatus: QuotaRequestStatus;
63
- quotaOperation: QuotaOperation;
64
- }
65
-
66
- /** Optional parameters. */
67
- export declare interface AzureQuotaExtensionAPIOptionalParams extends coreClient.ServiceClientOptions {
68
- /** server parameter */
69
- $host?: string;
70
- /** Api Version */
71
- apiVersion?: string;
72
- /** Overrides client endpoint. */
73
- endpoint?: string;
74
- }
75
-
76
- /** A Billing Account Id. */
77
- export declare interface BillingAccountId {
78
- id?: string;
79
- }
80
-
81
- /** Resource properties. */
82
- export declare interface CommonResourceProperties {
83
- /**
84
- * Resource ID
85
- * NOTE: This property will not be serialized. It can only be populated by the server.
86
- */
87
- readonly id?: string;
88
- /**
89
- * Resource name.
90
- * NOTE: This property will not be serialized. It can only be populated by the server.
91
- */
92
- readonly name?: string;
93
- /**
94
- * Resource type. Example: "Microsoft.Quota/quotas"
95
- * NOTE: This property will not be serialized. It can only be populated by the server.
96
- */
97
- readonly type?: string;
98
- }
99
-
100
- /**
101
- * Defines values for CreatedByType. \
102
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
103
- * this enum contains the known values that the service supports.
104
- * ### Known values supported by the service
105
- * **User** \
106
- * **Application** \
107
- * **ManagedIdentity** \
108
- * **Key**
109
- */
110
- export declare type CreatedByType = string;
111
-
112
- /** Quota change requests information. */
113
- export declare interface CreateGenericQuotaRequestParameters {
114
- /** Quota change requests. */
115
- value?: CurrentQuotaLimitBase[];
116
- }
117
-
118
- /** Quota limit. */
119
- export declare interface CurrentQuotaLimitBase {
120
- /**
121
- * The resource ID.
122
- * NOTE: This property will not be serialized. It can only be populated by the server.
123
- */
124
- readonly id?: string;
125
- /**
126
- * The resource type.
127
- * NOTE: This property will not be serialized. It can only be populated by the server.
128
- */
129
- readonly type?: string;
130
- /**
131
- * The resource name.
132
- * NOTE: This property will not be serialized. It can only be populated by the server.
133
- */
134
- readonly name?: string;
135
- /** Quota properties for the specified resource, based on the API called, Quotas or Usages. */
136
- properties?: QuotaProperties;
137
- }
138
-
139
- /** Resource usage. */
140
- export declare interface CurrentUsagesBase {
141
- /**
142
- * The resource ID.
143
- * NOTE: This property will not be serialized. It can only be populated by the server.
144
- */
145
- readonly id?: string;
146
- /**
147
- * The resource type.
148
- * NOTE: This property will not be serialized. It can only be populated by the server.
149
- */
150
- readonly type?: string;
151
- /**
152
- * The resource name.
153
- * NOTE: This property will not be serialized. It can only be populated by the server.
154
- */
155
- readonly name?: string;
156
- /** Usage properties for the specified resource. */
157
- properties?: UsagesProperties;
158
- }
159
-
160
- /**
161
- * Defines values for EnforcementState. \
162
- * {@link KnownEnforcementState} can be used interchangeably with EnforcementState,
163
- * this enum contains the known values that the service supports.
164
- * ### Known values supported by the service
165
- * **Enabled** \
166
- * **Disabled** \
167
- * **NotAvailable**
168
- */
169
- export declare type EnforcementState = string;
170
-
171
- /**
172
- * Defines values for EnvironmentType. \
173
- * {@link KnownEnvironmentType} can be used interchangeably with EnvironmentType,
174
- * this enum contains the known values that the service supports.
175
- * ### Known values supported by the service
176
- * **NonProduction** \
177
- * **Production**
178
- */
179
- export declare type EnvironmentType = string;
180
-
181
- /** The resource management error additional info. */
182
- export declare interface ErrorAdditionalInfo {
183
- /**
184
- * The additional info type.
185
- * NOTE: This property will not be serialized. It can only be populated by the server.
186
- */
187
- readonly type?: string;
188
- /**
189
- * The additional info.
190
- * NOTE: This property will not be serialized. It can only be populated by the server.
191
- */
192
- readonly info?: Record<string, unknown>;
193
- }
194
-
195
- /** The error detail. */
196
- export declare interface ErrorDetail {
197
- /**
198
- * The error code.
199
- * NOTE: This property will not be serialized. It can only be populated by the server.
200
- */
201
- readonly code?: string;
202
- /**
203
- * The error message.
204
- * NOTE: This property will not be serialized. It can only be populated by the server.
205
- */
206
- readonly message?: string;
207
- /**
208
- * The error target.
209
- * NOTE: This property will not be serialized. It can only be populated by the server.
210
- */
211
- readonly target?: string;
212
- /**
213
- * The error details.
214
- * NOTE: This property will not be serialized. It can only be populated by the server.
215
- */
216
- readonly details?: ErrorDetail[];
217
- /**
218
- * The error additional info.
219
- * NOTE: This property will not be serialized. It can only be populated by the server.
220
- */
221
- readonly additionalInfo?: ErrorAdditionalInfo[];
222
- }
223
-
224
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
225
- export declare interface ErrorResponse {
226
- /** The error object. */
227
- error?: ErrorDetail;
228
- }
229
-
230
- /** Error. */
231
- export declare interface ExceptionResponse {
232
- /** API error details. */
233
- error?: ServiceError;
234
- }
235
-
236
- /**
237
- * Given the last `.value` produced by the `byPage` iterator,
238
- * returns a continuation token that can be used to begin paging from
239
- * that point later.
240
- * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
241
- * @returns The continuation token that can be passed into byPage() during future calls.
242
- */
243
- export declare function getContinuationToken(page: unknown): string | undefined;
244
-
245
- /** The grouping Id for the group quota. It can be Billing Id or ServiceTreeId if applicable. */
246
- export declare interface GroupingId {
247
- /** GroupingId type. It is a required property. More types of groupIds can be supported in future. */
248
- groupingIdType?: GroupingIdType;
249
- /** GroupId value based on the groupingType selected - Billing Id or ServiceTreeId. */
250
- value?: string;
251
- }
252
-
253
- /**
254
- * Defines values for GroupingIdType. \
255
- * {@link KnownGroupingIdType} can be used interchangeably with GroupingIdType,
256
- * this enum contains the known values that the service supports.
257
- * ### Known values supported by the service
258
- * **ServiceTreeId** \
259
- * **BillingId**
260
- */
261
- export declare type GroupingIdType = string;
262
-
263
- /** Group Quota details. */
264
- export declare interface GroupQuotaDetails {
265
- /** Location/Azure region for the quota requested for resource. */
266
- region?: string;
267
- /** The current Group Quota Limit at the parentId level. */
268
- limit?: number;
269
- /** Any comment related to quota request. */
270
- comment?: string;
271
- /**
272
- * Name of the resource provided by the resource provider. This property is already included in the request URI, so it is a readonly property returned in the response.
273
- * NOTE: This property will not be serialized. It can only be populated by the server.
274
- */
275
- readonly name?: GroupQuotaDetailsName;
276
- /**
277
- * The usages units, such as Count and Bytes. When requesting quota, use the **unit** value returned in the GET response in the request body of your PUT operation.
278
- * NOTE: This property will not be serialized. It can only be populated by the server.
279
- */
280
- readonly unit?: string;
281
- /**
282
- * The available Group Quota Limit at the MG level. This Group quota can be allocated to subscription(s).
283
- * NOTE: This property will not be serialized. It can only be populated by the server.
284
- */
285
- readonly availableLimit?: number;
286
- /**
287
- * Quota allocated to subscriptions
288
- * NOTE: This property will not be serialized. It can only be populated by the server.
289
- */
290
- readonly allocatedToSubscriptions?: AllocatedQuotaToSubscriptionList;
291
- }
292
-
293
- /** Name of the resource provided by the resource provider. This property is already included in the request URI, so it is a readonly property returned in the response. */
294
- export declare interface GroupQuotaDetailsName {
295
- /**
296
- * Resource name.
297
- * NOTE: This property will not be serialized. It can only be populated by the server.
298
- */
299
- readonly value?: string;
300
- /**
301
- * Resource display name.
302
- * NOTE: This property will not be serialized. It can only be populated by the server.
303
- */
304
- readonly localizedValue?: string;
305
- }
306
-
307
- /** Group Quota limit. */
308
- export declare interface GroupQuotaLimit extends ProxyResource {
309
- /** Group Quota properties for the specified resource. */
310
- properties?: GroupQuotaDetails;
311
- }
312
-
313
- /** List of Group Quota Limit details. */
314
- export declare interface GroupQuotaLimitList {
315
- /** List of Group Quota Limit details. */
316
- value?: GroupQuotaLimit[];
317
- /**
318
- * The URL to use for getting the next set of results.
319
- * NOTE: This property will not be serialized. It can only be populated by the server.
320
- */
321
- readonly nextLink?: string;
322
- }
323
-
324
- /** Interface representing a GroupQuotaLimits. */
325
- export declare interface GroupQuotaLimits {
326
- /**
327
- * Gets the GroupQuotaLimits for the all resource for a specific resourceProvider and $filter passed.
328
- * The $filter=location eq {location} is required to location specific resources groupQuota.
329
- * @param managementGroupId Management Group Id.
330
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
331
- * tenantId/MgId.
332
- * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
333
- * Microsoft.Compute resource provider supports this API.
334
- * @param filter | Field | Supported operators
335
- * |---------------------|------------------------
336
- *
337
- * location eq {location}
338
- * Example: $filter=location eq eastus
339
- * @param options The options parameters.
340
- */
341
- list(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, filter: string, options?: GroupQuotaLimitsListOptionalParams): PagedAsyncIterableIterator<GroupQuotaLimit>;
342
- /**
343
- * Gets the GroupQuotaLimits for the specific resource for a specific resource based on the
344
- * resourceProviders, resourceName and $filter passed.
345
- * The $filter=location eq {location} is required to location specific resources groupQuota.
346
- * @param managementGroupId Management Group Id.
347
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
348
- * tenantId/MgId.
349
- * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
350
- * Microsoft.Compute resource provider supports this API.
351
- * @param resourceName Resource name.
352
- * @param filter | Field | Supported operators
353
- * |---------------------|------------------------
354
- *
355
- * location eq {location}
356
- * Example: $filter=location eq eastus
357
- * @param options The options parameters.
358
- */
359
- get(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, resourceName: string, filter: string, options?: GroupQuotaLimitsGetOptionalParams): Promise<GroupQuotaLimitsGetResponse>;
360
- }
361
-
362
- /** Optional parameters. */
363
- export declare interface GroupQuotaLimitsGetOptionalParams extends coreClient.OperationOptions {
364
- }
365
-
366
- /** Contains response data for the get operation. */
367
- export declare type GroupQuotaLimitsGetResponse = GroupQuotaLimit;
368
-
369
- /** Optional parameters. */
370
- export declare interface GroupQuotaLimitsListNextOptionalParams extends coreClient.OperationOptions {
371
- }
372
-
373
- /** Contains response data for the listNext operation. */
374
- export declare type GroupQuotaLimitsListNextResponse = GroupQuotaLimitList;
375
-
376
- /** Optional parameters. */
377
- export declare interface GroupQuotaLimitsListOptionalParams extends coreClient.OperationOptions {
378
- }
379
-
380
- /** Contains response data for the list operation. */
381
- export declare type GroupQuotaLimitsListResponse = GroupQuotaLimitList;
382
-
383
- /** Interface representing a GroupQuotaLimitsRequest. */
384
- export declare interface GroupQuotaLimitsRequest {
385
- /**
386
- * Get API to check the status of a GroupQuota request by requestId.
387
- * @param managementGroupId Management Group Id.
388
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
389
- * tenantId/MgId.
390
- * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
391
- * Microsoft.Compute resource provider supports this API.
392
- * @param filter | Field | Supported operators
393
- * |---------------------|------------------------
394
- *
395
- * location eq {location} and resource eq {resourceName}
396
- * Example: $filter=location eq eastus and resourceName eq cores
397
- * @param options The options parameters.
398
- */
399
- list(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, filter: string, options?: GroupQuotaLimitsRequestListOptionalParams): PagedAsyncIterableIterator<SubmittedResourceRequestStatus>;
400
- /**
401
- * Put the GroupQuota requests for a specific ResourceProvider/Location/Resource. the location and
402
- * resourceName ("name": {"value" : "resourceName") properties are specified in the request body. Only
403
- * 1 resource quota can be requested.
404
- * Use the polling API - OperationsStatus URI specified in Azure-AsyncOperation header field, with
405
- * retry-after duration in seconds to check the intermediate status. This API provides the finals
406
- * status with the request details and status.
407
- * @param managementGroupId Management Group Id.
408
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
409
- * tenantId/MgId.
410
- * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
411
- * Microsoft.Compute resource provider supports this API.
412
- * @param resourceName Resource name.
413
- * @param options The options parameters.
414
- */
415
- beginCreateOrUpdate(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, resourceName: string, options?: GroupQuotaLimitsRequestCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotaLimitsRequestCreateOrUpdateResponse>, GroupQuotaLimitsRequestCreateOrUpdateResponse>>;
416
- /**
417
- * Put the GroupQuota requests for a specific ResourceProvider/Location/Resource. the location and
418
- * resourceName ("name": {"value" : "resourceName") properties are specified in the request body. Only
419
- * 1 resource quota can be requested.
420
- * Use the polling API - OperationsStatus URI specified in Azure-AsyncOperation header field, with
421
- * retry-after duration in seconds to check the intermediate status. This API provides the finals
422
- * status with the request details and status.
423
- * @param managementGroupId Management Group Id.
424
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
425
- * tenantId/MgId.
426
- * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
427
- * Microsoft.Compute resource provider supports this API.
428
- * @param resourceName Resource name.
429
- * @param options The options parameters.
430
- */
431
- beginCreateOrUpdateAndWait(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, resourceName: string, options?: GroupQuotaLimitsRequestCreateOrUpdateOptionalParams): Promise<GroupQuotaLimitsRequestCreateOrUpdateResponse>;
432
- /**
433
- * Create the GroupQuota requests for a specific ResourceProvider/Location/Resource. the location and
434
- * resourceName properties are specified in the request body. Only 1 resource quota can be requested.
435
- * Please note that patch request creates a new groupQuota request.
436
- * Use the polling API - OperationsStatus URI specified in Azure-AsyncOperation header field, with
437
- * retry-after duration in seconds to check the intermediate status. This API provides the finals
438
- * status with the request details and status.
439
- * @param managementGroupId Management Group Id.
440
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
441
- * tenantId/MgId.
442
- * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
443
- * Microsoft.Compute resource provider supports this API.
444
- * @param resourceName Resource name.
445
- * @param options The options parameters.
446
- */
447
- beginUpdate(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, resourceName: string, options?: GroupQuotaLimitsRequestUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotaLimitsRequestUpdateResponse>, GroupQuotaLimitsRequestUpdateResponse>>;
448
- /**
449
- * Create the GroupQuota requests for a specific ResourceProvider/Location/Resource. the location and
450
- * resourceName properties are specified in the request body. Only 1 resource quota can be requested.
451
- * Please note that patch request creates a new groupQuota request.
452
- * Use the polling API - OperationsStatus URI specified in Azure-AsyncOperation header field, with
453
- * retry-after duration in seconds to check the intermediate status. This API provides the finals
454
- * status with the request details and status.
455
- * @param managementGroupId Management Group Id.
456
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
457
- * tenantId/MgId.
458
- * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
459
- * Microsoft.Compute resource provider supports this API.
460
- * @param resourceName Resource name.
461
- * @param options The options parameters.
462
- */
463
- beginUpdateAndWait(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, resourceName: string, options?: GroupQuotaLimitsRequestUpdateOptionalParams): Promise<GroupQuotaLimitsRequestUpdateResponse>;
464
- /**
465
- * Get API to check the status of a GroupQuota request by requestId.
466
- * @param managementGroupId Management Group Id.
467
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
468
- * tenantId/MgId.
469
- * @param requestId Request Id.
470
- * @param options The options parameters.
471
- */
472
- get(managementGroupId: string, groupQuotaName: string, requestId: string, options?: GroupQuotaLimitsRequestGetOptionalParams): Promise<GroupQuotaLimitsRequestGetResponse>;
473
- }
474
-
475
- /** Defines headers for GroupQuotaLimitsRequest_createOrUpdate operation. */
476
- export declare interface GroupQuotaLimitsRequestCreateOrUpdateHeaders {
477
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
478
- retryAfter?: number;
479
- /**
480
- * URL for determining when an operation has completed. Send a GET request to the URL in Location header.
481
- * The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
482
- *
483
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers. New guidelines - https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#131-resource-based-long-running-operations-relo
484
- */
485
- location?: string;
486
- /**
487
- * URL for checking the ongoing status of the operation.
488
- * To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
489
- *
490
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
491
- */
492
- azureAsyncOperation?: string;
493
- }
494
-
495
- /** Optional parameters. */
496
- export declare interface GroupQuotaLimitsRequestCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
497
- /** The GroupQuotaRequest body details for specific resourceProvider/location/resources. */
498
- groupQuotaRequest?: SubmittedResourceRequestStatus;
499
- /** Delay to wait until next poll, in milliseconds. */
500
- updateIntervalInMs?: number;
501
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
502
- resumeFrom?: string;
503
- }
504
-
505
- /** Contains response data for the createOrUpdate operation. */
506
- export declare type GroupQuotaLimitsRequestCreateOrUpdateResponse = SubmittedResourceRequestStatus;
507
-
508
- /** Optional parameters. */
509
- export declare interface GroupQuotaLimitsRequestGetOptionalParams extends coreClient.OperationOptions {
510
- }
511
-
512
- /** Contains response data for the get operation. */
513
- export declare type GroupQuotaLimitsRequestGetResponse = SubmittedResourceRequestStatus;
514
-
515
- /** Optional parameters. */
516
- export declare interface GroupQuotaLimitsRequestListNextOptionalParams extends coreClient.OperationOptions {
517
- }
518
-
519
- /** Contains response data for the listNext operation. */
520
- export declare type GroupQuotaLimitsRequestListNextResponse = SubmittedResourceRequestStatusList;
521
-
522
- /** Optional parameters. */
523
- export declare interface GroupQuotaLimitsRequestListOptionalParams extends coreClient.OperationOptions {
524
- }
525
-
526
- /** Contains response data for the list operation. */
527
- export declare type GroupQuotaLimitsRequestListResponse = SubmittedResourceRequestStatusList;
528
-
529
- /** Defines headers for GroupQuotaLimitsRequest_update operation. */
530
- export declare interface GroupQuotaLimitsRequestUpdateHeaders {
531
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
532
- retryAfter?: number;
533
- /**
534
- * URL for determining when an operation has completed. Send a GET request to the URL in Location header.
535
- * The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
536
- *
537
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers. New guidelines - https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#131-resource-based-long-running-operations-relo
538
- */
539
- location?: string;
540
- /**
541
- * URL for checking the ongoing status of the operation.
542
- * To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
543
- *
544
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
545
- */
546
- azureAsyncOperation?: string;
547
- }
548
-
549
- /** Optional parameters. */
550
- export declare interface GroupQuotaLimitsRequestUpdateOptionalParams extends coreClient.OperationOptions {
551
- /** The GroupQuotaRequest body details for specific resourceProvider/location/resources. */
552
- groupQuotaRequest?: SubmittedResourceRequestStatus;
553
- /** Delay to wait until next poll, in milliseconds. */
554
- updateIntervalInMs?: number;
555
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
556
- resumeFrom?: string;
557
- }
558
-
559
- /** Contains response data for the update operation. */
560
- export declare type GroupQuotaLimitsRequestUpdateResponse = SubmittedResourceRequestStatus;
561
-
562
- /** List of Group Quotas at MG level. */
563
- export declare interface GroupQuotaList {
564
- /** List of Group Quotas at MG level. */
565
- value?: GroupQuotasEntity[];
566
- /**
567
- * The URL to use for getting the next set of results.
568
- * NOTE: This property will not be serialized. It can only be populated by the server.
569
- */
570
- readonly nextLink?: string;
571
- }
572
-
573
- /** Interface representing a GroupQuotaLocationSettings. */
574
- export declare interface GroupQuotaLocationSettings {
575
- /**
576
- * Returns only the list of the Azure regions settings, where the GroupQuotas enforcement is enabled.
577
- * The locations not included in GroupQuota Enforcement will not be listed, the regions in failed
578
- * status with listed as status Failed.
579
- * @param managementGroupId Management Group Id.
580
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
581
- * tenantId/MgId.
582
- * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
583
- * Microsoft.Compute resource provider supports this API.
584
- * @param options The options parameters.
585
- */
586
- list(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, options?: GroupQuotaLocationSettingsListOptionalParams): PagedAsyncIterableIterator<GroupQuotasEnforcementResponse>;
587
- /**
588
- * Enables the GroupQuotas enforcement for the resource provider and the location specified. The
589
- * resource provider will start using the group quotas as the overall quota for the subscriptions
590
- * included in the GroupQuota. The subscriptions cannot request quota at subscription level.
591
- * The subscriptions share the GroupQuotaLimits assigned to the GroupQuota. If the GroupQuotaLimits is
592
- * used, then submit a groupQuotaLimit request for the specific resource - provider/location/resource.
593
- * Once the GroupQuota Enforcement is enabled then, it cannot be deleted or reverted back. To disable
594
- * GroupQuota Enforcement -
595
- * 1. Remove all the subscriptions from the groupQuota using the delete API for Subscriptions (Check
596
- * the example - GroupQuotaSubscriptions_Delete).
597
- * 2. Ten delete the GroupQuota (Check the example - GroupQuotas_Delete).
598
- * @param managementGroupId Management Group Id.
599
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
600
- * tenantId/MgId.
601
- * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
602
- * Microsoft.Compute resource provider supports this API.
603
- * @param location The name of the Azure region.
604
- * @param options The options parameters.
605
- */
606
- beginCreateOrUpdate(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, options?: GroupQuotaLocationSettingsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotaLocationSettingsCreateOrUpdateResponse>, GroupQuotaLocationSettingsCreateOrUpdateResponse>>;
607
- /**
608
- * Enables the GroupQuotas enforcement for the resource provider and the location specified. The
609
- * resource provider will start using the group quotas as the overall quota for the subscriptions
610
- * included in the GroupQuota. The subscriptions cannot request quota at subscription level.
611
- * The subscriptions share the GroupQuotaLimits assigned to the GroupQuota. If the GroupQuotaLimits is
612
- * used, then submit a groupQuotaLimit request for the specific resource - provider/location/resource.
613
- * Once the GroupQuota Enforcement is enabled then, it cannot be deleted or reverted back. To disable
614
- * GroupQuota Enforcement -
615
- * 1. Remove all the subscriptions from the groupQuota using the delete API for Subscriptions (Check
616
- * the example - GroupQuotaSubscriptions_Delete).
617
- * 2. Ten delete the GroupQuota (Check the example - GroupQuotas_Delete).
618
- * @param managementGroupId Management Group Id.
619
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
620
- * tenantId/MgId.
621
- * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
622
- * Microsoft.Compute resource provider supports this API.
623
- * @param location The name of the Azure region.
624
- * @param options The options parameters.
625
- */
626
- beginCreateOrUpdateAndWait(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, options?: GroupQuotaLocationSettingsCreateOrUpdateOptionalParams): Promise<GroupQuotaLocationSettingsCreateOrUpdateResponse>;
627
- /**
628
- * Enables the GroupQuotas enforcement for the resource provider and the location specified. The
629
- * resource provider will start using the group quotas as the overall quota for the subscriptions
630
- * included in the GroupQuota. The subscriptions cannot request quota at subscription level.
631
- * The subscriptions share the GroupQuotaLimits assigned to the GroupQuota. If the GroupQuotaLimits is
632
- * used, then submit a groupQuotaLimit request for the specific resource - provider/location/resource.
633
- * Once the GroupQuota Enforcement is enabled then, it cannot be deleted or reverted back. To disable
634
- * GroupQuota Enforcement -
635
- * 1. Remove all the subscriptions from the groupQuota using the delete API for Subscriptions (Check
636
- * the example - GroupQuotaSubscriptions_Delete).
637
- * 2. Ten delete the GroupQuota (Check the example - GroupQuotas_Delete).
638
- * @param managementGroupId Management Group Id.
639
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
640
- * tenantId/MgId.
641
- * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
642
- * Microsoft.Compute resource provider supports this API.
643
- * @param location The name of the Azure region.
644
- * @param options The options parameters.
645
- */
646
- beginUpdate(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, options?: GroupQuotaLocationSettingsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotaLocationSettingsUpdateResponse>, GroupQuotaLocationSettingsUpdateResponse>>;
647
- /**
648
- * Enables the GroupQuotas enforcement for the resource provider and the location specified. The
649
- * resource provider will start using the group quotas as the overall quota for the subscriptions
650
- * included in the GroupQuota. The subscriptions cannot request quota at subscription level.
651
- * The subscriptions share the GroupQuotaLimits assigned to the GroupQuota. If the GroupQuotaLimits is
652
- * used, then submit a groupQuotaLimit request for the specific resource - provider/location/resource.
653
- * Once the GroupQuota Enforcement is enabled then, it cannot be deleted or reverted back. To disable
654
- * GroupQuota Enforcement -
655
- * 1. Remove all the subscriptions from the groupQuota using the delete API for Subscriptions (Check
656
- * the example - GroupQuotaSubscriptions_Delete).
657
- * 2. Ten delete the GroupQuota (Check the example - GroupQuotas_Delete).
658
- * @param managementGroupId Management Group Id.
659
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
660
- * tenantId/MgId.
661
- * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
662
- * Microsoft.Compute resource provider supports this API.
663
- * @param location The name of the Azure region.
664
- * @param options The options parameters.
665
- */
666
- beginUpdateAndWait(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, options?: GroupQuotaLocationSettingsUpdateOptionalParams): Promise<GroupQuotaLocationSettingsUpdateResponse>;
667
- /**
668
- * Gets the GroupQuotas enforcement settings for the ResourceProvider/location. The locations, where
669
- * GroupQuota enforcement is not enabled will return Not Found.
670
- * @param managementGroupId Management Group Id.
671
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
672
- * tenantId/MgId.
673
- * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
674
- * Microsoft.Compute resource provider supports this API.
675
- * @param location The name of the Azure region.
676
- * @param options The options parameters.
677
- */
678
- get(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, options?: GroupQuotaLocationSettingsGetOptionalParams): Promise<GroupQuotaLocationSettingsGetResponse>;
679
- }
680
-
681
- /** Defines headers for GroupQuotaLocationSettings_createOrUpdate operation. */
682
- export declare interface GroupQuotaLocationSettingsCreateOrUpdateHeaders {
683
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
684
- retryAfter?: number;
685
- /**
686
- * URL for determining when an operation has completed. Send a GET request to the URL in Location header.
687
- * The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
688
- *
689
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers. New guidelines - https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#131-resource-based-long-running-operations-relo
690
- */
691
- location?: string;
692
- /**
693
- * URL for checking the ongoing status of the operation.
694
- * To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
695
- *
696
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
697
- */
698
- azureAsyncOperation?: string;
699
- }
700
-
701
- /** Optional parameters. */
702
- export declare interface GroupQuotaLocationSettingsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
703
- /** The GroupQuota body details for creation or update of a GroupQuota entity. */
704
- locationSettings?: GroupQuotasEnforcementResponse;
705
- /** Delay to wait until next poll, in milliseconds. */
706
- updateIntervalInMs?: number;
707
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
708
- resumeFrom?: string;
709
- }
710
-
711
- /** Contains response data for the createOrUpdate operation. */
712
- export declare type GroupQuotaLocationSettingsCreateOrUpdateResponse = GroupQuotasEnforcementResponse;
713
-
714
- /** Optional parameters. */
715
- export declare interface GroupQuotaLocationSettingsGetOptionalParams extends coreClient.OperationOptions {
716
- }
717
-
718
- /** Contains response data for the get operation. */
719
- export declare type GroupQuotaLocationSettingsGetResponse = GroupQuotasEnforcementResponse;
720
-
721
- /** Optional parameters. */
722
- export declare interface GroupQuotaLocationSettingsListNextOptionalParams extends coreClient.OperationOptions {
723
- }
724
-
725
- /** Contains response data for the listNext operation. */
726
- export declare type GroupQuotaLocationSettingsListNextResponse = GroupQuotasEnforcementListResponse;
727
-
728
- /** Optional parameters. */
729
- export declare interface GroupQuotaLocationSettingsListOptionalParams extends coreClient.OperationOptions {
730
- }
731
-
732
- /** Contains response data for the list operation. */
733
- export declare type GroupQuotaLocationSettingsListResponse = GroupQuotasEnforcementListResponse;
734
-
735
- /** Defines headers for GroupQuotaLocationSettings_update operation. */
736
- export declare interface GroupQuotaLocationSettingsUpdateHeaders {
737
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
738
- retryAfter?: number;
739
- /**
740
- * URL for determining when an operation has completed. Send a GET request to the URL in Location header.
741
- * The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
742
- *
743
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers
744
- */
745
- location?: string;
746
- /**
747
- * URL for checking the ongoing status of the operation.
748
- * To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
749
- *
750
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
751
- */
752
- azureAsyncOperation?: string;
753
- }
754
-
755
- /** Optional parameters. */
756
- export declare interface GroupQuotaLocationSettingsUpdateOptionalParams extends coreClient.OperationOptions {
757
- /** The GroupQuota body details for creation or update of a GroupQuota entity. */
758
- locationSettings?: GroupQuotasEnforcementResponse;
759
- /** Delay to wait until next poll, in milliseconds. */
760
- updateIntervalInMs?: number;
761
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
762
- resumeFrom?: string;
763
- }
764
-
765
- /** Contains response data for the update operation. */
766
- export declare type GroupQuotaLocationSettingsUpdateResponse = GroupQuotasEnforcementResponse;
767
-
768
- /** The new GroupQuota limit requested. */
769
- export declare interface GroupQuotaRequestBase {
770
- properties?: GroupQuotaRequestBaseProperties;
771
- }
772
-
773
- export declare interface GroupQuotaRequestBaseProperties {
774
- /** The new quota limit for the subscription. The incremental quota will be allocated from pre-approved group quota. */
775
- limit?: number;
776
- /**
777
- * Name of the resource provided by the resource provider. This property is already included in the request URI, so it is a readonly property returned in the response.
778
- * NOTE: This property will not be serialized. It can only be populated by the server.
779
- */
780
- readonly name?: GroupQuotaRequestBasePropertiesName;
781
- /** Location/Azure region for the quota requested for resource. */
782
- region?: string;
783
- /** GroupQuota Request comments and details for request. This is optional paramter to provide more details related to the requested resource. */
784
- comments?: string;
785
- }
786
-
787
- /** Name of the resource provided by the resource provider. This property is already included in the request URI, so it is a readonly property returned in the response. */
788
- export declare interface GroupQuotaRequestBasePropertiesName {
789
- /**
790
- * Resource name.
791
- * NOTE: This property will not be serialized. It can only be populated by the server.
792
- */
793
- readonly value?: string;
794
- /**
795
- * Resource display name.
796
- * NOTE: This property will not be serialized. It can only be populated by the server.
797
- */
798
- readonly localizedValue?: string;
799
- }
800
-
801
- /** Interface representing a GroupQuotas. */
802
- export declare interface GroupQuotas {
803
- /**
804
- * Lists GroupQuotas for the scope passed. It will return the GroupQuotas QuotaEntity properties
805
- * only.The details on group quota can be access from the group quota APIs.
806
- * @param managementGroupId Management Group Id.
807
- * @param options The options parameters.
808
- */
809
- list(managementGroupId: string, options?: GroupQuotasListOptionalParams): PagedAsyncIterableIterator<GroupQuotasEntity>;
810
- /**
811
- * Creates a new GroupQuota for the name passed. A RequestId will be returned by the Service. The
812
- * status can be polled periodically. The status Async polling is using standards defined at -
813
- * https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#asynchronous-operations.
814
- * Use the OperationsStatus URI provided in Azure-AsyncOperation header, the duration will be specified
815
- * in retry-after header. Once the operation gets to terminal state - Succeeded | Failed, then the URI
816
- * will change to Get URI and full details can be checked.
817
- * @param managementGroupId Management Group Id.
818
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
819
- * tenantId/MgId.
820
- * @param options The options parameters.
821
- */
822
- beginCreateOrUpdate(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotasCreateOrUpdateResponse>, GroupQuotasCreateOrUpdateResponse>>;
823
- /**
824
- * Creates a new GroupQuota for the name passed. A RequestId will be returned by the Service. The
825
- * status can be polled periodically. The status Async polling is using standards defined at -
826
- * https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#asynchronous-operations.
827
- * Use the OperationsStatus URI provided in Azure-AsyncOperation header, the duration will be specified
828
- * in retry-after header. Once the operation gets to terminal state - Succeeded | Failed, then the URI
829
- * will change to Get URI and full details can be checked.
830
- * @param managementGroupId Management Group Id.
831
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
832
- * tenantId/MgId.
833
- * @param options The options parameters.
834
- */
835
- beginCreateOrUpdateAndWait(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasCreateOrUpdateOptionalParams): Promise<GroupQuotasCreateOrUpdateResponse>;
836
- /**
837
- * Updates the GroupQuotas for the name passed. A GroupQuotas RequestId will be returned by the
838
- * Service. The status can be polled periodically. The status Async polling is using standards defined
839
- * at -
840
- * https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#asynchronous-operations.
841
- * Use the OperationsStatus URI provided in Azure-AsyncOperation header, the duration will be specified
842
- * in retry-after header. Once the operation gets to terminal state - Succeeded | Failed, then the URI
843
- * will change to Get URI and full details can be checked.
844
- * Any change in the filters will be applicable to the future quota assignments, existing quota
845
- * allocated to subscriptions from the GroupQuotas remains unchanged.
846
- * @param managementGroupId Management Group Id.
847
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
848
- * tenantId/MgId.
849
- * @param options The options parameters.
850
- */
851
- beginUpdate(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotasUpdateResponse>, GroupQuotasUpdateResponse>>;
852
- /**
853
- * Updates the GroupQuotas for the name passed. A GroupQuotas RequestId will be returned by the
854
- * Service. The status can be polled periodically. The status Async polling is using standards defined
855
- * at -
856
- * https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#asynchronous-operations.
857
- * Use the OperationsStatus URI provided in Azure-AsyncOperation header, the duration will be specified
858
- * in retry-after header. Once the operation gets to terminal state - Succeeded | Failed, then the URI
859
- * will change to Get URI and full details can be checked.
860
- * Any change in the filters will be applicable to the future quota assignments, existing quota
861
- * allocated to subscriptions from the GroupQuotas remains unchanged.
862
- * @param managementGroupId Management Group Id.
863
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
864
- * tenantId/MgId.
865
- * @param options The options parameters.
866
- */
867
- beginUpdateAndWait(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasUpdateOptionalParams): Promise<GroupQuotasUpdateResponse>;
868
- /**
869
- * Gets the GroupQuotas for the name passed. It will return the GroupQuotas properties only. The
870
- * details on group quota can be access from the group quota APIs.
871
- * @param managementGroupId Management Group Id.
872
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
873
- * tenantId/MgId.
874
- * @param options The options parameters.
875
- */
876
- get(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasGetOptionalParams): Promise<GroupQuotasGetResponse>;
877
- /**
878
- * Deletes the GroupQuotas for the name passed. All the remaining shareQuota in the GroupQuotas will be
879
- * lost.
880
- * @param managementGroupId Management Group Id.
881
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
882
- * tenantId/MgId.
883
- * @param options The options parameters.
884
- */
885
- beginDelete(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasDeleteOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotasDeleteResponse>, GroupQuotasDeleteResponse>>;
886
- /**
887
- * Deletes the GroupQuotas for the name passed. All the remaining shareQuota in the GroupQuotas will be
888
- * lost.
889
- * @param managementGroupId Management Group Id.
890
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
891
- * tenantId/MgId.
892
- * @param options The options parameters.
893
- */
894
- beginDeleteAndWait(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasDeleteOptionalParams): Promise<GroupQuotasDeleteResponse>;
895
- }
896
-
897
- /** Defines headers for GroupQuotas_createOrUpdate operation. */
898
- export declare interface GroupQuotasCreateOrUpdateHeaders {
899
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
900
- retryAfter?: number;
901
- /**
902
- * URL for determining when an operation has completed. Send a GET request to the URL in Location header.
903
- * The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
904
- *
905
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers. New guidelines - https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#131-resource-based-long-running-operations-relo
906
- */
907
- location?: string;
908
- /**
909
- * URL for checking the ongoing status of the operation.
910
- * To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
911
- *
912
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
913
- */
914
- azureAsyncOperation?: string;
915
- }
916
-
917
- /** Optional parameters. */
918
- export declare interface GroupQuotasCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
919
- /** The GroupQuota body details for creation or update of a GroupQuota entity. */
920
- groupQuotaPutRequestBody?: GroupQuotasEntity;
921
- /** Delay to wait until next poll, in milliseconds. */
922
- updateIntervalInMs?: number;
923
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
924
- resumeFrom?: string;
925
- }
926
-
927
- /** Contains response data for the createOrUpdate operation. */
928
- export declare type GroupQuotasCreateOrUpdateResponse = GroupQuotasEntity;
929
-
930
- /** Defines headers for GroupQuotas_delete operation. */
931
- export declare interface GroupQuotasDeleteHeaders {
932
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
933
- retryAfter?: number;
934
- /**
935
- * URL for determining when an operation has completed. Send a GET request to the URL in Location header.
936
- * The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
937
- *
938
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers
939
- */
940
- location?: string;
941
- /**
942
- * URL for checking the ongoing status of the operation.
943
- * To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
944
- *
945
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
946
- */
947
- azureAsyncOperation?: string;
948
- }
949
-
950
- /** Optional parameters. */
951
- export declare interface GroupQuotasDeleteOptionalParams extends coreClient.OperationOptions {
952
- /** Delay to wait until next poll, in milliseconds. */
953
- updateIntervalInMs?: number;
954
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
955
- resumeFrom?: string;
956
- }
957
-
958
- /** Contains response data for the delete operation. */
959
- export declare type GroupQuotasDeleteResponse = GroupQuotasDeleteHeaders;
960
-
961
- /** List of Azure regions, where the group quotas is enabled for enforcement. */
962
- export declare interface GroupQuotasEnforcementListResponse {
963
- /** List of Azure Regions. */
964
- value?: GroupQuotasEnforcementResponse[];
965
- /**
966
- * The URL to use for getting the next set of results.
967
- * NOTE: This property will not be serialized. It can only be populated by the server.
968
- */
969
- readonly nextLink?: string;
970
- }
971
-
972
- /** The GroupQuota Enforcement status for a Azure Location/Region. */
973
- export declare interface GroupQuotasEnforcementResponse extends ProxyResource {
974
- properties?: GroupQuotasEnforcementResponseProperties;
975
- }
976
-
977
- export declare interface GroupQuotasEnforcementResponseProperties {
978
- /** Is the GroupQuota Enforcement enabled for the Azure region. */
979
- enforcementEnabled?: EnforcementState;
980
- /**
981
- * Request status.
982
- * NOTE: This property will not be serialized. It can only be populated by the server.
983
- */
984
- readonly provisioningState?: RequestState;
985
- /**
986
- * Details of the failure.
987
- * NOTE: This property will not be serialized. It can only be populated by the server.
988
- */
989
- readonly faultCode?: string;
990
- }
991
-
992
- /** Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified. */
993
- export declare interface GroupQuotasEntity extends ProxyResource {
994
- /** Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified. */
995
- properties?: GroupQuotasEntityBase;
996
- }
997
-
998
- /** Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified. */
999
- export declare interface GroupQuotasEntityBase {
1000
- /** Display name of the GroupQuota entity. */
1001
- displayName?: string;
1002
- /** Additional attributes to filter/restrict the subscriptions, which can be added to the subscriptionIds. */
1003
- additionalAttributes?: AdditionalAttributes;
1004
- /**
1005
- * Provisioning state of the operation.
1006
- * NOTE: This property will not be serialized. It can only be populated by the server.
1007
- */
1008
- readonly provisioningState?: RequestState;
1009
- }
1010
-
1011
- /** Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified. */
1012
- export declare interface GroupQuotasEntityBasePatch {
1013
- /** Display name of the GroupQuota entity. */
1014
- displayName?: string;
1015
- /** Additional attributes to filter/restrict the subscriptions, which can be added to the subscriptionIds. */
1016
- additionalAttributes?: AdditionalAttributesPatch;
1017
- /**
1018
- * Provisioning state of the operation.
1019
- * NOTE: This property will not be serialized. It can only be populated by the server.
1020
- */
1021
- readonly provisioningState?: RequestState;
1022
- }
1023
-
1024
- /** Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified. */
1025
- export declare interface GroupQuotasEntityPatch extends ProxyResource {
1026
- /** Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified. */
1027
- properties?: GroupQuotasEntityBasePatch;
1028
- }
1029
-
1030
- /** Optional parameters. */
1031
- export declare interface GroupQuotasGetOptionalParams extends coreClient.OperationOptions {
1032
- }
1033
-
1034
- /** Contains response data for the get operation. */
1035
- export declare type GroupQuotasGetResponse = GroupQuotasEntity;
1036
-
1037
- /** Optional parameters. */
1038
- export declare interface GroupQuotasListNextOptionalParams extends coreClient.OperationOptions {
1039
- }
1040
-
1041
- /** Contains response data for the listNext operation. */
1042
- export declare type GroupQuotasListNextResponse = GroupQuotaList;
1043
-
1044
- /** Optional parameters. */
1045
- export declare interface GroupQuotasListOptionalParams extends coreClient.OperationOptions {
1046
- }
1047
-
1048
- /** Contains response data for the list operation. */
1049
- export declare type GroupQuotasListResponse = GroupQuotaList;
1050
-
1051
- /** Interface representing a GroupQuotaSubscriptionAllocation. */
1052
- export declare interface GroupQuotaSubscriptionAllocation {
1053
- /**
1054
- * Gets all the quota allocated to a subscription for the specific Resource Provider, Location. This
1055
- * will include the GroupQuota and total quota allocated to the subscription. Only the Group quota
1056
- * allocated to the subscription can be allocated back to the MG Group Quota. Use the $filter parameter
1057
- * to filter out the specific resource based on the ResourceProvider/Location. $filter is a required
1058
- * parameter.
1059
- * @param managementGroupId Management Group Id.
1060
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
1061
- * tenantId/MgId.
1062
- * @param filter | Field | Supported operators
1063
- * |---------------------|------------------------
1064
- *
1065
- * location eq {location}
1066
- * Example: $filter=location eq eastus
1067
- * @param options The options parameters.
1068
- */
1069
- list(managementGroupId: string, groupQuotaName: string, filter: string, options?: GroupQuotaSubscriptionAllocationListOptionalParams): PagedAsyncIterableIterator<SubscriptionQuotaAllocations>;
1070
- /**
1071
- * Gets Quota allocated to a subscription for the specific Resource Provider, Location, ResourceName.
1072
- * This will include the GroupQuota and total quota allocated to the subscription. Only the Group quota
1073
- * allocated to the subscription can be allocated back to the MG Group Quota.
1074
- * @param managementGroupId Management Group Id.
1075
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
1076
- * tenantId/MgId.
1077
- * @param resourceName Resource name.
1078
- * @param filter | Field | Supported operators
1079
- * |---------------------|------------------------
1080
- *
1081
- * location eq {location}
1082
- * Example: $filter=location eq eastus
1083
- * @param options The options parameters.
1084
- */
1085
- get(managementGroupId: string, groupQuotaName: string, resourceName: string, filter: string, options?: GroupQuotaSubscriptionAllocationGetOptionalParams): Promise<GroupQuotaSubscriptionAllocationGetResponse>;
1086
- }
1087
-
1088
- /** Optional parameters. */
1089
- export declare interface GroupQuotaSubscriptionAllocationGetOptionalParams extends coreClient.OperationOptions {
1090
- }
1091
-
1092
- /** Contains response data for the get operation. */
1093
- export declare type GroupQuotaSubscriptionAllocationGetResponse = SubscriptionQuotaAllocations;
1094
-
1095
- /** Optional parameters. */
1096
- export declare interface GroupQuotaSubscriptionAllocationListNextOptionalParams extends coreClient.OperationOptions {
1097
- }
1098
-
1099
- /** Contains response data for the listNext operation. */
1100
- export declare type GroupQuotaSubscriptionAllocationListNextResponse = SubscriptionQuotaAllocationsList;
1101
-
1102
- /** Optional parameters. */
1103
- export declare interface GroupQuotaSubscriptionAllocationListOptionalParams extends coreClient.OperationOptions {
1104
- }
1105
-
1106
- /** Contains response data for the list operation. */
1107
- export declare type GroupQuotaSubscriptionAllocationListResponse = SubscriptionQuotaAllocationsList;
1108
-
1109
- /** Interface representing a GroupQuotaSubscriptionAllocationRequest. */
1110
- export declare interface GroupQuotaSubscriptionAllocationRequest {
1111
- /**
1112
- * Get all the quotaAllocationRequests for a resourceProvider/location. The filter paramter for
1113
- * location is required.
1114
- * @param managementGroupId Management Group Id.
1115
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
1116
- * tenantId/MgId.
1117
- * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
1118
- * Microsoft.Compute resource provider supports this API.
1119
- * @param filter | Field | Supported operators
1120
- * |---------------------|------------------------
1121
- *
1122
- * location eq {location}
1123
- * Example: $filter=location eq eastus
1124
- * @param options The options parameters.
1125
- */
1126
- list(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, filter: string, options?: GroupQuotaSubscriptionAllocationRequestListOptionalParams): PagedAsyncIterableIterator<QuotaAllocationRequestStatus>;
1127
- /**
1128
- * Get the quota allocation request status for the subscriptionId by allocationId.
1129
- * @param managementGroupId Management Group Id.
1130
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
1131
- * tenantId/MgId.
1132
- * @param allocationId Request Id.
1133
- * @param options The options parameters.
1134
- */
1135
- get(managementGroupId: string, groupQuotaName: string, allocationId: string, options?: GroupQuotaSubscriptionAllocationRequestGetOptionalParams): Promise<GroupQuotaSubscriptionAllocationRequestGetResponse>;
1136
- /**
1137
- * Request to assign quota from group quota to a specific Subscription. The assign GroupQuota to
1138
- * subscriptions or reduce the quota allocated to subscription to give back the unused quota ( quota >=
1139
- * usages) to the groupQuota. So, this API can be used to assign Quota to subscriptions and assign back
1140
- * unused quota to group quota, which can be assigned to another subscriptions in the GroupQuota.
1141
- * @param managementGroupId Management Group Id.
1142
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
1143
- * tenantId/MgId.
1144
- * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
1145
- * Microsoft.Compute resource provider supports this API.
1146
- * @param resourceName Resource name.
1147
- * @param allocateQuotaRequest Quota requests payload.
1148
- * @param options The options parameters.
1149
- */
1150
- beginCreateOrUpdate(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, resourceName: string, allocateQuotaRequest: QuotaAllocationRequestStatus, options?: GroupQuotaSubscriptionAllocationRequestCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotaSubscriptionAllocationRequestCreateOrUpdateResponse>, GroupQuotaSubscriptionAllocationRequestCreateOrUpdateResponse>>;
1151
- /**
1152
- * Request to assign quota from group quota to a specific Subscription. The assign GroupQuota to
1153
- * subscriptions or reduce the quota allocated to subscription to give back the unused quota ( quota >=
1154
- * usages) to the groupQuota. So, this API can be used to assign Quota to subscriptions and assign back
1155
- * unused quota to group quota, which can be assigned to another subscriptions in the GroupQuota.
1156
- * @param managementGroupId Management Group Id.
1157
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
1158
- * tenantId/MgId.
1159
- * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
1160
- * Microsoft.Compute resource provider supports this API.
1161
- * @param resourceName Resource name.
1162
- * @param allocateQuotaRequest Quota requests payload.
1163
- * @param options The options parameters.
1164
- */
1165
- beginCreateOrUpdateAndWait(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, resourceName: string, allocateQuotaRequest: QuotaAllocationRequestStatus, options?: GroupQuotaSubscriptionAllocationRequestCreateOrUpdateOptionalParams): Promise<GroupQuotaSubscriptionAllocationRequestCreateOrUpdateResponse>;
1166
- /**
1167
- * Request to assign quota from group quota to a specific Subscription. The assign GroupQuota to
1168
- * subscriptions or reduce the quota allocated to subscription to give back the unused quota ( quota >=
1169
- * usages) to the groupQuota. So, this API can be used to assign Quota to subscriptions and assign back
1170
- * unused quota to group quota, which can be assigned to another subscriptions in the GroupQuota. User
1171
- * can collect unused quotas from multiple subscriptions within the groupQuota and assign the
1172
- * groupQuota to the subscription, where it's needed.
1173
- * @param managementGroupId Management Group Id.
1174
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
1175
- * tenantId/MgId.
1176
- * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
1177
- * Microsoft.Compute resource provider supports this API.
1178
- * @param resourceName Resource name.
1179
- * @param allocateQuotaRequest Quota requests payload.
1180
- * @param options The options parameters.
1181
- */
1182
- beginUpdate(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, resourceName: string, allocateQuotaRequest: QuotaAllocationRequestStatus, options?: GroupQuotaSubscriptionAllocationRequestUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotaSubscriptionAllocationRequestUpdateResponse>, GroupQuotaSubscriptionAllocationRequestUpdateResponse>>;
1183
- /**
1184
- * Request to assign quota from group quota to a specific Subscription. The assign GroupQuota to
1185
- * subscriptions or reduce the quota allocated to subscription to give back the unused quota ( quota >=
1186
- * usages) to the groupQuota. So, this API can be used to assign Quota to subscriptions and assign back
1187
- * unused quota to group quota, which can be assigned to another subscriptions in the GroupQuota. User
1188
- * can collect unused quotas from multiple subscriptions within the groupQuota and assign the
1189
- * groupQuota to the subscription, where it's needed.
1190
- * @param managementGroupId Management Group Id.
1191
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
1192
- * tenantId/MgId.
1193
- * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
1194
- * Microsoft.Compute resource provider supports this API.
1195
- * @param resourceName Resource name.
1196
- * @param allocateQuotaRequest Quota requests payload.
1197
- * @param options The options parameters.
1198
- */
1199
- beginUpdateAndWait(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, resourceName: string, allocateQuotaRequest: QuotaAllocationRequestStatus, options?: GroupQuotaSubscriptionAllocationRequestUpdateOptionalParams): Promise<GroupQuotaSubscriptionAllocationRequestUpdateResponse>;
1200
- }
1201
-
1202
- /** Defines headers for GroupQuotaSubscriptionAllocationRequest_createOrUpdate operation. */
1203
- export declare interface GroupQuotaSubscriptionAllocationRequestCreateOrUpdateHeaders {
1204
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
1205
- retryAfter?: number;
1206
- /**
1207
- * URL for determining when an operation has completed. Send a GET request to the URL in Location header.
1208
- * The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
1209
- *
1210
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers
1211
- */
1212
- location?: string;
1213
- /**
1214
- * URL for checking the ongoing status of the operation.
1215
- * To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
1216
- *
1217
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
1218
- */
1219
- azureAsyncOperation?: string;
1220
- }
1221
-
1222
- /** Optional parameters. */
1223
- export declare interface GroupQuotaSubscriptionAllocationRequestCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1224
- /** Delay to wait until next poll, in milliseconds. */
1225
- updateIntervalInMs?: number;
1226
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1227
- resumeFrom?: string;
1228
- }
1229
-
1230
- /** Contains response data for the createOrUpdate operation. */
1231
- export declare type GroupQuotaSubscriptionAllocationRequestCreateOrUpdateResponse = QuotaAllocationRequestStatus;
1232
-
1233
- /** Optional parameters. */
1234
- export declare interface GroupQuotaSubscriptionAllocationRequestGetOptionalParams extends coreClient.OperationOptions {
1235
- }
1236
-
1237
- /** Contains response data for the get operation. */
1238
- export declare type GroupQuotaSubscriptionAllocationRequestGetResponse = QuotaAllocationRequestStatus;
1239
-
1240
- /** Optional parameters. */
1241
- export declare interface GroupQuotaSubscriptionAllocationRequestListNextOptionalParams extends coreClient.OperationOptions {
1242
- }
1243
-
1244
- /** Contains response data for the listNext operation. */
1245
- export declare type GroupQuotaSubscriptionAllocationRequestListNextResponse = QuotaAllocationRequestStatusList;
1246
-
1247
- /** Optional parameters. */
1248
- export declare interface GroupQuotaSubscriptionAllocationRequestListOptionalParams extends coreClient.OperationOptions {
1249
- }
1250
-
1251
- /** Contains response data for the list operation. */
1252
- export declare type GroupQuotaSubscriptionAllocationRequestListResponse = QuotaAllocationRequestStatusList;
1253
-
1254
- /** Defines headers for GroupQuotaSubscriptionAllocationRequest_update operation. */
1255
- export declare interface GroupQuotaSubscriptionAllocationRequestUpdateHeaders {
1256
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
1257
- retryAfter?: number;
1258
- /**
1259
- * URL for determining when an operation has completed. Send a GET request to the URL in Location header.
1260
- * The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
1261
- *
1262
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers
1263
- */
1264
- location?: string;
1265
- /**
1266
- * URL for checking the ongoing status of the operation.
1267
- * To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
1268
- *
1269
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
1270
- */
1271
- azureAsyncOperation?: string;
1272
- }
1273
-
1274
- /** Optional parameters. */
1275
- export declare interface GroupQuotaSubscriptionAllocationRequestUpdateOptionalParams extends coreClient.OperationOptions {
1276
- /** Delay to wait until next poll, in milliseconds. */
1277
- updateIntervalInMs?: number;
1278
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1279
- resumeFrom?: string;
1280
- }
1281
-
1282
- /** Contains response data for the update operation. */
1283
- export declare type GroupQuotaSubscriptionAllocationRequestUpdateResponse = QuotaAllocationRequestStatus;
1284
-
1285
- /** This represents a Azure subscriptionId that is associated with a GroupQuotasEntity. */
1286
- export declare interface GroupQuotaSubscriptionId extends ProxyResource {
1287
- properties?: GroupQuotaSubscriptionIdProperties;
1288
- }
1289
-
1290
- /** List of GroupQuotaSubscriptionIds */
1291
- export declare interface GroupQuotaSubscriptionIdList {
1292
- /** List of GroupQuotaSubscriptionIds */
1293
- value?: GroupQuotaSubscriptionId[];
1294
- /**
1295
- * The URL to use for getting the next set of results.
1296
- * NOTE: This property will not be serialized. It can only be populated by the server.
1297
- */
1298
- readonly nextLink?: string;
1299
- }
1300
-
1301
- export declare interface GroupQuotaSubscriptionIdProperties {
1302
- /**
1303
- * An Azure subscriptionId.
1304
- * NOTE: This property will not be serialized. It can only be populated by the server.
1305
- */
1306
- readonly subscriptionId?: string;
1307
- /**
1308
- * Status of this subscriptionId being associated with the GroupQuotasEntity.
1309
- * NOTE: This property will not be serialized. It can only be populated by the server.
1310
- */
1311
- readonly provisioningState?: RequestState;
1312
- }
1313
-
1314
- /** Interface representing a GroupQuotaSubscriptionRequests. */
1315
- export declare interface GroupQuotaSubscriptionRequests {
1316
- /**
1317
- * List API to check the status of a subscriptionId requests by requestId. Request history is
1318
- * maintained for 1 year.
1319
- * @param managementGroupId Management Group Id.
1320
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
1321
- * tenantId/MgId.
1322
- * @param options The options parameters.
1323
- */
1324
- list(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionRequestsListOptionalParams): PagedAsyncIterableIterator<GroupQuotaSubscriptionRequestStatus>;
1325
- /**
1326
- * Get API to check the status of a subscriptionIds request by requestId. Use the polling API -
1327
- * OperationsStatus URI specified in Azure-AsyncOperation header field, with retry-after duration in
1328
- * seconds to check the intermediate status. This API provides the finals status with the request
1329
- * details and status.
1330
- * @param managementGroupId Management Group Id.
1331
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
1332
- * tenantId/MgId.
1333
- * @param requestId Request Id.
1334
- * @param options The options parameters.
1335
- */
1336
- get(managementGroupId: string, groupQuotaName: string, requestId: string, options?: GroupQuotaSubscriptionRequestsGetOptionalParams): Promise<GroupQuotaSubscriptionRequestsGetResponse>;
1337
- }
1338
-
1339
- /** Optional parameters. */
1340
- export declare interface GroupQuotaSubscriptionRequestsGetOptionalParams extends coreClient.OperationOptions {
1341
- }
1342
-
1343
- /** Contains response data for the get operation. */
1344
- export declare type GroupQuotaSubscriptionRequestsGetResponse = GroupQuotaSubscriptionRequestStatus;
1345
-
1346
- /** Optional parameters. */
1347
- export declare interface GroupQuotaSubscriptionRequestsListNextOptionalParams extends coreClient.OperationOptions {
1348
- }
1349
-
1350
- /** Contains response data for the listNext operation. */
1351
- export declare type GroupQuotaSubscriptionRequestsListNextResponse = GroupQuotaSubscriptionRequestStatusList;
1352
-
1353
- /** Optional parameters. */
1354
- export declare interface GroupQuotaSubscriptionRequestsListOptionalParams extends coreClient.OperationOptions {
1355
- }
1356
-
1357
- /** Contains response data for the list operation. */
1358
- export declare type GroupQuotaSubscriptionRequestsListResponse = GroupQuotaSubscriptionRequestStatusList;
1359
-
1360
- /** The new quota limit request status. */
1361
- export declare interface GroupQuotaSubscriptionRequestStatus extends ProxyResource {
1362
- properties?: GroupQuotaSubscriptionRequestStatusProperties;
1363
- }
1364
-
1365
- /** List of GroupQuotaSubscriptionRequests Status */
1366
- export declare interface GroupQuotaSubscriptionRequestStatusList {
1367
- /** List of GroupQuotaSubscriptionRequests Status */
1368
- value?: GroupQuotaSubscriptionRequestStatus[];
1369
- /**
1370
- * The URL to use for getting the next set of results.
1371
- * NOTE: This property will not be serialized. It can only be populated by the server.
1372
- */
1373
- readonly nextLink?: string;
1374
- }
1375
-
1376
- export declare interface GroupQuotaSubscriptionRequestStatusProperties {
1377
- /** The subscription Id */
1378
- subscriptionId?: string;
1379
- /** The request submission time. The date conforms to the following format specified by the ISO 8601 standard: yyyy-MM-ddTHH:mm:ssZ */
1380
- requestSubmitTime?: Date;
1381
- /**
1382
- * Status of this subscriptionId being associated with the GroupQuotasEntity.
1383
- * NOTE: This property will not be serialized. It can only be populated by the server.
1384
- */
1385
- readonly provisioningState?: RequestState;
1386
- }
1387
-
1388
- /** Interface representing a GroupQuotaSubscriptions. */
1389
- export declare interface GroupQuotaSubscriptions {
1390
- /**
1391
- * Returns a list of the subscriptionIds associated with the GroupQuotas.
1392
- * @param managementGroupId Management Group Id.
1393
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
1394
- * tenantId/MgId.
1395
- * @param options The options parameters.
1396
- */
1397
- list(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsListOptionalParams): PagedAsyncIterableIterator<GroupQuotaSubscriptionId>;
1398
- /**
1399
- * Adds a subscription to GroupQuotas. The subscriptions will be validated based on the
1400
- * additionalAttributes defined in the GroupQuota. The additionalAttributes works as filter for the
1401
- * subscriptions, which can be included in the GroupQuotas. The request's TenantId is validated against
1402
- * the subscription's TenantId.
1403
- * @param managementGroupId Management Group Id.
1404
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
1405
- * tenantId/MgId.
1406
- * @param options The options parameters.
1407
- */
1408
- beginCreateOrUpdate(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotaSubscriptionsCreateOrUpdateResponse>, GroupQuotaSubscriptionsCreateOrUpdateResponse>>;
1409
- /**
1410
- * Adds a subscription to GroupQuotas. The subscriptions will be validated based on the
1411
- * additionalAttributes defined in the GroupQuota. The additionalAttributes works as filter for the
1412
- * subscriptions, which can be included in the GroupQuotas. The request's TenantId is validated against
1413
- * the subscription's TenantId.
1414
- * @param managementGroupId Management Group Id.
1415
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
1416
- * tenantId/MgId.
1417
- * @param options The options parameters.
1418
- */
1419
- beginCreateOrUpdateAndWait(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsCreateOrUpdateOptionalParams): Promise<GroupQuotaSubscriptionsCreateOrUpdateResponse>;
1420
- /**
1421
- * Updates the GroupQuotas with the subscription to add to the subscriptions list. The subscriptions
1422
- * will be validated if additionalAttributes are defined in the GroupQuota. The request's TenantId is
1423
- * validated against the subscription's TenantId.
1424
- * @param managementGroupId Management Group Id.
1425
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
1426
- * tenantId/MgId.
1427
- * @param options The options parameters.
1428
- */
1429
- beginUpdate(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotaSubscriptionsUpdateResponse>, GroupQuotaSubscriptionsUpdateResponse>>;
1430
- /**
1431
- * Updates the GroupQuotas with the subscription to add to the subscriptions list. The subscriptions
1432
- * will be validated if additionalAttributes are defined in the GroupQuota. The request's TenantId is
1433
- * validated against the subscription's TenantId.
1434
- * @param managementGroupId Management Group Id.
1435
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
1436
- * tenantId/MgId.
1437
- * @param options The options parameters.
1438
- */
1439
- beginUpdateAndWait(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsUpdateOptionalParams): Promise<GroupQuotaSubscriptionsUpdateResponse>;
1440
- /**
1441
- * Removes the subscription from GroupQuotas. The request's TenantId is validated against the
1442
- * subscription's TenantId.
1443
- * @param managementGroupId Management Group Id.
1444
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
1445
- * tenantId/MgId.
1446
- * @param options The options parameters.
1447
- */
1448
- beginDelete(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotaSubscriptionsDeleteResponse>, GroupQuotaSubscriptionsDeleteResponse>>;
1449
- /**
1450
- * Removes the subscription from GroupQuotas. The request's TenantId is validated against the
1451
- * subscription's TenantId.
1452
- * @param managementGroupId Management Group Id.
1453
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
1454
- * tenantId/MgId.
1455
- * @param options The options parameters.
1456
- */
1457
- beginDeleteAndWait(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsDeleteOptionalParams): Promise<GroupQuotaSubscriptionsDeleteResponse>;
1458
- /**
1459
- * Returns the subscriptionIds along with its provisioning state for being associated with the
1460
- * GroupQuota. If the subscription is not a member of GroupQuota, it will return 404, else 200.
1461
- * @param managementGroupId Management Group Id.
1462
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
1463
- * tenantId/MgId.
1464
- * @param options The options parameters.
1465
- */
1466
- get(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsGetOptionalParams): Promise<GroupQuotaSubscriptionsGetResponse>;
1467
- }
1468
-
1469
- /** Defines headers for GroupQuotaSubscriptions_createOrUpdate operation. */
1470
- export declare interface GroupQuotaSubscriptionsCreateOrUpdateHeaders {
1471
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
1472
- retryAfter?: number;
1473
- /**
1474
- * URL for determining when an operation has completed. Send a GET request to the URL in Location header.
1475
- * The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
1476
- *
1477
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers. New guidelines - https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#131-resource-based-long-running-operations-relo
1478
- */
1479
- location?: string;
1480
- /**
1481
- * URL for checking the ongoing status of the operation.
1482
- * To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
1483
- *
1484
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
1485
- */
1486
- azureAsyncOperation?: string;
1487
- }
1488
-
1489
- /** Optional parameters. */
1490
- export declare interface GroupQuotaSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1491
- /** Delay to wait until next poll, in milliseconds. */
1492
- updateIntervalInMs?: number;
1493
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1494
- resumeFrom?: string;
1495
- }
1496
-
1497
- /** Contains response data for the createOrUpdate operation. */
1498
- export declare type GroupQuotaSubscriptionsCreateOrUpdateResponse = GroupQuotaSubscriptionId;
1499
-
1500
- /** Defines headers for GroupQuotaSubscriptions_delete operation. */
1501
- export declare interface GroupQuotaSubscriptionsDeleteHeaders {
1502
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
1503
- retryAfter?: number;
1504
- /**
1505
- * URL for determining when an operation has completed. Send a GET request to the URL in Location header.
1506
- * The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
1507
- *
1508
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers
1509
- */
1510
- location?: string;
1511
- /**
1512
- * URL for checking the ongoing status of the operation.
1513
- * To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
1514
- *
1515
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
1516
- */
1517
- azureAsyncOperation?: string;
1518
- }
1519
-
1520
- /** Optional parameters. */
1521
- export declare interface GroupQuotaSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
1522
- /** Delay to wait until next poll, in milliseconds. */
1523
- updateIntervalInMs?: number;
1524
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1525
- resumeFrom?: string;
1526
- }
1527
-
1528
- /** Contains response data for the delete operation. */
1529
- export declare type GroupQuotaSubscriptionsDeleteResponse = GroupQuotaSubscriptionsDeleteHeaders;
1530
-
1531
- /** Optional parameters. */
1532
- export declare interface GroupQuotaSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
1533
- }
1534
-
1535
- /** Contains response data for the get operation. */
1536
- export declare type GroupQuotaSubscriptionsGetResponse = GroupQuotaSubscriptionId;
1537
-
1538
- /** Optional parameters. */
1539
- export declare interface GroupQuotaSubscriptionsListNextOptionalParams extends coreClient.OperationOptions {
1540
- }
1541
-
1542
- /** Contains response data for the listNext operation. */
1543
- export declare type GroupQuotaSubscriptionsListNextResponse = GroupQuotaSubscriptionIdList;
1544
-
1545
- /** Optional parameters. */
1546
- export declare interface GroupQuotaSubscriptionsListOptionalParams extends coreClient.OperationOptions {
1547
- }
1548
-
1549
- /** Contains response data for the list operation. */
1550
- export declare type GroupQuotaSubscriptionsListResponse = GroupQuotaSubscriptionIdList;
1551
-
1552
- /** Defines headers for GroupQuotaSubscriptions_update operation. */
1553
- export declare interface GroupQuotaSubscriptionsUpdateHeaders {
1554
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
1555
- retryAfter?: number;
1556
- /**
1557
- * URL for determining when an operation has completed. Send a GET request to the URL in Location header.
1558
- * The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
1559
- *
1560
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers
1561
- */
1562
- location?: string;
1563
- /**
1564
- * URL for checking the ongoing status of the operation.
1565
- * To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
1566
- *
1567
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
1568
- */
1569
- azureAsyncOperation?: string;
1570
- }
1571
-
1572
- /** Optional parameters. */
1573
- export declare interface GroupQuotaSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
1574
- /** Delay to wait until next poll, in milliseconds. */
1575
- updateIntervalInMs?: number;
1576
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1577
- resumeFrom?: string;
1578
- }
1579
-
1580
- /** Contains response data for the update operation. */
1581
- export declare type GroupQuotaSubscriptionsUpdateResponse = GroupQuotaSubscriptionId;
1582
-
1583
- /** Defines headers for GroupQuotas_update operation. */
1584
- export declare interface GroupQuotasUpdateHeaders {
1585
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
1586
- retryAfter?: number;
1587
- /**
1588
- * URL for determining when an operation has completed. Send a GET request to the URL in Location header.
1589
- * The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
1590
- *
1591
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers
1592
- */
1593
- location?: string;
1594
- /**
1595
- * URL for checking the ongoing status of the operation.
1596
- * To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
1597
- *
1598
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
1599
- */
1600
- azureAsyncOperation?: string;
1601
- }
1602
-
1603
- /** Optional parameters. */
1604
- export declare interface GroupQuotasUpdateOptionalParams extends coreClient.OperationOptions {
1605
- /** The GroupQuotas Patch Request. */
1606
- groupQuotasPatchRequestBody?: GroupQuotasEntityPatch;
1607
- /** Delay to wait until next poll, in milliseconds. */
1608
- updateIntervalInMs?: number;
1609
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1610
- resumeFrom?: string;
1611
- }
1612
-
1613
- /** Contains response data for the update operation. */
1614
- export declare type GroupQuotasUpdateResponse = GroupQuotasEntity;
1615
-
1616
- /** Interface representing a GroupQuotaUsages. */
1617
- export declare interface GroupQuotaUsages {
1618
- /**
1619
- * Gets the GroupQuotas usages and limits(quota). Location is required paramter.
1620
- * @param managementGroupId Management Group Id.
1621
- * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
1622
- * tenantId/MgId.
1623
- * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
1624
- * Microsoft.Compute resource provider supports this API.
1625
- * @param location The name of the Azure region.
1626
- * @param options The options parameters.
1627
- */
1628
- list(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, options?: GroupQuotaUsagesListOptionalParams): PagedAsyncIterableIterator<ResourceUsages>;
1629
- }
1630
-
1631
- /** Resource details with usages and GroupQuota. */
1632
- export declare interface GroupQuotaUsagesBase {
1633
- /** Name of the resource provided by the resource provider. This property is already included in the request URI, so it is a readonly property returned in the response. */
1634
- name?: GroupQuotaUsagesBaseName;
1635
- /** Quota/limits for the resource. */
1636
- limit?: number;
1637
- /** Usages for the resource. */
1638
- usages?: number;
1639
- /**
1640
- * Representing the units of the usage quota. Possible values are: Count, Bytes, Seconds, Percent, CountPerSecond, BytesPerSecond. Based on - https://armwiki.azurewebsites.net/api_contracts/UsagesAPIContract.html?q=usages . Different RPs may have different units, Count, type as int64 should work for most of the integer values.
1641
- * NOTE: This property will not be serialized. It can only be populated by the server.
1642
- */
1643
- readonly unit?: string;
1644
- }
1645
-
1646
- /** Name of the resource provided by the resource provider. This property is already included in the request URI, so it is a readonly property returned in the response. */
1647
- export declare interface GroupQuotaUsagesBaseName {
1648
- /** Resource name. */
1649
- value?: string;
1650
- /**
1651
- * Resource display name.
1652
- * NOTE: This property will not be serialized. It can only be populated by the server.
1653
- */
1654
- readonly localizedValue?: string;
1655
- }
1656
-
1657
- /** Optional parameters. */
1658
- export declare interface GroupQuotaUsagesListNextOptionalParams extends coreClient.OperationOptions {
1659
- }
1660
-
1661
- /** Contains response data for the listNext operation. */
1662
- export declare type GroupQuotaUsagesListNextResponse = ResourceUsageList;
1663
-
1664
- /** Optional parameters. */
1665
- export declare interface GroupQuotaUsagesListOptionalParams extends coreClient.OperationOptions {
1666
- }
1667
-
1668
- /** Contains response data for the list operation. */
1669
- export declare type GroupQuotaUsagesListResponse = ResourceUsageList;
1670
-
1671
- /** Known values of {@link CreatedByType} that the service accepts. */
1672
- export declare enum KnownCreatedByType {
1673
- /** User */
1674
- User = "User",
1675
- /** Application */
1676
- Application = "Application",
1677
- /** ManagedIdentity */
1678
- ManagedIdentity = "ManagedIdentity",
1679
- /** Key */
1680
- Key = "Key"
1681
- }
1682
-
1683
- /** Known values of {@link EnforcementState} that the service accepts. */
1684
- export declare enum KnownEnforcementState {
1685
- /** Enabled */
1686
- Enabled = "Enabled",
1687
- /** Disabled */
1688
- Disabled = "Disabled",
1689
- /** NotAvailable */
1690
- NotAvailable = "NotAvailable"
1691
- }
1692
-
1693
- /** Known values of {@link EnvironmentType} that the service accepts. */
1694
- export declare enum KnownEnvironmentType {
1695
- /** NonProduction */
1696
- NonProduction = "NonProduction",
1697
- /** Production */
1698
- Production = "Production"
1699
- }
1700
-
1701
- /** Known values of {@link GroupingIdType} that the service accepts. */
1702
- export declare enum KnownGroupingIdType {
1703
- /** ServiceTreeId */
1704
- ServiceTreeId = "ServiceTreeId",
1705
- /** BillingId */
1706
- BillingId = "BillingId"
1707
- }
1708
-
1709
- /** Known values of {@link LimitType} that the service accepts. */
1710
- export declare enum KnownLimitType {
1711
- /** LimitValue */
1712
- LimitValue = "LimitValue"
1713
- }
1714
-
1715
- /** Known values of {@link QuotaLimitTypes} that the service accepts. */
1716
- export declare enum KnownQuotaLimitTypes {
1717
- /** Independent */
1718
- Independent = "Independent",
1719
- /** Shared */
1720
- Shared = "Shared"
1721
- }
1722
-
1723
- /** Known values of {@link QuotaRequestState} that the service accepts. */
1724
- export declare enum KnownQuotaRequestState {
1725
- /** Accepted */
1726
- Accepted = "Accepted",
1727
- /** Invalid */
1728
- Invalid = "Invalid",
1729
- /** Succeeded */
1730
- Succeeded = "Succeeded",
1731
- /** Failed */
1732
- Failed = "Failed",
1733
- /** InProgress */
1734
- InProgress = "InProgress"
1735
- }
1736
-
1737
- /** Known values of {@link RequestState} that the service accepts. */
1738
- export declare enum KnownRequestState {
1739
- /** Accepted */
1740
- Accepted = "Accepted",
1741
- /** Created */
1742
- Created = "Created",
1743
- /** Invalid */
1744
- Invalid = "Invalid",
1745
- /** Succeeded */
1746
- Succeeded = "Succeeded",
1747
- /** Failed */
1748
- Failed = "Failed",
1749
- /** InProgress */
1750
- InProgress = "InProgress",
1751
- /** Canceled */
1752
- Canceled = "Canceled"
1753
- }
1754
-
1755
- /** Known values of {@link UsagesTypes} that the service accepts. */
1756
- export declare enum KnownUsagesTypes {
1757
- /** Individual */
1758
- Individual = "Individual",
1759
- /** Combined */
1760
- Combined = "Combined"
1761
- }
1762
-
1763
- /** LimitJson abstract class. */
1764
- export declare interface LimitJsonObject {
1765
- /** Polymorphic discriminator, which specifies the different types this object can be */
1766
- limitObjectType: "LimitValue";
1767
- }
1768
-
1769
- export declare type LimitJsonObjectUnion = LimitJsonObject | LimitObject;
1770
-
1771
- /** The resource quota limit value. */
1772
- export declare interface LimitObject extends LimitJsonObject {
1773
- /** Polymorphic discriminator, which specifies the different types this object can be */
1774
- limitObjectType: "LimitValue";
1775
- /** The quota/limit value */
1776
- value: number;
1777
- /** The quota or usages limit types. */
1778
- limitType?: QuotaLimitTypes;
1779
- }
1780
-
1781
- /**
1782
- * Defines values for LimitType. \
1783
- * {@link KnownLimitType} can be used interchangeably with LimitType,
1784
- * this enum contains the known values that the service supports.
1785
- * ### Known values supported by the service
1786
- * **LimitValue**
1787
- */
1788
- export declare type LimitType = string;
1789
-
1790
- /** The provisioning state for the operation. */
1791
- export declare interface LROResponse extends ProxyResource {
1792
- properties?: LROResponseProperties;
1793
- }
1794
-
1795
- export declare interface LROResponseProperties {
1796
- /**
1797
- * Request status.
1798
- * NOTE: This property will not be serialized. It can only be populated by the server.
1799
- */
1800
- readonly provisioningState?: RequestState;
1801
- }
1802
-
1803
- export declare interface OperationDisplay {
1804
- /** Provider name. */
1805
- provider?: string;
1806
- /** Resource name. */
1807
- resource?: string;
1808
- /** Operation name. */
1809
- operation?: string;
1810
- /** Operation description. */
1811
- description?: string;
1812
- }
1813
-
1814
- export declare interface OperationList {
1815
- value?: OperationResponse[];
1816
- /** URL to get the next page of items. */
1817
- nextLink?: string;
1818
- }
1819
-
1820
- export declare interface OperationResponse {
1821
- name?: string;
1822
- display?: OperationDisplay;
1823
- origin?: string;
1824
- }
1825
-
1826
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
1827
- export declare interface ProxyResource extends Resource {
1828
- }
1829
-
1830
- /** Interface representing a Quota. */
1831
- export declare interface Quota {
1832
- /**
1833
- * Get a list of current quota limits of all resources for the specified scope. The response from this
1834
- * GET operation can be leveraged to submit requests to update a quota.
1835
- * @param scope The target Azure resource URI. For example,
1836
- * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
1837
- * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
1838
- * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
1839
- * resource.
1840
- * @param options The options parameters.
1841
- */
1842
- list(scope: string, options?: QuotaListOptionalParams): PagedAsyncIterableIterator<CurrentQuotaLimitBase>;
1843
- /**
1844
- * Get the quota limit of a resource. The response can be used to determine the remaining quota to
1845
- * calculate a new quota limit that can be submitted with a PUT request.
1846
- * @param resourceName Resource name for a given resource provider. For example:
1847
- * - SKU name for Microsoft.Compute
1848
- * - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices
1849
- * For Microsoft.Network PublicIPAddresses.
1850
- * @param scope The target Azure resource URI. For example,
1851
- * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
1852
- * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
1853
- * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
1854
- * resource.
1855
- * @param options The options parameters.
1856
- */
1857
- get(resourceName: string, scope: string, options?: QuotaGetOptionalParams): Promise<QuotaGetResponse>;
1858
- /**
1859
- * Create or update the quota limit for the specified resource with the requested value. To update the
1860
- * quota, follow these steps:
1861
- * 1. Use the GET operation for quotas and usages to determine how much quota remains for the specific
1862
- * resource and to calculate the new quota limit. These steps are detailed in [this
1863
- * example](https://techcommunity.microsoft.com/t5/azure-governance-and-management/using-the-new-quota-rest-api/ba-p/2183670).
1864
- * 2. Use this PUT operation to update the quota limit. Please check the URI in location header for the
1865
- * detailed status of the request.
1866
- * @param resourceName Resource name for a given resource provider. For example:
1867
- * - SKU name for Microsoft.Compute
1868
- * - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices
1869
- * For Microsoft.Network PublicIPAddresses.
1870
- * @param scope The target Azure resource URI. For example,
1871
- * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
1872
- * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
1873
- * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
1874
- * resource.
1875
- * @param createQuotaRequest Quota request payload.
1876
- * @param options The options parameters.
1877
- */
1878
- beginCreateOrUpdate(resourceName: string, scope: string, createQuotaRequest: CurrentQuotaLimitBase, options?: QuotaCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<QuotaCreateOrUpdateResponse>, QuotaCreateOrUpdateResponse>>;
1879
- /**
1880
- * Create or update the quota limit for the specified resource with the requested value. To update the
1881
- * quota, follow these steps:
1882
- * 1. Use the GET operation for quotas and usages to determine how much quota remains for the specific
1883
- * resource and to calculate the new quota limit. These steps are detailed in [this
1884
- * example](https://techcommunity.microsoft.com/t5/azure-governance-and-management/using-the-new-quota-rest-api/ba-p/2183670).
1885
- * 2. Use this PUT operation to update the quota limit. Please check the URI in location header for the
1886
- * detailed status of the request.
1887
- * @param resourceName Resource name for a given resource provider. For example:
1888
- * - SKU name for Microsoft.Compute
1889
- * - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices
1890
- * For Microsoft.Network PublicIPAddresses.
1891
- * @param scope The target Azure resource URI. For example,
1892
- * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
1893
- * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
1894
- * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
1895
- * resource.
1896
- * @param createQuotaRequest Quota request payload.
1897
- * @param options The options parameters.
1898
- */
1899
- beginCreateOrUpdateAndWait(resourceName: string, scope: string, createQuotaRequest: CurrentQuotaLimitBase, options?: QuotaCreateOrUpdateOptionalParams): Promise<QuotaCreateOrUpdateResponse>;
1900
- /**
1901
- * Update the quota limit for a specific resource to the specified value:
1902
- * 1. Use the Usages-GET and Quota-GET operations to determine the remaining quota for the specific
1903
- * resource and to calculate the new quota limit. These steps are detailed in [this
1904
- * example](https://techcommunity.microsoft.com/t5/azure-governance-and-management/using-the-new-quota-rest-api/ba-p/2183670).
1905
- * 2. Use this PUT operation to update the quota limit. Please check the URI in location header for the
1906
- * detailed status of the request.
1907
- * @param resourceName Resource name for a given resource provider. For example:
1908
- * - SKU name for Microsoft.Compute
1909
- * - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices
1910
- * For Microsoft.Network PublicIPAddresses.
1911
- * @param scope The target Azure resource URI. For example,
1912
- * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
1913
- * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
1914
- * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
1915
- * resource.
1916
- * @param createQuotaRequest Quota requests payload.
1917
- * @param options The options parameters.
1918
- */
1919
- beginUpdate(resourceName: string, scope: string, createQuotaRequest: CurrentQuotaLimitBase, options?: QuotaUpdateOptionalParams): Promise<SimplePollerLike<OperationState<QuotaUpdateResponse>, QuotaUpdateResponse>>;
1920
- /**
1921
- * Update the quota limit for a specific resource to the specified value:
1922
- * 1. Use the Usages-GET and Quota-GET operations to determine the remaining quota for the specific
1923
- * resource and to calculate the new quota limit. These steps are detailed in [this
1924
- * example](https://techcommunity.microsoft.com/t5/azure-governance-and-management/using-the-new-quota-rest-api/ba-p/2183670).
1925
- * 2. Use this PUT operation to update the quota limit. Please check the URI in location header for the
1926
- * detailed status of the request.
1927
- * @param resourceName Resource name for a given resource provider. For example:
1928
- * - SKU name for Microsoft.Compute
1929
- * - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices
1930
- * For Microsoft.Network PublicIPAddresses.
1931
- * @param scope The target Azure resource URI. For example,
1932
- * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
1933
- * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
1934
- * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
1935
- * resource.
1936
- * @param createQuotaRequest Quota requests payload.
1937
- * @param options The options parameters.
1938
- */
1939
- beginUpdateAndWait(resourceName: string, scope: string, createQuotaRequest: CurrentQuotaLimitBase, options?: QuotaUpdateOptionalParams): Promise<QuotaUpdateResponse>;
1940
- }
1941
-
1942
- /** The new quota request allocated to subscription. */
1943
- export declare interface QuotaAllocationRequestBase {
1944
- properties?: QuotaAllocationRequestBaseProperties;
1945
- }
1946
-
1947
- export declare interface QuotaAllocationRequestBaseProperties {
1948
- /** The new quota limit for the subscription. The incremental quota will be allocated from pre-approved group quota. */
1949
- limit?: number;
1950
- /**
1951
- * Name of the resource provided by the resource provider. This property is already included in the request URI, so it is a readonly property returned in the response.
1952
- * NOTE: This property will not be serialized. It can only be populated by the server.
1953
- */
1954
- readonly name?: QuotaAllocationRequestBasePropertiesName;
1955
- /** The location for which the subscription is allocated */
1956
- region?: string;
1957
- }
1958
-
1959
- /** Name of the resource provided by the resource provider. This property is already included in the request URI, so it is a readonly property returned in the response. */
1960
- export declare interface QuotaAllocationRequestBasePropertiesName {
1961
- /**
1962
- * Resource name.
1963
- * NOTE: This property will not be serialized. It can only be populated by the server.
1964
- */
1965
- readonly value?: string;
1966
- /**
1967
- * Resource display name.
1968
- * NOTE: This property will not be serialized. It can only be populated by the server.
1969
- */
1970
- readonly localizedValue?: string;
1971
- }
1972
-
1973
- /** The subscription quota allocation status. */
1974
- export declare interface QuotaAllocationRequestStatus extends ProxyResource {
1975
- properties?: QuotaAllocationRequestStatusProperties;
1976
- }
1977
-
1978
- /** List of QuotaAllocation Request Status */
1979
- export declare interface QuotaAllocationRequestStatusList {
1980
- /** List of QuotaAllocation Request Status */
1981
- value?: QuotaAllocationRequestStatus[];
1982
- /**
1983
- * The URL to use for getting the next set of results.
1984
- * NOTE: This property will not be serialized. It can only be populated by the server.
1985
- */
1986
- readonly nextLink?: string;
1987
- }
1988
-
1989
- export declare interface QuotaAllocationRequestStatusProperties {
1990
- /** The new quota request allocated to subscription. */
1991
- requestedResource?: QuotaAllocationRequestBase;
1992
- /**
1993
- * The request submission time. The date conforms to the following format specified by the ISO 8601 standard: yyyy-MM-ddTHH:mm:ssZ
1994
- * NOTE: This property will not be serialized. It can only be populated by the server.
1995
- */
1996
- readonly requestSubmitTime?: Date;
1997
- /**
1998
- * Request status.
1999
- * NOTE: This property will not be serialized. It can only be populated by the server.
2000
- */
2001
- readonly provisioningState?: RequestState;
2002
- /**
2003
- * Details of the failure.
2004
- * NOTE: This property will not be serialized. It can only be populated by the server.
2005
- */
2006
- readonly faultCode?: string;
2007
- }
2008
-
2009
- /** Optional parameters. */
2010
- export declare interface QuotaCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2011
- /** Delay to wait until next poll, in milliseconds. */
2012
- updateIntervalInMs?: number;
2013
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2014
- resumeFrom?: string;
2015
- }
2016
-
2017
- /** Contains response data for the createOrUpdate operation. */
2018
- export declare type QuotaCreateOrUpdateResponse = CurrentQuotaLimitBase;
2019
-
2020
- /** Defines headers for Quota_get operation. */
2021
- export declare interface QuotaGetHeaders {
2022
- /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */
2023
- eTag?: string;
2024
- }
2025
-
2026
- /** Optional parameters. */
2027
- export declare interface QuotaGetOptionalParams extends coreClient.OperationOptions {
2028
- }
2029
-
2030
- /** Contains response data for the get operation. */
2031
- export declare type QuotaGetResponse = QuotaGetHeaders & CurrentQuotaLimitBase;
2032
-
2033
- /** Quota limits. */
2034
- export declare interface QuotaLimits {
2035
- /** List of quota limits. */
2036
- value?: CurrentQuotaLimitBase[];
2037
- /** The URI used to fetch the next page of quota limits. When there are no more pages, this string is null. */
2038
- nextLink?: string;
2039
- }
2040
-
2041
- /** Quota limits request response. */
2042
- export declare interface QuotaLimitsResponse {
2043
- /** List of quota limits with the quota request status. */
2044
- value?: CurrentQuotaLimitBase[];
2045
- /** The URI used to fetch the next page of quota limits. When there are no more pages, this is null. */
2046
- nextLink?: string;
2047
- }
2048
-
2049
- /**
2050
- * Defines values for QuotaLimitTypes. \
2051
- * {@link KnownQuotaLimitTypes} can be used interchangeably with QuotaLimitTypes,
2052
- * this enum contains the known values that the service supports.
2053
- * ### Known values supported by the service
2054
- * **Independent** \
2055
- * **Shared**
2056
- */
2057
- export declare type QuotaLimitTypes = string;
2058
-
2059
- /** Defines headers for Quota_list operation. */
2060
- export declare interface QuotaListHeaders {
2061
- /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */
2062
- eTag?: string;
2063
- }
2064
-
2065
- /** Defines headers for Quota_listNext operation. */
2066
- export declare interface QuotaListNextHeaders {
2067
- /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */
2068
- eTag?: string;
2069
- }
2070
-
2071
- /** Optional parameters. */
2072
- export declare interface QuotaListNextOptionalParams extends coreClient.OperationOptions {
2073
- }
2074
-
2075
- /** Contains response data for the listNext operation. */
2076
- export declare type QuotaListNextResponse = QuotaListNextHeaders & QuotaLimits;
2077
-
2078
- /** Optional parameters. */
2079
- export declare interface QuotaListOptionalParams extends coreClient.OperationOptions {
2080
- }
2081
-
2082
- /** Contains response data for the list operation. */
2083
- export declare type QuotaListResponse = QuotaListHeaders & QuotaLimits;
2084
-
2085
- /** Interface representing a QuotaOperation. */
2086
- export declare interface QuotaOperation {
2087
- /**
2088
- * List all the operations supported by the Microsoft.Quota resource provider.
2089
- * @param options The options parameters.
2090
- */
2091
- list(options?: QuotaOperationListOptionalParams): PagedAsyncIterableIterator<OperationResponse>;
2092
- }
2093
-
2094
- /** Optional parameters. */
2095
- export declare interface QuotaOperationListNextOptionalParams extends coreClient.OperationOptions {
2096
- }
2097
-
2098
- /** Contains response data for the listNext operation. */
2099
- export declare type QuotaOperationListNextResponse = OperationList;
2100
-
2101
- /** Optional parameters. */
2102
- export declare interface QuotaOperationListOptionalParams extends coreClient.OperationOptions {
2103
- }
2104
-
2105
- /** Contains response data for the list operation. */
2106
- export declare type QuotaOperationListResponse = OperationList;
2107
-
2108
- /** Quota properties for the specified resource. */
2109
- export declare interface QuotaProperties {
2110
- /** Resource quota limit properties. */
2111
- limit?: LimitJsonObjectUnion;
2112
- /**
2113
- * The quota units, such as Count and Bytes. When requesting quota, use the **unit** value returned in the GET response in the request body of your PUT operation.
2114
- * NOTE: This property will not be serialized. It can only be populated by the server.
2115
- */
2116
- readonly unit?: string;
2117
- /** Resource name provided by the resource provider. Use this property name when requesting quota. */
2118
- name?: ResourceName;
2119
- /** The name of the resource type. Optional field. */
2120
- resourceType?: string;
2121
- /**
2122
- * The time period over which the quota usage values are summarized. For example:
2123
- * *P1D (per one day)
2124
- * *PT1M (per one minute)
2125
- * *PT1S (per one second).
2126
- * This parameter is optional because, for some resources like compute, the period is irrelevant.
2127
- * NOTE: This property will not be serialized. It can only be populated by the server.
2128
- */
2129
- readonly quotaPeriod?: string;
2130
- /**
2131
- * States if quota can be requested for this resource.
2132
- * NOTE: This property will not be serialized. It can only be populated by the server.
2133
- */
2134
- readonly isQuotaApplicable?: boolean;
2135
- /** Additional properties for the specific resource provider. */
2136
- properties?: Record<string, unknown>;
2137
- }
2138
-
2139
- /** List of quota requests with details. */
2140
- export declare interface QuotaRequestDetails {
2141
- /**
2142
- * Quota request ID.
2143
- * NOTE: This property will not be serialized. It can only be populated by the server.
2144
- */
2145
- readonly id?: string;
2146
- /**
2147
- * Quota request name.
2148
- * NOTE: This property will not be serialized. It can only be populated by the server.
2149
- */
2150
- readonly name?: string;
2151
- /**
2152
- * Resource type. "Microsoft.Quota/quotas".
2153
- * NOTE: This property will not be serialized. It can only be populated by the server.
2154
- */
2155
- readonly type?: string;
2156
- /** Quota request details. */
2157
- properties?: QuotaRequestProperties;
2158
- }
2159
-
2160
- /** Quota request information. */
2161
- export declare interface QuotaRequestDetailsList {
2162
- /** Quota request details. */
2163
- value?: QuotaRequestDetails[];
2164
- /** The URI for fetching the next page of quota limits. When there are no more pages, this string is null. */
2165
- nextLink?: string;
2166
- }
2167
-
2168
- /** Quota request. */
2169
- export declare interface QuotaRequestOneResourceProperties {
2170
- /**
2171
- * Quota request status.
2172
- * NOTE: This property will not be serialized. It can only be populated by the server.
2173
- */
2174
- readonly provisioningState?: QuotaRequestState;
2175
- /**
2176
- * User-friendly status message.
2177
- * NOTE: This property will not be serialized. It can only be populated by the server.
2178
- */
2179
- readonly message?: string;
2180
- /**
2181
- * Quota request submission time. The date conforms to the following ISO 8601 standard format: yyyy-MM-ddTHH:mm:ssZ.
2182
- * NOTE: This property will not be serialized. It can only be populated by the server.
2183
- */
2184
- readonly requestSubmitTime?: Date;
2185
- /** Resource quota limit properties. */
2186
- limit?: LimitObject;
2187
- /**
2188
- * Usage information for the current resource.
2189
- * NOTE: This property will not be serialized. It can only be populated by the server.
2190
- */
2191
- readonly currentValue?: number;
2192
- /** The quota limit units, such as Count and Bytes. When requesting quota, use the **unit** value returned in the GET response in the request body of your PUT operation. */
2193
- unit?: string;
2194
- /** Resource name provided by the resource provider. Use this property name when requesting quota. */
2195
- name?: ResourceName;
2196
- /** The name of the resource type. Optional field. */
2197
- resourceType?: string;
2198
- /**
2199
- * The time period over which the quota usage values are summarized. For example:
2200
- * *P1D (per one day)
2201
- * *PT1M (per one minute)
2202
- * *PT1S (per one second).
2203
- * This parameter is optional because, for some resources like compute, the period is irrelevant.
2204
- * NOTE: This property will not be serialized. It can only be populated by the server.
2205
- */
2206
- readonly quotaPeriod?: string;
2207
- /**
2208
- * States if quota can be requested for this resource.
2209
- * NOTE: This property will not be serialized. It can only be populated by the server.
2210
- */
2211
- readonly isQuotaApplicable?: boolean;
2212
- /** Error details of the quota request. */
2213
- error?: ServiceErrorDetail;
2214
- /** Additional properties for the specific resource provider. */
2215
- properties?: Record<string, unknown>;
2216
- }
2217
-
2218
- /** Quota request response. */
2219
- export declare interface QuotaRequestOneResourceSubmitResponse {
2220
- /**
2221
- * Quota request ID.
2222
- * NOTE: This property will not be serialized. It can only be populated by the server.
2223
- */
2224
- readonly id?: string;
2225
- /**
2226
- * The name of the quota request.
2227
- * NOTE: This property will not be serialized. It can only be populated by the server.
2228
- */
2229
- readonly name?: string;
2230
- /**
2231
- * Resource type. "Microsoft.Quota/ServiceLimitRequests"
2232
- * NOTE: This property will not be serialized. It can only be populated by the server.
2233
- */
2234
- readonly type?: string;
2235
- /** Quota request details. */
2236
- properties?: QuotaRequestOneResourceProperties;
2237
- }
2238
-
2239
- /** Quota request properties. */
2240
- export declare interface QuotaRequestProperties {
2241
- /**
2242
- * The quota request status.
2243
- * NOTE: This property will not be serialized. It can only be populated by the server.
2244
- */
2245
- readonly provisioningState?: QuotaRequestState;
2246
- /**
2247
- * User-friendly status message.
2248
- * NOTE: This property will not be serialized. It can only be populated by the server.
2249
- */
2250
- readonly message?: string;
2251
- /** Error details of the quota request. */
2252
- error?: ServiceErrorDetail;
2253
- /**
2254
- * The quota request submission time. The date conforms to the following format specified by the ISO 8601 standard: yyyy-MM-ddTHH:mm:ssZ
2255
- * NOTE: This property will not be serialized. It can only be populated by the server.
2256
- */
2257
- readonly requestSubmitTime?: Date;
2258
- /** Quota request details. */
2259
- value?: SubRequest[];
2260
- }
2261
-
2262
- /**
2263
- * Defines values for QuotaRequestState. \
2264
- * {@link KnownQuotaRequestState} can be used interchangeably with QuotaRequestState,
2265
- * this enum contains the known values that the service supports.
2266
- * ### Known values supported by the service
2267
- * **Accepted** \
2268
- * **Invalid** \
2269
- * **Succeeded** \
2270
- * **Failed** \
2271
- * **InProgress**
2272
- */
2273
- export declare type QuotaRequestState = string;
2274
-
2275
- /** Interface representing a QuotaRequestStatus. */
2276
- export declare interface QuotaRequestStatus {
2277
- /**
2278
- * For the specified scope, get the current quota requests for a one year period ending at the time is
2279
- * made. Use the **oData** filter to select quota requests.
2280
- * @param scope The target Azure resource URI. For example,
2281
- * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
2282
- * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
2283
- * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
2284
- * resource.
2285
- * @param options The options parameters.
2286
- */
2287
- list(scope: string, options?: QuotaRequestStatusListOptionalParams): PagedAsyncIterableIterator<QuotaRequestDetails>;
2288
- /**
2289
- * Get the quota request details and status by quota request ID for the resources of the resource
2290
- * provider at a specific location. The quota request ID **id** is returned in the response of the PUT
2291
- * operation.
2292
- * @param id Quota request ID.
2293
- * @param scope The target Azure resource URI. For example,
2294
- * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
2295
- * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
2296
- * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
2297
- * resource.
2298
- * @param options The options parameters.
2299
- */
2300
- get(id: string, scope: string, options?: QuotaRequestStatusGetOptionalParams): Promise<QuotaRequestStatusGetResponse>;
2301
- }
2302
-
2303
- /** Quota request status details. */
2304
- export declare interface QuotaRequestStatusDetails {
2305
- /**
2306
- * Quota request status.
2307
- * NOTE: This property will not be serialized. It can only be populated by the server.
2308
- */
2309
- readonly provisioningState?: QuotaRequestState;
2310
- /**
2311
- * User-friendly message.
2312
- * NOTE: This property will not be serialized. It can only be populated by the server.
2313
- */
2314
- readonly message?: string;
2315
- /** Resource quota limit properties. */
2316
- limit?: LimitObject;
2317
- /** The quota limit units, such as Count and Bytes. When requesting quota, use the **unit** value returned in the GET response in the request body of your PUT operation. */
2318
- unit?: string;
2319
- /** Resource name provided by the resource provider. Use this property name when requesting quota. */
2320
- name?: ResourceName;
2321
- /** The name of the resource type. Optional field. */
2322
- resourceType?: string;
2323
- /**
2324
- * The time period over which the quota usage values are summarized. For example:
2325
- * *P1D (per one day)
2326
- * *PT1M (per one minute)
2327
- * *PT1S (per one second).
2328
- * This parameter is optional because, for some resources like compute, the period is irrelevant.
2329
- * NOTE: This property will not be serialized. It can only be populated by the server.
2330
- */
2331
- readonly quotaPeriod?: string;
2332
- /** Additional properties for the specific resource provider. */
2333
- properties?: Record<string, unknown>;
2334
- }
2335
-
2336
- /** Optional parameters. */
2337
- export declare interface QuotaRequestStatusGetOptionalParams extends coreClient.OperationOptions {
2338
- }
2339
-
2340
- /** Contains response data for the get operation. */
2341
- export declare type QuotaRequestStatusGetResponse = QuotaRequestDetails;
2342
-
2343
- /** Optional parameters. */
2344
- export declare interface QuotaRequestStatusListNextOptionalParams extends coreClient.OperationOptions {
2345
- }
2346
-
2347
- /** Contains response data for the listNext operation. */
2348
- export declare type QuotaRequestStatusListNextResponse = QuotaRequestDetailsList;
2349
-
2350
- /** Optional parameters. */
2351
- export declare interface QuotaRequestStatusListOptionalParams extends coreClient.OperationOptions {
2352
- /**
2353
- * | Field | Supported operators
2354
- * |---------------------|------------------------
2355
- *
2356
- * |requestSubmitTime | ge, le, eq, gt, lt
2357
- * |provisioningState eq {QuotaRequestState}
2358
- * |resourceName eq {resourceName}
2359
- *
2360
- */
2361
- filter?: string;
2362
- /** Number of records to return. */
2363
- top?: number;
2364
- /** The **Skiptoken** parameter is used only if a previous operation returned a partial result. If a previous response contains a **nextLink** element, its value includes a **skiptoken** parameter that specifies a starting point to use for subsequent calls. */
2365
- skiptoken?: string;
2366
- }
2367
-
2368
- /** Contains response data for the list operation. */
2369
- export declare type QuotaRequestStatusListResponse = QuotaRequestDetailsList;
2370
-
2371
- /** Quota request response. */
2372
- export declare interface QuotaRequestSubmitResponse {
2373
- /**
2374
- * Quota request ID.
2375
- * NOTE: This property will not be serialized. It can only be populated by the server.
2376
- */
2377
- readonly id?: string;
2378
- /**
2379
- * Quota request name.
2380
- * NOTE: This property will not be serialized. It can only be populated by the server.
2381
- */
2382
- readonly name?: string;
2383
- /** Quota request details. */
2384
- properties?: QuotaRequestProperties;
2385
- /**
2386
- * Resource type. "Microsoft.Quota/quotas".
2387
- * NOTE: This property will not be serialized. It can only be populated by the server.
2388
- */
2389
- readonly type?: string;
2390
- }
2391
-
2392
- /** The quota request response with the quota request ID. */
2393
- export declare interface QuotaRequestSubmitResponse202 {
2394
- /**
2395
- * The quota request ID. To check the request status, use the **id** value in a [Quota Request Status](https://docs.microsoft.com/en-us/rest/api/reserved-vm-instances/quotarequeststatus/get) GET operation.
2396
- * NOTE: This property will not be serialized. It can only be populated by the server.
2397
- */
2398
- readonly id?: string;
2399
- /**
2400
- * Operation ID.
2401
- * NOTE: This property will not be serialized. It can only be populated by the server.
2402
- */
2403
- readonly name?: string;
2404
- /**
2405
- * Resource type.
2406
- * NOTE: This property will not be serialized. It can only be populated by the server.
2407
- */
2408
- readonly type?: string;
2409
- /** Quota request status. */
2410
- properties?: QuotaRequestStatusDetails;
2411
- }
2412
-
2413
- /** Optional parameters. */
2414
- export declare interface QuotaUpdateOptionalParams extends coreClient.OperationOptions {
2415
- /** Delay to wait until next poll, in milliseconds. */
2416
- updateIntervalInMs?: number;
2417
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2418
- resumeFrom?: string;
2419
- }
2420
-
2421
- /** Contains response data for the update operation. */
2422
- export declare type QuotaUpdateResponse = CurrentQuotaLimitBase;
2423
-
2424
- /**
2425
- * Defines values for RequestState. \
2426
- * {@link KnownRequestState} can be used interchangeably with RequestState,
2427
- * this enum contains the known values that the service supports.
2428
- * ### Known values supported by the service
2429
- * **Accepted** \
2430
- * **Created** \
2431
- * **Invalid** \
2432
- * **Succeeded** \
2433
- * **Failed** \
2434
- * **InProgress** \
2435
- * **Canceled**
2436
- */
2437
- export declare type RequestState = string;
2438
-
2439
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
2440
- export declare interface Resource {
2441
- /**
2442
- * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
2443
- * NOTE: This property will not be serialized. It can only be populated by the server.
2444
- */
2445
- readonly id?: string;
2446
- /**
2447
- * The name of the resource
2448
- * NOTE: This property will not be serialized. It can only be populated by the server.
2449
- */
2450
- readonly name?: string;
2451
- /**
2452
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
2453
- * NOTE: This property will not be serialized. It can only be populated by the server.
2454
- */
2455
- readonly type?: string;
2456
- /**
2457
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
2458
- * NOTE: This property will not be serialized. It can only be populated by the server.
2459
- */
2460
- readonly systemData?: SystemData;
2461
- }
2462
-
2463
- /** Resource definition with the requested quota. */
2464
- export declare interface ResourceBaseRequest {
2465
- /**
2466
- * The resource name, such as SKU name.
2467
- * NOTE: This property will not be serialized. It can only be populated by the server.
2468
- */
2469
- readonly resourceName?: string;
2470
- /** Quota requested for the resource. */
2471
- limit?: number;
2472
- /**
2473
- * Representing the units of the usage quota. Possible values are: Count, Bytes, Seconds, Percent, CountPerSecond, BytesPerSecond. Based on - https://armwiki.azurewebsites.net/api_contracts/UsagesAPIContract.html?q=usages . Different RPs may have different units, Count, type as int64 should work for most of the integer values.
2474
- * NOTE: This property will not be serialized. It can only be populated by the server.
2475
- */
2476
- readonly unit?: string;
2477
- }
2478
-
2479
- /** Name of the resource provided by the resource Provider. When requesting quota, use this property name. */
2480
- export declare interface ResourceName {
2481
- /** Resource name. */
2482
- value?: string;
2483
- /**
2484
- * Resource display name.
2485
- * NOTE: This property will not be serialized. It can only be populated by the server.
2486
- */
2487
- readonly localizedValue?: string;
2488
- }
2489
-
2490
- /** List of resource usages and quotas for GroupQuota. */
2491
- export declare interface ResourceUsageList {
2492
- /** List of resource usages at Group Quotas. */
2493
- value?: ResourceUsages[];
2494
- /**
2495
- * The URL to use for getting the next set of results.
2496
- * NOTE: This property will not be serialized. It can only be populated by the server.
2497
- */
2498
- readonly nextLink?: string;
2499
- }
2500
-
2501
- /** Resource details with usages and GroupQuota. */
2502
- export declare interface ResourceUsages extends ProxyResource {
2503
- /** Resource details with usages and GroupQuota. */
2504
- properties?: GroupQuotaUsagesBase;
2505
- }
2506
-
2507
- /** API error details. */
2508
- export declare interface ServiceError {
2509
- /** Error code. */
2510
- code?: string;
2511
- /** Error message. */
2512
- message?: string;
2513
- /**
2514
- * List of error details.
2515
- * NOTE: This property will not be serialized. It can only be populated by the server.
2516
- */
2517
- readonly details?: ServiceErrorDetail[];
2518
- }
2519
-
2520
- /** Error details. */
2521
- export declare interface ServiceErrorDetail {
2522
- /**
2523
- * Error code.
2524
- * NOTE: This property will not be serialized. It can only be populated by the server.
2525
- */
2526
- readonly code?: string;
2527
- /**
2528
- * Error message.
2529
- * NOTE: This property will not be serialized. It can only be populated by the server.
2530
- */
2531
- readonly message?: string;
2532
- }
2533
-
2534
- /** Status of a single GroupQuota request. */
2535
- export declare interface SubmittedResourceRequestStatus extends ProxyResource {
2536
- properties?: SubmittedResourceRequestStatusProperties;
2537
- }
2538
-
2539
- /** Share Quota Entity list. */
2540
- export declare interface SubmittedResourceRequestStatusList {
2541
- /** Subscription groupQuotaRequests list. */
2542
- value?: SubmittedResourceRequestStatus[];
2543
- /**
2544
- * The URL to use for getting the next set of results.
2545
- * NOTE: This property will not be serialized. It can only be populated by the server.
2546
- */
2547
- readonly nextLink?: string;
2548
- }
2549
-
2550
- export declare interface SubmittedResourceRequestStatusProperties {
2551
- /** Requested Resource. */
2552
- requestedResource?: GroupQuotaRequestBase;
2553
- /**
2554
- * The request submission time. The date conforms to the following format specified by the ISO 8601 standard: yyyy-MM-ddTHH:mm:ssZ
2555
- * NOTE: This property will not be serialized. It can only be populated by the server.
2556
- */
2557
- readonly requestSubmitTime?: Date;
2558
- /**
2559
- * Request status.
2560
- * NOTE: This property will not be serialized. It can only be populated by the server.
2561
- */
2562
- readonly provisioningState?: RequestState;
2563
- /**
2564
- * Details of the failure.
2565
- * NOTE: This property will not be serialized. It can only be populated by the server.
2566
- */
2567
- readonly faultCode?: string;
2568
- }
2569
-
2570
- /** Request property. */
2571
- export declare interface SubRequest {
2572
- /** Resource name. */
2573
- name?: ResourceName;
2574
- /**
2575
- * Resource type for which the quota properties were requested.
2576
- * NOTE: This property will not be serialized. It can only be populated by the server.
2577
- */
2578
- readonly resourceType?: string;
2579
- /** Quota limit units, such as Count and Bytes. When requesting quota, use the **unit** value returned in the GET response in the request body of your PUT operation. */
2580
- unit?: string;
2581
- /**
2582
- * The quota request status.
2583
- * NOTE: This property will not be serialized. It can only be populated by the server.
2584
- */
2585
- readonly provisioningState?: QuotaRequestState;
2586
- /**
2587
- * User-friendly status message.
2588
- * NOTE: This property will not be serialized. It can only be populated by the server.
2589
- */
2590
- readonly message?: string;
2591
- /**
2592
- * Quota request ID.
2593
- * NOTE: This property will not be serialized. It can only be populated by the server.
2594
- */
2595
- readonly subRequestId?: string;
2596
- /** Resource quota limit properties. */
2597
- limit?: LimitJsonObjectUnion;
2598
- }
2599
-
2600
- /** MGId the source of group quota. */
2601
- export declare interface SubscriptionGroupQuotaAssignment {
2602
- /** The group quota id of the quota source. */
2603
- groupQuotaId?: string;
2604
- /** The amount of quota allocated to this subscriptionId from the quota source. */
2605
- quotaAllocated?: number;
2606
- }
2607
-
2608
- /** List of Allocated Group Quota to the subscriptions. */
2609
- export declare interface SubscriptionQuotaAllocationRequestList {
2610
- /** Allocated Group Quota to subscriptions. */
2611
- value?: QuotaAllocationRequestStatus[];
2612
- /**
2613
- * The URL to use for getting the next set of results.
2614
- * NOTE: This property will not be serialized. It can only be populated by the server.
2615
- */
2616
- readonly nextLink?: string;
2617
- }
2618
-
2619
- /** Quota allocated to a subscription for the specific Resource Provider, Location, ResourceName. This will include the GroupQuota and total quota allocated to the subscription. Only the Group quota allocated to the subscription can be allocated back to the MG Group Quota. */
2620
- export declare interface SubscriptionQuotaAllocations extends ProxyResource {
2621
- /** Quota properties for the specified resource. */
2622
- properties?: SubscriptionQuotaDetails;
2623
- }
2624
-
2625
- /** Subscription quota list. */
2626
- export declare interface SubscriptionQuotaAllocationsList {
2627
- /** Subscription quota list. */
2628
- value?: SubscriptionQuotaAllocations[];
2629
- /**
2630
- * The URL to use for getting the next set of results.
2631
- * NOTE: This property will not be serialized. It can only be populated by the server.
2632
- */
2633
- readonly nextLink?: string;
2634
- }
2635
-
2636
- /** Subscription quota allocation requests status list. */
2637
- export declare interface SubscriptionQuotaAllocationsStatusList {
2638
- /** Subscription quota allocation status list. */
2639
- value?: SubmittedResourceRequestStatus[];
2640
- /**
2641
- * The URL to use for getting the next set of results.
2642
- * NOTE: This property will not be serialized. It can only be populated by the server.
2643
- */
2644
- readonly nextLink?: string;
2645
- }
2646
-
2647
- /** Subscription Quota details. */
2648
- export declare interface SubscriptionQuotaDetails {
2649
- /** Location/Azure region for the quota requested for resource. */
2650
- region?: string;
2651
- /** The total quota limit for the subscription. */
2652
- limit?: number;
2653
- /**
2654
- * The shareable quota for the subscription.
2655
- * NOTE: This property will not be serialized. It can only be populated by the server.
2656
- */
2657
- readonly shareableQuota?: number;
2658
- /**
2659
- * Name of the resource provided by the resource provider. This property is already included in the request URI, so it is a readonly property returned in the response.
2660
- * NOTE: This property will not be serialized. It can only be populated by the server.
2661
- */
2662
- readonly name?: SubscriptionQuotaDetailsName;
2663
- }
2664
-
2665
- /** Name of the resource provided by the resource provider. This property is already included in the request URI, so it is a readonly property returned in the response. */
2666
- export declare interface SubscriptionQuotaDetailsName {
2667
- /**
2668
- * Resource name.
2669
- * NOTE: This property will not be serialized. It can only be populated by the server.
2670
- */
2671
- readonly value?: string;
2672
- /**
2673
- * Resource display name.
2674
- * NOTE: This property will not be serialized. It can only be populated by the server.
2675
- */
2676
- readonly localizedValue?: string;
2677
- }
2678
-
2679
- /** Metadata pertaining to creation and last modification of the resource. */
2680
- export declare interface SystemData {
2681
- /** The identity that created the resource. */
2682
- createdBy?: string;
2683
- /** The type of identity that created the resource. */
2684
- createdByType?: CreatedByType;
2685
- /** The timestamp of resource creation (UTC). */
2686
- createdAt?: Date;
2687
- /** The identity that last modified the resource. */
2688
- lastModifiedBy?: string;
2689
- /** The type of identity that last modified the resource. */
2690
- lastModifiedByType?: CreatedByType;
2691
- /** The timestamp of resource last modification (UTC) */
2692
- lastModifiedAt?: Date;
2693
- }
2694
-
2695
- /** Interface representing a Usages. */
2696
- export declare interface Usages {
2697
- /**
2698
- * Get a list of current usage for all resources for the scope specified.
2699
- * @param scope The target Azure resource URI. For example,
2700
- * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
2701
- * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
2702
- * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
2703
- * resource.
2704
- * @param options The options parameters.
2705
- */
2706
- list(scope: string, options?: UsagesListOptionalParams): PagedAsyncIterableIterator<CurrentUsagesBase>;
2707
- /**
2708
- * Get the current usage of a resource.
2709
- * @param resourceName Resource name for a given resource provider. For example:
2710
- * - SKU name for Microsoft.Compute
2711
- * - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices
2712
- * For Microsoft.Network PublicIPAddresses.
2713
- * @param scope The target Azure resource URI. For example,
2714
- * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
2715
- * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
2716
- * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
2717
- * resource.
2718
- * @param options The options parameters.
2719
- */
2720
- get(resourceName: string, scope: string, options?: UsagesGetOptionalParams): Promise<UsagesGetResponse>;
2721
- }
2722
-
2723
- /** Defines headers for Usages_get operation. */
2724
- export declare interface UsagesGetHeaders {
2725
- /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */
2726
- eTag?: string;
2727
- }
2728
-
2729
- /** Optional parameters. */
2730
- export declare interface UsagesGetOptionalParams extends coreClient.OperationOptions {
2731
- }
2732
-
2733
- /** Contains response data for the get operation. */
2734
- export declare type UsagesGetResponse = UsagesGetHeaders & CurrentUsagesBase;
2735
-
2736
- /** Quota limits. */
2737
- export declare interface UsagesLimits {
2738
- /** List of quota limits. */
2739
- value?: CurrentUsagesBase[];
2740
- /** The URI used to fetch the next page of quota limits. When there are no more pages, this is null. */
2741
- nextLink?: string;
2742
- }
2743
-
2744
- /** Defines headers for Usages_list operation. */
2745
- export declare interface UsagesListHeaders {
2746
- /** Current entity state version. It should be treated as opaque and used to make conditional HTTP requests. */
2747
- eTag?: string;
2748
- }
2749
-
2750
- /** Defines headers for Usages_listNext operation. */
2751
- export declare interface UsagesListNextHeaders {
2752
- /** Current entity state version. It should be treated as opaque and used to make conditional HTTP requests. */
2753
- eTag?: string;
2754
- }
2755
-
2756
- /** Optional parameters. */
2757
- export declare interface UsagesListNextOptionalParams extends coreClient.OperationOptions {
2758
- }
2759
-
2760
- /** Contains response data for the listNext operation. */
2761
- export declare type UsagesListNextResponse = UsagesListNextHeaders & UsagesLimits;
2762
-
2763
- /** Optional parameters. */
2764
- export declare interface UsagesListOptionalParams extends coreClient.OperationOptions {
2765
- }
2766
-
2767
- /** Contains response data for the list operation. */
2768
- export declare type UsagesListResponse = UsagesListHeaders & UsagesLimits;
2769
-
2770
- /** The resource usages value. */
2771
- export declare interface UsagesObject {
2772
- /** The usages value. */
2773
- value: number;
2774
- /** The quota or usages limit types. */
2775
- usagesType?: UsagesTypes;
2776
- }
2777
-
2778
- /** Usage properties for the specified resource. */
2779
- export declare interface UsagesProperties {
2780
- /** The quota limit properties for this resource. */
2781
- usages?: UsagesObject;
2782
- /**
2783
- * The units for the quota usage, such as Count and Bytes. When requesting quota, use the **unit** value returned in the GET response in the request body of your PUT operation.
2784
- * NOTE: This property will not be serialized. It can only be populated by the server.
2785
- */
2786
- readonly unit?: string;
2787
- /** Resource name provided by the resource provider. Use this property name when requesting quota. */
2788
- name?: ResourceName;
2789
- /** The name of the resource type. Optional field. */
2790
- resourceType?: string;
2791
- /**
2792
- * The time period for the summary of the quota usage values. For example:
2793
- * *P1D (per one day)
2794
- * *PT1M (per one minute)
2795
- * *PT1S (per one second).
2796
- * This parameter is optional because it is not relevant for all resources such as compute.
2797
- * NOTE: This property will not be serialized. It can only be populated by the server.
2798
- */
2799
- readonly quotaPeriod?: string;
2800
- /**
2801
- * States if quota can be requested for this resource.
2802
- * NOTE: This property will not be serialized. It can only be populated by the server.
2803
- */
2804
- readonly isQuotaApplicable?: boolean;
2805
- /** Additional properties for the specific resource provider. */
2806
- properties?: Record<string, unknown>;
2807
- }
2808
-
2809
- /**
2810
- * Defines values for UsagesTypes. \
2811
- * {@link KnownUsagesTypes} can be used interchangeably with UsagesTypes,
2812
- * this enum contains the known values that the service supports.
2813
- * ### Known values supported by the service
2814
- * **Individual** \
2815
- * **Combined**
2816
- */
2817
- export declare type UsagesTypes = string;
2818
-
2819
- export { }