@azure/arm-standbypool 1.0.2-alpha.20250423.1 → 2.0.0

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 (566) hide show
  1. package/CHANGELOG.md +32 -7
  2. package/LICENSE +1 -1
  3. package/README.md +15 -8
  4. package/dist/browser/api/index.d.ts +1 -7
  5. package/dist/browser/api/index.d.ts.map +1 -1
  6. package/dist/browser/api/index.js +0 -6
  7. package/dist/browser/api/index.js.map +1 -1
  8. package/dist/browser/api/operations/index.d.ts +2 -9
  9. package/dist/browser/api/operations/index.d.ts.map +1 -1
  10. package/dist/browser/api/operations/index.js +1 -37
  11. package/dist/browser/api/operations/index.js.map +1 -1
  12. package/dist/browser/api/operations/operations.d.ts +10 -0
  13. package/dist/browser/api/operations/operations.d.ts.map +1 -0
  14. package/dist/browser/api/operations/operations.js +29 -0
  15. package/dist/browser/api/operations/operations.js.map +1 -0
  16. package/dist/browser/api/operations/options.d.ts +5 -0
  17. package/dist/browser/api/operations/options.d.ts.map +1 -0
  18. package/dist/browser/api/operations/options.js.map +1 -0
  19. package/dist/browser/api/standbyContainerGroupPoolRuntimeViews/index.d.ts +2 -13
  20. package/dist/browser/api/standbyContainerGroupPoolRuntimeViews/index.d.ts.map +1 -1
  21. package/dist/browser/api/standbyContainerGroupPoolRuntimeViews/index.js +1 -110
  22. package/dist/browser/api/standbyContainerGroupPoolRuntimeViews/index.js.map +1 -1
  23. package/dist/browser/api/standbyContainerGroupPoolRuntimeViews/operations.d.ts +14 -0
  24. package/dist/browser/api/standbyContainerGroupPoolRuntimeViews/operations.d.ts.map +1 -0
  25. package/dist/browser/api/standbyContainerGroupPoolRuntimeViews/operations.js +67 -0
  26. package/dist/browser/api/standbyContainerGroupPoolRuntimeViews/operations.js.map +1 -0
  27. package/dist/browser/api/standbyContainerGroupPoolRuntimeViews/options.d.ts +8 -0
  28. package/dist/browser/api/standbyContainerGroupPoolRuntimeViews/options.d.ts.map +1 -0
  29. package/dist/browser/api/standbyContainerGroupPoolRuntimeViews/options.js.map +1 -0
  30. package/dist/browser/api/standbyContainerGroupPools/index.d.ts +2 -30
  31. package/dist/browser/api/standbyContainerGroupPools/index.d.ts.map +1 -1
  32. package/dist/browser/api/standbyContainerGroupPools/index.js +1 -359
  33. package/dist/browser/api/standbyContainerGroupPools/index.js.map +1 -1
  34. package/dist/browser/api/standbyContainerGroupPools/operations.d.ts +36 -0
  35. package/dist/browser/api/standbyContainerGroupPools/operations.d.ts.map +1 -0
  36. package/dist/browser/api/standbyContainerGroupPools/operations.js +192 -0
  37. package/dist/browser/api/standbyContainerGroupPools/operations.js.map +1 -0
  38. package/dist/browser/api/standbyContainerGroupPools/options.d.ts +24 -0
  39. package/dist/browser/api/standbyContainerGroupPools/options.d.ts.map +1 -0
  40. package/dist/browser/api/standbyContainerGroupPools/options.js.map +1 -0
  41. package/dist/browser/api/standbyPoolManagementContext.d.ts +9 -3
  42. package/dist/browser/api/standbyPoolManagementContext.d.ts.map +1 -1
  43. package/dist/browser/api/standbyPoolManagementContext.js +7 -6
  44. package/dist/browser/api/standbyPoolManagementContext.js.map +1 -1
  45. package/dist/browser/api/standbyVirtualMachinePoolRuntimeViews/index.d.ts +2 -13
  46. package/dist/browser/api/standbyVirtualMachinePoolRuntimeViews/index.d.ts.map +1 -1
  47. package/dist/browser/api/standbyVirtualMachinePoolRuntimeViews/index.js +1 -112
  48. package/dist/browser/api/standbyVirtualMachinePoolRuntimeViews/index.js.map +1 -1
  49. package/dist/browser/api/standbyVirtualMachinePoolRuntimeViews/operations.d.ts +14 -0
  50. package/dist/browser/api/standbyVirtualMachinePoolRuntimeViews/operations.d.ts.map +1 -0
  51. package/dist/browser/api/standbyVirtualMachinePoolRuntimeViews/operations.js +67 -0
  52. package/dist/browser/api/standbyVirtualMachinePoolRuntimeViews/operations.js.map +1 -0
  53. package/dist/browser/api/standbyVirtualMachinePoolRuntimeViews/options.d.ts +8 -0
  54. package/dist/browser/api/standbyVirtualMachinePoolRuntimeViews/options.d.ts.map +1 -0
  55. package/dist/browser/api/standbyVirtualMachinePoolRuntimeViews/options.js +4 -0
  56. package/dist/browser/api/standbyVirtualMachinePoolRuntimeViews/options.js.map +1 -0
  57. package/dist/browser/api/standbyVirtualMachinePools/index.d.ts +2 -30
  58. package/dist/browser/api/standbyVirtualMachinePools/index.d.ts.map +1 -1
  59. package/dist/browser/api/standbyVirtualMachinePools/index.js +1 -324
  60. package/dist/browser/api/standbyVirtualMachinePools/index.js.map +1 -1
  61. package/dist/browser/api/standbyVirtualMachinePools/operations.d.ts +36 -0
  62. package/dist/browser/api/standbyVirtualMachinePools/operations.d.ts.map +1 -0
  63. package/dist/browser/api/standbyVirtualMachinePools/operations.js +192 -0
  64. package/dist/browser/api/standbyVirtualMachinePools/operations.js.map +1 -0
  65. package/dist/browser/api/standbyVirtualMachinePools/options.d.ts +24 -0
  66. package/dist/browser/api/standbyVirtualMachinePools/options.d.ts.map +1 -0
  67. package/dist/browser/api/standbyVirtualMachinePools/options.js +4 -0
  68. package/dist/browser/api/standbyVirtualMachinePools/options.js.map +1 -0
  69. package/dist/browser/api/standbyVirtualMachines/index.d.ts +2 -13
  70. package/dist/browser/api/standbyVirtualMachines/index.d.ts.map +1 -1
  71. package/dist/browser/api/standbyVirtualMachines/index.js +1 -94
  72. package/dist/browser/api/standbyVirtualMachines/index.js.map +1 -1
  73. package/dist/browser/api/standbyVirtualMachines/operations.d.ts +14 -0
  74. package/dist/browser/api/standbyVirtualMachines/operations.d.ts.map +1 -0
  75. package/dist/browser/api/standbyVirtualMachines/operations.js +63 -0
  76. package/dist/browser/api/standbyVirtualMachines/operations.js.map +1 -0
  77. package/dist/browser/api/standbyVirtualMachines/options.d.ts +8 -0
  78. package/dist/browser/api/standbyVirtualMachines/options.d.ts.map +1 -0
  79. package/dist/browser/api/standbyVirtualMachines/options.js +4 -0
  80. package/dist/browser/api/standbyVirtualMachines/options.js.map +1 -0
  81. package/dist/browser/classic/operations/index.d.ts +3 -6
  82. package/dist/browser/classic/operations/index.d.ts.map +1 -1
  83. package/dist/browser/classic/operations/index.js +5 -5
  84. package/dist/browser/classic/operations/index.js.map +1 -1
  85. package/dist/browser/classic/standbyContainerGroupPoolRuntimeViews/index.d.ts +5 -9
  86. package/dist/browser/classic/standbyContainerGroupPoolRuntimeViews/index.d.ts.map +1 -1
  87. package/dist/browser/classic/standbyContainerGroupPoolRuntimeViews/index.js +6 -6
  88. package/dist/browser/classic/standbyContainerGroupPoolRuntimeViews/index.js.map +1 -1
  89. package/dist/browser/classic/standbyContainerGroupPools/index.d.ts +18 -21
  90. package/dist/browser/classic/standbyContainerGroupPools/index.d.ts.map +1 -1
  91. package/dist/browser/classic/standbyContainerGroupPools/index.js +10 -10
  92. package/dist/browser/classic/standbyContainerGroupPools/index.js.map +1 -1
  93. package/dist/browser/classic/standbyVirtualMachinePoolRuntimeViews/index.d.ts +5 -9
  94. package/dist/browser/classic/standbyVirtualMachinePoolRuntimeViews/index.d.ts.map +1 -1
  95. package/dist/browser/classic/standbyVirtualMachinePoolRuntimeViews/index.js +6 -6
  96. package/dist/browser/classic/standbyVirtualMachinePoolRuntimeViews/index.js.map +1 -1
  97. package/dist/browser/classic/standbyVirtualMachinePools/index.d.ts +18 -21
  98. package/dist/browser/classic/standbyVirtualMachinePools/index.d.ts.map +1 -1
  99. package/dist/browser/classic/standbyVirtualMachinePools/index.js +10 -10
  100. package/dist/browser/classic/standbyVirtualMachinePools/index.js.map +1 -1
  101. package/dist/browser/classic/standbyVirtualMachines/index.d.ts +5 -9
  102. package/dist/browser/classic/standbyVirtualMachines/index.d.ts.map +1 -1
  103. package/dist/browser/classic/standbyVirtualMachines/index.js +6 -6
  104. package/dist/browser/classic/standbyVirtualMachines/index.js.map +1 -1
  105. package/dist/browser/index.d.ts +9 -2
  106. package/dist/browser/index.d.ts.map +1 -1
  107. package/dist/browser/index.js +2 -2
  108. package/dist/browser/index.js.map +1 -1
  109. package/dist/browser/models/index.d.ts +1 -2
  110. package/dist/browser/models/index.d.ts.map +1 -1
  111. package/dist/browser/models/index.js +1 -1
  112. package/dist/browser/models/index.js.map +1 -1
  113. package/dist/browser/models/models.d.ts +447 -238
  114. package/dist/browser/models/models.d.ts.map +1 -1
  115. package/dist/browser/models/models.js +546 -91
  116. package/dist/browser/models/models.js.map +1 -1
  117. package/dist/browser/restorePollerHelpers.js +11 -11
  118. package/dist/browser/restorePollerHelpers.js.map +1 -1
  119. package/dist/browser/standbyPoolManagementClient.d.ts +19 -19
  120. package/dist/browser/standbyPoolManagementClient.d.ts.map +1 -1
  121. package/dist/browser/standbyPoolManagementClient.js +16 -14
  122. package/dist/browser/standbyPoolManagementClient.js.map +1 -1
  123. package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -1
  124. package/dist/browser/static-helpers/pagingHelpers.js +1 -1
  125. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -1
  126. package/dist/browser/static-helpers/pollingHelpers.d.ts.map +1 -1
  127. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -1
  128. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  129. package/dist/browser/static-helpers/urlTemplate.d.ts.map +1 -0
  130. package/dist/browser/static-helpers/urlTemplate.js +169 -0
  131. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  132. package/dist/commonjs/api/index.d.ts +1 -7
  133. package/dist/commonjs/api/index.d.ts.map +1 -1
  134. package/dist/commonjs/api/index.js +1 -26
  135. package/dist/commonjs/api/index.js.map +1 -1
  136. package/dist/commonjs/api/operations/index.d.ts +2 -9
  137. package/dist/commonjs/api/operations/index.d.ts.map +1 -1
  138. package/dist/commonjs/api/operations/index.js +3 -40
  139. package/dist/commonjs/api/operations/index.js.map +1 -1
  140. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  141. package/dist/commonjs/api/operations/operations.d.ts.map +1 -0
  142. package/dist/commonjs/api/operations/operations.js +34 -0
  143. package/dist/commonjs/api/operations/operations.js.map +1 -0
  144. package/dist/commonjs/api/operations/options.d.ts +5 -0
  145. package/dist/commonjs/api/operations/options.d.ts.map +1 -0
  146. package/dist/commonjs/api/operations/options.js.map +1 -0
  147. package/dist/commonjs/api/standbyContainerGroupPoolRuntimeViews/index.d.ts +2 -13
  148. package/dist/commonjs/api/standbyContainerGroupPoolRuntimeViews/index.d.ts.map +1 -1
  149. package/dist/commonjs/api/standbyContainerGroupPoolRuntimeViews/index.js +4 -116
  150. package/dist/commonjs/api/standbyContainerGroupPoolRuntimeViews/index.js.map +1 -1
  151. package/dist/commonjs/api/standbyContainerGroupPoolRuntimeViews/operations.d.ts +14 -0
  152. package/dist/commonjs/api/standbyContainerGroupPoolRuntimeViews/operations.d.ts.map +1 -0
  153. package/dist/commonjs/api/standbyContainerGroupPoolRuntimeViews/operations.js +75 -0
  154. package/dist/commonjs/api/standbyContainerGroupPoolRuntimeViews/operations.js.map +1 -0
  155. package/dist/commonjs/api/standbyContainerGroupPoolRuntimeViews/options.d.ts +8 -0
  156. package/dist/commonjs/api/standbyContainerGroupPoolRuntimeViews/options.d.ts.map +1 -0
  157. package/dist/commonjs/api/standbyContainerGroupPoolRuntimeViews/options.js +5 -0
  158. package/dist/commonjs/api/standbyContainerGroupPoolRuntimeViews/options.js.map +1 -0
  159. package/dist/commonjs/api/standbyContainerGroupPools/index.d.ts +2 -30
  160. package/dist/commonjs/api/standbyContainerGroupPools/index.d.ts.map +1 -1
  161. package/dist/commonjs/api/standbyContainerGroupPools/index.js +8 -377
  162. package/dist/commonjs/api/standbyContainerGroupPools/index.js.map +1 -1
  163. package/dist/commonjs/api/standbyContainerGroupPools/operations.d.ts +36 -0
  164. package/dist/commonjs/api/standbyContainerGroupPools/operations.d.ts.map +1 -0
  165. package/dist/commonjs/api/standbyContainerGroupPools/operations.js +212 -0
  166. package/dist/commonjs/api/standbyContainerGroupPools/operations.js.map +1 -0
  167. package/dist/commonjs/api/standbyContainerGroupPools/options.d.ts +24 -0
  168. package/dist/commonjs/api/standbyContainerGroupPools/options.d.ts.map +1 -0
  169. package/dist/commonjs/api/standbyContainerGroupPools/options.js +5 -0
  170. package/dist/commonjs/api/standbyContainerGroupPools/options.js.map +1 -0
  171. package/dist/commonjs/api/standbyPoolManagementContext.d.ts +9 -3
  172. package/dist/commonjs/api/standbyPoolManagementContext.d.ts.map +1 -1
  173. package/dist/commonjs/api/standbyPoolManagementContext.js +7 -6
  174. package/dist/commonjs/api/standbyPoolManagementContext.js.map +1 -1
  175. package/dist/commonjs/api/standbyVirtualMachinePoolRuntimeViews/index.d.ts +2 -13
  176. package/dist/commonjs/api/standbyVirtualMachinePoolRuntimeViews/index.d.ts.map +1 -1
  177. package/dist/commonjs/api/standbyVirtualMachinePoolRuntimeViews/index.js +4 -118
  178. package/dist/commonjs/api/standbyVirtualMachinePoolRuntimeViews/index.js.map +1 -1
  179. package/dist/commonjs/api/standbyVirtualMachinePoolRuntimeViews/operations.d.ts +14 -0
  180. package/dist/commonjs/api/standbyVirtualMachinePoolRuntimeViews/operations.d.ts.map +1 -0
  181. package/dist/commonjs/api/standbyVirtualMachinePoolRuntimeViews/operations.js +75 -0
  182. package/dist/commonjs/api/standbyVirtualMachinePoolRuntimeViews/operations.js.map +1 -0
  183. package/dist/commonjs/api/standbyVirtualMachinePoolRuntimeViews/options.d.ts +8 -0
  184. package/dist/commonjs/api/standbyVirtualMachinePoolRuntimeViews/options.d.ts.map +1 -0
  185. package/dist/commonjs/api/standbyVirtualMachinePoolRuntimeViews/options.js +5 -0
  186. package/dist/commonjs/api/standbyVirtualMachinePoolRuntimeViews/options.js.map +1 -0
  187. package/dist/commonjs/api/standbyVirtualMachinePools/index.d.ts +2 -30
  188. package/dist/commonjs/api/standbyVirtualMachinePools/index.d.ts.map +1 -1
  189. package/dist/commonjs/api/standbyVirtualMachinePools/index.js +8 -342
  190. package/dist/commonjs/api/standbyVirtualMachinePools/index.js.map +1 -1
  191. package/dist/commonjs/api/standbyVirtualMachinePools/operations.d.ts +36 -0
  192. package/dist/commonjs/api/standbyVirtualMachinePools/operations.d.ts.map +1 -0
  193. package/dist/commonjs/api/standbyVirtualMachinePools/operations.js +212 -0
  194. package/dist/commonjs/api/standbyVirtualMachinePools/operations.js.map +1 -0
  195. package/dist/commonjs/api/standbyVirtualMachinePools/options.d.ts +24 -0
  196. package/dist/commonjs/api/standbyVirtualMachinePools/options.d.ts.map +1 -0
  197. package/dist/commonjs/api/standbyVirtualMachinePools/options.js +5 -0
  198. package/dist/commonjs/api/standbyVirtualMachinePools/options.js.map +1 -0
  199. package/dist/commonjs/api/standbyVirtualMachines/index.d.ts +2 -13
  200. package/dist/commonjs/api/standbyVirtualMachines/index.d.ts.map +1 -1
  201. package/dist/commonjs/api/standbyVirtualMachines/index.js +4 -100
  202. package/dist/commonjs/api/standbyVirtualMachines/index.js.map +1 -1
  203. package/dist/commonjs/api/standbyVirtualMachines/operations.d.ts +14 -0
  204. package/dist/commonjs/api/standbyVirtualMachines/operations.d.ts.map +1 -0
  205. package/dist/commonjs/api/standbyVirtualMachines/operations.js +71 -0
  206. package/dist/commonjs/api/standbyVirtualMachines/operations.js.map +1 -0
  207. package/dist/commonjs/api/standbyVirtualMachines/options.d.ts +8 -0
  208. package/dist/commonjs/api/standbyVirtualMachines/options.d.ts.map +1 -0
  209. package/dist/commonjs/api/standbyVirtualMachines/options.js +5 -0
  210. package/dist/commonjs/api/standbyVirtualMachines/options.js.map +1 -0
  211. package/dist/commonjs/classic/operations/index.d.ts +3 -6
  212. package/dist/commonjs/classic/operations/index.d.ts.map +1 -1
  213. package/dist/commonjs/classic/operations/index.js +6 -7
  214. package/dist/commonjs/classic/operations/index.js.map +1 -1
  215. package/dist/commonjs/classic/standbyContainerGroupPoolRuntimeViews/index.d.ts +5 -9
  216. package/dist/commonjs/classic/standbyContainerGroupPoolRuntimeViews/index.d.ts.map +1 -1
  217. package/dist/commonjs/classic/standbyContainerGroupPoolRuntimeViews/index.js +7 -8
  218. package/dist/commonjs/classic/standbyContainerGroupPoolRuntimeViews/index.js.map +1 -1
  219. package/dist/commonjs/classic/standbyContainerGroupPools/index.d.ts +18 -21
  220. package/dist/commonjs/classic/standbyContainerGroupPools/index.d.ts.map +1 -1
  221. package/dist/commonjs/classic/standbyContainerGroupPools/index.js +11 -12
  222. package/dist/commonjs/classic/standbyContainerGroupPools/index.js.map +1 -1
  223. package/dist/commonjs/classic/standbyVirtualMachinePoolRuntimeViews/index.d.ts +5 -9
  224. package/dist/commonjs/classic/standbyVirtualMachinePoolRuntimeViews/index.d.ts.map +1 -1
  225. package/dist/commonjs/classic/standbyVirtualMachinePoolRuntimeViews/index.js +7 -8
  226. package/dist/commonjs/classic/standbyVirtualMachinePoolRuntimeViews/index.js.map +1 -1
  227. package/dist/commonjs/classic/standbyVirtualMachinePools/index.d.ts +18 -21
  228. package/dist/commonjs/classic/standbyVirtualMachinePools/index.d.ts.map +1 -1
  229. package/dist/commonjs/classic/standbyVirtualMachinePools/index.js +11 -12
  230. package/dist/commonjs/classic/standbyVirtualMachinePools/index.js.map +1 -1
  231. package/dist/commonjs/classic/standbyVirtualMachines/index.d.ts +5 -9
  232. package/dist/commonjs/classic/standbyVirtualMachines/index.d.ts.map +1 -1
  233. package/dist/commonjs/classic/standbyVirtualMachines/index.js +7 -8
  234. package/dist/commonjs/classic/standbyVirtualMachines/index.js.map +1 -1
  235. package/dist/commonjs/index.d.ts +9 -2
  236. package/dist/commonjs/index.d.ts.map +1 -1
  237. package/dist/commonjs/index.js +9 -5
  238. package/dist/commonjs/index.js.map +1 -1
  239. package/dist/commonjs/models/index.d.ts +1 -2
  240. package/dist/commonjs/models/index.d.ts.map +1 -1
  241. package/dist/commonjs/models/index.js +9 -5
  242. package/dist/commonjs/models/index.js.map +1 -1
  243. package/dist/commonjs/models/models.d.ts +447 -238
  244. package/dist/commonjs/models/models.d.ts.map +1 -1
  245. package/dist/commonjs/models/models.js +609 -98
  246. package/dist/commonjs/models/models.js.map +1 -1
  247. package/dist/commonjs/restorePollerHelpers.js +11 -11
  248. package/dist/commonjs/restorePollerHelpers.js.map +1 -1
  249. package/dist/commonjs/standbyPoolManagementClient.d.ts +19 -19
  250. package/dist/commonjs/standbyPoolManagementClient.d.ts.map +1 -1
  251. package/dist/commonjs/standbyPoolManagementClient.js +16 -14
  252. package/dist/commonjs/standbyPoolManagementClient.js.map +1 -1
  253. package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -1
  254. package/dist/commonjs/static-helpers/pagingHelpers.js +2 -2
  255. package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -1
  256. package/dist/commonjs/static-helpers/pollingHelpers.d.ts.map +1 -1
  257. package/dist/commonjs/static-helpers/pollingHelpers.js +2 -2
  258. package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -1
  259. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  260. package/dist/commonjs/static-helpers/urlTemplate.d.ts.map +1 -0
  261. package/dist/commonjs/static-helpers/urlTemplate.js +172 -0
  262. package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
  263. package/dist/esm/api/index.d.ts +1 -7
  264. package/dist/esm/api/index.d.ts.map +1 -1
  265. package/dist/esm/api/index.js +0 -6
  266. package/dist/esm/api/index.js.map +1 -1
  267. package/dist/esm/api/operations/index.d.ts +2 -9
  268. package/dist/esm/api/operations/index.d.ts.map +1 -1
  269. package/dist/esm/api/operations/index.js +1 -37
  270. package/dist/esm/api/operations/index.js.map +1 -1
  271. package/dist/esm/api/operations/operations.d.ts +10 -0
  272. package/dist/esm/api/operations/operations.d.ts.map +1 -0
  273. package/dist/esm/api/operations/operations.js +29 -0
  274. package/dist/esm/api/operations/operations.js.map +1 -0
  275. package/dist/esm/api/operations/options.d.ts +5 -0
  276. package/dist/esm/api/operations/options.d.ts.map +1 -0
  277. package/dist/esm/api/operations/options.js +4 -0
  278. package/dist/esm/api/operations/options.js.map +1 -0
  279. package/dist/esm/api/standbyContainerGroupPoolRuntimeViews/index.d.ts +2 -13
  280. package/dist/esm/api/standbyContainerGroupPoolRuntimeViews/index.d.ts.map +1 -1
  281. package/dist/esm/api/standbyContainerGroupPoolRuntimeViews/index.js +1 -110
  282. package/dist/esm/api/standbyContainerGroupPoolRuntimeViews/index.js.map +1 -1
  283. package/dist/esm/api/standbyContainerGroupPoolRuntimeViews/operations.d.ts +14 -0
  284. package/dist/esm/api/standbyContainerGroupPoolRuntimeViews/operations.d.ts.map +1 -0
  285. package/dist/esm/api/standbyContainerGroupPoolRuntimeViews/operations.js +67 -0
  286. package/dist/esm/api/standbyContainerGroupPoolRuntimeViews/operations.js.map +1 -0
  287. package/dist/esm/api/standbyContainerGroupPoolRuntimeViews/options.d.ts +8 -0
  288. package/dist/esm/api/standbyContainerGroupPoolRuntimeViews/options.d.ts.map +1 -0
  289. package/dist/esm/api/standbyContainerGroupPoolRuntimeViews/options.js +4 -0
  290. package/dist/esm/api/standbyContainerGroupPoolRuntimeViews/options.js.map +1 -0
  291. package/dist/esm/api/standbyContainerGroupPools/index.d.ts +2 -30
  292. package/dist/esm/api/standbyContainerGroupPools/index.d.ts.map +1 -1
  293. package/dist/esm/api/standbyContainerGroupPools/index.js +1 -359
  294. package/dist/esm/api/standbyContainerGroupPools/index.js.map +1 -1
  295. package/dist/esm/api/standbyContainerGroupPools/operations.d.ts +36 -0
  296. package/dist/esm/api/standbyContainerGroupPools/operations.d.ts.map +1 -0
  297. package/dist/esm/api/standbyContainerGroupPools/operations.js +192 -0
  298. package/dist/esm/api/standbyContainerGroupPools/operations.js.map +1 -0
  299. package/dist/esm/api/standbyContainerGroupPools/options.d.ts +24 -0
  300. package/dist/esm/api/standbyContainerGroupPools/options.d.ts.map +1 -0
  301. package/dist/esm/api/standbyContainerGroupPools/options.js +4 -0
  302. package/dist/esm/api/standbyContainerGroupPools/options.js.map +1 -0
  303. package/dist/esm/api/standbyPoolManagementContext.d.ts +9 -3
  304. package/dist/esm/api/standbyPoolManagementContext.d.ts.map +1 -1
  305. package/dist/esm/api/standbyPoolManagementContext.js +7 -6
  306. package/dist/esm/api/standbyPoolManagementContext.js.map +1 -1
  307. package/dist/esm/api/standbyVirtualMachinePoolRuntimeViews/index.d.ts +2 -13
  308. package/dist/esm/api/standbyVirtualMachinePoolRuntimeViews/index.d.ts.map +1 -1
  309. package/dist/esm/api/standbyVirtualMachinePoolRuntimeViews/index.js +1 -112
  310. package/dist/esm/api/standbyVirtualMachinePoolRuntimeViews/index.js.map +1 -1
  311. package/dist/esm/api/standbyVirtualMachinePoolRuntimeViews/operations.d.ts +14 -0
  312. package/dist/esm/api/standbyVirtualMachinePoolRuntimeViews/operations.d.ts.map +1 -0
  313. package/dist/esm/api/standbyVirtualMachinePoolRuntimeViews/operations.js +67 -0
  314. package/dist/esm/api/standbyVirtualMachinePoolRuntimeViews/operations.js.map +1 -0
  315. package/dist/esm/api/standbyVirtualMachinePoolRuntimeViews/options.d.ts +8 -0
  316. package/dist/esm/api/standbyVirtualMachinePoolRuntimeViews/options.d.ts.map +1 -0
  317. package/dist/esm/api/standbyVirtualMachinePoolRuntimeViews/options.js +4 -0
  318. package/dist/esm/api/standbyVirtualMachinePoolRuntimeViews/options.js.map +1 -0
  319. package/dist/esm/api/standbyVirtualMachinePools/index.d.ts +2 -30
  320. package/dist/esm/api/standbyVirtualMachinePools/index.d.ts.map +1 -1
  321. package/dist/esm/api/standbyVirtualMachinePools/index.js +1 -324
  322. package/dist/esm/api/standbyVirtualMachinePools/index.js.map +1 -1
  323. package/dist/esm/api/standbyVirtualMachinePools/operations.d.ts +36 -0
  324. package/dist/esm/api/standbyVirtualMachinePools/operations.d.ts.map +1 -0
  325. package/dist/esm/api/standbyVirtualMachinePools/operations.js +192 -0
  326. package/dist/esm/api/standbyVirtualMachinePools/operations.js.map +1 -0
  327. package/dist/esm/api/standbyVirtualMachinePools/options.d.ts +24 -0
  328. package/dist/esm/api/standbyVirtualMachinePools/options.d.ts.map +1 -0
  329. package/dist/esm/api/standbyVirtualMachinePools/options.js +4 -0
  330. package/dist/esm/api/standbyVirtualMachinePools/options.js.map +1 -0
  331. package/dist/esm/api/standbyVirtualMachines/index.d.ts +2 -13
  332. package/dist/esm/api/standbyVirtualMachines/index.d.ts.map +1 -1
  333. package/dist/esm/api/standbyVirtualMachines/index.js +1 -94
  334. package/dist/esm/api/standbyVirtualMachines/index.js.map +1 -1
  335. package/dist/esm/api/standbyVirtualMachines/operations.d.ts +14 -0
  336. package/dist/esm/api/standbyVirtualMachines/operations.d.ts.map +1 -0
  337. package/dist/esm/api/standbyVirtualMachines/operations.js +63 -0
  338. package/dist/esm/api/standbyVirtualMachines/operations.js.map +1 -0
  339. package/dist/esm/api/standbyVirtualMachines/options.d.ts +8 -0
  340. package/dist/esm/api/standbyVirtualMachines/options.d.ts.map +1 -0
  341. package/dist/esm/api/standbyVirtualMachines/options.js +4 -0
  342. package/dist/esm/api/standbyVirtualMachines/options.js.map +1 -0
  343. package/dist/esm/classic/operations/index.d.ts +3 -6
  344. package/dist/esm/classic/operations/index.d.ts.map +1 -1
  345. package/dist/esm/classic/operations/index.js +5 -5
  346. package/dist/esm/classic/operations/index.js.map +1 -1
  347. package/dist/esm/classic/standbyContainerGroupPoolRuntimeViews/index.d.ts +5 -9
  348. package/dist/esm/classic/standbyContainerGroupPoolRuntimeViews/index.d.ts.map +1 -1
  349. package/dist/esm/classic/standbyContainerGroupPoolRuntimeViews/index.js +6 -6
  350. package/dist/esm/classic/standbyContainerGroupPoolRuntimeViews/index.js.map +1 -1
  351. package/dist/esm/classic/standbyContainerGroupPools/index.d.ts +18 -21
  352. package/dist/esm/classic/standbyContainerGroupPools/index.d.ts.map +1 -1
  353. package/dist/esm/classic/standbyContainerGroupPools/index.js +10 -10
  354. package/dist/esm/classic/standbyContainerGroupPools/index.js.map +1 -1
  355. package/dist/esm/classic/standbyVirtualMachinePoolRuntimeViews/index.d.ts +5 -9
  356. package/dist/esm/classic/standbyVirtualMachinePoolRuntimeViews/index.d.ts.map +1 -1
  357. package/dist/esm/classic/standbyVirtualMachinePoolRuntimeViews/index.js +6 -6
  358. package/dist/esm/classic/standbyVirtualMachinePoolRuntimeViews/index.js.map +1 -1
  359. package/dist/esm/classic/standbyVirtualMachinePools/index.d.ts +18 -21
  360. package/dist/esm/classic/standbyVirtualMachinePools/index.d.ts.map +1 -1
  361. package/dist/esm/classic/standbyVirtualMachinePools/index.js +10 -10
  362. package/dist/esm/classic/standbyVirtualMachinePools/index.js.map +1 -1
  363. package/dist/esm/classic/standbyVirtualMachines/index.d.ts +5 -9
  364. package/dist/esm/classic/standbyVirtualMachines/index.d.ts.map +1 -1
  365. package/dist/esm/classic/standbyVirtualMachines/index.js +6 -6
  366. package/dist/esm/classic/standbyVirtualMachines/index.js.map +1 -1
  367. package/dist/esm/index.d.ts +9 -2
  368. package/dist/esm/index.d.ts.map +1 -1
  369. package/dist/esm/index.js +2 -2
  370. package/dist/esm/index.js.map +1 -1
  371. package/dist/esm/models/index.d.ts +1 -2
  372. package/dist/esm/models/index.d.ts.map +1 -1
  373. package/dist/esm/models/index.js +1 -1
  374. package/dist/esm/models/index.js.map +1 -1
  375. package/dist/esm/models/models.d.ts +447 -238
  376. package/dist/esm/models/models.d.ts.map +1 -1
  377. package/dist/esm/models/models.js +546 -91
  378. package/dist/esm/models/models.js.map +1 -1
  379. package/dist/esm/restorePollerHelpers.js +11 -11
  380. package/dist/esm/restorePollerHelpers.js.map +1 -1
  381. package/dist/esm/standbyPoolManagementClient.d.ts +19 -19
  382. package/dist/esm/standbyPoolManagementClient.d.ts.map +1 -1
  383. package/dist/esm/standbyPoolManagementClient.js +16 -14
  384. package/dist/esm/standbyPoolManagementClient.js.map +1 -1
  385. package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -1
  386. package/dist/esm/static-helpers/pagingHelpers.js +1 -1
  387. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -1
  388. package/dist/esm/static-helpers/pollingHelpers.d.ts.map +1 -1
  389. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -1
  390. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  391. package/dist/esm/static-helpers/urlTemplate.d.ts.map +1 -0
  392. package/dist/esm/static-helpers/urlTemplate.js +169 -0
  393. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  394. package/dist/react-native/api/index.d.ts +1 -7
  395. package/dist/react-native/api/index.d.ts.map +1 -1
  396. package/dist/react-native/api/index.js +0 -6
  397. package/dist/react-native/api/index.js.map +1 -1
  398. package/dist/react-native/api/operations/index.d.ts +2 -9
  399. package/dist/react-native/api/operations/index.d.ts.map +1 -1
  400. package/dist/react-native/api/operations/index.js +1 -37
  401. package/dist/react-native/api/operations/index.js.map +1 -1
  402. package/dist/react-native/api/operations/operations.d.ts +10 -0
  403. package/dist/react-native/api/operations/operations.d.ts.map +1 -0
  404. package/dist/react-native/api/operations/operations.js +29 -0
  405. package/dist/react-native/api/operations/operations.js.map +1 -0
  406. package/dist/react-native/api/operations/options.d.ts +5 -0
  407. package/dist/react-native/api/operations/options.d.ts.map +1 -0
  408. package/dist/react-native/api/operations/options.js +4 -0
  409. package/dist/react-native/api/operations/options.js.map +1 -0
  410. package/dist/react-native/api/standbyContainerGroupPoolRuntimeViews/index.d.ts +2 -13
  411. package/dist/react-native/api/standbyContainerGroupPoolRuntimeViews/index.d.ts.map +1 -1
  412. package/dist/react-native/api/standbyContainerGroupPoolRuntimeViews/index.js +1 -110
  413. package/dist/react-native/api/standbyContainerGroupPoolRuntimeViews/index.js.map +1 -1
  414. package/dist/react-native/api/standbyContainerGroupPoolRuntimeViews/operations.d.ts +14 -0
  415. package/dist/react-native/api/standbyContainerGroupPoolRuntimeViews/operations.d.ts.map +1 -0
  416. package/dist/react-native/api/standbyContainerGroupPoolRuntimeViews/operations.js +67 -0
  417. package/dist/react-native/api/standbyContainerGroupPoolRuntimeViews/operations.js.map +1 -0
  418. package/dist/react-native/api/standbyContainerGroupPoolRuntimeViews/options.d.ts +8 -0
  419. package/dist/react-native/api/standbyContainerGroupPoolRuntimeViews/options.d.ts.map +1 -0
  420. package/dist/react-native/api/standbyContainerGroupPoolRuntimeViews/options.js +4 -0
  421. package/dist/react-native/api/standbyContainerGroupPoolRuntimeViews/options.js.map +1 -0
  422. package/dist/react-native/api/standbyContainerGroupPools/index.d.ts +2 -30
  423. package/dist/react-native/api/standbyContainerGroupPools/index.d.ts.map +1 -1
  424. package/dist/react-native/api/standbyContainerGroupPools/index.js +1 -359
  425. package/dist/react-native/api/standbyContainerGroupPools/index.js.map +1 -1
  426. package/dist/react-native/api/standbyContainerGroupPools/operations.d.ts +36 -0
  427. package/dist/react-native/api/standbyContainerGroupPools/operations.d.ts.map +1 -0
  428. package/dist/react-native/api/standbyContainerGroupPools/operations.js +192 -0
  429. package/dist/react-native/api/standbyContainerGroupPools/operations.js.map +1 -0
  430. package/dist/react-native/api/standbyContainerGroupPools/options.d.ts +24 -0
  431. package/dist/react-native/api/standbyContainerGroupPools/options.d.ts.map +1 -0
  432. package/dist/react-native/api/standbyContainerGroupPools/options.js +4 -0
  433. package/dist/react-native/api/standbyContainerGroupPools/options.js.map +1 -0
  434. package/dist/react-native/api/standbyPoolManagementContext.d.ts +9 -3
  435. package/dist/react-native/api/standbyPoolManagementContext.d.ts.map +1 -1
  436. package/dist/react-native/api/standbyPoolManagementContext.js +7 -6
  437. package/dist/react-native/api/standbyPoolManagementContext.js.map +1 -1
  438. package/dist/react-native/api/standbyVirtualMachinePoolRuntimeViews/index.d.ts +2 -13
  439. package/dist/react-native/api/standbyVirtualMachinePoolRuntimeViews/index.d.ts.map +1 -1
  440. package/dist/react-native/api/standbyVirtualMachinePoolRuntimeViews/index.js +1 -112
  441. package/dist/react-native/api/standbyVirtualMachinePoolRuntimeViews/index.js.map +1 -1
  442. package/dist/react-native/api/standbyVirtualMachinePoolRuntimeViews/operations.d.ts +14 -0
  443. package/dist/react-native/api/standbyVirtualMachinePoolRuntimeViews/operations.d.ts.map +1 -0
  444. package/dist/react-native/api/standbyVirtualMachinePoolRuntimeViews/operations.js +67 -0
  445. package/dist/react-native/api/standbyVirtualMachinePoolRuntimeViews/operations.js.map +1 -0
  446. package/dist/react-native/api/standbyVirtualMachinePoolRuntimeViews/options.d.ts +8 -0
  447. package/dist/react-native/api/standbyVirtualMachinePoolRuntimeViews/options.d.ts.map +1 -0
  448. package/dist/react-native/api/standbyVirtualMachinePoolRuntimeViews/options.js +4 -0
  449. package/dist/react-native/api/standbyVirtualMachinePoolRuntimeViews/options.js.map +1 -0
  450. package/dist/react-native/api/standbyVirtualMachinePools/index.d.ts +2 -30
  451. package/dist/react-native/api/standbyVirtualMachinePools/index.d.ts.map +1 -1
  452. package/dist/react-native/api/standbyVirtualMachinePools/index.js +1 -324
  453. package/dist/react-native/api/standbyVirtualMachinePools/index.js.map +1 -1
  454. package/dist/react-native/api/standbyVirtualMachinePools/operations.d.ts +36 -0
  455. package/dist/react-native/api/standbyVirtualMachinePools/operations.d.ts.map +1 -0
  456. package/dist/react-native/api/standbyVirtualMachinePools/operations.js +192 -0
  457. package/dist/react-native/api/standbyVirtualMachinePools/operations.js.map +1 -0
  458. package/dist/react-native/api/standbyVirtualMachinePools/options.d.ts +24 -0
  459. package/dist/react-native/api/standbyVirtualMachinePools/options.d.ts.map +1 -0
  460. package/dist/react-native/api/standbyVirtualMachinePools/options.js +4 -0
  461. package/dist/react-native/api/standbyVirtualMachinePools/options.js.map +1 -0
  462. package/dist/react-native/api/standbyVirtualMachines/index.d.ts +2 -13
  463. package/dist/react-native/api/standbyVirtualMachines/index.d.ts.map +1 -1
  464. package/dist/react-native/api/standbyVirtualMachines/index.js +1 -94
  465. package/dist/react-native/api/standbyVirtualMachines/index.js.map +1 -1
  466. package/dist/react-native/api/standbyVirtualMachines/operations.d.ts +14 -0
  467. package/dist/react-native/api/standbyVirtualMachines/operations.d.ts.map +1 -0
  468. package/dist/react-native/api/standbyVirtualMachines/operations.js +63 -0
  469. package/dist/react-native/api/standbyVirtualMachines/operations.js.map +1 -0
  470. package/dist/react-native/api/standbyVirtualMachines/options.d.ts +8 -0
  471. package/dist/react-native/api/standbyVirtualMachines/options.d.ts.map +1 -0
  472. package/dist/react-native/api/standbyVirtualMachines/options.js +4 -0
  473. package/dist/react-native/api/standbyVirtualMachines/options.js.map +1 -0
  474. package/dist/react-native/classic/operations/index.d.ts +3 -6
  475. package/dist/react-native/classic/operations/index.d.ts.map +1 -1
  476. package/dist/react-native/classic/operations/index.js +5 -5
  477. package/dist/react-native/classic/operations/index.js.map +1 -1
  478. package/dist/react-native/classic/standbyContainerGroupPoolRuntimeViews/index.d.ts +5 -9
  479. package/dist/react-native/classic/standbyContainerGroupPoolRuntimeViews/index.d.ts.map +1 -1
  480. package/dist/react-native/classic/standbyContainerGroupPoolRuntimeViews/index.js +6 -6
  481. package/dist/react-native/classic/standbyContainerGroupPoolRuntimeViews/index.js.map +1 -1
  482. package/dist/react-native/classic/standbyContainerGroupPools/index.d.ts +18 -21
  483. package/dist/react-native/classic/standbyContainerGroupPools/index.d.ts.map +1 -1
  484. package/dist/react-native/classic/standbyContainerGroupPools/index.js +10 -10
  485. package/dist/react-native/classic/standbyContainerGroupPools/index.js.map +1 -1
  486. package/dist/react-native/classic/standbyVirtualMachinePoolRuntimeViews/index.d.ts +5 -9
  487. package/dist/react-native/classic/standbyVirtualMachinePoolRuntimeViews/index.d.ts.map +1 -1
  488. package/dist/react-native/classic/standbyVirtualMachinePoolRuntimeViews/index.js +6 -6
  489. package/dist/react-native/classic/standbyVirtualMachinePoolRuntimeViews/index.js.map +1 -1
  490. package/dist/react-native/classic/standbyVirtualMachinePools/index.d.ts +18 -21
  491. package/dist/react-native/classic/standbyVirtualMachinePools/index.d.ts.map +1 -1
  492. package/dist/react-native/classic/standbyVirtualMachinePools/index.js +10 -10
  493. package/dist/react-native/classic/standbyVirtualMachinePools/index.js.map +1 -1
  494. package/dist/react-native/classic/standbyVirtualMachines/index.d.ts +5 -9
  495. package/dist/react-native/classic/standbyVirtualMachines/index.d.ts.map +1 -1
  496. package/dist/react-native/classic/standbyVirtualMachines/index.js +6 -6
  497. package/dist/react-native/classic/standbyVirtualMachines/index.js.map +1 -1
  498. package/dist/react-native/index.d.ts +9 -2
  499. package/dist/react-native/index.d.ts.map +1 -1
  500. package/dist/react-native/index.js +2 -2
  501. package/dist/react-native/index.js.map +1 -1
  502. package/dist/react-native/models/index.d.ts +1 -2
  503. package/dist/react-native/models/index.d.ts.map +1 -1
  504. package/dist/react-native/models/index.js +1 -1
  505. package/dist/react-native/models/index.js.map +1 -1
  506. package/dist/react-native/models/models.d.ts +447 -238
  507. package/dist/react-native/models/models.d.ts.map +1 -1
  508. package/dist/react-native/models/models.js +546 -91
  509. package/dist/react-native/models/models.js.map +1 -1
  510. package/dist/react-native/restorePollerHelpers.js +11 -11
  511. package/dist/react-native/restorePollerHelpers.js.map +1 -1
  512. package/dist/react-native/standbyPoolManagementClient.d.ts +19 -19
  513. package/dist/react-native/standbyPoolManagementClient.d.ts.map +1 -1
  514. package/dist/react-native/standbyPoolManagementClient.js +16 -14
  515. package/dist/react-native/standbyPoolManagementClient.js.map +1 -1
  516. package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -1
  517. package/dist/react-native/static-helpers/pagingHelpers.js +1 -1
  518. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -1
  519. package/dist/react-native/static-helpers/pollingHelpers.d.ts.map +1 -1
  520. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -1
  521. package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
  522. package/dist/react-native/static-helpers/urlTemplate.d.ts.map +1 -0
  523. package/dist/react-native/static-helpers/urlTemplate.js +169 -0
  524. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
  525. package/package.json +149 -16
  526. package/review/arm-standbypool-api-operations.api.md +19 -0
  527. package/review/arm-standbypool-api-standbyContainerGroupPoolRuntimeViews.api.md +26 -0
  528. package/review/arm-standbypool-api-standbyContainerGroupPools.api.md +58 -0
  529. package/review/arm-standbypool-api-standbyVirtualMachinePoolRuntimeViews.api.md +26 -0
  530. package/review/arm-standbypool-api-standbyVirtualMachinePools.api.md +58 -0
  531. package/review/arm-standbypool-api-standbyVirtualMachines.api.md +26 -0
  532. package/review/arm-standbypool-api.api.md +27 -0
  533. package/review/arm-standbypool-models.api.md +105 -83
  534. package/review/arm-standbypool.api.md +110 -6
  535. package/dist/browser/helpers/serializerHelpers.d.ts +0 -3
  536. package/dist/browser/helpers/serializerHelpers.d.ts.map +0 -1
  537. package/dist/browser/helpers/serializerHelpers.js +0 -24
  538. package/dist/browser/helpers/serializerHelpers.js.map +0 -1
  539. package/dist/browser/models/options.d.ts +0 -67
  540. package/dist/browser/models/options.d.ts.map +0 -1
  541. package/dist/browser/models/options.js.map +0 -1
  542. package/dist/commonjs/helpers/serializerHelpers.d.ts +0 -3
  543. package/dist/commonjs/helpers/serializerHelpers.d.ts.map +0 -1
  544. package/dist/commonjs/helpers/serializerHelpers.js +0 -27
  545. package/dist/commonjs/helpers/serializerHelpers.js.map +0 -1
  546. package/dist/commonjs/models/options.d.ts +0 -67
  547. package/dist/commonjs/models/options.d.ts.map +0 -1
  548. package/dist/commonjs/models/options.js.map +0 -1
  549. package/dist/esm/helpers/serializerHelpers.d.ts +0 -3
  550. package/dist/esm/helpers/serializerHelpers.d.ts.map +0 -1
  551. package/dist/esm/helpers/serializerHelpers.js +0 -24
  552. package/dist/esm/helpers/serializerHelpers.js.map +0 -1
  553. package/dist/esm/models/options.d.ts +0 -67
  554. package/dist/esm/models/options.d.ts.map +0 -1
  555. package/dist/esm/models/options.js.map +0 -1
  556. package/dist/react-native/helpers/serializerHelpers.d.ts +0 -3
  557. package/dist/react-native/helpers/serializerHelpers.d.ts.map +0 -1
  558. package/dist/react-native/helpers/serializerHelpers.js +0 -24
  559. package/dist/react-native/helpers/serializerHelpers.js.map +0 -1
  560. package/dist/react-native/models/options.d.ts +0 -67
  561. package/dist/react-native/models/options.d.ts.map +0 -1
  562. package/dist/react-native/models/options.js.map +0 -1
  563. /package/dist/browser/{models → api/operations}/options.js +0 -0
  564. /package/dist/{esm/models → browser/api/standbyContainerGroupPoolRuntimeViews}/options.js +0 -0
  565. /package/dist/{react-native/models → browser/api/standbyContainerGroupPools}/options.js +0 -0
  566. /package/dist/commonjs/{models → api/operations}/options.js +0 -0
@@ -1,3 +1,183 @@
1
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
2
+ export interface _OperationListResult {
3
+ /** The Operation items on this page */
4
+ value: Operation[];
5
+ /** The link to the next page of items */
6
+ nextLink?: string;
7
+ }
8
+ export declare function _operationListResultDeserializer(item: any): _OperationListResult;
9
+ export declare function operationArrayDeserializer(result: Array<Operation>): any[];
10
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
11
+ export interface Operation {
12
+ /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
13
+ readonly name?: string;
14
+ /** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
15
+ readonly isDataAction?: boolean;
16
+ /** Localized display information for this particular operation. */
17
+ display?: OperationDisplay;
18
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
19
+ readonly origin?: Origin;
20
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
21
+ readonly actionType?: ActionType;
22
+ }
23
+ export declare function operationDeserializer(item: any): Operation;
24
+ /** Localized display information for and operation. */
25
+ export interface OperationDisplay {
26
+ /** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
27
+ readonly provider?: string;
28
+ /** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
29
+ readonly resource?: string;
30
+ /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
31
+ readonly operation?: string;
32
+ /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
33
+ readonly description?: string;
34
+ }
35
+ export declare function operationDisplayDeserializer(item: any): OperationDisplay;
36
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
37
+ export declare enum KnownOrigin {
38
+ /** Indicates the operation is initiated by a user. */
39
+ User = "user",
40
+ /** Indicates the operation is initiated by a system. */
41
+ System = "system",
42
+ /** Indicates the operation is initiated by a user or system. */
43
+ UserSystem = "user,system"
44
+ }
45
+ /**
46
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
47
+ * {@link KnownOrigin} can be used interchangeably with Origin,
48
+ * this enum contains the known values that the service supports.
49
+ * ### Known values supported by the service
50
+ * **user**: Indicates the operation is initiated by a user. \
51
+ * **system**: Indicates the operation is initiated by a system. \
52
+ * **user,system**: Indicates the operation is initiated by a user or system.
53
+ */
54
+ export type Origin = string;
55
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
56
+ export declare enum KnownActionType {
57
+ /** Actions are for internal-only APIs. */
58
+ Internal = "Internal"
59
+ }
60
+ /**
61
+ * Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
62
+ * {@link KnownActionType} can be used interchangeably with ActionType,
63
+ * this enum contains the known values that the service supports.
64
+ * ### Known values supported by the service
65
+ * **Internal**: Actions are for internal-only APIs.
66
+ */
67
+ export type ActionType = string;
68
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
69
+ export interface ErrorResponse {
70
+ /** The error object. */
71
+ error?: ErrorDetail;
72
+ }
73
+ export declare function errorResponseDeserializer(item: any): ErrorResponse;
74
+ /** The error detail. */
75
+ export interface ErrorDetail {
76
+ /** The error code. */
77
+ readonly code?: string;
78
+ /** The error message. */
79
+ readonly message?: string;
80
+ /** The error target. */
81
+ readonly target?: string;
82
+ /** The error details. */
83
+ readonly details?: ErrorDetail[];
84
+ /** The error additional info. */
85
+ readonly additionalInfo?: ErrorAdditionalInfo[];
86
+ }
87
+ export declare function errorDetailDeserializer(item: any): ErrorDetail;
88
+ export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
89
+ export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
90
+ /** The resource management error additional info. */
91
+ export interface ErrorAdditionalInfo {
92
+ /** The additional info type. */
93
+ readonly type?: string;
94
+ /** The additional info. */
95
+ readonly info?: Record<string, any>;
96
+ }
97
+ export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
98
+ /** model interface _ErrorAdditionalInfoInfo */
99
+ export interface _ErrorAdditionalInfoInfo {
100
+ }
101
+ export declare function _errorAdditionalInfoInfoDeserializer(item: any): _ErrorAdditionalInfoInfo;
102
+ /** A StandbyVirtualMachinePoolResource. */
103
+ export interface StandbyVirtualMachinePoolResource extends TrackedResource {
104
+ /** The resource-specific properties for this resource. */
105
+ properties?: StandbyVirtualMachinePoolResourceProperties;
106
+ }
107
+ export declare function standbyVirtualMachinePoolResourceSerializer(item: StandbyVirtualMachinePoolResource): any;
108
+ export declare function standbyVirtualMachinePoolResourceDeserializer(item: any): StandbyVirtualMachinePoolResource;
109
+ /** Details of the StandbyVirtualMachinePool. */
110
+ export interface StandbyVirtualMachinePoolResourceProperties {
111
+ /** Specifies the elasticity profile of the standby virtual machine pools. */
112
+ elasticityProfile?: StandbyVirtualMachinePoolElasticityProfile;
113
+ /** Specifies the desired state of virtual machines in the pool. */
114
+ virtualMachineState: VirtualMachineState;
115
+ /** Specifies the fully qualified resource ID of a virtual machine scale set the pool is attached to. */
116
+ attachedVirtualMachineScaleSetId?: string;
117
+ /** The status of the last operation. */
118
+ readonly provisioningState?: ProvisioningState;
119
+ }
120
+ export declare function standbyVirtualMachinePoolResourcePropertiesSerializer(item: StandbyVirtualMachinePoolResourceProperties): any;
121
+ export declare function standbyVirtualMachinePoolResourcePropertiesDeserializer(item: any): StandbyVirtualMachinePoolResourceProperties;
122
+ /** Details of the elasticity profile. */
123
+ export interface StandbyVirtualMachinePoolElasticityProfile {
124
+ /** Specifies the maximum number of virtual machines in the standby virtual machine pool. */
125
+ maxReadyCapacity: number;
126
+ /** Specifies the desired minimum number of virtual machines in the standby virtual machine pool. MinReadyCapacity cannot exceed MaxReadyCapacity. */
127
+ minReadyCapacity?: number;
128
+ }
129
+ export declare function standbyVirtualMachinePoolElasticityProfileSerializer(item: StandbyVirtualMachinePoolElasticityProfile): any;
130
+ export declare function standbyVirtualMachinePoolElasticityProfileDeserializer(item: any): StandbyVirtualMachinePoolElasticityProfile;
131
+ /** State of standby virtual machines */
132
+ export declare enum KnownVirtualMachineState {
133
+ /** The virtual machine is up and running. */
134
+ Running = "Running",
135
+ /** The virtual machine has released the lease on the underlying hardware and is powered off. */
136
+ Deallocated = "Deallocated",
137
+ /** The virtual machine has released the lease on the underlying hardware and is powered off. Memory contents of the VM are stored in the OS disk. When started again, applications and processes that were previously running in your VM resume from the state prior to hibernation. */
138
+ Hibernated = "Hibernated"
139
+ }
140
+ /**
141
+ * State of standby virtual machines \
142
+ * {@link KnownVirtualMachineState} can be used interchangeably with VirtualMachineState,
143
+ * this enum contains the known values that the service supports.
144
+ * ### Known values supported by the service
145
+ * **Running**: The virtual machine is up and running. \
146
+ * **Deallocated**: The virtual machine has released the lease on the underlying hardware and is powered off. \
147
+ * **Hibernated**: The virtual machine has released the lease on the underlying hardware and is powered off. Memory contents of the VM are stored in the OS disk. When started again, applications and processes that were previously running in your VM resume from the state prior to hibernation.
148
+ */
149
+ export type VirtualMachineState = string;
150
+ /** Provisioning state */
151
+ export declare enum KnownProvisioningState {
152
+ /** Resource has been created. */
153
+ Succeeded = "Succeeded",
154
+ /** Resource creation failed. */
155
+ Failed = "Failed",
156
+ /** Resource creation was canceled. */
157
+ Canceled = "Canceled",
158
+ /** Resource is being deleted. */
159
+ Deleting = "Deleting"
160
+ }
161
+ /**
162
+ * Provisioning state \
163
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
164
+ * this enum contains the known values that the service supports.
165
+ * ### Known values supported by the service
166
+ * **Succeeded**: Resource has been created. \
167
+ * **Failed**: Resource creation failed. \
168
+ * **Canceled**: Resource creation was canceled. \
169
+ * **Deleting**: Resource is being deleted.
170
+ */
171
+ export type ProvisioningState = string;
172
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
173
+ export interface TrackedResource extends Resource {
174
+ /** Resource tags. */
175
+ tags?: Record<string, string>;
176
+ /** The geo-location where the resource lives */
177
+ location: string;
178
+ }
179
+ export declare function trackedResourceSerializer(item: TrackedResource): any;
180
+ export declare function trackedResourceDeserializer(item: any): TrackedResource;
1
181
  /** Common fields that are returned in the response for all Azure Resource Manager resources */
2
182
  export interface Resource {
3
183
  /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
@@ -10,6 +190,7 @@ export interface Resource {
10
190
  readonly systemData?: SystemData;
11
191
  }
12
192
  export declare function resourceSerializer(item: Resource): any;
193
+ export declare function resourceDeserializer(item: any): Resource;
13
194
  /** Metadata pertaining to creation and last modification of the resource. */
14
195
  export interface SystemData {
15
196
  /** The identity that created the resource. */
@@ -25,86 +206,223 @@ export interface SystemData {
25
206
  /** The timestamp of resource last modification (UTC) */
26
207
  lastModifiedAt?: Date;
27
208
  }
28
- /** Known values of {@link CreatedByType} that the service accepts. */
209
+ export declare function systemDataDeserializer(item: any): SystemData;
210
+ /** The kind of entity that created the resource. */
29
211
  export declare enum KnownCreatedByType {
30
- /** User */
212
+ /** The entity was created by a user. */
31
213
  User = "User",
32
- /** Application */
214
+ /** The entity was created by an application. */
33
215
  Application = "Application",
34
- /** ManagedIdentity */
216
+ /** The entity was created by a managed identity. */
35
217
  ManagedIdentity = "ManagedIdentity",
36
- /** Key */
218
+ /** The entity was created by a key. */
37
219
  Key = "Key"
38
220
  }
39
221
  /**
40
222
  * The kind of entity that created the resource. \
41
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
223
+ * {@link KnowncreatedByType} can be used interchangeably with createdByType,
42
224
  * this enum contains the known values that the service supports.
43
225
  * ### Known values supported by the service
44
- * **User** \
45
- * **Application** \
46
- * **ManagedIdentity** \
47
- * **Key**
226
+ * **User**: The entity was created by a user. \
227
+ * **Application**: The entity was created by an application. \
228
+ * **ManagedIdentity**: The entity was created by a managed identity. \
229
+ * **Key**: The entity was created by a key.
48
230
  */
49
231
  export type CreatedByType = string;
232
+ /** The type used for update operations of the StandbyVirtualMachinePoolResource. */
233
+ export interface StandbyVirtualMachinePoolResourceUpdate {
234
+ /** Resource tags. */
235
+ tags?: Record<string, string>;
236
+ /** The resource-specific properties for this resource. */
237
+ properties?: StandbyVirtualMachinePoolResourceUpdateProperties;
238
+ }
239
+ export declare function standbyVirtualMachinePoolResourceUpdateSerializer(item: StandbyVirtualMachinePoolResourceUpdate): any;
240
+ /** The updatable properties of the StandbyVirtualMachinePoolResource. */
241
+ export interface StandbyVirtualMachinePoolResourceUpdateProperties {
242
+ /** Specifies the elasticity profile of the standby virtual machine pools. */
243
+ elasticityProfile?: StandbyVirtualMachinePoolElasticityProfile;
244
+ /** Specifies the desired state of virtual machines in the pool. */
245
+ virtualMachineState?: VirtualMachineState;
246
+ /** Specifies the fully qualified resource ID of a virtual machine scale set the pool is attached to. */
247
+ attachedVirtualMachineScaleSetId?: string;
248
+ }
249
+ export declare function standbyVirtualMachinePoolResourceUpdatePropertiesSerializer(item: StandbyVirtualMachinePoolResourceUpdateProperties): any;
250
+ /** The response of a StandbyVirtualMachinePoolResource list operation. */
251
+ export interface _StandbyVirtualMachinePoolResourceListResult {
252
+ /** The StandbyVirtualMachinePoolResource items on this page */
253
+ value: StandbyVirtualMachinePoolResource[];
254
+ /** The link to the next page of items */
255
+ nextLink?: string;
256
+ }
257
+ export declare function _standbyVirtualMachinePoolResourceListResultDeserializer(item: any): _StandbyVirtualMachinePoolResourceListResult;
258
+ export declare function standbyVirtualMachinePoolResourceArraySerializer(result: Array<StandbyVirtualMachinePoolResource>): any[];
259
+ export declare function standbyVirtualMachinePoolResourceArrayDeserializer(result: Array<StandbyVirtualMachinePoolResource>): any[];
260
+ /** Concrete proxy resource types can be created by aliasing this type using a specific property type. */
261
+ export interface StandbyVirtualMachineResource extends ProxyResource {
262
+ /** The resource-specific properties for this resource. */
263
+ properties?: StandbyVirtualMachineResourceProperties;
264
+ }
265
+ export declare function standbyVirtualMachineResourceDeserializer(item: any): StandbyVirtualMachineResource;
266
+ /** Details of the StandbyVirtualMachine. */
267
+ export interface StandbyVirtualMachineResourceProperties {
268
+ /** Resource id of the virtual machine. */
269
+ virtualMachineResourceId: string;
270
+ /** The status of the last operation. */
271
+ readonly provisioningState?: ProvisioningState;
272
+ }
273
+ export declare function standbyVirtualMachineResourcePropertiesDeserializer(item: any): StandbyVirtualMachineResourceProperties;
50
274
  /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
51
275
  export interface ProxyResource extends Resource {
52
276
  }
53
- /** Contains information about a standby container group pool as last known by the StandbyPool resource provider. */
54
- export interface StandbyContainerGroupPoolRuntimeViewResource extends ProxyResource {
277
+ export declare function proxyResourceDeserializer(item: any): ProxyResource;
278
+ /** The response of a StandbyVirtualMachineResource list operation. */
279
+ export interface _StandbyVirtualMachineResourceListResult {
280
+ /** The StandbyVirtualMachineResource items on this page */
281
+ value: StandbyVirtualMachineResource[];
282
+ /** The link to the next page of items */
283
+ nextLink?: string;
284
+ }
285
+ export declare function _standbyVirtualMachineResourceListResultDeserializer(item: any): _StandbyVirtualMachineResourceListResult;
286
+ export declare function standbyVirtualMachineResourceArrayDeserializer(result: Array<StandbyVirtualMachineResource>): any[];
287
+ /** Contains information about a standby virtual machine pool as last known by the StandbyPool resource provider. */
288
+ export interface StandbyVirtualMachinePoolRuntimeViewResource extends ProxyResource {
55
289
  /** The resource-specific properties for this resource. */
56
- properties?: StandbyContainerGroupPoolRuntimeViewResourceProperties;
290
+ properties?: StandbyVirtualMachinePoolRuntimeViewResourceProperties;
57
291
  }
292
+ export declare function standbyVirtualMachinePoolRuntimeViewResourceDeserializer(item: any): StandbyVirtualMachinePoolRuntimeViewResource;
58
293
  /** Contains information about a standby pool as last known by the StandbyPool resource provider. */
59
- export interface StandbyContainerGroupPoolRuntimeViewResourceProperties {
60
- /** A list containing the counts of container groups in each possible state, as known by the StandbyPool resource provider. */
61
- readonly instanceCountSummary: ContainerGroupInstanceCountSummary[];
294
+ export interface StandbyVirtualMachinePoolRuntimeViewResourceProperties {
295
+ /** A list containing the counts of virtual machines in each possible power state for each zone if enabled, as known by the StandbyPool resource provider. If zones are not enabled on the attached VMSS, the list will contain a single entry without zone values. Note: any resources in the Running state may still be installing extensions / not fully provisioned. */
296
+ readonly instanceCountSummary: VirtualMachineInstanceCountSummary[];
297
+ /** Display status of the standby pool */
298
+ readonly status?: PoolStatus;
62
299
  /** Displays the provisioning state of the standby pool */
63
300
  readonly provisioningState?: ProvisioningState;
301
+ /** Displays prediction information of the standby pool */
302
+ readonly prediction?: StandbyVirtualMachinePoolPrediction;
64
303
  }
65
- /** Displays the counts of container groups in each state, as known by the StandbyPool resource provider. */
66
- export interface ContainerGroupInstanceCountSummary {
67
- /** The count of pooled resources in each state. */
68
- instanceCountsByState: PoolResourceStateCount[];
69
- }
70
- /** Displays the counts of pooled resources in each state, as known by the StandbyPool resource provider. */
71
- export interface PoolResourceStateCount {
72
- /** The state that the pooled resources count is for. */
73
- state: string;
74
- /** The count of pooled resources in the given state. */
304
+ export declare function standbyVirtualMachinePoolRuntimeViewResourcePropertiesDeserializer(item: any): StandbyVirtualMachinePoolRuntimeViewResourceProperties;
305
+ export declare function virtualMachineInstanceCountSummaryArrayDeserializer(result: Array<VirtualMachineInstanceCountSummary>): any[];
306
+ /** Contains the counts of VMs in each power state in a given zone, fault domain, as known by the StandbyPool resource provider. Note: any resources in the Running state may still be installing extensions / not fully provisioned. */
307
+ export interface VirtualMachineInstanceCountSummary {
308
+ /** The zone that the provided counts are in. It will not have a value if zones are not enabled on the attached VMSS. */
309
+ zone?: number;
310
+ /** The count of pooled virtual machines in each state for the given zone. */
311
+ instanceCountsByState: PoolVirtualMachineStateCount[];
312
+ }
313
+ export declare function virtualMachineInstanceCountSummaryDeserializer(item: any): VirtualMachineInstanceCountSummary;
314
+ export declare function poolVirtualMachineStateCountArrayDeserializer(result: Array<PoolVirtualMachineStateCount>): any[];
315
+ /** Displays the counts of pooled virtual machines in each state, as known by the StandbyPool resource provider. */
316
+ export interface PoolVirtualMachineStateCount {
317
+ /** The state that the pooled virtual machines count is for. */
318
+ state: PoolVirtualMachineState;
319
+ /** The count of pooled virtual machines in the given state. */
75
320
  count: number;
76
321
  }
77
- /** The response of a StandbyContainerGroupPoolRuntimeViewResource list operation. */
78
- export interface _StandbyContainerGroupPoolRuntimeViewResourceListResult {
79
- /** The StandbyContainerGroupPoolRuntimeViewResource items on this page */
80
- value: StandbyContainerGroupPoolRuntimeViewResource[];
322
+ export declare function poolVirtualMachineStateCountDeserializer(item: any): PoolVirtualMachineStateCount;
323
+ /** The state of the pooled virtual machines. */
324
+ export declare enum KnownPoolVirtualMachineState {
325
+ /** The virtual machine is up and running. */
326
+ Running = "Running",
327
+ /** The virtual machine is creating. */
328
+ Creating = "Creating",
329
+ /** The virtual machine is starting. */
330
+ Starting = "Starting",
331
+ /** The virtual machine is deleting. */
332
+ Deleting = "Deleting",
333
+ /** The virtual machine has released the lease on the underlying hardware and is powered off. */
334
+ Deallocated = "Deallocated",
335
+ /** The virtual machine is releasing the lease on the underlying hardware and is powered off. */
336
+ Deallocating = "Deallocating",
337
+ /** The virtual machine has released the lease on the underlying hardware and is powered off. Memory contents of the VM are stored in the OS disk. When started again, applications and processes that were previously running in your VM resume from the state prior to hibernation. */
338
+ Hibernated = "Hibernated",
339
+ /** The virtual machine is hibernating. */
340
+ Hibernating = "Hibernating"
341
+ }
342
+ /**
343
+ * The state of the pooled virtual machines. \
344
+ * {@link KnownPoolVirtualMachineState} can be used interchangeably with PoolVirtualMachineState,
345
+ * this enum contains the known values that the service supports.
346
+ * ### Known values supported by the service
347
+ * **Running**: The virtual machine is up and running. \
348
+ * **Creating**: The virtual machine is creating. \
349
+ * **Starting**: The virtual machine is starting. \
350
+ * **Deleting**: The virtual machine is deleting. \
351
+ * **Deallocated**: The virtual machine has released the lease on the underlying hardware and is powered off. \
352
+ * **Deallocating**: The virtual machine is releasing the lease on the underlying hardware and is powered off. \
353
+ * **Hibernated**: The virtual machine has released the lease on the underlying hardware and is powered off. Memory contents of the VM are stored in the OS disk. When started again, applications and processes that were previously running in your VM resume from the state prior to hibernation. \
354
+ * **Hibernating**: The virtual machine is hibernating.
355
+ */
356
+ export type PoolVirtualMachineState = string;
357
+ /** Displays StandbyPool status. */
358
+ export interface PoolStatus {
359
+ /** Displays the healthy state of the StandbyPool. */
360
+ readonly code: HealthStateCode;
361
+ /** Displays the StandbyPool health state details. */
362
+ readonly message?: string;
363
+ }
364
+ export declare function poolStatusDeserializer(item: any): PoolStatus;
365
+ /** StandbyPool health state. */
366
+ export declare enum KnownHealthStateCode {
367
+ /** StandbyPool is in healthy state. */
368
+ Healthy = "HealthState/healthy",
369
+ /** StandbyPool is in degraded state. */
370
+ Degraded = "HealthState/degraded"
371
+ }
372
+ /**
373
+ * StandbyPool health state. \
374
+ * {@link KnownHealthStateCode} can be used interchangeably with HealthStateCode,
375
+ * this enum contains the known values that the service supports.
376
+ * ### Known values supported by the service
377
+ * **HealthState\/healthy**: StandbyPool is in healthy state. \
378
+ * **HealthState\/degraded**: StandbyPool is in degraded state.
379
+ */
380
+ export type HealthStateCode = string;
381
+ /** Displays prediction information of the standby pool. */
382
+ export interface StandbyVirtualMachinePoolPrediction {
383
+ /** Displays the forecast information of the standby pool. */
384
+ readonly forecastValues: StandbyVirtualMachinePoolForecastValues;
385
+ /** Displays the UTC timestamp of when the prediction was retrieved for the standby pool. */
386
+ readonly forecastStartTime: Date;
387
+ /** Displays additional information for the prediction of the standby pool. */
388
+ readonly forecastInfo: string;
389
+ }
390
+ export declare function standbyVirtualMachinePoolPredictionDeserializer(item: any): StandbyVirtualMachinePoolPrediction;
391
+ /** Displays the forecast information of the standby pool. */
392
+ export interface StandbyVirtualMachinePoolForecastValues {
393
+ /** Displays the predicted count of instances to be requested from the standby pool. */
394
+ readonly instancesRequestedCount: number[];
395
+ }
396
+ export declare function standbyVirtualMachinePoolForecastValuesDeserializer(item: any): StandbyVirtualMachinePoolForecastValues;
397
+ /** The response of a StandbyVirtualMachinePoolRuntimeViewResource list operation. */
398
+ export interface _StandbyVirtualMachinePoolRuntimeViewResourceListResult {
399
+ /** The StandbyVirtualMachinePoolRuntimeViewResource items on this page */
400
+ value: StandbyVirtualMachinePoolRuntimeViewResource[];
81
401
  /** The link to the next page of items */
82
402
  nextLink?: string;
83
403
  }
84
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
85
- export interface TrackedResource extends Resource {
86
- /** Resource tags. */
87
- tags?: Record<string, string>;
88
- /** The geo-location where the resource lives */
89
- location: string;
90
- }
91
- export declare function trackedResourceSerializer(item: TrackedResource): Record<string, unknown>;
404
+ export declare function _standbyVirtualMachinePoolRuntimeViewResourceListResultDeserializer(item: any): _StandbyVirtualMachinePoolRuntimeViewResourceListResult;
405
+ export declare function standbyVirtualMachinePoolRuntimeViewResourceArrayDeserializer(result: Array<StandbyVirtualMachinePoolRuntimeViewResource>): any[];
92
406
  /** A StandbyContainerGroupPoolResource. */
93
407
  export interface StandbyContainerGroupPoolResource extends TrackedResource {
94
408
  /** The resource-specific properties for this resource. */
95
409
  properties?: StandbyContainerGroupPoolResourceProperties;
96
410
  }
97
- export declare function standbyContainerGroupPoolResourceSerializer(item: StandbyContainerGroupPoolResource): Record<string, unknown>;
411
+ export declare function standbyContainerGroupPoolResourceSerializer(item: StandbyContainerGroupPoolResource): any;
412
+ export declare function standbyContainerGroupPoolResourceDeserializer(item: any): StandbyContainerGroupPoolResource;
98
413
  /** Details of the StandbyContainerGroupPool. */
99
414
  export interface StandbyContainerGroupPoolResourceProperties {
100
415
  /** Specifies elasticity profile of standby container group pools. */
101
416
  elasticityProfile: StandbyContainerGroupPoolElasticityProfile;
102
417
  /** Specifies container group properties of standby container group pools. */
103
418
  containerGroupProperties: ContainerGroupProperties;
419
+ /** Specifies zones of standby container group pools. */
420
+ zones?: string[];
104
421
  /** The status of the last operation. */
105
422
  readonly provisioningState?: ProvisioningState;
106
423
  }
107
- export declare function standbyContainerGroupPoolResourcePropertiesSerializer(item: StandbyContainerGroupPoolResourceProperties): Record<string, unknown>;
424
+ export declare function standbyContainerGroupPoolResourcePropertiesSerializer(item: StandbyContainerGroupPoolResourceProperties): any;
425
+ export declare function standbyContainerGroupPoolResourcePropertiesDeserializer(item: any): StandbyContainerGroupPoolResourceProperties;
108
426
  /** Specifies the elasticity profile of the standby container group pools. */
109
427
  export interface StandbyContainerGroupPoolElasticityProfile {
110
428
  /** Specifies maximum number of standby container groups in the standby pool. */
@@ -112,10 +430,11 @@ export interface StandbyContainerGroupPoolElasticityProfile {
112
430
  /** Specifies refill policy of the pool. */
113
431
  refillPolicy?: RefillPolicy;
114
432
  }
115
- export declare function standbyContainerGroupPoolElasticityProfileSerializer(item: StandbyContainerGroupPoolElasticityProfile): Record<string, unknown>;
116
- /** Known values of {@link RefillPolicy} that the service accepts. */
433
+ export declare function standbyContainerGroupPoolElasticityProfileSerializer(item: StandbyContainerGroupPoolElasticityProfile): any;
434
+ export declare function standbyContainerGroupPoolElasticityProfileDeserializer(item: any): StandbyContainerGroupPoolElasticityProfile;
435
+ /** Refill policy of standby pool */
117
436
  export declare enum KnownRefillPolicy {
118
- /** always */
437
+ /** A refill policy that standby pool is automatically refilled to maintain maxReadyCapacity. */
119
438
  Always = "always"
120
439
  }
121
440
  /**
@@ -123,7 +442,7 @@ export declare enum KnownRefillPolicy {
123
442
  * {@link KnownRefillPolicy} can be used interchangeably with RefillPolicy,
124
443
  * this enum contains the known values that the service supports.
125
444
  * ### Known values supported by the service
126
- * **always**
445
+ * **always**: A refill policy that standby pool is automatically refilled to maintain maxReadyCapacity.
127
446
  */
128
447
  export type RefillPolicy = string;
129
448
  /** Details of the ContainerGroupProperties. */
@@ -133,7 +452,8 @@ export interface ContainerGroupProperties {
133
452
  /** Specifies subnet Ids for container group. */
134
453
  subnetIds?: Subnet[];
135
454
  }
136
- export declare function containerGroupPropertiesSerializer(item: ContainerGroupProperties): Record<string, unknown>;
455
+ export declare function containerGroupPropertiesSerializer(item: ContainerGroupProperties): any;
456
+ export declare function containerGroupPropertiesDeserializer(item: any): ContainerGroupProperties;
137
457
  /** Details of the ContainerGroupProfile. */
138
458
  export interface ContainerGroupProfile {
139
459
  /** Specifies container group profile id of standby container groups. */
@@ -141,13 +461,17 @@ export interface ContainerGroupProfile {
141
461
  /** Specifies revision of container group profile. */
142
462
  revision?: number;
143
463
  }
144
- export declare function containerGroupProfileSerializer(item: ContainerGroupProfile): Record<string, unknown>;
464
+ export declare function containerGroupProfileSerializer(item: ContainerGroupProfile): any;
465
+ export declare function containerGroupProfileDeserializer(item: any): ContainerGroupProfile;
466
+ export declare function subnetArraySerializer(result: Array<Subnet>): any[];
467
+ export declare function subnetArrayDeserializer(result: Array<Subnet>): any[];
145
468
  /** Subnet of container group */
146
469
  export interface Subnet {
147
470
  /** Specifies ARM resource id of the subnet. */
148
471
  id: string;
149
472
  }
150
- export declare function subnetSerializer(item: Subnet): Record<string, unknown>;
473
+ export declare function subnetSerializer(item: Subnet): any;
474
+ export declare function subnetDeserializer(item: any): Subnet;
151
475
  /** The type used for update operations of the StandbyContainerGroupPoolResource. */
152
476
  export interface StandbyContainerGroupPoolResourceUpdate {
153
477
  /** Resource tags. */
@@ -155,15 +479,17 @@ export interface StandbyContainerGroupPoolResourceUpdate {
155
479
  /** The resource-specific properties for this resource. */
156
480
  properties?: StandbyContainerGroupPoolResourceUpdateProperties;
157
481
  }
158
- export declare function standbyContainerGroupPoolResourceUpdateSerializer(item: StandbyContainerGroupPoolResourceUpdate): Record<string, unknown>;
482
+ export declare function standbyContainerGroupPoolResourceUpdateSerializer(item: StandbyContainerGroupPoolResourceUpdate): any;
159
483
  /** The updatable properties of the StandbyContainerGroupPoolResource. */
160
484
  export interface StandbyContainerGroupPoolResourceUpdateProperties {
161
485
  /** Specifies elasticity profile of standby container group pools. */
162
486
  elasticityProfile?: StandbyContainerGroupPoolElasticityProfile;
163
487
  /** Specifies container group properties of standby container group pools. */
164
488
  containerGroupProperties?: ContainerGroupProperties;
489
+ /** Specifies zones of standby container group pools. */
490
+ zones?: string[];
165
491
  }
166
- export declare function standbyContainerGroupPoolResourceUpdatePropertiesSerializer(item: StandbyContainerGroupPoolResourceUpdateProperties): Record<string, unknown>;
492
+ export declare function standbyContainerGroupPoolResourceUpdatePropertiesSerializer(item: StandbyContainerGroupPoolResourceUpdateProperties): any;
167
493
  /** The response of a StandbyContainerGroupPoolResource list operation. */
168
494
  export interface _StandbyContainerGroupPoolResourceListResult {
169
495
  /** The StandbyContainerGroupPoolResource items on this page */
@@ -171,211 +497,94 @@ export interface _StandbyContainerGroupPoolResourceListResult {
171
497
  /** The link to the next page of items */
172
498
  nextLink?: string;
173
499
  }
174
- /** Contains information about a standby virtual machine pool as last known by the StandbyPool resource provider. */
175
- export interface StandbyVirtualMachinePoolRuntimeViewResource extends ProxyResource {
500
+ export declare function _standbyContainerGroupPoolResourceListResultDeserializer(item: any): _StandbyContainerGroupPoolResourceListResult;
501
+ export declare function standbyContainerGroupPoolResourceArraySerializer(result: Array<StandbyContainerGroupPoolResource>): any[];
502
+ export declare function standbyContainerGroupPoolResourceArrayDeserializer(result: Array<StandbyContainerGroupPoolResource>): any[];
503
+ /** Contains information about a standby container group pool as last known by the StandbyPool resource provider. */
504
+ export interface StandbyContainerGroupPoolRuntimeViewResource extends ProxyResource {
176
505
  /** The resource-specific properties for this resource. */
177
- properties?: StandbyVirtualMachinePoolRuntimeViewResourceProperties;
506
+ properties?: StandbyContainerGroupPoolRuntimeViewResourceProperties;
178
507
  }
508
+ export declare function standbyContainerGroupPoolRuntimeViewResourceDeserializer(item: any): StandbyContainerGroupPoolRuntimeViewResource;
179
509
  /** Contains information about a standby pool as last known by the StandbyPool resource provider. */
180
- export interface StandbyVirtualMachinePoolRuntimeViewResourceProperties {
181
- /**
182
- * A list containing the counts of virtual machines in each possible power state for each zone if enabled, as known by the StandbyPool resource provider.
183
- * If zones are not enabled on the attached VMSS, the list will contain a single entry with null zone values.
184
- * Note: any updates to pool resources outside of StandbyPoolRP (i.e deleting a VM through portal) are not reflected here.
185
- * Note: any resources in the Running state may still be installing extensions / not fully provisioned.
186
- */
187
- readonly instanceCountSummary: VirtualMachineInstanceCountSummary[];
510
+ export interface StandbyContainerGroupPoolRuntimeViewResourceProperties {
511
+ /** A list containing the counts of container groups in each possible state, as known by the StandbyPool resource provider. */
512
+ readonly instanceCountSummary: ContainerGroupInstanceCountSummary[];
513
+ /** Display status of the standby pool */
514
+ readonly status?: PoolStatus;
188
515
  /** Displays the provisioning state of the standby pool */
189
516
  readonly provisioningState?: ProvisioningState;
517
+ /** Displays prediction information of the standby pool */
518
+ readonly prediction?: StandbyContainerGroupPoolPrediction;
190
519
  }
191
- /**
192
- * Contains the counts of VMs in each power state in a given zone, fault domain, as known by the StandbyPool resource provider.
193
- * Note: any updates to pool resources outside of StandbyPoolRP (i.e deleting a VM through portal) are not reflected here.
194
- * Note: any resources in the Running state may still be installing extensions / not fully provisioned.
195
- */
196
- export interface VirtualMachineInstanceCountSummary {
197
- /** The zone that the provided counts are in. This is null if zones are not enabled on the attached VMSS. */
520
+ export declare function standbyContainerGroupPoolRuntimeViewResourcePropertiesDeserializer(item: any): StandbyContainerGroupPoolRuntimeViewResourceProperties;
521
+ export declare function containerGroupInstanceCountSummaryArrayDeserializer(result: Array<ContainerGroupInstanceCountSummary>): any[];
522
+ /** Displays the counts of container groups in each state, as known by the StandbyPool resource provider. */
523
+ export interface ContainerGroupInstanceCountSummary {
524
+ /** The zone that the provided counts are in. It will not have a value if zones are not enabled. */
198
525
  zone?: number;
199
- /** The count of pooled resources in each state for the given zone. */
200
- instanceCountsByState: PoolResourceStateCount[];
201
- }
202
- /** The response of a StandbyVirtualMachinePoolRuntimeViewResource list operation. */
203
- export interface _StandbyVirtualMachinePoolRuntimeViewResourceListResult {
204
- /** The StandbyVirtualMachinePoolRuntimeViewResource items on this page */
205
- value: StandbyVirtualMachinePoolRuntimeViewResource[];
206
- /** The link to the next page of items */
207
- nextLink?: string;
208
- }
209
- /** Concrete proxy resource types can be created by aliasing this type using a specific property type. */
210
- export interface StandbyVirtualMachineResource extends ProxyResource {
211
- /** The resource-specific properties for this resource. */
212
- properties?: StandbyVirtualMachineResourceProperties;
213
- }
214
- /** Details of the StandbyVirtualMachine. */
215
- export interface StandbyVirtualMachineResourceProperties {
216
- /** Resource id of the virtual machine. */
217
- virtualMachineResourceId: string;
218
- /** The status of the last operation. */
219
- readonly provisioningState?: ProvisioningState;
220
- }
221
- /** The response of a StandbyVirtualMachineResource list operation. */
222
- export interface _StandbyVirtualMachineResourceListResult {
223
- /** The StandbyVirtualMachineResource items on this page */
224
- value: StandbyVirtualMachineResource[];
225
- /** The link to the next page of items */
226
- nextLink?: string;
227
- }
228
- /** A StandbyVirtualMachinePoolResource. */
229
- export interface StandbyVirtualMachinePoolResource extends TrackedResource {
230
- /** The resource-specific properties for this resource. */
231
- properties?: StandbyVirtualMachinePoolResourceProperties;
232
- }
233
- export declare function standbyVirtualMachinePoolResourceSerializer(item: StandbyVirtualMachinePoolResource): Record<string, unknown>;
234
- /** Details of the StandbyVirtualMachinePool. */
235
- export interface StandbyVirtualMachinePoolResourceProperties {
236
- /** Specifies the elasticity profile of the standby virtual machine pools. */
237
- elasticityProfile?: StandbyVirtualMachinePoolElasticityProfile;
238
- /** Specifies the desired state of virtual machines in the pool. */
239
- virtualMachineState: VirtualMachineState;
240
- /** Specifies the fully qualified resource ID of a virtual machine scale set the pool is attached to. */
241
- attachedVirtualMachineScaleSetId?: string;
242
- /** The status of the last operation. */
243
- readonly provisioningState?: ProvisioningState;
244
- }
245
- export declare function standbyVirtualMachinePoolResourcePropertiesSerializer(item: StandbyVirtualMachinePoolResourceProperties): Record<string, unknown>;
246
- /** Details of the elasticity profile. */
247
- export interface StandbyVirtualMachinePoolElasticityProfile {
248
- /** Specifies the maximum number of virtual machines in the standby virtual machine pool. */
249
- maxReadyCapacity: number;
250
- /** Specifies the desired minimum number of virtual machines in the standby virtual machine pool. MinReadyCapacity cannot exceed MaxReadyCapacity. */
251
- minReadyCapacity?: number;
526
+ /** The count of pooled container groups in each state for the given zone. */
527
+ instanceCountsByState: PoolContainerGroupStateCount[];
528
+ }
529
+ export declare function containerGroupInstanceCountSummaryDeserializer(item: any): ContainerGroupInstanceCountSummary;
530
+ export declare function poolContainerGroupStateCountArrayDeserializer(result: Array<PoolContainerGroupStateCount>): any[];
531
+ /** Displays the counts of pooled container groups in each state, as known by the StandbyPool resource provider. */
532
+ export interface PoolContainerGroupStateCount {
533
+ /** The state that the pooled container groups count is for. */
534
+ state: PoolContainerGroupState;
535
+ /** The count of pooled container groups in the given state. */
536
+ count: number;
252
537
  }
253
- export declare function standbyVirtualMachinePoolElasticityProfileSerializer(item: StandbyVirtualMachinePoolElasticityProfile): Record<string, unknown>;
254
- /** Known values of {@link VirtualMachineState} that the service accepts. */
255
- export declare enum KnownVirtualMachineState {
256
- /** Running */
538
+ export declare function poolContainerGroupStateCountDeserializer(item: any): PoolContainerGroupStateCount;
539
+ /** The state of the pooled container groups. */
540
+ export declare enum KnownPoolContainerGroupState {
541
+ /** The container group is up and running. */
257
542
  Running = "Running",
258
- /** Deallocated */
259
- Deallocated = "Deallocated"
543
+ /** The container group is creating. */
544
+ Creating = "Creating",
545
+ /** The container group is deleting. */
546
+ Deleting = "Deleting"
260
547
  }
261
548
  /**
262
- * State of standby virtual machines \
263
- * {@link KnownVirtualMachineState} can be used interchangeably with VirtualMachineState,
549
+ * The state of the pooled container groups. \
550
+ * {@link KnownPoolContainerGroupState} can be used interchangeably with PoolContainerGroupState,
264
551
  * this enum contains the known values that the service supports.
265
552
  * ### Known values supported by the service
266
- * **Running** \
267
- * **Deallocated**
553
+ * **Running**: The container group is up and running. \
554
+ * **Creating**: The container group is creating. \
555
+ * **Deleting**: The container group is deleting.
268
556
  */
269
- export type VirtualMachineState = string;
270
- /** The type used for update operations of the StandbyVirtualMachinePoolResource. */
271
- export interface StandbyVirtualMachinePoolResourceUpdate {
272
- /** Resource tags. */
273
- tags?: Record<string, string>;
274
- /** The resource-specific properties for this resource. */
275
- properties?: StandbyVirtualMachinePoolResourceUpdateProperties;
276
- }
277
- export declare function standbyVirtualMachinePoolResourceUpdateSerializer(item: StandbyVirtualMachinePoolResourceUpdate): Record<string, unknown>;
278
- /** The updatable properties of the StandbyVirtualMachinePoolResource. */
279
- export interface StandbyVirtualMachinePoolResourceUpdateProperties {
280
- /** Specifies the elasticity profile of the standby virtual machine pools. */
281
- elasticityProfile?: StandbyVirtualMachinePoolElasticityProfile;
282
- /** Specifies the desired state of virtual machines in the pool. */
283
- virtualMachineState?: VirtualMachineState;
284
- /** Specifies the fully qualified resource ID of a virtual machine scale set the pool is attached to. */
285
- attachedVirtualMachineScaleSetId?: string;
286
- }
287
- export declare function standbyVirtualMachinePoolResourceUpdatePropertiesSerializer(item: StandbyVirtualMachinePoolResourceUpdateProperties): Record<string, unknown>;
288
- /** The response of a StandbyVirtualMachinePoolResource list operation. */
289
- export interface _StandbyVirtualMachinePoolResourceListResult {
290
- /** The StandbyVirtualMachinePoolResource items on this page */
291
- value: StandbyVirtualMachinePoolResource[];
292
- /** The link to the next page of items */
293
- nextLink?: string;
294
- }
295
- /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
296
- export interface _OperationListResult {
297
- /** The Operation items on this page */
298
- value: Operation[];
557
+ export type PoolContainerGroupState = string;
558
+ /** Displays prediction information of the standby pool. */
559
+ export interface StandbyContainerGroupPoolPrediction {
560
+ /** Displays the forecast information of the standby pool. */
561
+ readonly forecastValues: StandbyContainerGroupPoolForecastValues;
562
+ /** Displays the UTC timestamp of when the prediction was retrieved for the standby pool. */
563
+ readonly forecastStartTime: Date;
564
+ /** Displays additional information for the prediction of the standby pool. */
565
+ readonly forecastInfo: string;
566
+ }
567
+ export declare function standbyContainerGroupPoolPredictionDeserializer(item: any): StandbyContainerGroupPoolPrediction;
568
+ /** Displays the forecast information of the standby pool. */
569
+ export interface StandbyContainerGroupPoolForecastValues {
570
+ /** Displays the predicted count of instances to be requested from the standby pool. */
571
+ readonly instancesRequestedCount: number[];
572
+ }
573
+ export declare function standbyContainerGroupPoolForecastValuesDeserializer(item: any): StandbyContainerGroupPoolForecastValues;
574
+ /** The response of a StandbyContainerGroupPoolRuntimeViewResource list operation. */
575
+ export interface _StandbyContainerGroupPoolRuntimeViewResourceListResult {
576
+ /** The StandbyContainerGroupPoolRuntimeViewResource items on this page */
577
+ value: StandbyContainerGroupPoolRuntimeViewResource[];
299
578
  /** The link to the next page of items */
300
579
  nextLink?: string;
301
580
  }
302
- /** Details of a REST API operation, returned from the Resource Provider Operations API */
303
- export interface Operation {
304
- /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
305
- readonly name?: string;
306
- /** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
307
- readonly isDataAction?: boolean;
308
- /** Localized display information for this particular operation. */
309
- readonly display?: OperationDisplay;
310
- /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
311
- readonly origin?: Origin;
312
- /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
313
- actionType?: ActionType;
314
- }
315
- /** Localized display information for and operation. */
316
- export interface OperationDisplay {
317
- /** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
318
- readonly provider?: string;
319
- /** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
320
- readonly resource?: string;
321
- /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
322
- readonly operation?: string;
323
- /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
324
- readonly description?: string;
325
- }
326
- /** Known values of {@link Origin} that the service accepts. */
327
- export declare enum KnownOrigin {
328
- /** user */
329
- User = "user",
330
- /** system */
331
- System = "system",
332
- /** user,system */
333
- UserSystem = "user,system"
581
+ export declare function _standbyContainerGroupPoolRuntimeViewResourceListResultDeserializer(item: any): _StandbyContainerGroupPoolRuntimeViewResourceListResult;
582
+ export declare function standbyContainerGroupPoolRuntimeViewResourceArrayDeserializer(result: Array<StandbyContainerGroupPoolRuntimeViewResource>): any[];
583
+ /** Supported API Versions for Microsoft.StandbyPool */
584
+ export declare enum KnownVersions {
585
+ /** API Version 2024-03-01. */
586
+ _20240301 = "2024-03-01",
587
+ /** API Version 2025-03-01. */
588
+ _20250301 = "2025-03-01"
334
589
  }
335
- /**
336
- * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
337
- * {@link KnownOrigin} can be used interchangeably with Origin,
338
- * this enum contains the known values that the service supports.
339
- * ### Known values supported by the service
340
- * **user** \
341
- * **system** \
342
- * **user,system**
343
- */
344
- export type Origin = string;
345
- /** Known values of {@link ActionType} that the service accepts. */
346
- export declare enum KnownActionType {
347
- /** Internal */
348
- Internal = "Internal"
349
- }
350
- /**
351
- * Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
352
- * {@link KnownActionType} can be used interchangeably with ActionType,
353
- * this enum contains the known values that the service supports.
354
- * ### Known values supported by the service
355
- * **Internal**
356
- */
357
- export type ActionType = string;
358
- /** Known values of {@link ProvisioningState} that the service accepts. */
359
- export declare enum KnownProvisioningState {
360
- /** Succeeded */
361
- Succeeded = "Succeeded",
362
- /** Failed */
363
- Failed = "Failed",
364
- /** Canceled */
365
- Canceled = "Canceled",
366
- /** Deleting */
367
- Deleting = "Deleting"
368
- }
369
- /**
370
- * The provisioning state of a resource type. \
371
- * {@link KnownProvisioningState} can be used interchangeably with ResourceProvisioningState,
372
- * this enum contains the known values that the service supports.
373
- * ### Known values supported by the service
374
- * **Succeeded** \
375
- * **Failed** \
376
- * **Canceled** \
377
- * **Deleting**
378
- */
379
- /** Alias for ProvisioningState */
380
- export type ProvisioningState = string;
381
590
  //# sourceMappingURL=models.d.ts.map