@azure/arm-standbypool 1.0.0-beta.1 → 1.0.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 (565) hide show
  1. package/CHANGELOG.md +10 -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 +34 -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 +37 -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/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
  206. package/dist/esm/api/index.d.ts +8 -0
  207. package/dist/esm/api/index.d.ts.map +1 -0
  208. package/dist/esm/api/index.js +10 -0
  209. package/dist/esm/api/index.js.map +1 -0
  210. package/dist/esm/api/operations/index.d.ts +10 -0
  211. package/dist/esm/api/operations/index.d.ts.map +1 -0
  212. package/dist/esm/api/operations/index.js +40 -0
  213. package/dist/esm/api/operations/index.js.map +1 -0
  214. package/dist/esm/api/standbyContainerGroupPoolRuntimeViews/index.d.ts +14 -0
  215. package/dist/esm/api/standbyContainerGroupPoolRuntimeViews/index.d.ts.map +1 -0
  216. package/dist/esm/api/standbyContainerGroupPoolRuntimeViews/index.js +113 -0
  217. package/dist/esm/api/standbyContainerGroupPoolRuntimeViews/index.js.map +1 -0
  218. package/dist/esm/api/standbyContainerGroupPools/index.d.ts +31 -0
  219. package/dist/esm/api/standbyContainerGroupPools/index.d.ts.map +1 -0
  220. package/dist/esm/api/standbyContainerGroupPools/index.js +362 -0
  221. package/dist/esm/api/standbyContainerGroupPools/index.js.map +1 -0
  222. package/dist/esm/api/standbyPoolManagementContext.d.ts +11 -0
  223. package/dist/esm/api/standbyPoolManagementContext.d.ts.map +1 -0
  224. package/dist/esm/api/standbyPoolManagementContext.js +34 -0
  225. package/dist/esm/api/standbyPoolManagementContext.js.map +1 -0
  226. package/dist/esm/api/standbyVirtualMachinePoolRuntimeViews/index.d.ts +14 -0
  227. package/dist/esm/api/standbyVirtualMachinePoolRuntimeViews/index.d.ts.map +1 -0
  228. package/dist/esm/api/standbyVirtualMachinePoolRuntimeViews/index.js +115 -0
  229. package/dist/esm/api/standbyVirtualMachinePoolRuntimeViews/index.js.map +1 -0
  230. package/dist/esm/api/standbyVirtualMachinePools/index.d.ts +31 -0
  231. package/dist/esm/api/standbyVirtualMachinePools/index.d.ts.map +1 -0
  232. package/dist/esm/api/standbyVirtualMachinePools/index.js +327 -0
  233. package/dist/esm/api/standbyVirtualMachinePools/index.js.map +1 -0
  234. package/dist/esm/api/standbyVirtualMachines/index.d.ts +14 -0
  235. package/dist/esm/api/standbyVirtualMachines/index.d.ts.map +1 -0
  236. package/dist/esm/api/standbyVirtualMachines/index.js +97 -0
  237. package/dist/esm/api/standbyVirtualMachines/index.js.map +1 -0
  238. package/dist/esm/classic/index.d.ts +7 -0
  239. package/dist/esm/classic/index.d.ts.map +1 -0
  240. package/dist/esm/classic/index.js +4 -0
  241. package/dist/esm/classic/index.js.map +1 -0
  242. package/dist/esm/classic/operations/index.d.ts +14 -0
  243. package/dist/esm/classic/operations/index.d.ts.map +1 -0
  244. package/dist/esm/classic/operations/index.js +12 -0
  245. package/dist/esm/classic/operations/index.js.map +1 -0
  246. package/dist/esm/classic/standbyContainerGroupPoolRuntimeViews/index.d.ts +17 -0
  247. package/dist/esm/classic/standbyContainerGroupPoolRuntimeViews/index.d.ts.map +1 -0
  248. package/dist/esm/classic/standbyContainerGroupPoolRuntimeViews/index.js +13 -0
  249. package/dist/esm/classic/standbyContainerGroupPoolRuntimeViews/index.js.map +1 -0
  250. package/dist/esm/classic/standbyContainerGroupPools/index.d.ts +30 -0
  251. package/dist/esm/classic/standbyContainerGroupPools/index.d.ts.map +1 -0
  252. package/dist/esm/classic/standbyContainerGroupPools/index.js +17 -0
  253. package/dist/esm/classic/standbyContainerGroupPools/index.js.map +1 -0
  254. package/dist/esm/classic/standbyVirtualMachinePoolRuntimeViews/index.d.ts +17 -0
  255. package/dist/esm/classic/standbyVirtualMachinePoolRuntimeViews/index.d.ts.map +1 -0
  256. package/dist/esm/classic/standbyVirtualMachinePoolRuntimeViews/index.js +13 -0
  257. package/dist/esm/classic/standbyVirtualMachinePoolRuntimeViews/index.js.map +1 -0
  258. package/dist/esm/classic/standbyVirtualMachinePools/index.d.ts +30 -0
  259. package/dist/esm/classic/standbyVirtualMachinePools/index.d.ts.map +1 -0
  260. package/dist/esm/classic/standbyVirtualMachinePools/index.js +17 -0
  261. package/dist/esm/classic/standbyVirtualMachinePools/index.js.map +1 -0
  262. package/dist/esm/classic/standbyVirtualMachines/index.d.ts +17 -0
  263. package/dist/esm/classic/standbyVirtualMachines/index.d.ts.map +1 -0
  264. package/dist/esm/classic/standbyVirtualMachines/index.js +13 -0
  265. package/dist/esm/classic/standbyVirtualMachines/index.js.map +1 -0
  266. package/dist/esm/helpers/serializerHelpers.d.ts +3 -0
  267. package/dist/esm/helpers/serializerHelpers.d.ts.map +1 -0
  268. package/dist/esm/helpers/serializerHelpers.js +24 -0
  269. package/dist/esm/helpers/serializerHelpers.js.map +1 -0
  270. package/dist/esm/index.d.ts +7 -0
  271. package/dist/esm/index.d.ts.map +1 -0
  272. package/dist/esm/index.js +6 -0
  273. package/dist/esm/index.js.map +1 -0
  274. package/dist/esm/logger.d.ts +2 -0
  275. package/dist/esm/logger.d.ts.map +1 -0
  276. package/dist/esm/logger.js +5 -0
  277. package/dist/esm/logger.js.map +1 -0
  278. package/dist/esm/models/index.d.ts +3 -0
  279. package/dist/esm/models/index.d.ts.map +1 -0
  280. package/dist/esm/models/index.js +4 -0
  281. package/dist/esm/models/index.js.map +1 -0
  282. package/dist/esm/models/models.d.ts +381 -0
  283. package/dist/esm/models/models.d.ts.map +1 -0
  284. package/dist/esm/models/models.js +164 -0
  285. package/dist/esm/models/models.js.map +1 -0
  286. package/dist/esm/models/options.d.ts +67 -0
  287. package/dist/esm/models/options.d.ts.map +1 -0
  288. package/dist/esm/models/options.js +4 -0
  289. package/dist/esm/models/options.js.map +1 -0
  290. package/dist/esm/package.json +3 -0
  291. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  292. package/dist/esm/restorePollerHelpers.d.ts.map +1 -0
  293. package/dist/esm/restorePollerHelpers.js +106 -0
  294. package/dist/esm/restorePollerHelpers.js.map +1 -0
  295. package/dist/esm/standbyPoolManagementClient.d.ts +29 -0
  296. package/dist/esm/standbyPoolManagementClient.d.ts.map +1 -0
  297. package/dist/esm/standbyPoolManagementClient.js +27 -0
  298. package/dist/esm/standbyPoolManagementClient.js.map +1 -0
  299. package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
  300. package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -0
  301. package/dist/esm/static-helpers/pagingHelpers.js +139 -0
  302. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  303. package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
  304. package/dist/esm/static-helpers/pollingHelpers.d.ts.map +1 -0
  305. package/dist/esm/static-helpers/pollingHelpers.js +78 -0
  306. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  307. package/dist/react-native/api/index.d.ts +8 -0
  308. package/dist/react-native/api/index.d.ts.map +1 -0
  309. package/dist/react-native/api/index.js +10 -0
  310. package/dist/react-native/api/index.js.map +1 -0
  311. package/dist/react-native/api/operations/index.d.ts +10 -0
  312. package/dist/react-native/api/operations/index.d.ts.map +1 -0
  313. package/dist/react-native/api/operations/index.js +40 -0
  314. package/dist/react-native/api/operations/index.js.map +1 -0
  315. package/dist/react-native/api/standbyContainerGroupPoolRuntimeViews/index.d.ts +14 -0
  316. package/dist/react-native/api/standbyContainerGroupPoolRuntimeViews/index.d.ts.map +1 -0
  317. package/dist/react-native/api/standbyContainerGroupPoolRuntimeViews/index.js +113 -0
  318. package/dist/react-native/api/standbyContainerGroupPoolRuntimeViews/index.js.map +1 -0
  319. package/dist/react-native/api/standbyContainerGroupPools/index.d.ts +31 -0
  320. package/dist/react-native/api/standbyContainerGroupPools/index.d.ts.map +1 -0
  321. package/dist/react-native/api/standbyContainerGroupPools/index.js +362 -0
  322. package/dist/react-native/api/standbyContainerGroupPools/index.js.map +1 -0
  323. package/dist/react-native/api/standbyPoolManagementContext.d.ts +11 -0
  324. package/dist/react-native/api/standbyPoolManagementContext.d.ts.map +1 -0
  325. package/dist/react-native/api/standbyPoolManagementContext.js +34 -0
  326. package/dist/react-native/api/standbyPoolManagementContext.js.map +1 -0
  327. package/dist/react-native/api/standbyVirtualMachinePoolRuntimeViews/index.d.ts +14 -0
  328. package/dist/react-native/api/standbyVirtualMachinePoolRuntimeViews/index.d.ts.map +1 -0
  329. package/dist/react-native/api/standbyVirtualMachinePoolRuntimeViews/index.js +115 -0
  330. package/dist/react-native/api/standbyVirtualMachinePoolRuntimeViews/index.js.map +1 -0
  331. package/dist/react-native/api/standbyVirtualMachinePools/index.d.ts +31 -0
  332. package/dist/react-native/api/standbyVirtualMachinePools/index.d.ts.map +1 -0
  333. package/dist/react-native/api/standbyVirtualMachinePools/index.js +327 -0
  334. package/dist/react-native/api/standbyVirtualMachinePools/index.js.map +1 -0
  335. package/dist/react-native/api/standbyVirtualMachines/index.d.ts +14 -0
  336. package/dist/react-native/api/standbyVirtualMachines/index.d.ts.map +1 -0
  337. package/dist/react-native/api/standbyVirtualMachines/index.js +97 -0
  338. package/dist/react-native/api/standbyVirtualMachines/index.js.map +1 -0
  339. package/dist/react-native/classic/index.d.ts +7 -0
  340. package/dist/react-native/classic/index.d.ts.map +1 -0
  341. package/dist/react-native/classic/index.js +4 -0
  342. package/dist/react-native/classic/index.js.map +1 -0
  343. package/dist/react-native/classic/operations/index.d.ts +14 -0
  344. package/dist/react-native/classic/operations/index.d.ts.map +1 -0
  345. package/dist/react-native/classic/operations/index.js +12 -0
  346. package/dist/react-native/classic/operations/index.js.map +1 -0
  347. package/dist/react-native/classic/standbyContainerGroupPoolRuntimeViews/index.d.ts +17 -0
  348. package/dist/react-native/classic/standbyContainerGroupPoolRuntimeViews/index.d.ts.map +1 -0
  349. package/dist/react-native/classic/standbyContainerGroupPoolRuntimeViews/index.js +13 -0
  350. package/dist/react-native/classic/standbyContainerGroupPoolRuntimeViews/index.js.map +1 -0
  351. package/dist/react-native/classic/standbyContainerGroupPools/index.d.ts +30 -0
  352. package/dist/react-native/classic/standbyContainerGroupPools/index.d.ts.map +1 -0
  353. package/dist/react-native/classic/standbyContainerGroupPools/index.js +17 -0
  354. package/dist/react-native/classic/standbyContainerGroupPools/index.js.map +1 -0
  355. package/dist/react-native/classic/standbyVirtualMachinePoolRuntimeViews/index.d.ts +17 -0
  356. package/dist/react-native/classic/standbyVirtualMachinePoolRuntimeViews/index.d.ts.map +1 -0
  357. package/dist/react-native/classic/standbyVirtualMachinePoolRuntimeViews/index.js +13 -0
  358. package/dist/react-native/classic/standbyVirtualMachinePoolRuntimeViews/index.js.map +1 -0
  359. package/dist/react-native/classic/standbyVirtualMachinePools/index.d.ts +30 -0
  360. package/dist/react-native/classic/standbyVirtualMachinePools/index.d.ts.map +1 -0
  361. package/dist/react-native/classic/standbyVirtualMachinePools/index.js +17 -0
  362. package/dist/react-native/classic/standbyVirtualMachinePools/index.js.map +1 -0
  363. package/dist/react-native/classic/standbyVirtualMachines/index.d.ts +17 -0
  364. package/dist/react-native/classic/standbyVirtualMachines/index.d.ts.map +1 -0
  365. package/dist/react-native/classic/standbyVirtualMachines/index.js +13 -0
  366. package/dist/react-native/classic/standbyVirtualMachines/index.js.map +1 -0
  367. package/dist/react-native/helpers/serializerHelpers.d.ts +3 -0
  368. package/dist/react-native/helpers/serializerHelpers.d.ts.map +1 -0
  369. package/dist/react-native/helpers/serializerHelpers.js +24 -0
  370. package/dist/react-native/helpers/serializerHelpers.js.map +1 -0
  371. package/dist/react-native/index.d.ts +7 -0
  372. package/dist/react-native/index.d.ts.map +1 -0
  373. package/dist/react-native/index.js +6 -0
  374. package/dist/react-native/index.js.map +1 -0
  375. package/dist/react-native/logger.d.ts +2 -0
  376. package/dist/react-native/logger.d.ts.map +1 -0
  377. package/dist/react-native/logger.js +5 -0
  378. package/dist/react-native/logger.js.map +1 -0
  379. package/dist/react-native/models/index.d.ts +3 -0
  380. package/dist/react-native/models/index.d.ts.map +1 -0
  381. package/dist/react-native/models/index.js +4 -0
  382. package/dist/react-native/models/index.js.map +1 -0
  383. package/dist/react-native/models/models.d.ts +381 -0
  384. package/dist/react-native/models/models.d.ts.map +1 -0
  385. package/dist/react-native/models/models.js +164 -0
  386. package/dist/react-native/models/models.js.map +1 -0
  387. package/dist/react-native/models/options.d.ts +67 -0
  388. package/dist/react-native/models/options.d.ts.map +1 -0
  389. package/dist/react-native/models/options.js +4 -0
  390. package/dist/react-native/models/options.js.map +1 -0
  391. package/dist/react-native/package.json +3 -0
  392. package/dist/react-native/restorePollerHelpers.d.ts +21 -0
  393. package/dist/react-native/restorePollerHelpers.d.ts.map +1 -0
  394. package/dist/react-native/restorePollerHelpers.js +106 -0
  395. package/dist/react-native/restorePollerHelpers.js.map +1 -0
  396. package/dist/react-native/standbyPoolManagementClient.d.ts +29 -0
  397. package/dist/react-native/standbyPoolManagementClient.d.ts.map +1 -0
  398. package/dist/react-native/standbyPoolManagementClient.js +27 -0
  399. package/dist/react-native/standbyPoolManagementClient.js.map +1 -0
  400. package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
  401. package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -0
  402. package/dist/react-native/static-helpers/pagingHelpers.js +139 -0
  403. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
  404. package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
  405. package/dist/react-native/static-helpers/pollingHelpers.d.ts.map +1 -0
  406. package/dist/react-native/static-helpers/pollingHelpers.js +78 -0
  407. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
  408. package/package.json +126 -85
  409. package/review/arm-standbypool-models.api.md +322 -0
  410. package/review/arm-standbypool.api.md +120 -224
  411. package/dist/index.js +0 -2605
  412. package/dist/index.js.map +0 -1
  413. package/dist/index.min.js +0 -1
  414. package/dist/index.min.js.map +0 -1
  415. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  416. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  417. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  418. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  419. package/dist-esm/samples-dev/standbyContainerGroupPoolsCreateOrUpdateSample.d.ts +0 -2
  420. package/dist-esm/samples-dev/standbyContainerGroupPoolsCreateOrUpdateSample.d.ts.map +0 -1
  421. package/dist-esm/samples-dev/standbyContainerGroupPoolsCreateOrUpdateSample.js +0 -57
  422. package/dist-esm/samples-dev/standbyContainerGroupPoolsCreateOrUpdateSample.js.map +0 -1
  423. package/dist-esm/samples-dev/standbyContainerGroupPoolsDeleteSample.d.ts +0 -2
  424. package/dist-esm/samples-dev/standbyContainerGroupPoolsDeleteSample.d.ts.map +0 -1
  425. package/dist-esm/samples-dev/standbyContainerGroupPoolsDeleteSample.js +0 -39
  426. package/dist-esm/samples-dev/standbyContainerGroupPoolsDeleteSample.js.map +0 -1
  427. package/dist-esm/samples-dev/standbyContainerGroupPoolsGetSample.d.ts +0 -2
  428. package/dist-esm/samples-dev/standbyContainerGroupPoolsGetSample.d.ts.map +0 -1
  429. package/dist-esm/samples-dev/standbyContainerGroupPoolsGetSample.js +0 -39
  430. package/dist-esm/samples-dev/standbyContainerGroupPoolsGetSample.js.map +0 -1
  431. package/dist-esm/samples-dev/standbyContainerGroupPoolsListByResourceGroupSample.d.ts +0 -2
  432. package/dist-esm/samples-dev/standbyContainerGroupPoolsListByResourceGroupSample.d.ts.map +0 -1
  433. package/dist-esm/samples-dev/standbyContainerGroupPoolsListByResourceGroupSample.js +0 -54
  434. package/dist-esm/samples-dev/standbyContainerGroupPoolsListByResourceGroupSample.js.map +0 -1
  435. package/dist-esm/samples-dev/standbyContainerGroupPoolsListBySubscriptionSample.d.ts +0 -2
  436. package/dist-esm/samples-dev/standbyContainerGroupPoolsListBySubscriptionSample.d.ts.map +0 -1
  437. package/dist-esm/samples-dev/standbyContainerGroupPoolsListBySubscriptionSample.js +0 -53
  438. package/dist-esm/samples-dev/standbyContainerGroupPoolsListBySubscriptionSample.js.map +0 -1
  439. package/dist-esm/samples-dev/standbyContainerGroupPoolsUpdateSample.d.ts +0 -2
  440. package/dist-esm/samples-dev/standbyContainerGroupPoolsUpdateSample.d.ts.map +0 -1
  441. package/dist-esm/samples-dev/standbyContainerGroupPoolsUpdateSample.js +0 -56
  442. package/dist-esm/samples-dev/standbyContainerGroupPoolsUpdateSample.js.map +0 -1
  443. package/dist-esm/samples-dev/standbyVirtualMachinePoolsCreateOrUpdateSample.d.ts +0 -2
  444. package/dist-esm/samples-dev/standbyVirtualMachinePoolsCreateOrUpdateSample.d.ts.map +0 -1
  445. package/dist-esm/samples-dev/standbyVirtualMachinePoolsCreateOrUpdateSample.js +0 -48
  446. package/dist-esm/samples-dev/standbyVirtualMachinePoolsCreateOrUpdateSample.js.map +0 -1
  447. package/dist-esm/samples-dev/standbyVirtualMachinePoolsDeleteSample.d.ts +0 -2
  448. package/dist-esm/samples-dev/standbyVirtualMachinePoolsDeleteSample.d.ts.map +0 -1
  449. package/dist-esm/samples-dev/standbyVirtualMachinePoolsDeleteSample.js +0 -39
  450. package/dist-esm/samples-dev/standbyVirtualMachinePoolsDeleteSample.js.map +0 -1
  451. package/dist-esm/samples-dev/standbyVirtualMachinePoolsGetSample.d.ts +0 -2
  452. package/dist-esm/samples-dev/standbyVirtualMachinePoolsGetSample.d.ts.map +0 -1
  453. package/dist-esm/samples-dev/standbyVirtualMachinePoolsGetSample.js +0 -39
  454. package/dist-esm/samples-dev/standbyVirtualMachinePoolsGetSample.js.map +0 -1
  455. package/dist-esm/samples-dev/standbyVirtualMachinePoolsListByResourceGroupSample.d.ts +0 -2
  456. package/dist-esm/samples-dev/standbyVirtualMachinePoolsListByResourceGroupSample.d.ts.map +0 -1
  457. package/dist-esm/samples-dev/standbyVirtualMachinePoolsListByResourceGroupSample.js +0 -54
  458. package/dist-esm/samples-dev/standbyVirtualMachinePoolsListByResourceGroupSample.js.map +0 -1
  459. package/dist-esm/samples-dev/standbyVirtualMachinePoolsListBySubscriptionSample.d.ts +0 -2
  460. package/dist-esm/samples-dev/standbyVirtualMachinePoolsListBySubscriptionSample.d.ts.map +0 -1
  461. package/dist-esm/samples-dev/standbyVirtualMachinePoolsListBySubscriptionSample.js +0 -53
  462. package/dist-esm/samples-dev/standbyVirtualMachinePoolsListBySubscriptionSample.js.map +0 -1
  463. package/dist-esm/samples-dev/standbyVirtualMachinePoolsUpdateSample.d.ts +0 -2
  464. package/dist-esm/samples-dev/standbyVirtualMachinePoolsUpdateSample.d.ts.map +0 -1
  465. package/dist-esm/samples-dev/standbyVirtualMachinePoolsUpdateSample.js +0 -47
  466. package/dist-esm/samples-dev/standbyVirtualMachinePoolsUpdateSample.js.map +0 -1
  467. package/dist-esm/samples-dev/standbyVirtualMachinesGetSample.d.ts +0 -2
  468. package/dist-esm/samples-dev/standbyVirtualMachinesGetSample.d.ts.map +0 -1
  469. package/dist-esm/samples-dev/standbyVirtualMachinesGetSample.js +0 -40
  470. package/dist-esm/samples-dev/standbyVirtualMachinesGetSample.js.map +0 -1
  471. package/dist-esm/samples-dev/standbyVirtualMachinesListByStandbyVirtualMachinePoolResourceSample.d.ts +0 -2
  472. package/dist-esm/samples-dev/standbyVirtualMachinesListByStandbyVirtualMachinePoolResourceSample.d.ts.map +0 -1
  473. package/dist-esm/samples-dev/standbyVirtualMachinesListByStandbyVirtualMachinePoolResourceSample.js +0 -55
  474. package/dist-esm/samples-dev/standbyVirtualMachinesListByStandbyVirtualMachinePoolResourceSample.js.map +0 -1
  475. package/dist-esm/src/index.d.ts +0 -6
  476. package/dist-esm/src/index.d.ts.map +0 -1
  477. package/dist-esm/src/index.js +0 -13
  478. package/dist-esm/src/index.js.map +0 -1
  479. package/dist-esm/src/lroImpl.d.ts +0 -11
  480. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  481. package/dist-esm/src/lroImpl.js +0 -21
  482. package/dist-esm/src/lroImpl.js.map +0 -1
  483. package/dist-esm/src/models/index.d.ts +0 -581
  484. package/dist-esm/src/models/index.d.ts.map +0 -1
  485. package/dist-esm/src/models/index.js +0 -62
  486. package/dist-esm/src/models/index.js.map +0 -1
  487. package/dist-esm/src/models/mappers.d.ts +0 -38
  488. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  489. package/dist-esm/src/models/mappers.js +0 -877
  490. package/dist-esm/src/models/mappers.js.map +0 -1
  491. package/dist-esm/src/models/parameters.d.ts +0 -16
  492. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  493. package/dist-esm/src/models/parameters.js +0 -143
  494. package/dist-esm/src/models/parameters.js.map +0 -1
  495. package/dist-esm/src/operations/index.d.ts +0 -5
  496. package/dist-esm/src/operations/index.d.ts.map +0 -1
  497. package/dist-esm/src/operations/index.js +0 -12
  498. package/dist-esm/src/operations/index.js.map +0 -1
  499. package/dist-esm/src/operations/operations.d.ts +0 -32
  500. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  501. package/dist-esm/src/operations/operations.js +0 -133
  502. package/dist-esm/src/operations/operations.js.map +0 -1
  503. package/dist-esm/src/operations/standbyContainerGroupPools.d.ts +0 -99
  504. package/dist-esm/src/operations/standbyContainerGroupPools.d.ts.map +0 -1
  505. package/dist-esm/src/operations/standbyContainerGroupPools.js +0 -502
  506. package/dist-esm/src/operations/standbyContainerGroupPools.js.map +0 -1
  507. package/dist-esm/src/operations/standbyVirtualMachinePools.d.ts +0 -99
  508. package/dist-esm/src/operations/standbyVirtualMachinePools.d.ts.map +0 -1
  509. package/dist-esm/src/operations/standbyVirtualMachinePools.js +0 -502
  510. package/dist-esm/src/operations/standbyVirtualMachinePools.js.map +0 -1
  511. package/dist-esm/src/operations/standbyVirtualMachines.d.ts +0 -47
  512. package/dist-esm/src/operations/standbyVirtualMachines.d.ts.map +0 -1
  513. package/dist-esm/src/operations/standbyVirtualMachines.js +0 -188
  514. package/dist-esm/src/operations/standbyVirtualMachines.js.map +0 -1
  515. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
  516. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  517. package/dist-esm/src/operationsInterfaces/index.js +0 -12
  518. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  519. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  520. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  521. package/dist-esm/src/operationsInterfaces/operations.js +0 -9
  522. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  523. package/dist-esm/src/operationsInterfaces/standbyContainerGroupPools.d.ts +0 -63
  524. package/dist-esm/src/operationsInterfaces/standbyContainerGroupPools.d.ts.map +0 -1
  525. package/dist-esm/src/operationsInterfaces/standbyContainerGroupPools.js +0 -9
  526. package/dist-esm/src/operationsInterfaces/standbyContainerGroupPools.js.map +0 -1
  527. package/dist-esm/src/operationsInterfaces/standbyVirtualMachinePools.d.ts +0 -63
  528. package/dist-esm/src/operationsInterfaces/standbyVirtualMachinePools.d.ts.map +0 -1
  529. package/dist-esm/src/operationsInterfaces/standbyVirtualMachinePools.js +0 -9
  530. package/dist-esm/src/operationsInterfaces/standbyVirtualMachinePools.js.map +0 -1
  531. package/dist-esm/src/operationsInterfaces/standbyVirtualMachines.d.ts +0 -21
  532. package/dist-esm/src/operationsInterfaces/standbyVirtualMachines.d.ts.map +0 -1
  533. package/dist-esm/src/operationsInterfaces/standbyVirtualMachines.js +0 -9
  534. package/dist-esm/src/operationsInterfaces/standbyVirtualMachines.js.map +0 -1
  535. package/dist-esm/src/pagingHelper.d.ts +0 -13
  536. package/dist-esm/src/pagingHelper.d.ts.map +0 -1
  537. package/dist-esm/src/pagingHelper.js +0 -32
  538. package/dist-esm/src/pagingHelper.js.map +0 -1
  539. package/dist-esm/src/standbyPoolManagementClient.d.ts +0 -23
  540. package/dist-esm/src/standbyPoolManagementClient.d.ts.map +0 -1
  541. package/dist-esm/src/standbyPoolManagementClient.js +0 -103
  542. package/dist-esm/src/standbyPoolManagementClient.js.map +0 -1
  543. package/dist-esm/test/standbypool_operations_test.spec.d.ts +0 -4
  544. package/dist-esm/test/standbypool_operations_test.spec.d.ts.map +0 -1
  545. package/dist-esm/test/standbypool_operations_test.spec.js +0 -73
  546. package/dist-esm/test/standbypool_operations_test.spec.js.map +0 -1
  547. package/src/index.ts +0 -13
  548. package/src/lroImpl.ts +0 -42
  549. package/src/models/index.ts +0 -695
  550. package/src/models/mappers.ts +0 -947
  551. package/src/models/parameters.ts +0 -167
  552. package/src/operations/index.ts +0 -12
  553. package/src/operations/operations.ts +0 -149
  554. package/src/operations/standbyContainerGroupPools.ts +0 -650
  555. package/src/operations/standbyVirtualMachinePools.ts +0 -650
  556. package/src/operations/standbyVirtualMachines.ts +0 -252
  557. package/src/operationsInterfaces/index.ts +0 -12
  558. package/src/operationsInterfaces/operations.ts +0 -22
  559. package/src/operationsInterfaces/standbyContainerGroupPools.ts +0 -127
  560. package/src/operationsInterfaces/standbyVirtualMachinePools.ts +0 -127
  561. package/src/operationsInterfaces/standbyVirtualMachines.ts +0 -44
  562. package/src/pagingHelper.ts +0 -39
  563. package/src/standbyPoolManagementClient.ts +0 -157
  564. package/tsconfig.json +0 -33
  565. package/types/arm-standbypool.d.ts +0 -853
@@ -1,853 +0,0 @@
1
- import * as coreAuth from '@azure/core-auth';
2
- import * as coreClient from '@azure/core-client';
3
- import { OperationState } from '@azure/core-lro';
4
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
5
- import { SimplePollerLike } from '@azure/core-lro';
6
-
7
- /**
8
- * Defines values for ActionType. \
9
- * {@link KnownActionType} can be used interchangeably with ActionType,
10
- * this enum contains the known values that the service supports.
11
- * ### Known values supported by the service
12
- * **Internal**
13
- */
14
- export declare type ActionType = string;
15
-
16
- /** Details of the ContainerGroupProfile. */
17
- export declare interface ContainerGroupProfile {
18
- /** Specifies container group profile id of standby container groups. */
19
- id: string;
20
- /** Specifies revision of container group profile. */
21
- revision?: number;
22
- }
23
-
24
- /** Details of the ContainerGroupProfile. */
25
- export declare interface ContainerGroupProfileUpdate {
26
- /** Specifies container group profile id of standby container groups. */
27
- id?: string;
28
- /** Specifies revision of container group profile. */
29
- revision?: number;
30
- }
31
-
32
- /** Details of the ContainerGroupProperties. */
33
- export declare interface ContainerGroupProperties {
34
- /** Specifies container group profile of standby container groups. */
35
- containerGroupProfile: ContainerGroupProfile;
36
- /** Specifies subnet Ids for container group. */
37
- subnetIds?: Subnet[];
38
- }
39
-
40
- /** Details of the ContainerGroupProperties. */
41
- export declare interface ContainerGroupPropertiesUpdate {
42
- /** Specifies container group profile of standby container groups. */
43
- containerGroupProfile?: ContainerGroupProfileUpdate;
44
- /** Specifies subnet Ids for container group. */
45
- subnetIds?: Subnet[];
46
- }
47
-
48
- /**
49
- * Defines values for CreatedByType. \
50
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
51
- * this enum contains the known values that the service supports.
52
- * ### Known values supported by the service
53
- * **User** \
54
- * **Application** \
55
- * **ManagedIdentity** \
56
- * **Key**
57
- */
58
- export declare type CreatedByType = string;
59
-
60
- /** The resource management error additional info. */
61
- export declare interface ErrorAdditionalInfo {
62
- /**
63
- * The additional info type.
64
- * NOTE: This property will not be serialized. It can only be populated by the server.
65
- */
66
- readonly type?: string;
67
- /**
68
- * The additional info.
69
- * NOTE: This property will not be serialized. It can only be populated by the server.
70
- */
71
- readonly info?: Record<string, unknown>;
72
- }
73
-
74
- /** The error detail. */
75
- export declare interface ErrorDetail {
76
- /**
77
- * The error code.
78
- * NOTE: This property will not be serialized. It can only be populated by the server.
79
- */
80
- readonly code?: string;
81
- /**
82
- * The error message.
83
- * NOTE: This property will not be serialized. It can only be populated by the server.
84
- */
85
- readonly message?: string;
86
- /**
87
- * The error target.
88
- * NOTE: This property will not be serialized. It can only be populated by the server.
89
- */
90
- readonly target?: string;
91
- /**
92
- * The error details.
93
- * NOTE: This property will not be serialized. It can only be populated by the server.
94
- */
95
- readonly details?: ErrorDetail[];
96
- /**
97
- * The error additional info.
98
- * NOTE: This property will not be serialized. It can only be populated by the server.
99
- */
100
- readonly additionalInfo?: ErrorAdditionalInfo[];
101
- }
102
-
103
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
104
- export declare interface ErrorResponse {
105
- /** The error object. */
106
- error?: ErrorDetail;
107
- }
108
-
109
- /**
110
- * Given the last `.value` produced by the `byPage` iterator,
111
- * returns a continuation token that can be used to begin paging from
112
- * that point later.
113
- * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
114
- * @returns The continuation token that can be passed into byPage() during future calls.
115
- */
116
- export declare function getContinuationToken(page: unknown): string | undefined;
117
-
118
- /** Known values of {@link ActionType} that the service accepts. */
119
- export declare enum KnownActionType {
120
- /** Internal */
121
- Internal = "Internal"
122
- }
123
-
124
- /** Known values of {@link CreatedByType} that the service accepts. */
125
- export declare enum KnownCreatedByType {
126
- /** User */
127
- User = "User",
128
- /** Application */
129
- Application = "Application",
130
- /** ManagedIdentity */
131
- ManagedIdentity = "ManagedIdentity",
132
- /** Key */
133
- Key = "Key"
134
- }
135
-
136
- /** Known values of {@link Origin} that the service accepts. */
137
- export declare enum KnownOrigin {
138
- /** User */
139
- User = "user",
140
- /** System */
141
- System = "system",
142
- /** UserSystem */
143
- UserSystem = "user,system"
144
- }
145
-
146
- /** Known values of {@link ProvisioningState} that the service accepts. */
147
- export declare enum KnownProvisioningState {
148
- /** Resource has been created. */
149
- Succeeded = "Succeeded",
150
- /** Resource creation failed. */
151
- Failed = "Failed",
152
- /** Resource creation was canceled. */
153
- Canceled = "Canceled",
154
- /** Resource is being deleted. */
155
- Deleting = "Deleting"
156
- }
157
-
158
- /** Known values of {@link RefillPolicy} that the service accepts. */
159
- export declare enum KnownRefillPolicy {
160
- /** A refill policy that standby pool is automatically refilled to maintain maxReadyCapacity. */
161
- Always = "always"
162
- }
163
-
164
- /** Known values of {@link VirtualMachineState} that the service accepts. */
165
- export declare enum KnownVirtualMachineState {
166
- /** The virtual machine is up and running. */
167
- Running = "Running",
168
- /** The virtual machine has released the lease on the underlying hardware and is powered off. */
169
- Deallocated = "Deallocated"
170
- }
171
-
172
- /** Details of a REST API operation, returned from the Resource Provider Operations API */
173
- export declare interface Operation {
174
- /**
175
- * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
176
- * NOTE: This property will not be serialized. It can only be populated by the server.
177
- */
178
- readonly name?: string;
179
- /**
180
- * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
181
- * NOTE: This property will not be serialized. It can only be populated by the server.
182
- */
183
- readonly isDataAction?: boolean;
184
- /** Localized display information for this particular operation. */
185
- display?: OperationDisplay;
186
- /**
187
- * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
188
- * NOTE: This property will not be serialized. It can only be populated by the server.
189
- */
190
- readonly origin?: Origin;
191
- /**
192
- * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
193
- * NOTE: This property will not be serialized. It can only be populated by the server.
194
- */
195
- readonly actionType?: ActionType;
196
- }
197
-
198
- /** Localized display information for this particular operation. */
199
- export declare interface OperationDisplay {
200
- /**
201
- * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
202
- * NOTE: This property will not be serialized. It can only be populated by the server.
203
- */
204
- readonly provider?: string;
205
- /**
206
- * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
207
- * NOTE: This property will not be serialized. It can only be populated by the server.
208
- */
209
- readonly resource?: string;
210
- /**
211
- * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
212
- * NOTE: This property will not be serialized. It can only be populated by the server.
213
- */
214
- readonly operation?: string;
215
- /**
216
- * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
217
- * NOTE: This property will not be serialized. It can only be populated by the server.
218
- */
219
- readonly description?: string;
220
- }
221
-
222
- /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
223
- export declare interface OperationListResult {
224
- /**
225
- * List of operations supported by the resource provider
226
- * NOTE: This property will not be serialized. It can only be populated by the server.
227
- */
228
- readonly value?: Operation[];
229
- /**
230
- * URL to get the next set of operation list results (if there are any).
231
- * NOTE: This property will not be serialized. It can only be populated by the server.
232
- */
233
- readonly nextLink?: string;
234
- }
235
-
236
- /** Interface representing a Operations. */
237
- export declare interface Operations {
238
- /**
239
- * List the operations for the provider
240
- * @param options The options parameters.
241
- */
242
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
243
- }
244
-
245
- /** Optional parameters. */
246
- export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
247
- }
248
-
249
- /** Contains response data for the listNext operation. */
250
- export declare type OperationsListNextResponse = OperationListResult;
251
-
252
- /** Optional parameters. */
253
- export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
254
- }
255
-
256
- /** Contains response data for the list operation. */
257
- export declare type OperationsListResponse = OperationListResult;
258
-
259
- /**
260
- * Defines values for Origin. \
261
- * {@link KnownOrigin} can be used interchangeably with Origin,
262
- * this enum contains the known values that the service supports.
263
- * ### Known values supported by the service
264
- * **user** \
265
- * **system** \
266
- * **user,system**
267
- */
268
- export declare type Origin = string;
269
-
270
- /**
271
- * Defines values for ProvisioningState. \
272
- * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
273
- * this enum contains the known values that the service supports.
274
- * ### Known values supported by the service
275
- * **Succeeded**: Resource has been created. \
276
- * **Failed**: Resource creation failed. \
277
- * **Canceled**: Resource creation was canceled. \
278
- * **Deleting**: Resource is being deleted.
279
- */
280
- export declare type ProvisioningState = string;
281
-
282
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
283
- export declare interface ProxyResource extends Resource {
284
- }
285
-
286
- /**
287
- * Defines values for RefillPolicy. \
288
- * {@link KnownRefillPolicy} can be used interchangeably with RefillPolicy,
289
- * this enum contains the known values that the service supports.
290
- * ### Known values supported by the service
291
- * **always**: A refill policy that standby pool is automatically refilled to maintain maxReadyCapacity.
292
- */
293
- export declare type RefillPolicy = string;
294
-
295
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
296
- export declare interface Resource {
297
- /**
298
- * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
299
- * NOTE: This property will not be serialized. It can only be populated by the server.
300
- */
301
- readonly id?: string;
302
- /**
303
- * The name of the resource
304
- * NOTE: This property will not be serialized. It can only be populated by the server.
305
- */
306
- readonly name?: string;
307
- /**
308
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
309
- * NOTE: This property will not be serialized. It can only be populated by the server.
310
- */
311
- readonly type?: string;
312
- /**
313
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
314
- * NOTE: This property will not be serialized. It can only be populated by the server.
315
- */
316
- readonly systemData?: SystemData;
317
- }
318
-
319
- /** Specifies the elasticity profile of the standby container group pools. */
320
- export declare interface StandbyContainerGroupPoolElasticityProfile {
321
- /** Specifies maximum number of standby container groups in the standby pool. */
322
- maxReadyCapacity: number;
323
- /** Specifies refill policy of the pool. */
324
- refillPolicy?: RefillPolicy;
325
- }
326
-
327
- /** Specifies the elasticity profile of the standby container group pools. */
328
- export declare interface StandbyContainerGroupPoolElasticityProfileUpdate {
329
- /** Specifies maximum number of standby container groups in the standby pool. */
330
- maxReadyCapacity?: number;
331
- /** Specifies refill policy of the pool. */
332
- refillPolicy?: RefillPolicy;
333
- }
334
-
335
- /** A StandbyContainerGroupPoolResource. */
336
- export declare interface StandbyContainerGroupPoolResource extends TrackedResource {
337
- /** The resource-specific properties for this resource. */
338
- properties?: StandbyContainerGroupPoolResourceProperties;
339
- }
340
-
341
- /** The response of a StandbyContainerGroupPoolResource list operation. */
342
- export declare interface StandbyContainerGroupPoolResourceListResult {
343
- /** The StandbyContainerGroupPoolResource items on this page */
344
- value: StandbyContainerGroupPoolResource[];
345
- /** The link to the next page of items */
346
- nextLink?: string;
347
- }
348
-
349
- /** Details of the StandbyContainerGroupPool. */
350
- export declare interface StandbyContainerGroupPoolResourceProperties {
351
- /** Specifies elasticity profile of standby container group pools. */
352
- elasticityProfile: StandbyContainerGroupPoolElasticityProfile;
353
- /** Specifies container group properties of standby container group pools. */
354
- containerGroupProperties: ContainerGroupProperties;
355
- /**
356
- * The status of the last operation.
357
- * NOTE: This property will not be serialized. It can only be populated by the server.
358
- */
359
- readonly provisioningState?: ProvisioningState;
360
- }
361
-
362
- /** The type used for update operations of the StandbyContainerGroupPoolResource. */
363
- export declare interface StandbyContainerGroupPoolResourceUpdate {
364
- /** Resource tags. */
365
- tags?: {
366
- [propertyName: string]: string;
367
- };
368
- /** The updatable properties of the StandbyContainerGroupPoolResource. */
369
- properties?: StandbyContainerGroupPoolResourceUpdateProperties;
370
- }
371
-
372
- /** The updatable properties of the StandbyContainerGroupPoolResource. */
373
- export declare interface StandbyContainerGroupPoolResourceUpdateProperties {
374
- /** Specifies elasticity profile of standby container group pools. */
375
- elasticityProfile?: StandbyContainerGroupPoolElasticityProfileUpdate;
376
- /** Specifies container group properties of standby container group pools. */
377
- containerGroupProperties?: ContainerGroupPropertiesUpdate;
378
- }
379
-
380
- /** Interface representing a StandbyContainerGroupPools. */
381
- export declare interface StandbyContainerGroupPools {
382
- /**
383
- * List StandbyContainerGroupPoolResource resources by subscription ID
384
- * @param options The options parameters.
385
- */
386
- listBySubscription(options?: StandbyContainerGroupPoolsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<StandbyContainerGroupPoolResource>;
387
- /**
388
- * List StandbyContainerGroupPoolResource resources by resource group
389
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
390
- * @param options The options parameters.
391
- */
392
- listByResourceGroup(resourceGroupName: string, options?: StandbyContainerGroupPoolsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<StandbyContainerGroupPoolResource>;
393
- /**
394
- * Get a StandbyContainerGroupPoolResource
395
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
396
- * @param standbyContainerGroupPoolName Name of the standby container group pool
397
- * @param options The options parameters.
398
- */
399
- get(resourceGroupName: string, standbyContainerGroupPoolName: string, options?: StandbyContainerGroupPoolsGetOptionalParams): Promise<StandbyContainerGroupPoolsGetResponse>;
400
- /**
401
- * Create a StandbyContainerGroupPoolResource
402
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
403
- * @param standbyContainerGroupPoolName Name of the standby container group pool
404
- * @param resource Resource create parameters.
405
- * @param options The options parameters.
406
- */
407
- beginCreateOrUpdate(resourceGroupName: string, standbyContainerGroupPoolName: string, resource: StandbyContainerGroupPoolResource, options?: StandbyContainerGroupPoolsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<StandbyContainerGroupPoolsCreateOrUpdateResponse>, StandbyContainerGroupPoolsCreateOrUpdateResponse>>;
408
- /**
409
- * Create a StandbyContainerGroupPoolResource
410
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
411
- * @param standbyContainerGroupPoolName Name of the standby container group pool
412
- * @param resource Resource create parameters.
413
- * @param options The options parameters.
414
- */
415
- beginCreateOrUpdateAndWait(resourceGroupName: string, standbyContainerGroupPoolName: string, resource: StandbyContainerGroupPoolResource, options?: StandbyContainerGroupPoolsCreateOrUpdateOptionalParams): Promise<StandbyContainerGroupPoolsCreateOrUpdateResponse>;
416
- /**
417
- * Update a StandbyContainerGroupPoolResource
418
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
419
- * @param standbyContainerGroupPoolName Name of the standby container group pool
420
- * @param properties The resource properties to be updated.
421
- * @param options The options parameters.
422
- */
423
- update(resourceGroupName: string, standbyContainerGroupPoolName: string, properties: StandbyContainerGroupPoolResourceUpdate, options?: StandbyContainerGroupPoolsUpdateOptionalParams): Promise<StandbyContainerGroupPoolsUpdateResponse>;
424
- /**
425
- * Delete a StandbyContainerGroupPoolResource
426
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
427
- * @param standbyContainerGroupPoolName Name of the standby container group pool
428
- * @param options The options parameters.
429
- */
430
- beginDelete(resourceGroupName: string, standbyContainerGroupPoolName: string, options?: StandbyContainerGroupPoolsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<StandbyContainerGroupPoolsDeleteResponse>, StandbyContainerGroupPoolsDeleteResponse>>;
431
- /**
432
- * Delete a StandbyContainerGroupPoolResource
433
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
434
- * @param standbyContainerGroupPoolName Name of the standby container group pool
435
- * @param options The options parameters.
436
- */
437
- beginDeleteAndWait(resourceGroupName: string, standbyContainerGroupPoolName: string, options?: StandbyContainerGroupPoolsDeleteOptionalParams): Promise<StandbyContainerGroupPoolsDeleteResponse>;
438
- }
439
-
440
- /** Defines headers for StandbyContainerGroupPools_createOrUpdate operation. */
441
- export declare interface StandbyContainerGroupPoolsCreateOrUpdateHeaders {
442
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
443
- retryAfter?: number;
444
- }
445
-
446
- /** Optional parameters. */
447
- export declare interface StandbyContainerGroupPoolsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
448
- /** Delay to wait until next poll, in milliseconds. */
449
- updateIntervalInMs?: number;
450
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
451
- resumeFrom?: string;
452
- }
453
-
454
- /** Contains response data for the createOrUpdate operation. */
455
- export declare type StandbyContainerGroupPoolsCreateOrUpdateResponse = StandbyContainerGroupPoolResource;
456
-
457
- /** Defines headers for StandbyContainerGroupPools_delete operation. */
458
- export declare interface StandbyContainerGroupPoolsDeleteHeaders {
459
- /** The Location header contains the URL where the status of the long running operation can be checked. */
460
- location?: string;
461
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
462
- retryAfter?: number;
463
- }
464
-
465
- /** Optional parameters. */
466
- export declare interface StandbyContainerGroupPoolsDeleteOptionalParams extends coreClient.OperationOptions {
467
- /** Delay to wait until next poll, in milliseconds. */
468
- updateIntervalInMs?: number;
469
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
470
- resumeFrom?: string;
471
- }
472
-
473
- /** Contains response data for the delete operation. */
474
- export declare type StandbyContainerGroupPoolsDeleteResponse = StandbyContainerGroupPoolsDeleteHeaders;
475
-
476
- /** Optional parameters. */
477
- export declare interface StandbyContainerGroupPoolsGetOptionalParams extends coreClient.OperationOptions {
478
- }
479
-
480
- /** Contains response data for the get operation. */
481
- export declare type StandbyContainerGroupPoolsGetResponse = StandbyContainerGroupPoolResource;
482
-
483
- /** Optional parameters. */
484
- export declare interface StandbyContainerGroupPoolsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
485
- }
486
-
487
- /** Contains response data for the listByResourceGroupNext operation. */
488
- export declare type StandbyContainerGroupPoolsListByResourceGroupNextResponse = StandbyContainerGroupPoolResourceListResult;
489
-
490
- /** Optional parameters. */
491
- export declare interface StandbyContainerGroupPoolsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
492
- }
493
-
494
- /** Contains response data for the listByResourceGroup operation. */
495
- export declare type StandbyContainerGroupPoolsListByResourceGroupResponse = StandbyContainerGroupPoolResourceListResult;
496
-
497
- /** Optional parameters. */
498
- export declare interface StandbyContainerGroupPoolsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
499
- }
500
-
501
- /** Contains response data for the listBySubscriptionNext operation. */
502
- export declare type StandbyContainerGroupPoolsListBySubscriptionNextResponse = StandbyContainerGroupPoolResourceListResult;
503
-
504
- /** Optional parameters. */
505
- export declare interface StandbyContainerGroupPoolsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
506
- }
507
-
508
- /** Contains response data for the listBySubscription operation. */
509
- export declare type StandbyContainerGroupPoolsListBySubscriptionResponse = StandbyContainerGroupPoolResourceListResult;
510
-
511
- /** Optional parameters. */
512
- export declare interface StandbyContainerGroupPoolsUpdateOptionalParams extends coreClient.OperationOptions {
513
- }
514
-
515
- /** Contains response data for the update operation. */
516
- export declare type StandbyContainerGroupPoolsUpdateResponse = StandbyContainerGroupPoolResource;
517
-
518
- export declare class StandbyPoolManagementClient extends coreClient.ServiceClient {
519
- $host: string;
520
- apiVersion: string;
521
- subscriptionId: string;
522
- /**
523
- * Initializes a new instance of the StandbyPoolManagementClient class.
524
- * @param credentials Subscription credentials which uniquely identify client subscription.
525
- * @param subscriptionId The ID of the target subscription. The value must be an UUID.
526
- * @param options The parameter options
527
- */
528
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: StandbyPoolManagementClientOptionalParams);
529
- /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
530
- private addCustomApiVersionPolicy;
531
- operations: Operations;
532
- standbyContainerGroupPools: StandbyContainerGroupPools;
533
- standbyVirtualMachinePools: StandbyVirtualMachinePools;
534
- standbyVirtualMachines: StandbyVirtualMachines;
535
- }
536
-
537
- /** Optional parameters. */
538
- export declare interface StandbyPoolManagementClientOptionalParams extends coreClient.ServiceClientOptions {
539
- /** server parameter */
540
- $host?: string;
541
- /** Api Version */
542
- apiVersion?: string;
543
- /** Overrides client endpoint. */
544
- endpoint?: string;
545
- }
546
-
547
- /** Details of the elasticity profile. */
548
- export declare interface StandbyVirtualMachinePoolElasticityProfile {
549
- /** Specifies the maximum number of virtual machines in the standby virtual machine pool. */
550
- maxReadyCapacity: number;
551
- }
552
-
553
- /** Details of the elasticity profile. */
554
- export declare interface StandbyVirtualMachinePoolElasticityProfileUpdate {
555
- /** Specifies the maximum number of virtual machines in the standby virtual machine pool. */
556
- maxReadyCapacity?: number;
557
- }
558
-
559
- /** A StandbyVirtualMachinePoolResource. */
560
- export declare interface StandbyVirtualMachinePoolResource extends TrackedResource {
561
- /** The resource-specific properties for this resource. */
562
- properties?: StandbyVirtualMachinePoolResourceProperties;
563
- }
564
-
565
- /** The response of a StandbyVirtualMachinePoolResource list operation. */
566
- export declare interface StandbyVirtualMachinePoolResourceListResult {
567
- /** The StandbyVirtualMachinePoolResource items on this page */
568
- value: StandbyVirtualMachinePoolResource[];
569
- /** The link to the next page of items */
570
- nextLink?: string;
571
- }
572
-
573
- /** Details of the StandbyVirtualMachinePool. */
574
- export declare interface StandbyVirtualMachinePoolResourceProperties {
575
- /** Specifies the elasticity profile of the standby virtual machine pools. */
576
- elasticityProfile?: StandbyVirtualMachinePoolElasticityProfile;
577
- /** Specifies the desired state of virtual machines in the pool. */
578
- virtualMachineState: VirtualMachineState;
579
- /** Specifies the fully qualified resource ID of a virtual machine scale set the pool is attached to. */
580
- attachedVirtualMachineScaleSetId?: string;
581
- /**
582
- * The status of the last operation.
583
- * NOTE: This property will not be serialized. It can only be populated by the server.
584
- */
585
- readonly provisioningState?: ProvisioningState;
586
- }
587
-
588
- /** The type used for update operations of the StandbyVirtualMachinePoolResource. */
589
- export declare interface StandbyVirtualMachinePoolResourceUpdate {
590
- /** Resource tags. */
591
- tags?: {
592
- [propertyName: string]: string;
593
- };
594
- /** The updatable properties of the StandbyVirtualMachinePoolResource. */
595
- properties?: StandbyVirtualMachinePoolResourceUpdateProperties;
596
- }
597
-
598
- /** The updatable properties of the StandbyVirtualMachinePoolResource. */
599
- export declare interface StandbyVirtualMachinePoolResourceUpdateProperties {
600
- /** Specifies the elasticity profile of the standby virtual machine pools. */
601
- elasticityProfile?: StandbyVirtualMachinePoolElasticityProfileUpdate;
602
- /** Specifies the desired state of virtual machines in the pool. */
603
- virtualMachineState?: VirtualMachineState;
604
- /** Specifies the fully qualified resource ID of a virtual machine scale set the pool is attached to. */
605
- attachedVirtualMachineScaleSetId?: string;
606
- }
607
-
608
- /** Interface representing a StandbyVirtualMachinePools. */
609
- export declare interface StandbyVirtualMachinePools {
610
- /**
611
- * List StandbyVirtualMachinePoolResource resources by subscription ID
612
- * @param options The options parameters.
613
- */
614
- listBySubscription(options?: StandbyVirtualMachinePoolsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<StandbyVirtualMachinePoolResource>;
615
- /**
616
- * List StandbyVirtualMachinePoolResource resources by resource group
617
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
618
- * @param options The options parameters.
619
- */
620
- listByResourceGroup(resourceGroupName: string, options?: StandbyVirtualMachinePoolsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<StandbyVirtualMachinePoolResource>;
621
- /**
622
- * Get a StandbyVirtualMachinePoolResource
623
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
624
- * @param standbyVirtualMachinePoolName Name of the standby virtual machine pool
625
- * @param options The options parameters.
626
- */
627
- get(resourceGroupName: string, standbyVirtualMachinePoolName: string, options?: StandbyVirtualMachinePoolsGetOptionalParams): Promise<StandbyVirtualMachinePoolsGetResponse>;
628
- /**
629
- * Create a StandbyVirtualMachinePoolResource
630
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
631
- * @param standbyVirtualMachinePoolName Name of the standby virtual machine pool
632
- * @param resource Resource create parameters.
633
- * @param options The options parameters.
634
- */
635
- beginCreateOrUpdate(resourceGroupName: string, standbyVirtualMachinePoolName: string, resource: StandbyVirtualMachinePoolResource, options?: StandbyVirtualMachinePoolsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<StandbyVirtualMachinePoolsCreateOrUpdateResponse>, StandbyVirtualMachinePoolsCreateOrUpdateResponse>>;
636
- /**
637
- * Create a StandbyVirtualMachinePoolResource
638
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
639
- * @param standbyVirtualMachinePoolName Name of the standby virtual machine pool
640
- * @param resource Resource create parameters.
641
- * @param options The options parameters.
642
- */
643
- beginCreateOrUpdateAndWait(resourceGroupName: string, standbyVirtualMachinePoolName: string, resource: StandbyVirtualMachinePoolResource, options?: StandbyVirtualMachinePoolsCreateOrUpdateOptionalParams): Promise<StandbyVirtualMachinePoolsCreateOrUpdateResponse>;
644
- /**
645
- * Update a StandbyVirtualMachinePoolResource
646
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
647
- * @param standbyVirtualMachinePoolName Name of the standby virtual machine pool
648
- * @param properties The resource properties to be updated.
649
- * @param options The options parameters.
650
- */
651
- update(resourceGroupName: string, standbyVirtualMachinePoolName: string, properties: StandbyVirtualMachinePoolResourceUpdate, options?: StandbyVirtualMachinePoolsUpdateOptionalParams): Promise<StandbyVirtualMachinePoolsUpdateResponse>;
652
- /**
653
- * Delete a StandbyVirtualMachinePoolResource
654
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
655
- * @param standbyVirtualMachinePoolName Name of the standby virtual machine pool
656
- * @param options The options parameters.
657
- */
658
- beginDelete(resourceGroupName: string, standbyVirtualMachinePoolName: string, options?: StandbyVirtualMachinePoolsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<StandbyVirtualMachinePoolsDeleteResponse>, StandbyVirtualMachinePoolsDeleteResponse>>;
659
- /**
660
- * Delete a StandbyVirtualMachinePoolResource
661
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
662
- * @param standbyVirtualMachinePoolName Name of the standby virtual machine pool
663
- * @param options The options parameters.
664
- */
665
- beginDeleteAndWait(resourceGroupName: string, standbyVirtualMachinePoolName: string, options?: StandbyVirtualMachinePoolsDeleteOptionalParams): Promise<StandbyVirtualMachinePoolsDeleteResponse>;
666
- }
667
-
668
- /** Defines headers for StandbyVirtualMachinePools_createOrUpdate operation. */
669
- export declare interface StandbyVirtualMachinePoolsCreateOrUpdateHeaders {
670
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
671
- retryAfter?: number;
672
- }
673
-
674
- /** Optional parameters. */
675
- export declare interface StandbyVirtualMachinePoolsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
676
- /** Delay to wait until next poll, in milliseconds. */
677
- updateIntervalInMs?: number;
678
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
679
- resumeFrom?: string;
680
- }
681
-
682
- /** Contains response data for the createOrUpdate operation. */
683
- export declare type StandbyVirtualMachinePoolsCreateOrUpdateResponse = StandbyVirtualMachinePoolResource;
684
-
685
- /** Defines headers for StandbyVirtualMachinePools_delete operation. */
686
- export declare interface StandbyVirtualMachinePoolsDeleteHeaders {
687
- /** The Location header contains the URL where the status of the long running operation can be checked. */
688
- location?: string;
689
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
690
- retryAfter?: number;
691
- }
692
-
693
- /** Optional parameters. */
694
- export declare interface StandbyVirtualMachinePoolsDeleteOptionalParams extends coreClient.OperationOptions {
695
- /** Delay to wait until next poll, in milliseconds. */
696
- updateIntervalInMs?: number;
697
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
698
- resumeFrom?: string;
699
- }
700
-
701
- /** Contains response data for the delete operation. */
702
- export declare type StandbyVirtualMachinePoolsDeleteResponse = StandbyVirtualMachinePoolsDeleteHeaders;
703
-
704
- /** Optional parameters. */
705
- export declare interface StandbyVirtualMachinePoolsGetOptionalParams extends coreClient.OperationOptions {
706
- }
707
-
708
- /** Contains response data for the get operation. */
709
- export declare type StandbyVirtualMachinePoolsGetResponse = StandbyVirtualMachinePoolResource;
710
-
711
- /** Optional parameters. */
712
- export declare interface StandbyVirtualMachinePoolsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
713
- }
714
-
715
- /** Contains response data for the listByResourceGroupNext operation. */
716
- export declare type StandbyVirtualMachinePoolsListByResourceGroupNextResponse = StandbyVirtualMachinePoolResourceListResult;
717
-
718
- /** Optional parameters. */
719
- export declare interface StandbyVirtualMachinePoolsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
720
- }
721
-
722
- /** Contains response data for the listByResourceGroup operation. */
723
- export declare type StandbyVirtualMachinePoolsListByResourceGroupResponse = StandbyVirtualMachinePoolResourceListResult;
724
-
725
- /** Optional parameters. */
726
- export declare interface StandbyVirtualMachinePoolsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
727
- }
728
-
729
- /** Contains response data for the listBySubscriptionNext operation. */
730
- export declare type StandbyVirtualMachinePoolsListBySubscriptionNextResponse = StandbyVirtualMachinePoolResourceListResult;
731
-
732
- /** Optional parameters. */
733
- export declare interface StandbyVirtualMachinePoolsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
734
- }
735
-
736
- /** Contains response data for the listBySubscription operation. */
737
- export declare type StandbyVirtualMachinePoolsListBySubscriptionResponse = StandbyVirtualMachinePoolResourceListResult;
738
-
739
- /** Optional parameters. */
740
- export declare interface StandbyVirtualMachinePoolsUpdateOptionalParams extends coreClient.OperationOptions {
741
- }
742
-
743
- /** Contains response data for the update operation. */
744
- export declare type StandbyVirtualMachinePoolsUpdateResponse = StandbyVirtualMachinePoolResource;
745
-
746
- /** Concrete proxy resource types can be created by aliasing this type using a specific property type. */
747
- export declare interface StandbyVirtualMachineResource extends ProxyResource {
748
- /** The resource-specific properties for this resource. */
749
- properties?: StandbyVirtualMachineResourceProperties;
750
- }
751
-
752
- /** The response of a StandbyVirtualMachineResource list operation. */
753
- export declare interface StandbyVirtualMachineResourceListResult {
754
- /** The StandbyVirtualMachineResource items on this page */
755
- value: StandbyVirtualMachineResource[];
756
- /** The link to the next page of items */
757
- nextLink?: string;
758
- }
759
-
760
- /** Details of the StandbyVirtualMachine. */
761
- export declare interface StandbyVirtualMachineResourceProperties {
762
- /** Resource id of the virtual machine. */
763
- virtualMachineResourceId: string;
764
- /**
765
- * The status of the last operation.
766
- * NOTE: This property will not be serialized. It can only be populated by the server.
767
- */
768
- readonly provisioningState?: ProvisioningState;
769
- }
770
-
771
- /** Interface representing a StandbyVirtualMachines. */
772
- export declare interface StandbyVirtualMachines {
773
- /**
774
- * List StandbyVirtualMachineResource resources by StandbyVirtualMachinePoolResource
775
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
776
- * @param standbyVirtualMachinePoolName Name of the standby virtual machine pool
777
- * @param options The options parameters.
778
- */
779
- listByStandbyVirtualMachinePoolResource(resourceGroupName: string, standbyVirtualMachinePoolName: string, options?: StandbyVirtualMachinesListByStandbyVirtualMachinePoolResourceOptionalParams): PagedAsyncIterableIterator<StandbyVirtualMachineResource>;
780
- /**
781
- * Get a StandbyVirtualMachineResource
782
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
783
- * @param standbyVirtualMachinePoolName Name of the standby virtual machine pool
784
- * @param standbyVirtualMachineName Name of the standby virtual machine
785
- * @param options The options parameters.
786
- */
787
- get(resourceGroupName: string, standbyVirtualMachinePoolName: string, standbyVirtualMachineName: string, options?: StandbyVirtualMachinesGetOptionalParams): Promise<StandbyVirtualMachinesGetResponse>;
788
- }
789
-
790
- /** Optional parameters. */
791
- export declare interface StandbyVirtualMachinesGetOptionalParams extends coreClient.OperationOptions {
792
- }
793
-
794
- /** Contains response data for the get operation. */
795
- export declare type StandbyVirtualMachinesGetResponse = StandbyVirtualMachineResource;
796
-
797
- /** Optional parameters. */
798
- export declare interface StandbyVirtualMachinesListByStandbyVirtualMachinePoolResourceNextOptionalParams extends coreClient.OperationOptions {
799
- }
800
-
801
- /** Contains response data for the listByStandbyVirtualMachinePoolResourceNext operation. */
802
- export declare type StandbyVirtualMachinesListByStandbyVirtualMachinePoolResourceNextResponse = StandbyVirtualMachineResourceListResult;
803
-
804
- /** Optional parameters. */
805
- export declare interface StandbyVirtualMachinesListByStandbyVirtualMachinePoolResourceOptionalParams extends coreClient.OperationOptions {
806
- }
807
-
808
- /** Contains response data for the listByStandbyVirtualMachinePoolResource operation. */
809
- export declare type StandbyVirtualMachinesListByStandbyVirtualMachinePoolResourceResponse = StandbyVirtualMachineResourceListResult;
810
-
811
- /** Subnet of container group */
812
- export declare interface Subnet {
813
- /** Specifies ARM resource id of the subnet. */
814
- id: string;
815
- }
816
-
817
- /** Metadata pertaining to creation and last modification of the resource. */
818
- export declare interface SystemData {
819
- /** The identity that created the resource. */
820
- createdBy?: string;
821
- /** The type of identity that created the resource. */
822
- createdByType?: CreatedByType;
823
- /** The timestamp of resource creation (UTC). */
824
- createdAt?: Date;
825
- /** The identity that last modified the resource. */
826
- lastModifiedBy?: string;
827
- /** The type of identity that last modified the resource. */
828
- lastModifiedByType?: CreatedByType;
829
- /** The timestamp of resource last modification (UTC) */
830
- lastModifiedAt?: Date;
831
- }
832
-
833
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
834
- export declare interface TrackedResource extends Resource {
835
- /** Resource tags. */
836
- tags?: {
837
- [propertyName: string]: string;
838
- };
839
- /** The geo-location where the resource lives */
840
- location: string;
841
- }
842
-
843
- /**
844
- * Defines values for VirtualMachineState. \
845
- * {@link KnownVirtualMachineState} can be used interchangeably with VirtualMachineState,
846
- * this enum contains the known values that the service supports.
847
- * ### Known values supported by the service
848
- * **Running**: The virtual machine is up and running. \
849
- * **Deallocated**: The virtual machine has released the lease on the underlying hardware and is powered off.
850
- */
851
- export declare type VirtualMachineState = string;
852
-
853
- export { }