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