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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (827) hide show
  1. package/CHANGELOG.md +262 -1
  2. package/LICENSE +4 -4
  3. package/README.md +25 -19
  4. package/dist/browser/azureQuotaExtensionAPI.d.ts +31 -0
  5. package/dist/browser/azureQuotaExtensionAPI.d.ts.map +1 -0
  6. package/dist/browser/azureQuotaExtensionAPI.js +108 -0
  7. package/dist/browser/azureQuotaExtensionAPI.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/dist/browser/index.js +13 -0
  11. package/dist/browser/index.js.map +1 -0
  12. package/dist/browser/lroImpl.js.map +1 -0
  13. package/dist/browser/models/index.d.ts +1544 -0
  14. package/dist/browser/models/index.d.ts.map +1 -0
  15. package/dist/browser/models/index.js +74 -0
  16. package/dist/browser/models/index.js.map +1 -0
  17. package/dist/browser/models/mappers.d.ts +103 -0
  18. package/dist/browser/models/mappers.d.ts.map +1 -0
  19. package/dist/browser/models/mappers.js +2517 -0
  20. package/dist/browser/models/mappers.js.map +1 -0
  21. package/dist/browser/models/parameters.d.ts +26 -0
  22. package/dist/browser/models/parameters.d.ts.map +1 -0
  23. package/dist/browser/models/parameters.js +243 -0
  24. package/dist/browser/models/parameters.js.map +1 -0
  25. package/dist/browser/operations/groupQuotaLimits.d.ts +25 -0
  26. package/dist/browser/operations/groupQuotaLimits.d.ts.map +1 -0
  27. package/dist/browser/operations/groupQuotaLimits.js +65 -0
  28. package/dist/browser/operations/groupQuotaLimits.js.map +1 -0
  29. package/dist/browser/operations/groupQuotaLimitsRequest.d.ts +99 -0
  30. package/dist/browser/operations/groupQuotaLimitsRequest.d.ts.map +1 -0
  31. package/dist/browser/operations/groupQuotaLimitsRequest.js +324 -0
  32. package/dist/browser/operations/groupQuotaLimitsRequest.js.map +1 -0
  33. package/dist/browser/operations/groupQuotaSubscriptionAllocation.d.ts +27 -0
  34. package/dist/browser/operations/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
  35. package/dist/browser/operations/groupQuotaSubscriptionAllocation.js +68 -0
  36. package/dist/browser/operations/groupQuotaSubscriptionAllocation.js.map +1 -0
  37. package/dist/browser/operations/groupQuotaSubscriptionAllocationRequest.d.ts +105 -0
  38. package/dist/browser/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
  39. package/dist/browser/operations/groupQuotaSubscriptionAllocationRequest.js +342 -0
  40. package/dist/browser/operations/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
  41. package/dist/browser/operations/groupQuotaSubscriptionRequests.d.ts +55 -0
  42. package/dist/browser/operations/groupQuotaSubscriptionRequests.d.ts.map +1 -0
  43. package/dist/browser/operations/groupQuotaSubscriptionRequests.js +188 -0
  44. package/dist/browser/operations/groupQuotaSubscriptionRequests.js.map +1 -0
  45. package/dist/browser/operations/groupQuotaSubscriptions.d.ts +111 -0
  46. package/dist/browser/operations/groupQuotaSubscriptions.d.ts.map +1 -0
  47. package/dist/browser/operations/groupQuotaSubscriptions.js +449 -0
  48. package/dist/browser/operations/groupQuotaSubscriptions.js.map +1 -0
  49. package/dist/browser/operations/groupQuotas.d.ts +123 -0
  50. package/dist/browser/operations/groupQuotas.d.ts.map +1 -0
  51. package/dist/browser/operations/groupQuotas.js +456 -0
  52. package/dist/browser/operations/groupQuotas.js.map +1 -0
  53. package/dist/browser/operations/index.d.ts +12 -0
  54. package/dist/browser/operations/index.d.ts.map +1 -0
  55. package/dist/browser/operations/index.js +19 -0
  56. package/dist/browser/operations/index.js.map +1 -0
  57. package/dist/browser/operations/quota.d.ts +147 -0
  58. package/dist/browser/operations/quota.d.ts.map +1 -0
  59. package/dist/browser/operations/quota.js +400 -0
  60. package/dist/browser/operations/quota.js.map +1 -0
  61. package/dist/browser/operations/quotaOperation.d.ts +32 -0
  62. package/dist/browser/operations/quotaOperation.d.ts.map +1 -0
  63. package/dist/browser/operations/quotaOperation.js +133 -0
  64. package/dist/browser/operations/quotaOperation.js.map +1 -0
  65. package/dist/browser/operations/quotaRequestStatus.d.ts +62 -0
  66. package/dist/browser/operations/quotaRequestStatus.d.ts.map +1 -0
  67. package/dist/browser/operations/quotaRequestStatus.js +186 -0
  68. package/dist/browser/operations/quotaRequestStatus.js.map +1 -0
  69. package/dist/browser/operations/usages.d.ts +61 -0
  70. package/dist/browser/operations/usages.d.ts.map +1 -0
  71. package/dist/browser/operations/usages.js +183 -0
  72. package/dist/browser/operations/usages.js.map +1 -0
  73. package/dist/browser/operationsInterfaces/groupQuotaLimits.d.ts +17 -0
  74. package/dist/browser/operationsInterfaces/groupQuotaLimits.d.ts.map +1 -0
  75. package/dist/browser/operationsInterfaces/groupQuotaLimits.js.map +1 -0
  76. package/dist/browser/operationsInterfaces/groupQuotaLimitsRequest.d.ts +63 -0
  77. package/dist/browser/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +1 -0
  78. package/dist/browser/operationsInterfaces/groupQuotaLimitsRequest.js.map +1 -0
  79. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +19 -0
  80. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
  81. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +1 -0
  82. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +68 -0
  83. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
  84. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
  85. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +27 -0
  86. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +1 -0
  87. package/dist/browser/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +1 -0
  88. package/dist/browser/operationsInterfaces/groupQuotaSubscriptions.d.ts +84 -0
  89. package/dist/browser/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +1 -0
  90. package/dist/browser/operationsInterfaces/groupQuotaSubscriptions.js.map +1 -0
  91. package/dist/browser/operationsInterfaces/groupQuotas.d.ts +99 -0
  92. package/dist/browser/operationsInterfaces/groupQuotas.d.ts.map +1 -0
  93. package/dist/browser/operationsInterfaces/groupQuotas.js.map +1 -0
  94. package/dist/browser/operationsInterfaces/index.d.ts +12 -0
  95. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  96. package/dist/browser/operationsInterfaces/index.js +19 -0
  97. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  98. package/dist/browser/operationsInterfaces/quota.d.ts +115 -0
  99. package/dist/browser/operationsInterfaces/quota.d.ts.map +1 -0
  100. package/dist/browser/operationsInterfaces/quota.js.map +1 -0
  101. package/dist/browser/operationsInterfaces/quotaOperation.d.ts +11 -0
  102. package/dist/browser/operationsInterfaces/quotaOperation.d.ts.map +1 -0
  103. package/dist/browser/operationsInterfaces/quotaOperation.js.map +1 -0
  104. package/dist/browser/operationsInterfaces/quotaRequestStatus.d.ts +30 -0
  105. package/dist/browser/operationsInterfaces/quotaRequestStatus.d.ts.map +1 -0
  106. package/dist/browser/operationsInterfaces/quotaRequestStatus.js.map +1 -0
  107. package/dist/browser/operationsInterfaces/usages.d.ts +30 -0
  108. package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -0
  109. package/dist/browser/operationsInterfaces/usages.js.map +1 -0
  110. package/dist/browser/package.json +3 -0
  111. package/dist/browser/pagingHelper.js.map +1 -0
  112. package/dist/commonjs/azureQuotaExtensionAPI.d.ts +31 -0
  113. package/dist/commonjs/azureQuotaExtensionAPI.d.ts.map +1 -0
  114. package/dist/commonjs/azureQuotaExtensionAPI.js +113 -0
  115. package/dist/commonjs/azureQuotaExtensionAPI.js.map +1 -0
  116. package/dist/commonjs/index.d.ts +5 -0
  117. package/dist/commonjs/index.d.ts.map +1 -0
  118. package/dist/commonjs/index.js +19 -0
  119. package/dist/commonjs/index.js.map +1 -0
  120. package/dist/commonjs/lroImpl.d.ts +11 -0
  121. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  122. package/dist/commonjs/lroImpl.js +24 -0
  123. package/dist/commonjs/lroImpl.js.map +1 -0
  124. package/dist/commonjs/models/index.d.ts +1544 -0
  125. package/dist/commonjs/models/index.d.ts.map +1 -0
  126. package/dist/commonjs/models/index.js +77 -0
  127. package/dist/commonjs/models/index.js.map +1 -0
  128. package/dist/commonjs/models/mappers.d.ts +103 -0
  129. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  130. package/dist/commonjs/models/mappers.js +2521 -0
  131. package/dist/commonjs/models/mappers.js.map +1 -0
  132. package/dist/commonjs/models/parameters.d.ts +26 -0
  133. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  134. package/dist/commonjs/models/parameters.js +246 -0
  135. package/dist/commonjs/models/parameters.js.map +1 -0
  136. package/dist/commonjs/operations/groupQuotaLimits.d.ts +25 -0
  137. package/dist/commonjs/operations/groupQuotaLimits.d.ts.map +1 -0
  138. package/dist/commonjs/operations/groupQuotaLimits.js +70 -0
  139. package/dist/commonjs/operations/groupQuotaLimits.js.map +1 -0
  140. package/dist/commonjs/operations/groupQuotaLimitsRequest.d.ts +99 -0
  141. package/dist/commonjs/operations/groupQuotaLimitsRequest.d.ts.map +1 -0
  142. package/dist/commonjs/operations/groupQuotaLimitsRequest.js +328 -0
  143. package/dist/commonjs/operations/groupQuotaLimitsRequest.js.map +1 -0
  144. package/dist/commonjs/operations/groupQuotaSubscriptionAllocation.d.ts +27 -0
  145. package/dist/commonjs/operations/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
  146. package/dist/commonjs/operations/groupQuotaSubscriptionAllocation.js +73 -0
  147. package/dist/commonjs/operations/groupQuotaSubscriptionAllocation.js.map +1 -0
  148. package/dist/commonjs/operations/groupQuotaSubscriptionAllocationRequest.d.ts +105 -0
  149. package/dist/commonjs/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
  150. package/dist/commonjs/operations/groupQuotaSubscriptionAllocationRequest.js +346 -0
  151. package/dist/commonjs/operations/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
  152. package/dist/commonjs/operations/groupQuotaSubscriptionRequests.d.ts +55 -0
  153. package/dist/commonjs/operations/groupQuotaSubscriptionRequests.d.ts.map +1 -0
  154. package/dist/commonjs/operations/groupQuotaSubscriptionRequests.js +192 -0
  155. package/dist/commonjs/operations/groupQuotaSubscriptionRequests.js.map +1 -0
  156. package/dist/commonjs/operations/groupQuotaSubscriptions.d.ts +111 -0
  157. package/dist/commonjs/operations/groupQuotaSubscriptions.d.ts.map +1 -0
  158. package/dist/commonjs/operations/groupQuotaSubscriptions.js +453 -0
  159. package/dist/commonjs/operations/groupQuotaSubscriptions.js.map +1 -0
  160. package/dist/commonjs/operations/groupQuotas.d.ts +123 -0
  161. package/dist/commonjs/operations/groupQuotas.d.ts.map +1 -0
  162. package/dist/commonjs/operations/groupQuotas.js +460 -0
  163. package/dist/commonjs/operations/groupQuotas.js.map +1 -0
  164. package/dist/commonjs/operations/index.d.ts +12 -0
  165. package/dist/commonjs/operations/index.d.ts.map +1 -0
  166. package/dist/commonjs/operations/index.js +22 -0
  167. package/dist/commonjs/operations/index.js.map +1 -0
  168. package/dist/commonjs/operations/quota.d.ts +147 -0
  169. package/dist/commonjs/operations/quota.d.ts.map +1 -0
  170. package/dist/commonjs/operations/quota.js +404 -0
  171. package/dist/commonjs/operations/quota.js.map +1 -0
  172. package/dist/commonjs/operations/quotaOperation.d.ts +32 -0
  173. package/dist/commonjs/operations/quotaOperation.d.ts.map +1 -0
  174. package/dist/commonjs/operations/quotaOperation.js +137 -0
  175. package/dist/commonjs/operations/quotaOperation.js.map +1 -0
  176. package/dist/commonjs/operations/quotaRequestStatus.d.ts +62 -0
  177. package/dist/commonjs/operations/quotaRequestStatus.d.ts.map +1 -0
  178. package/dist/commonjs/operations/quotaRequestStatus.js +190 -0
  179. package/dist/commonjs/operations/quotaRequestStatus.js.map +1 -0
  180. package/dist/commonjs/operations/usages.d.ts +61 -0
  181. package/dist/commonjs/operations/usages.d.ts.map +1 -0
  182. package/dist/commonjs/operations/usages.js +187 -0
  183. package/dist/commonjs/operations/usages.js.map +1 -0
  184. package/dist/commonjs/operationsInterfaces/groupQuotaLimits.d.ts +17 -0
  185. package/dist/commonjs/operationsInterfaces/groupQuotaLimits.d.ts.map +1 -0
  186. package/dist/commonjs/operationsInterfaces/groupQuotaLimits.js +10 -0
  187. package/dist/commonjs/operationsInterfaces/groupQuotaLimits.js.map +1 -0
  188. package/dist/commonjs/operationsInterfaces/groupQuotaLimitsRequest.d.ts +63 -0
  189. package/dist/commonjs/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +1 -0
  190. package/dist/commonjs/operationsInterfaces/groupQuotaLimitsRequest.js +10 -0
  191. package/dist/commonjs/operationsInterfaces/groupQuotaLimitsRequest.js.map +1 -0
  192. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +19 -0
  193. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
  194. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocation.js +10 -0
  195. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +1 -0
  196. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +68 -0
  197. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
  198. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js +10 -0
  199. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
  200. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +27 -0
  201. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +1 -0
  202. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionRequests.js +10 -0
  203. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +1 -0
  204. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptions.d.ts +84 -0
  205. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +1 -0
  206. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptions.js +10 -0
  207. package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptions.js.map +1 -0
  208. package/dist/commonjs/operationsInterfaces/groupQuotas.d.ts +99 -0
  209. package/dist/commonjs/operationsInterfaces/groupQuotas.d.ts.map +1 -0
  210. package/dist/commonjs/operationsInterfaces/groupQuotas.js +10 -0
  211. package/dist/commonjs/operationsInterfaces/groupQuotas.js.map +1 -0
  212. package/dist/commonjs/operationsInterfaces/index.d.ts +12 -0
  213. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  214. package/dist/commonjs/operationsInterfaces/index.js +22 -0
  215. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  216. package/dist/commonjs/operationsInterfaces/quota.d.ts +115 -0
  217. package/dist/commonjs/operationsInterfaces/quota.d.ts.map +1 -0
  218. package/dist/commonjs/operationsInterfaces/quota.js +10 -0
  219. package/dist/commonjs/operationsInterfaces/quota.js.map +1 -0
  220. package/dist/commonjs/operationsInterfaces/quotaOperation.d.ts +11 -0
  221. package/dist/commonjs/operationsInterfaces/quotaOperation.d.ts.map +1 -0
  222. package/dist/commonjs/operationsInterfaces/quotaOperation.js +10 -0
  223. package/dist/commonjs/operationsInterfaces/quotaOperation.js.map +1 -0
  224. package/dist/commonjs/operationsInterfaces/quotaRequestStatus.d.ts +30 -0
  225. package/dist/commonjs/operationsInterfaces/quotaRequestStatus.d.ts.map +1 -0
  226. package/dist/commonjs/operationsInterfaces/quotaRequestStatus.js +10 -0
  227. package/dist/commonjs/operationsInterfaces/quotaRequestStatus.js.map +1 -0
  228. package/dist/commonjs/operationsInterfaces/usages.d.ts +30 -0
  229. package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
  230. package/dist/commonjs/operationsInterfaces/usages.js +10 -0
  231. package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
  232. package/dist/commonjs/package.json +3 -0
  233. package/dist/commonjs/pagingHelper.d.ts +13 -0
  234. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  235. package/dist/commonjs/pagingHelper.js +36 -0
  236. package/dist/commonjs/pagingHelper.js.map +1 -0
  237. package/dist/commonjs/tsdoc-metadata.json +11 -0
  238. package/dist/esm/azureQuotaExtensionAPI.d.ts +31 -0
  239. package/dist/esm/azureQuotaExtensionAPI.d.ts.map +1 -0
  240. package/dist/esm/azureQuotaExtensionAPI.js +108 -0
  241. package/dist/esm/azureQuotaExtensionAPI.js.map +1 -0
  242. package/dist/esm/index.d.ts +5 -0
  243. package/dist/esm/index.d.ts.map +1 -0
  244. package/dist/esm/index.js +13 -0
  245. package/dist/esm/index.js.map +1 -0
  246. package/dist/esm/lroImpl.d.ts +11 -0
  247. package/dist/esm/lroImpl.d.ts.map +1 -0
  248. package/dist/esm/lroImpl.js +21 -0
  249. package/dist/esm/lroImpl.js.map +1 -0
  250. package/dist/esm/models/index.d.ts +1544 -0
  251. package/dist/esm/models/index.d.ts.map +1 -0
  252. package/dist/esm/models/index.js +74 -0
  253. package/dist/esm/models/index.js.map +1 -0
  254. package/dist/esm/models/mappers.d.ts +103 -0
  255. package/dist/esm/models/mappers.d.ts.map +1 -0
  256. package/dist/esm/models/mappers.js +2517 -0
  257. package/dist/esm/models/mappers.js.map +1 -0
  258. package/dist/esm/models/parameters.d.ts +26 -0
  259. package/dist/esm/models/parameters.d.ts.map +1 -0
  260. package/dist/esm/models/parameters.js +243 -0
  261. package/dist/esm/models/parameters.js.map +1 -0
  262. package/dist/esm/operations/groupQuotaLimits.d.ts +25 -0
  263. package/dist/esm/operations/groupQuotaLimits.d.ts.map +1 -0
  264. package/dist/esm/operations/groupQuotaLimits.js +65 -0
  265. package/dist/esm/operations/groupQuotaLimits.js.map +1 -0
  266. package/dist/esm/operations/groupQuotaLimitsRequest.d.ts +99 -0
  267. package/dist/esm/operations/groupQuotaLimitsRequest.d.ts.map +1 -0
  268. package/dist/esm/operations/groupQuotaLimitsRequest.js +324 -0
  269. package/dist/esm/operations/groupQuotaLimitsRequest.js.map +1 -0
  270. package/dist/esm/operations/groupQuotaSubscriptionAllocation.d.ts +27 -0
  271. package/dist/esm/operations/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
  272. package/dist/esm/operations/groupQuotaSubscriptionAllocation.js +68 -0
  273. package/dist/esm/operations/groupQuotaSubscriptionAllocation.js.map +1 -0
  274. package/dist/esm/operations/groupQuotaSubscriptionAllocationRequest.d.ts +105 -0
  275. package/dist/esm/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
  276. package/dist/esm/operations/groupQuotaSubscriptionAllocationRequest.js +342 -0
  277. package/dist/esm/operations/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
  278. package/dist/esm/operations/groupQuotaSubscriptionRequests.d.ts +55 -0
  279. package/dist/esm/operations/groupQuotaSubscriptionRequests.d.ts.map +1 -0
  280. package/dist/esm/operations/groupQuotaSubscriptionRequests.js +188 -0
  281. package/dist/esm/operations/groupQuotaSubscriptionRequests.js.map +1 -0
  282. package/dist/esm/operations/groupQuotaSubscriptions.d.ts +111 -0
  283. package/dist/esm/operations/groupQuotaSubscriptions.d.ts.map +1 -0
  284. package/dist/esm/operations/groupQuotaSubscriptions.js +449 -0
  285. package/dist/esm/operations/groupQuotaSubscriptions.js.map +1 -0
  286. package/dist/esm/operations/groupQuotas.d.ts +123 -0
  287. package/dist/esm/operations/groupQuotas.d.ts.map +1 -0
  288. package/dist/esm/operations/groupQuotas.js +456 -0
  289. package/dist/esm/operations/groupQuotas.js.map +1 -0
  290. package/dist/esm/operations/index.d.ts +12 -0
  291. package/dist/esm/operations/index.d.ts.map +1 -0
  292. package/dist/esm/operations/index.js +19 -0
  293. package/dist/esm/operations/index.js.map +1 -0
  294. package/dist/esm/operations/quota.d.ts +147 -0
  295. package/dist/esm/operations/quota.d.ts.map +1 -0
  296. package/dist/esm/operations/quota.js +400 -0
  297. package/dist/esm/operations/quota.js.map +1 -0
  298. package/dist/esm/operations/quotaOperation.d.ts +32 -0
  299. package/dist/esm/operations/quotaOperation.d.ts.map +1 -0
  300. package/dist/esm/operations/quotaOperation.js +133 -0
  301. package/dist/esm/operations/quotaOperation.js.map +1 -0
  302. package/dist/esm/operations/quotaRequestStatus.d.ts +62 -0
  303. package/dist/esm/operations/quotaRequestStatus.d.ts.map +1 -0
  304. package/dist/esm/operations/quotaRequestStatus.js +186 -0
  305. package/dist/esm/operations/quotaRequestStatus.js.map +1 -0
  306. package/dist/esm/operations/usages.d.ts +61 -0
  307. package/dist/esm/operations/usages.d.ts.map +1 -0
  308. package/dist/esm/operations/usages.js +183 -0
  309. package/dist/esm/operations/usages.js.map +1 -0
  310. package/dist/esm/operationsInterfaces/groupQuotaLimits.d.ts +17 -0
  311. package/dist/esm/operationsInterfaces/groupQuotaLimits.d.ts.map +1 -0
  312. package/dist/esm/operationsInterfaces/groupQuotaLimits.js +9 -0
  313. package/dist/esm/operationsInterfaces/groupQuotaLimits.js.map +1 -0
  314. package/dist/esm/operationsInterfaces/groupQuotaLimitsRequest.d.ts +63 -0
  315. package/dist/esm/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +1 -0
  316. package/dist/esm/operationsInterfaces/groupQuotaLimitsRequest.js +9 -0
  317. package/dist/esm/operationsInterfaces/groupQuotaLimitsRequest.js.map +1 -0
  318. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +19 -0
  319. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
  320. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocation.js +9 -0
  321. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +1 -0
  322. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +68 -0
  323. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
  324. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js +9 -0
  325. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
  326. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +27 -0
  327. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +1 -0
  328. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionRequests.js +9 -0
  329. package/dist/esm/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +1 -0
  330. package/dist/esm/operationsInterfaces/groupQuotaSubscriptions.d.ts +84 -0
  331. package/dist/esm/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +1 -0
  332. package/dist/esm/operationsInterfaces/groupQuotaSubscriptions.js +9 -0
  333. package/dist/esm/operationsInterfaces/groupQuotaSubscriptions.js.map +1 -0
  334. package/dist/esm/operationsInterfaces/groupQuotas.d.ts +99 -0
  335. package/dist/esm/operationsInterfaces/groupQuotas.d.ts.map +1 -0
  336. package/dist/esm/operationsInterfaces/groupQuotas.js +9 -0
  337. package/dist/esm/operationsInterfaces/groupQuotas.js.map +1 -0
  338. package/dist/esm/operationsInterfaces/index.d.ts +12 -0
  339. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  340. package/dist/esm/operationsInterfaces/index.js +19 -0
  341. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  342. package/dist/esm/operationsInterfaces/quota.d.ts +115 -0
  343. package/dist/esm/operationsInterfaces/quota.d.ts.map +1 -0
  344. package/dist/esm/operationsInterfaces/quota.js +9 -0
  345. package/dist/esm/operationsInterfaces/quota.js.map +1 -0
  346. package/dist/esm/operationsInterfaces/quotaOperation.d.ts +11 -0
  347. package/dist/esm/operationsInterfaces/quotaOperation.d.ts.map +1 -0
  348. package/dist/esm/operationsInterfaces/quotaOperation.js +9 -0
  349. package/dist/esm/operationsInterfaces/quotaOperation.js.map +1 -0
  350. package/dist/esm/operationsInterfaces/quotaRequestStatus.d.ts +30 -0
  351. package/dist/esm/operationsInterfaces/quotaRequestStatus.d.ts.map +1 -0
  352. package/dist/esm/operationsInterfaces/quotaRequestStatus.js +9 -0
  353. package/dist/esm/operationsInterfaces/quotaRequestStatus.js.map +1 -0
  354. package/dist/esm/operationsInterfaces/usages.d.ts +30 -0
  355. package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
  356. package/dist/esm/operationsInterfaces/usages.js +9 -0
  357. package/dist/esm/operationsInterfaces/usages.js.map +1 -0
  358. package/dist/esm/package.json +3 -0
  359. package/dist/esm/pagingHelper.d.ts +13 -0
  360. package/dist/esm/pagingHelper.d.ts.map +1 -0
  361. package/dist/esm/pagingHelper.js +32 -0
  362. package/dist/esm/pagingHelper.js.map +1 -0
  363. package/dist/react-native/azureQuotaExtensionAPI.d.ts +31 -0
  364. package/dist/react-native/azureQuotaExtensionAPI.d.ts.map +1 -0
  365. package/dist/react-native/azureQuotaExtensionAPI.js +108 -0
  366. package/dist/react-native/azureQuotaExtensionAPI.js.map +1 -0
  367. package/dist/react-native/index.d.ts +5 -0
  368. package/dist/react-native/index.d.ts.map +1 -0
  369. package/dist/react-native/index.js +13 -0
  370. package/dist/react-native/index.js.map +1 -0
  371. package/dist/react-native/lroImpl.d.ts +11 -0
  372. package/dist/react-native/lroImpl.d.ts.map +1 -0
  373. package/dist/react-native/lroImpl.js +21 -0
  374. package/dist/react-native/lroImpl.js.map +1 -0
  375. package/dist/react-native/models/index.d.ts +1544 -0
  376. package/dist/react-native/models/index.d.ts.map +1 -0
  377. package/dist/react-native/models/index.js +74 -0
  378. package/dist/react-native/models/index.js.map +1 -0
  379. package/dist/react-native/models/mappers.d.ts +103 -0
  380. package/dist/react-native/models/mappers.d.ts.map +1 -0
  381. package/dist/react-native/models/mappers.js +2517 -0
  382. package/dist/react-native/models/mappers.js.map +1 -0
  383. package/dist/react-native/models/parameters.d.ts +26 -0
  384. package/dist/react-native/models/parameters.d.ts.map +1 -0
  385. package/dist/react-native/models/parameters.js +243 -0
  386. package/dist/react-native/models/parameters.js.map +1 -0
  387. package/dist/react-native/operations/groupQuotaLimits.d.ts +25 -0
  388. package/dist/react-native/operations/groupQuotaLimits.d.ts.map +1 -0
  389. package/dist/react-native/operations/groupQuotaLimits.js +65 -0
  390. package/dist/react-native/operations/groupQuotaLimits.js.map +1 -0
  391. package/dist/react-native/operations/groupQuotaLimitsRequest.d.ts +99 -0
  392. package/dist/react-native/operations/groupQuotaLimitsRequest.d.ts.map +1 -0
  393. package/dist/react-native/operations/groupQuotaLimitsRequest.js +324 -0
  394. package/dist/react-native/operations/groupQuotaLimitsRequest.js.map +1 -0
  395. package/dist/react-native/operations/groupQuotaSubscriptionAllocation.d.ts +27 -0
  396. package/dist/react-native/operations/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
  397. package/dist/react-native/operations/groupQuotaSubscriptionAllocation.js +68 -0
  398. package/dist/react-native/operations/groupQuotaSubscriptionAllocation.js.map +1 -0
  399. package/dist/react-native/operations/groupQuotaSubscriptionAllocationRequest.d.ts +105 -0
  400. package/dist/react-native/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
  401. package/dist/react-native/operations/groupQuotaSubscriptionAllocationRequest.js +342 -0
  402. package/dist/react-native/operations/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
  403. package/dist/react-native/operations/groupQuotaSubscriptionRequests.d.ts +55 -0
  404. package/dist/react-native/operations/groupQuotaSubscriptionRequests.d.ts.map +1 -0
  405. package/dist/react-native/operations/groupQuotaSubscriptionRequests.js +188 -0
  406. package/dist/react-native/operations/groupQuotaSubscriptionRequests.js.map +1 -0
  407. package/dist/react-native/operations/groupQuotaSubscriptions.d.ts +111 -0
  408. package/dist/react-native/operations/groupQuotaSubscriptions.d.ts.map +1 -0
  409. package/dist/react-native/operations/groupQuotaSubscriptions.js +449 -0
  410. package/dist/react-native/operations/groupQuotaSubscriptions.js.map +1 -0
  411. package/dist/react-native/operations/groupQuotas.d.ts +123 -0
  412. package/dist/react-native/operations/groupQuotas.d.ts.map +1 -0
  413. package/dist/react-native/operations/groupQuotas.js +456 -0
  414. package/dist/react-native/operations/groupQuotas.js.map +1 -0
  415. package/dist/react-native/operations/index.d.ts +12 -0
  416. package/dist/react-native/operations/index.d.ts.map +1 -0
  417. package/dist/react-native/operations/index.js +19 -0
  418. package/dist/react-native/operations/index.js.map +1 -0
  419. package/dist/react-native/operations/quota.d.ts +147 -0
  420. package/dist/react-native/operations/quota.d.ts.map +1 -0
  421. package/dist/react-native/operations/quota.js +400 -0
  422. package/dist/react-native/operations/quota.js.map +1 -0
  423. package/dist/react-native/operations/quotaOperation.d.ts +32 -0
  424. package/dist/react-native/operations/quotaOperation.d.ts.map +1 -0
  425. package/dist/react-native/operations/quotaOperation.js +133 -0
  426. package/dist/react-native/operations/quotaOperation.js.map +1 -0
  427. package/dist/react-native/operations/quotaRequestStatus.d.ts +62 -0
  428. package/dist/react-native/operations/quotaRequestStatus.d.ts.map +1 -0
  429. package/dist/react-native/operations/quotaRequestStatus.js +186 -0
  430. package/dist/react-native/operations/quotaRequestStatus.js.map +1 -0
  431. package/dist/react-native/operations/usages.d.ts +61 -0
  432. package/dist/react-native/operations/usages.d.ts.map +1 -0
  433. package/dist/react-native/operations/usages.js +183 -0
  434. package/dist/react-native/operations/usages.js.map +1 -0
  435. package/dist/react-native/operationsInterfaces/groupQuotaLimits.d.ts +17 -0
  436. package/dist/react-native/operationsInterfaces/groupQuotaLimits.d.ts.map +1 -0
  437. package/dist/react-native/operationsInterfaces/groupQuotaLimits.js +9 -0
  438. package/dist/react-native/operationsInterfaces/groupQuotaLimits.js.map +1 -0
  439. package/dist/react-native/operationsInterfaces/groupQuotaLimitsRequest.d.ts +63 -0
  440. package/dist/react-native/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +1 -0
  441. package/dist/react-native/operationsInterfaces/groupQuotaLimitsRequest.js +9 -0
  442. package/dist/react-native/operationsInterfaces/groupQuotaLimitsRequest.js.map +1 -0
  443. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +19 -0
  444. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
  445. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocation.js +9 -0
  446. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +1 -0
  447. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +68 -0
  448. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
  449. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js +9 -0
  450. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
  451. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +27 -0
  452. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +1 -0
  453. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionRequests.js +9 -0
  454. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +1 -0
  455. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptions.d.ts +84 -0
  456. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +1 -0
  457. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptions.js +9 -0
  458. package/dist/react-native/operationsInterfaces/groupQuotaSubscriptions.js.map +1 -0
  459. package/dist/react-native/operationsInterfaces/groupQuotas.d.ts +99 -0
  460. package/dist/react-native/operationsInterfaces/groupQuotas.d.ts.map +1 -0
  461. package/dist/react-native/operationsInterfaces/groupQuotas.js +9 -0
  462. package/dist/react-native/operationsInterfaces/groupQuotas.js.map +1 -0
  463. package/dist/react-native/operationsInterfaces/index.d.ts +12 -0
  464. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  465. package/dist/react-native/operationsInterfaces/index.js +19 -0
  466. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  467. package/dist/react-native/operationsInterfaces/quota.d.ts +115 -0
  468. package/dist/react-native/operationsInterfaces/quota.d.ts.map +1 -0
  469. package/dist/react-native/operationsInterfaces/quota.js +9 -0
  470. package/dist/react-native/operationsInterfaces/quota.js.map +1 -0
  471. package/dist/react-native/operationsInterfaces/quotaOperation.d.ts +11 -0
  472. package/dist/react-native/operationsInterfaces/quotaOperation.d.ts.map +1 -0
  473. package/dist/react-native/operationsInterfaces/quotaOperation.js +9 -0
  474. package/dist/react-native/operationsInterfaces/quotaOperation.js.map +1 -0
  475. package/dist/react-native/operationsInterfaces/quotaRequestStatus.d.ts +30 -0
  476. package/dist/react-native/operationsInterfaces/quotaRequestStatus.d.ts.map +1 -0
  477. package/dist/react-native/operationsInterfaces/quotaRequestStatus.js +9 -0
  478. package/dist/react-native/operationsInterfaces/quotaRequestStatus.js.map +1 -0
  479. package/dist/react-native/operationsInterfaces/usages.d.ts +30 -0
  480. package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
  481. package/dist/react-native/operationsInterfaces/usages.js +9 -0
  482. package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
  483. package/dist/react-native/package.json +3 -0
  484. package/dist/react-native/pagingHelper.d.ts +13 -0
  485. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  486. package/dist/react-native/pagingHelper.js +32 -0
  487. package/dist/react-native/pagingHelper.js.map +1 -0
  488. package/package.json +83 -58
  489. package/review/arm-quota.api.md +49 -247
  490. package/dist/index.js +0 -7283
  491. package/dist/index.js.map +0 -1
  492. package/dist/index.min.js +0 -1
  493. package/dist/index.min.js.map +0 -1
  494. package/dist-esm/samples-dev/groupQuotaLimitsGetSample.d.ts +0 -2
  495. package/dist-esm/samples-dev/groupQuotaLimitsGetSample.d.ts.map +0 -1
  496. package/dist-esm/samples-dev/groupQuotaLimitsGetSample.js +0 -42
  497. package/dist-esm/samples-dev/groupQuotaLimitsGetSample.js.map +0 -1
  498. package/dist-esm/samples-dev/groupQuotaLimitsListSample.d.ts +0 -2
  499. package/dist-esm/samples-dev/groupQuotaLimitsListSample.d.ts.map +0 -1
  500. package/dist-esm/samples-dev/groupQuotaLimitsListSample.js +0 -57
  501. package/dist-esm/samples-dev/groupQuotaLimitsListSample.js.map +0 -1
  502. package/dist-esm/samples-dev/groupQuotaLimitsRequestCreateOrUpdateSample.d.ts +0 -2
  503. package/dist-esm/samples-dev/groupQuotaLimitsRequestCreateOrUpdateSample.d.ts.map +0 -1
  504. package/dist-esm/samples-dev/groupQuotaLimitsRequestCreateOrUpdateSample.js +0 -41
  505. package/dist-esm/samples-dev/groupQuotaLimitsRequestCreateOrUpdateSample.js.map +0 -1
  506. package/dist-esm/samples-dev/groupQuotaLimitsRequestGetSample.d.ts +0 -2
  507. package/dist-esm/samples-dev/groupQuotaLimitsRequestGetSample.d.ts.map +0 -1
  508. package/dist-esm/samples-dev/groupQuotaLimitsRequestGetSample.js +0 -38
  509. package/dist-esm/samples-dev/groupQuotaLimitsRequestGetSample.js.map +0 -1
  510. package/dist-esm/samples-dev/groupQuotaLimitsRequestListSample.d.ts +0 -2
  511. package/dist-esm/samples-dev/groupQuotaLimitsRequestListSample.d.ts.map +0 -1
  512. package/dist-esm/samples-dev/groupQuotaLimitsRequestListSample.js +0 -55
  513. package/dist-esm/samples-dev/groupQuotaLimitsRequestListSample.js.map +0 -1
  514. package/dist-esm/samples-dev/groupQuotaLimitsRequestUpdateSample.d.ts +0 -2
  515. package/dist-esm/samples-dev/groupQuotaLimitsRequestUpdateSample.d.ts.map +0 -1
  516. package/dist-esm/samples-dev/groupQuotaLimitsRequestUpdateSample.js +0 -41
  517. package/dist-esm/samples-dev/groupQuotaLimitsRequestUpdateSample.js.map +0 -1
  518. package/dist-esm/samples-dev/groupQuotaLocationSettingsCreateOrUpdateSample.d.ts +0 -2
  519. package/dist-esm/samples-dev/groupQuotaLocationSettingsCreateOrUpdateSample.d.ts.map +0 -1
  520. package/dist-esm/samples-dev/groupQuotaLocationSettingsCreateOrUpdateSample.js +0 -86
  521. package/dist-esm/samples-dev/groupQuotaLocationSettingsCreateOrUpdateSample.js.map +0 -1
  522. package/dist-esm/samples-dev/groupQuotaLocationSettingsGetSample.d.ts +0 -2
  523. package/dist-esm/samples-dev/groupQuotaLocationSettingsGetSample.d.ts.map +0 -1
  524. package/dist-esm/samples-dev/groupQuotaLocationSettingsGetSample.js +0 -39
  525. package/dist-esm/samples-dev/groupQuotaLocationSettingsGetSample.js.map +0 -1
  526. package/dist-esm/samples-dev/groupQuotaLocationSettingsListSample.d.ts +0 -2
  527. package/dist-esm/samples-dev/groupQuotaLocationSettingsListSample.d.ts.map +0 -1
  528. package/dist-esm/samples-dev/groupQuotaLocationSettingsListSample.js +0 -54
  529. package/dist-esm/samples-dev/groupQuotaLocationSettingsListSample.js.map +0 -1
  530. package/dist-esm/samples-dev/groupQuotaLocationSettingsUpdateSample.d.ts +0 -2
  531. package/dist-esm/samples-dev/groupQuotaLocationSettingsUpdateSample.d.ts.map +0 -1
  532. package/dist-esm/samples-dev/groupQuotaLocationSettingsUpdateSample.js +0 -53
  533. package/dist-esm/samples-dev/groupQuotaLocationSettingsUpdateSample.js.map +0 -1
  534. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationGetSample.d.ts +0 -2
  535. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationGetSample.d.ts.map +0 -1
  536. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationGetSample.js +0 -41
  537. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationGetSample.js.map +0 -1
  538. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationListSample.d.ts +0 -2
  539. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationListSample.d.ts.map +0 -1
  540. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationListSample.js +0 -56
  541. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationListSample.js.map +0 -1
  542. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestCreateOrUpdateSample.d.ts +0 -2
  543. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestCreateOrUpdateSample.d.ts.map +0 -1
  544. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestCreateOrUpdateSample.js +0 -46
  545. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestCreateOrUpdateSample.js.map +0 -1
  546. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestGetSample.d.ts +0 -2
  547. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestGetSample.d.ts.map +0 -1
  548. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestGetSample.js +0 -40
  549. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestGetSample.js.map +0 -1
  550. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestListSample.d.ts +0 -2
  551. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestListSample.d.ts.map +0 -1
  552. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestListSample.js +0 -57
  553. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestListSample.js.map +0 -1
  554. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestUpdateSample.d.ts +0 -2
  555. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestUpdateSample.d.ts.map +0 -1
  556. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestUpdateSample.js +0 -46
  557. package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestUpdateSample.js.map +0 -1
  558. package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsGetSample.d.ts +0 -2
  559. package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsGetSample.d.ts.map +0 -1
  560. package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsGetSample.js +0 -38
  561. package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsGetSample.js.map +0 -1
  562. package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsListSample.d.ts +0 -2
  563. package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsListSample.d.ts.map +0 -1
  564. package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsListSample.js +0 -53
  565. package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsListSample.js.map +0 -1
  566. package/dist-esm/samples-dev/groupQuotaSubscriptionsCreateOrUpdateSample.d.ts +0 -2
  567. package/dist-esm/samples-dev/groupQuotaSubscriptionsCreateOrUpdateSample.d.ts.map +0 -1
  568. package/dist-esm/samples-dev/groupQuotaSubscriptionsCreateOrUpdateSample.js +0 -39
  569. package/dist-esm/samples-dev/groupQuotaSubscriptionsCreateOrUpdateSample.js.map +0 -1
  570. package/dist-esm/samples-dev/groupQuotaSubscriptionsDeleteSample.d.ts +0 -2
  571. package/dist-esm/samples-dev/groupQuotaSubscriptionsDeleteSample.d.ts.map +0 -1
  572. package/dist-esm/samples-dev/groupQuotaSubscriptionsDeleteSample.js +0 -39
  573. package/dist-esm/samples-dev/groupQuotaSubscriptionsDeleteSample.js.map +0 -1
  574. package/dist-esm/samples-dev/groupQuotaSubscriptionsGetSample.d.ts +0 -2
  575. package/dist-esm/samples-dev/groupQuotaSubscriptionsGetSample.d.ts.map +0 -1
  576. package/dist-esm/samples-dev/groupQuotaSubscriptionsGetSample.js +0 -39
  577. package/dist-esm/samples-dev/groupQuotaSubscriptionsGetSample.js.map +0 -1
  578. package/dist-esm/samples-dev/groupQuotaSubscriptionsListSample.d.ts +0 -2
  579. package/dist-esm/samples-dev/groupQuotaSubscriptionsListSample.d.ts.map +0 -1
  580. package/dist-esm/samples-dev/groupQuotaSubscriptionsListSample.js +0 -53
  581. package/dist-esm/samples-dev/groupQuotaSubscriptionsListSample.js.map +0 -1
  582. package/dist-esm/samples-dev/groupQuotaSubscriptionsUpdateSample.d.ts +0 -2
  583. package/dist-esm/samples-dev/groupQuotaSubscriptionsUpdateSample.d.ts.map +0 -1
  584. package/dist-esm/samples-dev/groupQuotaSubscriptionsUpdateSample.js +0 -39
  585. package/dist-esm/samples-dev/groupQuotaSubscriptionsUpdateSample.js.map +0 -1
  586. package/dist-esm/samples-dev/groupQuotaUsagesListSample.d.ts +0 -2
  587. package/dist-esm/samples-dev/groupQuotaUsagesListSample.d.ts.map +0 -1
  588. package/dist-esm/samples-dev/groupQuotaUsagesListSample.js +0 -55
  589. package/dist-esm/samples-dev/groupQuotaUsagesListSample.js.map +0 -1
  590. package/dist-esm/samples-dev/groupQuotasCreateOrUpdateSample.d.ts +0 -2
  591. package/dist-esm/samples-dev/groupQuotasCreateOrUpdateSample.d.ts.map +0 -1
  592. package/dist-esm/samples-dev/groupQuotasCreateOrUpdateSample.js +0 -52
  593. package/dist-esm/samples-dev/groupQuotasCreateOrUpdateSample.js.map +0 -1
  594. package/dist-esm/samples-dev/groupQuotasDeleteSample.d.ts +0 -2
  595. package/dist-esm/samples-dev/groupQuotasDeleteSample.d.ts.map +0 -1
  596. package/dist-esm/samples-dev/groupQuotasDeleteSample.js +0 -37
  597. package/dist-esm/samples-dev/groupQuotasDeleteSample.js.map +0 -1
  598. package/dist-esm/samples-dev/groupQuotasGetSample.d.ts +0 -2
  599. package/dist-esm/samples-dev/groupQuotasGetSample.d.ts.map +0 -1
  600. package/dist-esm/samples-dev/groupQuotasGetSample.js +0 -37
  601. package/dist-esm/samples-dev/groupQuotasGetSample.js.map +0 -1
  602. package/dist-esm/samples-dev/groupQuotasListSample.d.ts +0 -2
  603. package/dist-esm/samples-dev/groupQuotasListSample.d.ts.map +0 -1
  604. package/dist-esm/samples-dev/groupQuotasListSample.js +0 -52
  605. package/dist-esm/samples-dev/groupQuotasListSample.js.map +0 -1
  606. package/dist-esm/samples-dev/groupQuotasUpdateSample.d.ts +0 -2
  607. package/dist-esm/samples-dev/groupQuotasUpdateSample.d.ts.map +0 -1
  608. package/dist-esm/samples-dev/groupQuotasUpdateSample.js +0 -54
  609. package/dist-esm/samples-dev/groupQuotasUpdateSample.js.map +0 -1
  610. package/dist-esm/samples-dev/quotaCreateOrUpdateSample.d.ts +0 -2
  611. package/dist-esm/samples-dev/quotaCreateOrUpdateSample.d.ts.map +0 -1
  612. package/dist-esm/samples-dev/quotaCreateOrUpdateSample.js +0 -131
  613. package/dist-esm/samples-dev/quotaCreateOrUpdateSample.js.map +0 -1
  614. package/dist-esm/samples-dev/quotaGetSample.d.ts +0 -2
  615. package/dist-esm/samples-dev/quotaGetSample.d.ts.map +0 -1
  616. package/dist-esm/samples-dev/quotaGetSample.js +0 -54
  617. package/dist-esm/samples-dev/quotaGetSample.js.map +0 -1
  618. package/dist-esm/samples-dev/quotaListSample.d.ts +0 -2
  619. package/dist-esm/samples-dev/quotaListSample.d.ts.map +0 -1
  620. package/dist-esm/samples-dev/quotaListSample.js +0 -116
  621. package/dist-esm/samples-dev/quotaListSample.js.map +0 -1
  622. package/dist-esm/samples-dev/quotaOperationListSample.d.ts +0 -2
  623. package/dist-esm/samples-dev/quotaOperationListSample.d.ts.map +0 -1
  624. package/dist-esm/samples-dev/quotaOperationListSample.js +0 -51
  625. package/dist-esm/samples-dev/quotaOperationListSample.js.map +0 -1
  626. package/dist-esm/samples-dev/quotaRequestStatusGetSample.d.ts +0 -2
  627. package/dist-esm/samples-dev/quotaRequestStatusGetSample.d.ts.map +0 -1
  628. package/dist-esm/samples-dev/quotaRequestStatusGetSample.js +0 -71
  629. package/dist-esm/samples-dev/quotaRequestStatusGetSample.js.map +0 -1
  630. package/dist-esm/samples-dev/quotaRequestStatusListSample.d.ts +0 -2
  631. package/dist-esm/samples-dev/quotaRequestStatusListSample.d.ts.map +0 -1
  632. package/dist-esm/samples-dev/quotaRequestStatusListSample.js +0 -52
  633. package/dist-esm/samples-dev/quotaRequestStatusListSample.js.map +0 -1
  634. package/dist-esm/samples-dev/quotaUpdateSample.d.ts +0 -2
  635. package/dist-esm/samples-dev/quotaUpdateSample.d.ts.map +0 -1
  636. package/dist-esm/samples-dev/quotaUpdateSample.js +0 -75
  637. package/dist-esm/samples-dev/quotaUpdateSample.js.map +0 -1
  638. package/dist-esm/samples-dev/usagesGetSample.d.ts +0 -2
  639. package/dist-esm/samples-dev/usagesGetSample.d.ts.map +0 -1
  640. package/dist-esm/samples-dev/usagesGetSample.js +0 -54
  641. package/dist-esm/samples-dev/usagesGetSample.js.map +0 -1
  642. package/dist-esm/samples-dev/usagesListSample.d.ts +0 -2
  643. package/dist-esm/samples-dev/usagesListSample.d.ts.map +0 -1
  644. package/dist-esm/samples-dev/usagesListSample.js +0 -116
  645. package/dist-esm/samples-dev/usagesListSample.js.map +0 -1
  646. package/dist-esm/src/azureQuotaExtensionAPI.d.ts +0 -33
  647. package/dist-esm/src/azureQuotaExtensionAPI.d.ts.map +0 -1
  648. package/dist-esm/src/azureQuotaExtensionAPI.js +0 -113
  649. package/dist-esm/src/azureQuotaExtensionAPI.js.map +0 -1
  650. package/dist-esm/src/index.d.ts +0 -6
  651. package/dist-esm/src/index.d.ts.map +0 -1
  652. package/dist-esm/src/index.js +0 -13
  653. package/dist-esm/src/index.js.map +0 -1
  654. package/dist-esm/src/lroImpl.js.map +0 -1
  655. package/dist-esm/src/models/index.d.ts +0 -1790
  656. package/dist-esm/src/models/index.d.ts.map +0 -1
  657. package/dist-esm/src/models/index.js +0 -100
  658. package/dist-esm/src/models/index.js.map +0 -1
  659. package/dist-esm/src/models/mappers.d.ts +0 -108
  660. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  661. package/dist-esm/src/models/mappers.js +0 -2708
  662. package/dist-esm/src/models/mappers.js.map +0 -1
  663. package/dist-esm/src/models/parameters.d.ts +0 -28
  664. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  665. package/dist-esm/src/models/parameters.js +0 -262
  666. package/dist-esm/src/models/parameters.js.map +0 -1
  667. package/dist-esm/src/operations/groupQuotaLimits.d.ts +0 -77
  668. package/dist-esm/src/operations/groupQuotaLimits.d.ts.map +0 -1
  669. package/dist-esm/src/operations/groupQuotaLimits.js +0 -232
  670. package/dist-esm/src/operations/groupQuotaLimits.js.map +0 -1
  671. package/dist-esm/src/operations/groupQuotaLimitsRequest.d.ts +0 -131
  672. package/dist-esm/src/operations/groupQuotaLimitsRequest.d.ts.map +0 -1
  673. package/dist-esm/src/operations/groupQuotaLimitsRequest.js +0 -441
  674. package/dist-esm/src/operations/groupQuotaLimitsRequest.js.map +0 -1
  675. package/dist-esm/src/operations/groupQuotaLocationSettings.d.ts +0 -144
  676. package/dist-esm/src/operations/groupQuotaLocationSettings.d.ts.map +0 -1
  677. package/dist-esm/src/operations/groupQuotaLocationSettings.js +0 -453
  678. package/dist-esm/src/operations/groupQuotaLocationSettings.js.map +0 -1
  679. package/dist-esm/src/operations/groupQuotaSubscriptionAllocation.d.ts +0 -75
  680. package/dist-esm/src/operations/groupQuotaSubscriptionAllocation.d.ts.map +0 -1
  681. package/dist-esm/src/operations/groupQuotaSubscriptionAllocation.js +0 -211
  682. package/dist-esm/src/operations/groupQuotaSubscriptionAllocation.js.map +0 -1
  683. package/dist-esm/src/operations/groupQuotaSubscriptionAllocationRequest.d.ts +0 -133
  684. package/dist-esm/src/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +0 -1
  685. package/dist-esm/src/operations/groupQuotaSubscriptionAllocationRequest.js +0 -450
  686. package/dist-esm/src/operations/groupQuotaSubscriptionAllocationRequest.js.map +0 -1
  687. package/dist-esm/src/operations/groupQuotaSubscriptionRequests.d.ts +0 -55
  688. package/dist-esm/src/operations/groupQuotaSubscriptionRequests.d.ts.map +0 -1
  689. package/dist-esm/src/operations/groupQuotaSubscriptionRequests.js +0 -188
  690. package/dist-esm/src/operations/groupQuotaSubscriptionRequests.js.map +0 -1
  691. package/dist-esm/src/operations/groupQuotaSubscriptions.d.ts +0 -111
  692. package/dist-esm/src/operations/groupQuotaSubscriptions.d.ts.map +0 -1
  693. package/dist-esm/src/operations/groupQuotaSubscriptions.js +0 -461
  694. package/dist-esm/src/operations/groupQuotaSubscriptions.js.map +0 -1
  695. package/dist-esm/src/operations/groupQuotaUsages.d.ts +0 -50
  696. package/dist-esm/src/operations/groupQuotaUsages.d.ts.map +0 -1
  697. package/dist-esm/src/operations/groupQuotaUsages.js +0 -177
  698. package/dist-esm/src/operations/groupQuotaUsages.js.map +0 -1
  699. package/dist-esm/src/operations/groupQuotas.d.ts +0 -123
  700. package/dist-esm/src/operations/groupQuotas.d.ts.map +0 -1
  701. package/dist-esm/src/operations/groupQuotas.js +0 -468
  702. package/dist-esm/src/operations/groupQuotas.js.map +0 -1
  703. package/dist-esm/src/operations/index.d.ts +0 -14
  704. package/dist-esm/src/operations/index.d.ts.map +0 -1
  705. package/dist-esm/src/operations/index.js +0 -21
  706. package/dist-esm/src/operations/index.js.map +0 -1
  707. package/dist-esm/src/operations/quota.d.ts +0 -147
  708. package/dist-esm/src/operations/quota.d.ts.map +0 -1
  709. package/dist-esm/src/operations/quota.js +0 -408
  710. package/dist-esm/src/operations/quota.js.map +0 -1
  711. package/dist-esm/src/operations/quotaOperation.d.ts +0 -32
  712. package/dist-esm/src/operations/quotaOperation.d.ts.map +0 -1
  713. package/dist-esm/src/operations/quotaOperation.js +0 -133
  714. package/dist-esm/src/operations/quotaOperation.js.map +0 -1
  715. package/dist-esm/src/operations/quotaRequestStatus.d.ts +0 -62
  716. package/dist-esm/src/operations/quotaRequestStatus.d.ts.map +0 -1
  717. package/dist-esm/src/operations/quotaRequestStatus.js +0 -186
  718. package/dist-esm/src/operations/quotaRequestStatus.js.map +0 -1
  719. package/dist-esm/src/operations/usages.d.ts +0 -61
  720. package/dist-esm/src/operations/usages.d.ts.map +0 -1
  721. package/dist-esm/src/operations/usages.js +0 -183
  722. package/dist-esm/src/operations/usages.js.map +0 -1
  723. package/dist-esm/src/operationsInterfaces/groupQuotaLimits.d.ts +0 -40
  724. package/dist-esm/src/operationsInterfaces/groupQuotaLimits.d.ts.map +0 -1
  725. package/dist-esm/src/operationsInterfaces/groupQuotaLimits.js.map +0 -1
  726. package/dist-esm/src/operationsInterfaces/groupQuotaLimitsRequest.d.ts +0 -95
  727. package/dist-esm/src/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +0 -1
  728. package/dist-esm/src/operationsInterfaces/groupQuotaLimitsRequest.js.map +0 -1
  729. package/dist-esm/src/operationsInterfaces/groupQuotaLocationSettings.d.ts +0 -111
  730. package/dist-esm/src/operationsInterfaces/groupQuotaLocationSettings.d.ts.map +0 -1
  731. package/dist-esm/src/operationsInterfaces/groupQuotaLocationSettings.js +0 -9
  732. package/dist-esm/src/operationsInterfaces/groupQuotaLocationSettings.js.map +0 -1
  733. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +0 -39
  734. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +0 -1
  735. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +0 -1
  736. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +0 -96
  737. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +0 -1
  738. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +0 -1
  739. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +0 -27
  740. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +0 -1
  741. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +0 -1
  742. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptions.d.ts +0 -84
  743. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +0 -1
  744. package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptions.js.map +0 -1
  745. package/dist-esm/src/operationsInterfaces/groupQuotaUsages.d.ts +0 -17
  746. package/dist-esm/src/operationsInterfaces/groupQuotaUsages.d.ts.map +0 -1
  747. package/dist-esm/src/operationsInterfaces/groupQuotaUsages.js +0 -9
  748. package/dist-esm/src/operationsInterfaces/groupQuotaUsages.js.map +0 -1
  749. package/dist-esm/src/operationsInterfaces/groupQuotas.d.ts +0 -99
  750. package/dist-esm/src/operationsInterfaces/groupQuotas.d.ts.map +0 -1
  751. package/dist-esm/src/operationsInterfaces/groupQuotas.js.map +0 -1
  752. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -14
  753. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  754. package/dist-esm/src/operationsInterfaces/index.js +0 -21
  755. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  756. package/dist-esm/src/operationsInterfaces/quota.d.ts +0 -115
  757. package/dist-esm/src/operationsInterfaces/quota.d.ts.map +0 -1
  758. package/dist-esm/src/operationsInterfaces/quota.js.map +0 -1
  759. package/dist-esm/src/operationsInterfaces/quotaOperation.d.ts +0 -11
  760. package/dist-esm/src/operationsInterfaces/quotaOperation.d.ts.map +0 -1
  761. package/dist-esm/src/operationsInterfaces/quotaOperation.js.map +0 -1
  762. package/dist-esm/src/operationsInterfaces/quotaRequestStatus.d.ts +0 -30
  763. package/dist-esm/src/operationsInterfaces/quotaRequestStatus.d.ts.map +0 -1
  764. package/dist-esm/src/operationsInterfaces/quotaRequestStatus.js.map +0 -1
  765. package/dist-esm/src/operationsInterfaces/usages.d.ts +0 -30
  766. package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
  767. package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
  768. package/dist-esm/src/pagingHelper.js.map +0 -1
  769. package/dist-esm/test/quota_operations_test.spec.d.ts +0 -4
  770. package/dist-esm/test/quota_operations_test.spec.d.ts.map +0 -1
  771. package/dist-esm/test/quota_operations_test.spec.js +0 -98
  772. package/dist-esm/test/quota_operations_test.spec.js.map +0 -1
  773. package/src/azureQuotaExtensionAPI.ts +0 -210
  774. package/src/index.ts +0 -13
  775. package/src/lroImpl.ts +0 -42
  776. package/src/models/index.ts +0 -2054
  777. package/src/models/mappers.ts +0 -2870
  778. package/src/models/parameters.ts +0 -302
  779. package/src/operations/groupQuotaLimits.ts +0 -314
  780. package/src/operations/groupQuotaLimitsRequest.ts +0 -609
  781. package/src/operations/groupQuotaLocationSettings.ts +0 -616
  782. package/src/operations/groupQuotaSubscriptionAllocation.ts +0 -284
  783. package/src/operations/groupQuotaSubscriptionAllocationRequest.ts +0 -626
  784. package/src/operations/groupQuotaSubscriptionRequests.ts +0 -244
  785. package/src/operations/groupQuotaSubscriptions.ts +0 -626
  786. package/src/operations/groupQuotaUsages.ts +0 -248
  787. package/src/operations/groupQuotas.ts +0 -618
  788. package/src/operations/index.ts +0 -21
  789. package/src/operations/quota.ts +0 -521
  790. package/src/operations/quotaOperation.ts +0 -149
  791. package/src/operations/quotaRequestStatus.ts +0 -220
  792. package/src/operations/usages.ts +0 -217
  793. package/src/operationsInterfaces/groupQuotaLimits.ts +0 -67
  794. package/src/operationsInterfaces/groupQuotaLimitsRequest.ts +0 -158
  795. package/src/operationsInterfaces/groupQuotaLocationSettings.ts +0 -174
  796. package/src/operationsInterfaces/groupQuotaSubscriptionAllocation.ts +0 -64
  797. package/src/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.ts +0 -163
  798. package/src/operationsInterfaces/groupQuotaSubscriptionRequests.ts +0 -50
  799. package/src/operationsInterfaces/groupQuotaSubscriptions.ts +0 -151
  800. package/src/operationsInterfaces/groupQuotaUsages.ts +0 -32
  801. package/src/operationsInterfaces/groupQuotas.ts +0 -165
  802. package/src/operationsInterfaces/index.ts +0 -21
  803. package/src/operationsInterfaces/quota.ts +0 -167
  804. package/src/operationsInterfaces/quotaOperation.ts +0 -22
  805. package/src/operationsInterfaces/quotaRequestStatus.ts +0 -51
  806. package/src/operationsInterfaces/usages.ts +0 -51
  807. package/src/pagingHelper.ts +0 -39
  808. package/tsconfig.json +0 -33
  809. package/types/arm-quota.d.ts +0 -2819
  810. package/types/tsdoc-metadata.json +0 -11
  811. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  812. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  813. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  814. /package/{dist-esm/src → dist/browser}/operationsInterfaces/groupQuotaLimits.js +0 -0
  815. /package/{dist-esm/src → dist/browser}/operationsInterfaces/groupQuotaLimitsRequest.js +0 -0
  816. /package/{dist-esm/src → dist/browser}/operationsInterfaces/groupQuotaSubscriptionAllocation.js +0 -0
  817. /package/{dist-esm/src → dist/browser}/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js +0 -0
  818. /package/{dist-esm/src → dist/browser}/operationsInterfaces/groupQuotaSubscriptionRequests.js +0 -0
  819. /package/{dist-esm/src → dist/browser}/operationsInterfaces/groupQuotaSubscriptions.js +0 -0
  820. /package/{dist-esm/src → dist/browser}/operationsInterfaces/groupQuotas.js +0 -0
  821. /package/{dist-esm/src → dist/browser}/operationsInterfaces/quota.js +0 -0
  822. /package/{dist-esm/src → dist/browser}/operationsInterfaces/quotaOperation.js +0 -0
  823. /package/{dist-esm/src → dist/browser}/operationsInterfaces/quotaRequestStatus.js +0 -0
  824. /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
  825. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  826. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  827. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
@@ -0,0 +1,2517 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export const GroupQuotasEntityBase = {
9
+ type: {
10
+ name: "Composite",
11
+ className: "GroupQuotasEntityBase",
12
+ modelProperties: {
13
+ displayName: {
14
+ serializedName: "displayName",
15
+ type: {
16
+ name: "String",
17
+ },
18
+ },
19
+ provisioningState: {
20
+ serializedName: "provisioningState",
21
+ readOnly: true,
22
+ type: {
23
+ name: "String",
24
+ },
25
+ },
26
+ },
27
+ },
28
+ };
29
+ export const Resource = {
30
+ type: {
31
+ name: "Composite",
32
+ className: "Resource",
33
+ modelProperties: {
34
+ id: {
35
+ serializedName: "id",
36
+ readOnly: true,
37
+ type: {
38
+ name: "String",
39
+ },
40
+ },
41
+ name: {
42
+ serializedName: "name",
43
+ readOnly: true,
44
+ type: {
45
+ name: "String",
46
+ },
47
+ },
48
+ type: {
49
+ serializedName: "type",
50
+ readOnly: true,
51
+ type: {
52
+ name: "String",
53
+ },
54
+ },
55
+ systemData: {
56
+ serializedName: "systemData",
57
+ type: {
58
+ name: "Composite",
59
+ className: "SystemData",
60
+ },
61
+ },
62
+ },
63
+ },
64
+ };
65
+ export const SystemData = {
66
+ type: {
67
+ name: "Composite",
68
+ className: "SystemData",
69
+ modelProperties: {
70
+ createdBy: {
71
+ serializedName: "createdBy",
72
+ type: {
73
+ name: "String",
74
+ },
75
+ },
76
+ createdByType: {
77
+ serializedName: "createdByType",
78
+ type: {
79
+ name: "String",
80
+ },
81
+ },
82
+ createdAt: {
83
+ serializedName: "createdAt",
84
+ type: {
85
+ name: "DateTime",
86
+ },
87
+ },
88
+ lastModifiedBy: {
89
+ serializedName: "lastModifiedBy",
90
+ type: {
91
+ name: "String",
92
+ },
93
+ },
94
+ lastModifiedByType: {
95
+ serializedName: "lastModifiedByType",
96
+ type: {
97
+ name: "String",
98
+ },
99
+ },
100
+ lastModifiedAt: {
101
+ serializedName: "lastModifiedAt",
102
+ type: {
103
+ name: "DateTime",
104
+ },
105
+ },
106
+ },
107
+ },
108
+ };
109
+ export const LROResponseProperties = {
110
+ type: {
111
+ name: "Composite",
112
+ className: "LROResponseProperties",
113
+ modelProperties: {
114
+ provisioningState: {
115
+ serializedName: "provisioningState",
116
+ readOnly: true,
117
+ type: {
118
+ name: "String",
119
+ },
120
+ },
121
+ },
122
+ },
123
+ };
124
+ export const ErrorResponse = {
125
+ type: {
126
+ name: "Composite",
127
+ className: "ErrorResponse",
128
+ modelProperties: {
129
+ error: {
130
+ serializedName: "error",
131
+ type: {
132
+ name: "Composite",
133
+ className: "ErrorDetail",
134
+ },
135
+ },
136
+ },
137
+ },
138
+ };
139
+ export const ErrorDetail = {
140
+ type: {
141
+ name: "Composite",
142
+ className: "ErrorDetail",
143
+ modelProperties: {
144
+ code: {
145
+ serializedName: "code",
146
+ readOnly: true,
147
+ type: {
148
+ name: "String",
149
+ },
150
+ },
151
+ message: {
152
+ serializedName: "message",
153
+ readOnly: true,
154
+ type: {
155
+ name: "String",
156
+ },
157
+ },
158
+ target: {
159
+ serializedName: "target",
160
+ readOnly: true,
161
+ type: {
162
+ name: "String",
163
+ },
164
+ },
165
+ details: {
166
+ serializedName: "details",
167
+ readOnly: true,
168
+ type: {
169
+ name: "Sequence",
170
+ element: {
171
+ type: {
172
+ name: "Composite",
173
+ className: "ErrorDetail",
174
+ },
175
+ },
176
+ },
177
+ },
178
+ additionalInfo: {
179
+ serializedName: "additionalInfo",
180
+ readOnly: true,
181
+ type: {
182
+ name: "Sequence",
183
+ element: {
184
+ type: {
185
+ name: "Composite",
186
+ className: "ErrorAdditionalInfo",
187
+ },
188
+ },
189
+ },
190
+ },
191
+ },
192
+ },
193
+ };
194
+ export const ErrorAdditionalInfo = {
195
+ type: {
196
+ name: "Composite",
197
+ className: "ErrorAdditionalInfo",
198
+ modelProperties: {
199
+ type: {
200
+ serializedName: "type",
201
+ readOnly: true,
202
+ type: {
203
+ name: "String",
204
+ },
205
+ },
206
+ info: {
207
+ serializedName: "info",
208
+ readOnly: true,
209
+ type: {
210
+ name: "Dictionary",
211
+ value: { type: { name: "any" } },
212
+ },
213
+ },
214
+ },
215
+ },
216
+ };
217
+ export const GroupQuotasEntityBasePatch = {
218
+ type: {
219
+ name: "Composite",
220
+ className: "GroupQuotasEntityBasePatch",
221
+ modelProperties: {
222
+ displayName: {
223
+ serializedName: "displayName",
224
+ type: {
225
+ name: "String",
226
+ },
227
+ },
228
+ provisioningState: {
229
+ serializedName: "provisioningState",
230
+ readOnly: true,
231
+ type: {
232
+ name: "String",
233
+ },
234
+ },
235
+ },
236
+ },
237
+ };
238
+ export const GroupQuotaList = {
239
+ type: {
240
+ name: "Composite",
241
+ className: "GroupQuotaList",
242
+ modelProperties: {
243
+ value: {
244
+ serializedName: "value",
245
+ type: {
246
+ name: "Sequence",
247
+ element: {
248
+ type: {
249
+ name: "Composite",
250
+ className: "GroupQuotasEntity",
251
+ },
252
+ },
253
+ },
254
+ },
255
+ nextLink: {
256
+ serializedName: "nextLink",
257
+ readOnly: true,
258
+ type: {
259
+ name: "String",
260
+ },
261
+ },
262
+ },
263
+ },
264
+ };
265
+ export const GroupQuotaSubscriptionIdProperties = {
266
+ type: {
267
+ name: "Composite",
268
+ className: "GroupQuotaSubscriptionIdProperties",
269
+ modelProperties: {
270
+ subscriptionId: {
271
+ serializedName: "subscriptionId",
272
+ type: {
273
+ name: "String",
274
+ },
275
+ },
276
+ provisioningState: {
277
+ serializedName: "provisioningState",
278
+ readOnly: true,
279
+ type: {
280
+ name: "String",
281
+ },
282
+ },
283
+ },
284
+ },
285
+ };
286
+ export const GroupQuotaSubscriptionIdList = {
287
+ type: {
288
+ name: "Composite",
289
+ className: "GroupQuotaSubscriptionIdList",
290
+ modelProperties: {
291
+ value: {
292
+ serializedName: "value",
293
+ type: {
294
+ name: "Sequence",
295
+ element: {
296
+ type: {
297
+ name: "Composite",
298
+ className: "GroupQuotaSubscriptionId",
299
+ },
300
+ },
301
+ },
302
+ },
303
+ nextLink: {
304
+ serializedName: "nextLink",
305
+ readOnly: true,
306
+ type: {
307
+ name: "String",
308
+ },
309
+ },
310
+ },
311
+ },
312
+ };
313
+ export const GroupQuotaSubscriptionRequestStatusList = {
314
+ type: {
315
+ name: "Composite",
316
+ className: "GroupQuotaSubscriptionRequestStatusList",
317
+ modelProperties: {
318
+ value: {
319
+ serializedName: "value",
320
+ type: {
321
+ name: "Sequence",
322
+ element: {
323
+ type: {
324
+ name: "Composite",
325
+ className: "GroupQuotaSubscriptionRequestStatus",
326
+ },
327
+ },
328
+ },
329
+ },
330
+ nextLink: {
331
+ serializedName: "nextLink",
332
+ readOnly: true,
333
+ type: {
334
+ name: "String",
335
+ },
336
+ },
337
+ },
338
+ },
339
+ };
340
+ export const GroupQuotaSubscriptionRequestStatusProperties = {
341
+ type: {
342
+ name: "Composite",
343
+ className: "GroupQuotaSubscriptionRequestStatusProperties",
344
+ modelProperties: {
345
+ subscriptionId: {
346
+ serializedName: "subscriptionId",
347
+ type: {
348
+ name: "String",
349
+ },
350
+ },
351
+ requestSubmitTime: {
352
+ serializedName: "requestSubmitTime",
353
+ type: {
354
+ name: "DateTime",
355
+ },
356
+ },
357
+ provisioningState: {
358
+ serializedName: "provisioningState",
359
+ readOnly: true,
360
+ type: {
361
+ name: "String",
362
+ },
363
+ },
364
+ },
365
+ },
366
+ };
367
+ export const GroupQuotaLimitListProperties = {
368
+ type: {
369
+ name: "Composite",
370
+ className: "GroupQuotaLimitListProperties",
371
+ modelProperties: {
372
+ provisioningState: {
373
+ serializedName: "provisioningState",
374
+ readOnly: true,
375
+ type: {
376
+ name: "String",
377
+ },
378
+ },
379
+ value: {
380
+ serializedName: "value",
381
+ type: {
382
+ name: "Sequence",
383
+ element: {
384
+ type: {
385
+ name: "Composite",
386
+ className: "GroupQuotaLimit",
387
+ },
388
+ },
389
+ },
390
+ },
391
+ nextLink: {
392
+ serializedName: "nextLink",
393
+ readOnly: true,
394
+ type: {
395
+ name: "String",
396
+ },
397
+ },
398
+ },
399
+ },
400
+ };
401
+ export const GroupQuotaLimit = {
402
+ type: {
403
+ name: "Composite",
404
+ className: "GroupQuotaLimit",
405
+ modelProperties: {
406
+ properties: {
407
+ serializedName: "properties",
408
+ type: {
409
+ name: "Composite",
410
+ className: "GroupQuotaLimitProperties",
411
+ },
412
+ },
413
+ },
414
+ },
415
+ };
416
+ export const GroupQuotaDetails = {
417
+ type: {
418
+ name: "Composite",
419
+ className: "GroupQuotaDetails",
420
+ modelProperties: {
421
+ resourceName: {
422
+ serializedName: "resourceName",
423
+ type: {
424
+ name: "String",
425
+ },
426
+ },
427
+ limit: {
428
+ serializedName: "limit",
429
+ type: {
430
+ name: "Number",
431
+ },
432
+ },
433
+ comment: {
434
+ serializedName: "comment",
435
+ type: {
436
+ name: "String",
437
+ },
438
+ },
439
+ unit: {
440
+ serializedName: "unit",
441
+ readOnly: true,
442
+ type: {
443
+ name: "String",
444
+ },
445
+ },
446
+ name: {
447
+ serializedName: "name",
448
+ type: {
449
+ name: "Composite",
450
+ className: "GroupQuotaDetailsName",
451
+ },
452
+ },
453
+ availableLimit: {
454
+ serializedName: "availableLimit",
455
+ readOnly: true,
456
+ type: {
457
+ name: "Number",
458
+ },
459
+ },
460
+ allocatedToSubscriptions: {
461
+ serializedName: "allocatedToSubscriptions",
462
+ type: {
463
+ name: "Composite",
464
+ className: "AllocatedQuotaToSubscriptionList",
465
+ },
466
+ },
467
+ },
468
+ },
469
+ };
470
+ export const GroupQuotaDetailsName = {
471
+ type: {
472
+ name: "Composite",
473
+ className: "GroupQuotaDetailsName",
474
+ modelProperties: {
475
+ value: {
476
+ serializedName: "value",
477
+ readOnly: true,
478
+ type: {
479
+ name: "String",
480
+ },
481
+ },
482
+ localizedValue: {
483
+ serializedName: "localizedValue",
484
+ readOnly: true,
485
+ type: {
486
+ name: "String",
487
+ },
488
+ },
489
+ },
490
+ },
491
+ };
492
+ export const AllocatedQuotaToSubscriptionList = {
493
+ type: {
494
+ name: "Composite",
495
+ className: "AllocatedQuotaToSubscriptionList",
496
+ modelProperties: {
497
+ value: {
498
+ serializedName: "value",
499
+ type: {
500
+ name: "Sequence",
501
+ element: {
502
+ type: {
503
+ name: "Composite",
504
+ className: "AllocatedToSubscription",
505
+ },
506
+ },
507
+ },
508
+ },
509
+ },
510
+ },
511
+ };
512
+ export const AllocatedToSubscription = {
513
+ type: {
514
+ name: "Composite",
515
+ className: "AllocatedToSubscription",
516
+ modelProperties: {
517
+ subscriptionId: {
518
+ serializedName: "subscriptionId",
519
+ type: {
520
+ name: "String",
521
+ },
522
+ },
523
+ quotaAllocated: {
524
+ serializedName: "quotaAllocated",
525
+ type: {
526
+ name: "Number",
527
+ },
528
+ },
529
+ },
530
+ },
531
+ };
532
+ export const SubmittedResourceRequestStatusProperties = {
533
+ type: {
534
+ name: "Composite",
535
+ className: "SubmittedResourceRequestStatusProperties",
536
+ modelProperties: {
537
+ requestedResource: {
538
+ serializedName: "requestedResource",
539
+ type: {
540
+ name: "Composite",
541
+ className: "GroupQuotaRequestBase",
542
+ },
543
+ },
544
+ requestSubmitTime: {
545
+ serializedName: "requestSubmitTime",
546
+ readOnly: true,
547
+ type: {
548
+ name: "DateTime",
549
+ },
550
+ },
551
+ provisioningState: {
552
+ serializedName: "provisioningState",
553
+ readOnly: true,
554
+ type: {
555
+ name: "String",
556
+ },
557
+ },
558
+ faultCode: {
559
+ serializedName: "faultCode",
560
+ readOnly: true,
561
+ type: {
562
+ name: "String",
563
+ },
564
+ },
565
+ },
566
+ },
567
+ };
568
+ export const GroupQuotaRequestBase = {
569
+ type: {
570
+ name: "Composite",
571
+ className: "GroupQuotaRequestBase",
572
+ modelProperties: {
573
+ properties: {
574
+ serializedName: "properties",
575
+ type: {
576
+ name: "Composite",
577
+ className: "GroupQuotaRequestBaseProperties",
578
+ },
579
+ },
580
+ },
581
+ },
582
+ };
583
+ export const GroupQuotaRequestBaseProperties = {
584
+ type: {
585
+ name: "Composite",
586
+ className: "GroupQuotaRequestBaseProperties",
587
+ modelProperties: {
588
+ limit: {
589
+ serializedName: "limit",
590
+ type: {
591
+ name: "Number",
592
+ },
593
+ },
594
+ name: {
595
+ serializedName: "name",
596
+ type: {
597
+ name: "Composite",
598
+ className: "GroupQuotaRequestBasePropertiesName",
599
+ },
600
+ },
601
+ region: {
602
+ serializedName: "region",
603
+ type: {
604
+ name: "String",
605
+ },
606
+ },
607
+ comments: {
608
+ serializedName: "comments",
609
+ type: {
610
+ name: "String",
611
+ },
612
+ },
613
+ },
614
+ },
615
+ };
616
+ export const GroupQuotaRequestBasePropertiesName = {
617
+ type: {
618
+ name: "Composite",
619
+ className: "GroupQuotaRequestBasePropertiesName",
620
+ modelProperties: {
621
+ value: {
622
+ serializedName: "value",
623
+ readOnly: true,
624
+ type: {
625
+ name: "String",
626
+ },
627
+ },
628
+ localizedValue: {
629
+ serializedName: "localizedValue",
630
+ readOnly: true,
631
+ type: {
632
+ name: "String",
633
+ },
634
+ },
635
+ },
636
+ },
637
+ };
638
+ export const SubmittedResourceRequestStatusList = {
639
+ type: {
640
+ name: "Composite",
641
+ className: "SubmittedResourceRequestStatusList",
642
+ modelProperties: {
643
+ value: {
644
+ serializedName: "value",
645
+ type: {
646
+ name: "Sequence",
647
+ element: {
648
+ type: {
649
+ name: "Composite",
650
+ className: "SubmittedResourceRequestStatus",
651
+ },
652
+ },
653
+ },
654
+ },
655
+ nextLink: {
656
+ serializedName: "nextLink",
657
+ readOnly: true,
658
+ type: {
659
+ name: "String",
660
+ },
661
+ },
662
+ },
663
+ },
664
+ };
665
+ export const SubscriptionQuotaAllocationsListProperties = {
666
+ type: {
667
+ name: "Composite",
668
+ className: "SubscriptionQuotaAllocationsListProperties",
669
+ modelProperties: {
670
+ provisioningState: {
671
+ serializedName: "provisioningState",
672
+ readOnly: true,
673
+ type: {
674
+ name: "String",
675
+ },
676
+ },
677
+ value: {
678
+ serializedName: "value",
679
+ type: {
680
+ name: "Sequence",
681
+ element: {
682
+ type: {
683
+ name: "Composite",
684
+ className: "SubscriptionQuotaAllocations",
685
+ },
686
+ },
687
+ },
688
+ },
689
+ nextLink: {
690
+ serializedName: "nextLink",
691
+ readOnly: true,
692
+ type: {
693
+ name: "String",
694
+ },
695
+ },
696
+ },
697
+ },
698
+ };
699
+ export const SubscriptionQuotaAllocations = {
700
+ type: {
701
+ name: "Composite",
702
+ className: "SubscriptionQuotaAllocations",
703
+ modelProperties: {
704
+ properties: {
705
+ serializedName: "properties",
706
+ type: {
707
+ name: "Composite",
708
+ className: "SubscriptionQuotaAllocationsProperties",
709
+ },
710
+ },
711
+ },
712
+ },
713
+ };
714
+ export const SubscriptionQuotaDetails = {
715
+ type: {
716
+ name: "Composite",
717
+ className: "SubscriptionQuotaDetails",
718
+ modelProperties: {
719
+ resourceName: {
720
+ serializedName: "resourceName",
721
+ type: {
722
+ name: "String",
723
+ },
724
+ },
725
+ limit: {
726
+ serializedName: "limit",
727
+ type: {
728
+ name: "Number",
729
+ },
730
+ },
731
+ shareableQuota: {
732
+ serializedName: "shareableQuota",
733
+ readOnly: true,
734
+ type: {
735
+ name: "Number",
736
+ },
737
+ },
738
+ name: {
739
+ serializedName: "name",
740
+ type: {
741
+ name: "Composite",
742
+ className: "SubscriptionQuotaDetailsName",
743
+ },
744
+ },
745
+ },
746
+ },
747
+ };
748
+ export const SubscriptionQuotaDetailsName = {
749
+ type: {
750
+ name: "Composite",
751
+ className: "SubscriptionQuotaDetailsName",
752
+ modelProperties: {
753
+ value: {
754
+ serializedName: "value",
755
+ readOnly: true,
756
+ type: {
757
+ name: "String",
758
+ },
759
+ },
760
+ localizedValue: {
761
+ serializedName: "localizedValue",
762
+ readOnly: true,
763
+ type: {
764
+ name: "String",
765
+ },
766
+ },
767
+ },
768
+ },
769
+ };
770
+ export const QuotaAllocationRequestStatusProperties = {
771
+ type: {
772
+ name: "Composite",
773
+ className: "QuotaAllocationRequestStatusProperties",
774
+ modelProperties: {
775
+ requestedResource: {
776
+ serializedName: "requestedResource",
777
+ type: {
778
+ name: "Composite",
779
+ className: "QuotaAllocationRequestBase",
780
+ },
781
+ },
782
+ requestSubmitTime: {
783
+ serializedName: "requestSubmitTime",
784
+ readOnly: true,
785
+ type: {
786
+ name: "DateTime",
787
+ },
788
+ },
789
+ provisioningState: {
790
+ serializedName: "provisioningState",
791
+ readOnly: true,
792
+ type: {
793
+ name: "String",
794
+ },
795
+ },
796
+ faultCode: {
797
+ serializedName: "faultCode",
798
+ readOnly: true,
799
+ type: {
800
+ name: "String",
801
+ },
802
+ },
803
+ },
804
+ },
805
+ };
806
+ export const QuotaAllocationRequestBase = {
807
+ type: {
808
+ name: "Composite",
809
+ className: "QuotaAllocationRequestBase",
810
+ modelProperties: {
811
+ properties: {
812
+ serializedName: "properties",
813
+ type: {
814
+ name: "Composite",
815
+ className: "QuotaAllocationRequestBaseProperties",
816
+ },
817
+ },
818
+ },
819
+ },
820
+ };
821
+ export const QuotaAllocationRequestBaseProperties = {
822
+ type: {
823
+ name: "Composite",
824
+ className: "QuotaAllocationRequestBaseProperties",
825
+ modelProperties: {
826
+ limit: {
827
+ serializedName: "limit",
828
+ type: {
829
+ name: "Number",
830
+ },
831
+ },
832
+ name: {
833
+ serializedName: "name",
834
+ type: {
835
+ name: "Composite",
836
+ className: "QuotaAllocationRequestBasePropertiesName",
837
+ },
838
+ },
839
+ region: {
840
+ serializedName: "region",
841
+ type: {
842
+ name: "String",
843
+ },
844
+ },
845
+ },
846
+ },
847
+ };
848
+ export const QuotaAllocationRequestBasePropertiesName = {
849
+ type: {
850
+ name: "Composite",
851
+ className: "QuotaAllocationRequestBasePropertiesName",
852
+ modelProperties: {
853
+ value: {
854
+ serializedName: "value",
855
+ readOnly: true,
856
+ type: {
857
+ name: "String",
858
+ },
859
+ },
860
+ localizedValue: {
861
+ serializedName: "localizedValue",
862
+ readOnly: true,
863
+ type: {
864
+ name: "String",
865
+ },
866
+ },
867
+ },
868
+ },
869
+ };
870
+ export const QuotaAllocationRequestStatusList = {
871
+ type: {
872
+ name: "Composite",
873
+ className: "QuotaAllocationRequestStatusList",
874
+ modelProperties: {
875
+ value: {
876
+ serializedName: "value",
877
+ type: {
878
+ name: "Sequence",
879
+ element: {
880
+ type: {
881
+ name: "Composite",
882
+ className: "QuotaAllocationRequestStatus",
883
+ },
884
+ },
885
+ },
886
+ },
887
+ nextLink: {
888
+ serializedName: "nextLink",
889
+ readOnly: true,
890
+ type: {
891
+ name: "String",
892
+ },
893
+ },
894
+ },
895
+ },
896
+ };
897
+ export const CurrentUsagesBase = {
898
+ type: {
899
+ name: "Composite",
900
+ className: "CurrentUsagesBase",
901
+ modelProperties: {
902
+ id: {
903
+ serializedName: "id",
904
+ readOnly: true,
905
+ type: {
906
+ name: "String",
907
+ },
908
+ },
909
+ type: {
910
+ serializedName: "type",
911
+ readOnly: true,
912
+ type: {
913
+ name: "String",
914
+ },
915
+ },
916
+ name: {
917
+ serializedName: "name",
918
+ readOnly: true,
919
+ type: {
920
+ name: "String",
921
+ },
922
+ },
923
+ properties: {
924
+ serializedName: "properties",
925
+ type: {
926
+ name: "Composite",
927
+ className: "UsagesProperties",
928
+ },
929
+ },
930
+ },
931
+ },
932
+ };
933
+ export const UsagesProperties = {
934
+ type: {
935
+ name: "Composite",
936
+ className: "UsagesProperties",
937
+ modelProperties: {
938
+ usages: {
939
+ serializedName: "usages",
940
+ type: {
941
+ name: "Composite",
942
+ className: "UsagesObject",
943
+ },
944
+ },
945
+ unit: {
946
+ serializedName: "unit",
947
+ readOnly: true,
948
+ type: {
949
+ name: "String",
950
+ },
951
+ },
952
+ name: {
953
+ serializedName: "name",
954
+ type: {
955
+ name: "Composite",
956
+ className: "ResourceName",
957
+ },
958
+ },
959
+ resourceType: {
960
+ serializedName: "resourceType",
961
+ type: {
962
+ name: "String",
963
+ },
964
+ },
965
+ quotaPeriod: {
966
+ serializedName: "quotaPeriod",
967
+ readOnly: true,
968
+ type: {
969
+ name: "String",
970
+ },
971
+ },
972
+ isQuotaApplicable: {
973
+ serializedName: "isQuotaApplicable",
974
+ readOnly: true,
975
+ type: {
976
+ name: "Boolean",
977
+ },
978
+ },
979
+ properties: {
980
+ serializedName: "properties",
981
+ type: {
982
+ name: "Dictionary",
983
+ value: { type: { name: "any" } },
984
+ },
985
+ },
986
+ },
987
+ },
988
+ };
989
+ export const UsagesObject = {
990
+ type: {
991
+ name: "Composite",
992
+ className: "UsagesObject",
993
+ modelProperties: {
994
+ value: {
995
+ serializedName: "value",
996
+ required: true,
997
+ type: {
998
+ name: "Number",
999
+ },
1000
+ },
1001
+ usagesType: {
1002
+ serializedName: "usagesType",
1003
+ type: {
1004
+ name: "String",
1005
+ },
1006
+ },
1007
+ },
1008
+ },
1009
+ };
1010
+ export const ResourceName = {
1011
+ type: {
1012
+ name: "Composite",
1013
+ className: "ResourceName",
1014
+ modelProperties: {
1015
+ value: {
1016
+ serializedName: "value",
1017
+ type: {
1018
+ name: "String",
1019
+ },
1020
+ },
1021
+ localizedValue: {
1022
+ serializedName: "localizedValue",
1023
+ readOnly: true,
1024
+ type: {
1025
+ name: "String",
1026
+ },
1027
+ },
1028
+ },
1029
+ },
1030
+ };
1031
+ export const ExceptionResponse = {
1032
+ type: {
1033
+ name: "Composite",
1034
+ className: "ExceptionResponse",
1035
+ modelProperties: {
1036
+ error: {
1037
+ serializedName: "error",
1038
+ type: {
1039
+ name: "Composite",
1040
+ className: "ServiceError",
1041
+ },
1042
+ },
1043
+ },
1044
+ },
1045
+ };
1046
+ export const ServiceError = {
1047
+ type: {
1048
+ name: "Composite",
1049
+ className: "ServiceError",
1050
+ modelProperties: {
1051
+ code: {
1052
+ serializedName: "code",
1053
+ type: {
1054
+ name: "String",
1055
+ },
1056
+ },
1057
+ message: {
1058
+ serializedName: "message",
1059
+ type: {
1060
+ name: "String",
1061
+ },
1062
+ },
1063
+ details: {
1064
+ serializedName: "details",
1065
+ readOnly: true,
1066
+ type: {
1067
+ name: "Sequence",
1068
+ element: {
1069
+ type: {
1070
+ name: "Composite",
1071
+ className: "ServiceErrorDetail",
1072
+ },
1073
+ },
1074
+ },
1075
+ },
1076
+ },
1077
+ },
1078
+ };
1079
+ export const ServiceErrorDetail = {
1080
+ type: {
1081
+ name: "Composite",
1082
+ className: "ServiceErrorDetail",
1083
+ modelProperties: {
1084
+ code: {
1085
+ serializedName: "code",
1086
+ readOnly: true,
1087
+ type: {
1088
+ name: "String",
1089
+ },
1090
+ },
1091
+ message: {
1092
+ serializedName: "message",
1093
+ readOnly: true,
1094
+ type: {
1095
+ name: "String",
1096
+ },
1097
+ },
1098
+ },
1099
+ },
1100
+ };
1101
+ export const UsagesLimits = {
1102
+ type: {
1103
+ name: "Composite",
1104
+ className: "UsagesLimits",
1105
+ modelProperties: {
1106
+ value: {
1107
+ serializedName: "value",
1108
+ type: {
1109
+ name: "Sequence",
1110
+ element: {
1111
+ type: {
1112
+ name: "Composite",
1113
+ className: "CurrentUsagesBase",
1114
+ },
1115
+ },
1116
+ },
1117
+ },
1118
+ nextLink: {
1119
+ serializedName: "nextLink",
1120
+ type: {
1121
+ name: "String",
1122
+ },
1123
+ },
1124
+ },
1125
+ },
1126
+ };
1127
+ export const CurrentQuotaLimitBase = {
1128
+ type: {
1129
+ name: "Composite",
1130
+ className: "CurrentQuotaLimitBase",
1131
+ modelProperties: {
1132
+ id: {
1133
+ serializedName: "id",
1134
+ readOnly: true,
1135
+ type: {
1136
+ name: "String",
1137
+ },
1138
+ },
1139
+ type: {
1140
+ serializedName: "type",
1141
+ readOnly: true,
1142
+ type: {
1143
+ name: "String",
1144
+ },
1145
+ },
1146
+ name: {
1147
+ serializedName: "name",
1148
+ readOnly: true,
1149
+ type: {
1150
+ name: "String",
1151
+ },
1152
+ },
1153
+ properties: {
1154
+ serializedName: "properties",
1155
+ type: {
1156
+ name: "Composite",
1157
+ className: "QuotaProperties",
1158
+ },
1159
+ },
1160
+ },
1161
+ },
1162
+ };
1163
+ export const QuotaProperties = {
1164
+ type: {
1165
+ name: "Composite",
1166
+ className: "QuotaProperties",
1167
+ modelProperties: {
1168
+ limit: {
1169
+ serializedName: "limit",
1170
+ type: {
1171
+ name: "Composite",
1172
+ className: "LimitJsonObject",
1173
+ },
1174
+ },
1175
+ unit: {
1176
+ serializedName: "unit",
1177
+ readOnly: true,
1178
+ type: {
1179
+ name: "String",
1180
+ },
1181
+ },
1182
+ name: {
1183
+ serializedName: "name",
1184
+ type: {
1185
+ name: "Composite",
1186
+ className: "ResourceName",
1187
+ },
1188
+ },
1189
+ resourceType: {
1190
+ serializedName: "resourceType",
1191
+ type: {
1192
+ name: "String",
1193
+ },
1194
+ },
1195
+ quotaPeriod: {
1196
+ serializedName: "quotaPeriod",
1197
+ readOnly: true,
1198
+ type: {
1199
+ name: "String",
1200
+ },
1201
+ },
1202
+ isQuotaApplicable: {
1203
+ serializedName: "isQuotaApplicable",
1204
+ readOnly: true,
1205
+ type: {
1206
+ name: "Boolean",
1207
+ },
1208
+ },
1209
+ properties: {
1210
+ serializedName: "properties",
1211
+ type: {
1212
+ name: "Dictionary",
1213
+ value: { type: { name: "any" } },
1214
+ },
1215
+ },
1216
+ },
1217
+ },
1218
+ };
1219
+ export const LimitJsonObject = {
1220
+ type: {
1221
+ name: "Composite",
1222
+ className: "LimitJsonObject",
1223
+ uberParent: "LimitJsonObject",
1224
+ polymorphicDiscriminator: {
1225
+ serializedName: "limitObjectType",
1226
+ clientName: "limitObjectType",
1227
+ },
1228
+ modelProperties: {
1229
+ limitObjectType: {
1230
+ serializedName: "limitObjectType",
1231
+ required: true,
1232
+ type: {
1233
+ name: "String",
1234
+ },
1235
+ },
1236
+ },
1237
+ },
1238
+ };
1239
+ export const QuotaLimits = {
1240
+ type: {
1241
+ name: "Composite",
1242
+ className: "QuotaLimits",
1243
+ modelProperties: {
1244
+ value: {
1245
+ serializedName: "value",
1246
+ type: {
1247
+ name: "Sequence",
1248
+ element: {
1249
+ type: {
1250
+ name: "Composite",
1251
+ className: "CurrentQuotaLimitBase",
1252
+ },
1253
+ },
1254
+ },
1255
+ },
1256
+ nextLink: {
1257
+ serializedName: "nextLink",
1258
+ type: {
1259
+ name: "String",
1260
+ },
1261
+ },
1262
+ },
1263
+ },
1264
+ };
1265
+ export const QuotaRequestDetails = {
1266
+ type: {
1267
+ name: "Composite",
1268
+ className: "QuotaRequestDetails",
1269
+ modelProperties: {
1270
+ id: {
1271
+ serializedName: "id",
1272
+ readOnly: true,
1273
+ type: {
1274
+ name: "String",
1275
+ },
1276
+ },
1277
+ name: {
1278
+ serializedName: "name",
1279
+ readOnly: true,
1280
+ type: {
1281
+ name: "String",
1282
+ },
1283
+ },
1284
+ type: {
1285
+ serializedName: "type",
1286
+ readOnly: true,
1287
+ type: {
1288
+ name: "String",
1289
+ },
1290
+ },
1291
+ properties: {
1292
+ serializedName: "properties",
1293
+ type: {
1294
+ name: "Composite",
1295
+ className: "QuotaRequestProperties",
1296
+ },
1297
+ },
1298
+ },
1299
+ },
1300
+ };
1301
+ export const QuotaRequestProperties = {
1302
+ type: {
1303
+ name: "Composite",
1304
+ className: "QuotaRequestProperties",
1305
+ modelProperties: {
1306
+ provisioningState: {
1307
+ serializedName: "provisioningState",
1308
+ readOnly: true,
1309
+ type: {
1310
+ name: "String",
1311
+ },
1312
+ },
1313
+ message: {
1314
+ serializedName: "message",
1315
+ readOnly: true,
1316
+ type: {
1317
+ name: "String",
1318
+ },
1319
+ },
1320
+ error: {
1321
+ serializedName: "error",
1322
+ type: {
1323
+ name: "Composite",
1324
+ className: "ServiceErrorDetail",
1325
+ },
1326
+ },
1327
+ requestSubmitTime: {
1328
+ serializedName: "requestSubmitTime",
1329
+ readOnly: true,
1330
+ type: {
1331
+ name: "DateTime",
1332
+ },
1333
+ },
1334
+ value: {
1335
+ serializedName: "value",
1336
+ type: {
1337
+ name: "Sequence",
1338
+ element: {
1339
+ type: {
1340
+ name: "Composite",
1341
+ className: "SubRequest",
1342
+ },
1343
+ },
1344
+ },
1345
+ },
1346
+ },
1347
+ },
1348
+ };
1349
+ export const SubRequest = {
1350
+ type: {
1351
+ name: "Composite",
1352
+ className: "SubRequest",
1353
+ modelProperties: {
1354
+ name: {
1355
+ serializedName: "name",
1356
+ type: {
1357
+ name: "Composite",
1358
+ className: "ResourceName",
1359
+ },
1360
+ },
1361
+ resourceType: {
1362
+ serializedName: "resourceType",
1363
+ readOnly: true,
1364
+ type: {
1365
+ name: "String",
1366
+ },
1367
+ },
1368
+ unit: {
1369
+ serializedName: "unit",
1370
+ type: {
1371
+ name: "String",
1372
+ },
1373
+ },
1374
+ provisioningState: {
1375
+ serializedName: "provisioningState",
1376
+ readOnly: true,
1377
+ type: {
1378
+ name: "String",
1379
+ },
1380
+ },
1381
+ message: {
1382
+ serializedName: "message",
1383
+ readOnly: true,
1384
+ type: {
1385
+ name: "String",
1386
+ },
1387
+ },
1388
+ subRequestId: {
1389
+ serializedName: "subRequestId",
1390
+ readOnly: true,
1391
+ type: {
1392
+ name: "String",
1393
+ },
1394
+ },
1395
+ limit: {
1396
+ serializedName: "limit",
1397
+ type: {
1398
+ name: "Composite",
1399
+ className: "LimitJsonObject",
1400
+ },
1401
+ },
1402
+ },
1403
+ },
1404
+ };
1405
+ export const QuotaRequestDetailsList = {
1406
+ type: {
1407
+ name: "Composite",
1408
+ className: "QuotaRequestDetailsList",
1409
+ modelProperties: {
1410
+ value: {
1411
+ serializedName: "value",
1412
+ type: {
1413
+ name: "Sequence",
1414
+ element: {
1415
+ type: {
1416
+ name: "Composite",
1417
+ className: "QuotaRequestDetails",
1418
+ },
1419
+ },
1420
+ },
1421
+ },
1422
+ nextLink: {
1423
+ serializedName: "nextLink",
1424
+ type: {
1425
+ name: "String",
1426
+ },
1427
+ },
1428
+ },
1429
+ },
1430
+ };
1431
+ export const OperationList = {
1432
+ type: {
1433
+ name: "Composite",
1434
+ className: "OperationList",
1435
+ modelProperties: {
1436
+ value: {
1437
+ serializedName: "value",
1438
+ type: {
1439
+ name: "Sequence",
1440
+ element: {
1441
+ type: {
1442
+ name: "Composite",
1443
+ className: "OperationResponse",
1444
+ },
1445
+ },
1446
+ },
1447
+ },
1448
+ nextLink: {
1449
+ serializedName: "nextLink",
1450
+ type: {
1451
+ name: "String",
1452
+ },
1453
+ },
1454
+ },
1455
+ },
1456
+ };
1457
+ export const OperationResponse = {
1458
+ type: {
1459
+ name: "Composite",
1460
+ className: "OperationResponse",
1461
+ modelProperties: {
1462
+ name: {
1463
+ serializedName: "name",
1464
+ type: {
1465
+ name: "String",
1466
+ },
1467
+ },
1468
+ display: {
1469
+ serializedName: "display",
1470
+ type: {
1471
+ name: "Composite",
1472
+ className: "OperationDisplay",
1473
+ },
1474
+ },
1475
+ origin: {
1476
+ serializedName: "origin",
1477
+ type: {
1478
+ name: "String",
1479
+ },
1480
+ },
1481
+ },
1482
+ },
1483
+ };
1484
+ export const OperationDisplay = {
1485
+ type: {
1486
+ name: "Composite",
1487
+ className: "OperationDisplay",
1488
+ modelProperties: {
1489
+ provider: {
1490
+ serializedName: "provider",
1491
+ type: {
1492
+ name: "String",
1493
+ },
1494
+ },
1495
+ resource: {
1496
+ serializedName: "resource",
1497
+ type: {
1498
+ name: "String",
1499
+ },
1500
+ },
1501
+ operation: {
1502
+ serializedName: "operation",
1503
+ type: {
1504
+ name: "String",
1505
+ },
1506
+ },
1507
+ description: {
1508
+ serializedName: "description",
1509
+ type: {
1510
+ name: "String",
1511
+ },
1512
+ },
1513
+ },
1514
+ },
1515
+ };
1516
+ export const SubscriptionQuotaAllocationRequestList = {
1517
+ type: {
1518
+ name: "Composite",
1519
+ className: "SubscriptionQuotaAllocationRequestList",
1520
+ modelProperties: {
1521
+ value: {
1522
+ serializedName: "value",
1523
+ type: {
1524
+ name: "Sequence",
1525
+ element: {
1526
+ type: {
1527
+ name: "Composite",
1528
+ className: "QuotaAllocationRequestStatus",
1529
+ },
1530
+ },
1531
+ },
1532
+ },
1533
+ nextLink: {
1534
+ serializedName: "nextLink",
1535
+ readOnly: true,
1536
+ type: {
1537
+ name: "String",
1538
+ },
1539
+ },
1540
+ },
1541
+ },
1542
+ };
1543
+ export const SubscriptionGroupQuotaAssignment = {
1544
+ type: {
1545
+ name: "Composite",
1546
+ className: "SubscriptionGroupQuotaAssignment",
1547
+ modelProperties: {
1548
+ groupQuotaId: {
1549
+ serializedName: "groupQuotaId",
1550
+ type: {
1551
+ name: "String",
1552
+ },
1553
+ },
1554
+ quotaAllocated: {
1555
+ serializedName: "quotaAllocated",
1556
+ type: {
1557
+ name: "Number",
1558
+ },
1559
+ },
1560
+ },
1561
+ },
1562
+ };
1563
+ export const SubscriptionQuotaAllocationsStatusList = {
1564
+ type: {
1565
+ name: "Composite",
1566
+ className: "SubscriptionQuotaAllocationsStatusList",
1567
+ modelProperties: {
1568
+ value: {
1569
+ serializedName: "value",
1570
+ type: {
1571
+ name: "Sequence",
1572
+ element: {
1573
+ type: {
1574
+ name: "Composite",
1575
+ className: "SubmittedResourceRequestStatus",
1576
+ },
1577
+ },
1578
+ },
1579
+ },
1580
+ nextLink: {
1581
+ serializedName: "nextLink",
1582
+ readOnly: true,
1583
+ type: {
1584
+ name: "String",
1585
+ },
1586
+ },
1587
+ },
1588
+ },
1589
+ };
1590
+ export const ResourceBaseRequest = {
1591
+ type: {
1592
+ name: "Composite",
1593
+ className: "ResourceBaseRequest",
1594
+ modelProperties: {
1595
+ resourceName: {
1596
+ serializedName: "resourceName",
1597
+ readOnly: true,
1598
+ type: {
1599
+ name: "String",
1600
+ },
1601
+ },
1602
+ limit: {
1603
+ serializedName: "limit",
1604
+ type: {
1605
+ name: "Number",
1606
+ },
1607
+ },
1608
+ unit: {
1609
+ serializedName: "unit",
1610
+ readOnly: true,
1611
+ type: {
1612
+ name: "String",
1613
+ },
1614
+ },
1615
+ },
1616
+ },
1617
+ };
1618
+ export const ResourceUsageList = {
1619
+ type: {
1620
+ name: "Composite",
1621
+ className: "ResourceUsageList",
1622
+ modelProperties: {
1623
+ value: {
1624
+ serializedName: "value",
1625
+ type: {
1626
+ name: "Sequence",
1627
+ element: {
1628
+ type: {
1629
+ name: "Composite",
1630
+ className: "ResourceUsages",
1631
+ },
1632
+ },
1633
+ },
1634
+ },
1635
+ nextLink: {
1636
+ serializedName: "nextLink",
1637
+ readOnly: true,
1638
+ type: {
1639
+ name: "String",
1640
+ },
1641
+ },
1642
+ },
1643
+ },
1644
+ };
1645
+ export const GroupQuotaUsagesBase = {
1646
+ type: {
1647
+ name: "Composite",
1648
+ className: "GroupQuotaUsagesBase",
1649
+ modelProperties: {
1650
+ name: {
1651
+ serializedName: "name",
1652
+ type: {
1653
+ name: "Composite",
1654
+ className: "GroupQuotaUsagesBaseName",
1655
+ },
1656
+ },
1657
+ limit: {
1658
+ serializedName: "limit",
1659
+ type: {
1660
+ name: "Number",
1661
+ },
1662
+ },
1663
+ usages: {
1664
+ serializedName: "usages",
1665
+ type: {
1666
+ name: "Number",
1667
+ },
1668
+ },
1669
+ unit: {
1670
+ serializedName: "unit",
1671
+ readOnly: true,
1672
+ type: {
1673
+ name: "String",
1674
+ },
1675
+ },
1676
+ },
1677
+ },
1678
+ };
1679
+ export const GroupQuotaUsagesBaseName = {
1680
+ type: {
1681
+ name: "Composite",
1682
+ className: "GroupQuotaUsagesBaseName",
1683
+ modelProperties: {
1684
+ value: {
1685
+ serializedName: "value",
1686
+ type: {
1687
+ name: "String",
1688
+ },
1689
+ },
1690
+ localizedValue: {
1691
+ serializedName: "localizedValue",
1692
+ readOnly: true,
1693
+ type: {
1694
+ name: "String",
1695
+ },
1696
+ },
1697
+ },
1698
+ },
1699
+ };
1700
+ export const CommonResourceProperties = {
1701
+ type: {
1702
+ name: "Composite",
1703
+ className: "CommonResourceProperties",
1704
+ modelProperties: {
1705
+ id: {
1706
+ serializedName: "id",
1707
+ readOnly: true,
1708
+ type: {
1709
+ name: "String",
1710
+ },
1711
+ },
1712
+ name: {
1713
+ serializedName: "name",
1714
+ readOnly: true,
1715
+ type: {
1716
+ name: "String",
1717
+ },
1718
+ },
1719
+ type: {
1720
+ serializedName: "type",
1721
+ readOnly: true,
1722
+ type: {
1723
+ name: "String",
1724
+ },
1725
+ },
1726
+ },
1727
+ },
1728
+ };
1729
+ export const QuotaLimitsResponse = {
1730
+ type: {
1731
+ name: "Composite",
1732
+ className: "QuotaLimitsResponse",
1733
+ modelProperties: {
1734
+ value: {
1735
+ serializedName: "value",
1736
+ type: {
1737
+ name: "Sequence",
1738
+ element: {
1739
+ type: {
1740
+ name: "Composite",
1741
+ className: "CurrentQuotaLimitBase",
1742
+ },
1743
+ },
1744
+ },
1745
+ },
1746
+ nextLink: {
1747
+ serializedName: "nextLink",
1748
+ type: {
1749
+ name: "String",
1750
+ },
1751
+ },
1752
+ },
1753
+ },
1754
+ };
1755
+ export const CreateGenericQuotaRequestParameters = {
1756
+ type: {
1757
+ name: "Composite",
1758
+ className: "CreateGenericQuotaRequestParameters",
1759
+ modelProperties: {
1760
+ value: {
1761
+ serializedName: "value",
1762
+ type: {
1763
+ name: "Sequence",
1764
+ element: {
1765
+ type: {
1766
+ name: "Composite",
1767
+ className: "CurrentQuotaLimitBase",
1768
+ },
1769
+ },
1770
+ },
1771
+ },
1772
+ },
1773
+ },
1774
+ };
1775
+ export const QuotaRequestOneResourceSubmitResponse = {
1776
+ type: {
1777
+ name: "Composite",
1778
+ className: "QuotaRequestOneResourceSubmitResponse",
1779
+ modelProperties: {
1780
+ id: {
1781
+ serializedName: "id",
1782
+ readOnly: true,
1783
+ type: {
1784
+ name: "String",
1785
+ },
1786
+ },
1787
+ name: {
1788
+ serializedName: "name",
1789
+ readOnly: true,
1790
+ type: {
1791
+ name: "String",
1792
+ },
1793
+ },
1794
+ type: {
1795
+ serializedName: "type",
1796
+ readOnly: true,
1797
+ type: {
1798
+ name: "String",
1799
+ },
1800
+ },
1801
+ properties: {
1802
+ serializedName: "properties",
1803
+ type: {
1804
+ name: "Composite",
1805
+ className: "QuotaRequestOneResourceProperties",
1806
+ },
1807
+ },
1808
+ },
1809
+ },
1810
+ };
1811
+ export const QuotaRequestOneResourceProperties = {
1812
+ type: {
1813
+ name: "Composite",
1814
+ className: "QuotaRequestOneResourceProperties",
1815
+ modelProperties: {
1816
+ provisioningState: {
1817
+ serializedName: "provisioningState",
1818
+ readOnly: true,
1819
+ type: {
1820
+ name: "String",
1821
+ },
1822
+ },
1823
+ message: {
1824
+ serializedName: "message",
1825
+ readOnly: true,
1826
+ type: {
1827
+ name: "String",
1828
+ },
1829
+ },
1830
+ requestSubmitTime: {
1831
+ serializedName: "requestSubmitTime",
1832
+ readOnly: true,
1833
+ type: {
1834
+ name: "DateTime",
1835
+ },
1836
+ },
1837
+ limit: {
1838
+ serializedName: "limit",
1839
+ type: {
1840
+ name: "Composite",
1841
+ className: "LimitObject",
1842
+ },
1843
+ },
1844
+ currentValue: {
1845
+ serializedName: "currentValue",
1846
+ readOnly: true,
1847
+ type: {
1848
+ name: "Number",
1849
+ },
1850
+ },
1851
+ unit: {
1852
+ serializedName: "unit",
1853
+ type: {
1854
+ name: "String",
1855
+ },
1856
+ },
1857
+ name: {
1858
+ serializedName: "name",
1859
+ type: {
1860
+ name: "Composite",
1861
+ className: "ResourceName",
1862
+ },
1863
+ },
1864
+ resourceType: {
1865
+ serializedName: "resourceType",
1866
+ type: {
1867
+ name: "String",
1868
+ },
1869
+ },
1870
+ quotaPeriod: {
1871
+ serializedName: "quotaPeriod",
1872
+ readOnly: true,
1873
+ type: {
1874
+ name: "String",
1875
+ },
1876
+ },
1877
+ isQuotaApplicable: {
1878
+ serializedName: "isQuotaApplicable",
1879
+ readOnly: true,
1880
+ type: {
1881
+ name: "Boolean",
1882
+ },
1883
+ },
1884
+ error: {
1885
+ serializedName: "error",
1886
+ type: {
1887
+ name: "Composite",
1888
+ className: "ServiceErrorDetail",
1889
+ },
1890
+ },
1891
+ properties: {
1892
+ serializedName: "properties",
1893
+ type: {
1894
+ name: "Dictionary",
1895
+ value: { type: { name: "any" } },
1896
+ },
1897
+ },
1898
+ },
1899
+ },
1900
+ };
1901
+ export const QuotaRequestSubmitResponse = {
1902
+ type: {
1903
+ name: "Composite",
1904
+ className: "QuotaRequestSubmitResponse",
1905
+ modelProperties: {
1906
+ id: {
1907
+ serializedName: "id",
1908
+ readOnly: true,
1909
+ type: {
1910
+ name: "String",
1911
+ },
1912
+ },
1913
+ name: {
1914
+ serializedName: "name",
1915
+ readOnly: true,
1916
+ type: {
1917
+ name: "String",
1918
+ },
1919
+ },
1920
+ properties: {
1921
+ serializedName: "properties",
1922
+ type: {
1923
+ name: "Composite",
1924
+ className: "QuotaRequestProperties",
1925
+ },
1926
+ },
1927
+ type: {
1928
+ serializedName: "type",
1929
+ readOnly: true,
1930
+ type: {
1931
+ name: "String",
1932
+ },
1933
+ },
1934
+ },
1935
+ },
1936
+ };
1937
+ export const QuotaRequestSubmitResponse202 = {
1938
+ type: {
1939
+ name: "Composite",
1940
+ className: "QuotaRequestSubmitResponse202",
1941
+ modelProperties: {
1942
+ id: {
1943
+ serializedName: "id",
1944
+ readOnly: true,
1945
+ type: {
1946
+ name: "String",
1947
+ },
1948
+ },
1949
+ name: {
1950
+ serializedName: "name",
1951
+ readOnly: true,
1952
+ type: {
1953
+ name: "String",
1954
+ },
1955
+ },
1956
+ type: {
1957
+ serializedName: "type",
1958
+ readOnly: true,
1959
+ type: {
1960
+ name: "String",
1961
+ },
1962
+ },
1963
+ properties: {
1964
+ serializedName: "properties",
1965
+ type: {
1966
+ name: "Composite",
1967
+ className: "QuotaRequestStatusDetails",
1968
+ },
1969
+ },
1970
+ },
1971
+ },
1972
+ };
1973
+ export const QuotaRequestStatusDetails = {
1974
+ type: {
1975
+ name: "Composite",
1976
+ className: "QuotaRequestStatusDetails",
1977
+ modelProperties: {
1978
+ provisioningState: {
1979
+ serializedName: "provisioningState",
1980
+ readOnly: true,
1981
+ type: {
1982
+ name: "String",
1983
+ },
1984
+ },
1985
+ message: {
1986
+ serializedName: "message",
1987
+ readOnly: true,
1988
+ type: {
1989
+ name: "String",
1990
+ },
1991
+ },
1992
+ limit: {
1993
+ serializedName: "limit",
1994
+ type: {
1995
+ name: "Composite",
1996
+ className: "LimitObject",
1997
+ },
1998
+ },
1999
+ unit: {
2000
+ serializedName: "unit",
2001
+ type: {
2002
+ name: "String",
2003
+ },
2004
+ },
2005
+ name: {
2006
+ serializedName: "name",
2007
+ type: {
2008
+ name: "Composite",
2009
+ className: "ResourceName",
2010
+ },
2011
+ },
2012
+ resourceType: {
2013
+ serializedName: "resourceType",
2014
+ type: {
2015
+ name: "String",
2016
+ },
2017
+ },
2018
+ quotaPeriod: {
2019
+ serializedName: "quotaPeriod",
2020
+ readOnly: true,
2021
+ type: {
2022
+ name: "String",
2023
+ },
2024
+ },
2025
+ properties: {
2026
+ serializedName: "properties",
2027
+ type: {
2028
+ name: "Dictionary",
2029
+ value: { type: { name: "any" } },
2030
+ },
2031
+ },
2032
+ },
2033
+ },
2034
+ };
2035
+ export const GroupQuotasEntityProperties = {
2036
+ type: {
2037
+ name: "Composite",
2038
+ className: "GroupQuotasEntityProperties",
2039
+ modelProperties: Object.assign({}, GroupQuotasEntityBase.type.modelProperties),
2040
+ },
2041
+ };
2042
+ export const ProxyResource = {
2043
+ type: {
2044
+ name: "Composite",
2045
+ className: "ProxyResource",
2046
+ modelProperties: Object.assign({}, Resource.type.modelProperties),
2047
+ },
2048
+ };
2049
+ export const GroupQuotasEntityPatchProperties = {
2050
+ type: {
2051
+ name: "Composite",
2052
+ className: "GroupQuotasEntityPatchProperties",
2053
+ modelProperties: Object.assign({}, GroupQuotasEntityBasePatch.type.modelProperties),
2054
+ },
2055
+ };
2056
+ export const GroupQuotaLimitProperties = {
2057
+ type: {
2058
+ name: "Composite",
2059
+ className: "GroupQuotaLimitProperties",
2060
+ modelProperties: Object.assign({}, GroupQuotaDetails.type.modelProperties),
2061
+ },
2062
+ };
2063
+ export const SubscriptionQuotaAllocationsProperties = {
2064
+ type: {
2065
+ name: "Composite",
2066
+ className: "SubscriptionQuotaAllocationsProperties",
2067
+ modelProperties: Object.assign({}, SubscriptionQuotaDetails.type.modelProperties),
2068
+ },
2069
+ };
2070
+ export const LimitObject = {
2071
+ serializedName: "LimitValue",
2072
+ type: {
2073
+ name: "Composite",
2074
+ className: "LimitObject",
2075
+ uberParent: "LimitJsonObject",
2076
+ polymorphicDiscriminator: LimitJsonObject.type.polymorphicDiscriminator,
2077
+ modelProperties: Object.assign(Object.assign({}, LimitJsonObject.type.modelProperties), { value: {
2078
+ serializedName: "value",
2079
+ required: true,
2080
+ type: {
2081
+ name: "Number",
2082
+ },
2083
+ }, limitType: {
2084
+ serializedName: "limitType",
2085
+ type: {
2086
+ name: "String",
2087
+ },
2088
+ } }),
2089
+ },
2090
+ };
2091
+ export const GroupQuotasEntity = {
2092
+ type: {
2093
+ name: "Composite",
2094
+ className: "GroupQuotasEntity",
2095
+ modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { properties: {
2096
+ serializedName: "properties",
2097
+ type: {
2098
+ name: "Composite",
2099
+ className: "GroupQuotasEntityProperties",
2100
+ },
2101
+ } }),
2102
+ },
2103
+ };
2104
+ export const LROResponse = {
2105
+ type: {
2106
+ name: "Composite",
2107
+ className: "LROResponse",
2108
+ modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { properties: {
2109
+ serializedName: "properties",
2110
+ type: {
2111
+ name: "Composite",
2112
+ className: "LROResponseProperties",
2113
+ },
2114
+ } }),
2115
+ },
2116
+ };
2117
+ export const GroupQuotasEntityPatch = {
2118
+ type: {
2119
+ name: "Composite",
2120
+ className: "GroupQuotasEntityPatch",
2121
+ modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { properties: {
2122
+ serializedName: "properties",
2123
+ type: {
2124
+ name: "Composite",
2125
+ className: "GroupQuotasEntityPatchProperties",
2126
+ },
2127
+ } }),
2128
+ },
2129
+ };
2130
+ export const GroupQuotaSubscriptionId = {
2131
+ type: {
2132
+ name: "Composite",
2133
+ className: "GroupQuotaSubscriptionId",
2134
+ modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { properties: {
2135
+ serializedName: "properties",
2136
+ type: {
2137
+ name: "Composite",
2138
+ className: "GroupQuotaSubscriptionIdProperties",
2139
+ },
2140
+ } }),
2141
+ },
2142
+ };
2143
+ export const GroupQuotaSubscriptionRequestStatus = {
2144
+ type: {
2145
+ name: "Composite",
2146
+ className: "GroupQuotaSubscriptionRequestStatus",
2147
+ modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { properties: {
2148
+ serializedName: "properties",
2149
+ type: {
2150
+ name: "Composite",
2151
+ className: "GroupQuotaSubscriptionRequestStatusProperties",
2152
+ },
2153
+ } }),
2154
+ },
2155
+ };
2156
+ export const GroupQuotaLimitList = {
2157
+ type: {
2158
+ name: "Composite",
2159
+ className: "GroupQuotaLimitList",
2160
+ modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { properties: {
2161
+ serializedName: "properties",
2162
+ type: {
2163
+ name: "Composite",
2164
+ className: "GroupQuotaLimitListProperties",
2165
+ },
2166
+ } }),
2167
+ },
2168
+ };
2169
+ export const SubmittedResourceRequestStatus = {
2170
+ type: {
2171
+ name: "Composite",
2172
+ className: "SubmittedResourceRequestStatus",
2173
+ modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { properties: {
2174
+ serializedName: "properties",
2175
+ type: {
2176
+ name: "Composite",
2177
+ className: "SubmittedResourceRequestStatusProperties",
2178
+ },
2179
+ } }),
2180
+ },
2181
+ };
2182
+ export const SubscriptionQuotaAllocationsList = {
2183
+ type: {
2184
+ name: "Composite",
2185
+ className: "SubscriptionQuotaAllocationsList",
2186
+ modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { properties: {
2187
+ serializedName: "properties",
2188
+ type: {
2189
+ name: "Composite",
2190
+ className: "SubscriptionQuotaAllocationsListProperties",
2191
+ },
2192
+ } }),
2193
+ },
2194
+ };
2195
+ export const QuotaAllocationRequestStatus = {
2196
+ type: {
2197
+ name: "Composite",
2198
+ className: "QuotaAllocationRequestStatus",
2199
+ modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { properties: {
2200
+ serializedName: "properties",
2201
+ type: {
2202
+ name: "Composite",
2203
+ className: "QuotaAllocationRequestStatusProperties",
2204
+ },
2205
+ } }),
2206
+ },
2207
+ };
2208
+ export const ResourceUsages = {
2209
+ type: {
2210
+ name: "Composite",
2211
+ className: "ResourceUsages",
2212
+ modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { properties: {
2213
+ serializedName: "properties",
2214
+ type: {
2215
+ name: "Composite",
2216
+ className: "GroupQuotaUsagesBase",
2217
+ },
2218
+ } }),
2219
+ },
2220
+ };
2221
+ export const GroupQuotasCreateOrUpdateHeaders = {
2222
+ type: {
2223
+ name: "Composite",
2224
+ className: "GroupQuotasCreateOrUpdateHeaders",
2225
+ modelProperties: {
2226
+ retryAfter: {
2227
+ serializedName: "retry-after",
2228
+ type: {
2229
+ name: "Number",
2230
+ },
2231
+ },
2232
+ location: {
2233
+ serializedName: "location",
2234
+ type: {
2235
+ name: "String",
2236
+ },
2237
+ },
2238
+ azureAsyncOperation: {
2239
+ serializedName: "azure-asyncoperation",
2240
+ type: {
2241
+ name: "String",
2242
+ },
2243
+ },
2244
+ },
2245
+ },
2246
+ };
2247
+ export const GroupQuotasUpdateHeaders = {
2248
+ type: {
2249
+ name: "Composite",
2250
+ className: "GroupQuotasUpdateHeaders",
2251
+ modelProperties: {
2252
+ retryAfter: {
2253
+ serializedName: "retry-after",
2254
+ type: {
2255
+ name: "Number",
2256
+ },
2257
+ },
2258
+ location: {
2259
+ serializedName: "location",
2260
+ type: {
2261
+ name: "String",
2262
+ },
2263
+ },
2264
+ azureAsyncOperation: {
2265
+ serializedName: "azure-asyncoperation",
2266
+ type: {
2267
+ name: "String",
2268
+ },
2269
+ },
2270
+ },
2271
+ },
2272
+ };
2273
+ export const GroupQuotasDeleteHeaders = {
2274
+ type: {
2275
+ name: "Composite",
2276
+ className: "GroupQuotasDeleteHeaders",
2277
+ modelProperties: {
2278
+ retryAfter: {
2279
+ serializedName: "retry-after",
2280
+ type: {
2281
+ name: "Number",
2282
+ },
2283
+ },
2284
+ location: {
2285
+ serializedName: "location",
2286
+ type: {
2287
+ name: "String",
2288
+ },
2289
+ },
2290
+ azureAsyncOperation: {
2291
+ serializedName: "azure-asyncoperation",
2292
+ type: {
2293
+ name: "String",
2294
+ },
2295
+ },
2296
+ },
2297
+ },
2298
+ };
2299
+ export const GroupQuotaSubscriptionsCreateOrUpdateHeaders = {
2300
+ type: {
2301
+ name: "Composite",
2302
+ className: "GroupQuotaSubscriptionsCreateOrUpdateHeaders",
2303
+ modelProperties: {
2304
+ retryAfter: {
2305
+ serializedName: "retry-after",
2306
+ type: {
2307
+ name: "Number",
2308
+ },
2309
+ },
2310
+ location: {
2311
+ serializedName: "location",
2312
+ type: {
2313
+ name: "String",
2314
+ },
2315
+ },
2316
+ azureAsyncOperation: {
2317
+ serializedName: "azure-asyncoperation",
2318
+ type: {
2319
+ name: "String",
2320
+ },
2321
+ },
2322
+ },
2323
+ },
2324
+ };
2325
+ export const GroupQuotaSubscriptionsUpdateHeaders = {
2326
+ type: {
2327
+ name: "Composite",
2328
+ className: "GroupQuotaSubscriptionsUpdateHeaders",
2329
+ modelProperties: {
2330
+ retryAfter: {
2331
+ serializedName: "retry-after",
2332
+ type: {
2333
+ name: "Number",
2334
+ },
2335
+ },
2336
+ location: {
2337
+ serializedName: "location",
2338
+ type: {
2339
+ name: "String",
2340
+ },
2341
+ },
2342
+ azureAsyncOperation: {
2343
+ serializedName: "azure-asyncoperation",
2344
+ type: {
2345
+ name: "String",
2346
+ },
2347
+ },
2348
+ },
2349
+ },
2350
+ };
2351
+ export const GroupQuotaSubscriptionsDeleteHeaders = {
2352
+ type: {
2353
+ name: "Composite",
2354
+ className: "GroupQuotaSubscriptionsDeleteHeaders",
2355
+ modelProperties: {
2356
+ retryAfter: {
2357
+ serializedName: "retry-after",
2358
+ type: {
2359
+ name: "Number",
2360
+ },
2361
+ },
2362
+ location: {
2363
+ serializedName: "location",
2364
+ type: {
2365
+ name: "String",
2366
+ },
2367
+ },
2368
+ azureAsyncOperation: {
2369
+ serializedName: "azure-asyncoperation",
2370
+ type: {
2371
+ name: "String",
2372
+ },
2373
+ },
2374
+ },
2375
+ },
2376
+ };
2377
+ export const GroupQuotaLimitsRequestUpdateHeaders = {
2378
+ type: {
2379
+ name: "Composite",
2380
+ className: "GroupQuotaLimitsRequestUpdateHeaders",
2381
+ modelProperties: {
2382
+ retryAfter: {
2383
+ serializedName: "retry-after",
2384
+ type: {
2385
+ name: "Number",
2386
+ },
2387
+ },
2388
+ location: {
2389
+ serializedName: "location",
2390
+ type: {
2391
+ name: "String",
2392
+ },
2393
+ },
2394
+ azureAsyncOperation: {
2395
+ serializedName: "azure-asyncoperation",
2396
+ type: {
2397
+ name: "String",
2398
+ },
2399
+ },
2400
+ },
2401
+ },
2402
+ };
2403
+ export const GroupQuotaSubscriptionAllocationRequestUpdateHeaders = {
2404
+ type: {
2405
+ name: "Composite",
2406
+ className: "GroupQuotaSubscriptionAllocationRequestUpdateHeaders",
2407
+ modelProperties: {
2408
+ retryAfter: {
2409
+ serializedName: "retry-after",
2410
+ type: {
2411
+ name: "Number",
2412
+ },
2413
+ },
2414
+ location: {
2415
+ serializedName: "location",
2416
+ type: {
2417
+ name: "String",
2418
+ },
2419
+ },
2420
+ azureAsyncOperation: {
2421
+ serializedName: "azure-asyncoperation",
2422
+ type: {
2423
+ name: "String",
2424
+ },
2425
+ },
2426
+ },
2427
+ },
2428
+ };
2429
+ export const UsagesGetHeaders = {
2430
+ type: {
2431
+ name: "Composite",
2432
+ className: "UsagesGetHeaders",
2433
+ modelProperties: {
2434
+ eTag: {
2435
+ serializedName: "etag",
2436
+ type: {
2437
+ name: "String",
2438
+ },
2439
+ },
2440
+ },
2441
+ },
2442
+ };
2443
+ export const UsagesListHeaders = {
2444
+ type: {
2445
+ name: "Composite",
2446
+ className: "UsagesListHeaders",
2447
+ modelProperties: {
2448
+ eTag: {
2449
+ serializedName: "etag",
2450
+ type: {
2451
+ name: "String",
2452
+ },
2453
+ },
2454
+ },
2455
+ },
2456
+ };
2457
+ export const UsagesListNextHeaders = {
2458
+ type: {
2459
+ name: "Composite",
2460
+ className: "UsagesListNextHeaders",
2461
+ modelProperties: {
2462
+ eTag: {
2463
+ serializedName: "etag",
2464
+ type: {
2465
+ name: "String",
2466
+ },
2467
+ },
2468
+ },
2469
+ },
2470
+ };
2471
+ export const QuotaGetHeaders = {
2472
+ type: {
2473
+ name: "Composite",
2474
+ className: "QuotaGetHeaders",
2475
+ modelProperties: {
2476
+ eTag: {
2477
+ serializedName: "etag",
2478
+ type: {
2479
+ name: "String",
2480
+ },
2481
+ },
2482
+ },
2483
+ },
2484
+ };
2485
+ export const QuotaListHeaders = {
2486
+ type: {
2487
+ name: "Composite",
2488
+ className: "QuotaListHeaders",
2489
+ modelProperties: {
2490
+ eTag: {
2491
+ serializedName: "etag",
2492
+ type: {
2493
+ name: "String",
2494
+ },
2495
+ },
2496
+ },
2497
+ },
2498
+ };
2499
+ export const QuotaListNextHeaders = {
2500
+ type: {
2501
+ name: "Composite",
2502
+ className: "QuotaListNextHeaders",
2503
+ modelProperties: {
2504
+ eTag: {
2505
+ serializedName: "etag",
2506
+ type: {
2507
+ name: "String",
2508
+ },
2509
+ },
2510
+ },
2511
+ },
2512
+ };
2513
+ export let discriminators = {
2514
+ LimitJsonObject: LimitJsonObject,
2515
+ "LimitJsonObject.LimitValue": LimitObject,
2516
+ };
2517
+ //# sourceMappingURL=mappers.js.map