@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,695 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import * as coreClient from "@azure/core-client";
10
-
11
- /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
12
- export interface OperationListResult {
13
- /**
14
- * List of operations supported by the resource provider
15
- * NOTE: This property will not be serialized. It can only be populated by the server.
16
- */
17
- readonly value?: Operation[];
18
- /**
19
- * URL to get the next set of operation list results (if there are any).
20
- * NOTE: This property will not be serialized. It can only be populated by the server.
21
- */
22
- readonly nextLink?: string;
23
- }
24
-
25
- /** Details of a REST API operation, returned from the Resource Provider Operations API */
26
- export interface Operation {
27
- /**
28
- * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
29
- * NOTE: This property will not be serialized. It can only be populated by the server.
30
- */
31
- readonly name?: string;
32
- /**
33
- * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
34
- * NOTE: This property will not be serialized. It can only be populated by the server.
35
- */
36
- readonly isDataAction?: boolean;
37
- /** Localized display information for this particular operation. */
38
- display?: OperationDisplay;
39
- /**
40
- * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
41
- * NOTE: This property will not be serialized. It can only be populated by the server.
42
- */
43
- readonly origin?: Origin;
44
- /**
45
- * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
46
- * NOTE: This property will not be serialized. It can only be populated by the server.
47
- */
48
- readonly actionType?: ActionType;
49
- }
50
-
51
- /** Localized display information for this particular operation. */
52
- export interface OperationDisplay {
53
- /**
54
- * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
55
- * NOTE: This property will not be serialized. It can only be populated by the server.
56
- */
57
- readonly provider?: string;
58
- /**
59
- * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
60
- * NOTE: This property will not be serialized. It can only be populated by the server.
61
- */
62
- readonly resource?: string;
63
- /**
64
- * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
65
- * NOTE: This property will not be serialized. It can only be populated by the server.
66
- */
67
- readonly operation?: string;
68
- /**
69
- * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
70
- * NOTE: This property will not be serialized. It can only be populated by the server.
71
- */
72
- readonly description?: string;
73
- }
74
-
75
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
76
- export interface ErrorResponse {
77
- /** The error object. */
78
- error?: ErrorDetail;
79
- }
80
-
81
- /** The error detail. */
82
- export interface ErrorDetail {
83
- /**
84
- * The error code.
85
- * NOTE: This property will not be serialized. It can only be populated by the server.
86
- */
87
- readonly code?: string;
88
- /**
89
- * The error message.
90
- * NOTE: This property will not be serialized. It can only be populated by the server.
91
- */
92
- readonly message?: string;
93
- /**
94
- * The error target.
95
- * NOTE: This property will not be serialized. It can only be populated by the server.
96
- */
97
- readonly target?: string;
98
- /**
99
- * The error details.
100
- * NOTE: This property will not be serialized. It can only be populated by the server.
101
- */
102
- readonly details?: ErrorDetail[];
103
- /**
104
- * The error additional info.
105
- * NOTE: This property will not be serialized. It can only be populated by the server.
106
- */
107
- readonly additionalInfo?: ErrorAdditionalInfo[];
108
- }
109
-
110
- /** The resource management error additional info. */
111
- export interface ErrorAdditionalInfo {
112
- /**
113
- * The additional info type.
114
- * NOTE: This property will not be serialized. It can only be populated by the server.
115
- */
116
- readonly type?: string;
117
- /**
118
- * The additional info.
119
- * NOTE: This property will not be serialized. It can only be populated by the server.
120
- */
121
- readonly info?: Record<string, unknown>;
122
- }
123
-
124
- /** The response of a StandbyContainerGroupPoolResource list operation. */
125
- export interface StandbyContainerGroupPoolResourceListResult {
126
- /** The StandbyContainerGroupPoolResource items on this page */
127
- value: StandbyContainerGroupPoolResource[];
128
- /** The link to the next page of items */
129
- nextLink?: string;
130
- }
131
-
132
- /** Details of the StandbyContainerGroupPool. */
133
- export interface StandbyContainerGroupPoolResourceProperties {
134
- /** Specifies elasticity profile of standby container group pools. */
135
- elasticityProfile: StandbyContainerGroupPoolElasticityProfile;
136
- /** Specifies container group properties of standby container group pools. */
137
- containerGroupProperties: ContainerGroupProperties;
138
- /**
139
- * The status of the last operation.
140
- * NOTE: This property will not be serialized. It can only be populated by the server.
141
- */
142
- readonly provisioningState?: ProvisioningState;
143
- }
144
-
145
- /** Specifies the elasticity profile of the standby container group pools. */
146
- export interface StandbyContainerGroupPoolElasticityProfile {
147
- /** Specifies maximum number of standby container groups in the standby pool. */
148
- maxReadyCapacity: number;
149
- /** Specifies refill policy of the pool. */
150
- refillPolicy?: RefillPolicy;
151
- }
152
-
153
- /** Details of the ContainerGroupProperties. */
154
- export interface ContainerGroupProperties {
155
- /** Specifies container group profile of standby container groups. */
156
- containerGroupProfile: ContainerGroupProfile;
157
- /** Specifies subnet Ids for container group. */
158
- subnetIds?: Subnet[];
159
- }
160
-
161
- /** Details of the ContainerGroupProfile. */
162
- export interface ContainerGroupProfile {
163
- /** Specifies container group profile id of standby container groups. */
164
- id: string;
165
- /** Specifies revision of container group profile. */
166
- revision?: number;
167
- }
168
-
169
- /** Subnet of container group */
170
- export interface Subnet {
171
- /** Specifies ARM resource id of the subnet. */
172
- id: string;
173
- }
174
-
175
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
176
- export interface Resource {
177
- /**
178
- * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
179
- * NOTE: This property will not be serialized. It can only be populated by the server.
180
- */
181
- readonly id?: string;
182
- /**
183
- * The name of the resource
184
- * NOTE: This property will not be serialized. It can only be populated by the server.
185
- */
186
- readonly name?: string;
187
- /**
188
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
189
- * NOTE: This property will not be serialized. It can only be populated by the server.
190
- */
191
- readonly type?: string;
192
- /**
193
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
194
- * NOTE: This property will not be serialized. It can only be populated by the server.
195
- */
196
- readonly systemData?: SystemData;
197
- }
198
-
199
- /** Metadata pertaining to creation and last modification of the resource. */
200
- export interface SystemData {
201
- /** The identity that created the resource. */
202
- createdBy?: string;
203
- /** The type of identity that created the resource. */
204
- createdByType?: CreatedByType;
205
- /** The timestamp of resource creation (UTC). */
206
- createdAt?: Date;
207
- /** The identity that last modified the resource. */
208
- lastModifiedBy?: string;
209
- /** The type of identity that last modified the resource. */
210
- lastModifiedByType?: CreatedByType;
211
- /** The timestamp of resource last modification (UTC) */
212
- lastModifiedAt?: Date;
213
- }
214
-
215
- /** The response of a StandbyVirtualMachinePoolResource list operation. */
216
- export interface StandbyVirtualMachinePoolResourceListResult {
217
- /** The StandbyVirtualMachinePoolResource items on this page */
218
- value: StandbyVirtualMachinePoolResource[];
219
- /** The link to the next page of items */
220
- nextLink?: string;
221
- }
222
-
223
- /** Details of the StandbyVirtualMachinePool. */
224
- export interface StandbyVirtualMachinePoolResourceProperties {
225
- /** Specifies the elasticity profile of the standby virtual machine pools. */
226
- elasticityProfile?: StandbyVirtualMachinePoolElasticityProfile;
227
- /** Specifies the desired state of virtual machines in the pool. */
228
- virtualMachineState: VirtualMachineState;
229
- /** Specifies the fully qualified resource ID of a virtual machine scale set the pool is attached to. */
230
- attachedVirtualMachineScaleSetId?: string;
231
- /**
232
- * The status of the last operation.
233
- * NOTE: This property will not be serialized. It can only be populated by the server.
234
- */
235
- readonly provisioningState?: ProvisioningState;
236
- }
237
-
238
- /** Details of the elasticity profile. */
239
- export interface StandbyVirtualMachinePoolElasticityProfile {
240
- /** Specifies the maximum number of virtual machines in the standby virtual machine pool. */
241
- maxReadyCapacity: number;
242
- }
243
-
244
- /** The type used for update operations of the StandbyContainerGroupPoolResource. */
245
- export interface StandbyContainerGroupPoolResourceUpdate {
246
- /** Resource tags. */
247
- tags?: { [propertyName: string]: string };
248
- /** The updatable properties of the StandbyContainerGroupPoolResource. */
249
- properties?: StandbyContainerGroupPoolResourceUpdateProperties;
250
- }
251
-
252
- /** The updatable properties of the StandbyContainerGroupPoolResource. */
253
- export interface StandbyContainerGroupPoolResourceUpdateProperties {
254
- /** Specifies elasticity profile of standby container group pools. */
255
- elasticityProfile?: StandbyContainerGroupPoolElasticityProfileUpdate;
256
- /** Specifies container group properties of standby container group pools. */
257
- containerGroupProperties?: ContainerGroupPropertiesUpdate;
258
- }
259
-
260
- /** Specifies the elasticity profile of the standby container group pools. */
261
- export interface StandbyContainerGroupPoolElasticityProfileUpdate {
262
- /** Specifies maximum number of standby container groups in the standby pool. */
263
- maxReadyCapacity?: number;
264
- /** Specifies refill policy of the pool. */
265
- refillPolicy?: RefillPolicy;
266
- }
267
-
268
- /** Details of the ContainerGroupProperties. */
269
- export interface ContainerGroupPropertiesUpdate {
270
- /** Specifies container group profile of standby container groups. */
271
- containerGroupProfile?: ContainerGroupProfileUpdate;
272
- /** Specifies subnet Ids for container group. */
273
- subnetIds?: Subnet[];
274
- }
275
-
276
- /** Details of the ContainerGroupProfile. */
277
- export interface ContainerGroupProfileUpdate {
278
- /** Specifies container group profile id of standby container groups. */
279
- id?: string;
280
- /** Specifies revision of container group profile. */
281
- revision?: number;
282
- }
283
-
284
- /** The type used for update operations of the StandbyVirtualMachinePoolResource. */
285
- export interface StandbyVirtualMachinePoolResourceUpdate {
286
- /** Resource tags. */
287
- tags?: { [propertyName: string]: string };
288
- /** The updatable properties of the StandbyVirtualMachinePoolResource. */
289
- properties?: StandbyVirtualMachinePoolResourceUpdateProperties;
290
- }
291
-
292
- /** The updatable properties of the StandbyVirtualMachinePoolResource. */
293
- export interface StandbyVirtualMachinePoolResourceUpdateProperties {
294
- /** Specifies the elasticity profile of the standby virtual machine pools. */
295
- elasticityProfile?: StandbyVirtualMachinePoolElasticityProfileUpdate;
296
- /** Specifies the desired state of virtual machines in the pool. */
297
- virtualMachineState?: VirtualMachineState;
298
- /** Specifies the fully qualified resource ID of a virtual machine scale set the pool is attached to. */
299
- attachedVirtualMachineScaleSetId?: string;
300
- }
301
-
302
- /** Details of the elasticity profile. */
303
- export interface StandbyVirtualMachinePoolElasticityProfileUpdate {
304
- /** Specifies the maximum number of virtual machines in the standby virtual machine pool. */
305
- maxReadyCapacity?: number;
306
- }
307
-
308
- /** The response of a StandbyVirtualMachineResource list operation. */
309
- export interface StandbyVirtualMachineResourceListResult {
310
- /** The StandbyVirtualMachineResource items on this page */
311
- value: StandbyVirtualMachineResource[];
312
- /** The link to the next page of items */
313
- nextLink?: string;
314
- }
315
-
316
- /** Details of the StandbyVirtualMachine. */
317
- export interface StandbyVirtualMachineResourceProperties {
318
- /** Resource id of the virtual machine. */
319
- virtualMachineResourceId: string;
320
- /**
321
- * The status of the last operation.
322
- * NOTE: This property will not be serialized. It can only be populated by the server.
323
- */
324
- readonly provisioningState?: ProvisioningState;
325
- }
326
-
327
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
328
- export interface TrackedResource extends Resource {
329
- /** Resource tags. */
330
- tags?: { [propertyName: string]: string };
331
- /** The geo-location where the resource lives */
332
- location: string;
333
- }
334
-
335
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
336
- export interface ProxyResource extends Resource {}
337
-
338
- /** A StandbyContainerGroupPoolResource. */
339
- export interface StandbyContainerGroupPoolResource extends TrackedResource {
340
- /** The resource-specific properties for this resource. */
341
- properties?: StandbyContainerGroupPoolResourceProperties;
342
- }
343
-
344
- /** A StandbyVirtualMachinePoolResource. */
345
- export interface StandbyVirtualMachinePoolResource extends TrackedResource {
346
- /** The resource-specific properties for this resource. */
347
- properties?: StandbyVirtualMachinePoolResourceProperties;
348
- }
349
-
350
- /** Concrete proxy resource types can be created by aliasing this type using a specific property type. */
351
- export interface StandbyVirtualMachineResource extends ProxyResource {
352
- /** The resource-specific properties for this resource. */
353
- properties?: StandbyVirtualMachineResourceProperties;
354
- }
355
-
356
- /** Defines headers for StandbyContainerGroupPools_createOrUpdate operation. */
357
- export interface StandbyContainerGroupPoolsCreateOrUpdateHeaders {
358
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
359
- retryAfter?: number;
360
- }
361
-
362
- /** Defines headers for StandbyContainerGroupPools_delete operation. */
363
- export interface StandbyContainerGroupPoolsDeleteHeaders {
364
- /** The Location header contains the URL where the status of the long running operation can be checked. */
365
- location?: string;
366
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
367
- retryAfter?: number;
368
- }
369
-
370
- /** Defines headers for StandbyVirtualMachinePools_createOrUpdate operation. */
371
- export interface StandbyVirtualMachinePoolsCreateOrUpdateHeaders {
372
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
373
- retryAfter?: number;
374
- }
375
-
376
- /** Defines headers for StandbyVirtualMachinePools_delete operation. */
377
- export interface StandbyVirtualMachinePoolsDeleteHeaders {
378
- /** The Location header contains the URL where the status of the long running operation can be checked. */
379
- location?: string;
380
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
381
- retryAfter?: number;
382
- }
383
-
384
- /** Known values of {@link Origin} that the service accepts. */
385
- export enum KnownOrigin {
386
- /** User */
387
- User = "user",
388
- /** System */
389
- System = "system",
390
- /** UserSystem */
391
- UserSystem = "user,system",
392
- }
393
-
394
- /**
395
- * Defines values for Origin. \
396
- * {@link KnownOrigin} can be used interchangeably with Origin,
397
- * this enum contains the known values that the service supports.
398
- * ### Known values supported by the service
399
- * **user** \
400
- * **system** \
401
- * **user,system**
402
- */
403
- export type Origin = string;
404
-
405
- /** Known values of {@link ActionType} that the service accepts. */
406
- export enum KnownActionType {
407
- /** Internal */
408
- Internal = "Internal",
409
- }
410
-
411
- /**
412
- * Defines values for ActionType. \
413
- * {@link KnownActionType} can be used interchangeably with ActionType,
414
- * this enum contains the known values that the service supports.
415
- * ### Known values supported by the service
416
- * **Internal**
417
- */
418
- export type ActionType = string;
419
-
420
- /** Known values of {@link RefillPolicy} that the service accepts. */
421
- export enum KnownRefillPolicy {
422
- /** A refill policy that standby pool is automatically refilled to maintain maxReadyCapacity. */
423
- Always = "always",
424
- }
425
-
426
- /**
427
- * Defines values for RefillPolicy. \
428
- * {@link KnownRefillPolicy} can be used interchangeably with RefillPolicy,
429
- * this enum contains the known values that the service supports.
430
- * ### Known values supported by the service
431
- * **always**: A refill policy that standby pool is automatically refilled to maintain maxReadyCapacity.
432
- */
433
- export type RefillPolicy = string;
434
-
435
- /** Known values of {@link ProvisioningState} that the service accepts. */
436
- export enum KnownProvisioningState {
437
- /** Resource has been created. */
438
- Succeeded = "Succeeded",
439
- /** Resource creation failed. */
440
- Failed = "Failed",
441
- /** Resource creation was canceled. */
442
- Canceled = "Canceled",
443
- /** Resource is being deleted. */
444
- Deleting = "Deleting",
445
- }
446
-
447
- /**
448
- * Defines values for ProvisioningState. \
449
- * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
450
- * this enum contains the known values that the service supports.
451
- * ### Known values supported by the service
452
- * **Succeeded**: Resource has been created. \
453
- * **Failed**: Resource creation failed. \
454
- * **Canceled**: Resource creation was canceled. \
455
- * **Deleting**: Resource is being deleted.
456
- */
457
- export type ProvisioningState = string;
458
-
459
- /** Known values of {@link CreatedByType} that the service accepts. */
460
- export enum KnownCreatedByType {
461
- /** User */
462
- User = "User",
463
- /** Application */
464
- Application = "Application",
465
- /** ManagedIdentity */
466
- ManagedIdentity = "ManagedIdentity",
467
- /** Key */
468
- Key = "Key",
469
- }
470
-
471
- /**
472
- * Defines values for CreatedByType. \
473
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
474
- * this enum contains the known values that the service supports.
475
- * ### Known values supported by the service
476
- * **User** \
477
- * **Application** \
478
- * **ManagedIdentity** \
479
- * **Key**
480
- */
481
- export type CreatedByType = string;
482
-
483
- /** Known values of {@link VirtualMachineState} that the service accepts. */
484
- export enum KnownVirtualMachineState {
485
- /** The virtual machine is up and running. */
486
- Running = "Running",
487
- /** The virtual machine has released the lease on the underlying hardware and is powered off. */
488
- Deallocated = "Deallocated",
489
- }
490
-
491
- /**
492
- * Defines values for VirtualMachineState. \
493
- * {@link KnownVirtualMachineState} can be used interchangeably with VirtualMachineState,
494
- * this enum contains the known values that the service supports.
495
- * ### Known values supported by the service
496
- * **Running**: The virtual machine is up and running. \
497
- * **Deallocated**: The virtual machine has released the lease on the underlying hardware and is powered off.
498
- */
499
- export type VirtualMachineState = string;
500
-
501
- /** Optional parameters. */
502
- export interface OperationsListOptionalParams
503
- extends coreClient.OperationOptions {}
504
-
505
- /** Contains response data for the list operation. */
506
- export type OperationsListResponse = OperationListResult;
507
-
508
- /** Optional parameters. */
509
- export interface OperationsListNextOptionalParams
510
- extends coreClient.OperationOptions {}
511
-
512
- /** Contains response data for the listNext operation. */
513
- export type OperationsListNextResponse = OperationListResult;
514
-
515
- /** Optional parameters. */
516
- export interface StandbyContainerGroupPoolsListBySubscriptionOptionalParams
517
- extends coreClient.OperationOptions {}
518
-
519
- /** Contains response data for the listBySubscription operation. */
520
- export type StandbyContainerGroupPoolsListBySubscriptionResponse =
521
- StandbyContainerGroupPoolResourceListResult;
522
-
523
- /** Optional parameters. */
524
- export interface StandbyContainerGroupPoolsListByResourceGroupOptionalParams
525
- extends coreClient.OperationOptions {}
526
-
527
- /** Contains response data for the listByResourceGroup operation. */
528
- export type StandbyContainerGroupPoolsListByResourceGroupResponse =
529
- StandbyContainerGroupPoolResourceListResult;
530
-
531
- /** Optional parameters. */
532
- export interface StandbyContainerGroupPoolsGetOptionalParams
533
- extends coreClient.OperationOptions {}
534
-
535
- /** Contains response data for the get operation. */
536
- export type StandbyContainerGroupPoolsGetResponse =
537
- StandbyContainerGroupPoolResource;
538
-
539
- /** Optional parameters. */
540
- export interface StandbyContainerGroupPoolsCreateOrUpdateOptionalParams
541
- extends coreClient.OperationOptions {
542
- /** Delay to wait until next poll, in milliseconds. */
543
- updateIntervalInMs?: number;
544
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
545
- resumeFrom?: string;
546
- }
547
-
548
- /** Contains response data for the createOrUpdate operation. */
549
- export type StandbyContainerGroupPoolsCreateOrUpdateResponse =
550
- StandbyContainerGroupPoolResource;
551
-
552
- /** Optional parameters. */
553
- export interface StandbyContainerGroupPoolsUpdateOptionalParams
554
- extends coreClient.OperationOptions {}
555
-
556
- /** Contains response data for the update operation. */
557
- export type StandbyContainerGroupPoolsUpdateResponse =
558
- StandbyContainerGroupPoolResource;
559
-
560
- /** Optional parameters. */
561
- export interface StandbyContainerGroupPoolsDeleteOptionalParams
562
- extends coreClient.OperationOptions {
563
- /** Delay to wait until next poll, in milliseconds. */
564
- updateIntervalInMs?: number;
565
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
566
- resumeFrom?: string;
567
- }
568
-
569
- /** Contains response data for the delete operation. */
570
- export type StandbyContainerGroupPoolsDeleteResponse =
571
- StandbyContainerGroupPoolsDeleteHeaders;
572
-
573
- /** Optional parameters. */
574
- export interface StandbyContainerGroupPoolsListBySubscriptionNextOptionalParams
575
- extends coreClient.OperationOptions {}
576
-
577
- /** Contains response data for the listBySubscriptionNext operation. */
578
- export type StandbyContainerGroupPoolsListBySubscriptionNextResponse =
579
- StandbyContainerGroupPoolResourceListResult;
580
-
581
- /** Optional parameters. */
582
- export interface StandbyContainerGroupPoolsListByResourceGroupNextOptionalParams
583
- extends coreClient.OperationOptions {}
584
-
585
- /** Contains response data for the listByResourceGroupNext operation. */
586
- export type StandbyContainerGroupPoolsListByResourceGroupNextResponse =
587
- StandbyContainerGroupPoolResourceListResult;
588
-
589
- /** Optional parameters. */
590
- export interface StandbyVirtualMachinePoolsListBySubscriptionOptionalParams
591
- extends coreClient.OperationOptions {}
592
-
593
- /** Contains response data for the listBySubscription operation. */
594
- export type StandbyVirtualMachinePoolsListBySubscriptionResponse =
595
- StandbyVirtualMachinePoolResourceListResult;
596
-
597
- /** Optional parameters. */
598
- export interface StandbyVirtualMachinePoolsListByResourceGroupOptionalParams
599
- extends coreClient.OperationOptions {}
600
-
601
- /** Contains response data for the listByResourceGroup operation. */
602
- export type StandbyVirtualMachinePoolsListByResourceGroupResponse =
603
- StandbyVirtualMachinePoolResourceListResult;
604
-
605
- /** Optional parameters. */
606
- export interface StandbyVirtualMachinePoolsGetOptionalParams
607
- extends coreClient.OperationOptions {}
608
-
609
- /** Contains response data for the get operation. */
610
- export type StandbyVirtualMachinePoolsGetResponse =
611
- StandbyVirtualMachinePoolResource;
612
-
613
- /** Optional parameters. */
614
- export interface StandbyVirtualMachinePoolsCreateOrUpdateOptionalParams
615
- extends coreClient.OperationOptions {
616
- /** Delay to wait until next poll, in milliseconds. */
617
- updateIntervalInMs?: number;
618
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
619
- resumeFrom?: string;
620
- }
621
-
622
- /** Contains response data for the createOrUpdate operation. */
623
- export type StandbyVirtualMachinePoolsCreateOrUpdateResponse =
624
- StandbyVirtualMachinePoolResource;
625
-
626
- /** Optional parameters. */
627
- export interface StandbyVirtualMachinePoolsUpdateOptionalParams
628
- extends coreClient.OperationOptions {}
629
-
630
- /** Contains response data for the update operation. */
631
- export type StandbyVirtualMachinePoolsUpdateResponse =
632
- StandbyVirtualMachinePoolResource;
633
-
634
- /** Optional parameters. */
635
- export interface StandbyVirtualMachinePoolsDeleteOptionalParams
636
- extends coreClient.OperationOptions {
637
- /** Delay to wait until next poll, in milliseconds. */
638
- updateIntervalInMs?: number;
639
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
640
- resumeFrom?: string;
641
- }
642
-
643
- /** Contains response data for the delete operation. */
644
- export type StandbyVirtualMachinePoolsDeleteResponse =
645
- StandbyVirtualMachinePoolsDeleteHeaders;
646
-
647
- /** Optional parameters. */
648
- export interface StandbyVirtualMachinePoolsListBySubscriptionNextOptionalParams
649
- extends coreClient.OperationOptions {}
650
-
651
- /** Contains response data for the listBySubscriptionNext operation. */
652
- export type StandbyVirtualMachinePoolsListBySubscriptionNextResponse =
653
- StandbyVirtualMachinePoolResourceListResult;
654
-
655
- /** Optional parameters. */
656
- export interface StandbyVirtualMachinePoolsListByResourceGroupNextOptionalParams
657
- extends coreClient.OperationOptions {}
658
-
659
- /** Contains response data for the listByResourceGroupNext operation. */
660
- export type StandbyVirtualMachinePoolsListByResourceGroupNextResponse =
661
- StandbyVirtualMachinePoolResourceListResult;
662
-
663
- /** Optional parameters. */
664
- export interface StandbyVirtualMachinesListByStandbyVirtualMachinePoolResourceOptionalParams
665
- extends coreClient.OperationOptions {}
666
-
667
- /** Contains response data for the listByStandbyVirtualMachinePoolResource operation. */
668
- export type StandbyVirtualMachinesListByStandbyVirtualMachinePoolResourceResponse =
669
- StandbyVirtualMachineResourceListResult;
670
-
671
- /** Optional parameters. */
672
- export interface StandbyVirtualMachinesGetOptionalParams
673
- extends coreClient.OperationOptions {}
674
-
675
- /** Contains response data for the get operation. */
676
- export type StandbyVirtualMachinesGetResponse = StandbyVirtualMachineResource;
677
-
678
- /** Optional parameters. */
679
- export interface StandbyVirtualMachinesListByStandbyVirtualMachinePoolResourceNextOptionalParams
680
- extends coreClient.OperationOptions {}
681
-
682
- /** Contains response data for the listByStandbyVirtualMachinePoolResourceNext operation. */
683
- export type StandbyVirtualMachinesListByStandbyVirtualMachinePoolResourceNextResponse =
684
- StandbyVirtualMachineResourceListResult;
685
-
686
- /** Optional parameters. */
687
- export interface StandbyPoolManagementClientOptionalParams
688
- extends coreClient.ServiceClientOptions {
689
- /** server parameter */
690
- $host?: string;
691
- /** Api Version */
692
- apiVersion?: string;
693
- /** Overrides client endpoint. */
694
- endpoint?: string;
695
- }