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