@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,2054 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import * as coreClient from "@azure/core-client";
10
-
11
- export type LimitJsonObjectUnion = LimitJsonObject | LimitObject;
12
-
13
- /** Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified. */
14
- export interface GroupQuotasEntityBase {
15
- /** Display name of the GroupQuota entity. */
16
- displayName?: string;
17
- /** Additional attributes to filter/restrict the subscriptions, which can be added to the subscriptionIds. */
18
- additionalAttributes?: AdditionalAttributes;
19
- /**
20
- * Provisioning state of the operation.
21
- * NOTE: This property will not be serialized. It can only be populated by the server.
22
- */
23
- readonly provisioningState?: RequestState;
24
- }
25
-
26
- /** Additional attribute or filter to allow subscriptions meeting the requirements to be part of the GroupQuota. */
27
- export interface AdditionalAttributes {
28
- /** The grouping Id for the group quota. It can be Billing Id or ServiceTreeId if applicable. */
29
- groupId: GroupingId;
30
- /** Environment name. */
31
- environment?: EnvironmentType;
32
- }
33
-
34
- /** The grouping Id for the group quota. It can be Billing Id or ServiceTreeId if applicable. */
35
- export interface GroupingId {
36
- /** GroupingId type. It is a required property. More types of groupIds can be supported in future. */
37
- groupingIdType?: GroupingIdType;
38
- /** GroupId value based on the groupingType selected - Billing Id or ServiceTreeId. */
39
- value?: string;
40
- }
41
-
42
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
43
- export interface Resource {
44
- /**
45
- * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
46
- * NOTE: This property will not be serialized. It can only be populated by the server.
47
- */
48
- readonly id?: string;
49
- /**
50
- * The name of the resource
51
- * NOTE: This property will not be serialized. It can only be populated by the server.
52
- */
53
- readonly name?: string;
54
- /**
55
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
56
- * NOTE: This property will not be serialized. It can only be populated by the server.
57
- */
58
- readonly type?: string;
59
- /**
60
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
61
- * NOTE: This property will not be serialized. It can only be populated by the server.
62
- */
63
- readonly systemData?: SystemData;
64
- }
65
-
66
- /** Metadata pertaining to creation and last modification of the resource. */
67
- export interface SystemData {
68
- /** The identity that created the resource. */
69
- createdBy?: string;
70
- /** The type of identity that created the resource. */
71
- createdByType?: CreatedByType;
72
- /** The timestamp of resource creation (UTC). */
73
- createdAt?: Date;
74
- /** The identity that last modified the resource. */
75
- lastModifiedBy?: string;
76
- /** The type of identity that last modified the resource. */
77
- lastModifiedByType?: CreatedByType;
78
- /** The timestamp of resource last modification (UTC) */
79
- lastModifiedAt?: Date;
80
- }
81
-
82
- export interface LROResponseProperties {
83
- /**
84
- * Request status.
85
- * NOTE: This property will not be serialized. It can only be populated by the server.
86
- */
87
- readonly provisioningState?: RequestState;
88
- }
89
-
90
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
91
- export interface ErrorResponse {
92
- /** The error object. */
93
- error?: ErrorDetail;
94
- }
95
-
96
- /** The error detail. */
97
- export interface ErrorDetail {
98
- /**
99
- * The error code.
100
- * NOTE: This property will not be serialized. It can only be populated by the server.
101
- */
102
- readonly code?: string;
103
- /**
104
- * The error message.
105
- * NOTE: This property will not be serialized. It can only be populated by the server.
106
- */
107
- readonly message?: string;
108
- /**
109
- * The error target.
110
- * NOTE: This property will not be serialized. It can only be populated by the server.
111
- */
112
- readonly target?: string;
113
- /**
114
- * The error details.
115
- * NOTE: This property will not be serialized. It can only be populated by the server.
116
- */
117
- readonly details?: ErrorDetail[];
118
- /**
119
- * The error additional info.
120
- * NOTE: This property will not be serialized. It can only be populated by the server.
121
- */
122
- readonly additionalInfo?: ErrorAdditionalInfo[];
123
- }
124
-
125
- /** The resource management error additional info. */
126
- export interface ErrorAdditionalInfo {
127
- /**
128
- * The additional info type.
129
- * NOTE: This property will not be serialized. It can only be populated by the server.
130
- */
131
- readonly type?: string;
132
- /**
133
- * The additional info.
134
- * NOTE: This property will not be serialized. It can only be populated by the server.
135
- */
136
- readonly info?: Record<string, unknown>;
137
- }
138
-
139
- /** Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified. */
140
- export interface GroupQuotasEntityBasePatch {
141
- /** Display name of the GroupQuota entity. */
142
- displayName?: string;
143
- /** Additional attributes to filter/restrict the subscriptions, which can be added to the subscriptionIds. */
144
- additionalAttributes?: AdditionalAttributesPatch;
145
- /**
146
- * Provisioning state of the operation.
147
- * NOTE: This property will not be serialized. It can only be populated by the server.
148
- */
149
- readonly provisioningState?: RequestState;
150
- }
151
-
152
- /** Additional attribute or filter to allow subscriptions meeting the requirements to be part of the GroupQuota. */
153
- export interface AdditionalAttributesPatch {
154
- /** The grouping Id for the group quota. It can be Billing Id or ServiceTreeId if applicable. */
155
- groupId?: GroupingId;
156
- /** Environment name. */
157
- environment?: EnvironmentType;
158
- }
159
-
160
- /** List of Group Quotas at MG level. */
161
- export interface GroupQuotaList {
162
- /** List of Group Quotas at MG level. */
163
- value?: GroupQuotasEntity[];
164
- /**
165
- * The URL to use for getting the next set of results.
166
- * NOTE: This property will not be serialized. It can only be populated by the server.
167
- */
168
- readonly nextLink?: string;
169
- }
170
-
171
- export interface GroupQuotaSubscriptionIdProperties {
172
- /**
173
- * An Azure subscriptionId.
174
- * NOTE: This property will not be serialized. It can only be populated by the server.
175
- */
176
- readonly subscriptionId?: string;
177
- /**
178
- * Status of this subscriptionId being associated with the GroupQuotasEntity.
179
- * NOTE: This property will not be serialized. It can only be populated by the server.
180
- */
181
- readonly provisioningState?: RequestState;
182
- }
183
-
184
- /** List of GroupQuotaSubscriptionIds */
185
- export interface GroupQuotaSubscriptionIdList {
186
- /** List of GroupQuotaSubscriptionIds */
187
- value?: GroupQuotaSubscriptionId[];
188
- /**
189
- * The URL to use for getting the next set of results.
190
- * NOTE: This property will not be serialized. It can only be populated by the server.
191
- */
192
- readonly nextLink?: string;
193
- }
194
-
195
- /** List of GroupQuotaSubscriptionRequests Status */
196
- export interface GroupQuotaSubscriptionRequestStatusList {
197
- /** List of GroupQuotaSubscriptionRequests Status */
198
- value?: GroupQuotaSubscriptionRequestStatus[];
199
- /**
200
- * The URL to use for getting the next set of results.
201
- * NOTE: This property will not be serialized. It can only be populated by the server.
202
- */
203
- readonly nextLink?: string;
204
- }
205
-
206
- export interface GroupQuotaSubscriptionRequestStatusProperties {
207
- /** The subscription Id */
208
- subscriptionId?: string;
209
- /** The request submission time. The date conforms to the following format specified by the ISO 8601 standard: yyyy-MM-ddTHH:mm:ssZ */
210
- requestSubmitTime?: Date;
211
- /**
212
- * Status of this subscriptionId being associated with the GroupQuotasEntity.
213
- * NOTE: This property will not be serialized. It can only be populated by the server.
214
- */
215
- readonly provisioningState?: RequestState;
216
- }
217
-
218
- /** Group Quota details. */
219
- export interface GroupQuotaDetails {
220
- /** Location/Azure region for the quota requested for resource. */
221
- region?: string;
222
- /** The current Group Quota Limit at the parentId level. */
223
- limit?: number;
224
- /** Any comment related to quota request. */
225
- comment?: string;
226
- /**
227
- * 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.
228
- * NOTE: This property will not be serialized. It can only be populated by the server.
229
- */
230
- readonly name?: GroupQuotaDetailsName;
231
- /**
232
- * 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.
233
- * NOTE: This property will not be serialized. It can only be populated by the server.
234
- */
235
- readonly unit?: string;
236
- /**
237
- * The available Group Quota Limit at the MG level. This Group quota can be allocated to subscription(s).
238
- * NOTE: This property will not be serialized. It can only be populated by the server.
239
- */
240
- readonly availableLimit?: number;
241
- /**
242
- * Quota allocated to subscriptions
243
- * NOTE: This property will not be serialized. It can only be populated by the server.
244
- */
245
- readonly allocatedToSubscriptions?: AllocatedQuotaToSubscriptionList;
246
- }
247
-
248
- /** 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. */
249
- export interface GroupQuotaDetailsName {
250
- /**
251
- * Resource name.
252
- * NOTE: This property will not be serialized. It can only be populated by the server.
253
- */
254
- readonly value?: string;
255
- /**
256
- * Resource display name.
257
- * NOTE: This property will not be serialized. It can only be populated by the server.
258
- */
259
- readonly localizedValue?: string;
260
- }
261
-
262
- /** Quota allocated to subscriptions */
263
- export interface AllocatedQuotaToSubscriptionList {
264
- /** List of Group Quota Limit allocated to subscriptions. */
265
- value?: AllocatedToSubscription[];
266
- }
267
-
268
- /** SubscriptionIds and quota allocated to subscriptions from the GroupQuota. */
269
- export interface AllocatedToSubscription {
270
- /** An Azure subscriptionId. */
271
- subscriptionId?: string;
272
- /** The amount of quota allocated to this subscriptionId from the GroupQuotasEntity. */
273
- quotaAllocated?: number;
274
- }
275
-
276
- /** List of Group Quota Limit details. */
277
- export interface GroupQuotaLimitList {
278
- /** List of Group Quota Limit details. */
279
- value?: GroupQuotaLimit[];
280
- /**
281
- * The URL to use for getting the next set of results.
282
- * NOTE: This property will not be serialized. It can only be populated by the server.
283
- */
284
- readonly nextLink?: string;
285
- }
286
-
287
- export interface SubmittedResourceRequestStatusProperties {
288
- /** Requested Resource. */
289
- requestedResource?: GroupQuotaRequestBase;
290
- /**
291
- * The request submission time. The date conforms to the following format specified by the ISO 8601 standard: yyyy-MM-ddTHH:mm:ssZ
292
- * NOTE: This property will not be serialized. It can only be populated by the server.
293
- */
294
- readonly requestSubmitTime?: Date;
295
- /**
296
- * Request status.
297
- * NOTE: This property will not be serialized. It can only be populated by the server.
298
- */
299
- readonly provisioningState?: RequestState;
300
- /**
301
- * Details of the failure.
302
- * NOTE: This property will not be serialized. It can only be populated by the server.
303
- */
304
- readonly faultCode?: string;
305
- }
306
-
307
- /** The new GroupQuota limit requested. */
308
- export interface GroupQuotaRequestBase {
309
- properties?: GroupQuotaRequestBaseProperties;
310
- }
311
-
312
- export interface GroupQuotaRequestBaseProperties {
313
- /** The new quota limit for the subscription. The incremental quota will be allocated from pre-approved group quota. */
314
- limit?: number;
315
- /**
316
- * 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.
317
- * NOTE: This property will not be serialized. It can only be populated by the server.
318
- */
319
- readonly name?: GroupQuotaRequestBasePropertiesName;
320
- /** Location/Azure region for the quota requested for resource. */
321
- region?: string;
322
- /** GroupQuota Request comments and details for request. This is optional paramter to provide more details related to the requested resource. */
323
- comments?: string;
324
- }
325
-
326
- /** 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. */
327
- export interface GroupQuotaRequestBasePropertiesName {
328
- /**
329
- * Resource name.
330
- * NOTE: This property will not be serialized. It can only be populated by the server.
331
- */
332
- readonly value?: string;
333
- /**
334
- * Resource display name.
335
- * NOTE: This property will not be serialized. It can only be populated by the server.
336
- */
337
- readonly localizedValue?: string;
338
- }
339
-
340
- /** Share Quota Entity list. */
341
- export interface SubmittedResourceRequestStatusList {
342
- /** Subscription groupQuotaRequests list. */
343
- value?: SubmittedResourceRequestStatus[];
344
- /**
345
- * The URL to use for getting the next set of results.
346
- * NOTE: This property will not be serialized. It can only be populated by the server.
347
- */
348
- readonly nextLink?: string;
349
- }
350
-
351
- /** Subscription quota list. */
352
- export interface SubscriptionQuotaAllocationsList {
353
- /** Subscription quota list. */
354
- value?: SubscriptionQuotaAllocations[];
355
- /**
356
- * The URL to use for getting the next set of results.
357
- * NOTE: This property will not be serialized. It can only be populated by the server.
358
- */
359
- readonly nextLink?: string;
360
- }
361
-
362
- /** Subscription Quota details. */
363
- export interface SubscriptionQuotaDetails {
364
- /** Location/Azure region for the quota requested for resource. */
365
- region?: string;
366
- /** The total quota limit for the subscription. */
367
- limit?: number;
368
- /**
369
- * The shareable quota for the subscription.
370
- * NOTE: This property will not be serialized. It can only be populated by the server.
371
- */
372
- readonly shareableQuota?: number;
373
- /**
374
- * 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.
375
- * NOTE: This property will not be serialized. It can only be populated by the server.
376
- */
377
- readonly name?: SubscriptionQuotaDetailsName;
378
- }
379
-
380
- /** 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. */
381
- export interface SubscriptionQuotaDetailsName {
382
- /**
383
- * Resource name.
384
- * NOTE: This property will not be serialized. It can only be populated by the server.
385
- */
386
- readonly value?: string;
387
- /**
388
- * Resource display name.
389
- * NOTE: This property will not be serialized. It can only be populated by the server.
390
- */
391
- readonly localizedValue?: string;
392
- }
393
-
394
- export interface QuotaAllocationRequestStatusProperties {
395
- /** The new quota request allocated to subscription. */
396
- requestedResource?: QuotaAllocationRequestBase;
397
- /**
398
- * The request submission time. The date conforms to the following format specified by the ISO 8601 standard: yyyy-MM-ddTHH:mm:ssZ
399
- * NOTE: This property will not be serialized. It can only be populated by the server.
400
- */
401
- readonly requestSubmitTime?: Date;
402
- /**
403
- * Request status.
404
- * NOTE: This property will not be serialized. It can only be populated by the server.
405
- */
406
- readonly provisioningState?: RequestState;
407
- /**
408
- * Details of the failure.
409
- * NOTE: This property will not be serialized. It can only be populated by the server.
410
- */
411
- readonly faultCode?: string;
412
- }
413
-
414
- /** The new quota request allocated to subscription. */
415
- export interface QuotaAllocationRequestBase {
416
- properties?: QuotaAllocationRequestBaseProperties;
417
- }
418
-
419
- export interface QuotaAllocationRequestBaseProperties {
420
- /** The new quota limit for the subscription. The incremental quota will be allocated from pre-approved group quota. */
421
- limit?: number;
422
- /**
423
- * 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.
424
- * NOTE: This property will not be serialized. It can only be populated by the server.
425
- */
426
- readonly name?: QuotaAllocationRequestBasePropertiesName;
427
- /** The location for which the subscription is allocated */
428
- region?: string;
429
- }
430
-
431
- /** 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. */
432
- export interface QuotaAllocationRequestBasePropertiesName {
433
- /**
434
- * Resource name.
435
- * NOTE: This property will not be serialized. It can only be populated by the server.
436
- */
437
- readonly value?: string;
438
- /**
439
- * Resource display name.
440
- * NOTE: This property will not be serialized. It can only be populated by the server.
441
- */
442
- readonly localizedValue?: string;
443
- }
444
-
445
- /** List of QuotaAllocation Request Status */
446
- export interface QuotaAllocationRequestStatusList {
447
- /** List of QuotaAllocation Request Status */
448
- value?: QuotaAllocationRequestStatus[];
449
- /**
450
- * The URL to use for getting the next set of results.
451
- * NOTE: This property will not be serialized. It can only be populated by the server.
452
- */
453
- readonly nextLink?: string;
454
- }
455
-
456
- /** List of resource usages and quotas for GroupQuota. */
457
- export interface ResourceUsageList {
458
- /** List of resource usages at Group Quotas. */
459
- value?: ResourceUsages[];
460
- /**
461
- * The URL to use for getting the next set of results.
462
- * NOTE: This property will not be serialized. It can only be populated by the server.
463
- */
464
- readonly nextLink?: string;
465
- }
466
-
467
- /** Resource details with usages and GroupQuota. */
468
- export interface GroupQuotaUsagesBase {
469
- /** 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. */
470
- name?: GroupQuotaUsagesBaseName;
471
- /** Quota/limits for the resource. */
472
- limit?: number;
473
- /** Usages for the resource. */
474
- usages?: number;
475
- /**
476
- * 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.
477
- * NOTE: This property will not be serialized. It can only be populated by the server.
478
- */
479
- readonly unit?: string;
480
- }
481
-
482
- /** 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. */
483
- export interface GroupQuotaUsagesBaseName {
484
- /** Resource name. */
485
- value?: string;
486
- /**
487
- * Resource display name.
488
- * NOTE: This property will not be serialized. It can only be populated by the server.
489
- */
490
- readonly localizedValue?: string;
491
- }
492
-
493
- export interface GroupQuotasEnforcementResponseProperties {
494
- /** Is the GroupQuota Enforcement enabled for the Azure region. */
495
- enforcementEnabled?: EnforcementState;
496
- /**
497
- * Request status.
498
- * NOTE: This property will not be serialized. It can only be populated by the server.
499
- */
500
- readonly provisioningState?: RequestState;
501
- /**
502
- * Details of the failure.
503
- * NOTE: This property will not be serialized. It can only be populated by the server.
504
- */
505
- readonly faultCode?: string;
506
- }
507
-
508
- /** List of Azure regions, where the group quotas is enabled for enforcement. */
509
- export interface GroupQuotasEnforcementListResponse {
510
- /** List of Azure Regions. */
511
- value?: GroupQuotasEnforcementResponse[];
512
- /**
513
- * The URL to use for getting the next set of results.
514
- * NOTE: This property will not be serialized. It can only be populated by the server.
515
- */
516
- readonly nextLink?: string;
517
- }
518
-
519
- /** Resource usage. */
520
- export interface CurrentUsagesBase {
521
- /**
522
- * The resource ID.
523
- * NOTE: This property will not be serialized. It can only be populated by the server.
524
- */
525
- readonly id?: string;
526
- /**
527
- * The resource type.
528
- * NOTE: This property will not be serialized. It can only be populated by the server.
529
- */
530
- readonly type?: string;
531
- /**
532
- * The resource name.
533
- * NOTE: This property will not be serialized. It can only be populated by the server.
534
- */
535
- readonly name?: string;
536
- /** Usage properties for the specified resource. */
537
- properties?: UsagesProperties;
538
- }
539
-
540
- /** Usage properties for the specified resource. */
541
- export interface UsagesProperties {
542
- /** The quota limit properties for this resource. */
543
- usages?: UsagesObject;
544
- /**
545
- * 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.
546
- * NOTE: This property will not be serialized. It can only be populated by the server.
547
- */
548
- readonly unit?: string;
549
- /** Resource name provided by the resource provider. Use this property name when requesting quota. */
550
- name?: ResourceName;
551
- /** The name of the resource type. Optional field. */
552
- resourceType?: string;
553
- /**
554
- * The time period for the summary of the quota usage values. For example:
555
- * *P1D (per one day)
556
- * *PT1M (per one minute)
557
- * *PT1S (per one second).
558
- * This parameter is optional because it is not relevant for all resources such as compute.
559
- * NOTE: This property will not be serialized. It can only be populated by the server.
560
- */
561
- readonly quotaPeriod?: string;
562
- /**
563
- * States if quota can be requested for this resource.
564
- * NOTE: This property will not be serialized. It can only be populated by the server.
565
- */
566
- readonly isQuotaApplicable?: boolean;
567
- /** Additional properties for the specific resource provider. */
568
- properties?: Record<string, unknown>;
569
- }
570
-
571
- /** The resource usages value. */
572
- export interface UsagesObject {
573
- /** The usages value. */
574
- value: number;
575
- /** The quota or usages limit types. */
576
- usagesType?: UsagesTypes;
577
- }
578
-
579
- /** Name of the resource provided by the resource Provider. When requesting quota, use this property name. */
580
- export interface ResourceName {
581
- /** Resource name. */
582
- value?: string;
583
- /**
584
- * Resource display name.
585
- * NOTE: This property will not be serialized. It can only be populated by the server.
586
- */
587
- readonly localizedValue?: string;
588
- }
589
-
590
- /** Error. */
591
- export interface ExceptionResponse {
592
- /** API error details. */
593
- error?: ServiceError;
594
- }
595
-
596
- /** API error details. */
597
- export interface ServiceError {
598
- /** Error code. */
599
- code?: string;
600
- /** Error message. */
601
- message?: string;
602
- /**
603
- * List of error details.
604
- * NOTE: This property will not be serialized. It can only be populated by the server.
605
- */
606
- readonly details?: ServiceErrorDetail[];
607
- }
608
-
609
- /** Error details. */
610
- export interface ServiceErrorDetail {
611
- /**
612
- * Error code.
613
- * NOTE: This property will not be serialized. It can only be populated by the server.
614
- */
615
- readonly code?: string;
616
- /**
617
- * Error message.
618
- * NOTE: This property will not be serialized. It can only be populated by the server.
619
- */
620
- readonly message?: string;
621
- }
622
-
623
- /** Quota limits. */
624
- export interface UsagesLimits {
625
- /** List of quota limits. */
626
- value?: CurrentUsagesBase[];
627
- /** The URI used to fetch the next page of quota limits. When there are no more pages, this is null. */
628
- nextLink?: string;
629
- }
630
-
631
- /** Quota limit. */
632
- export interface CurrentQuotaLimitBase {
633
- /**
634
- * The resource ID.
635
- * NOTE: This property will not be serialized. It can only be populated by the server.
636
- */
637
- readonly id?: string;
638
- /**
639
- * The resource type.
640
- * NOTE: This property will not be serialized. It can only be populated by the server.
641
- */
642
- readonly type?: string;
643
- /**
644
- * The resource name.
645
- * NOTE: This property will not be serialized. It can only be populated by the server.
646
- */
647
- readonly name?: string;
648
- /** Quota properties for the specified resource, based on the API called, Quotas or Usages. */
649
- properties?: QuotaProperties;
650
- }
651
-
652
- /** Quota properties for the specified resource. */
653
- export interface QuotaProperties {
654
- /** Resource quota limit properties. */
655
- limit?: LimitJsonObjectUnion;
656
- /**
657
- * 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.
658
- * NOTE: This property will not be serialized. It can only be populated by the server.
659
- */
660
- readonly unit?: string;
661
- /** Resource name provided by the resource provider. Use this property name when requesting quota. */
662
- name?: ResourceName;
663
- /** The name of the resource type. Optional field. */
664
- resourceType?: string;
665
- /**
666
- * The time period over which the quota usage values are summarized. For example:
667
- * *P1D (per one day)
668
- * *PT1M (per one minute)
669
- * *PT1S (per one second).
670
- * This parameter is optional because, for some resources like compute, the period is irrelevant.
671
- * NOTE: This property will not be serialized. It can only be populated by the server.
672
- */
673
- readonly quotaPeriod?: string;
674
- /**
675
- * States if quota can be requested for this resource.
676
- * NOTE: This property will not be serialized. It can only be populated by the server.
677
- */
678
- readonly isQuotaApplicable?: boolean;
679
- /** Additional properties for the specific resource provider. */
680
- properties?: Record<string, unknown>;
681
- }
682
-
683
- /** LimitJson abstract class. */
684
- export interface LimitJsonObject {
685
- /** Polymorphic discriminator, which specifies the different types this object can be */
686
- limitObjectType: "LimitValue";
687
- }
688
-
689
- /** Quota limits. */
690
- export interface QuotaLimits {
691
- /** List of quota limits. */
692
- value?: CurrentQuotaLimitBase[];
693
- /** The URI used to fetch the next page of quota limits. When there are no more pages, this string is null. */
694
- nextLink?: string;
695
- }
696
-
697
- /** List of quota requests with details. */
698
- export interface QuotaRequestDetails {
699
- /**
700
- * Quota request ID.
701
- * NOTE: This property will not be serialized. It can only be populated by the server.
702
- */
703
- readonly id?: string;
704
- /**
705
- * Quota request name.
706
- * NOTE: This property will not be serialized. It can only be populated by the server.
707
- */
708
- readonly name?: string;
709
- /**
710
- * Resource type. "Microsoft.Quota/quotas".
711
- * NOTE: This property will not be serialized. It can only be populated by the server.
712
- */
713
- readonly type?: string;
714
- /** Quota request details. */
715
- properties?: QuotaRequestProperties;
716
- }
717
-
718
- /** Quota request properties. */
719
- export interface QuotaRequestProperties {
720
- /**
721
- * The quota request status.
722
- * NOTE: This property will not be serialized. It can only be populated by the server.
723
- */
724
- readonly provisioningState?: QuotaRequestState;
725
- /**
726
- * User-friendly status message.
727
- * NOTE: This property will not be serialized. It can only be populated by the server.
728
- */
729
- readonly message?: string;
730
- /** Error details of the quota request. */
731
- error?: ServiceErrorDetail;
732
- /**
733
- * The quota request submission time. The date conforms to the following format specified by the ISO 8601 standard: yyyy-MM-ddTHH:mm:ssZ
734
- * NOTE: This property will not be serialized. It can only be populated by the server.
735
- */
736
- readonly requestSubmitTime?: Date;
737
- /** Quota request details. */
738
- value?: SubRequest[];
739
- }
740
-
741
- /** Request property. */
742
- export interface SubRequest {
743
- /** Resource name. */
744
- name?: ResourceName;
745
- /**
746
- * Resource type for which the quota properties were requested.
747
- * NOTE: This property will not be serialized. It can only be populated by the server.
748
- */
749
- readonly resourceType?: string;
750
- /** 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. */
751
- unit?: string;
752
- /**
753
- * The quota request status.
754
- * NOTE: This property will not be serialized. It can only be populated by the server.
755
- */
756
- readonly provisioningState?: QuotaRequestState;
757
- /**
758
- * User-friendly status message.
759
- * NOTE: This property will not be serialized. It can only be populated by the server.
760
- */
761
- readonly message?: string;
762
- /**
763
- * Quota request ID.
764
- * NOTE: This property will not be serialized. It can only be populated by the server.
765
- */
766
- readonly subRequestId?: string;
767
- /** Resource quota limit properties. */
768
- limit?: LimitJsonObjectUnion;
769
- }
770
-
771
- /** Quota request information. */
772
- export interface QuotaRequestDetailsList {
773
- /** Quota request details. */
774
- value?: QuotaRequestDetails[];
775
- /** The URI for fetching the next page of quota limits. When there are no more pages, this string is null. */
776
- nextLink?: string;
777
- }
778
-
779
- export interface OperationList {
780
- value?: OperationResponse[];
781
- /** URL to get the next page of items. */
782
- nextLink?: string;
783
- }
784
-
785
- export interface OperationResponse {
786
- name?: string;
787
- display?: OperationDisplay;
788
- origin?: string;
789
- }
790
-
791
- export interface OperationDisplay {
792
- /** Provider name. */
793
- provider?: string;
794
- /** Resource name. */
795
- resource?: string;
796
- /** Operation name. */
797
- operation?: string;
798
- /** Operation description. */
799
- description?: string;
800
- }
801
-
802
- /** List of Allocated Group Quota to the subscriptions. */
803
- export interface SubscriptionQuotaAllocationRequestList {
804
- /** Allocated Group Quota to subscriptions. */
805
- value?: QuotaAllocationRequestStatus[];
806
- /**
807
- * The URL to use for getting the next set of results.
808
- * NOTE: This property will not be serialized. It can only be populated by the server.
809
- */
810
- readonly nextLink?: string;
811
- }
812
-
813
- /** MGId the source of group quota. */
814
- export interface SubscriptionGroupQuotaAssignment {
815
- /** The group quota id of the quota source. */
816
- groupQuotaId?: string;
817
- /** The amount of quota allocated to this subscriptionId from the quota source. */
818
- quotaAllocated?: number;
819
- }
820
-
821
- /** Subscription quota allocation requests status list. */
822
- export interface SubscriptionQuotaAllocationsStatusList {
823
- /** Subscription quota allocation status list. */
824
- value?: SubmittedResourceRequestStatus[];
825
- /**
826
- * The URL to use for getting the next set of results.
827
- * NOTE: This property will not be serialized. It can only be populated by the server.
828
- */
829
- readonly nextLink?: string;
830
- }
831
-
832
- /** Resource definition with the requested quota. */
833
- export interface ResourceBaseRequest {
834
- /**
835
- * The resource name, such as SKU name.
836
- * NOTE: This property will not be serialized. It can only be populated by the server.
837
- */
838
- readonly resourceName?: string;
839
- /** Quota requested for the resource. */
840
- limit?: number;
841
- /**
842
- * 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.
843
- * NOTE: This property will not be serialized. It can only be populated by the server.
844
- */
845
- readonly unit?: string;
846
- }
847
-
848
- /** A Billing Account Id. */
849
- export interface BillingAccountId {
850
- id?: string;
851
- }
852
-
853
- /** Resource properties. */
854
- export interface CommonResourceProperties {
855
- /**
856
- * Resource ID
857
- * NOTE: This property will not be serialized. It can only be populated by the server.
858
- */
859
- readonly id?: string;
860
- /**
861
- * Resource name.
862
- * NOTE: This property will not be serialized. It can only be populated by the server.
863
- */
864
- readonly name?: string;
865
- /**
866
- * Resource type. Example: "Microsoft.Quota/quotas"
867
- * NOTE: This property will not be serialized. It can only be populated by the server.
868
- */
869
- readonly type?: string;
870
- }
871
-
872
- /** Quota limits request response. */
873
- export interface QuotaLimitsResponse {
874
- /** List of quota limits with the quota request status. */
875
- value?: CurrentQuotaLimitBase[];
876
- /** The URI used to fetch the next page of quota limits. When there are no more pages, this is null. */
877
- nextLink?: string;
878
- }
879
-
880
- /** Quota change requests information. */
881
- export interface CreateGenericQuotaRequestParameters {
882
- /** Quota change requests. */
883
- value?: CurrentQuotaLimitBase[];
884
- }
885
-
886
- /** Quota request response. */
887
- export interface QuotaRequestOneResourceSubmitResponse {
888
- /**
889
- * Quota request ID.
890
- * NOTE: This property will not be serialized. It can only be populated by the server.
891
- */
892
- readonly id?: string;
893
- /**
894
- * The name of the quota request.
895
- * NOTE: This property will not be serialized. It can only be populated by the server.
896
- */
897
- readonly name?: string;
898
- /**
899
- * Resource type. "Microsoft.Quota/ServiceLimitRequests"
900
- * NOTE: This property will not be serialized. It can only be populated by the server.
901
- */
902
- readonly type?: string;
903
- /** Quota request details. */
904
- properties?: QuotaRequestOneResourceProperties;
905
- }
906
-
907
- /** Quota request. */
908
- export interface QuotaRequestOneResourceProperties {
909
- /**
910
- * Quota request status.
911
- * NOTE: This property will not be serialized. It can only be populated by the server.
912
- */
913
- readonly provisioningState?: QuotaRequestState;
914
- /**
915
- * User-friendly status message.
916
- * NOTE: This property will not be serialized. It can only be populated by the server.
917
- */
918
- readonly message?: string;
919
- /**
920
- * Quota request submission time. The date conforms to the following ISO 8601 standard format: yyyy-MM-ddTHH:mm:ssZ.
921
- * NOTE: This property will not be serialized. It can only be populated by the server.
922
- */
923
- readonly requestSubmitTime?: Date;
924
- /** Resource quota limit properties. */
925
- limit?: LimitObject;
926
- /**
927
- * Usage information for the current resource.
928
- * NOTE: This property will not be serialized. It can only be populated by the server.
929
- */
930
- readonly currentValue?: number;
931
- /** 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. */
932
- unit?: string;
933
- /** Resource name provided by the resource provider. Use this property name when requesting quota. */
934
- name?: ResourceName;
935
- /** The name of the resource type. Optional field. */
936
- resourceType?: string;
937
- /**
938
- * The time period over which the quota usage values are summarized. For example:
939
- * *P1D (per one day)
940
- * *PT1M (per one minute)
941
- * *PT1S (per one second).
942
- * This parameter is optional because, for some resources like compute, the period is irrelevant.
943
- * NOTE: This property will not be serialized. It can only be populated by the server.
944
- */
945
- readonly quotaPeriod?: string;
946
- /**
947
- * States if quota can be requested for this resource.
948
- * NOTE: This property will not be serialized. It can only be populated by the server.
949
- */
950
- readonly isQuotaApplicable?: boolean;
951
- /** Error details of the quota request. */
952
- error?: ServiceErrorDetail;
953
- /** Additional properties for the specific resource provider. */
954
- properties?: Record<string, unknown>;
955
- }
956
-
957
- /** Quota request response. */
958
- export interface QuotaRequestSubmitResponse {
959
- /**
960
- * Quota request ID.
961
- * NOTE: This property will not be serialized. It can only be populated by the server.
962
- */
963
- readonly id?: string;
964
- /**
965
- * Quota request name.
966
- * NOTE: This property will not be serialized. It can only be populated by the server.
967
- */
968
- readonly name?: string;
969
- /** Quota request details. */
970
- properties?: QuotaRequestProperties;
971
- /**
972
- * Resource type. "Microsoft.Quota/quotas".
973
- * NOTE: This property will not be serialized. It can only be populated by the server.
974
- */
975
- readonly type?: string;
976
- }
977
-
978
- /** The quota request response with the quota request ID. */
979
- export interface QuotaRequestSubmitResponse202 {
980
- /**
981
- * 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.
982
- * NOTE: This property will not be serialized. It can only be populated by the server.
983
- */
984
- readonly id?: string;
985
- /**
986
- * Operation ID.
987
- * NOTE: This property will not be serialized. It can only be populated by the server.
988
- */
989
- readonly name?: string;
990
- /**
991
- * Resource type.
992
- * NOTE: This property will not be serialized. It can only be populated by the server.
993
- */
994
- readonly type?: string;
995
- /** Quota request status. */
996
- properties?: QuotaRequestStatusDetails;
997
- }
998
-
999
- /** Quota request status details. */
1000
- export interface QuotaRequestStatusDetails {
1001
- /**
1002
- * Quota request status.
1003
- * NOTE: This property will not be serialized. It can only be populated by the server.
1004
- */
1005
- readonly provisioningState?: QuotaRequestState;
1006
- /**
1007
- * User-friendly message.
1008
- * NOTE: This property will not be serialized. It can only be populated by the server.
1009
- */
1010
- readonly message?: string;
1011
- /** Resource quota limit properties. */
1012
- limit?: LimitObject;
1013
- /** 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. */
1014
- unit?: string;
1015
- /** Resource name provided by the resource provider. Use this property name when requesting quota. */
1016
- name?: ResourceName;
1017
- /** The name of the resource type. Optional field. */
1018
- resourceType?: string;
1019
- /**
1020
- * The time period over which the quota usage values are summarized. For example:
1021
- * *P1D (per one day)
1022
- * *PT1M (per one minute)
1023
- * *PT1S (per one second).
1024
- * This parameter is optional because, for some resources like compute, the period is irrelevant.
1025
- * NOTE: This property will not be serialized. It can only be populated by the server.
1026
- */
1027
- readonly quotaPeriod?: string;
1028
- /** Additional properties for the specific resource provider. */
1029
- properties?: Record<string, unknown>;
1030
- }
1031
-
1032
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
1033
- export interface ProxyResource extends Resource {}
1034
-
1035
- /** The resource quota limit value. */
1036
- export interface LimitObject extends LimitJsonObject {
1037
- /** Polymorphic discriminator, which specifies the different types this object can be */
1038
- limitObjectType: "LimitValue";
1039
- /** The quota/limit value */
1040
- value: number;
1041
- /** The quota or usages limit types. */
1042
- limitType?: QuotaLimitTypes;
1043
- }
1044
-
1045
- /** Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified. */
1046
- export interface GroupQuotasEntity extends ProxyResource {
1047
- /** Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified. */
1048
- properties?: GroupQuotasEntityBase;
1049
- }
1050
-
1051
- /** The provisioning state for the operation. */
1052
- export interface LROResponse extends ProxyResource {
1053
- properties?: LROResponseProperties;
1054
- }
1055
-
1056
- /** Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified. */
1057
- export interface GroupQuotasEntityPatch extends ProxyResource {
1058
- /** Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified. */
1059
- properties?: GroupQuotasEntityBasePatch;
1060
- }
1061
-
1062
- /** This represents a Azure subscriptionId that is associated with a GroupQuotasEntity. */
1063
- export interface GroupQuotaSubscriptionId extends ProxyResource {
1064
- properties?: GroupQuotaSubscriptionIdProperties;
1065
- }
1066
-
1067
- /** The new quota limit request status. */
1068
- export interface GroupQuotaSubscriptionRequestStatus extends ProxyResource {
1069
- properties?: GroupQuotaSubscriptionRequestStatusProperties;
1070
- }
1071
-
1072
- /** Group Quota limit. */
1073
- export interface GroupQuotaLimit extends ProxyResource {
1074
- /** Group Quota properties for the specified resource. */
1075
- properties?: GroupQuotaDetails;
1076
- }
1077
-
1078
- /** Status of a single GroupQuota request. */
1079
- export interface SubmittedResourceRequestStatus extends ProxyResource {
1080
- properties?: SubmittedResourceRequestStatusProperties;
1081
- }
1082
-
1083
- /** 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. */
1084
- export interface SubscriptionQuotaAllocations extends ProxyResource {
1085
- /** Quota properties for the specified resource. */
1086
- properties?: SubscriptionQuotaDetails;
1087
- }
1088
-
1089
- /** The subscription quota allocation status. */
1090
- export interface QuotaAllocationRequestStatus extends ProxyResource {
1091
- properties?: QuotaAllocationRequestStatusProperties;
1092
- }
1093
-
1094
- /** Resource details with usages and GroupQuota. */
1095
- export interface ResourceUsages extends ProxyResource {
1096
- /** Resource details with usages and GroupQuota. */
1097
- properties?: GroupQuotaUsagesBase;
1098
- }
1099
-
1100
- /** The GroupQuota Enforcement status for a Azure Location/Region. */
1101
- export interface GroupQuotasEnforcementResponse extends ProxyResource {
1102
- properties?: GroupQuotasEnforcementResponseProperties;
1103
- }
1104
-
1105
- /** Defines headers for GroupQuotas_createOrUpdate operation. */
1106
- export interface GroupQuotasCreateOrUpdateHeaders {
1107
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
1108
- retryAfter?: number;
1109
- /**
1110
- * URL for determining when an operation has completed. Send a GET request to the URL in Location header.
1111
- * The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
1112
- *
1113
- * 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
1114
- */
1115
- location?: string;
1116
- /**
1117
- * URL for checking the ongoing status of the operation.
1118
- * To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
1119
- *
1120
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
1121
- */
1122
- azureAsyncOperation?: string;
1123
- }
1124
-
1125
- /** Defines headers for GroupQuotas_update operation. */
1126
- export interface GroupQuotasUpdateHeaders {
1127
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
1128
- retryAfter?: number;
1129
- /**
1130
- * URL for determining when an operation has completed. Send a GET request to the URL in Location header.
1131
- * The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
1132
- *
1133
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers
1134
- */
1135
- location?: string;
1136
- /**
1137
- * URL for checking the ongoing status of the operation.
1138
- * To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
1139
- *
1140
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
1141
- */
1142
- azureAsyncOperation?: string;
1143
- }
1144
-
1145
- /** Defines headers for GroupQuotas_delete operation. */
1146
- export interface GroupQuotasDeleteHeaders {
1147
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
1148
- retryAfter?: number;
1149
- /**
1150
- * URL for determining when an operation has completed. Send a GET request to the URL in Location header.
1151
- * The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
1152
- *
1153
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers
1154
- */
1155
- location?: string;
1156
- /**
1157
- * URL for checking the ongoing status of the operation.
1158
- * To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
1159
- *
1160
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
1161
- */
1162
- azureAsyncOperation?: string;
1163
- }
1164
-
1165
- /** Defines headers for GroupQuotaSubscriptions_createOrUpdate operation. */
1166
- export interface GroupQuotaSubscriptionsCreateOrUpdateHeaders {
1167
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
1168
- retryAfter?: number;
1169
- /**
1170
- * URL for determining when an operation has completed. Send a GET request to the URL in Location header.
1171
- * The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
1172
- *
1173
- * 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
1174
- */
1175
- location?: string;
1176
- /**
1177
- * URL for checking the ongoing status of the operation.
1178
- * To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
1179
- *
1180
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
1181
- */
1182
- azureAsyncOperation?: string;
1183
- }
1184
-
1185
- /** Defines headers for GroupQuotaSubscriptions_update operation. */
1186
- export interface GroupQuotaSubscriptionsUpdateHeaders {
1187
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
1188
- retryAfter?: number;
1189
- /**
1190
- * URL for determining when an operation has completed. Send a GET request to the URL in Location header.
1191
- * The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
1192
- *
1193
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers
1194
- */
1195
- location?: string;
1196
- /**
1197
- * URL for checking the ongoing status of the operation.
1198
- * To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
1199
- *
1200
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
1201
- */
1202
- azureAsyncOperation?: string;
1203
- }
1204
-
1205
- /** Defines headers for GroupQuotaSubscriptions_delete operation. */
1206
- export interface GroupQuotaSubscriptionsDeleteHeaders {
1207
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
1208
- retryAfter?: number;
1209
- /**
1210
- * URL for determining when an operation has completed. Send a GET request to the URL in Location header.
1211
- * The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
1212
- *
1213
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers
1214
- */
1215
- location?: string;
1216
- /**
1217
- * URL for checking the ongoing status of the operation.
1218
- * To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
1219
- *
1220
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
1221
- */
1222
- azureAsyncOperation?: string;
1223
- }
1224
-
1225
- /** Defines headers for GroupQuotaLimitsRequest_createOrUpdate operation. */
1226
- export interface GroupQuotaLimitsRequestCreateOrUpdateHeaders {
1227
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
1228
- retryAfter?: number;
1229
- /**
1230
- * URL for determining when an operation has completed. Send a GET request to the URL in Location header.
1231
- * The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
1232
- *
1233
- * 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
1234
- */
1235
- location?: string;
1236
- /**
1237
- * URL for checking the ongoing status of the operation.
1238
- * To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
1239
- *
1240
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
1241
- */
1242
- azureAsyncOperation?: string;
1243
- }
1244
-
1245
- /** Defines headers for GroupQuotaLimitsRequest_update operation. */
1246
- export interface GroupQuotaLimitsRequestUpdateHeaders {
1247
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
1248
- retryAfter?: number;
1249
- /**
1250
- * URL for determining when an operation has completed. Send a GET request to the URL in Location header.
1251
- * The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
1252
- *
1253
- * 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
1254
- */
1255
- location?: string;
1256
- /**
1257
- * URL for checking the ongoing status of the operation.
1258
- * To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
1259
- *
1260
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
1261
- */
1262
- azureAsyncOperation?: string;
1263
- }
1264
-
1265
- /** Defines headers for GroupQuotaSubscriptionAllocationRequest_createOrUpdate operation. */
1266
- export interface GroupQuotaSubscriptionAllocationRequestCreateOrUpdateHeaders {
1267
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
1268
- retryAfter?: number;
1269
- /**
1270
- * URL for determining when an operation has completed. Send a GET request to the URL in Location header.
1271
- * The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
1272
- *
1273
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers
1274
- */
1275
- location?: string;
1276
- /**
1277
- * URL for checking the ongoing status of the operation.
1278
- * To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
1279
- *
1280
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
1281
- */
1282
- azureAsyncOperation?: string;
1283
- }
1284
-
1285
- /** Defines headers for GroupQuotaSubscriptionAllocationRequest_update operation. */
1286
- export interface GroupQuotaSubscriptionAllocationRequestUpdateHeaders {
1287
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
1288
- retryAfter?: number;
1289
- /**
1290
- * URL for determining when an operation has completed. Send a GET request to the URL in Location header.
1291
- * The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
1292
- *
1293
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers
1294
- */
1295
- location?: string;
1296
- /**
1297
- * URL for checking the ongoing status of the operation.
1298
- * To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
1299
- *
1300
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
1301
- */
1302
- azureAsyncOperation?: string;
1303
- }
1304
-
1305
- /** Defines headers for GroupQuotaLocationSettings_createOrUpdate operation. */
1306
- export interface GroupQuotaLocationSettingsCreateOrUpdateHeaders {
1307
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
1308
- retryAfter?: number;
1309
- /**
1310
- * URL for determining when an operation has completed. Send a GET request to the URL in Location header.
1311
- * The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
1312
- *
1313
- * 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
1314
- */
1315
- location?: string;
1316
- /**
1317
- * URL for checking the ongoing status of the operation.
1318
- * To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
1319
- *
1320
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
1321
- */
1322
- azureAsyncOperation?: string;
1323
- }
1324
-
1325
- /** Defines headers for GroupQuotaLocationSettings_update operation. */
1326
- export interface GroupQuotaLocationSettingsUpdateHeaders {
1327
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
1328
- retryAfter?: number;
1329
- /**
1330
- * URL for determining when an operation has completed. Send a GET request to the URL in Location header.
1331
- * The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
1332
- *
1333
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers
1334
- */
1335
- location?: string;
1336
- /**
1337
- * URL for checking the ongoing status of the operation.
1338
- * To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
1339
- *
1340
- * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
1341
- */
1342
- azureAsyncOperation?: string;
1343
- }
1344
-
1345
- /** Defines headers for Usages_get operation. */
1346
- export interface UsagesGetHeaders {
1347
- /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */
1348
- eTag?: string;
1349
- }
1350
-
1351
- /** Defines headers for Usages_list operation. */
1352
- export interface UsagesListHeaders {
1353
- /** Current entity state version. It should be treated as opaque and used to make conditional HTTP requests. */
1354
- eTag?: string;
1355
- }
1356
-
1357
- /** Defines headers for Usages_listNext operation. */
1358
- export interface UsagesListNextHeaders {
1359
- /** Current entity state version. It should be treated as opaque and used to make conditional HTTP requests. */
1360
- eTag?: string;
1361
- }
1362
-
1363
- /** Defines headers for Quota_get operation. */
1364
- export interface QuotaGetHeaders {
1365
- /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */
1366
- eTag?: string;
1367
- }
1368
-
1369
- /** Defines headers for Quota_list operation. */
1370
- export interface QuotaListHeaders {
1371
- /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */
1372
- eTag?: string;
1373
- }
1374
-
1375
- /** Defines headers for Quota_listNext operation. */
1376
- export interface QuotaListNextHeaders {
1377
- /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */
1378
- eTag?: string;
1379
- }
1380
-
1381
- /** Known values of {@link GroupingIdType} that the service accepts. */
1382
- export enum KnownGroupingIdType {
1383
- /** ServiceTreeId */
1384
- ServiceTreeId = "ServiceTreeId",
1385
- /** BillingId */
1386
- BillingId = "BillingId",
1387
- }
1388
-
1389
- /**
1390
- * Defines values for GroupingIdType. \
1391
- * {@link KnownGroupingIdType} can be used interchangeably with GroupingIdType,
1392
- * this enum contains the known values that the service supports.
1393
- * ### Known values supported by the service
1394
- * **ServiceTreeId** \
1395
- * **BillingId**
1396
- */
1397
- export type GroupingIdType = string;
1398
-
1399
- /** Known values of {@link EnvironmentType} that the service accepts. */
1400
- export enum KnownEnvironmentType {
1401
- /** NonProduction */
1402
- NonProduction = "NonProduction",
1403
- /** Production */
1404
- Production = "Production",
1405
- }
1406
-
1407
- /**
1408
- * Defines values for EnvironmentType. \
1409
- * {@link KnownEnvironmentType} can be used interchangeably with EnvironmentType,
1410
- * this enum contains the known values that the service supports.
1411
- * ### Known values supported by the service
1412
- * **NonProduction** \
1413
- * **Production**
1414
- */
1415
- export type EnvironmentType = string;
1416
-
1417
- /** Known values of {@link RequestState} that the service accepts. */
1418
- export enum KnownRequestState {
1419
- /** Accepted */
1420
- Accepted = "Accepted",
1421
- /** Created */
1422
- Created = "Created",
1423
- /** Invalid */
1424
- Invalid = "Invalid",
1425
- /** Succeeded */
1426
- Succeeded = "Succeeded",
1427
- /** Failed */
1428
- Failed = "Failed",
1429
- /** InProgress */
1430
- InProgress = "InProgress",
1431
- /** Canceled */
1432
- Canceled = "Canceled",
1433
- }
1434
-
1435
- /**
1436
- * Defines values for RequestState. \
1437
- * {@link KnownRequestState} can be used interchangeably with RequestState,
1438
- * this enum contains the known values that the service supports.
1439
- * ### Known values supported by the service
1440
- * **Accepted** \
1441
- * **Created** \
1442
- * **Invalid** \
1443
- * **Succeeded** \
1444
- * **Failed** \
1445
- * **InProgress** \
1446
- * **Canceled**
1447
- */
1448
- export type RequestState = string;
1449
-
1450
- /** Known values of {@link CreatedByType} that the service accepts. */
1451
- export enum KnownCreatedByType {
1452
- /** User */
1453
- User = "User",
1454
- /** Application */
1455
- Application = "Application",
1456
- /** ManagedIdentity */
1457
- ManagedIdentity = "ManagedIdentity",
1458
- /** Key */
1459
- Key = "Key",
1460
- }
1461
-
1462
- /**
1463
- * Defines values for CreatedByType. \
1464
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
1465
- * this enum contains the known values that the service supports.
1466
- * ### Known values supported by the service
1467
- * **User** \
1468
- * **Application** \
1469
- * **ManagedIdentity** \
1470
- * **Key**
1471
- */
1472
- export type CreatedByType = string;
1473
-
1474
- /** Known values of {@link EnforcementState} that the service accepts. */
1475
- export enum KnownEnforcementState {
1476
- /** Enabled */
1477
- Enabled = "Enabled",
1478
- /** Disabled */
1479
- Disabled = "Disabled",
1480
- /** NotAvailable */
1481
- NotAvailable = "NotAvailable",
1482
- }
1483
-
1484
- /**
1485
- * Defines values for EnforcementState. \
1486
- * {@link KnownEnforcementState} can be used interchangeably with EnforcementState,
1487
- * this enum contains the known values that the service supports.
1488
- * ### Known values supported by the service
1489
- * **Enabled** \
1490
- * **Disabled** \
1491
- * **NotAvailable**
1492
- */
1493
- export type EnforcementState = string;
1494
-
1495
- /** Known values of {@link UsagesTypes} that the service accepts. */
1496
- export enum KnownUsagesTypes {
1497
- /** Individual */
1498
- Individual = "Individual",
1499
- /** Combined */
1500
- Combined = "Combined",
1501
- }
1502
-
1503
- /**
1504
- * Defines values for UsagesTypes. \
1505
- * {@link KnownUsagesTypes} can be used interchangeably with UsagesTypes,
1506
- * this enum contains the known values that the service supports.
1507
- * ### Known values supported by the service
1508
- * **Individual** \
1509
- * **Combined**
1510
- */
1511
- export type UsagesTypes = string;
1512
-
1513
- /** Known values of {@link LimitType} that the service accepts. */
1514
- export enum KnownLimitType {
1515
- /** LimitValue */
1516
- LimitValue = "LimitValue",
1517
- }
1518
-
1519
- /**
1520
- * Defines values for LimitType. \
1521
- * {@link KnownLimitType} can be used interchangeably with LimitType,
1522
- * this enum contains the known values that the service supports.
1523
- * ### Known values supported by the service
1524
- * **LimitValue**
1525
- */
1526
- export type LimitType = string;
1527
-
1528
- /** Known values of {@link QuotaRequestState} that the service accepts. */
1529
- export enum KnownQuotaRequestState {
1530
- /** Accepted */
1531
- Accepted = "Accepted",
1532
- /** Invalid */
1533
- Invalid = "Invalid",
1534
- /** Succeeded */
1535
- Succeeded = "Succeeded",
1536
- /** Failed */
1537
- Failed = "Failed",
1538
- /** InProgress */
1539
- InProgress = "InProgress",
1540
- }
1541
-
1542
- /**
1543
- * Defines values for QuotaRequestState. \
1544
- * {@link KnownQuotaRequestState} can be used interchangeably with QuotaRequestState,
1545
- * this enum contains the known values that the service supports.
1546
- * ### Known values supported by the service
1547
- * **Accepted** \
1548
- * **Invalid** \
1549
- * **Succeeded** \
1550
- * **Failed** \
1551
- * **InProgress**
1552
- */
1553
- export type QuotaRequestState = string;
1554
-
1555
- /** Known values of {@link QuotaLimitTypes} that the service accepts. */
1556
- export enum KnownQuotaLimitTypes {
1557
- /** Independent */
1558
- Independent = "Independent",
1559
- /** Shared */
1560
- Shared = "Shared",
1561
- }
1562
-
1563
- /**
1564
- * Defines values for QuotaLimitTypes. \
1565
- * {@link KnownQuotaLimitTypes} can be used interchangeably with QuotaLimitTypes,
1566
- * this enum contains the known values that the service supports.
1567
- * ### Known values supported by the service
1568
- * **Independent** \
1569
- * **Shared**
1570
- */
1571
- export type QuotaLimitTypes = string;
1572
-
1573
- /** Optional parameters. */
1574
- export interface GroupQuotasCreateOrUpdateOptionalParams
1575
- extends coreClient.OperationOptions {
1576
- /** The GroupQuota body details for creation or update of a GroupQuota entity. */
1577
- groupQuotaPutRequestBody?: GroupQuotasEntity;
1578
- /** Delay to wait until next poll, in milliseconds. */
1579
- updateIntervalInMs?: number;
1580
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1581
- resumeFrom?: string;
1582
- }
1583
-
1584
- /** Contains response data for the createOrUpdate operation. */
1585
- export type GroupQuotasCreateOrUpdateResponse = GroupQuotasEntity;
1586
-
1587
- /** Optional parameters. */
1588
- export interface GroupQuotasUpdateOptionalParams
1589
- extends coreClient.OperationOptions {
1590
- /** The GroupQuotas Patch Request. */
1591
- groupQuotasPatchRequestBody?: GroupQuotasEntityPatch;
1592
- /** Delay to wait until next poll, in milliseconds. */
1593
- updateIntervalInMs?: number;
1594
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1595
- resumeFrom?: string;
1596
- }
1597
-
1598
- /** Contains response data for the update operation. */
1599
- export type GroupQuotasUpdateResponse = GroupQuotasEntity;
1600
-
1601
- /** Optional parameters. */
1602
- export interface GroupQuotasGetOptionalParams
1603
- extends coreClient.OperationOptions {}
1604
-
1605
- /** Contains response data for the get operation. */
1606
- export type GroupQuotasGetResponse = GroupQuotasEntity;
1607
-
1608
- /** Optional parameters. */
1609
- export interface GroupQuotasDeleteOptionalParams
1610
- extends coreClient.OperationOptions {
1611
- /** Delay to wait until next poll, in milliseconds. */
1612
- updateIntervalInMs?: number;
1613
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1614
- resumeFrom?: string;
1615
- }
1616
-
1617
- /** Contains response data for the delete operation. */
1618
- export type GroupQuotasDeleteResponse = GroupQuotasDeleteHeaders;
1619
-
1620
- /** Optional parameters. */
1621
- export interface GroupQuotasListOptionalParams
1622
- extends coreClient.OperationOptions {}
1623
-
1624
- /** Contains response data for the list operation. */
1625
- export type GroupQuotasListResponse = GroupQuotaList;
1626
-
1627
- /** Optional parameters. */
1628
- export interface GroupQuotasListNextOptionalParams
1629
- extends coreClient.OperationOptions {}
1630
-
1631
- /** Contains response data for the listNext operation. */
1632
- export type GroupQuotasListNextResponse = GroupQuotaList;
1633
-
1634
- /** Optional parameters. */
1635
- export interface GroupQuotaSubscriptionsCreateOrUpdateOptionalParams
1636
- extends coreClient.OperationOptions {
1637
- /** Delay to wait until next poll, in milliseconds. */
1638
- updateIntervalInMs?: number;
1639
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1640
- resumeFrom?: string;
1641
- }
1642
-
1643
- /** Contains response data for the createOrUpdate operation. */
1644
- export type GroupQuotaSubscriptionsCreateOrUpdateResponse =
1645
- GroupQuotaSubscriptionId;
1646
-
1647
- /** Optional parameters. */
1648
- export interface GroupQuotaSubscriptionsUpdateOptionalParams
1649
- extends coreClient.OperationOptions {
1650
- /** Delay to wait until next poll, in milliseconds. */
1651
- updateIntervalInMs?: number;
1652
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1653
- resumeFrom?: string;
1654
- }
1655
-
1656
- /** Contains response data for the update operation. */
1657
- export type GroupQuotaSubscriptionsUpdateResponse = GroupQuotaSubscriptionId;
1658
-
1659
- /** Optional parameters. */
1660
- export interface GroupQuotaSubscriptionsDeleteOptionalParams
1661
- extends coreClient.OperationOptions {
1662
- /** Delay to wait until next poll, in milliseconds. */
1663
- updateIntervalInMs?: number;
1664
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1665
- resumeFrom?: string;
1666
- }
1667
-
1668
- /** Contains response data for the delete operation. */
1669
- export type GroupQuotaSubscriptionsDeleteResponse =
1670
- GroupQuotaSubscriptionsDeleteHeaders;
1671
-
1672
- /** Optional parameters. */
1673
- export interface GroupQuotaSubscriptionsGetOptionalParams
1674
- extends coreClient.OperationOptions {}
1675
-
1676
- /** Contains response data for the get operation. */
1677
- export type GroupQuotaSubscriptionsGetResponse = GroupQuotaSubscriptionId;
1678
-
1679
- /** Optional parameters. */
1680
- export interface GroupQuotaSubscriptionsListOptionalParams
1681
- extends coreClient.OperationOptions {}
1682
-
1683
- /** Contains response data for the list operation. */
1684
- export type GroupQuotaSubscriptionsListResponse = GroupQuotaSubscriptionIdList;
1685
-
1686
- /** Optional parameters. */
1687
- export interface GroupQuotaSubscriptionsListNextOptionalParams
1688
- extends coreClient.OperationOptions {}
1689
-
1690
- /** Contains response data for the listNext operation. */
1691
- export type GroupQuotaSubscriptionsListNextResponse =
1692
- GroupQuotaSubscriptionIdList;
1693
-
1694
- /** Optional parameters. */
1695
- export interface GroupQuotaSubscriptionRequestsListOptionalParams
1696
- extends coreClient.OperationOptions {}
1697
-
1698
- /** Contains response data for the list operation. */
1699
- export type GroupQuotaSubscriptionRequestsListResponse =
1700
- GroupQuotaSubscriptionRequestStatusList;
1701
-
1702
- /** Optional parameters. */
1703
- export interface GroupQuotaSubscriptionRequestsGetOptionalParams
1704
- extends coreClient.OperationOptions {}
1705
-
1706
- /** Contains response data for the get operation. */
1707
- export type GroupQuotaSubscriptionRequestsGetResponse =
1708
- GroupQuotaSubscriptionRequestStatus;
1709
-
1710
- /** Optional parameters. */
1711
- export interface GroupQuotaSubscriptionRequestsListNextOptionalParams
1712
- extends coreClient.OperationOptions {}
1713
-
1714
- /** Contains response data for the listNext operation. */
1715
- export type GroupQuotaSubscriptionRequestsListNextResponse =
1716
- GroupQuotaSubscriptionRequestStatusList;
1717
-
1718
- /** Optional parameters. */
1719
- export interface GroupQuotaLimitsGetOptionalParams
1720
- extends coreClient.OperationOptions {}
1721
-
1722
- /** Contains response data for the get operation. */
1723
- export type GroupQuotaLimitsGetResponse = GroupQuotaLimit;
1724
-
1725
- /** Optional parameters. */
1726
- export interface GroupQuotaLimitsListOptionalParams
1727
- extends coreClient.OperationOptions {}
1728
-
1729
- /** Contains response data for the list operation. */
1730
- export type GroupQuotaLimitsListResponse = GroupQuotaLimitList;
1731
-
1732
- /** Optional parameters. */
1733
- export interface GroupQuotaLimitsListNextOptionalParams
1734
- extends coreClient.OperationOptions {}
1735
-
1736
- /** Contains response data for the listNext operation. */
1737
- export type GroupQuotaLimitsListNextResponse = GroupQuotaLimitList;
1738
-
1739
- /** Optional parameters. */
1740
- export interface GroupQuotaLimitsRequestCreateOrUpdateOptionalParams
1741
- extends coreClient.OperationOptions {
1742
- /** The GroupQuotaRequest body details for specific resourceProvider/location/resources. */
1743
- groupQuotaRequest?: SubmittedResourceRequestStatus;
1744
- /** Delay to wait until next poll, in milliseconds. */
1745
- updateIntervalInMs?: number;
1746
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1747
- resumeFrom?: string;
1748
- }
1749
-
1750
- /** Contains response data for the createOrUpdate operation. */
1751
- export type GroupQuotaLimitsRequestCreateOrUpdateResponse =
1752
- SubmittedResourceRequestStatus;
1753
-
1754
- /** Optional parameters. */
1755
- export interface GroupQuotaLimitsRequestUpdateOptionalParams
1756
- extends coreClient.OperationOptions {
1757
- /** The GroupQuotaRequest body details for specific resourceProvider/location/resources. */
1758
- groupQuotaRequest?: SubmittedResourceRequestStatus;
1759
- /** Delay to wait until next poll, in milliseconds. */
1760
- updateIntervalInMs?: number;
1761
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1762
- resumeFrom?: string;
1763
- }
1764
-
1765
- /** Contains response data for the update operation. */
1766
- export type GroupQuotaLimitsRequestUpdateResponse =
1767
- SubmittedResourceRequestStatus;
1768
-
1769
- /** Optional parameters. */
1770
- export interface GroupQuotaLimitsRequestGetOptionalParams
1771
- extends coreClient.OperationOptions {}
1772
-
1773
- /** Contains response data for the get operation. */
1774
- export type GroupQuotaLimitsRequestGetResponse = SubmittedResourceRequestStatus;
1775
-
1776
- /** Optional parameters. */
1777
- export interface GroupQuotaLimitsRequestListOptionalParams
1778
- extends coreClient.OperationOptions {}
1779
-
1780
- /** Contains response data for the list operation. */
1781
- export type GroupQuotaLimitsRequestListResponse =
1782
- SubmittedResourceRequestStatusList;
1783
-
1784
- /** Optional parameters. */
1785
- export interface GroupQuotaLimitsRequestListNextOptionalParams
1786
- extends coreClient.OperationOptions {}
1787
-
1788
- /** Contains response data for the listNext operation. */
1789
- export type GroupQuotaLimitsRequestListNextResponse =
1790
- SubmittedResourceRequestStatusList;
1791
-
1792
- /** Optional parameters. */
1793
- export interface GroupQuotaSubscriptionAllocationListOptionalParams
1794
- extends coreClient.OperationOptions {}
1795
-
1796
- /** Contains response data for the list operation. */
1797
- export type GroupQuotaSubscriptionAllocationListResponse =
1798
- SubscriptionQuotaAllocationsList;
1799
-
1800
- /** Optional parameters. */
1801
- export interface GroupQuotaSubscriptionAllocationGetOptionalParams
1802
- extends coreClient.OperationOptions {}
1803
-
1804
- /** Contains response data for the get operation. */
1805
- export type GroupQuotaSubscriptionAllocationGetResponse =
1806
- SubscriptionQuotaAllocations;
1807
-
1808
- /** Optional parameters. */
1809
- export interface GroupQuotaSubscriptionAllocationListNextOptionalParams
1810
- extends coreClient.OperationOptions {}
1811
-
1812
- /** Contains response data for the listNext operation. */
1813
- export type GroupQuotaSubscriptionAllocationListNextResponse =
1814
- SubscriptionQuotaAllocationsList;
1815
-
1816
- /** Optional parameters. */
1817
- export interface GroupQuotaSubscriptionAllocationRequestGetOptionalParams
1818
- extends coreClient.OperationOptions {}
1819
-
1820
- /** Contains response data for the get operation. */
1821
- export type GroupQuotaSubscriptionAllocationRequestGetResponse =
1822
- QuotaAllocationRequestStatus;
1823
-
1824
- /** Optional parameters. */
1825
- export interface GroupQuotaSubscriptionAllocationRequestListOptionalParams
1826
- extends coreClient.OperationOptions {}
1827
-
1828
- /** Contains response data for the list operation. */
1829
- export type GroupQuotaSubscriptionAllocationRequestListResponse =
1830
- QuotaAllocationRequestStatusList;
1831
-
1832
- /** Optional parameters. */
1833
- export interface GroupQuotaSubscriptionAllocationRequestCreateOrUpdateOptionalParams
1834
- extends coreClient.OperationOptions {
1835
- /** Delay to wait until next poll, in milliseconds. */
1836
- updateIntervalInMs?: number;
1837
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1838
- resumeFrom?: string;
1839
- }
1840
-
1841
- /** Contains response data for the createOrUpdate operation. */
1842
- export type GroupQuotaSubscriptionAllocationRequestCreateOrUpdateResponse =
1843
- QuotaAllocationRequestStatus;
1844
-
1845
- /** Optional parameters. */
1846
- export interface GroupQuotaSubscriptionAllocationRequestUpdateOptionalParams
1847
- extends coreClient.OperationOptions {
1848
- /** Delay to wait until next poll, in milliseconds. */
1849
- updateIntervalInMs?: number;
1850
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1851
- resumeFrom?: string;
1852
- }
1853
-
1854
- /** Contains response data for the update operation. */
1855
- export type GroupQuotaSubscriptionAllocationRequestUpdateResponse =
1856
- QuotaAllocationRequestStatus;
1857
-
1858
- /** Optional parameters. */
1859
- export interface GroupQuotaSubscriptionAllocationRequestListNextOptionalParams
1860
- extends coreClient.OperationOptions {}
1861
-
1862
- /** Contains response data for the listNext operation. */
1863
- export type GroupQuotaSubscriptionAllocationRequestListNextResponse =
1864
- QuotaAllocationRequestStatusList;
1865
-
1866
- /** Optional parameters. */
1867
- export interface GroupQuotaUsagesListOptionalParams
1868
- extends coreClient.OperationOptions {}
1869
-
1870
- /** Contains response data for the list operation. */
1871
- export type GroupQuotaUsagesListResponse = ResourceUsageList;
1872
-
1873
- /** Optional parameters. */
1874
- export interface GroupQuotaUsagesListNextOptionalParams
1875
- extends coreClient.OperationOptions {}
1876
-
1877
- /** Contains response data for the listNext operation. */
1878
- export type GroupQuotaUsagesListNextResponse = ResourceUsageList;
1879
-
1880
- /** Optional parameters. */
1881
- export interface GroupQuotaLocationSettingsCreateOrUpdateOptionalParams
1882
- extends coreClient.OperationOptions {
1883
- /** The GroupQuota body details for creation or update of a GroupQuota entity. */
1884
- locationSettings?: GroupQuotasEnforcementResponse;
1885
- /** Delay to wait until next poll, in milliseconds. */
1886
- updateIntervalInMs?: number;
1887
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1888
- resumeFrom?: string;
1889
- }
1890
-
1891
- /** Contains response data for the createOrUpdate operation. */
1892
- export type GroupQuotaLocationSettingsCreateOrUpdateResponse =
1893
- GroupQuotasEnforcementResponse;
1894
-
1895
- /** Optional parameters. */
1896
- export interface GroupQuotaLocationSettingsUpdateOptionalParams
1897
- extends coreClient.OperationOptions {
1898
- /** The GroupQuota body details for creation or update of a GroupQuota entity. */
1899
- locationSettings?: GroupQuotasEnforcementResponse;
1900
- /** Delay to wait until next poll, in milliseconds. */
1901
- updateIntervalInMs?: number;
1902
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1903
- resumeFrom?: string;
1904
- }
1905
-
1906
- /** Contains response data for the update operation. */
1907
- export type GroupQuotaLocationSettingsUpdateResponse =
1908
- GroupQuotasEnforcementResponse;
1909
-
1910
- /** Optional parameters. */
1911
- export interface GroupQuotaLocationSettingsGetOptionalParams
1912
- extends coreClient.OperationOptions {}
1913
-
1914
- /** Contains response data for the get operation. */
1915
- export type GroupQuotaLocationSettingsGetResponse =
1916
- GroupQuotasEnforcementResponse;
1917
-
1918
- /** Optional parameters. */
1919
- export interface GroupQuotaLocationSettingsListOptionalParams
1920
- extends coreClient.OperationOptions {}
1921
-
1922
- /** Contains response data for the list operation. */
1923
- export type GroupQuotaLocationSettingsListResponse =
1924
- GroupQuotasEnforcementListResponse;
1925
-
1926
- /** Optional parameters. */
1927
- export interface GroupQuotaLocationSettingsListNextOptionalParams
1928
- extends coreClient.OperationOptions {}
1929
-
1930
- /** Contains response data for the listNext operation. */
1931
- export type GroupQuotaLocationSettingsListNextResponse =
1932
- GroupQuotasEnforcementListResponse;
1933
-
1934
- /** Optional parameters. */
1935
- export interface UsagesGetOptionalParams extends coreClient.OperationOptions {}
1936
-
1937
- /** Contains response data for the get operation. */
1938
- export type UsagesGetResponse = UsagesGetHeaders & CurrentUsagesBase;
1939
-
1940
- /** Optional parameters. */
1941
- export interface UsagesListOptionalParams extends coreClient.OperationOptions {}
1942
-
1943
- /** Contains response data for the list operation. */
1944
- export type UsagesListResponse = UsagesListHeaders & UsagesLimits;
1945
-
1946
- /** Optional parameters. */
1947
- export interface UsagesListNextOptionalParams
1948
- extends coreClient.OperationOptions {}
1949
-
1950
- /** Contains response data for the listNext operation. */
1951
- export type UsagesListNextResponse = UsagesListNextHeaders & UsagesLimits;
1952
-
1953
- /** Optional parameters. */
1954
- export interface QuotaGetOptionalParams extends coreClient.OperationOptions {}
1955
-
1956
- /** Contains response data for the get operation. */
1957
- export type QuotaGetResponse = QuotaGetHeaders & CurrentQuotaLimitBase;
1958
-
1959
- /** Optional parameters. */
1960
- export interface QuotaCreateOrUpdateOptionalParams
1961
- extends coreClient.OperationOptions {
1962
- /** Delay to wait until next poll, in milliseconds. */
1963
- updateIntervalInMs?: number;
1964
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1965
- resumeFrom?: string;
1966
- }
1967
-
1968
- /** Contains response data for the createOrUpdate operation. */
1969
- export type QuotaCreateOrUpdateResponse = CurrentQuotaLimitBase;
1970
-
1971
- /** Optional parameters. */
1972
- export interface QuotaUpdateOptionalParams extends coreClient.OperationOptions {
1973
- /** Delay to wait until next poll, in milliseconds. */
1974
- updateIntervalInMs?: number;
1975
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1976
- resumeFrom?: string;
1977
- }
1978
-
1979
- /** Contains response data for the update operation. */
1980
- export type QuotaUpdateResponse = CurrentQuotaLimitBase;
1981
-
1982
- /** Optional parameters. */
1983
- export interface QuotaListOptionalParams extends coreClient.OperationOptions {}
1984
-
1985
- /** Contains response data for the list operation. */
1986
- export type QuotaListResponse = QuotaListHeaders & QuotaLimits;
1987
-
1988
- /** Optional parameters. */
1989
- export interface QuotaListNextOptionalParams
1990
- extends coreClient.OperationOptions {}
1991
-
1992
- /** Contains response data for the listNext operation. */
1993
- export type QuotaListNextResponse = QuotaListNextHeaders & QuotaLimits;
1994
-
1995
- /** Optional parameters. */
1996
- export interface QuotaRequestStatusGetOptionalParams
1997
- extends coreClient.OperationOptions {}
1998
-
1999
- /** Contains response data for the get operation. */
2000
- export type QuotaRequestStatusGetResponse = QuotaRequestDetails;
2001
-
2002
- /** Optional parameters. */
2003
- export interface QuotaRequestStatusListOptionalParams
2004
- extends coreClient.OperationOptions {
2005
- /**
2006
- * | Field | Supported operators
2007
- * |---------------------|------------------------
2008
- *
2009
- * |requestSubmitTime | ge, le, eq, gt, lt
2010
- * |provisioningState eq {QuotaRequestState}
2011
- * |resourceName eq {resourceName}
2012
- *
2013
- */
2014
- filter?: string;
2015
- /** Number of records to return. */
2016
- top?: number;
2017
- /** 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. */
2018
- skiptoken?: string;
2019
- }
2020
-
2021
- /** Contains response data for the list operation. */
2022
- export type QuotaRequestStatusListResponse = QuotaRequestDetailsList;
2023
-
2024
- /** Optional parameters. */
2025
- export interface QuotaRequestStatusListNextOptionalParams
2026
- extends coreClient.OperationOptions {}
2027
-
2028
- /** Contains response data for the listNext operation. */
2029
- export type QuotaRequestStatusListNextResponse = QuotaRequestDetailsList;
2030
-
2031
- /** Optional parameters. */
2032
- export interface QuotaOperationListOptionalParams
2033
- extends coreClient.OperationOptions {}
2034
-
2035
- /** Contains response data for the list operation. */
2036
- export type QuotaOperationListResponse = OperationList;
2037
-
2038
- /** Optional parameters. */
2039
- export interface QuotaOperationListNextOptionalParams
2040
- extends coreClient.OperationOptions {}
2041
-
2042
- /** Contains response data for the listNext operation. */
2043
- export type QuotaOperationListNextResponse = OperationList;
2044
-
2045
- /** Optional parameters. */
2046
- export interface AzureQuotaExtensionAPIOptionalParams
2047
- extends coreClient.ServiceClientOptions {
2048
- /** server parameter */
2049
- $host?: string;
2050
- /** Api Version */
2051
- apiVersion?: string;
2052
- /** Overrides client endpoint. */
2053
- endpoint?: string;
2054
- }