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

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