@azure/arm-resources-subscriptions 2.1.2-alpha.20260311.1 → 3.0.0-beta.1

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 (423) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +12 -17
  3. package/dist/browser/api/index.d.ts +5 -0
  4. package/dist/browser/api/index.js +5 -0
  5. package/dist/browser/api/index.js.map +1 -0
  6. package/dist/browser/api/operations/index.d.ts +3 -0
  7. package/dist/browser/api/operations/index.js +4 -0
  8. package/dist/browser/api/operations/index.js.map +1 -0
  9. package/dist/browser/api/operations/operations.d.ts +10 -0
  10. package/dist/browser/api/operations/operations.js +31 -0
  11. package/dist/browser/api/operations/operations.js.map +1 -0
  12. package/dist/browser/api/operations/options.d.ts +5 -0
  13. package/dist/browser/api/operations/options.js +4 -0
  14. package/dist/browser/api/operations/options.js.map +1 -0
  15. package/dist/browser/api/operations.d.ts +9 -0
  16. package/dist/browser/api/operations.js +35 -0
  17. package/dist/browser/api/operations.js.map +1 -0
  18. package/dist/browser/api/options.d.ts +8 -0
  19. package/dist/browser/api/options.js +4 -0
  20. package/dist/browser/api/options.js.map +1 -0
  21. package/dist/browser/api/subscriptionContext.d.ts +18 -0
  22. package/dist/browser/api/subscriptionContext.js +25 -0
  23. package/dist/browser/api/subscriptionContext.js.map +1 -0
  24. package/dist/browser/api/subscriptions/index.d.ts +3 -0
  25. package/dist/browser/api/subscriptions/index.js +4 -0
  26. package/dist/browser/api/subscriptions/index.js.map +1 -0
  27. package/dist/browser/api/subscriptions/operations.d.ts +22 -0
  28. package/dist/browser/api/subscriptions/operations.js +111 -0
  29. package/dist/browser/api/subscriptions/operations.js.map +1 -0
  30. package/dist/browser/api/subscriptions/options.d.ts +16 -0
  31. package/dist/browser/api/subscriptions/options.js +4 -0
  32. package/dist/browser/api/subscriptions/options.js.map +1 -0
  33. package/dist/browser/api/tenants/index.d.ts +3 -0
  34. package/dist/browser/api/tenants/index.js +4 -0
  35. package/dist/browser/api/tenants/index.js.map +1 -0
  36. package/dist/browser/api/tenants/operations.d.ts +10 -0
  37. package/dist/browser/api/tenants/operations.js +31 -0
  38. package/dist/browser/api/tenants/operations.js.map +1 -0
  39. package/dist/browser/api/tenants/options.d.ts +5 -0
  40. package/dist/browser/api/tenants/options.js +4 -0
  41. package/dist/browser/api/tenants/options.js.map +1 -0
  42. package/dist/browser/classic/index.d.ts +4 -0
  43. package/dist/browser/classic/index.js +4 -0
  44. package/dist/browser/classic/index.js.map +1 -0
  45. package/dist/browser/classic/operations/index.d.ts +11 -0
  46. package/dist/browser/classic/operations/index.js +14 -0
  47. package/dist/browser/classic/operations/index.js.map +1 -0
  48. package/dist/browser/classic/subscriptions/index.d.ts +17 -0
  49. package/dist/browser/classic/subscriptions/index.js +17 -0
  50. package/dist/browser/classic/subscriptions/index.js.map +1 -0
  51. package/dist/browser/classic/tenants/index.d.ts +11 -0
  52. package/dist/browser/classic/tenants/index.js +14 -0
  53. package/dist/browser/classic/tenants/index.js.map +1 -0
  54. package/dist/browser/index.d.ts +13 -3
  55. package/dist/browser/index.js +6 -11
  56. package/dist/browser/index.js.map +1 -1
  57. package/dist/browser/logger.d.ts +2 -0
  58. package/dist/browser/logger.js +5 -0
  59. package/dist/browser/logger.js.map +1 -0
  60. package/dist/browser/models/index.d.ts +2 -642
  61. package/dist/browser/models/index.js +3 -49
  62. package/dist/browser/models/index.js.map +1 -1
  63. package/dist/browser/models/models.d.ts +378 -0
  64. package/dist/browser/models/models.js +306 -0
  65. package/dist/browser/models/models.js.map +1 -0
  66. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  67. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  68. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  69. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  70. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  71. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  72. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  73. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  74. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  75. package/dist/browser/subscriptionClient.d.ts +22 -24
  76. package/dist/browser/subscriptionClient.js +31 -127
  77. package/dist/browser/subscriptionClient.js.map +1 -1
  78. package/dist/commonjs/api/index.d.ts +5 -0
  79. package/dist/commonjs/{operationsInterfaces → api}/index.js +15 -9
  80. package/dist/commonjs/api/index.js.map +7 -0
  81. package/dist/commonjs/api/operations/index.d.ts +3 -0
  82. package/dist/commonjs/{operations → api/operations}/index.js +10 -7
  83. package/dist/commonjs/api/operations/index.js.map +7 -0
  84. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  85. package/dist/commonjs/api/operations/operations.js +68 -0
  86. package/dist/commonjs/api/operations/operations.js.map +7 -0
  87. package/dist/commonjs/api/operations/options.d.ts +5 -0
  88. package/dist/commonjs/{operationsInterfaces/operations.js → api/operations/options.js} +3 -2
  89. package/dist/commonjs/api/operations/options.js.map +7 -0
  90. package/dist/commonjs/api/operations.d.ts +9 -0
  91. package/dist/commonjs/api/operations.js +64 -0
  92. package/dist/commonjs/api/operations.js.map +7 -0
  93. package/dist/commonjs/api/options.d.ts +8 -0
  94. package/dist/commonjs/{operationsInterfaces/subscriptions.js → api/options.js} +3 -2
  95. package/dist/commonjs/api/options.js.map +7 -0
  96. package/dist/commonjs/api/subscriptionContext.d.ts +18 -0
  97. package/dist/commonjs/api/subscriptionContext.js +47 -0
  98. package/dist/commonjs/api/subscriptionContext.js.map +7 -0
  99. package/dist/commonjs/api/subscriptions/index.d.ts +3 -0
  100. package/dist/commonjs/api/subscriptions/index.js +34 -0
  101. package/dist/commonjs/api/subscriptions/index.js.map +7 -0
  102. package/dist/commonjs/api/subscriptions/operations.d.ts +22 -0
  103. package/dist/commonjs/api/subscriptions/operations.js +181 -0
  104. package/dist/commonjs/api/subscriptions/operations.js.map +7 -0
  105. package/dist/commonjs/api/subscriptions/options.d.ts +16 -0
  106. package/dist/commonjs/api/subscriptions/options.js +16 -0
  107. package/dist/commonjs/api/subscriptions/options.js.map +7 -0
  108. package/dist/commonjs/api/tenants/index.d.ts +3 -0
  109. package/dist/commonjs/api/tenants/index.js +28 -0
  110. package/dist/commonjs/api/tenants/index.js.map +7 -0
  111. package/dist/commonjs/api/tenants/operations.d.ts +10 -0
  112. package/dist/commonjs/api/tenants/operations.js +68 -0
  113. package/dist/commonjs/api/tenants/operations.js.map +7 -0
  114. package/dist/commonjs/api/tenants/options.d.ts +5 -0
  115. package/dist/commonjs/api/tenants/options.js +16 -0
  116. package/dist/commonjs/api/tenants/options.js.map +7 -0
  117. package/dist/commonjs/classic/index.d.ts +4 -0
  118. package/dist/commonjs/{operationsInterfaces/tenants.js → classic/index.js} +3 -2
  119. package/dist/commonjs/classic/index.js.map +7 -0
  120. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  121. package/dist/commonjs/{pagingHelper.js → classic/operations/index.js} +15 -20
  122. package/dist/commonjs/classic/operations/index.js.map +7 -0
  123. package/dist/commonjs/classic/subscriptions/index.d.ts +17 -0
  124. package/dist/commonjs/classic/subscriptions/index.js +41 -0
  125. package/dist/commonjs/classic/subscriptions/index.js.map +7 -0
  126. package/dist/commonjs/classic/tenants/index.d.ts +11 -0
  127. package/dist/commonjs/classic/tenants/index.js +38 -0
  128. package/dist/commonjs/classic/tenants/index.js.map +7 -0
  129. package/dist/commonjs/index.d.ts +13 -3
  130. package/dist/commonjs/index.js +22 -8
  131. package/dist/commonjs/index.js.map +3 -3
  132. package/dist/commonjs/logger.d.ts +2 -0
  133. package/dist/commonjs/logger.js +29 -0
  134. package/dist/commonjs/logger.js.map +7 -0
  135. package/dist/commonjs/models/index.d.ts +2 -642
  136. package/dist/commonjs/models/index.js +10 -32
  137. package/dist/commonjs/models/index.js.map +4 -4
  138. package/dist/commonjs/models/models.d.ts +378 -0
  139. package/dist/commonjs/models/models.js +374 -0
  140. package/dist/commonjs/models/models.js.map +7 -0
  141. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  142. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  143. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  144. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  145. package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
  146. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  147. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  148. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  149. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  150. package/dist/commonjs/subscriptionClient.d.ts +22 -24
  151. package/dist/commonjs/subscriptionClient.js +28 -130
  152. package/dist/commonjs/subscriptionClient.js.map +4 -4
  153. package/dist/commonjs/tsdoc-metadata.json +1 -1
  154. package/dist/esm/api/index.d.ts +5 -0
  155. package/dist/esm/api/index.js +5 -0
  156. package/dist/esm/api/index.js.map +1 -0
  157. package/dist/esm/api/operations/index.d.ts +3 -0
  158. package/dist/esm/api/operations/index.js +4 -0
  159. package/dist/esm/api/operations/index.js.map +1 -0
  160. package/dist/esm/api/operations/operations.d.ts +10 -0
  161. package/dist/esm/api/operations/operations.js +31 -0
  162. package/dist/esm/api/operations/operations.js.map +1 -0
  163. package/dist/esm/api/operations/options.d.ts +5 -0
  164. package/dist/esm/api/operations/options.js +4 -0
  165. package/dist/esm/api/operations/options.js.map +1 -0
  166. package/dist/esm/api/operations.d.ts +9 -0
  167. package/dist/esm/api/operations.js +35 -0
  168. package/dist/esm/api/operations.js.map +1 -0
  169. package/dist/esm/api/options.d.ts +8 -0
  170. package/dist/esm/api/options.js +4 -0
  171. package/dist/esm/api/options.js.map +1 -0
  172. package/dist/esm/api/subscriptionContext.d.ts +18 -0
  173. package/dist/esm/api/subscriptionContext.js +25 -0
  174. package/dist/esm/api/subscriptionContext.js.map +1 -0
  175. package/dist/esm/api/subscriptions/index.d.ts +3 -0
  176. package/dist/esm/api/subscriptions/index.js +4 -0
  177. package/dist/esm/api/subscriptions/index.js.map +1 -0
  178. package/dist/esm/api/subscriptions/operations.d.ts +22 -0
  179. package/dist/esm/api/subscriptions/operations.js +111 -0
  180. package/dist/esm/api/subscriptions/operations.js.map +1 -0
  181. package/dist/esm/api/subscriptions/options.d.ts +16 -0
  182. package/dist/esm/api/subscriptions/options.js +4 -0
  183. package/dist/esm/api/subscriptions/options.js.map +1 -0
  184. package/dist/esm/api/tenants/index.d.ts +3 -0
  185. package/dist/esm/api/tenants/index.js +4 -0
  186. package/dist/esm/api/tenants/index.js.map +1 -0
  187. package/dist/esm/api/tenants/operations.d.ts +10 -0
  188. package/dist/esm/api/tenants/operations.js +31 -0
  189. package/dist/esm/api/tenants/operations.js.map +1 -0
  190. package/dist/esm/api/tenants/options.d.ts +5 -0
  191. package/dist/esm/api/tenants/options.js +4 -0
  192. package/dist/esm/api/tenants/options.js.map +1 -0
  193. package/dist/esm/classic/index.d.ts +4 -0
  194. package/dist/esm/classic/index.js +4 -0
  195. package/dist/esm/classic/index.js.map +1 -0
  196. package/dist/esm/classic/operations/index.d.ts +11 -0
  197. package/dist/esm/classic/operations/index.js +14 -0
  198. package/dist/esm/classic/operations/index.js.map +1 -0
  199. package/dist/esm/classic/subscriptions/index.d.ts +17 -0
  200. package/dist/esm/classic/subscriptions/index.js +17 -0
  201. package/dist/esm/classic/subscriptions/index.js.map +1 -0
  202. package/dist/esm/classic/tenants/index.d.ts +11 -0
  203. package/dist/esm/classic/tenants/index.js +14 -0
  204. package/dist/esm/classic/tenants/index.js.map +1 -0
  205. package/dist/esm/index.d.ts +13 -3
  206. package/dist/esm/index.js +8 -8
  207. package/dist/esm/index.js.map +1 -7
  208. package/dist/esm/logger.d.ts +2 -0
  209. package/dist/esm/logger.js +5 -0
  210. package/dist/esm/logger.js.map +1 -0
  211. package/dist/esm/models/index.d.ts +2 -642
  212. package/dist/esm/models/index.js +4 -33
  213. package/dist/esm/models/index.js.map +1 -7
  214. package/dist/esm/models/models.d.ts +378 -0
  215. package/dist/esm/models/models.js +306 -0
  216. package/dist/esm/models/models.js.map +1 -0
  217. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  218. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  219. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  220. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  221. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  222. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  223. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  224. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  225. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  226. package/dist/esm/subscriptionClient.d.ts +22 -24
  227. package/dist/esm/subscriptionClient.js +34 -125
  228. package/dist/esm/subscriptionClient.js.map +1 -7
  229. package/package.json +156 -77
  230. package/CHANGELOG.md +0 -75
  231. package/dist/browser/index.d.ts.map +0 -1
  232. package/dist/browser/models/index.d.ts.map +0 -1
  233. package/dist/browser/models/mappers.d.ts +0 -30
  234. package/dist/browser/models/mappers.d.ts.map +0 -1
  235. package/dist/browser/models/mappers.js +0 -1009
  236. package/dist/browser/models/mappers.js.map +0 -1
  237. package/dist/browser/models/parameters.d.ts +0 -11
  238. package/dist/browser/models/parameters.d.ts.map +0 -1
  239. package/dist/browser/models/parameters.js +0 -91
  240. package/dist/browser/models/parameters.js.map +0 -1
  241. package/dist/browser/operations/index.d.ts +0 -4
  242. package/dist/browser/operations/index.d.ts.map +0 -1
  243. package/dist/browser/operations/index.js +0 -11
  244. package/dist/browser/operations/index.js.map +0 -1
  245. package/dist/browser/operations/operations.d.ts +0 -32
  246. package/dist/browser/operations/operations.d.ts.map +0 -1
  247. package/dist/browser/operations/operations.js +0 -116
  248. package/dist/browser/operations/operations.js.map +0 -1
  249. package/dist/browser/operations/subscriptions.d.ts +0 -61
  250. package/dist/browser/operations/subscriptions.d.ts.map +0 -1
  251. package/dist/browser/operations/subscriptions.js +0 -225
  252. package/dist/browser/operations/subscriptions.js.map +0 -1
  253. package/dist/browser/operations/tenants.d.ts +0 -32
  254. package/dist/browser/operations/tenants.d.ts.map +0 -1
  255. package/dist/browser/operations/tenants.js +0 -116
  256. package/dist/browser/operations/tenants.js.map +0 -1
  257. package/dist/browser/operationsInterfaces/index.d.ts +0 -4
  258. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  259. package/dist/browser/operationsInterfaces/index.js +0 -11
  260. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  261. package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
  262. package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
  263. package/dist/browser/operationsInterfaces/operations.js +0 -9
  264. package/dist/browser/operationsInterfaces/operations.js.map +0 -1
  265. package/dist/browser/operationsInterfaces/subscriptions.d.ts +0 -31
  266. package/dist/browser/operationsInterfaces/subscriptions.d.ts.map +0 -1
  267. package/dist/browser/operationsInterfaces/subscriptions.js +0 -9
  268. package/dist/browser/operationsInterfaces/subscriptions.js.map +0 -1
  269. package/dist/browser/operationsInterfaces/tenants.d.ts +0 -11
  270. package/dist/browser/operationsInterfaces/tenants.d.ts.map +0 -1
  271. package/dist/browser/operationsInterfaces/tenants.js +0 -9
  272. package/dist/browser/operationsInterfaces/tenants.js.map +0 -1
  273. package/dist/browser/pagingHelper.d.ts +0 -13
  274. package/dist/browser/pagingHelper.d.ts.map +0 -1
  275. package/dist/browser/pagingHelper.js +0 -30
  276. package/dist/browser/pagingHelper.js.map +0 -1
  277. package/dist/browser/subscriptionClient.d.ts.map +0 -1
  278. package/dist/commonjs/index.d.ts.map +0 -1
  279. package/dist/commonjs/models/index.d.ts.map +0 -1
  280. package/dist/commonjs/models/mappers.d.ts +0 -30
  281. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  282. package/dist/commonjs/models/mappers.js +0 -1081
  283. package/dist/commonjs/models/mappers.js.map +0 -7
  284. package/dist/commonjs/models/parameters.d.ts +0 -11
  285. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  286. package/dist/commonjs/models/parameters.js +0 -125
  287. package/dist/commonjs/models/parameters.js.map +0 -7
  288. package/dist/commonjs/operations/index.d.ts +0 -4
  289. package/dist/commonjs/operations/index.d.ts.map +0 -1
  290. package/dist/commonjs/operations/index.js.map +0 -7
  291. package/dist/commonjs/operations/operations.d.ts +0 -32
  292. package/dist/commonjs/operations/operations.d.ts.map +0 -1
  293. package/dist/commonjs/operations/operations.js +0 -148
  294. package/dist/commonjs/operations/operations.js.map +0 -7
  295. package/dist/commonjs/operations/subscriptions.d.ts +0 -61
  296. package/dist/commonjs/operations/subscriptions.d.ts.map +0 -1
  297. package/dist/commonjs/operations/subscriptions.js +0 -269
  298. package/dist/commonjs/operations/subscriptions.js.map +0 -7
  299. package/dist/commonjs/operations/tenants.d.ts +0 -32
  300. package/dist/commonjs/operations/tenants.d.ts.map +0 -1
  301. package/dist/commonjs/operations/tenants.js +0 -148
  302. package/dist/commonjs/operations/tenants.js.map +0 -7
  303. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -4
  304. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  305. package/dist/commonjs/operationsInterfaces/index.js.map +0 -7
  306. package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
  307. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
  308. package/dist/commonjs/operationsInterfaces/operations.js.map +0 -7
  309. package/dist/commonjs/operationsInterfaces/subscriptions.d.ts +0 -31
  310. package/dist/commonjs/operationsInterfaces/subscriptions.d.ts.map +0 -1
  311. package/dist/commonjs/operationsInterfaces/subscriptions.js.map +0 -7
  312. package/dist/commonjs/operationsInterfaces/tenants.d.ts +0 -11
  313. package/dist/commonjs/operationsInterfaces/tenants.d.ts.map +0 -1
  314. package/dist/commonjs/operationsInterfaces/tenants.js.map +0 -7
  315. package/dist/commonjs/pagingHelper.d.ts +0 -13
  316. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  317. package/dist/commonjs/pagingHelper.js.map +0 -7
  318. package/dist/commonjs/subscriptionClient.d.ts.map +0 -1
  319. package/dist/esm/index.d.ts.map +0 -1
  320. package/dist/esm/models/index.d.ts.map +0 -1
  321. package/dist/esm/models/mappers.d.ts +0 -30
  322. package/dist/esm/models/mappers.d.ts.map +0 -1
  323. package/dist/esm/models/mappers.js +0 -1031
  324. package/dist/esm/models/mappers.js.map +0 -7
  325. package/dist/esm/models/parameters.d.ts +0 -11
  326. package/dist/esm/models/parameters.d.ts.map +0 -1
  327. package/dist/esm/models/parameters.js +0 -97
  328. package/dist/esm/models/parameters.js.map +0 -7
  329. package/dist/esm/operations/index.d.ts +0 -4
  330. package/dist/esm/operations/index.d.ts.map +0 -1
  331. package/dist/esm/operations/index.js +0 -3
  332. package/dist/esm/operations/index.js.map +0 -7
  333. package/dist/esm/operations/operations.d.ts +0 -32
  334. package/dist/esm/operations/operations.d.ts.map +0 -1
  335. package/dist/esm/operations/operations.js +0 -115
  336. package/dist/esm/operations/operations.js.map +0 -7
  337. package/dist/esm/operations/subscriptions.d.ts +0 -61
  338. package/dist/esm/operations/subscriptions.d.ts.map +0 -1
  339. package/dist/esm/operations/subscriptions.js +0 -236
  340. package/dist/esm/operations/subscriptions.js.map +0 -7
  341. package/dist/esm/operations/tenants.d.ts +0 -32
  342. package/dist/esm/operations/tenants.d.ts.map +0 -1
  343. package/dist/esm/operations/tenants.js +0 -115
  344. package/dist/esm/operations/tenants.js.map +0 -7
  345. package/dist/esm/operationsInterfaces/index.d.ts +0 -4
  346. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  347. package/dist/esm/operationsInterfaces/index.js +0 -3
  348. package/dist/esm/operationsInterfaces/index.js.map +0 -7
  349. package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
  350. package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
  351. package/dist/esm/operationsInterfaces/operations.js +0 -0
  352. package/dist/esm/operationsInterfaces/operations.js.map +0 -7
  353. package/dist/esm/operationsInterfaces/subscriptions.d.ts +0 -31
  354. package/dist/esm/operationsInterfaces/subscriptions.d.ts.map +0 -1
  355. package/dist/esm/operationsInterfaces/subscriptions.js +0 -0
  356. package/dist/esm/operationsInterfaces/subscriptions.js.map +0 -7
  357. package/dist/esm/operationsInterfaces/tenants.d.ts +0 -11
  358. package/dist/esm/operationsInterfaces/tenants.d.ts.map +0 -1
  359. package/dist/esm/operationsInterfaces/tenants.js +0 -0
  360. package/dist/esm/operationsInterfaces/tenants.js.map +0 -7
  361. package/dist/esm/pagingHelper.d.ts +0 -13
  362. package/dist/esm/pagingHelper.d.ts.map +0 -1
  363. package/dist/esm/pagingHelper.js +0 -19
  364. package/dist/esm/pagingHelper.js.map +0 -7
  365. package/dist/esm/subscriptionClient.d.ts.map +0 -1
  366. package/dist/react-native/index.d.ts +0 -5
  367. package/dist/react-native/index.d.ts.map +0 -1
  368. package/dist/react-native/index.js +0 -13
  369. package/dist/react-native/index.js.map +0 -1
  370. package/dist/react-native/models/index.d.ts +0 -643
  371. package/dist/react-native/models/index.d.ts.map +0 -1
  372. package/dist/react-native/models/index.js +0 -50
  373. package/dist/react-native/models/index.js.map +0 -1
  374. package/dist/react-native/models/mappers.d.ts +0 -30
  375. package/dist/react-native/models/mappers.d.ts.map +0 -1
  376. package/dist/react-native/models/mappers.js +0 -1009
  377. package/dist/react-native/models/mappers.js.map +0 -1
  378. package/dist/react-native/models/parameters.d.ts +0 -11
  379. package/dist/react-native/models/parameters.d.ts.map +0 -1
  380. package/dist/react-native/models/parameters.js +0 -91
  381. package/dist/react-native/models/parameters.js.map +0 -1
  382. package/dist/react-native/operations/index.d.ts +0 -4
  383. package/dist/react-native/operations/index.d.ts.map +0 -1
  384. package/dist/react-native/operations/index.js +0 -11
  385. package/dist/react-native/operations/index.js.map +0 -1
  386. package/dist/react-native/operations/operations.d.ts +0 -32
  387. package/dist/react-native/operations/operations.d.ts.map +0 -1
  388. package/dist/react-native/operations/operations.js +0 -116
  389. package/dist/react-native/operations/operations.js.map +0 -1
  390. package/dist/react-native/operations/subscriptions.d.ts +0 -61
  391. package/dist/react-native/operations/subscriptions.d.ts.map +0 -1
  392. package/dist/react-native/operations/subscriptions.js +0 -225
  393. package/dist/react-native/operations/subscriptions.js.map +0 -1
  394. package/dist/react-native/operations/tenants.d.ts +0 -32
  395. package/dist/react-native/operations/tenants.d.ts.map +0 -1
  396. package/dist/react-native/operations/tenants.js +0 -116
  397. package/dist/react-native/operations/tenants.js.map +0 -1
  398. package/dist/react-native/operationsInterfaces/index.d.ts +0 -4
  399. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  400. package/dist/react-native/operationsInterfaces/index.js +0 -11
  401. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  402. package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
  403. package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
  404. package/dist/react-native/operationsInterfaces/operations.js +0 -9
  405. package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
  406. package/dist/react-native/operationsInterfaces/subscriptions.d.ts +0 -31
  407. package/dist/react-native/operationsInterfaces/subscriptions.d.ts.map +0 -1
  408. package/dist/react-native/operationsInterfaces/subscriptions.js +0 -9
  409. package/dist/react-native/operationsInterfaces/subscriptions.js.map +0 -1
  410. package/dist/react-native/operationsInterfaces/tenants.d.ts +0 -11
  411. package/dist/react-native/operationsInterfaces/tenants.d.ts.map +0 -1
  412. package/dist/react-native/operationsInterfaces/tenants.js +0 -9
  413. package/dist/react-native/operationsInterfaces/tenants.js.map +0 -1
  414. package/dist/react-native/package.json +0 -3
  415. package/dist/react-native/pagingHelper.d.ts +0 -13
  416. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  417. package/dist/react-native/pagingHelper.js +0 -30
  418. package/dist/react-native/pagingHelper.js.map +0 -1
  419. package/dist/react-native/subscriptionClient.d.ts +0 -26
  420. package/dist/react-native/subscriptionClient.d.ts.map +0 -1
  421. package/dist/react-native/subscriptionClient.js +0 -133
  422. package/dist/react-native/subscriptionClient.js.map +0 -1
  423. package/review/arm-resources-subscriptions-node.api.md +0 -401
@@ -1,50 +1,4 @@
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
- /** Known values of {@link Origin} that the service accepts. */
9
- export var KnownOrigin;
10
- (function (KnownOrigin) {
11
- /** User */
12
- KnownOrigin["User"] = "user";
13
- /** System */
14
- KnownOrigin["System"] = "system";
15
- /** UserSystem */
16
- KnownOrigin["UserSystem"] = "user,system";
17
- })(KnownOrigin || (KnownOrigin = {}));
18
- /** Known values of {@link ActionType} that the service accepts. */
19
- export var KnownActionType;
20
- (function (KnownActionType) {
21
- /** Internal */
22
- KnownActionType["Internal"] = "Internal";
23
- })(KnownActionType || (KnownActionType = {}));
24
- /** Known values of {@link RegionType} that the service accepts. */
25
- export var KnownRegionType;
26
- (function (KnownRegionType) {
27
- /** Physical */
28
- KnownRegionType["Physical"] = "Physical";
29
- /** Logical */
30
- KnownRegionType["Logical"] = "Logical";
31
- })(KnownRegionType || (KnownRegionType = {}));
32
- /** Known values of {@link RegionCategory} that the service accepts. */
33
- export var KnownRegionCategory;
34
- (function (KnownRegionCategory) {
35
- /** Recommended */
36
- KnownRegionCategory["Recommended"] = "Recommended";
37
- /** Extended */
38
- KnownRegionCategory["Extended"] = "Extended";
39
- /** Other */
40
- KnownRegionCategory["Other"] = "Other";
41
- })(KnownRegionCategory || (KnownRegionCategory = {}));
42
- /** Known values of {@link ResourceNameStatus} that the service accepts. */
43
- export var KnownResourceNameStatus;
44
- (function (KnownResourceNameStatus) {
45
- /** Allowed */
46
- KnownResourceNameStatus["Allowed"] = "Allowed";
47
- /** Reserved */
48
- KnownResourceNameStatus["Reserved"] = "Reserved";
49
- })(KnownResourceNameStatus || (KnownResourceNameStatus = {}));
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ export { KnownResourceNameStatus, KnownOrigin, KnownActionType, KnownRegionType, KnownRegionCategory, KnownVersions, } from "./models.js";
50
4
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAqgBH,+DAA+D;AAC/D,MAAM,CAAN,IAAY,WAOX;AAPD,WAAY,WAAW;IACrB,WAAW;IACX,4BAAa,CAAA;IACb,aAAa;IACb,gCAAiB,CAAA;IACjB,iBAAiB;IACjB,yCAA0B,CAAA;AAC5B,CAAC,EAPW,WAAW,KAAX,WAAW,QAOtB;AAaD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,eAAe;IACf,wCAAqB,CAAA;AACvB,CAAC,EAHW,eAAe,KAAf,eAAe,QAG1B;AAWD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAKX;AALD,WAAY,eAAe;IACzB,eAAe;IACf,wCAAqB,CAAA;IACrB,cAAc;IACd,sCAAmB,CAAA;AACrB,CAAC,EALW,eAAe,KAAf,eAAe,QAK1B;AAYD,uEAAuE;AACvE,MAAM,CAAN,IAAY,mBAOX;AAPD,WAAY,mBAAmB;IAC7B,kBAAkB;IAClB,kDAA2B,CAAA;IAC3B,eAAe;IACf,4CAAqB,CAAA;IACrB,YAAY;IACZ,sCAAe,CAAA;AACjB,CAAC,EAPW,mBAAmB,KAAnB,mBAAmB,QAO9B;AAaD,2EAA2E;AAC3E,MAAM,CAAN,IAAY,uBAKX;AALD,WAAY,uBAAuB;IACjC,cAAc;IACd,8CAAmB,CAAA;IACnB,eAAe;IACf,gDAAqB,CAAA;AACvB,CAAC,EALW,uBAAuB,KAAvB,uBAAuB,QAKlC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of operations supported by the resource provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results (if there are any).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /**\n * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for ARM/control-plane operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: Origin;\n /**\n * Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionType?: ActionType;\n}\n\n/** Localized display information for this particular operation. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The short, localized friendly description of the operation; suitable for tool tips and detailed views.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** An error response for a resource management request. */\nexport interface CloudError {\n /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.) */\n error?: ErrorResponse;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.) */\nexport interface ErrorResponse {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorResponse[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** Location list operation response. */\nexport interface LocationListResult {\n /** An array of locations. */\n value?: Location[];\n}\n\n/** Location information. */\nexport interface Location {\n /**\n * The fully qualified ID of the location. For example, /subscriptions/8d65815f-a5b6-402f-9298-045155da7d74/locations/westus.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The subscription ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n /**\n * The location name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The location type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: LocationType;\n /**\n * The display name of the location.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * The display name of the location and its region.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly regionalDisplayName?: string;\n /** Metadata of the location, such as lat/long, paired region, and others. */\n metadata?: LocationMetadata;\n /** The availability zone mappings for this region. */\n availabilityZoneMappings?: AvailabilityZoneMappings[];\n}\n\n/** Location metadata information */\nexport interface LocationMetadata {\n /**\n * The type of the region.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly regionType?: RegionType;\n /**\n * The category of the region.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly regionCategory?: RegionCategory;\n /**\n * The geography of the location.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly geography?: string;\n /**\n * The geography group of the location.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly geographyGroup?: string;\n /**\n * The longitude of the location.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly longitude?: string;\n /**\n * The latitude of the location.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly latitude?: string;\n /**\n * The physical location of the Azure location.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly physicalLocation?: string;\n /** The regions paired to this region. */\n pairedRegion?: PairedRegion[];\n /**\n * The home location of an edge zone.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly homeLocation?: string;\n}\n\n/** Information regarding paired region. */\nexport interface PairedRegion {\n /**\n * The name of the paired region.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The fully qualified ID of the location. For example, /subscriptions/8d65815f-a5b6-402f-9298-045155da7d74/locations/westus.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The subscription ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n}\n\n/** Availability zone mappings for the region */\nexport interface AvailabilityZoneMappings {\n /**\n * The logical zone id for the availability zone\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly logicalZone?: string;\n /**\n * The fully qualified physical zone id of availability zone to which logical zone id is mapped to\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly physicalZone?: string;\n}\n\n/** Subscription information. */\nexport interface Subscription {\n /**\n * The fully qualified ID for the subscription. For example, /subscriptions/8d65815f-a5b6-402f-9298-045155da7d74\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The subscription ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n /**\n * The subscription display name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * The subscription tenant ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /**\n * The subscription state. Possible values are Enabled, Warned, PastDue, Disabled, and Deleted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: SubscriptionState;\n /** The subscription policies. */\n subscriptionPolicies?: SubscriptionPolicies;\n /** The authorization source of the request. Valid values are one or more combinations of Legacy, RoleBased, Bypassed, Direct and Management. For example, 'Legacy, RoleBased'. */\n authorizationSource?: string;\n /** An array containing the tenants managing the subscription. */\n managedByTenants?: ManagedByTenant[];\n /** The tags attached to the subscription. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Subscription policies. */\nexport interface SubscriptionPolicies {\n /**\n * The subscription location placement ID. The ID indicates which regions are visible for a subscription. For example, a subscription with a location placement Id of Public_2014-09-01 has access to Azure public regions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly locationPlacementId?: string;\n /**\n * The subscription quota ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly quotaId?: string;\n /**\n * The subscription spending limit.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly spendingLimit?: SpendingLimit;\n}\n\n/** Information about a tenant managing the subscription. */\nexport interface ManagedByTenant {\n /**\n * The tenant ID of the managing tenant. This is a GUID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n}\n\n/** Subscription list operation response. */\nexport interface SubscriptionListResult {\n /** An array of subscriptions. */\n value?: Subscription[];\n /** The URL to get the next set of results. */\n nextLink: string;\n}\n\n/** Tenant Ids information. */\nexport interface TenantListResult {\n /** An array of tenants. */\n value?: TenantIdDescription[];\n /** The URL to use for getting the next set of results. */\n nextLink: string;\n}\n\n/** Tenant Id information. */\nexport interface TenantIdDescription {\n /**\n * The fully qualified ID of the tenant. For example, /tenants/8d65815f-a5b6-402f-9298-045155da7d74\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The tenant ID. For example, 8d65815f-a5b6-402f-9298-045155da7d74\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /**\n * Category of the tenant.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantCategory?: TenantCategory;\n /**\n * Country/region name of the address for the tenant.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly country?: string;\n /**\n * Country/region abbreviation for the tenant.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly countryCode?: string;\n /**\n * The display name of the tenant.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * The list of domains for the tenant.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly domains?: string[];\n /**\n * The default domain for the tenant.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultDomain?: string;\n /**\n * The tenant type. Only available for 'Home' tenant category.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantType?: string;\n /**\n * The tenant's branding logo URL. Only available for 'Home' tenant category.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantBrandingLogoUrl?: string;\n}\n\n/** Check zone peers request parameters. */\nexport interface CheckZonePeersRequest {\n /** The Microsoft location. */\n location?: string;\n /** The peer Microsoft Azure subscription ID. */\n subscriptionIds?: string[];\n}\n\n/** Result of the Check zone peers operation. */\nexport interface CheckZonePeersResult {\n /**\n * The subscription ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n /** the location of the subscription. */\n location?: string;\n /** The Availability Zones shared by the subscriptions. */\n availabilityZonePeers?: AvailabilityZonePeers[];\n}\n\n/** List of availability zones shared by the subscriptions. */\nexport interface AvailabilityZonePeers {\n /**\n * The availabilityZone.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly availabilityZone?: string;\n /** Details of shared availability zone. */\n peers?: Peers[];\n}\n\n/** Information about shared availability zone. */\nexport interface Peers {\n /**\n * The subscription ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n /**\n * The availabilityZone.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly availabilityZone?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponseAutoGenerated {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** Name and Type of the Resource */\nexport interface ResourceName {\n /** Name of the resource */\n name: string;\n /** The type of the resource */\n type: string;\n}\n\n/** Resource Name valid if not a reserved word, does not contain a reserved word and does not start with a reserved word */\nexport interface CheckResourceNameResult {\n /** Name of Resource */\n name?: string;\n /** Type of Resource */\n type?: string;\n /** Is the resource name Allowed or Reserved */\n status?: ResourceNameStatus;\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface OperationAutoGenerated {\n /** Operation name: {provider}/{resource}/{operation} */\n name?: string;\n /**\n * Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for ARM/control-plane operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplayAutoGenerated;\n /**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: Origin;\n /**\n * Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionType?: ActionType;\n}\n\n/** Localized display information for this particular operation. */\nexport interface OperationDisplayAutoGenerated {\n /** Service provider: Microsoft.Resources */\n provider?: string;\n /** Resource on which the operation is performed: Profile, endpoint, etc. */\n resource?: string;\n /** Operation type: Read, write, delete, etc. */\n operation?: string;\n /** Description of the operation. */\n description?: string;\n}\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface OperationListResultAutoGenerated {\n /** List of operations supported by the resource provider */\n value?: OperationAutoGenerated[];\n /** URL to get the next set of operation list results (if there are any). */\n nextLink?: string;\n}\n\n/** Known values of {@link Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** User */\n User = \"user\",\n /** System */\n System = \"system\",\n /** UserSystem */\n UserSystem = \"user,system\"\n}\n\n/**\n * Defines values for Origin. \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **system** \\\n * **user,system**\n */\nexport type Origin = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Internal */\n Internal = \"Internal\"\n}\n\n/**\n * Defines values for ActionType. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**\n */\nexport type ActionType = string;\n\n/** Known values of {@link RegionType} that the service accepts. */\nexport enum KnownRegionType {\n /** Physical */\n Physical = \"Physical\",\n /** Logical */\n Logical = \"Logical\"\n}\n\n/**\n * Defines values for RegionType. \\\n * {@link KnownRegionType} can be used interchangeably with RegionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Physical** \\\n * **Logical**\n */\nexport type RegionType = string;\n\n/** Known values of {@link RegionCategory} that the service accepts. */\nexport enum KnownRegionCategory {\n /** Recommended */\n Recommended = \"Recommended\",\n /** Extended */\n Extended = \"Extended\",\n /** Other */\n Other = \"Other\"\n}\n\n/**\n * Defines values for RegionCategory. \\\n * {@link KnownRegionCategory} can be used interchangeably with RegionCategory,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Recommended** \\\n * **Extended** \\\n * **Other**\n */\nexport type RegionCategory = string;\n\n/** Known values of {@link ResourceNameStatus} that the service accepts. */\nexport enum KnownResourceNameStatus {\n /** Allowed */\n Allowed = \"Allowed\",\n /** Reserved */\n Reserved = \"Reserved\"\n}\n\n/**\n * Defines values for ResourceNameStatus. \\\n * {@link KnownResourceNameStatus} can be used interchangeably with ResourceNameStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Allowed** \\\n * **Reserved**\n */\nexport type ResourceNameStatus = string;\n/** Defines values for LocationType. */\nexport type LocationType = \"Region\" | \"EdgeZone\";\n/** Defines values for SubscriptionState. */\nexport type SubscriptionState =\n | \"Enabled\"\n | \"Warned\"\n | \"PastDue\"\n | \"Disabled\"\n | \"Deleted\";\n/** Defines values for SpendingLimit. */\nexport type SpendingLimit = \"On\" | \"Off\" | \"CurrentPeriodOff\";\n/** Defines values for TenantCategory. */\nexport type TenantCategory = \"Home\" | \"ProjectedBy\" | \"ManagedBy\";\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface SubscriptionsListLocationsOptionalParams\n extends coreClient.OperationOptions {\n /** Whether to include extended locations. */\n includeExtendedLocations?: boolean;\n}\n\n/** Contains response data for the listLocations operation. */\nexport type SubscriptionsListLocationsResponse = LocationListResult;\n\n/** Optional parameters. */\nexport interface SubscriptionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SubscriptionsGetResponse = Subscription;\n\n/** Optional parameters. */\nexport interface SubscriptionsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type SubscriptionsListResponse = SubscriptionListResult;\n\n/** Optional parameters. */\nexport interface SubscriptionsCheckZonePeersOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkZonePeers operation. */\nexport type SubscriptionsCheckZonePeersResponse = CheckZonePeersResult;\n\n/** Optional parameters. */\nexport interface SubscriptionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type SubscriptionsListNextResponse = SubscriptionListResult;\n\n/** Optional parameters. */\nexport interface TenantsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type TenantsListResponse = TenantListResult;\n\n/** Optional parameters. */\nexport interface TenantsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type TenantsListNextResponse = TenantListResult;\n\n/** Optional parameters. */\nexport interface CheckResourceNameOptionalParams\n extends coreClient.OperationOptions {\n /** Resource object with values for resource name and resource type */\n resourceNameDefinition?: ResourceName;\n}\n\n/** Contains response data for the checkResourceName operation. */\nexport type CheckResourceNameResponse = CheckResourceNameResult;\n\n/** Optional parameters. */\nexport interface SubscriptionClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAiClC,OAAO,EACL,uBAAuB,EACvB,WAAW,EACX,eAAe,EACf,eAAe,EACf,mBAAmB,EACnB,aAAa,GACd,MAAM,aAAa,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport type {\n ResourceName,\n CheckResourceNameResult,\n ResourceNameStatus,\n CloudError,\n ErrorResponse,\n ErrorDetail,\n ErrorAdditionalInfo,\n Operation,\n OperationDisplay,\n Origin,\n ActionType,\n Location,\n LocationType,\n LocationMetadata,\n RegionType,\n RegionCategory,\n PairedRegion,\n AvailabilityZoneMappings,\n Subscription,\n SubscriptionState,\n SubscriptionPolicies,\n SpendingLimit,\n ManagedByTenant,\n CheckZonePeersRequest,\n CheckZonePeersResult,\n AvailabilityZonePeers,\n Peers,\n TenantIdDescription,\n TenantCategory,\n} from \"./models.js\";\nexport {\n KnownResourceNameStatus,\n KnownOrigin,\n KnownActionType,\n KnownRegionType,\n KnownRegionCategory,\n KnownVersions,\n} from \"./models.js\";\n"]}
@@ -0,0 +1,378 @@
1
+ /**
2
+ * This file contains only generated model types and their (de)serializers.
3
+ * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
4
+ */
5
+ /** Name and Type of the Resource */
6
+ export interface ResourceName {
7
+ /** Name of the resource */
8
+ name: string;
9
+ /** The type of the resource */
10
+ type: string;
11
+ }
12
+ export declare function resourceNameSerializer(item: ResourceName): any;
13
+ /** Resource Name valid if not a reserved word, does not contain a reserved word and does not start with a reserved word */
14
+ export interface CheckResourceNameResult {
15
+ /** Name of Resource */
16
+ name?: string;
17
+ /** Type of Resource */
18
+ type?: string;
19
+ /** Is the resource name Allowed or Reserved */
20
+ status?: ResourceNameStatus;
21
+ }
22
+ export declare function checkResourceNameResultDeserializer(item: any): CheckResourceNameResult;
23
+ /** Is the resource name Allowed or Reserved */
24
+ export declare enum KnownResourceNameStatus {
25
+ /** Allowed */
26
+ Allowed = "Allowed",
27
+ /** Reserved */
28
+ Reserved = "Reserved"
29
+ }
30
+ /**
31
+ * Is the resource name Allowed or Reserved \
32
+ * {@link KnownResourceNameStatus} can be used interchangeably with ResourceNameStatus,
33
+ * this enum contains the known values that the service supports.
34
+ * ### Known values supported by the service
35
+ * **Allowed**: Allowed \
36
+ * **Reserved**: Reserved
37
+ */
38
+ export type ResourceNameStatus = string;
39
+ /** An error response for a resource management request. */
40
+ export interface CloudError {
41
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
42
+ error?: ErrorResponse;
43
+ }
44
+ export declare function cloudErrorDeserializer(item: any): CloudError;
45
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
46
+ export interface ErrorResponse {
47
+ /** The error object. */
48
+ error?: ErrorDetail;
49
+ }
50
+ export declare function errorResponseDeserializer(item: any): ErrorResponse;
51
+ /** The error detail. */
52
+ export interface ErrorDetail {
53
+ /** The error code. */
54
+ readonly code?: string;
55
+ /** The error message. */
56
+ readonly message?: string;
57
+ /** The error target. */
58
+ readonly target?: string;
59
+ /** The error details. */
60
+ readonly details?: ErrorDetail[];
61
+ /** The error additional info. */
62
+ readonly additionalInfo?: ErrorAdditionalInfo[];
63
+ }
64
+ export declare function errorDetailDeserializer(item: any): ErrorDetail;
65
+ export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
66
+ export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
67
+ /** The resource management error additional info. */
68
+ export interface ErrorAdditionalInfo {
69
+ /** The additional info type. */
70
+ readonly type?: string;
71
+ /** The additional info. */
72
+ readonly info?: any;
73
+ }
74
+ export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
75
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
76
+ export interface _OperationListResult {
77
+ /** The Operation items on this page */
78
+ value: Operation[];
79
+ /** The link to the next page of items */
80
+ nextLink?: string;
81
+ }
82
+ export declare function _operationListResultDeserializer(item: any): _OperationListResult;
83
+ export declare function operationArrayDeserializer(result: Array<Operation>): any[];
84
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
85
+ export interface Operation {
86
+ /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
87
+ readonly name?: string;
88
+ /** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
89
+ readonly isDataAction?: boolean;
90
+ /** Localized display information for this particular operation. */
91
+ display?: OperationDisplay;
92
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
93
+ readonly origin?: Origin;
94
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
95
+ readonly actionType?: ActionType;
96
+ }
97
+ export declare function operationDeserializer(item: any): Operation;
98
+ /** Localized display information for an operation. */
99
+ export interface OperationDisplay {
100
+ /** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
101
+ readonly provider?: string;
102
+ /** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
103
+ readonly resource?: string;
104
+ /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
105
+ readonly operation?: string;
106
+ /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
107
+ readonly description?: string;
108
+ }
109
+ export declare function operationDisplayDeserializer(item: any): OperationDisplay;
110
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
111
+ export declare enum KnownOrigin {
112
+ /** Indicates the operation is initiated by a user. */
113
+ User = "user",
114
+ /** Indicates the operation is initiated by a system. */
115
+ System = "system",
116
+ /** Indicates the operation is initiated by a user or system. */
117
+ UserSystem = "user,system"
118
+ }
119
+ /**
120
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
121
+ * {@link KnownOrigin} can be used interchangeably with Origin,
122
+ * this enum contains the known values that the service supports.
123
+ * ### Known values supported by the service
124
+ * **user**: Indicates the operation is initiated by a user. \
125
+ * **system**: Indicates the operation is initiated by a system. \
126
+ * **user,system**: Indicates the operation is initiated by a user or system.
127
+ */
128
+ export type Origin = string;
129
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
130
+ export declare enum KnownActionType {
131
+ /** Actions are for internal-only APIs. */
132
+ Internal = "Internal"
133
+ }
134
+ /**
135
+ * Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
136
+ * {@link KnownActionType} can be used interchangeably with ActionType,
137
+ * this enum contains the known values that the service supports.
138
+ * ### Known values supported by the service
139
+ * **Internal**: Actions are for internal-only APIs.
140
+ */
141
+ export type ActionType = string;
142
+ /** Location list operation response. */
143
+ export interface _LocationListResult {
144
+ /** An array of locations. */
145
+ value?: Location[];
146
+ /** The URL to get the next set of results. */
147
+ nextLink?: string;
148
+ }
149
+ export declare function _locationListResultDeserializer(item: any): _LocationListResult;
150
+ export declare function locationArrayDeserializer(result: Array<Location>): any[];
151
+ /** Location information. */
152
+ export interface Location {
153
+ /** The fully qualified ID of the location. For example, /subscriptions/8d65815f-a5b6-402f-9298-045155da7d74/locations/westus. */
154
+ readonly id?: string;
155
+ /** The subscription ID. */
156
+ readonly subscriptionId?: string;
157
+ /** The location name. */
158
+ readonly name?: string;
159
+ /** The location type. */
160
+ readonly type?: LocationType;
161
+ /** The display name of the location. */
162
+ readonly displayName?: string;
163
+ /** The display name of the location and its region. */
164
+ readonly regionalDisplayName?: string;
165
+ /** Metadata of the location, such as lat/long, paired region, and others. */
166
+ metadata?: LocationMetadata;
167
+ /** The availability zone mappings for this region. */
168
+ availabilityZoneMappings?: AvailabilityZoneMappings[];
169
+ }
170
+ export declare function locationDeserializer(item: any): Location;
171
+ /** The location type. */
172
+ export type LocationType = "Region" | "EdgeZone";
173
+ /** Location metadata information */
174
+ export interface LocationMetadata {
175
+ /** The type of the region. */
176
+ readonly regionType?: RegionType;
177
+ /** The category of the region. */
178
+ readonly regionCategory?: RegionCategory;
179
+ /** The geography of the location. */
180
+ readonly geography?: string;
181
+ /** The geography group of the location. */
182
+ readonly geographyGroup?: string;
183
+ /** The longitude of the location. */
184
+ readonly longitude?: string;
185
+ /** The latitude of the location. */
186
+ readonly latitude?: string;
187
+ /** The physical location of the Azure location. */
188
+ readonly physicalLocation?: string;
189
+ /** The regions paired to this region. */
190
+ pairedRegion?: PairedRegion[];
191
+ /** The home location of an edge zone. */
192
+ readonly homeLocation?: string;
193
+ }
194
+ export declare function locationMetadataDeserializer(item: any): LocationMetadata;
195
+ /** The type of the region. */
196
+ export declare enum KnownRegionType {
197
+ /** Physical */
198
+ Physical = "Physical",
199
+ /** Logical */
200
+ Logical = "Logical"
201
+ }
202
+ /**
203
+ * The type of the region. \
204
+ * {@link KnownRegionType} can be used interchangeably with RegionType,
205
+ * this enum contains the known values that the service supports.
206
+ * ### Known values supported by the service
207
+ * **Physical**: Physical \
208
+ * **Logical**: Logical
209
+ */
210
+ export type RegionType = string;
211
+ /** The category of the region. */
212
+ export declare enum KnownRegionCategory {
213
+ /** Recommended */
214
+ Recommended = "Recommended",
215
+ /** Extended */
216
+ Extended = "Extended",
217
+ /** Other */
218
+ Other = "Other"
219
+ }
220
+ /**
221
+ * The category of the region. \
222
+ * {@link KnownRegionCategory} can be used interchangeably with RegionCategory,
223
+ * this enum contains the known values that the service supports.
224
+ * ### Known values supported by the service
225
+ * **Recommended**: Recommended \
226
+ * **Extended**: Extended \
227
+ * **Other**: Other
228
+ */
229
+ export type RegionCategory = string;
230
+ export declare function pairedRegionArrayDeserializer(result: Array<PairedRegion>): any[];
231
+ /** Information regarding paired region. */
232
+ export interface PairedRegion {
233
+ /** The name of the paired region. */
234
+ readonly name?: string;
235
+ /** The fully qualified ID of the location. For example, /subscriptions/8d65815f-a5b6-402f-9298-045155da7d74/locations/westus. */
236
+ readonly id?: string;
237
+ /** The subscription ID. */
238
+ readonly subscriptionId?: string;
239
+ }
240
+ export declare function pairedRegionDeserializer(item: any): PairedRegion;
241
+ export declare function availabilityZoneMappingsArrayDeserializer(result: Array<AvailabilityZoneMappings>): any[];
242
+ /** Availability zone mappings for the region */
243
+ export interface AvailabilityZoneMappings {
244
+ /** The logical zone id for the availability zone */
245
+ readonly logicalZone?: string;
246
+ /** The fully qualified physical zone id of availability zone to which logical zone id is mapped to */
247
+ readonly physicalZone?: string;
248
+ }
249
+ export declare function availabilityZoneMappingsDeserializer(item: any): AvailabilityZoneMappings;
250
+ /** Subscription information. */
251
+ export interface Subscription {
252
+ /** The fully qualified ID for the subscription. For example, /subscriptions/8d65815f-a5b6-402f-9298-045155da7d74 */
253
+ readonly id?: string;
254
+ /** The subscription ID. */
255
+ readonly subscriptionId?: string;
256
+ /** The subscription display name. */
257
+ readonly displayName?: string;
258
+ /** The subscription tenant ID. */
259
+ readonly tenantId?: string;
260
+ /** The subscription state. Possible values are Enabled, Warned, PastDue, Disabled, and Deleted. */
261
+ readonly state?: SubscriptionState;
262
+ /** The subscription policies. */
263
+ subscriptionPolicies?: SubscriptionPolicies;
264
+ /** The authorization source of the request. Valid values are one or more combinations of Legacy, RoleBased, Bypassed, Direct and Management. For example, 'Legacy, RoleBased'. */
265
+ authorizationSource?: string;
266
+ /** An array containing the tenants managing the subscription. */
267
+ managedByTenants?: ManagedByTenant[];
268
+ /** The tags attached to the subscription. */
269
+ tags?: Record<string, string>;
270
+ }
271
+ export declare function subscriptionDeserializer(item: any): Subscription;
272
+ /** The subscription state. Possible values are Enabled, Warned, PastDue, Disabled, and Deleted. */
273
+ export type SubscriptionState = "Enabled" | "Warned" | "PastDue" | "Disabled" | "Deleted";
274
+ /** Subscription policies. */
275
+ export interface SubscriptionPolicies {
276
+ /** The subscription location placement ID. The ID indicates which regions are visible for a subscription. For example, a subscription with a location placement Id of Public_2014-09-01 has access to Azure public regions. */
277
+ readonly locationPlacementId?: string;
278
+ /** The subscription quota ID. */
279
+ readonly quotaId?: string;
280
+ /** The subscription spending limit. */
281
+ readonly spendingLimit?: SpendingLimit;
282
+ }
283
+ export declare function subscriptionPoliciesDeserializer(item: any): SubscriptionPolicies;
284
+ /** The subscription spending limit. */
285
+ export type SpendingLimit = "On" | "Off" | "CurrentPeriodOff";
286
+ export declare function managedByTenantArrayDeserializer(result: Array<ManagedByTenant>): any[];
287
+ /** Information about a tenant managing the subscription. */
288
+ export interface ManagedByTenant {
289
+ /** The tenant ID of the managing tenant. This is a GUID. */
290
+ readonly tenantId?: string;
291
+ }
292
+ export declare function managedByTenantDeserializer(item: any): ManagedByTenant;
293
+ /** Subscription list operation response. */
294
+ export interface _SubscriptionListResult {
295
+ /** The Subscription items on this page */
296
+ value: Subscription[];
297
+ /** The link to the next page of items */
298
+ nextLink?: string;
299
+ }
300
+ export declare function _subscriptionListResultDeserializer(item: any): _SubscriptionListResult;
301
+ export declare function subscriptionArrayDeserializer(result: Array<Subscription>): any[];
302
+ /** Check zone peers request parameters. */
303
+ export interface CheckZonePeersRequest {
304
+ /** The Microsoft location. */
305
+ location?: string;
306
+ /** The peer Microsoft Azure subscription ID. */
307
+ subscriptionIds?: string[];
308
+ }
309
+ export declare function checkZonePeersRequestSerializer(item: CheckZonePeersRequest): any;
310
+ /** Result of the Check zone peers operation. */
311
+ export interface CheckZonePeersResult {
312
+ /** The subscription ID. */
313
+ readonly subscriptionId?: string;
314
+ /** the location of the subscription. */
315
+ location?: string;
316
+ /** The Availability Zones shared by the subscriptions. */
317
+ availabilityZonePeers?: AvailabilityZonePeers[];
318
+ }
319
+ export declare function checkZonePeersResultDeserializer(item: any): CheckZonePeersResult;
320
+ export declare function availabilityZonePeersArrayDeserializer(result: Array<AvailabilityZonePeers>): any[];
321
+ /** List of availability zones shared by the subscriptions. */
322
+ export interface AvailabilityZonePeers {
323
+ /** The availabilityZone. */
324
+ readonly availabilityZone?: string;
325
+ /** Details of shared availability zone. */
326
+ peers?: Peers[];
327
+ }
328
+ export declare function availabilityZonePeersDeserializer(item: any): AvailabilityZonePeers;
329
+ export declare function peersArrayDeserializer(result: Array<Peers>): any[];
330
+ /** Information about shared availability zone. */
331
+ export interface Peers {
332
+ /** The subscription ID. */
333
+ readonly subscriptionId?: string;
334
+ /** The availabilityZone. */
335
+ readonly availabilityZone?: string;
336
+ }
337
+ export declare function peersDeserializer(item: any): Peers;
338
+ /** Tenant Ids information. */
339
+ export interface _TenantListResult {
340
+ /** The TenantIdDescription items on this page */
341
+ value: TenantIdDescription[];
342
+ /** The link to the next page of items */
343
+ nextLink?: string;
344
+ }
345
+ export declare function _tenantListResultDeserializer(item: any): _TenantListResult;
346
+ export declare function tenantIdDescriptionArrayDeserializer(result: Array<TenantIdDescription>): any[];
347
+ /** Tenant Id information. */
348
+ export interface TenantIdDescription {
349
+ /** The fully qualified ID of the tenant. For example, /tenants/8d65815f-a5b6-402f-9298-045155da7d74 */
350
+ readonly id?: string;
351
+ /** The tenant ID. For example, 8d65815f-a5b6-402f-9298-045155da7d74 */
352
+ readonly tenantId?: string;
353
+ /** Category of the tenant. */
354
+ readonly tenantCategory?: TenantCategory;
355
+ /** Country/region name of the address for the tenant. */
356
+ readonly country?: string;
357
+ /** Country/region abbreviation for the tenant. */
358
+ readonly countryCode?: string;
359
+ /** The display name of the tenant. */
360
+ readonly displayName?: string;
361
+ /** The list of domains for the tenant. */
362
+ readonly domains?: string[];
363
+ /** The default domain for the tenant. */
364
+ readonly defaultDomain?: string;
365
+ /** The tenant type. Only available for 'Home' tenant category. */
366
+ readonly tenantType?: string;
367
+ /** The tenant's branding logo URL. Only available for 'Home' tenant category. */
368
+ readonly tenantBrandingLogoUrl?: string;
369
+ }
370
+ export declare function tenantIdDescriptionDeserializer(item: any): TenantIdDescription;
371
+ /** Category of the tenant. */
372
+ export type TenantCategory = "Home" | "ProjectedBy" | "ManagedBy";
373
+ /** The available API versions. */
374
+ export declare enum KnownVersions {
375
+ /** The 2022-12-01 API version. */
376
+ V20221201 = "2022-12-01"
377
+ }
378
+ //# sourceMappingURL=models.d.ts.map