@azure/arm-standbypool 1.0.0-alpha.20240924.1 → 1.0.0-alpha.20240926.5

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 (565) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/README.md +1 -8
  3. package/dist/browser/api/index.d.ts +8 -0
  4. package/dist/browser/api/index.d.ts.map +1 -0
  5. package/dist/browser/api/index.js +10 -0
  6. package/dist/browser/api/index.js.map +1 -0
  7. package/dist/browser/api/operations/index.d.ts +10 -0
  8. package/dist/browser/api/operations/index.d.ts.map +1 -0
  9. package/dist/browser/api/operations/index.js +40 -0
  10. package/dist/browser/api/operations/index.js.map +1 -0
  11. package/dist/browser/api/standbyContainerGroupPoolRuntimeViews/index.d.ts +14 -0
  12. package/dist/browser/api/standbyContainerGroupPoolRuntimeViews/index.d.ts.map +1 -0
  13. package/dist/browser/api/standbyContainerGroupPoolRuntimeViews/index.js +113 -0
  14. package/dist/browser/api/standbyContainerGroupPoolRuntimeViews/index.js.map +1 -0
  15. package/dist/browser/api/standbyContainerGroupPools/index.d.ts +31 -0
  16. package/dist/browser/api/standbyContainerGroupPools/index.d.ts.map +1 -0
  17. package/dist/browser/api/standbyContainerGroupPools/index.js +362 -0
  18. package/dist/browser/api/standbyContainerGroupPools/index.js.map +1 -0
  19. package/dist/browser/api/standbyPoolManagementContext.d.ts +11 -0
  20. package/dist/browser/api/standbyPoolManagementContext.d.ts.map +1 -0
  21. package/dist/browser/api/standbyPoolManagementContext.js +31 -0
  22. package/dist/browser/api/standbyPoolManagementContext.js.map +1 -0
  23. package/dist/browser/api/standbyVirtualMachinePoolRuntimeViews/index.d.ts +14 -0
  24. package/dist/browser/api/standbyVirtualMachinePoolRuntimeViews/index.d.ts.map +1 -0
  25. package/dist/browser/api/standbyVirtualMachinePoolRuntimeViews/index.js +115 -0
  26. package/dist/browser/api/standbyVirtualMachinePoolRuntimeViews/index.js.map +1 -0
  27. package/dist/browser/api/standbyVirtualMachinePools/index.d.ts +31 -0
  28. package/dist/browser/api/standbyVirtualMachinePools/index.d.ts.map +1 -0
  29. package/dist/browser/api/standbyVirtualMachinePools/index.js +327 -0
  30. package/dist/browser/api/standbyVirtualMachinePools/index.js.map +1 -0
  31. package/dist/browser/api/standbyVirtualMachines/index.d.ts +14 -0
  32. package/dist/browser/api/standbyVirtualMachines/index.d.ts.map +1 -0
  33. package/dist/browser/api/standbyVirtualMachines/index.js +97 -0
  34. package/dist/browser/api/standbyVirtualMachines/index.js.map +1 -0
  35. package/dist/browser/classic/index.d.ts +7 -0
  36. package/dist/browser/classic/index.d.ts.map +1 -0
  37. package/dist/browser/classic/index.js +4 -0
  38. package/dist/browser/classic/index.js.map +1 -0
  39. package/dist/browser/classic/operations/index.d.ts +14 -0
  40. package/dist/browser/classic/operations/index.d.ts.map +1 -0
  41. package/dist/browser/classic/operations/index.js +12 -0
  42. package/dist/browser/classic/operations/index.js.map +1 -0
  43. package/dist/browser/classic/standbyContainerGroupPoolRuntimeViews/index.d.ts +17 -0
  44. package/dist/browser/classic/standbyContainerGroupPoolRuntimeViews/index.d.ts.map +1 -0
  45. package/dist/browser/classic/standbyContainerGroupPoolRuntimeViews/index.js +13 -0
  46. package/dist/browser/classic/standbyContainerGroupPoolRuntimeViews/index.js.map +1 -0
  47. package/dist/browser/classic/standbyContainerGroupPools/index.d.ts +30 -0
  48. package/dist/browser/classic/standbyContainerGroupPools/index.d.ts.map +1 -0
  49. package/dist/browser/classic/standbyContainerGroupPools/index.js +17 -0
  50. package/dist/browser/classic/standbyContainerGroupPools/index.js.map +1 -0
  51. package/dist/browser/classic/standbyVirtualMachinePoolRuntimeViews/index.d.ts +17 -0
  52. package/dist/browser/classic/standbyVirtualMachinePoolRuntimeViews/index.d.ts.map +1 -0
  53. package/dist/browser/classic/standbyVirtualMachinePoolRuntimeViews/index.js +13 -0
  54. package/dist/browser/classic/standbyVirtualMachinePoolRuntimeViews/index.js.map +1 -0
  55. package/dist/browser/classic/standbyVirtualMachinePools/index.d.ts +30 -0
  56. package/dist/browser/classic/standbyVirtualMachinePools/index.d.ts.map +1 -0
  57. package/dist/browser/classic/standbyVirtualMachinePools/index.js +17 -0
  58. package/dist/browser/classic/standbyVirtualMachinePools/index.js.map +1 -0
  59. package/dist/browser/classic/standbyVirtualMachines/index.d.ts +17 -0
  60. package/dist/browser/classic/standbyVirtualMachines/index.d.ts.map +1 -0
  61. package/dist/browser/classic/standbyVirtualMachines/index.js +13 -0
  62. package/dist/browser/classic/standbyVirtualMachines/index.js.map +1 -0
  63. package/dist/browser/helpers/serializerHelpers.d.ts +3 -0
  64. package/dist/browser/helpers/serializerHelpers.d.ts.map +1 -0
  65. package/dist/browser/helpers/serializerHelpers.js +24 -0
  66. package/dist/browser/helpers/serializerHelpers.js.map +1 -0
  67. package/dist/browser/index.d.ts +7 -0
  68. package/dist/browser/index.d.ts.map +1 -0
  69. package/dist/browser/index.js +6 -0
  70. package/dist/browser/index.js.map +1 -0
  71. package/dist/browser/logger.d.ts +2 -0
  72. package/dist/browser/logger.d.ts.map +1 -0
  73. package/dist/browser/logger.js +5 -0
  74. package/dist/browser/logger.js.map +1 -0
  75. package/dist/browser/models/index.d.ts +3 -0
  76. package/dist/browser/models/index.d.ts.map +1 -0
  77. package/dist/browser/models/index.js +4 -0
  78. package/dist/browser/models/index.js.map +1 -0
  79. package/dist/browser/models/models.d.ts +381 -0
  80. package/dist/browser/models/models.d.ts.map +1 -0
  81. package/dist/browser/models/models.js +164 -0
  82. package/dist/browser/models/models.js.map +1 -0
  83. package/dist/browser/models/options.d.ts +67 -0
  84. package/dist/browser/models/options.d.ts.map +1 -0
  85. package/dist/browser/models/options.js +4 -0
  86. package/dist/browser/models/options.js.map +1 -0
  87. package/dist/browser/package.json +3 -0
  88. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  89. package/dist/browser/restorePollerHelpers.d.ts.map +1 -0
  90. package/dist/browser/restorePollerHelpers.js +106 -0
  91. package/dist/browser/restorePollerHelpers.js.map +1 -0
  92. package/dist/browser/standbyPoolManagementClient.d.ts +29 -0
  93. package/dist/browser/standbyPoolManagementClient.d.ts.map +1 -0
  94. package/dist/browser/standbyPoolManagementClient.js +27 -0
  95. package/dist/browser/standbyPoolManagementClient.js.map +1 -0
  96. package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
  97. package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -0
  98. package/dist/browser/static-helpers/pagingHelpers.js +139 -0
  99. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  100. package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
  101. package/dist/browser/static-helpers/pollingHelpers.d.ts.map +1 -0
  102. package/dist/browser/static-helpers/pollingHelpers.js +78 -0
  103. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  104. package/dist/commonjs/api/index.d.ts +8 -0
  105. package/dist/commonjs/api/index.d.ts.map +1 -0
  106. package/dist/commonjs/api/index.js +33 -0
  107. package/dist/commonjs/api/index.js.map +1 -0
  108. package/dist/commonjs/api/operations/index.d.ts +10 -0
  109. package/dist/commonjs/api/operations/index.d.ts.map +1 -0
  110. package/dist/commonjs/api/operations/index.js +45 -0
  111. package/dist/commonjs/api/operations/index.js.map +1 -0
  112. package/dist/commonjs/api/standbyContainerGroupPoolRuntimeViews/index.d.ts +14 -0
  113. package/dist/commonjs/api/standbyContainerGroupPoolRuntimeViews/index.d.ts.map +1 -0
  114. package/dist/commonjs/api/standbyContainerGroupPoolRuntimeViews/index.js +121 -0
  115. package/dist/commonjs/api/standbyContainerGroupPoolRuntimeViews/index.js.map +1 -0
  116. package/dist/commonjs/api/standbyContainerGroupPools/index.d.ts +31 -0
  117. package/dist/commonjs/api/standbyContainerGroupPools/index.d.ts.map +1 -0
  118. package/dist/commonjs/api/standbyContainerGroupPools/index.js +382 -0
  119. package/dist/commonjs/api/standbyContainerGroupPools/index.js.map +1 -0
  120. package/dist/commonjs/api/standbyPoolManagementContext.d.ts +11 -0
  121. package/dist/commonjs/api/standbyPoolManagementContext.d.ts.map +1 -0
  122. package/dist/commonjs/api/standbyPoolManagementContext.js +34 -0
  123. package/dist/commonjs/api/standbyPoolManagementContext.js.map +1 -0
  124. package/dist/commonjs/api/standbyVirtualMachinePoolRuntimeViews/index.d.ts +14 -0
  125. package/dist/commonjs/api/standbyVirtualMachinePoolRuntimeViews/index.d.ts.map +1 -0
  126. package/dist/commonjs/api/standbyVirtualMachinePoolRuntimeViews/index.js +123 -0
  127. package/dist/commonjs/api/standbyVirtualMachinePoolRuntimeViews/index.js.map +1 -0
  128. package/dist/commonjs/api/standbyVirtualMachinePools/index.d.ts +31 -0
  129. package/dist/commonjs/api/standbyVirtualMachinePools/index.d.ts.map +1 -0
  130. package/dist/commonjs/api/standbyVirtualMachinePools/index.js +347 -0
  131. package/dist/commonjs/api/standbyVirtualMachinePools/index.js.map +1 -0
  132. package/dist/commonjs/api/standbyVirtualMachines/index.d.ts +14 -0
  133. package/dist/commonjs/api/standbyVirtualMachines/index.d.ts.map +1 -0
  134. package/dist/commonjs/api/standbyVirtualMachines/index.js +105 -0
  135. package/dist/commonjs/api/standbyVirtualMachines/index.js.map +1 -0
  136. package/dist/commonjs/classic/index.d.ts +7 -0
  137. package/dist/commonjs/classic/index.d.ts.map +1 -0
  138. package/dist/commonjs/classic/index.js +5 -0
  139. package/dist/commonjs/classic/index.js.map +1 -0
  140. package/dist/commonjs/classic/operations/index.d.ts +14 -0
  141. package/dist/commonjs/classic/operations/index.d.ts.map +1 -0
  142. package/dist/commonjs/classic/operations/index.js +16 -0
  143. package/dist/commonjs/classic/operations/index.js.map +1 -0
  144. package/dist/commonjs/classic/standbyContainerGroupPoolRuntimeViews/index.d.ts +17 -0
  145. package/dist/commonjs/classic/standbyContainerGroupPoolRuntimeViews/index.d.ts.map +1 -0
  146. package/dist/commonjs/classic/standbyContainerGroupPoolRuntimeViews/index.js +17 -0
  147. package/dist/commonjs/classic/standbyContainerGroupPoolRuntimeViews/index.js.map +1 -0
  148. package/dist/commonjs/classic/standbyContainerGroupPools/index.d.ts +30 -0
  149. package/dist/commonjs/classic/standbyContainerGroupPools/index.d.ts.map +1 -0
  150. package/dist/commonjs/classic/standbyContainerGroupPools/index.js +21 -0
  151. package/dist/commonjs/classic/standbyContainerGroupPools/index.js.map +1 -0
  152. package/dist/commonjs/classic/standbyVirtualMachinePoolRuntimeViews/index.d.ts +17 -0
  153. package/dist/commonjs/classic/standbyVirtualMachinePoolRuntimeViews/index.d.ts.map +1 -0
  154. package/dist/commonjs/classic/standbyVirtualMachinePoolRuntimeViews/index.js +17 -0
  155. package/dist/commonjs/classic/standbyVirtualMachinePoolRuntimeViews/index.js.map +1 -0
  156. package/dist/commonjs/classic/standbyVirtualMachinePools/index.d.ts +30 -0
  157. package/dist/commonjs/classic/standbyVirtualMachinePools/index.d.ts.map +1 -0
  158. package/dist/commonjs/classic/standbyVirtualMachinePools/index.js +21 -0
  159. package/dist/commonjs/classic/standbyVirtualMachinePools/index.js.map +1 -0
  160. package/dist/commonjs/classic/standbyVirtualMachines/index.d.ts +17 -0
  161. package/dist/commonjs/classic/standbyVirtualMachines/index.d.ts.map +1 -0
  162. package/dist/commonjs/classic/standbyVirtualMachines/index.js +17 -0
  163. package/dist/commonjs/classic/standbyVirtualMachines/index.js.map +1 -0
  164. package/dist/commonjs/helpers/serializerHelpers.d.ts +3 -0
  165. package/dist/commonjs/helpers/serializerHelpers.d.ts.map +1 -0
  166. package/dist/commonjs/helpers/serializerHelpers.js +27 -0
  167. package/dist/commonjs/helpers/serializerHelpers.js.map +1 -0
  168. package/dist/commonjs/index.d.ts +7 -0
  169. package/dist/commonjs/index.d.ts.map +1 -0
  170. package/dist/commonjs/index.js +17 -0
  171. package/dist/commonjs/index.js.map +1 -0
  172. package/dist/commonjs/logger.d.ts +2 -0
  173. package/dist/commonjs/logger.d.ts.map +1 -0
  174. package/dist/commonjs/logger.js +8 -0
  175. package/dist/commonjs/logger.js.map +1 -0
  176. package/dist/commonjs/models/index.d.ts +3 -0
  177. package/dist/commonjs/models/index.d.ts.map +1 -0
  178. package/dist/commonjs/models/index.js +13 -0
  179. package/dist/commonjs/models/index.js.map +1 -0
  180. package/dist/commonjs/models/models.d.ts +381 -0
  181. package/dist/commonjs/models/models.d.ts.map +1 -0
  182. package/dist/commonjs/models/models.js +182 -0
  183. package/dist/commonjs/models/models.js.map +1 -0
  184. package/dist/commonjs/models/options.d.ts +67 -0
  185. package/dist/commonjs/models/options.d.ts.map +1 -0
  186. package/dist/commonjs/models/options.js +5 -0
  187. package/dist/commonjs/models/options.js.map +1 -0
  188. package/dist/commonjs/package.json +3 -0
  189. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  190. package/dist/commonjs/restorePollerHelpers.d.ts.map +1 -0
  191. package/dist/commonjs/restorePollerHelpers.js +109 -0
  192. package/dist/commonjs/restorePollerHelpers.js.map +1 -0
  193. package/dist/commonjs/standbyPoolManagementClient.d.ts +29 -0
  194. package/dist/commonjs/standbyPoolManagementClient.d.ts.map +1 -0
  195. package/dist/commonjs/standbyPoolManagementClient.js +31 -0
  196. package/dist/commonjs/standbyPoolManagementClient.js.map +1 -0
  197. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
  198. package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -0
  199. package/dist/commonjs/static-helpers/pagingHelpers.js +142 -0
  200. package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
  201. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
  202. package/dist/commonjs/static-helpers/pollingHelpers.d.ts.map +1 -0
  203. package/dist/commonjs/static-helpers/pollingHelpers.js +81 -0
  204. package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
  205. package/dist/esm/api/index.d.ts +8 -0
  206. package/dist/esm/api/index.d.ts.map +1 -0
  207. package/dist/esm/api/index.js +10 -0
  208. package/dist/esm/api/index.js.map +1 -0
  209. package/dist/esm/api/operations/index.d.ts +10 -0
  210. package/dist/esm/api/operations/index.d.ts.map +1 -0
  211. package/dist/esm/api/operations/index.js +40 -0
  212. package/dist/esm/api/operations/index.js.map +1 -0
  213. package/dist/esm/api/standbyContainerGroupPoolRuntimeViews/index.d.ts +14 -0
  214. package/dist/esm/api/standbyContainerGroupPoolRuntimeViews/index.d.ts.map +1 -0
  215. package/dist/esm/api/standbyContainerGroupPoolRuntimeViews/index.js +113 -0
  216. package/dist/esm/api/standbyContainerGroupPoolRuntimeViews/index.js.map +1 -0
  217. package/dist/esm/api/standbyContainerGroupPools/index.d.ts +31 -0
  218. package/dist/esm/api/standbyContainerGroupPools/index.d.ts.map +1 -0
  219. package/dist/esm/api/standbyContainerGroupPools/index.js +362 -0
  220. package/dist/esm/api/standbyContainerGroupPools/index.js.map +1 -0
  221. package/dist/esm/api/standbyPoolManagementContext.d.ts +11 -0
  222. package/dist/esm/api/standbyPoolManagementContext.d.ts.map +1 -0
  223. package/dist/esm/api/standbyPoolManagementContext.js +31 -0
  224. package/dist/esm/api/standbyPoolManagementContext.js.map +1 -0
  225. package/dist/esm/api/standbyVirtualMachinePoolRuntimeViews/index.d.ts +14 -0
  226. package/dist/esm/api/standbyVirtualMachinePoolRuntimeViews/index.d.ts.map +1 -0
  227. package/dist/esm/api/standbyVirtualMachinePoolRuntimeViews/index.js +115 -0
  228. package/dist/esm/api/standbyVirtualMachinePoolRuntimeViews/index.js.map +1 -0
  229. package/dist/esm/api/standbyVirtualMachinePools/index.d.ts +31 -0
  230. package/dist/esm/api/standbyVirtualMachinePools/index.d.ts.map +1 -0
  231. package/dist/esm/api/standbyVirtualMachinePools/index.js +327 -0
  232. package/dist/esm/api/standbyVirtualMachinePools/index.js.map +1 -0
  233. package/dist/esm/api/standbyVirtualMachines/index.d.ts +14 -0
  234. package/dist/esm/api/standbyVirtualMachines/index.d.ts.map +1 -0
  235. package/dist/esm/api/standbyVirtualMachines/index.js +97 -0
  236. package/dist/esm/api/standbyVirtualMachines/index.js.map +1 -0
  237. package/dist/esm/classic/index.d.ts +7 -0
  238. package/dist/esm/classic/index.d.ts.map +1 -0
  239. package/dist/esm/classic/index.js +4 -0
  240. package/dist/esm/classic/index.js.map +1 -0
  241. package/dist/esm/classic/operations/index.d.ts +14 -0
  242. package/dist/esm/classic/operations/index.d.ts.map +1 -0
  243. package/dist/esm/classic/operations/index.js +12 -0
  244. package/dist/esm/classic/operations/index.js.map +1 -0
  245. package/dist/esm/classic/standbyContainerGroupPoolRuntimeViews/index.d.ts +17 -0
  246. package/dist/esm/classic/standbyContainerGroupPoolRuntimeViews/index.d.ts.map +1 -0
  247. package/dist/esm/classic/standbyContainerGroupPoolRuntimeViews/index.js +13 -0
  248. package/dist/esm/classic/standbyContainerGroupPoolRuntimeViews/index.js.map +1 -0
  249. package/dist/esm/classic/standbyContainerGroupPools/index.d.ts +30 -0
  250. package/dist/esm/classic/standbyContainerGroupPools/index.d.ts.map +1 -0
  251. package/dist/esm/classic/standbyContainerGroupPools/index.js +17 -0
  252. package/dist/esm/classic/standbyContainerGroupPools/index.js.map +1 -0
  253. package/dist/esm/classic/standbyVirtualMachinePoolRuntimeViews/index.d.ts +17 -0
  254. package/dist/esm/classic/standbyVirtualMachinePoolRuntimeViews/index.d.ts.map +1 -0
  255. package/dist/esm/classic/standbyVirtualMachinePoolRuntimeViews/index.js +13 -0
  256. package/dist/esm/classic/standbyVirtualMachinePoolRuntimeViews/index.js.map +1 -0
  257. package/dist/esm/classic/standbyVirtualMachinePools/index.d.ts +30 -0
  258. package/dist/esm/classic/standbyVirtualMachinePools/index.d.ts.map +1 -0
  259. package/dist/esm/classic/standbyVirtualMachinePools/index.js +17 -0
  260. package/dist/esm/classic/standbyVirtualMachinePools/index.js.map +1 -0
  261. package/dist/esm/classic/standbyVirtualMachines/index.d.ts +17 -0
  262. package/dist/esm/classic/standbyVirtualMachines/index.d.ts.map +1 -0
  263. package/dist/esm/classic/standbyVirtualMachines/index.js +13 -0
  264. package/dist/esm/classic/standbyVirtualMachines/index.js.map +1 -0
  265. package/dist/esm/helpers/serializerHelpers.d.ts +3 -0
  266. package/dist/esm/helpers/serializerHelpers.d.ts.map +1 -0
  267. package/dist/esm/helpers/serializerHelpers.js +24 -0
  268. package/dist/esm/helpers/serializerHelpers.js.map +1 -0
  269. package/dist/esm/index.d.ts +7 -0
  270. package/dist/esm/index.d.ts.map +1 -0
  271. package/dist/esm/index.js +6 -0
  272. package/dist/esm/index.js.map +1 -0
  273. package/dist/esm/logger.d.ts +2 -0
  274. package/dist/esm/logger.d.ts.map +1 -0
  275. package/dist/esm/logger.js +5 -0
  276. package/dist/esm/logger.js.map +1 -0
  277. package/dist/esm/models/index.d.ts +3 -0
  278. package/dist/esm/models/index.d.ts.map +1 -0
  279. package/dist/esm/models/index.js +4 -0
  280. package/dist/esm/models/index.js.map +1 -0
  281. package/dist/esm/models/models.d.ts +381 -0
  282. package/dist/esm/models/models.d.ts.map +1 -0
  283. package/dist/esm/models/models.js +164 -0
  284. package/dist/esm/models/models.js.map +1 -0
  285. package/dist/esm/models/options.d.ts +67 -0
  286. package/dist/esm/models/options.d.ts.map +1 -0
  287. package/dist/esm/models/options.js +4 -0
  288. package/dist/esm/models/options.js.map +1 -0
  289. package/dist/esm/package.json +3 -0
  290. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  291. package/dist/esm/restorePollerHelpers.d.ts.map +1 -0
  292. package/dist/esm/restorePollerHelpers.js +106 -0
  293. package/dist/esm/restorePollerHelpers.js.map +1 -0
  294. package/dist/esm/standbyPoolManagementClient.d.ts +29 -0
  295. package/dist/esm/standbyPoolManagementClient.d.ts.map +1 -0
  296. package/dist/esm/standbyPoolManagementClient.js +27 -0
  297. package/dist/esm/standbyPoolManagementClient.js.map +1 -0
  298. package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
  299. package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -0
  300. package/dist/esm/static-helpers/pagingHelpers.js +139 -0
  301. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  302. package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
  303. package/dist/esm/static-helpers/pollingHelpers.d.ts.map +1 -0
  304. package/dist/esm/static-helpers/pollingHelpers.js +78 -0
  305. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  306. package/dist/react-native/api/index.d.ts +8 -0
  307. package/dist/react-native/api/index.d.ts.map +1 -0
  308. package/dist/react-native/api/index.js +10 -0
  309. package/dist/react-native/api/index.js.map +1 -0
  310. package/dist/react-native/api/operations/index.d.ts +10 -0
  311. package/dist/react-native/api/operations/index.d.ts.map +1 -0
  312. package/dist/react-native/api/operations/index.js +40 -0
  313. package/dist/react-native/api/operations/index.js.map +1 -0
  314. package/dist/react-native/api/standbyContainerGroupPoolRuntimeViews/index.d.ts +14 -0
  315. package/dist/react-native/api/standbyContainerGroupPoolRuntimeViews/index.d.ts.map +1 -0
  316. package/dist/react-native/api/standbyContainerGroupPoolRuntimeViews/index.js +113 -0
  317. package/dist/react-native/api/standbyContainerGroupPoolRuntimeViews/index.js.map +1 -0
  318. package/dist/react-native/api/standbyContainerGroupPools/index.d.ts +31 -0
  319. package/dist/react-native/api/standbyContainerGroupPools/index.d.ts.map +1 -0
  320. package/dist/react-native/api/standbyContainerGroupPools/index.js +362 -0
  321. package/dist/react-native/api/standbyContainerGroupPools/index.js.map +1 -0
  322. package/dist/react-native/api/standbyPoolManagementContext.d.ts +11 -0
  323. package/dist/react-native/api/standbyPoolManagementContext.d.ts.map +1 -0
  324. package/dist/react-native/api/standbyPoolManagementContext.js +31 -0
  325. package/dist/react-native/api/standbyPoolManagementContext.js.map +1 -0
  326. package/dist/react-native/api/standbyVirtualMachinePoolRuntimeViews/index.d.ts +14 -0
  327. package/dist/react-native/api/standbyVirtualMachinePoolRuntimeViews/index.d.ts.map +1 -0
  328. package/dist/react-native/api/standbyVirtualMachinePoolRuntimeViews/index.js +115 -0
  329. package/dist/react-native/api/standbyVirtualMachinePoolRuntimeViews/index.js.map +1 -0
  330. package/dist/react-native/api/standbyVirtualMachinePools/index.d.ts +31 -0
  331. package/dist/react-native/api/standbyVirtualMachinePools/index.d.ts.map +1 -0
  332. package/dist/react-native/api/standbyVirtualMachinePools/index.js +327 -0
  333. package/dist/react-native/api/standbyVirtualMachinePools/index.js.map +1 -0
  334. package/dist/react-native/api/standbyVirtualMachines/index.d.ts +14 -0
  335. package/dist/react-native/api/standbyVirtualMachines/index.d.ts.map +1 -0
  336. package/dist/react-native/api/standbyVirtualMachines/index.js +97 -0
  337. package/dist/react-native/api/standbyVirtualMachines/index.js.map +1 -0
  338. package/dist/react-native/classic/index.d.ts +7 -0
  339. package/dist/react-native/classic/index.d.ts.map +1 -0
  340. package/dist/react-native/classic/index.js +4 -0
  341. package/dist/react-native/classic/index.js.map +1 -0
  342. package/dist/react-native/classic/operations/index.d.ts +14 -0
  343. package/dist/react-native/classic/operations/index.d.ts.map +1 -0
  344. package/dist/react-native/classic/operations/index.js +12 -0
  345. package/dist/react-native/classic/operations/index.js.map +1 -0
  346. package/dist/react-native/classic/standbyContainerGroupPoolRuntimeViews/index.d.ts +17 -0
  347. package/dist/react-native/classic/standbyContainerGroupPoolRuntimeViews/index.d.ts.map +1 -0
  348. package/dist/react-native/classic/standbyContainerGroupPoolRuntimeViews/index.js +13 -0
  349. package/dist/react-native/classic/standbyContainerGroupPoolRuntimeViews/index.js.map +1 -0
  350. package/dist/react-native/classic/standbyContainerGroupPools/index.d.ts +30 -0
  351. package/dist/react-native/classic/standbyContainerGroupPools/index.d.ts.map +1 -0
  352. package/dist/react-native/classic/standbyContainerGroupPools/index.js +17 -0
  353. package/dist/react-native/classic/standbyContainerGroupPools/index.js.map +1 -0
  354. package/dist/react-native/classic/standbyVirtualMachinePoolRuntimeViews/index.d.ts +17 -0
  355. package/dist/react-native/classic/standbyVirtualMachinePoolRuntimeViews/index.d.ts.map +1 -0
  356. package/dist/react-native/classic/standbyVirtualMachinePoolRuntimeViews/index.js +13 -0
  357. package/dist/react-native/classic/standbyVirtualMachinePoolRuntimeViews/index.js.map +1 -0
  358. package/dist/react-native/classic/standbyVirtualMachinePools/index.d.ts +30 -0
  359. package/dist/react-native/classic/standbyVirtualMachinePools/index.d.ts.map +1 -0
  360. package/dist/react-native/classic/standbyVirtualMachinePools/index.js +17 -0
  361. package/dist/react-native/classic/standbyVirtualMachinePools/index.js.map +1 -0
  362. package/dist/react-native/classic/standbyVirtualMachines/index.d.ts +17 -0
  363. package/dist/react-native/classic/standbyVirtualMachines/index.d.ts.map +1 -0
  364. package/dist/react-native/classic/standbyVirtualMachines/index.js +13 -0
  365. package/dist/react-native/classic/standbyVirtualMachines/index.js.map +1 -0
  366. package/dist/react-native/helpers/serializerHelpers.d.ts +3 -0
  367. package/dist/react-native/helpers/serializerHelpers.d.ts.map +1 -0
  368. package/dist/react-native/helpers/serializerHelpers.js +24 -0
  369. package/dist/react-native/helpers/serializerHelpers.js.map +1 -0
  370. package/dist/react-native/index.d.ts +7 -0
  371. package/dist/react-native/index.d.ts.map +1 -0
  372. package/dist/react-native/index.js +6 -0
  373. package/dist/react-native/index.js.map +1 -0
  374. package/dist/react-native/logger.d.ts +2 -0
  375. package/dist/react-native/logger.d.ts.map +1 -0
  376. package/dist/react-native/logger.js +5 -0
  377. package/dist/react-native/logger.js.map +1 -0
  378. package/dist/react-native/models/index.d.ts +3 -0
  379. package/dist/react-native/models/index.d.ts.map +1 -0
  380. package/dist/react-native/models/index.js +4 -0
  381. package/dist/react-native/models/index.js.map +1 -0
  382. package/dist/react-native/models/models.d.ts +381 -0
  383. package/dist/react-native/models/models.d.ts.map +1 -0
  384. package/dist/react-native/models/models.js +164 -0
  385. package/dist/react-native/models/models.js.map +1 -0
  386. package/dist/react-native/models/options.d.ts +67 -0
  387. package/dist/react-native/models/options.d.ts.map +1 -0
  388. package/dist/react-native/models/options.js +4 -0
  389. package/dist/react-native/models/options.js.map +1 -0
  390. package/dist/react-native/package.json +3 -0
  391. package/dist/react-native/restorePollerHelpers.d.ts +21 -0
  392. package/dist/react-native/restorePollerHelpers.d.ts.map +1 -0
  393. package/dist/react-native/restorePollerHelpers.js +106 -0
  394. package/dist/react-native/restorePollerHelpers.js.map +1 -0
  395. package/dist/react-native/standbyPoolManagementClient.d.ts +29 -0
  396. package/dist/react-native/standbyPoolManagementClient.d.ts.map +1 -0
  397. package/dist/react-native/standbyPoolManagementClient.js +27 -0
  398. package/dist/react-native/standbyPoolManagementClient.js.map +1 -0
  399. package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
  400. package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -0
  401. package/dist/react-native/static-helpers/pagingHelpers.js +139 -0
  402. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
  403. package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
  404. package/dist/react-native/static-helpers/pollingHelpers.d.ts.map +1 -0
  405. package/dist/react-native/static-helpers/pollingHelpers.js +78 -0
  406. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
  407. package/package.json +138 -85
  408. package/review/arm-standbypool-models.api.md +322 -0
  409. package/review/arm-standbypool.api.md +120 -224
  410. package/dist/index.js +0 -2605
  411. package/dist/index.js.map +0 -1
  412. package/dist/index.min.js +0 -1
  413. package/dist/index.min.js.map +0 -1
  414. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  415. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  416. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  417. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  418. package/dist-esm/samples-dev/standbyContainerGroupPoolsCreateOrUpdateSample.d.ts +0 -2
  419. package/dist-esm/samples-dev/standbyContainerGroupPoolsCreateOrUpdateSample.d.ts.map +0 -1
  420. package/dist-esm/samples-dev/standbyContainerGroupPoolsCreateOrUpdateSample.js +0 -57
  421. package/dist-esm/samples-dev/standbyContainerGroupPoolsCreateOrUpdateSample.js.map +0 -1
  422. package/dist-esm/samples-dev/standbyContainerGroupPoolsDeleteSample.d.ts +0 -2
  423. package/dist-esm/samples-dev/standbyContainerGroupPoolsDeleteSample.d.ts.map +0 -1
  424. package/dist-esm/samples-dev/standbyContainerGroupPoolsDeleteSample.js +0 -39
  425. package/dist-esm/samples-dev/standbyContainerGroupPoolsDeleteSample.js.map +0 -1
  426. package/dist-esm/samples-dev/standbyContainerGroupPoolsGetSample.d.ts +0 -2
  427. package/dist-esm/samples-dev/standbyContainerGroupPoolsGetSample.d.ts.map +0 -1
  428. package/dist-esm/samples-dev/standbyContainerGroupPoolsGetSample.js +0 -39
  429. package/dist-esm/samples-dev/standbyContainerGroupPoolsGetSample.js.map +0 -1
  430. package/dist-esm/samples-dev/standbyContainerGroupPoolsListByResourceGroupSample.d.ts +0 -2
  431. package/dist-esm/samples-dev/standbyContainerGroupPoolsListByResourceGroupSample.d.ts.map +0 -1
  432. package/dist-esm/samples-dev/standbyContainerGroupPoolsListByResourceGroupSample.js +0 -54
  433. package/dist-esm/samples-dev/standbyContainerGroupPoolsListByResourceGroupSample.js.map +0 -1
  434. package/dist-esm/samples-dev/standbyContainerGroupPoolsListBySubscriptionSample.d.ts +0 -2
  435. package/dist-esm/samples-dev/standbyContainerGroupPoolsListBySubscriptionSample.d.ts.map +0 -1
  436. package/dist-esm/samples-dev/standbyContainerGroupPoolsListBySubscriptionSample.js +0 -53
  437. package/dist-esm/samples-dev/standbyContainerGroupPoolsListBySubscriptionSample.js.map +0 -1
  438. package/dist-esm/samples-dev/standbyContainerGroupPoolsUpdateSample.d.ts +0 -2
  439. package/dist-esm/samples-dev/standbyContainerGroupPoolsUpdateSample.d.ts.map +0 -1
  440. package/dist-esm/samples-dev/standbyContainerGroupPoolsUpdateSample.js +0 -56
  441. package/dist-esm/samples-dev/standbyContainerGroupPoolsUpdateSample.js.map +0 -1
  442. package/dist-esm/samples-dev/standbyVirtualMachinePoolsCreateOrUpdateSample.d.ts +0 -2
  443. package/dist-esm/samples-dev/standbyVirtualMachinePoolsCreateOrUpdateSample.d.ts.map +0 -1
  444. package/dist-esm/samples-dev/standbyVirtualMachinePoolsCreateOrUpdateSample.js +0 -48
  445. package/dist-esm/samples-dev/standbyVirtualMachinePoolsCreateOrUpdateSample.js.map +0 -1
  446. package/dist-esm/samples-dev/standbyVirtualMachinePoolsDeleteSample.d.ts +0 -2
  447. package/dist-esm/samples-dev/standbyVirtualMachinePoolsDeleteSample.d.ts.map +0 -1
  448. package/dist-esm/samples-dev/standbyVirtualMachinePoolsDeleteSample.js +0 -39
  449. package/dist-esm/samples-dev/standbyVirtualMachinePoolsDeleteSample.js.map +0 -1
  450. package/dist-esm/samples-dev/standbyVirtualMachinePoolsGetSample.d.ts +0 -2
  451. package/dist-esm/samples-dev/standbyVirtualMachinePoolsGetSample.d.ts.map +0 -1
  452. package/dist-esm/samples-dev/standbyVirtualMachinePoolsGetSample.js +0 -39
  453. package/dist-esm/samples-dev/standbyVirtualMachinePoolsGetSample.js.map +0 -1
  454. package/dist-esm/samples-dev/standbyVirtualMachinePoolsListByResourceGroupSample.d.ts +0 -2
  455. package/dist-esm/samples-dev/standbyVirtualMachinePoolsListByResourceGroupSample.d.ts.map +0 -1
  456. package/dist-esm/samples-dev/standbyVirtualMachinePoolsListByResourceGroupSample.js +0 -54
  457. package/dist-esm/samples-dev/standbyVirtualMachinePoolsListByResourceGroupSample.js.map +0 -1
  458. package/dist-esm/samples-dev/standbyVirtualMachinePoolsListBySubscriptionSample.d.ts +0 -2
  459. package/dist-esm/samples-dev/standbyVirtualMachinePoolsListBySubscriptionSample.d.ts.map +0 -1
  460. package/dist-esm/samples-dev/standbyVirtualMachinePoolsListBySubscriptionSample.js +0 -53
  461. package/dist-esm/samples-dev/standbyVirtualMachinePoolsListBySubscriptionSample.js.map +0 -1
  462. package/dist-esm/samples-dev/standbyVirtualMachinePoolsUpdateSample.d.ts +0 -2
  463. package/dist-esm/samples-dev/standbyVirtualMachinePoolsUpdateSample.d.ts.map +0 -1
  464. package/dist-esm/samples-dev/standbyVirtualMachinePoolsUpdateSample.js +0 -47
  465. package/dist-esm/samples-dev/standbyVirtualMachinePoolsUpdateSample.js.map +0 -1
  466. package/dist-esm/samples-dev/standbyVirtualMachinesGetSample.d.ts +0 -2
  467. package/dist-esm/samples-dev/standbyVirtualMachinesGetSample.d.ts.map +0 -1
  468. package/dist-esm/samples-dev/standbyVirtualMachinesGetSample.js +0 -40
  469. package/dist-esm/samples-dev/standbyVirtualMachinesGetSample.js.map +0 -1
  470. package/dist-esm/samples-dev/standbyVirtualMachinesListByStandbyVirtualMachinePoolResourceSample.d.ts +0 -2
  471. package/dist-esm/samples-dev/standbyVirtualMachinesListByStandbyVirtualMachinePoolResourceSample.d.ts.map +0 -1
  472. package/dist-esm/samples-dev/standbyVirtualMachinesListByStandbyVirtualMachinePoolResourceSample.js +0 -55
  473. package/dist-esm/samples-dev/standbyVirtualMachinesListByStandbyVirtualMachinePoolResourceSample.js.map +0 -1
  474. package/dist-esm/src/index.d.ts +0 -5
  475. package/dist-esm/src/index.d.ts.map +0 -1
  476. package/dist-esm/src/index.js +0 -13
  477. package/dist-esm/src/index.js.map +0 -1
  478. package/dist-esm/src/lroImpl.d.ts +0 -11
  479. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  480. package/dist-esm/src/lroImpl.js +0 -21
  481. package/dist-esm/src/lroImpl.js.map +0 -1
  482. package/dist-esm/src/models/index.d.ts +0 -581
  483. package/dist-esm/src/models/index.d.ts.map +0 -1
  484. package/dist-esm/src/models/index.js +0 -62
  485. package/dist-esm/src/models/index.js.map +0 -1
  486. package/dist-esm/src/models/mappers.d.ts +0 -38
  487. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  488. package/dist-esm/src/models/mappers.js +0 -877
  489. package/dist-esm/src/models/mappers.js.map +0 -1
  490. package/dist-esm/src/models/parameters.d.ts +0 -16
  491. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  492. package/dist-esm/src/models/parameters.js +0 -143
  493. package/dist-esm/src/models/parameters.js.map +0 -1
  494. package/dist-esm/src/operations/index.d.ts +0 -5
  495. package/dist-esm/src/operations/index.d.ts.map +0 -1
  496. package/dist-esm/src/operations/index.js +0 -12
  497. package/dist-esm/src/operations/index.js.map +0 -1
  498. package/dist-esm/src/operations/operations.d.ts +0 -32
  499. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  500. package/dist-esm/src/operations/operations.js +0 -133
  501. package/dist-esm/src/operations/operations.js.map +0 -1
  502. package/dist-esm/src/operations/standbyContainerGroupPools.d.ts +0 -99
  503. package/dist-esm/src/operations/standbyContainerGroupPools.d.ts.map +0 -1
  504. package/dist-esm/src/operations/standbyContainerGroupPools.js +0 -502
  505. package/dist-esm/src/operations/standbyContainerGroupPools.js.map +0 -1
  506. package/dist-esm/src/operations/standbyVirtualMachinePools.d.ts +0 -99
  507. package/dist-esm/src/operations/standbyVirtualMachinePools.d.ts.map +0 -1
  508. package/dist-esm/src/operations/standbyVirtualMachinePools.js +0 -502
  509. package/dist-esm/src/operations/standbyVirtualMachinePools.js.map +0 -1
  510. package/dist-esm/src/operations/standbyVirtualMachines.d.ts +0 -47
  511. package/dist-esm/src/operations/standbyVirtualMachines.d.ts.map +0 -1
  512. package/dist-esm/src/operations/standbyVirtualMachines.js +0 -188
  513. package/dist-esm/src/operations/standbyVirtualMachines.js.map +0 -1
  514. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
  515. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  516. package/dist-esm/src/operationsInterfaces/index.js +0 -12
  517. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  518. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  519. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  520. package/dist-esm/src/operationsInterfaces/operations.js +0 -9
  521. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  522. package/dist-esm/src/operationsInterfaces/standbyContainerGroupPools.d.ts +0 -63
  523. package/dist-esm/src/operationsInterfaces/standbyContainerGroupPools.d.ts.map +0 -1
  524. package/dist-esm/src/operationsInterfaces/standbyContainerGroupPools.js +0 -9
  525. package/dist-esm/src/operationsInterfaces/standbyContainerGroupPools.js.map +0 -1
  526. package/dist-esm/src/operationsInterfaces/standbyVirtualMachinePools.d.ts +0 -63
  527. package/dist-esm/src/operationsInterfaces/standbyVirtualMachinePools.d.ts.map +0 -1
  528. package/dist-esm/src/operationsInterfaces/standbyVirtualMachinePools.js +0 -9
  529. package/dist-esm/src/operationsInterfaces/standbyVirtualMachinePools.js.map +0 -1
  530. package/dist-esm/src/operationsInterfaces/standbyVirtualMachines.d.ts +0 -21
  531. package/dist-esm/src/operationsInterfaces/standbyVirtualMachines.d.ts.map +0 -1
  532. package/dist-esm/src/operationsInterfaces/standbyVirtualMachines.js +0 -9
  533. package/dist-esm/src/operationsInterfaces/standbyVirtualMachines.js.map +0 -1
  534. package/dist-esm/src/pagingHelper.d.ts +0 -13
  535. package/dist-esm/src/pagingHelper.d.ts.map +0 -1
  536. package/dist-esm/src/pagingHelper.js +0 -32
  537. package/dist-esm/src/pagingHelper.js.map +0 -1
  538. package/dist-esm/src/standbyPoolManagementClient.d.ts +0 -23
  539. package/dist-esm/src/standbyPoolManagementClient.d.ts.map +0 -1
  540. package/dist-esm/src/standbyPoolManagementClient.js +0 -103
  541. package/dist-esm/src/standbyPoolManagementClient.js.map +0 -1
  542. package/dist-esm/test/standbypool_operations_test.spec.d.ts +0 -4
  543. package/dist-esm/test/standbypool_operations_test.spec.d.ts.map +0 -1
  544. package/dist-esm/test/standbypool_operations_test.spec.js +0 -74
  545. package/dist-esm/test/standbypool_operations_test.spec.js.map +0 -1
  546. package/src/index.ts +0 -13
  547. package/src/lroImpl.ts +0 -42
  548. package/src/models/index.ts +0 -695
  549. package/src/models/mappers.ts +0 -947
  550. package/src/models/parameters.ts +0 -167
  551. package/src/operations/index.ts +0 -12
  552. package/src/operations/operations.ts +0 -149
  553. package/src/operations/standbyContainerGroupPools.ts +0 -650
  554. package/src/operations/standbyVirtualMachinePools.ts +0 -650
  555. package/src/operations/standbyVirtualMachines.ts +0 -252
  556. package/src/operationsInterfaces/index.ts +0 -12
  557. package/src/operationsInterfaces/operations.ts +0 -22
  558. package/src/operationsInterfaces/standbyContainerGroupPools.ts +0 -127
  559. package/src/operationsInterfaces/standbyVirtualMachinePools.ts +0 -127
  560. package/src/operationsInterfaces/standbyVirtualMachines.ts +0 -44
  561. package/src/pagingHelper.ts +0 -39
  562. package/src/standbyPoolManagementClient.ts +0 -157
  563. package/tsconfig.json +0 -33
  564. package/types/arm-standbypool.d.ts +0 -853
  565. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAQlC,OAAO,EACL,2BAA2B,GAE5B,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAE,aAAa,EAAwB,MAAM,2BAA2B,CAAC;AAChF,OAAO,EAGL,kBAAkB,EAOlB,sBAAsB,EAKtB,iBAAiB,EAejB,wBAAwB,EAMxB,WAAW,EAEX,eAAe,GAsBhB,MAAM,mBAAmB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n PageSettings,\n ContinuablePage,\n PagedAsyncIterableIterator,\n} from \"./static-helpers/pagingHelpers.js\";\n\nexport {\n StandbyPoolManagementClient,\n StandbyPoolManagementClientOptionalParams,\n} from \"./standbyPoolManagementClient.js\";\nexport { restorePoller, RestorePollerOptions } from \"./restorePollerHelpers.js\";\nexport {\n Resource,\n SystemData,\n KnownCreatedByType,\n CreatedByType,\n ProxyResource,\n StandbyContainerGroupPoolRuntimeViewResource,\n StandbyContainerGroupPoolRuntimeViewResourceProperties,\n ContainerGroupInstanceCountSummary,\n PoolResourceStateCount,\n KnownProvisioningState,\n TrackedResource,\n StandbyContainerGroupPoolResource,\n StandbyContainerGroupPoolResourceProperties,\n StandbyContainerGroupPoolElasticityProfile,\n KnownRefillPolicy,\n RefillPolicy,\n ContainerGroupProperties,\n ContainerGroupProfile,\n Subnet,\n StandbyContainerGroupPoolResourceUpdate,\n StandbyContainerGroupPoolResourceUpdateProperties,\n StandbyVirtualMachinePoolRuntimeViewResource,\n StandbyVirtualMachinePoolRuntimeViewResourceProperties,\n VirtualMachineInstanceCountSummary,\n StandbyVirtualMachineResource,\n StandbyVirtualMachineResourceProperties,\n StandbyVirtualMachinePoolResource,\n StandbyVirtualMachinePoolResourceProperties,\n StandbyVirtualMachinePoolElasticityProfile,\n KnownVirtualMachineState,\n VirtualMachineState,\n StandbyVirtualMachinePoolResourceUpdate,\n StandbyVirtualMachinePoolResourceUpdateProperties,\n Operation,\n OperationDisplay,\n KnownOrigin,\n Origin,\n KnownActionType,\n ActionType,\n ProvisioningState,\n OperationsListOptionalParams,\n StandbyVirtualMachinePoolsGetOptionalParams,\n StandbyVirtualMachinePoolsCreateOrUpdateOptionalParams,\n StandbyVirtualMachinePoolsDeleteOptionalParams,\n StandbyVirtualMachinePoolsUpdateOptionalParams,\n StandbyVirtualMachinePoolsListByResourceGroupOptionalParams,\n StandbyVirtualMachinePoolsListBySubscriptionOptionalParams,\n StandbyVirtualMachinesGetOptionalParams,\n StandbyVirtualMachinesListByStandbyVirtualMachinePoolResourceOptionalParams,\n StandbyVirtualMachinePoolRuntimeViewsGetOptionalParams,\n StandbyVirtualMachinePoolRuntimeViewsListByStandbyPoolOptionalParams,\n StandbyContainerGroupPoolsGetOptionalParams,\n StandbyContainerGroupPoolsCreateOrUpdateOptionalParams,\n StandbyContainerGroupPoolsDeleteOptionalParams,\n StandbyContainerGroupPoolsUpdateOptionalParams,\n StandbyContainerGroupPoolsListByResourceGroupOptionalParams,\n StandbyContainerGroupPoolsListBySubscriptionOptionalParams,\n StandbyContainerGroupPoolRuntimeViewsGetOptionalParams,\n StandbyContainerGroupPoolRuntimeViewsListByStandbyPoolOptionalParams,\n} from \"./models/index.js\";\nexport {\n OperationsOperations,\n StandbyContainerGroupPoolRuntimeViewsOperations,\n StandbyContainerGroupPoolsOperations,\n StandbyVirtualMachinePoolRuntimeViewsOperations,\n StandbyVirtualMachinePoolsOperations,\n StandbyVirtualMachinesOperations,\n} from \"./classic/index.js\";\nexport { PageSettings, ContinuablePage, PagedAsyncIterableIterator };\n"]}
@@ -0,0 +1,2 @@
1
+ export declare const logger: import("@azure/logger").AzureLogger;
2
+ //# sourceMappingURL=logger.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../src/logger.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM,qCAAwC,CAAC"}
@@ -0,0 +1,5 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ import { createClientLogger } from "@azure/logger";
4
+ export const logger = createClientLogger("arm-standbypool");
5
+ //# sourceMappingURL=logger.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logger.js","sourceRoot":"","sources":["../../src/logger.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AACnD,MAAM,CAAC,MAAM,MAAM,GAAG,kBAAkB,CAAC,iBAAiB,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createClientLogger } from \"@azure/logger\";\nexport const logger = createClientLogger(\"arm-standbypool\");\n"]}
@@ -0,0 +1,3 @@
1
+ export { Resource, SystemData, KnownCreatedByType, CreatedByType, ProxyResource, StandbyContainerGroupPoolRuntimeViewResource, StandbyContainerGroupPoolRuntimeViewResourceProperties, ContainerGroupInstanceCountSummary, PoolResourceStateCount, KnownProvisioningState, TrackedResource, StandbyContainerGroupPoolResource, StandbyContainerGroupPoolResourceProperties, StandbyContainerGroupPoolElasticityProfile, KnownRefillPolicy, RefillPolicy, ContainerGroupProperties, ContainerGroupProfile, Subnet, StandbyContainerGroupPoolResourceUpdate, StandbyContainerGroupPoolResourceUpdateProperties, StandbyVirtualMachinePoolRuntimeViewResource, StandbyVirtualMachinePoolRuntimeViewResourceProperties, VirtualMachineInstanceCountSummary, StandbyVirtualMachineResource, StandbyVirtualMachineResourceProperties, StandbyVirtualMachinePoolResource, StandbyVirtualMachinePoolResourceProperties, StandbyVirtualMachinePoolElasticityProfile, KnownVirtualMachineState, VirtualMachineState, StandbyVirtualMachinePoolResourceUpdate, StandbyVirtualMachinePoolResourceUpdateProperties, Operation, OperationDisplay, KnownOrigin, Origin, KnownActionType, ActionType, ProvisioningState, } from "./models.js";
2
+ export { OperationsListOptionalParams, StandbyVirtualMachinePoolsGetOptionalParams, StandbyVirtualMachinePoolsCreateOrUpdateOptionalParams, StandbyVirtualMachinePoolsDeleteOptionalParams, StandbyVirtualMachinePoolsUpdateOptionalParams, StandbyVirtualMachinePoolsListByResourceGroupOptionalParams, StandbyVirtualMachinePoolsListBySubscriptionOptionalParams, StandbyVirtualMachinesGetOptionalParams, StandbyVirtualMachinesListByStandbyVirtualMachinePoolResourceOptionalParams, StandbyVirtualMachinePoolRuntimeViewsGetOptionalParams, StandbyVirtualMachinePoolRuntimeViewsListByStandbyPoolOptionalParams, StandbyContainerGroupPoolsGetOptionalParams, StandbyContainerGroupPoolsCreateOrUpdateOptionalParams, StandbyContainerGroupPoolsDeleteOptionalParams, StandbyContainerGroupPoolsUpdateOptionalParams, StandbyContainerGroupPoolsListByResourceGroupOptionalParams, StandbyContainerGroupPoolsListBySubscriptionOptionalParams, StandbyContainerGroupPoolRuntimeViewsGetOptionalParams, StandbyContainerGroupPoolRuntimeViewsListByStandbyPoolOptionalParams, } from "./options.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,QAAQ,EACR,UAAU,EACV,kBAAkB,EAClB,aAAa,EACb,aAAa,EACb,4CAA4C,EAC5C,sDAAsD,EACtD,kCAAkC,EAClC,sBAAsB,EACtB,sBAAsB,EACtB,eAAe,EACf,iCAAiC,EACjC,2CAA2C,EAC3C,0CAA0C,EAC1C,iBAAiB,EACjB,YAAY,EACZ,wBAAwB,EACxB,qBAAqB,EACrB,MAAM,EACN,uCAAuC,EACvC,iDAAiD,EACjD,4CAA4C,EAC5C,sDAAsD,EACtD,kCAAkC,EAClC,6BAA6B,EAC7B,uCAAuC,EACvC,iCAAiC,EACjC,2CAA2C,EAC3C,0CAA0C,EAC1C,wBAAwB,EACxB,mBAAmB,EACnB,uCAAuC,EACvC,iDAAiD,EACjD,SAAS,EACT,gBAAgB,EAChB,WAAW,EACX,MAAM,EACN,eAAe,EACf,UAAU,EACV,iBAAiB,GAClB,MAAM,aAAa,CAAC;AACrB,OAAO,EACL,4BAA4B,EAC5B,2CAA2C,EAC3C,sDAAsD,EACtD,8CAA8C,EAC9C,8CAA8C,EAC9C,2DAA2D,EAC3D,0DAA0D,EAC1D,uCAAuC,EACvC,2EAA2E,EAC3E,sDAAsD,EACtD,oEAAoE,EACpE,2CAA2C,EAC3C,sDAAsD,EACtD,8CAA8C,EAC9C,8CAA8C,EAC9C,2DAA2D,EAC3D,0DAA0D,EAC1D,sDAAsD,EACtD,oEAAoE,GACrE,MAAM,cAAc,CAAC"}
@@ -0,0 +1,4 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ export { KnownCreatedByType, KnownProvisioningState, KnownRefillPolicy, KnownVirtualMachineState, KnownOrigin, KnownActionType, } from "./models.js";
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAGL,kBAAkB,EAOlB,sBAAsB,EAKtB,iBAAiB,EAejB,wBAAwB,EAMxB,WAAW,EAEX,eAAe,GAGhB,MAAM,aAAa,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n Resource,\n SystemData,\n KnownCreatedByType,\n CreatedByType,\n ProxyResource,\n StandbyContainerGroupPoolRuntimeViewResource,\n StandbyContainerGroupPoolRuntimeViewResourceProperties,\n ContainerGroupInstanceCountSummary,\n PoolResourceStateCount,\n KnownProvisioningState,\n TrackedResource,\n StandbyContainerGroupPoolResource,\n StandbyContainerGroupPoolResourceProperties,\n StandbyContainerGroupPoolElasticityProfile,\n KnownRefillPolicy,\n RefillPolicy,\n ContainerGroupProperties,\n ContainerGroupProfile,\n Subnet,\n StandbyContainerGroupPoolResourceUpdate,\n StandbyContainerGroupPoolResourceUpdateProperties,\n StandbyVirtualMachinePoolRuntimeViewResource,\n StandbyVirtualMachinePoolRuntimeViewResourceProperties,\n VirtualMachineInstanceCountSummary,\n StandbyVirtualMachineResource,\n StandbyVirtualMachineResourceProperties,\n StandbyVirtualMachinePoolResource,\n StandbyVirtualMachinePoolResourceProperties,\n StandbyVirtualMachinePoolElasticityProfile,\n KnownVirtualMachineState,\n VirtualMachineState,\n StandbyVirtualMachinePoolResourceUpdate,\n StandbyVirtualMachinePoolResourceUpdateProperties,\n Operation,\n OperationDisplay,\n KnownOrigin,\n Origin,\n KnownActionType,\n ActionType,\n ProvisioningState,\n} from \"./models.js\";\nexport {\n OperationsListOptionalParams,\n StandbyVirtualMachinePoolsGetOptionalParams,\n StandbyVirtualMachinePoolsCreateOrUpdateOptionalParams,\n StandbyVirtualMachinePoolsDeleteOptionalParams,\n StandbyVirtualMachinePoolsUpdateOptionalParams,\n StandbyVirtualMachinePoolsListByResourceGroupOptionalParams,\n StandbyVirtualMachinePoolsListBySubscriptionOptionalParams,\n StandbyVirtualMachinesGetOptionalParams,\n StandbyVirtualMachinesListByStandbyVirtualMachinePoolResourceOptionalParams,\n StandbyVirtualMachinePoolRuntimeViewsGetOptionalParams,\n StandbyVirtualMachinePoolRuntimeViewsListByStandbyPoolOptionalParams,\n StandbyContainerGroupPoolsGetOptionalParams,\n StandbyContainerGroupPoolsCreateOrUpdateOptionalParams,\n StandbyContainerGroupPoolsDeleteOptionalParams,\n StandbyContainerGroupPoolsUpdateOptionalParams,\n StandbyContainerGroupPoolsListByResourceGroupOptionalParams,\n StandbyContainerGroupPoolsListBySubscriptionOptionalParams,\n StandbyContainerGroupPoolRuntimeViewsGetOptionalParams,\n StandbyContainerGroupPoolRuntimeViewsListByStandbyPoolOptionalParams,\n} from \"./options.js\";\n"]}
@@ -0,0 +1,381 @@
1
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
2
+ export interface Resource {
3
+ /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
4
+ readonly id?: string;
5
+ /** The name of the resource */
6
+ readonly name?: string;
7
+ /** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
8
+ readonly type?: string;
9
+ /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
10
+ readonly systemData?: SystemData;
11
+ }
12
+ export declare function resourceSerializer(item: Resource): any;
13
+ /** Metadata pertaining to creation and last modification of the resource. */
14
+ export interface SystemData {
15
+ /** The identity that created the resource. */
16
+ createdBy?: string;
17
+ /** The type of identity that created the resource. */
18
+ createdByType?: CreatedByType;
19
+ /** The timestamp of resource creation (UTC). */
20
+ createdAt?: Date;
21
+ /** The identity that last modified the resource. */
22
+ lastModifiedBy?: string;
23
+ /** The type of identity that last modified the resource. */
24
+ lastModifiedByType?: CreatedByType;
25
+ /** The timestamp of resource last modification (UTC) */
26
+ lastModifiedAt?: Date;
27
+ }
28
+ /** Known values of {@link CreatedByType} that the service accepts. */
29
+ export declare enum KnownCreatedByType {
30
+ /** User */
31
+ User = "User",
32
+ /** Application */
33
+ Application = "Application",
34
+ /** ManagedIdentity */
35
+ ManagedIdentity = "ManagedIdentity",
36
+ /** Key */
37
+ Key = "Key"
38
+ }
39
+ /**
40
+ * The kind of entity that created the resource. \
41
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
42
+ * this enum contains the known values that the service supports.
43
+ * ### Known values supported by the service
44
+ * **User** \
45
+ * **Application** \
46
+ * **ManagedIdentity** \
47
+ * **Key**
48
+ */
49
+ export type CreatedByType = string;
50
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
51
+ export interface ProxyResource extends Resource {
52
+ }
53
+ /** Contains information about a standby container group pool as last known by the StandbyPool resource provider. */
54
+ export interface StandbyContainerGroupPoolRuntimeViewResource extends ProxyResource {
55
+ /** The resource-specific properties for this resource. */
56
+ properties?: StandbyContainerGroupPoolRuntimeViewResourceProperties;
57
+ }
58
+ /** Contains information about a standby pool as last known by the StandbyPool resource provider. */
59
+ export interface StandbyContainerGroupPoolRuntimeViewResourceProperties {
60
+ /** A list containing the counts of container groups in each possible state, as known by the StandbyPool resource provider. */
61
+ readonly instanceCountSummary: ContainerGroupInstanceCountSummary[];
62
+ /** Displays the provisioning state of the standby pool */
63
+ readonly provisioningState?: ProvisioningState;
64
+ }
65
+ /** Displays the counts of container groups in each state, as known by the StandbyPool resource provider. */
66
+ export interface ContainerGroupInstanceCountSummary {
67
+ /** The count of pooled resources in each state. */
68
+ instanceCountsByState: PoolResourceStateCount[];
69
+ }
70
+ /** Displays the counts of pooled resources in each state, as known by the StandbyPool resource provider. */
71
+ export interface PoolResourceStateCount {
72
+ /** The state that the pooled resources count is for. */
73
+ state: string;
74
+ /** The count of pooled resources in the given state. */
75
+ count: number;
76
+ }
77
+ /** The response of a StandbyContainerGroupPoolRuntimeViewResource list operation. */
78
+ export interface _StandbyContainerGroupPoolRuntimeViewResourceListResult {
79
+ /** The StandbyContainerGroupPoolRuntimeViewResource items on this page */
80
+ value: StandbyContainerGroupPoolRuntimeViewResource[];
81
+ /** The link to the next page of items */
82
+ nextLink?: string;
83
+ }
84
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
85
+ export interface TrackedResource extends Resource {
86
+ /** Resource tags. */
87
+ tags?: Record<string, string>;
88
+ /** The geo-location where the resource lives */
89
+ location: string;
90
+ }
91
+ export declare function trackedResourceSerializer(item: TrackedResource): Record<string, unknown>;
92
+ /** A StandbyContainerGroupPoolResource. */
93
+ export interface StandbyContainerGroupPoolResource extends TrackedResource {
94
+ /** The resource-specific properties for this resource. */
95
+ properties?: StandbyContainerGroupPoolResourceProperties;
96
+ }
97
+ export declare function standbyContainerGroupPoolResourceSerializer(item: StandbyContainerGroupPoolResource): Record<string, unknown>;
98
+ /** Details of the StandbyContainerGroupPool. */
99
+ export interface StandbyContainerGroupPoolResourceProperties {
100
+ /** Specifies elasticity profile of standby container group pools. */
101
+ elasticityProfile: StandbyContainerGroupPoolElasticityProfile;
102
+ /** Specifies container group properties of standby container group pools. */
103
+ containerGroupProperties: ContainerGroupProperties;
104
+ /** The status of the last operation. */
105
+ readonly provisioningState?: ProvisioningState;
106
+ }
107
+ export declare function standbyContainerGroupPoolResourcePropertiesSerializer(item: StandbyContainerGroupPoolResourceProperties): Record<string, unknown>;
108
+ /** Specifies the elasticity profile of the standby container group pools. */
109
+ export interface StandbyContainerGroupPoolElasticityProfile {
110
+ /** Specifies maximum number of standby container groups in the standby pool. */
111
+ maxReadyCapacity: number;
112
+ /** Specifies refill policy of the pool. */
113
+ refillPolicy?: RefillPolicy;
114
+ }
115
+ export declare function standbyContainerGroupPoolElasticityProfileSerializer(item: StandbyContainerGroupPoolElasticityProfile): Record<string, unknown>;
116
+ /** Known values of {@link RefillPolicy} that the service accepts. */
117
+ export declare enum KnownRefillPolicy {
118
+ /** always */
119
+ Always = "always"
120
+ }
121
+ /**
122
+ * Refill policy of standby pool \
123
+ * {@link KnownRefillPolicy} can be used interchangeably with RefillPolicy,
124
+ * this enum contains the known values that the service supports.
125
+ * ### Known values supported by the service
126
+ * **always**
127
+ */
128
+ export type RefillPolicy = string;
129
+ /** Details of the ContainerGroupProperties. */
130
+ export interface ContainerGroupProperties {
131
+ /** Specifies container group profile of standby container groups. */
132
+ containerGroupProfile: ContainerGroupProfile;
133
+ /** Specifies subnet Ids for container group. */
134
+ subnetIds?: Subnet[];
135
+ }
136
+ export declare function containerGroupPropertiesSerializer(item: ContainerGroupProperties): Record<string, unknown>;
137
+ /** Details of the ContainerGroupProfile. */
138
+ export interface ContainerGroupProfile {
139
+ /** Specifies container group profile id of standby container groups. */
140
+ id: string;
141
+ /** Specifies revision of container group profile. */
142
+ revision?: number;
143
+ }
144
+ export declare function containerGroupProfileSerializer(item: ContainerGroupProfile): Record<string, unknown>;
145
+ /** Subnet of container group */
146
+ export interface Subnet {
147
+ /** Specifies ARM resource id of the subnet. */
148
+ id: string;
149
+ }
150
+ export declare function subnetSerializer(item: Subnet): Record<string, unknown>;
151
+ /** The type used for update operations of the StandbyContainerGroupPoolResource. */
152
+ export interface StandbyContainerGroupPoolResourceUpdate {
153
+ /** Resource tags. */
154
+ tags?: Record<string, string>;
155
+ /** The resource-specific properties for this resource. */
156
+ properties?: StandbyContainerGroupPoolResourceUpdateProperties;
157
+ }
158
+ export declare function standbyContainerGroupPoolResourceUpdateSerializer(item: StandbyContainerGroupPoolResourceUpdate): Record<string, unknown>;
159
+ /** The updatable properties of the StandbyContainerGroupPoolResource. */
160
+ export interface StandbyContainerGroupPoolResourceUpdateProperties {
161
+ /** Specifies elasticity profile of standby container group pools. */
162
+ elasticityProfile?: StandbyContainerGroupPoolElasticityProfile;
163
+ /** Specifies container group properties of standby container group pools. */
164
+ containerGroupProperties?: ContainerGroupProperties;
165
+ }
166
+ export declare function standbyContainerGroupPoolResourceUpdatePropertiesSerializer(item: StandbyContainerGroupPoolResourceUpdateProperties): Record<string, unknown>;
167
+ /** The response of a StandbyContainerGroupPoolResource list operation. */
168
+ export interface _StandbyContainerGroupPoolResourceListResult {
169
+ /** The StandbyContainerGroupPoolResource items on this page */
170
+ value: StandbyContainerGroupPoolResource[];
171
+ /** The link to the next page of items */
172
+ nextLink?: string;
173
+ }
174
+ /** Contains information about a standby virtual machine pool as last known by the StandbyPool resource provider. */
175
+ export interface StandbyVirtualMachinePoolRuntimeViewResource extends ProxyResource {
176
+ /** The resource-specific properties for this resource. */
177
+ properties?: StandbyVirtualMachinePoolRuntimeViewResourceProperties;
178
+ }
179
+ /** Contains information about a standby pool as last known by the StandbyPool resource provider. */
180
+ export interface StandbyVirtualMachinePoolRuntimeViewResourceProperties {
181
+ /**
182
+ * A list containing the counts of virtual machines in each possible power state for each zone if enabled, as known by the StandbyPool resource provider.
183
+ * If zones are not enabled on the attached VMSS, the list will contain a single entry with null zone values.
184
+ * Note: any updates to pool resources outside of StandbyPoolRP (i.e deleting a VM through portal) are not reflected here.
185
+ * Note: any resources in the Running state may still be installing extensions / not fully provisioned.
186
+ */
187
+ readonly instanceCountSummary: VirtualMachineInstanceCountSummary[];
188
+ /** Displays the provisioning state of the standby pool */
189
+ readonly provisioningState?: ProvisioningState;
190
+ }
191
+ /**
192
+ * Contains the counts of VMs in each power state in a given zone, fault domain, as known by the StandbyPool resource provider.
193
+ * Note: any updates to pool resources outside of StandbyPoolRP (i.e deleting a VM through portal) are not reflected here.
194
+ * Note: any resources in the Running state may still be installing extensions / not fully provisioned.
195
+ */
196
+ export interface VirtualMachineInstanceCountSummary {
197
+ /** The zone that the provided counts are in. This is null if zones are not enabled on the attached VMSS. */
198
+ zone?: number;
199
+ /** The count of pooled resources in each state for the given zone. */
200
+ instanceCountsByState: PoolResourceStateCount[];
201
+ }
202
+ /** The response of a StandbyVirtualMachinePoolRuntimeViewResource list operation. */
203
+ export interface _StandbyVirtualMachinePoolRuntimeViewResourceListResult {
204
+ /** The StandbyVirtualMachinePoolRuntimeViewResource items on this page */
205
+ value: StandbyVirtualMachinePoolRuntimeViewResource[];
206
+ /** The link to the next page of items */
207
+ nextLink?: string;
208
+ }
209
+ /** Concrete proxy resource types can be created by aliasing this type using a specific property type. */
210
+ export interface StandbyVirtualMachineResource extends ProxyResource {
211
+ /** The resource-specific properties for this resource. */
212
+ properties?: StandbyVirtualMachineResourceProperties;
213
+ }
214
+ /** Details of the StandbyVirtualMachine. */
215
+ export interface StandbyVirtualMachineResourceProperties {
216
+ /** Resource id of the virtual machine. */
217
+ virtualMachineResourceId: string;
218
+ /** The status of the last operation. */
219
+ readonly provisioningState?: ProvisioningState;
220
+ }
221
+ /** The response of a StandbyVirtualMachineResource list operation. */
222
+ export interface _StandbyVirtualMachineResourceListResult {
223
+ /** The StandbyVirtualMachineResource items on this page */
224
+ value: StandbyVirtualMachineResource[];
225
+ /** The link to the next page of items */
226
+ nextLink?: string;
227
+ }
228
+ /** A StandbyVirtualMachinePoolResource. */
229
+ export interface StandbyVirtualMachinePoolResource extends TrackedResource {
230
+ /** The resource-specific properties for this resource. */
231
+ properties?: StandbyVirtualMachinePoolResourceProperties;
232
+ }
233
+ export declare function standbyVirtualMachinePoolResourceSerializer(item: StandbyVirtualMachinePoolResource): Record<string, unknown>;
234
+ /** Details of the StandbyVirtualMachinePool. */
235
+ export interface StandbyVirtualMachinePoolResourceProperties {
236
+ /** Specifies the elasticity profile of the standby virtual machine pools. */
237
+ elasticityProfile?: StandbyVirtualMachinePoolElasticityProfile;
238
+ /** Specifies the desired state of virtual machines in the pool. */
239
+ virtualMachineState: VirtualMachineState;
240
+ /** Specifies the fully qualified resource ID of a virtual machine scale set the pool is attached to. */
241
+ attachedVirtualMachineScaleSetId?: string;
242
+ /** The status of the last operation. */
243
+ readonly provisioningState?: ProvisioningState;
244
+ }
245
+ export declare function standbyVirtualMachinePoolResourcePropertiesSerializer(item: StandbyVirtualMachinePoolResourceProperties): Record<string, unknown>;
246
+ /** Details of the elasticity profile. */
247
+ export interface StandbyVirtualMachinePoolElasticityProfile {
248
+ /** Specifies the maximum number of virtual machines in the standby virtual machine pool. */
249
+ maxReadyCapacity: number;
250
+ /** Specifies the desired minimum number of virtual machines in the standby virtual machine pool. MinReadyCapacity cannot exceed MaxReadyCapacity. */
251
+ minReadyCapacity?: number;
252
+ }
253
+ export declare function standbyVirtualMachinePoolElasticityProfileSerializer(item: StandbyVirtualMachinePoolElasticityProfile): Record<string, unknown>;
254
+ /** Known values of {@link VirtualMachineState} that the service accepts. */
255
+ export declare enum KnownVirtualMachineState {
256
+ /** Running */
257
+ Running = "Running",
258
+ /** Deallocated */
259
+ Deallocated = "Deallocated"
260
+ }
261
+ /**
262
+ * State of standby virtual machines \
263
+ * {@link KnownVirtualMachineState} can be used interchangeably with VirtualMachineState,
264
+ * this enum contains the known values that the service supports.
265
+ * ### Known values supported by the service
266
+ * **Running** \
267
+ * **Deallocated**
268
+ */
269
+ export type VirtualMachineState = string;
270
+ /** The type used for update operations of the StandbyVirtualMachinePoolResource. */
271
+ export interface StandbyVirtualMachinePoolResourceUpdate {
272
+ /** Resource tags. */
273
+ tags?: Record<string, string>;
274
+ /** The resource-specific properties for this resource. */
275
+ properties?: StandbyVirtualMachinePoolResourceUpdateProperties;
276
+ }
277
+ export declare function standbyVirtualMachinePoolResourceUpdateSerializer(item: StandbyVirtualMachinePoolResourceUpdate): Record<string, unknown>;
278
+ /** The updatable properties of the StandbyVirtualMachinePoolResource. */
279
+ export interface StandbyVirtualMachinePoolResourceUpdateProperties {
280
+ /** Specifies the elasticity profile of the standby virtual machine pools. */
281
+ elasticityProfile?: StandbyVirtualMachinePoolElasticityProfile;
282
+ /** Specifies the desired state of virtual machines in the pool. */
283
+ virtualMachineState?: VirtualMachineState;
284
+ /** Specifies the fully qualified resource ID of a virtual machine scale set the pool is attached to. */
285
+ attachedVirtualMachineScaleSetId?: string;
286
+ }
287
+ export declare function standbyVirtualMachinePoolResourceUpdatePropertiesSerializer(item: StandbyVirtualMachinePoolResourceUpdateProperties): Record<string, unknown>;
288
+ /** The response of a StandbyVirtualMachinePoolResource list operation. */
289
+ export interface _StandbyVirtualMachinePoolResourceListResult {
290
+ /** The StandbyVirtualMachinePoolResource items on this page */
291
+ value: StandbyVirtualMachinePoolResource[];
292
+ /** The link to the next page of items */
293
+ nextLink?: string;
294
+ }
295
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
296
+ export interface _OperationListResult {
297
+ /** The Operation items on this page */
298
+ value: Operation[];
299
+ /** The link to the next page of items */
300
+ nextLink?: string;
301
+ }
302
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
303
+ export interface Operation {
304
+ /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
305
+ readonly name?: string;
306
+ /** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
307
+ readonly isDataAction?: boolean;
308
+ /** Localized display information for this particular operation. */
309
+ readonly display?: OperationDisplay;
310
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
311
+ readonly origin?: Origin;
312
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
313
+ actionType?: ActionType;
314
+ }
315
+ /** Localized display information for and operation. */
316
+ export interface OperationDisplay {
317
+ /** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
318
+ readonly provider?: string;
319
+ /** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
320
+ readonly resource?: string;
321
+ /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
322
+ readonly operation?: string;
323
+ /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
324
+ readonly description?: string;
325
+ }
326
+ /** Known values of {@link Origin} that the service accepts. */
327
+ export declare enum KnownOrigin {
328
+ /** user */
329
+ User = "user",
330
+ /** system */
331
+ System = "system",
332
+ /** user,system */
333
+ UserSystem = "user,system"
334
+ }
335
+ /**
336
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
337
+ * {@link KnownOrigin} can be used interchangeably with Origin,
338
+ * this enum contains the known values that the service supports.
339
+ * ### Known values supported by the service
340
+ * **user** \
341
+ * **system** \
342
+ * **user,system**
343
+ */
344
+ export type Origin = string;
345
+ /** Known values of {@link ActionType} that the service accepts. */
346
+ export declare enum KnownActionType {
347
+ /** Internal */
348
+ Internal = "Internal"
349
+ }
350
+ /**
351
+ * Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
352
+ * {@link KnownActionType} can be used interchangeably with ActionType,
353
+ * this enum contains the known values that the service supports.
354
+ * ### Known values supported by the service
355
+ * **Internal**
356
+ */
357
+ export type ActionType = string;
358
+ /** Known values of {@link ProvisioningState} that the service accepts. */
359
+ export declare enum KnownProvisioningState {
360
+ /** Succeeded */
361
+ Succeeded = "Succeeded",
362
+ /** Failed */
363
+ Failed = "Failed",
364
+ /** Canceled */
365
+ Canceled = "Canceled",
366
+ /** Deleting */
367
+ Deleting = "Deleting"
368
+ }
369
+ /**
370
+ * The provisioning state of a resource type. \
371
+ * {@link KnownProvisioningState} can be used interchangeably with ResourceProvisioningState,
372
+ * this enum contains the known values that the service supports.
373
+ * ### Known values supported by the service
374
+ * **Succeeded** \
375
+ * **Failed** \
376
+ * **Canceled** \
377
+ * **Deleting**
378
+ */
379
+ /** Alias for ProvisioningState */
380
+ export type ProvisioningState = string;
381
+ //# sourceMappingURL=models.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,164 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ import { serializeRecord } from "../helpers/serializerHelpers.js";
4
+ export function resourceSerializer(item) {
5
+ return item;
6
+ }
7
+ /** Known values of {@link CreatedByType} that the service accepts. */
8
+ export var KnownCreatedByType;
9
+ (function (KnownCreatedByType) {
10
+ /** User */
11
+ KnownCreatedByType["User"] = "User";
12
+ /** Application */
13
+ KnownCreatedByType["Application"] = "Application";
14
+ /** ManagedIdentity */
15
+ KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
16
+ /** Key */
17
+ KnownCreatedByType["Key"] = "Key";
18
+ })(KnownCreatedByType || (KnownCreatedByType = {}));
19
+ export function trackedResourceSerializer(item) {
20
+ return {
21
+ tags: !item.tags ? item.tags : serializeRecord(item.tags),
22
+ location: item["location"],
23
+ };
24
+ }
25
+ export function standbyContainerGroupPoolResourceSerializer(item) {
26
+ return {
27
+ tags: !item.tags ? item.tags : serializeRecord(item.tags),
28
+ location: item["location"],
29
+ properties: !item.properties
30
+ ? item.properties
31
+ : standbyContainerGroupPoolResourcePropertiesSerializer(item.properties),
32
+ };
33
+ }
34
+ export function standbyContainerGroupPoolResourcePropertiesSerializer(item) {
35
+ return {
36
+ elasticityProfile: standbyContainerGroupPoolElasticityProfileSerializer(item.elasticityProfile),
37
+ containerGroupProperties: containerGroupPropertiesSerializer(item.containerGroupProperties),
38
+ };
39
+ }
40
+ export function standbyContainerGroupPoolElasticityProfileSerializer(item) {
41
+ return {
42
+ maxReadyCapacity: item["maxReadyCapacity"],
43
+ refillPolicy: item["refillPolicy"],
44
+ };
45
+ }
46
+ /** Known values of {@link RefillPolicy} that the service accepts. */
47
+ export var KnownRefillPolicy;
48
+ (function (KnownRefillPolicy) {
49
+ /** always */
50
+ KnownRefillPolicy["Always"] = "always";
51
+ })(KnownRefillPolicy || (KnownRefillPolicy = {}));
52
+ export function containerGroupPropertiesSerializer(item) {
53
+ return {
54
+ containerGroupProfile: containerGroupProfileSerializer(item.containerGroupProfile),
55
+ subnetIds: item["subnetIds"] === undefined ? item["subnetIds"] : item["subnetIds"].map(subnetSerializer),
56
+ };
57
+ }
58
+ export function containerGroupProfileSerializer(item) {
59
+ return {
60
+ id: item["id"],
61
+ revision: item["revision"],
62
+ };
63
+ }
64
+ export function subnetSerializer(item) {
65
+ return {
66
+ id: item["id"],
67
+ };
68
+ }
69
+ export function standbyContainerGroupPoolResourceUpdateSerializer(item) {
70
+ return {
71
+ tags: !item.tags ? item.tags : serializeRecord(item.tags),
72
+ properties: !item.properties
73
+ ? item.properties
74
+ : standbyContainerGroupPoolResourceUpdatePropertiesSerializer(item.properties),
75
+ };
76
+ }
77
+ export function standbyContainerGroupPoolResourceUpdatePropertiesSerializer(item) {
78
+ return {
79
+ elasticityProfile: !item.elasticityProfile
80
+ ? item.elasticityProfile
81
+ : standbyContainerGroupPoolElasticityProfileSerializer(item.elasticityProfile),
82
+ containerGroupProperties: !item.containerGroupProperties
83
+ ? item.containerGroupProperties
84
+ : containerGroupPropertiesSerializer(item.containerGroupProperties),
85
+ };
86
+ }
87
+ export function standbyVirtualMachinePoolResourceSerializer(item) {
88
+ return {
89
+ tags: !item.tags ? item.tags : serializeRecord(item.tags),
90
+ location: item["location"],
91
+ properties: !item.properties
92
+ ? item.properties
93
+ : standbyVirtualMachinePoolResourcePropertiesSerializer(item.properties),
94
+ };
95
+ }
96
+ export function standbyVirtualMachinePoolResourcePropertiesSerializer(item) {
97
+ return {
98
+ elasticityProfile: !item.elasticityProfile
99
+ ? item.elasticityProfile
100
+ : standbyVirtualMachinePoolElasticityProfileSerializer(item.elasticityProfile),
101
+ virtualMachineState: item["virtualMachineState"],
102
+ attachedVirtualMachineScaleSetId: item["attachedVirtualMachineScaleSetId"],
103
+ };
104
+ }
105
+ export function standbyVirtualMachinePoolElasticityProfileSerializer(item) {
106
+ return {
107
+ maxReadyCapacity: item["maxReadyCapacity"],
108
+ minReadyCapacity: item["minReadyCapacity"],
109
+ };
110
+ }
111
+ /** Known values of {@link VirtualMachineState} that the service accepts. */
112
+ export var KnownVirtualMachineState;
113
+ (function (KnownVirtualMachineState) {
114
+ /** Running */
115
+ KnownVirtualMachineState["Running"] = "Running";
116
+ /** Deallocated */
117
+ KnownVirtualMachineState["Deallocated"] = "Deallocated";
118
+ })(KnownVirtualMachineState || (KnownVirtualMachineState = {}));
119
+ export function standbyVirtualMachinePoolResourceUpdateSerializer(item) {
120
+ return {
121
+ tags: !item.tags ? item.tags : serializeRecord(item.tags),
122
+ properties: !item.properties
123
+ ? item.properties
124
+ : standbyVirtualMachinePoolResourceUpdatePropertiesSerializer(item.properties),
125
+ };
126
+ }
127
+ export function standbyVirtualMachinePoolResourceUpdatePropertiesSerializer(item) {
128
+ return {
129
+ elasticityProfile: !item.elasticityProfile
130
+ ? item.elasticityProfile
131
+ : standbyVirtualMachinePoolElasticityProfileSerializer(item.elasticityProfile),
132
+ virtualMachineState: item["virtualMachineState"],
133
+ attachedVirtualMachineScaleSetId: item["attachedVirtualMachineScaleSetId"],
134
+ };
135
+ }
136
+ /** Known values of {@link Origin} that the service accepts. */
137
+ export var KnownOrigin;
138
+ (function (KnownOrigin) {
139
+ /** user */
140
+ KnownOrigin["User"] = "user";
141
+ /** system */
142
+ KnownOrigin["System"] = "system";
143
+ /** user,system */
144
+ KnownOrigin["UserSystem"] = "user,system";
145
+ })(KnownOrigin || (KnownOrigin = {}));
146
+ /** Known values of {@link ActionType} that the service accepts. */
147
+ export var KnownActionType;
148
+ (function (KnownActionType) {
149
+ /** Internal */
150
+ KnownActionType["Internal"] = "Internal";
151
+ })(KnownActionType || (KnownActionType = {}));
152
+ /** Known values of {@link ProvisioningState} that the service accepts. */
153
+ export var KnownProvisioningState;
154
+ (function (KnownProvisioningState) {
155
+ /** Succeeded */
156
+ KnownProvisioningState["Succeeded"] = "Succeeded";
157
+ /** Failed */
158
+ KnownProvisioningState["Failed"] = "Failed";
159
+ /** Canceled */
160
+ KnownProvisioningState["Canceled"] = "Canceled";
161
+ /** Deleting */
162
+ KnownProvisioningState["Deleting"] = "Deleting";
163
+ })(KnownProvisioningState || (KnownProvisioningState = {}));
164
+ //# sourceMappingURL=models.js.map