@azure/arm-azurestackhci 4.0.0-beta.1 → 4.0.0-beta.3

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 (937) hide show
  1. package/CHANGELOG.md +403 -9
  2. package/LICENSE +4 -4
  3. package/README.md +26 -17
  4. package/dist/browser/azureStackHCIClient.d.ts +33 -0
  5. package/dist/browser/azureStackHCIClient.d.ts.map +1 -0
  6. package/dist/browser/azureStackHCIClient.js +128 -0
  7. package/dist/browser/azureStackHCIClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/dist/browser/index.js +13 -0
  11. package/dist/browser/index.js.map +1 -0
  12. package/dist/browser/lroImpl.d.ts.map +1 -0
  13. package/dist/browser/lroImpl.js +18 -0
  14. package/dist/browser/lroImpl.js.map +1 -0
  15. package/dist/browser/models/index.d.ts +3822 -0
  16. package/dist/browser/models/index.d.ts.map +1 -0
  17. package/dist/browser/models/index.js +632 -0
  18. package/dist/browser/models/index.js.map +1 -0
  19. package/dist/browser/models/mappers.d.ts +147 -0
  20. package/dist/browser/models/mappers.d.ts.map +1 -0
  21. package/dist/browser/models/mappers.js +5276 -0
  22. package/dist/browser/models/mappers.js.map +1 -0
  23. package/dist/browser/models/parameters.d.ts +40 -0
  24. package/dist/browser/models/parameters.d.ts.map +1 -0
  25. package/dist/browser/models/parameters.js +302 -0
  26. package/dist/browser/models/parameters.js.map +1 -0
  27. package/dist/browser/operations/arcSettings.d.ts +129 -0
  28. package/dist/browser/operations/arcSettings.d.ts.map +1 -0
  29. package/dist/browser/operations/arcSettings.js +555 -0
  30. package/dist/browser/operations/arcSettings.js.map +1 -0
  31. package/dist/browser/operations/clusters.d.ts +169 -0
  32. package/dist/browser/operations/clusters.d.ts.map +1 -0
  33. package/dist/browser/operations/clusters.js +851 -0
  34. package/dist/browser/operations/clusters.js.map +1 -0
  35. package/dist/browser/operations/deploymentSettings.d.ts +81 -0
  36. package/dist/browser/operations/deploymentSettings.d.ts.map +1 -0
  37. package/dist/browser/operations/deploymentSettings.js +357 -0
  38. package/dist/browser/operations/deploymentSettings.js.map +1 -0
  39. package/dist/browser/operations/edgeDevices.d.ts +89 -0
  40. package/dist/browser/operations/edgeDevices.d.ts.map +1 -0
  41. package/dist/browser/operations/edgeDevices.js +420 -0
  42. package/dist/browser/operations/edgeDevices.js.map +1 -0
  43. package/dist/browser/operations/extensions.d.ts +129 -0
  44. package/dist/browser/operations/extensions.d.ts.map +1 -0
  45. package/dist/browser/operations/extensions.js +575 -0
  46. package/dist/browser/operations/extensions.js.map +1 -0
  47. package/dist/browser/operations/index.d.ts +14 -0
  48. package/dist/browser/operations/index.d.ts.map +1 -0
  49. package/dist/browser/operations/index.js +21 -0
  50. package/dist/browser/operations/index.js.map +1 -0
  51. package/dist/browser/operations/offers.d.ts +74 -0
  52. package/dist/browser/operations/offers.d.ts.map +1 -0
  53. package/dist/browser/operations/offers.js +279 -0
  54. package/dist/browser/operations/offers.js.map +1 -0
  55. package/dist/browser/operations/operations.d.ts +18 -0
  56. package/dist/browser/operations/operations.d.ts.map +1 -0
  57. package/dist/browser/operations/operations.js +47 -0
  58. package/dist/browser/operations/operations.js.map +1 -0
  59. package/dist/browser/operations/publishers.d.ts +46 -0
  60. package/dist/browser/operations/publishers.d.ts.map +1 -0
  61. package/dist/browser/operations/publishers.js +165 -0
  62. package/dist/browser/operations/publishers.js.map +1 -0
  63. package/dist/browser/operations/securitySettings.d.ts +81 -0
  64. package/dist/browser/operations/securitySettings.d.ts.map +1 -0
  65. package/dist/browser/operations/securitySettings.js +357 -0
  66. package/dist/browser/operations/securitySettings.js.map +1 -0
  67. package/dist/browser/operations/skus.d.ts +54 -0
  68. package/dist/browser/operations/skus.d.ts.map +1 -0
  69. package/dist/browser/operations/skus.js +193 -0
  70. package/dist/browser/operations/skus.js.map +1 -0
  71. package/dist/browser/operations/updateRuns.d.ts +79 -0
  72. package/dist/browser/operations/updateRuns.d.ts.map +1 -0
  73. package/dist/browser/operations/updateRuns.js +309 -0
  74. package/dist/browser/operations/updateRuns.js.map +1 -0
  75. package/dist/browser/operations/updateSummariesOperations.d.ts +68 -0
  76. package/dist/browser/operations/updateSummariesOperations.d.ts.map +1 -0
  77. package/dist/browser/operations/updateSummariesOperations.js +277 -0
  78. package/dist/browser/operations/updateSummariesOperations.js.map +1 -0
  79. package/dist/browser/operations/updates.d.ts +88 -0
  80. package/dist/browser/operations/updates.d.ts.map +1 -0
  81. package/dist/browser/operations/updates.js +366 -0
  82. package/dist/browser/operations/updates.js.map +1 -0
  83. package/dist/browser/operationsInterfaces/arcSettings.d.ts +104 -0
  84. package/dist/browser/operationsInterfaces/arcSettings.d.ts.map +1 -0
  85. package/dist/browser/operationsInterfaces/arcSettings.js +9 -0
  86. package/dist/browser/operationsInterfaces/arcSettings.js.map +1 -0
  87. package/dist/browser/operationsInterfaces/clusters.d.ts +133 -0
  88. package/dist/browser/operationsInterfaces/clusters.d.ts.map +1 -0
  89. package/dist/browser/operationsInterfaces/clusters.js +9 -0
  90. package/dist/browser/operationsInterfaces/clusters.js.map +1 -0
  91. package/dist/browser/operationsInterfaces/deploymentSettings.d.ts +56 -0
  92. package/dist/browser/operationsInterfaces/deploymentSettings.d.ts.map +1 -0
  93. package/dist/browser/operationsInterfaces/deploymentSettings.js +9 -0
  94. package/dist/browser/operationsInterfaces/deploymentSettings.js.map +1 -0
  95. package/dist/browser/operationsInterfaces/edgeDevices.d.ts +66 -0
  96. package/dist/browser/operationsInterfaces/edgeDevices.d.ts.map +1 -0
  97. package/dist/browser/operationsInterfaces/edgeDevices.js +9 -0
  98. package/dist/browser/operationsInterfaces/edgeDevices.js.map +1 -0
  99. package/dist/browser/operationsInterfaces/extensions.d.ts +102 -0
  100. package/dist/browser/operationsInterfaces/extensions.d.ts.map +1 -0
  101. package/dist/browser/operationsInterfaces/extensions.js +9 -0
  102. package/dist/browser/operationsInterfaces/extensions.js.map +1 -0
  103. package/dist/browser/operationsInterfaces/index.d.ts +14 -0
  104. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  105. package/dist/browser/operationsInterfaces/index.js +21 -0
  106. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  107. package/dist/browser/operationsInterfaces/offers.d.ts +30 -0
  108. package/dist/browser/operationsInterfaces/offers.d.ts.map +1 -0
  109. package/dist/browser/operationsInterfaces/offers.js +9 -0
  110. package/dist/browser/operationsInterfaces/offers.js.map +1 -0
  111. package/dist/browser/operationsInterfaces/operations.d.ts +10 -0
  112. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  113. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  114. package/dist/browser/operationsInterfaces/publishers.d.ts +21 -0
  115. package/dist/browser/operationsInterfaces/publishers.d.ts.map +1 -0
  116. package/dist/browser/operationsInterfaces/publishers.js +9 -0
  117. package/dist/browser/operationsInterfaces/publishers.js.map +1 -0
  118. package/dist/browser/operationsInterfaces/securitySettings.d.ts +56 -0
  119. package/dist/browser/operationsInterfaces/securitySettings.d.ts.map +1 -0
  120. package/dist/browser/operationsInterfaces/securitySettings.js +9 -0
  121. package/dist/browser/operationsInterfaces/securitySettings.js.map +1 -0
  122. package/dist/browser/operationsInterfaces/skus.d.ts +25 -0
  123. package/dist/browser/operationsInterfaces/skus.d.ts.map +1 -0
  124. package/dist/browser/operationsInterfaces/skus.js +9 -0
  125. package/dist/browser/operationsInterfaces/skus.js.map +1 -0
  126. package/dist/browser/operationsInterfaces/updateRuns.d.ts +52 -0
  127. package/dist/browser/operationsInterfaces/updateRuns.d.ts.map +1 -0
  128. package/dist/browser/operationsInterfaces/updateRuns.js +9 -0
  129. package/dist/browser/operationsInterfaces/updateRuns.js.map +1 -0
  130. package/dist/browser/operationsInterfaces/updateSummariesOperations.d.ts +43 -0
  131. package/dist/browser/operationsInterfaces/updateSummariesOperations.d.ts.map +1 -0
  132. package/dist/browser/operationsInterfaces/updateSummariesOperations.js +9 -0
  133. package/dist/browser/operationsInterfaces/updateSummariesOperations.js.map +1 -0
  134. package/dist/browser/operationsInterfaces/updates.d.ts +63 -0
  135. package/dist/browser/operationsInterfaces/updates.d.ts.map +1 -0
  136. package/dist/browser/operationsInterfaces/updates.js +9 -0
  137. package/dist/browser/operationsInterfaces/updates.js.map +1 -0
  138. package/dist/browser/package.json +3 -0
  139. package/dist/browser/pagingHelper.js +30 -0
  140. package/dist/browser/pagingHelper.js.map +1 -0
  141. package/dist/commonjs/azureStackHCIClient.d.ts +33 -0
  142. package/dist/commonjs/azureStackHCIClient.d.ts.map +1 -0
  143. package/dist/commonjs/azureStackHCIClient.js +133 -0
  144. package/dist/commonjs/azureStackHCIClient.js.map +1 -0
  145. package/dist/commonjs/index.d.ts +5 -0
  146. package/dist/commonjs/index.d.ts.map +1 -0
  147. package/dist/commonjs/index.js +19 -0
  148. package/dist/commonjs/index.js.map +1 -0
  149. package/dist/commonjs/lroImpl.d.ts +11 -0
  150. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  151. package/dist/commonjs/lroImpl.js +21 -0
  152. package/dist/commonjs/lroImpl.js.map +1 -0
  153. package/dist/commonjs/models/index.d.ts +3822 -0
  154. package/dist/commonjs/models/index.d.ts.map +1 -0
  155. package/dist/commonjs/models/index.js +635 -0
  156. package/dist/commonjs/models/index.js.map +1 -0
  157. package/dist/commonjs/models/mappers.d.ts +147 -0
  158. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  159. package/dist/commonjs/models/mappers.js +5281 -0
  160. package/dist/commonjs/models/mappers.js.map +1 -0
  161. package/dist/commonjs/models/parameters.d.ts +40 -0
  162. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  163. package/dist/commonjs/models/parameters.js +305 -0
  164. package/dist/commonjs/models/parameters.js.map +1 -0
  165. package/dist/commonjs/operations/arcSettings.d.ts +129 -0
  166. package/dist/commonjs/operations/arcSettings.d.ts.map +1 -0
  167. package/dist/commonjs/operations/arcSettings.js +560 -0
  168. package/dist/commonjs/operations/arcSettings.js.map +1 -0
  169. package/dist/commonjs/operations/clusters.d.ts +169 -0
  170. package/dist/commonjs/operations/clusters.d.ts.map +1 -0
  171. package/dist/commonjs/operations/clusters.js +856 -0
  172. package/dist/commonjs/operations/clusters.js.map +1 -0
  173. package/dist/commonjs/operations/deploymentSettings.d.ts +81 -0
  174. package/dist/commonjs/operations/deploymentSettings.d.ts.map +1 -0
  175. package/dist/commonjs/operations/deploymentSettings.js +362 -0
  176. package/dist/commonjs/operations/deploymentSettings.js.map +1 -0
  177. package/dist/commonjs/operations/edgeDevices.d.ts +89 -0
  178. package/dist/commonjs/operations/edgeDevices.d.ts.map +1 -0
  179. package/dist/commonjs/operations/edgeDevices.js +425 -0
  180. package/dist/commonjs/operations/edgeDevices.js.map +1 -0
  181. package/dist/commonjs/operations/extensions.d.ts +129 -0
  182. package/dist/commonjs/operations/extensions.d.ts.map +1 -0
  183. package/dist/commonjs/operations/extensions.js +580 -0
  184. package/dist/commonjs/operations/extensions.js.map +1 -0
  185. package/dist/commonjs/operations/index.d.ts +14 -0
  186. package/dist/commonjs/operations/index.d.ts.map +1 -0
  187. package/dist/commonjs/operations/index.js +24 -0
  188. package/dist/commonjs/operations/index.js.map +1 -0
  189. package/dist/commonjs/operations/offers.d.ts +74 -0
  190. package/dist/commonjs/operations/offers.d.ts.map +1 -0
  191. package/dist/commonjs/operations/offers.js +284 -0
  192. package/dist/commonjs/operations/offers.js.map +1 -0
  193. package/dist/commonjs/operations/operations.d.ts +18 -0
  194. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  195. package/dist/commonjs/operations/operations.js +52 -0
  196. package/dist/commonjs/operations/operations.js.map +1 -0
  197. package/dist/commonjs/operations/publishers.d.ts +46 -0
  198. package/dist/commonjs/operations/publishers.d.ts.map +1 -0
  199. package/dist/commonjs/operations/publishers.js +170 -0
  200. package/dist/commonjs/operations/publishers.js.map +1 -0
  201. package/dist/commonjs/operations/securitySettings.d.ts +81 -0
  202. package/dist/commonjs/operations/securitySettings.d.ts.map +1 -0
  203. package/dist/commonjs/operations/securitySettings.js +362 -0
  204. package/dist/commonjs/operations/securitySettings.js.map +1 -0
  205. package/dist/commonjs/operations/skus.d.ts +54 -0
  206. package/dist/commonjs/operations/skus.d.ts.map +1 -0
  207. package/dist/commonjs/operations/skus.js +198 -0
  208. package/dist/commonjs/operations/skus.js.map +1 -0
  209. package/dist/commonjs/operations/updateRuns.d.ts +79 -0
  210. package/dist/commonjs/operations/updateRuns.d.ts.map +1 -0
  211. package/dist/commonjs/operations/updateRuns.js +314 -0
  212. package/dist/commonjs/operations/updateRuns.js.map +1 -0
  213. package/dist/commonjs/operations/updateSummariesOperations.d.ts +68 -0
  214. package/dist/commonjs/operations/updateSummariesOperations.d.ts.map +1 -0
  215. package/dist/commonjs/operations/updateSummariesOperations.js +282 -0
  216. package/dist/commonjs/operations/updateSummariesOperations.js.map +1 -0
  217. package/dist/commonjs/operations/updates.d.ts +88 -0
  218. package/dist/commonjs/operations/updates.d.ts.map +1 -0
  219. package/dist/commonjs/operations/updates.js +371 -0
  220. package/dist/commonjs/operations/updates.js.map +1 -0
  221. package/dist/commonjs/operationsInterfaces/arcSettings.d.ts +104 -0
  222. package/dist/commonjs/operationsInterfaces/arcSettings.d.ts.map +1 -0
  223. package/dist/commonjs/operationsInterfaces/arcSettings.js +10 -0
  224. package/dist/commonjs/operationsInterfaces/arcSettings.js.map +1 -0
  225. package/dist/commonjs/operationsInterfaces/clusters.d.ts +133 -0
  226. package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +1 -0
  227. package/dist/commonjs/operationsInterfaces/clusters.js +10 -0
  228. package/dist/commonjs/operationsInterfaces/clusters.js.map +1 -0
  229. package/dist/commonjs/operationsInterfaces/deploymentSettings.d.ts +56 -0
  230. package/dist/commonjs/operationsInterfaces/deploymentSettings.d.ts.map +1 -0
  231. package/dist/commonjs/operationsInterfaces/deploymentSettings.js +10 -0
  232. package/dist/commonjs/operationsInterfaces/deploymentSettings.js.map +1 -0
  233. package/dist/commonjs/operationsInterfaces/edgeDevices.d.ts +66 -0
  234. package/dist/commonjs/operationsInterfaces/edgeDevices.d.ts.map +1 -0
  235. package/dist/commonjs/operationsInterfaces/edgeDevices.js +10 -0
  236. package/dist/commonjs/operationsInterfaces/edgeDevices.js.map +1 -0
  237. package/dist/commonjs/operationsInterfaces/extensions.d.ts +102 -0
  238. package/dist/commonjs/operationsInterfaces/extensions.d.ts.map +1 -0
  239. package/dist/commonjs/operationsInterfaces/extensions.js +10 -0
  240. package/dist/commonjs/operationsInterfaces/extensions.js.map +1 -0
  241. package/dist/commonjs/operationsInterfaces/index.d.ts +14 -0
  242. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  243. package/dist/commonjs/operationsInterfaces/index.js +24 -0
  244. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  245. package/dist/commonjs/operationsInterfaces/offers.d.ts +30 -0
  246. package/dist/commonjs/operationsInterfaces/offers.d.ts.map +1 -0
  247. package/dist/commonjs/operationsInterfaces/offers.js +10 -0
  248. package/dist/commonjs/operationsInterfaces/offers.js.map +1 -0
  249. package/dist/commonjs/operationsInterfaces/operations.d.ts +10 -0
  250. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  251. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  252. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  253. package/dist/commonjs/operationsInterfaces/publishers.d.ts +21 -0
  254. package/dist/commonjs/operationsInterfaces/publishers.d.ts.map +1 -0
  255. package/dist/commonjs/operationsInterfaces/publishers.js +10 -0
  256. package/dist/commonjs/operationsInterfaces/publishers.js.map +1 -0
  257. package/dist/commonjs/operationsInterfaces/securitySettings.d.ts +56 -0
  258. package/dist/commonjs/operationsInterfaces/securitySettings.d.ts.map +1 -0
  259. package/dist/commonjs/operationsInterfaces/securitySettings.js +10 -0
  260. package/dist/commonjs/operationsInterfaces/securitySettings.js.map +1 -0
  261. package/dist/commonjs/operationsInterfaces/skus.d.ts +25 -0
  262. package/dist/commonjs/operationsInterfaces/skus.d.ts.map +1 -0
  263. package/dist/commonjs/operationsInterfaces/skus.js +10 -0
  264. package/dist/commonjs/operationsInterfaces/skus.js.map +1 -0
  265. package/dist/commonjs/operationsInterfaces/updateRuns.d.ts +52 -0
  266. package/dist/commonjs/operationsInterfaces/updateRuns.d.ts.map +1 -0
  267. package/dist/commonjs/operationsInterfaces/updateRuns.js +10 -0
  268. package/dist/commonjs/operationsInterfaces/updateRuns.js.map +1 -0
  269. package/dist/commonjs/operationsInterfaces/updateSummariesOperations.d.ts +43 -0
  270. package/dist/commonjs/operationsInterfaces/updateSummariesOperations.d.ts.map +1 -0
  271. package/dist/commonjs/operationsInterfaces/updateSummariesOperations.js +10 -0
  272. package/dist/commonjs/operationsInterfaces/updateSummariesOperations.js.map +1 -0
  273. package/dist/commonjs/operationsInterfaces/updates.d.ts +63 -0
  274. package/dist/commonjs/operationsInterfaces/updates.d.ts.map +1 -0
  275. package/dist/commonjs/operationsInterfaces/updates.js +10 -0
  276. package/dist/commonjs/operationsInterfaces/updates.js.map +1 -0
  277. package/dist/commonjs/package.json +3 -0
  278. package/dist/commonjs/pagingHelper.d.ts +13 -0
  279. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  280. package/dist/commonjs/pagingHelper.js +34 -0
  281. package/dist/commonjs/pagingHelper.js.map +1 -0
  282. package/dist/commonjs/tsdoc-metadata.json +11 -0
  283. package/dist/esm/azureStackHCIClient.d.ts +33 -0
  284. package/dist/esm/azureStackHCIClient.d.ts.map +1 -0
  285. package/dist/esm/azureStackHCIClient.js +128 -0
  286. package/dist/esm/azureStackHCIClient.js.map +1 -0
  287. package/dist/esm/index.d.ts +5 -0
  288. package/dist/esm/index.d.ts.map +1 -0
  289. package/dist/esm/index.js +13 -0
  290. package/dist/esm/index.js.map +1 -0
  291. package/dist/esm/lroImpl.d.ts +11 -0
  292. package/dist/esm/lroImpl.d.ts.map +1 -0
  293. package/dist/esm/lroImpl.js +18 -0
  294. package/dist/esm/lroImpl.js.map +1 -0
  295. package/dist/esm/models/index.d.ts +3822 -0
  296. package/dist/esm/models/index.d.ts.map +1 -0
  297. package/dist/esm/models/index.js +632 -0
  298. package/dist/esm/models/index.js.map +1 -0
  299. package/dist/esm/models/mappers.d.ts +147 -0
  300. package/dist/esm/models/mappers.d.ts.map +1 -0
  301. package/dist/esm/models/mappers.js +5276 -0
  302. package/dist/esm/models/mappers.js.map +1 -0
  303. package/dist/esm/models/parameters.d.ts +40 -0
  304. package/dist/esm/models/parameters.d.ts.map +1 -0
  305. package/dist/esm/models/parameters.js +302 -0
  306. package/dist/esm/models/parameters.js.map +1 -0
  307. package/dist/esm/operations/arcSettings.d.ts +129 -0
  308. package/dist/esm/operations/arcSettings.d.ts.map +1 -0
  309. package/dist/esm/operations/arcSettings.js +555 -0
  310. package/dist/esm/operations/arcSettings.js.map +1 -0
  311. package/dist/esm/operations/clusters.d.ts +169 -0
  312. package/dist/esm/operations/clusters.d.ts.map +1 -0
  313. package/dist/esm/operations/clusters.js +851 -0
  314. package/dist/esm/operations/clusters.js.map +1 -0
  315. package/dist/esm/operations/deploymentSettings.d.ts +81 -0
  316. package/dist/esm/operations/deploymentSettings.d.ts.map +1 -0
  317. package/dist/esm/operations/deploymentSettings.js +357 -0
  318. package/dist/esm/operations/deploymentSettings.js.map +1 -0
  319. package/dist/esm/operations/edgeDevices.d.ts +89 -0
  320. package/dist/esm/operations/edgeDevices.d.ts.map +1 -0
  321. package/dist/esm/operations/edgeDevices.js +420 -0
  322. package/dist/esm/operations/edgeDevices.js.map +1 -0
  323. package/dist/esm/operations/extensions.d.ts +129 -0
  324. package/dist/esm/operations/extensions.d.ts.map +1 -0
  325. package/dist/esm/operations/extensions.js +575 -0
  326. package/dist/esm/operations/extensions.js.map +1 -0
  327. package/dist/esm/operations/index.d.ts +14 -0
  328. package/dist/esm/operations/index.d.ts.map +1 -0
  329. package/dist/esm/operations/index.js +21 -0
  330. package/dist/esm/operations/index.js.map +1 -0
  331. package/dist/esm/operations/offers.d.ts +74 -0
  332. package/dist/esm/operations/offers.d.ts.map +1 -0
  333. package/dist/esm/operations/offers.js +279 -0
  334. package/dist/esm/operations/offers.js.map +1 -0
  335. package/dist/esm/operations/operations.d.ts +18 -0
  336. package/dist/esm/operations/operations.d.ts.map +1 -0
  337. package/dist/esm/operations/operations.js +47 -0
  338. package/dist/esm/operations/operations.js.map +1 -0
  339. package/dist/esm/operations/publishers.d.ts +46 -0
  340. package/dist/esm/operations/publishers.d.ts.map +1 -0
  341. package/dist/esm/operations/publishers.js +165 -0
  342. package/dist/esm/operations/publishers.js.map +1 -0
  343. package/dist/esm/operations/securitySettings.d.ts +81 -0
  344. package/dist/esm/operations/securitySettings.d.ts.map +1 -0
  345. package/dist/esm/operations/securitySettings.js +357 -0
  346. package/dist/esm/operations/securitySettings.js.map +1 -0
  347. package/dist/esm/operations/skus.d.ts +54 -0
  348. package/dist/esm/operations/skus.d.ts.map +1 -0
  349. package/dist/esm/operations/skus.js +193 -0
  350. package/dist/esm/operations/skus.js.map +1 -0
  351. package/dist/esm/operations/updateRuns.d.ts +79 -0
  352. package/dist/esm/operations/updateRuns.d.ts.map +1 -0
  353. package/dist/esm/operations/updateRuns.js +309 -0
  354. package/dist/esm/operations/updateRuns.js.map +1 -0
  355. package/dist/esm/operations/updateSummariesOperations.d.ts +68 -0
  356. package/dist/esm/operations/updateSummariesOperations.d.ts.map +1 -0
  357. package/dist/esm/operations/updateSummariesOperations.js +277 -0
  358. package/dist/esm/operations/updateSummariesOperations.js.map +1 -0
  359. package/dist/esm/operations/updates.d.ts +88 -0
  360. package/dist/esm/operations/updates.d.ts.map +1 -0
  361. package/dist/esm/operations/updates.js +366 -0
  362. package/dist/esm/operations/updates.js.map +1 -0
  363. package/dist/esm/operationsInterfaces/arcSettings.d.ts +104 -0
  364. package/dist/esm/operationsInterfaces/arcSettings.d.ts.map +1 -0
  365. package/dist/esm/operationsInterfaces/arcSettings.js +9 -0
  366. package/dist/esm/operationsInterfaces/arcSettings.js.map +1 -0
  367. package/dist/esm/operationsInterfaces/clusters.d.ts +133 -0
  368. package/dist/esm/operationsInterfaces/clusters.d.ts.map +1 -0
  369. package/dist/esm/operationsInterfaces/clusters.js +9 -0
  370. package/dist/esm/operationsInterfaces/clusters.js.map +1 -0
  371. package/dist/esm/operationsInterfaces/deploymentSettings.d.ts +56 -0
  372. package/dist/esm/operationsInterfaces/deploymentSettings.d.ts.map +1 -0
  373. package/dist/esm/operationsInterfaces/deploymentSettings.js +9 -0
  374. package/dist/esm/operationsInterfaces/deploymentSettings.js.map +1 -0
  375. package/dist/esm/operationsInterfaces/edgeDevices.d.ts +66 -0
  376. package/dist/esm/operationsInterfaces/edgeDevices.d.ts.map +1 -0
  377. package/dist/esm/operationsInterfaces/edgeDevices.js +9 -0
  378. package/dist/esm/operationsInterfaces/edgeDevices.js.map +1 -0
  379. package/dist/esm/operationsInterfaces/extensions.d.ts +102 -0
  380. package/dist/esm/operationsInterfaces/extensions.d.ts.map +1 -0
  381. package/dist/esm/operationsInterfaces/extensions.js +9 -0
  382. package/dist/esm/operationsInterfaces/extensions.js.map +1 -0
  383. package/dist/esm/operationsInterfaces/index.d.ts +14 -0
  384. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  385. package/dist/esm/operationsInterfaces/index.js +21 -0
  386. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  387. package/dist/esm/operationsInterfaces/offers.d.ts +30 -0
  388. package/dist/esm/operationsInterfaces/offers.d.ts.map +1 -0
  389. package/dist/esm/operationsInterfaces/offers.js +9 -0
  390. package/dist/esm/operationsInterfaces/offers.js.map +1 -0
  391. package/dist/esm/operationsInterfaces/operations.d.ts +10 -0
  392. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  393. package/dist/esm/operationsInterfaces/operations.js +9 -0
  394. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  395. package/dist/esm/operationsInterfaces/publishers.d.ts +21 -0
  396. package/dist/esm/operationsInterfaces/publishers.d.ts.map +1 -0
  397. package/dist/esm/operationsInterfaces/publishers.js +9 -0
  398. package/dist/esm/operationsInterfaces/publishers.js.map +1 -0
  399. package/dist/esm/operationsInterfaces/securitySettings.d.ts +56 -0
  400. package/dist/esm/operationsInterfaces/securitySettings.d.ts.map +1 -0
  401. package/dist/esm/operationsInterfaces/securitySettings.js +9 -0
  402. package/dist/esm/operationsInterfaces/securitySettings.js.map +1 -0
  403. package/dist/esm/operationsInterfaces/skus.d.ts +25 -0
  404. package/dist/esm/operationsInterfaces/skus.d.ts.map +1 -0
  405. package/dist/esm/operationsInterfaces/skus.js +9 -0
  406. package/dist/esm/operationsInterfaces/skus.js.map +1 -0
  407. package/dist/esm/operationsInterfaces/updateRuns.d.ts +52 -0
  408. package/dist/esm/operationsInterfaces/updateRuns.d.ts.map +1 -0
  409. package/dist/esm/operationsInterfaces/updateRuns.js +9 -0
  410. package/dist/esm/operationsInterfaces/updateRuns.js.map +1 -0
  411. package/dist/esm/operationsInterfaces/updateSummariesOperations.d.ts +43 -0
  412. package/dist/esm/operationsInterfaces/updateSummariesOperations.d.ts.map +1 -0
  413. package/dist/esm/operationsInterfaces/updateSummariesOperations.js +9 -0
  414. package/dist/esm/operationsInterfaces/updateSummariesOperations.js.map +1 -0
  415. package/dist/esm/operationsInterfaces/updates.d.ts +63 -0
  416. package/dist/esm/operationsInterfaces/updates.d.ts.map +1 -0
  417. package/dist/esm/operationsInterfaces/updates.js +9 -0
  418. package/dist/esm/operationsInterfaces/updates.js.map +1 -0
  419. package/dist/esm/package.json +3 -0
  420. package/dist/esm/pagingHelper.d.ts +13 -0
  421. package/dist/esm/pagingHelper.d.ts.map +1 -0
  422. package/dist/esm/pagingHelper.js +30 -0
  423. package/dist/esm/pagingHelper.js.map +1 -0
  424. package/dist/react-native/azureStackHCIClient.d.ts +33 -0
  425. package/dist/react-native/azureStackHCIClient.d.ts.map +1 -0
  426. package/dist/react-native/azureStackHCIClient.js +128 -0
  427. package/dist/react-native/azureStackHCIClient.js.map +1 -0
  428. package/dist/react-native/index.d.ts +5 -0
  429. package/dist/react-native/index.d.ts.map +1 -0
  430. package/dist/react-native/index.js +13 -0
  431. package/dist/react-native/index.js.map +1 -0
  432. package/dist/react-native/lroImpl.d.ts +11 -0
  433. package/dist/react-native/lroImpl.d.ts.map +1 -0
  434. package/dist/react-native/lroImpl.js +18 -0
  435. package/dist/react-native/lroImpl.js.map +1 -0
  436. package/dist/react-native/models/index.d.ts +3822 -0
  437. package/dist/react-native/models/index.d.ts.map +1 -0
  438. package/dist/react-native/models/index.js +632 -0
  439. package/dist/react-native/models/index.js.map +1 -0
  440. package/dist/react-native/models/mappers.d.ts +147 -0
  441. package/dist/react-native/models/mappers.d.ts.map +1 -0
  442. package/dist/react-native/models/mappers.js +5276 -0
  443. package/dist/react-native/models/mappers.js.map +1 -0
  444. package/dist/react-native/models/parameters.d.ts +40 -0
  445. package/dist/react-native/models/parameters.d.ts.map +1 -0
  446. package/dist/react-native/models/parameters.js +302 -0
  447. package/dist/react-native/models/parameters.js.map +1 -0
  448. package/dist/react-native/operations/arcSettings.d.ts +129 -0
  449. package/dist/react-native/operations/arcSettings.d.ts.map +1 -0
  450. package/dist/react-native/operations/arcSettings.js +555 -0
  451. package/dist/react-native/operations/arcSettings.js.map +1 -0
  452. package/dist/react-native/operations/clusters.d.ts +169 -0
  453. package/dist/react-native/operations/clusters.d.ts.map +1 -0
  454. package/dist/react-native/operations/clusters.js +851 -0
  455. package/dist/react-native/operations/clusters.js.map +1 -0
  456. package/dist/react-native/operations/deploymentSettings.d.ts +81 -0
  457. package/dist/react-native/operations/deploymentSettings.d.ts.map +1 -0
  458. package/dist/react-native/operations/deploymentSettings.js +357 -0
  459. package/dist/react-native/operations/deploymentSettings.js.map +1 -0
  460. package/dist/react-native/operations/edgeDevices.d.ts +89 -0
  461. package/dist/react-native/operations/edgeDevices.d.ts.map +1 -0
  462. package/dist/react-native/operations/edgeDevices.js +420 -0
  463. package/dist/react-native/operations/edgeDevices.js.map +1 -0
  464. package/dist/react-native/operations/extensions.d.ts +129 -0
  465. package/dist/react-native/operations/extensions.d.ts.map +1 -0
  466. package/dist/react-native/operations/extensions.js +575 -0
  467. package/dist/react-native/operations/extensions.js.map +1 -0
  468. package/dist/react-native/operations/index.d.ts +14 -0
  469. package/dist/react-native/operations/index.d.ts.map +1 -0
  470. package/dist/react-native/operations/index.js +21 -0
  471. package/dist/react-native/operations/index.js.map +1 -0
  472. package/dist/react-native/operations/offers.d.ts +74 -0
  473. package/dist/react-native/operations/offers.d.ts.map +1 -0
  474. package/dist/react-native/operations/offers.js +279 -0
  475. package/dist/react-native/operations/offers.js.map +1 -0
  476. package/dist/react-native/operations/operations.d.ts +18 -0
  477. package/dist/react-native/operations/operations.d.ts.map +1 -0
  478. package/dist/react-native/operations/operations.js +47 -0
  479. package/dist/react-native/operations/operations.js.map +1 -0
  480. package/dist/react-native/operations/publishers.d.ts +46 -0
  481. package/dist/react-native/operations/publishers.d.ts.map +1 -0
  482. package/dist/react-native/operations/publishers.js +165 -0
  483. package/dist/react-native/operations/publishers.js.map +1 -0
  484. package/dist/react-native/operations/securitySettings.d.ts +81 -0
  485. package/dist/react-native/operations/securitySettings.d.ts.map +1 -0
  486. package/dist/react-native/operations/securitySettings.js +357 -0
  487. package/dist/react-native/operations/securitySettings.js.map +1 -0
  488. package/dist/react-native/operations/skus.d.ts +54 -0
  489. package/dist/react-native/operations/skus.d.ts.map +1 -0
  490. package/dist/react-native/operations/skus.js +193 -0
  491. package/dist/react-native/operations/skus.js.map +1 -0
  492. package/dist/react-native/operations/updateRuns.d.ts +79 -0
  493. package/dist/react-native/operations/updateRuns.d.ts.map +1 -0
  494. package/dist/react-native/operations/updateRuns.js +309 -0
  495. package/dist/react-native/operations/updateRuns.js.map +1 -0
  496. package/dist/react-native/operations/updateSummariesOperations.d.ts +68 -0
  497. package/dist/react-native/operations/updateSummariesOperations.d.ts.map +1 -0
  498. package/dist/react-native/operations/updateSummariesOperations.js +277 -0
  499. package/dist/react-native/operations/updateSummariesOperations.js.map +1 -0
  500. package/dist/react-native/operations/updates.d.ts +88 -0
  501. package/dist/react-native/operations/updates.d.ts.map +1 -0
  502. package/dist/react-native/operations/updates.js +366 -0
  503. package/dist/react-native/operations/updates.js.map +1 -0
  504. package/dist/react-native/operationsInterfaces/arcSettings.d.ts +104 -0
  505. package/dist/react-native/operationsInterfaces/arcSettings.d.ts.map +1 -0
  506. package/dist/react-native/operationsInterfaces/arcSettings.js +9 -0
  507. package/dist/react-native/operationsInterfaces/arcSettings.js.map +1 -0
  508. package/dist/react-native/operationsInterfaces/clusters.d.ts +133 -0
  509. package/dist/react-native/operationsInterfaces/clusters.d.ts.map +1 -0
  510. package/dist/react-native/operationsInterfaces/clusters.js +9 -0
  511. package/dist/react-native/operationsInterfaces/clusters.js.map +1 -0
  512. package/dist/react-native/operationsInterfaces/deploymentSettings.d.ts +56 -0
  513. package/dist/react-native/operationsInterfaces/deploymentSettings.d.ts.map +1 -0
  514. package/dist/react-native/operationsInterfaces/deploymentSettings.js +9 -0
  515. package/dist/react-native/operationsInterfaces/deploymentSettings.js.map +1 -0
  516. package/dist/react-native/operationsInterfaces/edgeDevices.d.ts +66 -0
  517. package/dist/react-native/operationsInterfaces/edgeDevices.d.ts.map +1 -0
  518. package/dist/react-native/operationsInterfaces/edgeDevices.js +9 -0
  519. package/dist/react-native/operationsInterfaces/edgeDevices.js.map +1 -0
  520. package/dist/react-native/operationsInterfaces/extensions.d.ts +102 -0
  521. package/dist/react-native/operationsInterfaces/extensions.d.ts.map +1 -0
  522. package/dist/react-native/operationsInterfaces/extensions.js +9 -0
  523. package/dist/react-native/operationsInterfaces/extensions.js.map +1 -0
  524. package/dist/react-native/operationsInterfaces/index.d.ts +14 -0
  525. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  526. package/dist/react-native/operationsInterfaces/index.js +21 -0
  527. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  528. package/dist/react-native/operationsInterfaces/offers.d.ts +30 -0
  529. package/dist/react-native/operationsInterfaces/offers.d.ts.map +1 -0
  530. package/dist/react-native/operationsInterfaces/offers.js +9 -0
  531. package/dist/react-native/operationsInterfaces/offers.js.map +1 -0
  532. package/dist/react-native/operationsInterfaces/operations.d.ts +10 -0
  533. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  534. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  535. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  536. package/dist/react-native/operationsInterfaces/publishers.d.ts +21 -0
  537. package/dist/react-native/operationsInterfaces/publishers.d.ts.map +1 -0
  538. package/dist/react-native/operationsInterfaces/publishers.js +9 -0
  539. package/dist/react-native/operationsInterfaces/publishers.js.map +1 -0
  540. package/dist/react-native/operationsInterfaces/securitySettings.d.ts +56 -0
  541. package/dist/react-native/operationsInterfaces/securitySettings.d.ts.map +1 -0
  542. package/dist/react-native/operationsInterfaces/securitySettings.js +9 -0
  543. package/dist/react-native/operationsInterfaces/securitySettings.js.map +1 -0
  544. package/dist/react-native/operationsInterfaces/skus.d.ts +25 -0
  545. package/dist/react-native/operationsInterfaces/skus.d.ts.map +1 -0
  546. package/dist/react-native/operationsInterfaces/skus.js +9 -0
  547. package/dist/react-native/operationsInterfaces/skus.js.map +1 -0
  548. package/dist/react-native/operationsInterfaces/updateRuns.d.ts +52 -0
  549. package/dist/react-native/operationsInterfaces/updateRuns.d.ts.map +1 -0
  550. package/dist/react-native/operationsInterfaces/updateRuns.js +9 -0
  551. package/dist/react-native/operationsInterfaces/updateRuns.js.map +1 -0
  552. package/dist/react-native/operationsInterfaces/updateSummariesOperations.d.ts +43 -0
  553. package/dist/react-native/operationsInterfaces/updateSummariesOperations.d.ts.map +1 -0
  554. package/dist/react-native/operationsInterfaces/updateSummariesOperations.js +9 -0
  555. package/dist/react-native/operationsInterfaces/updateSummariesOperations.js.map +1 -0
  556. package/dist/react-native/operationsInterfaces/updates.d.ts +63 -0
  557. package/dist/react-native/operationsInterfaces/updates.d.ts.map +1 -0
  558. package/dist/react-native/operationsInterfaces/updates.js +9 -0
  559. package/dist/react-native/operationsInterfaces/updates.js.map +1 -0
  560. package/dist/react-native/package.json +3 -0
  561. package/dist/react-native/pagingHelper.d.ts +13 -0
  562. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  563. package/dist/react-native/pagingHelper.js +30 -0
  564. package/dist/react-native/pagingHelper.js.map +1 -0
  565. package/package.json +88 -73
  566. package/review/arm-azurestackhci-node.api.md +2416 -0
  567. package/dist/index.js +0 -8427
  568. package/dist/index.js.map +0 -1
  569. package/dist/index.min.js +0 -1
  570. package/dist/index.min.js.map +0 -1
  571. package/dist-esm/samples-dev/galleryImagesCreateOrUpdateSample.d.ts +0 -2
  572. package/dist-esm/samples-dev/galleryImagesCreateOrUpdateSample.d.ts.map +0 -1
  573. package/dist-esm/samples-dev/galleryImagesCreateOrUpdateSample.js +0 -49
  574. package/dist-esm/samples-dev/galleryImagesCreateOrUpdateSample.js.map +0 -1
  575. package/dist-esm/samples-dev/galleryImagesDeleteSample.d.ts +0 -2
  576. package/dist-esm/samples-dev/galleryImagesDeleteSample.d.ts.map +0 -1
  577. package/dist-esm/samples-dev/galleryImagesDeleteSample.js +0 -39
  578. package/dist-esm/samples-dev/galleryImagesDeleteSample.js.map +0 -1
  579. package/dist-esm/samples-dev/galleryImagesGetSample.d.ts +0 -2
  580. package/dist-esm/samples-dev/galleryImagesGetSample.d.ts.map +0 -1
  581. package/dist-esm/samples-dev/galleryImagesGetSample.js +0 -39
  582. package/dist-esm/samples-dev/galleryImagesGetSample.js.map +0 -1
  583. package/dist-esm/samples-dev/galleryImagesListAllSample.d.ts +0 -2
  584. package/dist-esm/samples-dev/galleryImagesListAllSample.d.ts.map +0 -1
  585. package/dist-esm/samples-dev/galleryImagesListAllSample.js +0 -53
  586. package/dist-esm/samples-dev/galleryImagesListAllSample.js.map +0 -1
  587. package/dist-esm/samples-dev/galleryImagesListSample.d.ts +0 -2
  588. package/dist-esm/samples-dev/galleryImagesListSample.d.ts.map +0 -1
  589. package/dist-esm/samples-dev/galleryImagesListSample.js +0 -54
  590. package/dist-esm/samples-dev/galleryImagesListSample.js.map +0 -1
  591. package/dist-esm/samples-dev/galleryImagesUpdateSample.d.ts +0 -2
  592. package/dist-esm/samples-dev/galleryImagesUpdateSample.d.ts.map +0 -1
  593. package/dist-esm/samples-dev/galleryImagesUpdateSample.js +0 -42
  594. package/dist-esm/samples-dev/galleryImagesUpdateSample.js.map +0 -1
  595. package/dist-esm/samples-dev/guestAgentCreateSample.d.ts +0 -2
  596. package/dist-esm/samples-dev/guestAgentCreateSample.d.ts.map +0 -1
  597. package/dist-esm/samples-dev/guestAgentCreateSample.js +0 -41
  598. package/dist-esm/samples-dev/guestAgentCreateSample.js.map +0 -1
  599. package/dist-esm/samples-dev/guestAgentDeleteSample.d.ts +0 -2
  600. package/dist-esm/samples-dev/guestAgentDeleteSample.d.ts.map +0 -1
  601. package/dist-esm/samples-dev/guestAgentDeleteSample.js +0 -36
  602. package/dist-esm/samples-dev/guestAgentDeleteSample.js.map +0 -1
  603. package/dist-esm/samples-dev/guestAgentGetSample.d.ts +0 -2
  604. package/dist-esm/samples-dev/guestAgentGetSample.d.ts.map +0 -1
  605. package/dist-esm/samples-dev/guestAgentGetSample.js +0 -36
  606. package/dist-esm/samples-dev/guestAgentGetSample.js.map +0 -1
  607. package/dist-esm/samples-dev/guestAgentsListSample.d.ts +0 -2
  608. package/dist-esm/samples-dev/guestAgentsListSample.d.ts.map +0 -1
  609. package/dist-esm/samples-dev/guestAgentsListSample.js +0 -52
  610. package/dist-esm/samples-dev/guestAgentsListSample.js.map +0 -1
  611. package/dist-esm/samples-dev/hybridIdentityMetadataGetSample.d.ts +0 -2
  612. package/dist-esm/samples-dev/hybridIdentityMetadataGetSample.d.ts.map +0 -1
  613. package/dist-esm/samples-dev/hybridIdentityMetadataGetSample.js +0 -36
  614. package/dist-esm/samples-dev/hybridIdentityMetadataGetSample.js.map +0 -1
  615. package/dist-esm/samples-dev/hybridIdentityMetadataListSample.d.ts +0 -2
  616. package/dist-esm/samples-dev/hybridIdentityMetadataListSample.d.ts.map +0 -1
  617. package/dist-esm/samples-dev/hybridIdentityMetadataListSample.js +0 -52
  618. package/dist-esm/samples-dev/hybridIdentityMetadataListSample.js.map +0 -1
  619. package/dist-esm/samples-dev/logicalNetworksCreateOrUpdateSample.d.ts +0 -2
  620. package/dist-esm/samples-dev/logicalNetworksCreateOrUpdateSample.d.ts.map +0 -1
  621. package/dist-esm/samples-dev/logicalNetworksCreateOrUpdateSample.js +0 -46
  622. package/dist-esm/samples-dev/logicalNetworksCreateOrUpdateSample.js.map +0 -1
  623. package/dist-esm/samples-dev/logicalNetworksDeleteSample.d.ts +0 -2
  624. package/dist-esm/samples-dev/logicalNetworksDeleteSample.d.ts.map +0 -1
  625. package/dist-esm/samples-dev/logicalNetworksDeleteSample.js +0 -39
  626. package/dist-esm/samples-dev/logicalNetworksDeleteSample.js.map +0 -1
  627. package/dist-esm/samples-dev/logicalNetworksGetSample.d.ts +0 -2
  628. package/dist-esm/samples-dev/logicalNetworksGetSample.d.ts.map +0 -1
  629. package/dist-esm/samples-dev/logicalNetworksGetSample.js +0 -39
  630. package/dist-esm/samples-dev/logicalNetworksGetSample.js.map +0 -1
  631. package/dist-esm/samples-dev/logicalNetworksListAllSample.d.ts +0 -2
  632. package/dist-esm/samples-dev/logicalNetworksListAllSample.d.ts.map +0 -1
  633. package/dist-esm/samples-dev/logicalNetworksListAllSample.js +0 -53
  634. package/dist-esm/samples-dev/logicalNetworksListAllSample.js.map +0 -1
  635. package/dist-esm/samples-dev/logicalNetworksListSample.d.ts +0 -2
  636. package/dist-esm/samples-dev/logicalNetworksListSample.d.ts.map +0 -1
  637. package/dist-esm/samples-dev/logicalNetworksListSample.js +0 -54
  638. package/dist-esm/samples-dev/logicalNetworksListSample.js.map +0 -1
  639. package/dist-esm/samples-dev/logicalNetworksUpdateSample.d.ts +0 -2
  640. package/dist-esm/samples-dev/logicalNetworksUpdateSample.d.ts.map +0 -1
  641. package/dist-esm/samples-dev/logicalNetworksUpdateSample.js +0 -42
  642. package/dist-esm/samples-dev/logicalNetworksUpdateSample.js.map +0 -1
  643. package/dist-esm/samples-dev/marketplaceGalleryImagesCreateOrUpdateSample.d.ts +0 -2
  644. package/dist-esm/samples-dev/marketplaceGalleryImagesCreateOrUpdateSample.d.ts.map +0 -1
  645. package/dist-esm/samples-dev/marketplaceGalleryImagesCreateOrUpdateSample.js +0 -56
  646. package/dist-esm/samples-dev/marketplaceGalleryImagesCreateOrUpdateSample.js.map +0 -1
  647. package/dist-esm/samples-dev/marketplaceGalleryImagesDeleteSample.d.ts +0 -2
  648. package/dist-esm/samples-dev/marketplaceGalleryImagesDeleteSample.d.ts.map +0 -1
  649. package/dist-esm/samples-dev/marketplaceGalleryImagesDeleteSample.js +0 -39
  650. package/dist-esm/samples-dev/marketplaceGalleryImagesDeleteSample.js.map +0 -1
  651. package/dist-esm/samples-dev/marketplaceGalleryImagesGetSample.d.ts +0 -2
  652. package/dist-esm/samples-dev/marketplaceGalleryImagesGetSample.d.ts.map +0 -1
  653. package/dist-esm/samples-dev/marketplaceGalleryImagesGetSample.js +0 -39
  654. package/dist-esm/samples-dev/marketplaceGalleryImagesGetSample.js.map +0 -1
  655. package/dist-esm/samples-dev/marketplaceGalleryImagesListAllSample.d.ts +0 -2
  656. package/dist-esm/samples-dev/marketplaceGalleryImagesListAllSample.d.ts.map +0 -1
  657. package/dist-esm/samples-dev/marketplaceGalleryImagesListAllSample.js +0 -53
  658. package/dist-esm/samples-dev/marketplaceGalleryImagesListAllSample.js.map +0 -1
  659. package/dist-esm/samples-dev/marketplaceGalleryImagesListSample.d.ts +0 -2
  660. package/dist-esm/samples-dev/marketplaceGalleryImagesListSample.d.ts.map +0 -1
  661. package/dist-esm/samples-dev/marketplaceGalleryImagesListSample.js +0 -54
  662. package/dist-esm/samples-dev/marketplaceGalleryImagesListSample.js.map +0 -1
  663. package/dist-esm/samples-dev/marketplaceGalleryImagesUpdateSample.d.ts +0 -2
  664. package/dist-esm/samples-dev/marketplaceGalleryImagesUpdateSample.d.ts.map +0 -1
  665. package/dist-esm/samples-dev/marketplaceGalleryImagesUpdateSample.js +0 -42
  666. package/dist-esm/samples-dev/marketplaceGalleryImagesUpdateSample.js.map +0 -1
  667. package/dist-esm/samples-dev/networkInterfacesCreateOrUpdateSample.d.ts +0 -2
  668. package/dist-esm/samples-dev/networkInterfacesCreateOrUpdateSample.d.ts.map +0 -1
  669. package/dist-esm/samples-dev/networkInterfacesCreateOrUpdateSample.js +0 -49
  670. package/dist-esm/samples-dev/networkInterfacesCreateOrUpdateSample.js.map +0 -1
  671. package/dist-esm/samples-dev/networkInterfacesDeleteSample.d.ts +0 -2
  672. package/dist-esm/samples-dev/networkInterfacesDeleteSample.d.ts.map +0 -1
  673. package/dist-esm/samples-dev/networkInterfacesDeleteSample.js +0 -39
  674. package/dist-esm/samples-dev/networkInterfacesDeleteSample.js.map +0 -1
  675. package/dist-esm/samples-dev/networkInterfacesGetSample.d.ts +0 -2
  676. package/dist-esm/samples-dev/networkInterfacesGetSample.d.ts.map +0 -1
  677. package/dist-esm/samples-dev/networkInterfacesGetSample.js +0 -39
  678. package/dist-esm/samples-dev/networkInterfacesGetSample.js.map +0 -1
  679. package/dist-esm/samples-dev/networkInterfacesListAllSample.d.ts +0 -2
  680. package/dist-esm/samples-dev/networkInterfacesListAllSample.d.ts.map +0 -1
  681. package/dist-esm/samples-dev/networkInterfacesListAllSample.js +0 -53
  682. package/dist-esm/samples-dev/networkInterfacesListAllSample.js.map +0 -1
  683. package/dist-esm/samples-dev/networkInterfacesListSample.d.ts +0 -2
  684. package/dist-esm/samples-dev/networkInterfacesListSample.d.ts.map +0 -1
  685. package/dist-esm/samples-dev/networkInterfacesListSample.js +0 -54
  686. package/dist-esm/samples-dev/networkInterfacesListSample.js.map +0 -1
  687. package/dist-esm/samples-dev/networkInterfacesUpdateSample.d.ts +0 -2
  688. package/dist-esm/samples-dev/networkInterfacesUpdateSample.d.ts.map +0 -1
  689. package/dist-esm/samples-dev/networkInterfacesUpdateSample.js +0 -42
  690. package/dist-esm/samples-dev/networkInterfacesUpdateSample.js.map +0 -1
  691. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  692. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  693. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  694. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  695. package/dist-esm/samples-dev/storageContainersCreateOrUpdateSample.d.ts +0 -2
  696. package/dist-esm/samples-dev/storageContainersCreateOrUpdateSample.d.ts.map +0 -1
  697. package/dist-esm/samples-dev/storageContainersCreateOrUpdateSample.js +0 -47
  698. package/dist-esm/samples-dev/storageContainersCreateOrUpdateSample.js.map +0 -1
  699. package/dist-esm/samples-dev/storageContainersDeleteSample.d.ts +0 -2
  700. package/dist-esm/samples-dev/storageContainersDeleteSample.d.ts.map +0 -1
  701. package/dist-esm/samples-dev/storageContainersDeleteSample.js +0 -39
  702. package/dist-esm/samples-dev/storageContainersDeleteSample.js.map +0 -1
  703. package/dist-esm/samples-dev/storageContainersGetSample.d.ts +0 -2
  704. package/dist-esm/samples-dev/storageContainersGetSample.d.ts.map +0 -1
  705. package/dist-esm/samples-dev/storageContainersGetSample.js +0 -39
  706. package/dist-esm/samples-dev/storageContainersGetSample.js.map +0 -1
  707. package/dist-esm/samples-dev/storageContainersListAllSample.d.ts +0 -2
  708. package/dist-esm/samples-dev/storageContainersListAllSample.d.ts.map +0 -1
  709. package/dist-esm/samples-dev/storageContainersListAllSample.js +0 -53
  710. package/dist-esm/samples-dev/storageContainersListAllSample.js.map +0 -1
  711. package/dist-esm/samples-dev/storageContainersListSample.d.ts +0 -2
  712. package/dist-esm/samples-dev/storageContainersListSample.d.ts.map +0 -1
  713. package/dist-esm/samples-dev/storageContainersListSample.js +0 -54
  714. package/dist-esm/samples-dev/storageContainersListSample.js.map +0 -1
  715. package/dist-esm/samples-dev/storageContainersUpdateSample.d.ts +0 -2
  716. package/dist-esm/samples-dev/storageContainersUpdateSample.d.ts.map +0 -1
  717. package/dist-esm/samples-dev/storageContainersUpdateSample.js +0 -42
  718. package/dist-esm/samples-dev/storageContainersUpdateSample.js.map +0 -1
  719. package/dist-esm/samples-dev/virtualHardDisksCreateOrUpdateSample.d.ts +0 -2
  720. package/dist-esm/samples-dev/virtualHardDisksCreateOrUpdateSample.d.ts.map +0 -1
  721. package/dist-esm/samples-dev/virtualHardDisksCreateOrUpdateSample.js +0 -47
  722. package/dist-esm/samples-dev/virtualHardDisksCreateOrUpdateSample.js.map +0 -1
  723. package/dist-esm/samples-dev/virtualHardDisksDeleteSample.d.ts +0 -2
  724. package/dist-esm/samples-dev/virtualHardDisksDeleteSample.d.ts.map +0 -1
  725. package/dist-esm/samples-dev/virtualHardDisksDeleteSample.js +0 -39
  726. package/dist-esm/samples-dev/virtualHardDisksDeleteSample.js.map +0 -1
  727. package/dist-esm/samples-dev/virtualHardDisksGetSample.d.ts +0 -2
  728. package/dist-esm/samples-dev/virtualHardDisksGetSample.d.ts.map +0 -1
  729. package/dist-esm/samples-dev/virtualHardDisksGetSample.js +0 -39
  730. package/dist-esm/samples-dev/virtualHardDisksGetSample.js.map +0 -1
  731. package/dist-esm/samples-dev/virtualHardDisksListAllSample.d.ts +0 -2
  732. package/dist-esm/samples-dev/virtualHardDisksListAllSample.d.ts.map +0 -1
  733. package/dist-esm/samples-dev/virtualHardDisksListAllSample.js +0 -53
  734. package/dist-esm/samples-dev/virtualHardDisksListAllSample.js.map +0 -1
  735. package/dist-esm/samples-dev/virtualHardDisksListSample.d.ts +0 -2
  736. package/dist-esm/samples-dev/virtualHardDisksListSample.d.ts.map +0 -1
  737. package/dist-esm/samples-dev/virtualHardDisksListSample.js +0 -54
  738. package/dist-esm/samples-dev/virtualHardDisksListSample.js.map +0 -1
  739. package/dist-esm/samples-dev/virtualHardDisksUpdateSample.d.ts +0 -2
  740. package/dist-esm/samples-dev/virtualHardDisksUpdateSample.d.ts.map +0 -1
  741. package/dist-esm/samples-dev/virtualHardDisksUpdateSample.js +0 -42
  742. package/dist-esm/samples-dev/virtualHardDisksUpdateSample.js.map +0 -1
  743. package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.d.ts +0 -2
  744. package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.d.ts.map +0 -1
  745. package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.js +0 -172
  746. package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.js.map +0 -1
  747. package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.d.ts +0 -2
  748. package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.d.ts.map +0 -1
  749. package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.js +0 -36
  750. package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.js.map +0 -1
  751. package/dist-esm/samples-dev/virtualMachineInstancesGetSample.d.ts +0 -2
  752. package/dist-esm/samples-dev/virtualMachineInstancesGetSample.d.ts.map +0 -1
  753. package/dist-esm/samples-dev/virtualMachineInstancesGetSample.js +0 -36
  754. package/dist-esm/samples-dev/virtualMachineInstancesGetSample.js.map +0 -1
  755. package/dist-esm/samples-dev/virtualMachineInstancesListSample.d.ts +0 -2
  756. package/dist-esm/samples-dev/virtualMachineInstancesListSample.d.ts.map +0 -1
  757. package/dist-esm/samples-dev/virtualMachineInstancesListSample.js +0 -52
  758. package/dist-esm/samples-dev/virtualMachineInstancesListSample.js.map +0 -1
  759. package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.d.ts +0 -2
  760. package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.d.ts.map +0 -1
  761. package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.js +0 -36
  762. package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.js.map +0 -1
  763. package/dist-esm/samples-dev/virtualMachineInstancesStartSample.d.ts +0 -2
  764. package/dist-esm/samples-dev/virtualMachineInstancesStartSample.d.ts.map +0 -1
  765. package/dist-esm/samples-dev/virtualMachineInstancesStartSample.js +0 -36
  766. package/dist-esm/samples-dev/virtualMachineInstancesStartSample.js.map +0 -1
  767. package/dist-esm/samples-dev/virtualMachineInstancesStopSample.d.ts +0 -2
  768. package/dist-esm/samples-dev/virtualMachineInstancesStopSample.d.ts.map +0 -1
  769. package/dist-esm/samples-dev/virtualMachineInstancesStopSample.js +0 -36
  770. package/dist-esm/samples-dev/virtualMachineInstancesStopSample.js.map +0 -1
  771. package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.d.ts +0 -2
  772. package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.d.ts.map +0 -1
  773. package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.js +0 -47
  774. package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.js.map +0 -1
  775. package/dist-esm/src/azureStackHCIClient.d.ts +0 -31
  776. package/dist-esm/src/azureStackHCIClient.d.ts.map +0 -1
  777. package/dist-esm/src/azureStackHCIClient.js +0 -108
  778. package/dist-esm/src/azureStackHCIClient.js.map +0 -1
  779. package/dist-esm/src/index.d.ts +0 -6
  780. package/dist-esm/src/index.d.ts.map +0 -1
  781. package/dist-esm/src/index.js +0 -13
  782. package/dist-esm/src/index.js.map +0 -1
  783. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  784. package/dist-esm/src/lroImpl.js +0 -21
  785. package/dist-esm/src/lroImpl.js.map +0 -1
  786. package/dist-esm/src/models/index.d.ts +0 -1886
  787. package/dist-esm/src/models/index.d.ts.map +0 -1
  788. package/dist-esm/src/models/index.js +0 -206
  789. package/dist-esm/src/models/index.js.map +0 -1
  790. package/dist-esm/src/models/mappers.d.ts +0 -119
  791. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  792. package/dist-esm/src/models/mappers.js +0 -3010
  793. package/dist-esm/src/models/mappers.js.map +0 -1
  794. package/dist-esm/src/models/parameters.d.ts +0 -31
  795. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  796. package/dist-esm/src/models/parameters.js +0 -252
  797. package/dist-esm/src/models/parameters.js.map +0 -1
  798. package/dist-esm/src/operations/galleryImagesOperations.d.ts +0 -113
  799. package/dist-esm/src/operations/galleryImagesOperations.d.ts.map +0 -1
  800. package/dist-esm/src/operations/galleryImagesOperations.js +0 -560
  801. package/dist-esm/src/operations/galleryImagesOperations.js.map +0 -1
  802. package/dist-esm/src/operations/guestAgentOperations.d.ts +0 -49
  803. package/dist-esm/src/operations/guestAgentOperations.d.ts.map +0 -1
  804. package/dist-esm/src/operations/guestAgentOperations.js +0 -214
  805. package/dist-esm/src/operations/guestAgentOperations.js.map +0 -1
  806. package/dist-esm/src/operations/guestAgents.d.ts +0 -38
  807. package/dist-esm/src/operations/guestAgents.d.ts.map +0 -1
  808. package/dist-esm/src/operations/guestAgents.js +0 -143
  809. package/dist-esm/src/operations/guestAgents.js.map +0 -1
  810. package/dist-esm/src/operations/hybridIdentityMetadataOperations.d.ts +0 -45
  811. package/dist-esm/src/operations/hybridIdentityMetadataOperations.d.ts.map +0 -1
  812. package/dist-esm/src/operations/hybridIdentityMetadataOperations.js +0 -168
  813. package/dist-esm/src/operations/hybridIdentityMetadataOperations.js.map +0 -1
  814. package/dist-esm/src/operations/index.d.ts +0 -12
  815. package/dist-esm/src/operations/index.d.ts.map +0 -1
  816. package/dist-esm/src/operations/index.js +0 -19
  817. package/dist-esm/src/operations/index.js.map +0 -1
  818. package/dist-esm/src/operations/logicalNetworksOperations.d.ts +0 -112
  819. package/dist-esm/src/operations/logicalNetworksOperations.d.ts.map +0 -1
  820. package/dist-esm/src/operations/logicalNetworksOperations.js +0 -559
  821. package/dist-esm/src/operations/logicalNetworksOperations.js.map +0 -1
  822. package/dist-esm/src/operations/marketplaceGalleryImagesOperations.d.ts +0 -113
  823. package/dist-esm/src/operations/marketplaceGalleryImagesOperations.d.ts.map +0 -1
  824. package/dist-esm/src/operations/marketplaceGalleryImagesOperations.js +0 -570
  825. package/dist-esm/src/operations/marketplaceGalleryImagesOperations.js.map +0 -1
  826. package/dist-esm/src/operations/networkInterfacesOperations.d.ts +0 -113
  827. package/dist-esm/src/operations/networkInterfacesOperations.d.ts.map +0 -1
  828. package/dist-esm/src/operations/networkInterfacesOperations.js +0 -570
  829. package/dist-esm/src/operations/networkInterfacesOperations.js.map +0 -1
  830. package/dist-esm/src/operations/operations.d.ts +0 -32
  831. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  832. package/dist-esm/src/operations/operations.js +0 -133
  833. package/dist-esm/src/operations/operations.js.map +0 -1
  834. package/dist-esm/src/operations/storageContainersOperations.d.ts +0 -113
  835. package/dist-esm/src/operations/storageContainersOperations.d.ts.map +0 -1
  836. package/dist-esm/src/operations/storageContainersOperations.js +0 -570
  837. package/dist-esm/src/operations/storageContainersOperations.js.map +0 -1
  838. package/dist-esm/src/operations/virtualHardDisksOperations.d.ts +0 -113
  839. package/dist-esm/src/operations/virtualHardDisksOperations.d.ts.map +0 -1
  840. package/dist-esm/src/operations/virtualHardDisksOperations.js +0 -570
  841. package/dist-esm/src/operations/virtualHardDisksOperations.js.map +0 -1
  842. package/dist-esm/src/operations/virtualMachineInstances.d.ts +0 -136
  843. package/dist-esm/src/operations/virtualMachineInstances.d.ts.map +0 -1
  844. package/dist-esm/src/operations/virtualMachineInstances.js +0 -666
  845. package/dist-esm/src/operations/virtualMachineInstances.js.map +0 -1
  846. package/dist-esm/src/operationsInterfaces/galleryImagesOperations.d.ts +0 -75
  847. package/dist-esm/src/operationsInterfaces/galleryImagesOperations.d.ts.map +0 -1
  848. package/dist-esm/src/operationsInterfaces/galleryImagesOperations.js +0 -9
  849. package/dist-esm/src/operationsInterfaces/galleryImagesOperations.js.map +0 -1
  850. package/dist-esm/src/operationsInterfaces/guestAgentOperations.d.ts +0 -41
  851. package/dist-esm/src/operationsInterfaces/guestAgentOperations.d.ts.map +0 -1
  852. package/dist-esm/src/operationsInterfaces/guestAgentOperations.js +0 -9
  853. package/dist-esm/src/operationsInterfaces/guestAgentOperations.js.map +0 -1
  854. package/dist-esm/src/operationsInterfaces/guestAgents.d.ts +0 -13
  855. package/dist-esm/src/operationsInterfaces/guestAgents.d.ts.map +0 -1
  856. package/dist-esm/src/operationsInterfaces/guestAgents.js +0 -9
  857. package/dist-esm/src/operationsInterfaces/guestAgents.js.map +0 -1
  858. package/dist-esm/src/operationsInterfaces/hybridIdentityMetadataOperations.d.ts +0 -20
  859. package/dist-esm/src/operationsInterfaces/hybridIdentityMetadataOperations.d.ts.map +0 -1
  860. package/dist-esm/src/operationsInterfaces/hybridIdentityMetadataOperations.js +0 -9
  861. package/dist-esm/src/operationsInterfaces/hybridIdentityMetadataOperations.js.map +0 -1
  862. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -12
  863. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  864. package/dist-esm/src/operationsInterfaces/index.js +0 -19
  865. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  866. package/dist-esm/src/operationsInterfaces/logicalNetworksOperations.d.ts +0 -74
  867. package/dist-esm/src/operationsInterfaces/logicalNetworksOperations.d.ts.map +0 -1
  868. package/dist-esm/src/operationsInterfaces/logicalNetworksOperations.js +0 -9
  869. package/dist-esm/src/operationsInterfaces/logicalNetworksOperations.js.map +0 -1
  870. package/dist-esm/src/operationsInterfaces/marketplaceGalleryImagesOperations.d.ts +0 -75
  871. package/dist-esm/src/operationsInterfaces/marketplaceGalleryImagesOperations.d.ts.map +0 -1
  872. package/dist-esm/src/operationsInterfaces/marketplaceGalleryImagesOperations.js +0 -9
  873. package/dist-esm/src/operationsInterfaces/marketplaceGalleryImagesOperations.js.map +0 -1
  874. package/dist-esm/src/operationsInterfaces/networkInterfacesOperations.d.ts +0 -75
  875. package/dist-esm/src/operationsInterfaces/networkInterfacesOperations.d.ts.map +0 -1
  876. package/dist-esm/src/operationsInterfaces/networkInterfacesOperations.js +0 -9
  877. package/dist-esm/src/operationsInterfaces/networkInterfacesOperations.js.map +0 -1
  878. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  879. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  880. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  881. package/dist-esm/src/operationsInterfaces/storageContainersOperations.d.ts +0 -75
  882. package/dist-esm/src/operationsInterfaces/storageContainersOperations.d.ts.map +0 -1
  883. package/dist-esm/src/operationsInterfaces/storageContainersOperations.js +0 -9
  884. package/dist-esm/src/operationsInterfaces/storageContainersOperations.js.map +0 -1
  885. package/dist-esm/src/operationsInterfaces/virtualHardDisksOperations.d.ts +0 -75
  886. package/dist-esm/src/operationsInterfaces/virtualHardDisksOperations.d.ts.map +0 -1
  887. package/dist-esm/src/operationsInterfaces/virtualHardDisksOperations.js +0 -9
  888. package/dist-esm/src/operationsInterfaces/virtualHardDisksOperations.js.map +0 -1
  889. package/dist-esm/src/operationsInterfaces/virtualMachineInstances.d.ts +0 -111
  890. package/dist-esm/src/operationsInterfaces/virtualMachineInstances.d.ts.map +0 -1
  891. package/dist-esm/src/operationsInterfaces/virtualMachineInstances.js +0 -9
  892. package/dist-esm/src/operationsInterfaces/virtualMachineInstances.js.map +0 -1
  893. package/dist-esm/src/pagingHelper.js +0 -32
  894. package/dist-esm/src/pagingHelper.js.map +0 -1
  895. package/dist-esm/test/azurestackhci_operations_test.spec.d.ts +0 -4
  896. package/dist-esm/test/azurestackhci_operations_test.spec.d.ts.map +0 -1
  897. package/dist-esm/test/azurestackhci_operations_test.spec.js +0 -73
  898. package/dist-esm/test/azurestackhci_operations_test.spec.js.map +0 -1
  899. package/review/arm-azurestackhci.api.md +0 -1729
  900. package/src/azureStackHCIClient.ts +0 -206
  901. package/src/index.ts +0 -13
  902. package/src/lroImpl.ts +0 -42
  903. package/src/models/index.ts +0 -2188
  904. package/src/models/mappers.ts +0 -3237
  905. package/src/models/parameters.ts +0 -314
  906. package/src/operations/galleryImagesOperations.ts +0 -733
  907. package/src/operations/guestAgentOperations.ts +0 -299
  908. package/src/operations/guestAgents.ts +0 -168
  909. package/src/operations/hybridIdentityMetadataOperations.ts +0 -204
  910. package/src/operations/index.ts +0 -19
  911. package/src/operations/logicalNetworksOperations.ts +0 -733
  912. package/src/operations/marketplaceGalleryImagesOperations.ts +0 -744
  913. package/src/operations/networkInterfacesOperations.ts +0 -744
  914. package/src/operations/operations.ts +0 -149
  915. package/src/operations/storageContainersOperations.ts +0 -744
  916. package/src/operations/virtualHardDisksOperations.ts +0 -744
  917. package/src/operations/virtualMachineInstances.ts +0 -910
  918. package/src/operationsInterfaces/galleryImagesOperations.ts +0 -149
  919. package/src/operationsInterfaces/guestAgentOperations.ts +0 -81
  920. package/src/operationsInterfaces/guestAgents.ts +0 -25
  921. package/src/operationsInterfaces/hybridIdentityMetadataOperations.ts +0 -40
  922. package/src/operationsInterfaces/index.ts +0 -19
  923. package/src/operationsInterfaces/logicalNetworksOperations.ts +0 -148
  924. package/src/operationsInterfaces/marketplaceGalleryImagesOperations.ts +0 -149
  925. package/src/operationsInterfaces/networkInterfacesOperations.ts +0 -149
  926. package/src/operationsInterfaces/operations.ts +0 -22
  927. package/src/operationsInterfaces/storageContainersOperations.ts +0 -149
  928. package/src/operationsInterfaces/virtualHardDisksOperations.ts +0 -149
  929. package/src/operationsInterfaces/virtualMachineInstances.ts +0 -214
  930. package/src/pagingHelper.ts +0 -39
  931. package/tsconfig.json +0 -33
  932. package/types/arm-azurestackhci.d.ts +0 -2829
  933. package/types/tsdoc-metadata.json +0 -11
  934. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  935. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  936. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  937. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
@@ -1,2829 +0,0 @@
1
- import * as coreAuth from '@azure/core-auth';
2
- import * as coreClient from '@azure/core-client';
3
- import { OperationState } from '@azure/core-lro';
4
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
5
- import { SimplePollerLike } from '@azure/core-lro';
6
-
7
- /**
8
- * Defines values for ActionType. \
9
- * {@link KnownActionType} can be used interchangeably with ActionType,
10
- * this enum contains the known values that the service supports.
11
- * ### Known values supported by the service
12
- * **Internal**
13
- */
14
- export declare type ActionType = string;
15
-
16
- export declare class AzureStackHCIClient extends coreClient.ServiceClient {
17
- $host: string;
18
- subscriptionId?: string;
19
- apiVersion: string;
20
- /**
21
- * Initializes a new instance of the AzureStackHCIClient class.
22
- * @param credentials Subscription credentials which uniquely identify client subscription.
23
- * @param subscriptionId The ID of the target subscription.
24
- * @param options The parameter options
25
- */
26
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AzureStackHCIClientOptionalParams);
27
- constructor(credentials: coreAuth.TokenCredential, options?: AzureStackHCIClientOptionalParams);
28
- /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
29
- private addCustomApiVersionPolicy;
30
- galleryImagesOperations: GalleryImagesOperations;
31
- operations: Operations;
32
- logicalNetworksOperations: LogicalNetworksOperations;
33
- marketplaceGalleryImagesOperations: MarketplaceGalleryImagesOperations;
34
- networkInterfacesOperations: NetworkInterfacesOperations;
35
- storageContainersOperations: StorageContainersOperations;
36
- virtualHardDisksOperations: VirtualHardDisksOperations;
37
- virtualMachineInstances: VirtualMachineInstances;
38
- hybridIdentityMetadataOperations: HybridIdentityMetadataOperations;
39
- guestAgentOperations: GuestAgentOperations;
40
- guestAgents: GuestAgents;
41
- }
42
-
43
- /** Optional parameters. */
44
- export declare interface AzureStackHCIClientOptionalParams extends coreClient.ServiceClientOptions {
45
- /** server parameter */
46
- $host?: string;
47
- /** Api Version */
48
- apiVersion?: string;
49
- /** Overrides client endpoint. */
50
- endpoint?: string;
51
- }
52
-
53
- /**
54
- * Defines values for CloudInitDataSource. \
55
- * {@link KnownCloudInitDataSource} can be used interchangeably with CloudInitDataSource,
56
- * this enum contains the known values that the service supports.
57
- * ### Known values supported by the service
58
- * **NoCloud** \
59
- * **Azure**
60
- */
61
- export declare type CloudInitDataSource = string;
62
-
63
- /**
64
- * Defines values for CreatedByType. \
65
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
66
- * this enum contains the known values that the service supports.
67
- * ### Known values supported by the service
68
- * **User** \
69
- * **Application** \
70
- * **ManagedIdentity** \
71
- * **Key**
72
- */
73
- export declare type CreatedByType = string;
74
-
75
- /**
76
- * Defines values for DiskFileFormat. \
77
- * {@link KnownDiskFileFormat} can be used interchangeably with DiskFileFormat,
78
- * this enum contains the known values that the service supports.
79
- * ### Known values supported by the service
80
- * **vhdx** \
81
- * **vhd**
82
- */
83
- export declare type DiskFileFormat = string;
84
-
85
- /** The resource management error additional info. */
86
- export declare interface ErrorAdditionalInfo {
87
- /**
88
- * The additional info type.
89
- * NOTE: This property will not be serialized. It can only be populated by the server.
90
- */
91
- readonly type?: string;
92
- /**
93
- * The additional info.
94
- * NOTE: This property will not be serialized. It can only be populated by the server.
95
- */
96
- readonly info?: Record<string, unknown>;
97
- }
98
-
99
- /** The error detail. */
100
- export declare interface ErrorDetail {
101
- /**
102
- * The error code.
103
- * NOTE: This property will not be serialized. It can only be populated by the server.
104
- */
105
- readonly code?: string;
106
- /**
107
- * The error message.
108
- * NOTE: This property will not be serialized. It can only be populated by the server.
109
- */
110
- readonly message?: string;
111
- /**
112
- * The error target.
113
- * NOTE: This property will not be serialized. It can only be populated by the server.
114
- */
115
- readonly target?: string;
116
- /**
117
- * The error details.
118
- * NOTE: This property will not be serialized. It can only be populated by the server.
119
- */
120
- readonly details?: ErrorDetail[];
121
- /**
122
- * The error additional info.
123
- * NOTE: This property will not be serialized. It can only be populated by the server.
124
- */
125
- readonly additionalInfo?: ErrorAdditionalInfo[];
126
- }
127
-
128
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
129
- export declare interface ErrorResponse {
130
- /** The error object. */
131
- error?: ErrorDetail;
132
- }
133
-
134
- /** The complex type of the extended location. */
135
- export declare interface ExtendedLocation {
136
- /** The name of the extended location. */
137
- name?: string;
138
- /** The type of the extended location. */
139
- type?: ExtendedLocationTypes;
140
- }
141
-
142
- /**
143
- * Defines values for ExtendedLocationTypes. \
144
- * {@link KnownExtendedLocationTypes} can be used interchangeably with ExtendedLocationTypes,
145
- * this enum contains the known values that the service supports.
146
- * ### Known values supported by the service
147
- * **CustomLocation**
148
- */
149
- export declare type ExtendedLocationTypes = string;
150
-
151
- /** This is the disk image base class. */
152
- export declare interface GalleryDiskImage {
153
- /**
154
- * This property indicates the size of the VHD to be created.
155
- * NOTE: This property will not be serialized. It can only be populated by the server.
156
- */
157
- readonly sizeInMB?: number;
158
- }
159
-
160
- /** This is the gallery image definition identifier. */
161
- export declare interface GalleryImageIdentifier {
162
- /** The name of the gallery image definition publisher. */
163
- publisher: string;
164
- /** The name of the gallery image definition offer. */
165
- offer: string;
166
- /** The name of the gallery image definition SKU. */
167
- sku: string;
168
- }
169
-
170
- /** The gallery images resource definition. */
171
- export declare interface GalleryImages extends TrackedResource {
172
- /** The extendedLocation of the resource. */
173
- extendedLocation?: ExtendedLocation;
174
- /** Storage ContainerID of the storage container to be used for gallery image */
175
- containerId?: string;
176
- /** location of the image the gallery image should be created from */
177
- imagePath?: string;
178
- /** Operating system type that the gallery image uses [Windows, Linux] */
179
- osType?: OperatingSystemTypes;
180
- /** Datasource for the gallery image when provisioning with cloud-init [NoCloud, Azure] */
181
- cloudInitDataSource?: CloudInitDataSource;
182
- /** The hypervisor generation of the Virtual Machine [V1, V2] */
183
- hyperVGeneration?: HyperVGeneration;
184
- /** This is the gallery image definition identifier. */
185
- identifier?: GalleryImageIdentifier;
186
- /** Specifies information about the gallery image version that you want to create or update. */
187
- version?: GalleryImageVersion;
188
- /**
189
- * Provisioning state of the gallery image.
190
- * NOTE: This property will not be serialized. It can only be populated by the server.
191
- */
192
- readonly provisioningState?: ProvisioningStateEnum;
193
- /**
194
- * The observed state of gallery images
195
- * NOTE: This property will not be serialized. It can only be populated by the server.
196
- */
197
- readonly status?: GalleryImageStatus;
198
- }
199
-
200
- /** Optional parameters. */
201
- export declare interface GalleryImagesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
202
- /** Delay to wait until next poll, in milliseconds. */
203
- updateIntervalInMs?: number;
204
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
205
- resumeFrom?: string;
206
- }
207
-
208
- /** Contains response data for the createOrUpdate operation. */
209
- export declare type GalleryImagesCreateOrUpdateResponse = GalleryImages;
210
-
211
- /** Defines headers for GalleryImages_delete operation. */
212
- export declare interface GalleryImagesDeleteHeaders {
213
- location?: string;
214
- }
215
-
216
- /** Optional parameters. */
217
- export declare interface GalleryImagesDeleteOptionalParams extends coreClient.OperationOptions {
218
- /** Delay to wait until next poll, in milliseconds. */
219
- updateIntervalInMs?: number;
220
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
221
- resumeFrom?: string;
222
- }
223
-
224
- /** Contains response data for the delete operation. */
225
- export declare type GalleryImagesDeleteResponse = GalleryImagesDeleteHeaders;
226
-
227
- /** Optional parameters. */
228
- export declare interface GalleryImagesGetOptionalParams extends coreClient.OperationOptions {
229
- }
230
-
231
- /** Contains response data for the get operation. */
232
- export declare type GalleryImagesGetResponse = GalleryImages;
233
-
234
- /** Optional parameters. */
235
- export declare interface GalleryImagesListAllNextOptionalParams extends coreClient.OperationOptions {
236
- }
237
-
238
- /** Contains response data for the listAllNext operation. */
239
- export declare type GalleryImagesListAllNextResponse = GalleryImagesListResult;
240
-
241
- /** Optional parameters. */
242
- export declare interface GalleryImagesListAllOptionalParams extends coreClient.OperationOptions {
243
- }
244
-
245
- /** Contains response data for the listAll operation. */
246
- export declare type GalleryImagesListAllResponse = GalleryImagesListResult;
247
-
248
- /** Optional parameters. */
249
- export declare interface GalleryImagesListNextOptionalParams extends coreClient.OperationOptions {
250
- }
251
-
252
- /** Contains response data for the listNext operation. */
253
- export declare type GalleryImagesListNextResponse = GalleryImagesListResult;
254
-
255
- /** Optional parameters. */
256
- export declare interface GalleryImagesListOptionalParams extends coreClient.OperationOptions {
257
- }
258
-
259
- /** Contains response data for the list operation. */
260
- export declare type GalleryImagesListResponse = GalleryImagesListResult;
261
-
262
- /** List of gallery images. */
263
- export declare interface GalleryImagesListResult {
264
- value?: GalleryImages[];
265
- /**
266
- * Link to the next set of results.
267
- * NOTE: This property will not be serialized. It can only be populated by the server.
268
- */
269
- readonly nextLink?: string;
270
- }
271
-
272
- /** Interface representing a GalleryImagesOperations. */
273
- export declare interface GalleryImagesOperations {
274
- /**
275
- * Lists all of the gallery images in the specified resource group. Use the nextLink property in the
276
- * response to get the next page of gallery images.
277
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
278
- * @param options The options parameters.
279
- */
280
- list(resourceGroupName: string, options?: GalleryImagesListOptionalParams): PagedAsyncIterableIterator<GalleryImages>;
281
- /**
282
- * Lists all of the gallery images in the specified subscription. Use the nextLink property in the
283
- * response to get the next page of gallery images.
284
- * @param options The options parameters.
285
- */
286
- listAll(options?: GalleryImagesListAllOptionalParams): PagedAsyncIterableIterator<GalleryImages>;
287
- /**
288
- * Gets a gallery image
289
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
290
- * @param galleryImageName Name of the gallery image
291
- * @param options The options parameters.
292
- */
293
- get(resourceGroupName: string, galleryImageName: string, options?: GalleryImagesGetOptionalParams): Promise<GalleryImagesGetResponse>;
294
- /**
295
- * The operation to create or update a gallery image. Please note some properties can be set only
296
- * during gallery image creation.
297
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
298
- * @param galleryImageName Name of the gallery image
299
- * @param galleryImages The gallery images resource definition.
300
- * @param options The options parameters.
301
- */
302
- beginCreateOrUpdate(resourceGroupName: string, galleryImageName: string, galleryImages: GalleryImages, options?: GalleryImagesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GalleryImagesCreateOrUpdateResponse>, GalleryImagesCreateOrUpdateResponse>>;
303
- /**
304
- * The operation to create or update a gallery image. Please note some properties can be set only
305
- * during gallery image creation.
306
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
307
- * @param galleryImageName Name of the gallery image
308
- * @param galleryImages The gallery images resource definition.
309
- * @param options The options parameters.
310
- */
311
- beginCreateOrUpdateAndWait(resourceGroupName: string, galleryImageName: string, galleryImages: GalleryImages, options?: GalleryImagesCreateOrUpdateOptionalParams): Promise<GalleryImagesCreateOrUpdateResponse>;
312
- /**
313
- * The operation to delete a gallery image.
314
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
315
- * @param galleryImageName Name of the gallery image
316
- * @param options The options parameters.
317
- */
318
- beginDelete(resourceGroupName: string, galleryImageName: string, options?: GalleryImagesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<GalleryImagesDeleteResponse>, GalleryImagesDeleteResponse>>;
319
- /**
320
- * The operation to delete a gallery image.
321
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
322
- * @param galleryImageName Name of the gallery image
323
- * @param options The options parameters.
324
- */
325
- beginDeleteAndWait(resourceGroupName: string, galleryImageName: string, options?: GalleryImagesDeleteOptionalParams): Promise<GalleryImagesDeleteResponse>;
326
- /**
327
- * The operation to update a gallery image.
328
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
329
- * @param galleryImageName Name of the gallery image
330
- * @param galleryImages The gallery images resource patch definition.
331
- * @param options The options parameters.
332
- */
333
- beginUpdate(resourceGroupName: string, galleryImageName: string, galleryImages: GalleryImagesUpdateRequest, options?: GalleryImagesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GalleryImagesUpdateResponse>, GalleryImagesUpdateResponse>>;
334
- /**
335
- * The operation to update a gallery image.
336
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
337
- * @param galleryImageName Name of the gallery image
338
- * @param galleryImages The gallery images resource patch definition.
339
- * @param options The options parameters.
340
- */
341
- beginUpdateAndWait(resourceGroupName: string, galleryImageName: string, galleryImages: GalleryImagesUpdateRequest, options?: GalleryImagesUpdateOptionalParams): Promise<GalleryImagesUpdateResponse>;
342
- }
343
-
344
- /** The observed state of gallery images */
345
- export declare interface GalleryImageStatus {
346
- /** GalleryImage provisioning error code */
347
- errorCode?: string;
348
- /** Descriptive error message */
349
- errorMessage?: string;
350
- provisioningStatus?: GalleryImageStatusProvisioningStatus;
351
- /** The download status of the gallery image */
352
- downloadStatus?: GalleryImageStatusDownloadStatus;
353
- /** The progress of the operation in percentage */
354
- progressPercentage?: number;
355
- }
356
-
357
- /** The download status of the gallery image */
358
- export declare interface GalleryImageStatusDownloadStatus {
359
- /** The downloaded sized of the image in MB */
360
- downloadSizeInMB?: number;
361
- }
362
-
363
- export declare interface GalleryImageStatusProvisioningStatus {
364
- /** The ID of the operation performed on the gallery image */
365
- operationId?: string;
366
- /** The status of the operation performed on the gallery image [Succeeded, Failed, InProgress] */
367
- status?: Status;
368
- }
369
-
370
- /** Defines headers for GalleryImages_update operation. */
371
- export declare interface GalleryImagesUpdateHeaders {
372
- location?: string;
373
- }
374
-
375
- /** Optional parameters. */
376
- export declare interface GalleryImagesUpdateOptionalParams extends coreClient.OperationOptions {
377
- /** Delay to wait until next poll, in milliseconds. */
378
- updateIntervalInMs?: number;
379
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
380
- resumeFrom?: string;
381
- }
382
-
383
- /** The gallery images resource patch definition. */
384
- export declare interface GalleryImagesUpdateRequest {
385
- /** Resource tags */
386
- tags?: {
387
- [propertyName: string]: string;
388
- };
389
- }
390
-
391
- /** Contains response data for the update operation. */
392
- export declare type GalleryImagesUpdateResponse = GalleryImages;
393
-
394
- /** Specifies information about the gallery image version that you want to create or update. */
395
- export declare interface GalleryImageVersion {
396
- /** This is the version of the gallery image. */
397
- name?: string;
398
- /** This is the storage profile of a Gallery Image Version. */
399
- storageProfile?: GalleryImageVersionStorageProfile;
400
- }
401
-
402
- /** This is the storage profile of a Gallery Image Version. */
403
- export declare interface GalleryImageVersionStorageProfile {
404
- /** This is the OS disk image. */
405
- osDiskImage?: GalleryOSDiskImage;
406
- }
407
-
408
- /** This is the OS disk image. */
409
- export declare interface GalleryOSDiskImage extends GalleryDiskImage {
410
- }
411
-
412
- /**
413
- * Given the last `.value` produced by the `byPage` iterator,
414
- * returns a continuation token that can be used to begin paging from
415
- * that point later.
416
- * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
417
- * @returns The continuation token that can be passed into byPage() during future calls.
418
- */
419
- export declare function getContinuationToken(page: unknown): string | undefined;
420
-
421
- /** Defines the GuestAgent. */
422
- export declare interface GuestAgent extends ProxyResource {
423
- /** Username / Password Credentials to provision guest agent. */
424
- credentials?: GuestCredential;
425
- /** The guest agent provisioning action. */
426
- provisioningAction?: ProvisioningAction;
427
- /**
428
- * The guest agent status.
429
- * NOTE: This property will not be serialized. It can only be populated by the server.
430
- */
431
- readonly status?: string;
432
- /**
433
- * The provisioning state.
434
- * NOTE: This property will not be serialized. It can only be populated by the server.
435
- */
436
- readonly provisioningState?: string;
437
- }
438
-
439
- /** Optional parameters. */
440
- export declare interface GuestAgentCreateOptionalParams extends coreClient.OperationOptions {
441
- /** Request payload. */
442
- body?: GuestAgent;
443
- /** Delay to wait until next poll, in milliseconds. */
444
- updateIntervalInMs?: number;
445
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
446
- resumeFrom?: string;
447
- }
448
-
449
- /** Contains response data for the create operation. */
450
- export declare type GuestAgentCreateResponse = GuestAgent;
451
-
452
- /** Defines headers for GuestAgent_delete operation. */
453
- export declare interface GuestAgentDeleteHeaders {
454
- location?: string;
455
- }
456
-
457
- /** Optional parameters. */
458
- export declare interface GuestAgentDeleteOptionalParams extends coreClient.OperationOptions {
459
- /** Delay to wait until next poll, in milliseconds. */
460
- updateIntervalInMs?: number;
461
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
462
- resumeFrom?: string;
463
- }
464
-
465
- /** Contains response data for the delete operation. */
466
- export declare type GuestAgentDeleteResponse = GuestAgentDeleteHeaders;
467
-
468
- /** Optional parameters. */
469
- export declare interface GuestAgentGetOptionalParams extends coreClient.OperationOptions {
470
- }
471
-
472
- /** Contains response data for the get operation. */
473
- export declare type GuestAgentGetResponse = GuestAgent;
474
-
475
- /** Defines the status of a guest agent installation. */
476
- export declare interface GuestAgentInstallStatus {
477
- /**
478
- * Specifies the VM's unique SMBIOS ID.
479
- * NOTE: This property will not be serialized. It can only be populated by the server.
480
- */
481
- readonly vmUuid?: string;
482
- /**
483
- * The installation status of the hybrid machine agent installation.
484
- * NOTE: This property will not be serialized. It can only be populated by the server.
485
- */
486
- readonly status?: StatusTypes;
487
- /**
488
- * The time of the last status change.
489
- * NOTE: This property will not be serialized. It can only be populated by the server.
490
- */
491
- readonly lastStatusChange?: Date;
492
- /**
493
- * The hybrid machine agent full version.
494
- * NOTE: This property will not be serialized. It can only be populated by the server.
495
- */
496
- readonly agentVersion?: string;
497
- /**
498
- * Details about the error state.
499
- * NOTE: This property will not be serialized. It can only be populated by the server.
500
- */
501
- readonly errorDetails?: ErrorDetail[];
502
- }
503
-
504
- /** List of GuestAgent. */
505
- export declare interface GuestAgentList {
506
- /** Url to follow for getting next page of GuestAgent. */
507
- nextLink?: string;
508
- /** Array of GuestAgent */
509
- value: GuestAgent[];
510
- }
511
-
512
- /** Interface representing a GuestAgentOperations. */
513
- export declare interface GuestAgentOperations {
514
- /**
515
- * Create Or Update GuestAgent.
516
- * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
517
- * machine resource to be extended.
518
- * @param options The options parameters.
519
- */
520
- beginCreate(resourceUri: string, options?: GuestAgentCreateOptionalParams): Promise<SimplePollerLike<OperationState<GuestAgentCreateResponse>, GuestAgentCreateResponse>>;
521
- /**
522
- * Create Or Update GuestAgent.
523
- * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
524
- * machine resource to be extended.
525
- * @param options The options parameters.
526
- */
527
- beginCreateAndWait(resourceUri: string, options?: GuestAgentCreateOptionalParams): Promise<GuestAgentCreateResponse>;
528
- /**
529
- * Implements GuestAgent GET method.
530
- * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
531
- * machine resource to be extended.
532
- * @param options The options parameters.
533
- */
534
- get(resourceUri: string, options?: GuestAgentGetOptionalParams): Promise<GuestAgentGetResponse>;
535
- /**
536
- * Implements GuestAgent DELETE method.
537
- * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
538
- * machine resource to be extended.
539
- * @param options The options parameters.
540
- */
541
- beginDelete(resourceUri: string, options?: GuestAgentDeleteOptionalParams): Promise<SimplePollerLike<OperationState<GuestAgentDeleteResponse>, GuestAgentDeleteResponse>>;
542
- /**
543
- * Implements GuestAgent DELETE method.
544
- * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
545
- * machine resource to be extended.
546
- * @param options The options parameters.
547
- */
548
- beginDeleteAndWait(resourceUri: string, options?: GuestAgentDeleteOptionalParams): Promise<GuestAgentDeleteResponse>;
549
- }
550
-
551
- /** Interface representing a GuestAgents. */
552
- export declare interface GuestAgents {
553
- /**
554
- * Returns the list of GuestAgent of the given vm.
555
- * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
556
- * machine resource to be extended.
557
- * @param options The options parameters.
558
- */
559
- list(resourceUri: string, options?: GuestAgentsListOptionalParams): PagedAsyncIterableIterator<GuestAgent>;
560
- }
561
-
562
- /** Optional parameters. */
563
- export declare interface GuestAgentsListNextOptionalParams extends coreClient.OperationOptions {
564
- }
565
-
566
- /** Contains response data for the listNext operation. */
567
- export declare type GuestAgentsListNextResponse = GuestAgentList;
568
-
569
- /** Optional parameters. */
570
- export declare interface GuestAgentsListOptionalParams extends coreClient.OperationOptions {
571
- }
572
-
573
- /** Contains response data for the list operation. */
574
- export declare type GuestAgentsListResponse = GuestAgentList;
575
-
576
- /** Username / Password Credentials to connect to guest. */
577
- export declare interface GuestCredential {
578
- /** The username to connect with the guest. */
579
- username?: string;
580
- /** The password to connect with the guest. */
581
- password?: string;
582
- }
583
-
584
- /** HardwareProfile - Specifies the hardware settings for the virtual machine instance. */
585
- export declare interface HardwareProfileUpdate {
586
- vmSize?: VmSizeEnum;
587
- /** number of processors for the virtual machine instance */
588
- processors?: number;
589
- /** RAM in MB for the virtual machine instance */
590
- memoryMB?: number;
591
- }
592
-
593
- /** HTTP Proxy configuration for the VM. */
594
- export declare interface HttpProxyConfiguration {
595
- /** The HTTP proxy server endpoint to use. */
596
- httpProxy?: string;
597
- /** The HTTPS proxy server endpoint to use. */
598
- httpsProxy?: string;
599
- /** The endpoints that should not go through proxy. */
600
- noProxy?: string[];
601
- /** Alternative CA cert to use for connecting to proxy servers. */
602
- trustedCa?: string;
603
- }
604
-
605
- /** Defines the HybridIdentityMetadata. */
606
- export declare interface HybridIdentityMetadata extends ProxyResource {
607
- /** The unique identifier for the resource. */
608
- resourceUid?: string;
609
- /** The Public Key. */
610
- publicKey?: string;
611
- /**
612
- * Identity for the resource.
613
- * NOTE: This property will not be serialized. It can only be populated by the server.
614
- */
615
- readonly identity?: Identity;
616
- /**
617
- * The provisioning state.
618
- * NOTE: This property will not be serialized. It can only be populated by the server.
619
- */
620
- readonly provisioningState?: string;
621
- }
622
-
623
- /** Optional parameters. */
624
- export declare interface HybridIdentityMetadataGetOptionalParams extends coreClient.OperationOptions {
625
- }
626
-
627
- /** Contains response data for the get operation. */
628
- export declare type HybridIdentityMetadataGetResponse = HybridIdentityMetadata;
629
-
630
- /** List of HybridIdentityMetadata. */
631
- export declare interface HybridIdentityMetadataList {
632
- /** Url to follow for getting next page of HybridIdentityMetadata. */
633
- nextLink?: string;
634
- /** Array of HybridIdentityMetadata */
635
- value: HybridIdentityMetadata[];
636
- }
637
-
638
- /** Optional parameters. */
639
- export declare interface HybridIdentityMetadataListNextOptionalParams extends coreClient.OperationOptions {
640
- }
641
-
642
- /** Contains response data for the listNext operation. */
643
- export declare type HybridIdentityMetadataListNextResponse = HybridIdentityMetadataList;
644
-
645
- /** Optional parameters. */
646
- export declare interface HybridIdentityMetadataListOptionalParams extends coreClient.OperationOptions {
647
- }
648
-
649
- /** Contains response data for the list operation. */
650
- export declare type HybridIdentityMetadataListResponse = HybridIdentityMetadataList;
651
-
652
- /** Interface representing a HybridIdentityMetadataOperations. */
653
- export declare interface HybridIdentityMetadataOperations {
654
- /**
655
- * Returns the list of HybridIdentityMetadata of the given vm.
656
- * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
657
- * machine resource to be extended.
658
- * @param options The options parameters.
659
- */
660
- list(resourceUri: string, options?: HybridIdentityMetadataListOptionalParams): PagedAsyncIterableIterator<HybridIdentityMetadata>;
661
- /**
662
- * Implements HybridIdentityMetadata GET method.
663
- * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
664
- * machine resource to be extended.
665
- * @param options The options parameters.
666
- */
667
- get(resourceUri: string, options?: HybridIdentityMetadataGetOptionalParams): Promise<HybridIdentityMetadataGetResponse>;
668
- }
669
-
670
- /**
671
- * Defines values for HyperVGeneration. \
672
- * {@link KnownHyperVGeneration} can be used interchangeably with HyperVGeneration,
673
- * this enum contains the known values that the service supports.
674
- * ### Known values supported by the service
675
- * **V1** \
676
- * **V2**
677
- */
678
- export declare type HyperVGeneration = string;
679
-
680
- /** Identity for the resource. */
681
- export declare interface Identity {
682
- /**
683
- * The principal ID of resource identity.
684
- * NOTE: This property will not be serialized. It can only be populated by the server.
685
- */
686
- readonly principalId?: string;
687
- /**
688
- * The tenant ID of resource.
689
- * NOTE: This property will not be serialized. It can only be populated by the server.
690
- */
691
- readonly tenantId?: string;
692
- /** The identity type. */
693
- type?: "SystemAssigned";
694
- }
695
-
696
- /** Instance view status. */
697
- export declare interface InstanceViewStatus {
698
- /** The status code. */
699
- code?: string;
700
- /** The level code. */
701
- level?: StatusLevelTypes;
702
- /** The short localizable label for the status. */
703
- displayStatus?: string;
704
- /** The detailed status message, including for alerts and error messages. */
705
- message?: string;
706
- /** The time of the status. */
707
- time?: Date;
708
- }
709
-
710
- export declare interface InterfaceDNSSettings {
711
- /** List of DNS server IP Addresses for the interface */
712
- dnsServers?: string[];
713
- }
714
-
715
- /**
716
- * Defines values for IpAllocationMethodEnum. \
717
- * {@link KnownIpAllocationMethodEnum} can be used interchangeably with IpAllocationMethodEnum,
718
- * this enum contains the known values that the service supports.
719
- * ### Known values supported by the service
720
- * **Dynamic** \
721
- * **Static**
722
- */
723
- export declare type IpAllocationMethodEnum = string;
724
-
725
- /** InterfaceIPConfiguration iPConfiguration in a network interface. */
726
- export declare interface IPConfiguration {
727
- /** Name - The name of the resource that is unique within a resource group. This name can be used to access the resource. */
728
- name?: string;
729
- /** InterfaceIPConfigurationPropertiesFormat properties of IP configuration. */
730
- properties?: IPConfigurationProperties;
731
- }
732
-
733
- /** InterfaceIPConfigurationPropertiesFormat properties of IP configuration. */
734
- export declare interface IPConfigurationProperties {
735
- /**
736
- * Gateway for network interface
737
- * NOTE: This property will not be serialized. It can only be populated by the server.
738
- */
739
- readonly gateway?: string;
740
- /**
741
- * prefixLength for network interface
742
- * NOTE: This property will not be serialized. It can only be populated by the server.
743
- */
744
- readonly prefixLength?: string;
745
- /** PrivateIPAddress - Private IP address of the IP configuration. */
746
- privateIPAddress?: string;
747
- /** Subnet - Name of Subnet bound to the IP configuration. */
748
- subnet?: IPConfigurationPropertiesSubnet;
749
- }
750
-
751
- /** Subnet - Name of Subnet bound to the IP configuration. */
752
- export declare interface IPConfigurationPropertiesSubnet {
753
- /** ID - The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/... */
754
- id?: string;
755
- }
756
-
757
- export declare interface IPPool {
758
- /** Name of the IP-Pool */
759
- name?: string;
760
- /** Type of the IP Pool [vm, vippool] */
761
- ipPoolType?: IPPoolTypeEnum;
762
- /** Start of the IP address pool */
763
- start?: string;
764
- /** End of the IP address pool */
765
- end?: string;
766
- info?: IPPoolInfo;
767
- }
768
-
769
- export declare interface IPPoolInfo {
770
- /**
771
- * Number of IP addresses allocated from the IP Pool
772
- * NOTE: This property will not be serialized. It can only be populated by the server.
773
- */
774
- readonly used?: string;
775
- /**
776
- * Number of IP addresses available in the IP Pool
777
- * NOTE: This property will not be serialized. It can only be populated by the server.
778
- */
779
- readonly available?: string;
780
- }
781
-
782
- /** Defines values for IPPoolTypeEnum. */
783
- export declare type IPPoolTypeEnum = "vm" | "vippool";
784
-
785
- /** Known values of {@link ActionType} that the service accepts. */
786
- export declare enum KnownActionType {
787
- /** Internal */
788
- Internal = "Internal"
789
- }
790
-
791
- /** Known values of {@link CloudInitDataSource} that the service accepts. */
792
- export declare enum KnownCloudInitDataSource {
793
- /** NoCloud */
794
- NoCloud = "NoCloud",
795
- /** Azure */
796
- Azure = "Azure"
797
- }
798
-
799
- /** Known values of {@link CreatedByType} that the service accepts. */
800
- export declare enum KnownCreatedByType {
801
- /** User */
802
- User = "User",
803
- /** Application */
804
- Application = "Application",
805
- /** ManagedIdentity */
806
- ManagedIdentity = "ManagedIdentity",
807
- /** Key */
808
- Key = "Key"
809
- }
810
-
811
- /** Known values of {@link DiskFileFormat} that the service accepts. */
812
- export declare enum KnownDiskFileFormat {
813
- /** Vhdx */
814
- Vhdx = "vhdx",
815
- /** Vhd */
816
- Vhd = "vhd"
817
- }
818
-
819
- /** Known values of {@link ExtendedLocationTypes} that the service accepts. */
820
- export declare enum KnownExtendedLocationTypes {
821
- /** CustomLocation */
822
- CustomLocation = "CustomLocation"
823
- }
824
-
825
- /** Known values of {@link HyperVGeneration} that the service accepts. */
826
- export declare enum KnownHyperVGeneration {
827
- /** V1 */
828
- V1 = "V1",
829
- /** V2 */
830
- V2 = "V2"
831
- }
832
-
833
- /** Known values of {@link IpAllocationMethodEnum} that the service accepts. */
834
- export declare enum KnownIpAllocationMethodEnum {
835
- /** Dynamic */
836
- Dynamic = "Dynamic",
837
- /** Static */
838
- Static = "Static"
839
- }
840
-
841
- /** Known values of {@link Origin} that the service accepts. */
842
- export declare enum KnownOrigin {
843
- /** User */
844
- User = "user",
845
- /** System */
846
- System = "system",
847
- /** UserSystem */
848
- UserSystem = "user,system"
849
- }
850
-
851
- /** Known values of {@link PowerStateEnum} that the service accepts. */
852
- export declare enum KnownPowerStateEnum {
853
- /** Deallocated */
854
- Deallocated = "Deallocated",
855
- /** Deallocating */
856
- Deallocating = "Deallocating",
857
- /** Running */
858
- Running = "Running",
859
- /** Starting */
860
- Starting = "Starting",
861
- /** Stopped */
862
- Stopped = "Stopped",
863
- /** Stopping */
864
- Stopping = "Stopping",
865
- /** Unknown */
866
- Unknown = "Unknown"
867
- }
868
-
869
- /** Known values of {@link ProvisioningAction} that the service accepts. */
870
- export declare enum KnownProvisioningAction {
871
- /** Install */
872
- Install = "install",
873
- /** Uninstall */
874
- Uninstall = "uninstall",
875
- /** Repair */
876
- Repair = "repair"
877
- }
878
-
879
- /** Known values of {@link ProvisioningStateEnum} that the service accepts. */
880
- export declare enum KnownProvisioningStateEnum {
881
- /** Succeeded */
882
- Succeeded = "Succeeded",
883
- /** Failed */
884
- Failed = "Failed",
885
- /** InProgress */
886
- InProgress = "InProgress",
887
- /** Accepted */
888
- Accepted = "Accepted",
889
- /** Deleting */
890
- Deleting = "Deleting",
891
- /** Canceled */
892
- Canceled = "Canceled"
893
- }
894
-
895
- /** Known values of {@link SecurityTypes} that the service accepts. */
896
- export declare enum KnownSecurityTypes {
897
- /** TrustedLaunch */
898
- TrustedLaunch = "TrustedLaunch",
899
- /** ConfidentialVM */
900
- ConfidentialVM = "ConfidentialVM"
901
- }
902
-
903
- /** Known values of {@link Status} that the service accepts. */
904
- export declare enum KnownStatus {
905
- /** Succeeded */
906
- Succeeded = "Succeeded",
907
- /** Failed */
908
- Failed = "Failed",
909
- /** InProgress */
910
- InProgress = "InProgress"
911
- }
912
-
913
- /** Known values of {@link StatusLevelTypes} that the service accepts. */
914
- export declare enum KnownStatusLevelTypes {
915
- /** Info */
916
- Info = "Info",
917
- /** Warning */
918
- Warning = "Warning",
919
- /** Error */
920
- Error = "Error"
921
- }
922
-
923
- /** Known values of {@link StatusTypes} that the service accepts. */
924
- export declare enum KnownStatusTypes {
925
- /** Succeeded */
926
- Succeeded = "Succeeded",
927
- /** InProgress */
928
- InProgress = "InProgress",
929
- /** Failed */
930
- Failed = "Failed"
931
- }
932
-
933
- /** Known values of {@link VmSizeEnum} that the service accepts. */
934
- export declare enum KnownVmSizeEnum {
935
- /** Default */
936
- Default = "Default",
937
- /** StandardA2V2 */
938
- StandardA2V2 = "Standard_A2_v2",
939
- /** StandardA4V2 */
940
- StandardA4V2 = "Standard_A4_v2",
941
- /** StandardD2SV3 */
942
- StandardD2SV3 = "Standard_D2s_v3",
943
- /** StandardD4SV3 */
944
- StandardD4SV3 = "Standard_D4s_v3",
945
- /** StandardD8SV3 */
946
- StandardD8SV3 = "Standard_D8s_v3",
947
- /** StandardD16SV3 */
948
- StandardD16SV3 = "Standard_D16s_v3",
949
- /** StandardD32SV3 */
950
- StandardD32SV3 = "Standard_D32s_v3",
951
- /** StandardDS2V2 */
952
- StandardDS2V2 = "Standard_DS2_v2",
953
- /** StandardDS3V2 */
954
- StandardDS3V2 = "Standard_DS3_v2",
955
- /** StandardDS4V2 */
956
- StandardDS4V2 = "Standard_DS4_v2",
957
- /** StandardDS5V2 */
958
- StandardDS5V2 = "Standard_DS5_v2",
959
- /** StandardDS13V2 */
960
- StandardDS13V2 = "Standard_DS13_v2",
961
- /** StandardK8SV1 */
962
- StandardK8SV1 = "Standard_K8S_v1",
963
- /** StandardK8S2V1 */
964
- StandardK8S2V1 = "Standard_K8S2_v1",
965
- /** StandardK8S3V1 */
966
- StandardK8S3V1 = "Standard_K8S3_v1",
967
- /** StandardK8S4V1 */
968
- StandardK8S4V1 = "Standard_K8S4_v1",
969
- /** StandardNK6 */
970
- StandardNK6 = "Standard_NK6",
971
- /** StandardNK12 */
972
- StandardNK12 = "Standard_NK12",
973
- /** StandardNV6 */
974
- StandardNV6 = "Standard_NV6",
975
- /** StandardNV12 */
976
- StandardNV12 = "Standard_NV12",
977
- /** StandardK8S5V1 */
978
- StandardK8S5V1 = "Standard_K8S5_v1",
979
- /** Custom */
980
- Custom = "Custom"
981
- }
982
-
983
- /** DhcpOptions contains an array of DNS servers available to VMs deployed in the logical network. Standard DHCP option for a subnet overrides logical network DHCP options. */
984
- export declare interface LogicalNetworkPropertiesDhcpOptions {
985
- /** The list of DNS servers IP addresses. */
986
- dnsServers?: string[];
987
- }
988
-
989
- /** The logical network resource definition. */
990
- export declare interface LogicalNetworks extends TrackedResource {
991
- /** The extendedLocation of the resource. */
992
- extendedLocation?: ExtendedLocation;
993
- /** DhcpOptions contains an array of DNS servers available to VMs deployed in the logical network. Standard DHCP option for a subnet overrides logical network DHCP options. */
994
- dhcpOptions?: LogicalNetworkPropertiesDhcpOptions;
995
- /** Subnet - list of subnets under the logical network */
996
- subnets?: Subnet[];
997
- /**
998
- * Provisioning state of the logical network.
999
- * NOTE: This property will not be serialized. It can only be populated by the server.
1000
- */
1001
- readonly provisioningState?: ProvisioningStateEnum;
1002
- /** name of the network switch to be used for VMs */
1003
- vmSwitchName?: string;
1004
- /**
1005
- * The observed state of logical networks
1006
- * NOTE: This property will not be serialized. It can only be populated by the server.
1007
- */
1008
- readonly status?: LogicalNetworkStatus;
1009
- }
1010
-
1011
- /** Optional parameters. */
1012
- export declare interface LogicalNetworksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1013
- /** Delay to wait until next poll, in milliseconds. */
1014
- updateIntervalInMs?: number;
1015
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1016
- resumeFrom?: string;
1017
- }
1018
-
1019
- /** Contains response data for the createOrUpdate operation. */
1020
- export declare type LogicalNetworksCreateOrUpdateResponse = LogicalNetworks;
1021
-
1022
- /** Defines headers for LogicalNetworks_delete operation. */
1023
- export declare interface LogicalNetworksDeleteHeaders {
1024
- location?: string;
1025
- }
1026
-
1027
- /** Optional parameters. */
1028
- export declare interface LogicalNetworksDeleteOptionalParams extends coreClient.OperationOptions {
1029
- /** Delay to wait until next poll, in milliseconds. */
1030
- updateIntervalInMs?: number;
1031
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1032
- resumeFrom?: string;
1033
- }
1034
-
1035
- /** Contains response data for the delete operation. */
1036
- export declare type LogicalNetworksDeleteResponse = LogicalNetworksDeleteHeaders;
1037
-
1038
- /** Optional parameters. */
1039
- export declare interface LogicalNetworksGetOptionalParams extends coreClient.OperationOptions {
1040
- }
1041
-
1042
- /** Contains response data for the get operation. */
1043
- export declare type LogicalNetworksGetResponse = LogicalNetworks;
1044
-
1045
- /** Optional parameters. */
1046
- export declare interface LogicalNetworksListAllNextOptionalParams extends coreClient.OperationOptions {
1047
- }
1048
-
1049
- /** Contains response data for the listAllNext operation. */
1050
- export declare type LogicalNetworksListAllNextResponse = LogicalNetworksListResult;
1051
-
1052
- /** Optional parameters. */
1053
- export declare interface LogicalNetworksListAllOptionalParams extends coreClient.OperationOptions {
1054
- }
1055
-
1056
- /** Contains response data for the listAll operation. */
1057
- export declare type LogicalNetworksListAllResponse = LogicalNetworksListResult;
1058
-
1059
- /** Optional parameters. */
1060
- export declare interface LogicalNetworksListNextOptionalParams extends coreClient.OperationOptions {
1061
- }
1062
-
1063
- /** Contains response data for the listNext operation. */
1064
- export declare type LogicalNetworksListNextResponse = LogicalNetworksListResult;
1065
-
1066
- /** Optional parameters. */
1067
- export declare interface LogicalNetworksListOptionalParams extends coreClient.OperationOptions {
1068
- }
1069
-
1070
- /** Contains response data for the list operation. */
1071
- export declare type LogicalNetworksListResponse = LogicalNetworksListResult;
1072
-
1073
- export declare interface LogicalNetworksListResult {
1074
- value?: LogicalNetworks[];
1075
- nextLink?: string;
1076
- }
1077
-
1078
- /** Interface representing a LogicalNetworksOperations. */
1079
- export declare interface LogicalNetworksOperations {
1080
- /**
1081
- * Lists all of the logical networks in the specified resource group. Use the nextLink property in the
1082
- * response to get the next page of logical networks.
1083
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1084
- * @param options The options parameters.
1085
- */
1086
- list(resourceGroupName: string, options?: LogicalNetworksListOptionalParams): PagedAsyncIterableIterator<LogicalNetworks>;
1087
- /**
1088
- * Lists all of the logical networks in the specified subscription. Use the nextLink property in the
1089
- * response to get the next page of logical networks.
1090
- * @param options The options parameters.
1091
- */
1092
- listAll(options?: LogicalNetworksListAllOptionalParams): PagedAsyncIterableIterator<LogicalNetworks>;
1093
- /**
1094
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1095
- * @param logicalNetworkName Name of the logical network
1096
- * @param options The options parameters.
1097
- */
1098
- get(resourceGroupName: string, logicalNetworkName: string, options?: LogicalNetworksGetOptionalParams): Promise<LogicalNetworksGetResponse>;
1099
- /**
1100
- * The operation to create or update a logical network. Please note some properties can be set only
1101
- * during logical network creation.
1102
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1103
- * @param logicalNetworkName Name of the logical network
1104
- * @param logicalNetworks The logical network resource definition.
1105
- * @param options The options parameters.
1106
- */
1107
- beginCreateOrUpdate(resourceGroupName: string, logicalNetworkName: string, logicalNetworks: LogicalNetworks, options?: LogicalNetworksCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LogicalNetworksCreateOrUpdateResponse>, LogicalNetworksCreateOrUpdateResponse>>;
1108
- /**
1109
- * The operation to create or update a logical network. Please note some properties can be set only
1110
- * during logical network creation.
1111
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1112
- * @param logicalNetworkName Name of the logical network
1113
- * @param logicalNetworks The logical network resource definition.
1114
- * @param options The options parameters.
1115
- */
1116
- beginCreateOrUpdateAndWait(resourceGroupName: string, logicalNetworkName: string, logicalNetworks: LogicalNetworks, options?: LogicalNetworksCreateOrUpdateOptionalParams): Promise<LogicalNetworksCreateOrUpdateResponse>;
1117
- /**
1118
- * The operation to delete a logical network.
1119
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1120
- * @param logicalNetworkName Name of the logical network
1121
- * @param options The options parameters.
1122
- */
1123
- beginDelete(resourceGroupName: string, logicalNetworkName: string, options?: LogicalNetworksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<LogicalNetworksDeleteResponse>, LogicalNetworksDeleteResponse>>;
1124
- /**
1125
- * The operation to delete a logical network.
1126
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1127
- * @param logicalNetworkName Name of the logical network
1128
- * @param options The options parameters.
1129
- */
1130
- beginDeleteAndWait(resourceGroupName: string, logicalNetworkName: string, options?: LogicalNetworksDeleteOptionalParams): Promise<LogicalNetworksDeleteResponse>;
1131
- /**
1132
- * The operation to update a logical network.
1133
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1134
- * @param logicalNetworkName Name of the logical network
1135
- * @param logicalNetworks The logical network resource patch definition.
1136
- * @param options The options parameters.
1137
- */
1138
- beginUpdate(resourceGroupName: string, logicalNetworkName: string, logicalNetworks: LogicalNetworksUpdateRequest, options?: LogicalNetworksUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LogicalNetworksUpdateResponse>, LogicalNetworksUpdateResponse>>;
1139
- /**
1140
- * The operation to update a logical network.
1141
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1142
- * @param logicalNetworkName Name of the logical network
1143
- * @param logicalNetworks The logical network resource patch definition.
1144
- * @param options The options parameters.
1145
- */
1146
- beginUpdateAndWait(resourceGroupName: string, logicalNetworkName: string, logicalNetworks: LogicalNetworksUpdateRequest, options?: LogicalNetworksUpdateOptionalParams): Promise<LogicalNetworksUpdateResponse>;
1147
- }
1148
-
1149
- /** The observed state of logical networks */
1150
- export declare interface LogicalNetworkStatus {
1151
- /** LogicalNetwork provisioning error code */
1152
- errorCode?: string;
1153
- /** Descriptive error message */
1154
- errorMessage?: string;
1155
- provisioningStatus?: LogicalNetworkStatusProvisioningStatus;
1156
- }
1157
-
1158
- export declare interface LogicalNetworkStatusProvisioningStatus {
1159
- /** The ID of the operation performed on the logical network */
1160
- operationId?: string;
1161
- /** The status of the operation performed on the logical network [Succeeded, Failed, InProgress] */
1162
- status?: Status;
1163
- }
1164
-
1165
- /** Defines headers for LogicalNetworks_update operation. */
1166
- export declare interface LogicalNetworksUpdateHeaders {
1167
- location?: string;
1168
- }
1169
-
1170
- /** Optional parameters. */
1171
- export declare interface LogicalNetworksUpdateOptionalParams extends coreClient.OperationOptions {
1172
- /** Delay to wait until next poll, in milliseconds. */
1173
- updateIntervalInMs?: number;
1174
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1175
- resumeFrom?: string;
1176
- }
1177
-
1178
- /** The logical network resource patch definition. */
1179
- export declare interface LogicalNetworksUpdateRequest {
1180
- /** Resource tags */
1181
- tags?: {
1182
- [propertyName: string]: string;
1183
- };
1184
- }
1185
-
1186
- /** Contains response data for the update operation. */
1187
- export declare type LogicalNetworksUpdateResponse = LogicalNetworks;
1188
-
1189
- /** The marketplace gallery image resource definition. */
1190
- export declare interface MarketplaceGalleryImages extends TrackedResource {
1191
- /** The extendedLocation of the resource. */
1192
- extendedLocation?: ExtendedLocation;
1193
- /** Storage ContainerID of the storage container to be used for marketplace gallery image */
1194
- containerId?: string;
1195
- /** Operating system type that the gallery image uses [Windows, Linux] */
1196
- osType?: OperatingSystemTypes;
1197
- /** Datasource for the gallery image when provisioning with cloud-init [NoCloud, Azure] */
1198
- cloudInitDataSource?: CloudInitDataSource;
1199
- /** The hypervisor generation of the Virtual Machine [V1, V2] */
1200
- hyperVGeneration?: HyperVGeneration;
1201
- /** This is the gallery image definition identifier. */
1202
- identifier?: GalleryImageIdentifier;
1203
- /** Specifies information about the gallery image version that you want to create or update. */
1204
- version?: GalleryImageVersion;
1205
- /**
1206
- * Provisioning state of the marketplace gallery image.
1207
- * NOTE: This property will not be serialized. It can only be populated by the server.
1208
- */
1209
- readonly provisioningState?: ProvisioningStateEnum;
1210
- /**
1211
- * The observed state of marketplace gallery images
1212
- * NOTE: This property will not be serialized. It can only be populated by the server.
1213
- */
1214
- readonly status?: MarketplaceGalleryImageStatus;
1215
- }
1216
-
1217
- /** Optional parameters. */
1218
- export declare interface MarketplaceGalleryImagesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1219
- /** Delay to wait until next poll, in milliseconds. */
1220
- updateIntervalInMs?: number;
1221
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1222
- resumeFrom?: string;
1223
- }
1224
-
1225
- /** Contains response data for the createOrUpdate operation. */
1226
- export declare type MarketplaceGalleryImagesCreateOrUpdateResponse = MarketplaceGalleryImages;
1227
-
1228
- /** Defines headers for MarketplaceGalleryImages_delete operation. */
1229
- export declare interface MarketplaceGalleryImagesDeleteHeaders {
1230
- location?: string;
1231
- }
1232
-
1233
- /** Optional parameters. */
1234
- export declare interface MarketplaceGalleryImagesDeleteOptionalParams extends coreClient.OperationOptions {
1235
- /** Delay to wait until next poll, in milliseconds. */
1236
- updateIntervalInMs?: number;
1237
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1238
- resumeFrom?: string;
1239
- }
1240
-
1241
- /** Contains response data for the delete operation. */
1242
- export declare type MarketplaceGalleryImagesDeleteResponse = MarketplaceGalleryImagesDeleteHeaders;
1243
-
1244
- /** Optional parameters. */
1245
- export declare interface MarketplaceGalleryImagesGetOptionalParams extends coreClient.OperationOptions {
1246
- }
1247
-
1248
- /** Contains response data for the get operation. */
1249
- export declare type MarketplaceGalleryImagesGetResponse = MarketplaceGalleryImages;
1250
-
1251
- /** Optional parameters. */
1252
- export declare interface MarketplaceGalleryImagesListAllNextOptionalParams extends coreClient.OperationOptions {
1253
- }
1254
-
1255
- /** Contains response data for the listAllNext operation. */
1256
- export declare type MarketplaceGalleryImagesListAllNextResponse = MarketplaceGalleryImagesListResult;
1257
-
1258
- /** Optional parameters. */
1259
- export declare interface MarketplaceGalleryImagesListAllOptionalParams extends coreClient.OperationOptions {
1260
- }
1261
-
1262
- /** Contains response data for the listAll operation. */
1263
- export declare type MarketplaceGalleryImagesListAllResponse = MarketplaceGalleryImagesListResult;
1264
-
1265
- /** Optional parameters. */
1266
- export declare interface MarketplaceGalleryImagesListNextOptionalParams extends coreClient.OperationOptions {
1267
- }
1268
-
1269
- /** Contains response data for the listNext operation. */
1270
- export declare type MarketplaceGalleryImagesListNextResponse = MarketplaceGalleryImagesListResult;
1271
-
1272
- /** Optional parameters. */
1273
- export declare interface MarketplaceGalleryImagesListOptionalParams extends coreClient.OperationOptions {
1274
- }
1275
-
1276
- /** Contains response data for the list operation. */
1277
- export declare type MarketplaceGalleryImagesListResponse = MarketplaceGalleryImagesListResult;
1278
-
1279
- export declare interface MarketplaceGalleryImagesListResult {
1280
- value?: MarketplaceGalleryImages[];
1281
- nextLink?: string;
1282
- }
1283
-
1284
- /** Interface representing a MarketplaceGalleryImagesOperations. */
1285
- export declare interface MarketplaceGalleryImagesOperations {
1286
- /**
1287
- * Lists all of the marketplace gallery images in the specified resource group. Use the nextLink
1288
- * property in the response to get the next page of marketplace gallery images.
1289
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1290
- * @param options The options parameters.
1291
- */
1292
- list(resourceGroupName: string, options?: MarketplaceGalleryImagesListOptionalParams): PagedAsyncIterableIterator<MarketplaceGalleryImages>;
1293
- /**
1294
- * Lists all of the marketplace gallery images in the specified subscription. Use the nextLink property
1295
- * in the response to get the next page of marketplace gallery images.
1296
- * @param options The options parameters.
1297
- */
1298
- listAll(options?: MarketplaceGalleryImagesListAllOptionalParams): PagedAsyncIterableIterator<MarketplaceGalleryImages>;
1299
- /**
1300
- * Gets a marketplace gallery image
1301
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1302
- * @param marketplaceGalleryImageName Name of the marketplace gallery image
1303
- * @param options The options parameters.
1304
- */
1305
- get(resourceGroupName: string, marketplaceGalleryImageName: string, options?: MarketplaceGalleryImagesGetOptionalParams): Promise<MarketplaceGalleryImagesGetResponse>;
1306
- /**
1307
- * The operation to create or update a marketplace gallery image. Please note some properties can be
1308
- * set only during marketplace gallery image creation.
1309
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1310
- * @param marketplaceGalleryImageName Name of the marketplace gallery image
1311
- * @param marketplaceGalleryImages The marketplace gallery image resource definition.
1312
- * @param options The options parameters.
1313
- */
1314
- beginCreateOrUpdate(resourceGroupName: string, marketplaceGalleryImageName: string, marketplaceGalleryImages: MarketplaceGalleryImages, options?: MarketplaceGalleryImagesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<MarketplaceGalleryImagesCreateOrUpdateResponse>, MarketplaceGalleryImagesCreateOrUpdateResponse>>;
1315
- /**
1316
- * The operation to create or update a marketplace gallery image. Please note some properties can be
1317
- * set only during marketplace gallery image creation.
1318
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1319
- * @param marketplaceGalleryImageName Name of the marketplace gallery image
1320
- * @param marketplaceGalleryImages The marketplace gallery image resource definition.
1321
- * @param options The options parameters.
1322
- */
1323
- beginCreateOrUpdateAndWait(resourceGroupName: string, marketplaceGalleryImageName: string, marketplaceGalleryImages: MarketplaceGalleryImages, options?: MarketplaceGalleryImagesCreateOrUpdateOptionalParams): Promise<MarketplaceGalleryImagesCreateOrUpdateResponse>;
1324
- /**
1325
- * The operation to delete a marketplace gallery image.
1326
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1327
- * @param marketplaceGalleryImageName Name of the marketplace gallery image
1328
- * @param options The options parameters.
1329
- */
1330
- beginDelete(resourceGroupName: string, marketplaceGalleryImageName: string, options?: MarketplaceGalleryImagesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<MarketplaceGalleryImagesDeleteResponse>, MarketplaceGalleryImagesDeleteResponse>>;
1331
- /**
1332
- * The operation to delete a marketplace gallery image.
1333
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1334
- * @param marketplaceGalleryImageName Name of the marketplace gallery image
1335
- * @param options The options parameters.
1336
- */
1337
- beginDeleteAndWait(resourceGroupName: string, marketplaceGalleryImageName: string, options?: MarketplaceGalleryImagesDeleteOptionalParams): Promise<MarketplaceGalleryImagesDeleteResponse>;
1338
- /**
1339
- * The operation to update a marketplace gallery image.
1340
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1341
- * @param marketplaceGalleryImageName Name of the marketplace gallery image
1342
- * @param marketplaceGalleryImages The marketplace gallery image resource patch definition.
1343
- * @param options The options parameters.
1344
- */
1345
- beginUpdate(resourceGroupName: string, marketplaceGalleryImageName: string, marketplaceGalleryImages: MarketplaceGalleryImagesUpdateRequest, options?: MarketplaceGalleryImagesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<MarketplaceGalleryImagesUpdateResponse>, MarketplaceGalleryImagesUpdateResponse>>;
1346
- /**
1347
- * The operation to update a marketplace gallery image.
1348
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1349
- * @param marketplaceGalleryImageName Name of the marketplace gallery image
1350
- * @param marketplaceGalleryImages The marketplace gallery image resource patch definition.
1351
- * @param options The options parameters.
1352
- */
1353
- beginUpdateAndWait(resourceGroupName: string, marketplaceGalleryImageName: string, marketplaceGalleryImages: MarketplaceGalleryImagesUpdateRequest, options?: MarketplaceGalleryImagesUpdateOptionalParams): Promise<MarketplaceGalleryImagesUpdateResponse>;
1354
- }
1355
-
1356
- /** The observed state of marketplace gallery images */
1357
- export declare interface MarketplaceGalleryImageStatus {
1358
- /** MarketplaceGalleryImage provisioning error code */
1359
- errorCode?: string;
1360
- /** Descriptive error message */
1361
- errorMessage?: string;
1362
- provisioningStatus?: MarketplaceGalleryImageStatusProvisioningStatus;
1363
- /** The download status of the gallery image */
1364
- downloadStatus?: MarketplaceGalleryImageStatusDownloadStatus;
1365
- /** The progress of the operation in percentage */
1366
- progressPercentage?: number;
1367
- }
1368
-
1369
- /** The download status of the gallery image */
1370
- export declare interface MarketplaceGalleryImageStatusDownloadStatus {
1371
- /** The downloaded sized of the image in MB */
1372
- downloadSizeInMB?: number;
1373
- }
1374
-
1375
- export declare interface MarketplaceGalleryImageStatusProvisioningStatus {
1376
- /** The ID of the operation performed on the gallery image */
1377
- operationId?: string;
1378
- /** The status of the operation performed on the gallery image [Succeeded, Failed, InProgress] */
1379
- status?: Status;
1380
- }
1381
-
1382
- /** Defines headers for MarketplaceGalleryImages_update operation. */
1383
- export declare interface MarketplaceGalleryImagesUpdateHeaders {
1384
- location?: string;
1385
- }
1386
-
1387
- /** Optional parameters. */
1388
- export declare interface MarketplaceGalleryImagesUpdateOptionalParams extends coreClient.OperationOptions {
1389
- /** Delay to wait until next poll, in milliseconds. */
1390
- updateIntervalInMs?: number;
1391
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1392
- resumeFrom?: string;
1393
- }
1394
-
1395
- /** The marketplace gallery image resource patch definition. */
1396
- export declare interface MarketplaceGalleryImagesUpdateRequest {
1397
- /** Resource tags */
1398
- tags?: {
1399
- [propertyName: string]: string;
1400
- };
1401
- }
1402
-
1403
- /** Contains response data for the update operation. */
1404
- export declare type MarketplaceGalleryImagesUpdateResponse = MarketplaceGalleryImages;
1405
-
1406
- /** The network interface resource definition. */
1407
- export declare interface NetworkInterfaces extends TrackedResource {
1408
- /** The extendedLocation of the resource. */
1409
- extendedLocation?: ExtendedLocation;
1410
- /** IPConfigurations - A list of IPConfigurations of the network interface. */
1411
- ipConfigurations?: IPConfiguration[];
1412
- /** MacAddress - The MAC address of the network interface. */
1413
- macAddress?: string;
1414
- /** DNS Settings for the interface */
1415
- dnsSettings?: InterfaceDNSSettings;
1416
- /**
1417
- * Provisioning state of the network interface.
1418
- * NOTE: This property will not be serialized. It can only be populated by the server.
1419
- */
1420
- readonly provisioningState?: ProvisioningStateEnum;
1421
- /**
1422
- * The observed state of network interfaces
1423
- * NOTE: This property will not be serialized. It can only be populated by the server.
1424
- */
1425
- readonly status?: NetworkInterfaceStatus;
1426
- }
1427
-
1428
- /** Optional parameters. */
1429
- export declare interface NetworkInterfacesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1430
- /** Delay to wait until next poll, in milliseconds. */
1431
- updateIntervalInMs?: number;
1432
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1433
- resumeFrom?: string;
1434
- }
1435
-
1436
- /** Contains response data for the createOrUpdate operation. */
1437
- export declare type NetworkInterfacesCreateOrUpdateResponse = NetworkInterfaces;
1438
-
1439
- /** Defines headers for NetworkInterfaces_delete operation. */
1440
- export declare interface NetworkInterfacesDeleteHeaders {
1441
- location?: string;
1442
- }
1443
-
1444
- /** Optional parameters. */
1445
- export declare interface NetworkInterfacesDeleteOptionalParams extends coreClient.OperationOptions {
1446
- /** Delay to wait until next poll, in milliseconds. */
1447
- updateIntervalInMs?: number;
1448
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1449
- resumeFrom?: string;
1450
- }
1451
-
1452
- /** Contains response data for the delete operation. */
1453
- export declare type NetworkInterfacesDeleteResponse = NetworkInterfacesDeleteHeaders;
1454
-
1455
- /** Optional parameters. */
1456
- export declare interface NetworkInterfacesGetOptionalParams extends coreClient.OperationOptions {
1457
- }
1458
-
1459
- /** Contains response data for the get operation. */
1460
- export declare type NetworkInterfacesGetResponse = NetworkInterfaces;
1461
-
1462
- /** Optional parameters. */
1463
- export declare interface NetworkInterfacesListAllNextOptionalParams extends coreClient.OperationOptions {
1464
- }
1465
-
1466
- /** Contains response data for the listAllNext operation. */
1467
- export declare type NetworkInterfacesListAllNextResponse = NetworkInterfacesListResult;
1468
-
1469
- /** Optional parameters. */
1470
- export declare interface NetworkInterfacesListAllOptionalParams extends coreClient.OperationOptions {
1471
- }
1472
-
1473
- /** Contains response data for the listAll operation. */
1474
- export declare type NetworkInterfacesListAllResponse = NetworkInterfacesListResult;
1475
-
1476
- /** Optional parameters. */
1477
- export declare interface NetworkInterfacesListNextOptionalParams extends coreClient.OperationOptions {
1478
- }
1479
-
1480
- /** Contains response data for the listNext operation. */
1481
- export declare type NetworkInterfacesListNextResponse = NetworkInterfacesListResult;
1482
-
1483
- /** Optional parameters. */
1484
- export declare interface NetworkInterfacesListOptionalParams extends coreClient.OperationOptions {
1485
- }
1486
-
1487
- /** Contains response data for the list operation. */
1488
- export declare type NetworkInterfacesListResponse = NetworkInterfacesListResult;
1489
-
1490
- export declare interface NetworkInterfacesListResult {
1491
- value?: NetworkInterfaces[];
1492
- nextLink?: string;
1493
- }
1494
-
1495
- /** Interface representing a NetworkInterfacesOperations. */
1496
- export declare interface NetworkInterfacesOperations {
1497
- /**
1498
- * Lists all of the network interfaces in the specified resource group. Use the nextLink property in
1499
- * the response to get the next page of network interfaces.
1500
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1501
- * @param options The options parameters.
1502
- */
1503
- list(resourceGroupName: string, options?: NetworkInterfacesListOptionalParams): PagedAsyncIterableIterator<NetworkInterfaces>;
1504
- /**
1505
- * Lists all of the network interfaces in the specified subscription. Use the nextLink property in the
1506
- * response to get the next page of network interfaces.
1507
- * @param options The options parameters.
1508
- */
1509
- listAll(options?: NetworkInterfacesListAllOptionalParams): PagedAsyncIterableIterator<NetworkInterfaces>;
1510
- /**
1511
- * Gets a network interface
1512
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1513
- * @param networkInterfaceName Name of the network interface
1514
- * @param options The options parameters.
1515
- */
1516
- get(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesGetOptionalParams): Promise<NetworkInterfacesGetResponse>;
1517
- /**
1518
- * The operation to create or update a network interface. Please note some properties can be set only
1519
- * during network interface creation.
1520
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1521
- * @param networkInterfaceName Name of the network interface
1522
- * @param networkInterfaces The network interface resource definition.
1523
- * @param options The options parameters.
1524
- */
1525
- beginCreateOrUpdate(resourceGroupName: string, networkInterfaceName: string, networkInterfaces: NetworkInterfaces, options?: NetworkInterfacesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkInterfacesCreateOrUpdateResponse>, NetworkInterfacesCreateOrUpdateResponse>>;
1526
- /**
1527
- * The operation to create or update a network interface. Please note some properties can be set only
1528
- * during network interface creation.
1529
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1530
- * @param networkInterfaceName Name of the network interface
1531
- * @param networkInterfaces The network interface resource definition.
1532
- * @param options The options parameters.
1533
- */
1534
- beginCreateOrUpdateAndWait(resourceGroupName: string, networkInterfaceName: string, networkInterfaces: NetworkInterfaces, options?: NetworkInterfacesCreateOrUpdateOptionalParams): Promise<NetworkInterfacesCreateOrUpdateResponse>;
1535
- /**
1536
- * The operation to delete a network interface.
1537
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1538
- * @param networkInterfaceName Name of the network interface
1539
- * @param options The options parameters.
1540
- */
1541
- beginDelete(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<NetworkInterfacesDeleteResponse>, NetworkInterfacesDeleteResponse>>;
1542
- /**
1543
- * The operation to delete a network interface.
1544
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1545
- * @param networkInterfaceName Name of the network interface
1546
- * @param options The options parameters.
1547
- */
1548
- beginDeleteAndWait(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesDeleteOptionalParams): Promise<NetworkInterfacesDeleteResponse>;
1549
- /**
1550
- * The operation to update a network interface.
1551
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1552
- * @param networkInterfaceName Name of the network interface
1553
- * @param networkInterfaces The network interface resource patch definition.
1554
- * @param options The options parameters.
1555
- */
1556
- beginUpdate(resourceGroupName: string, networkInterfaceName: string, networkInterfaces: NetworkInterfacesUpdateRequest, options?: NetworkInterfacesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkInterfacesUpdateResponse>, NetworkInterfacesUpdateResponse>>;
1557
- /**
1558
- * The operation to update a network interface.
1559
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1560
- * @param networkInterfaceName Name of the network interface
1561
- * @param networkInterfaces The network interface resource patch definition.
1562
- * @param options The options parameters.
1563
- */
1564
- beginUpdateAndWait(resourceGroupName: string, networkInterfaceName: string, networkInterfaces: NetworkInterfacesUpdateRequest, options?: NetworkInterfacesUpdateOptionalParams): Promise<NetworkInterfacesUpdateResponse>;
1565
- }
1566
-
1567
- /** The observed state of network interfaces */
1568
- export declare interface NetworkInterfaceStatus {
1569
- /** NetworkInterface provisioning error code */
1570
- errorCode?: string;
1571
- /** Descriptive error message */
1572
- errorMessage?: string;
1573
- provisioningStatus?: NetworkInterfaceStatusProvisioningStatus;
1574
- }
1575
-
1576
- export declare interface NetworkInterfaceStatusProvisioningStatus {
1577
- /** The ID of the operation performed on the network interface */
1578
- operationId?: string;
1579
- /** The status of the operation performed on the network interface [Succeeded, Failed, InProgress] */
1580
- status?: Status;
1581
- }
1582
-
1583
- /** Defines headers for NetworkInterfaces_update operation. */
1584
- export declare interface NetworkInterfacesUpdateHeaders {
1585
- location?: string;
1586
- }
1587
-
1588
- /** Optional parameters. */
1589
- export declare interface NetworkInterfacesUpdateOptionalParams extends coreClient.OperationOptions {
1590
- /** Delay to wait until next poll, in milliseconds. */
1591
- updateIntervalInMs?: number;
1592
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1593
- resumeFrom?: string;
1594
- }
1595
-
1596
- /** The network interface resource patch definition. */
1597
- export declare interface NetworkInterfacesUpdateRequest {
1598
- /** Resource tags */
1599
- tags?: {
1600
- [propertyName: string]: string;
1601
- };
1602
- }
1603
-
1604
- /** Contains response data for the update operation. */
1605
- export declare type NetworkInterfacesUpdateResponse = NetworkInterfaces;
1606
-
1607
- /** NetworkProfile - describes the network update configuration the virtual machine instance */
1608
- export declare interface NetworkProfileUpdate {
1609
- /** NetworkInterfaces - list of network interfaces to be attached to the virtual machine instance */
1610
- networkInterfaces?: NetworkProfileUpdateNetworkInterfacesItem[];
1611
- }
1612
-
1613
- export declare interface NetworkProfileUpdateNetworkInterfacesItem {
1614
- /** ID - Resource ID of the network interface */
1615
- id?: string;
1616
- }
1617
-
1618
- /** Defines values for OperatingSystemTypes. */
1619
- export declare type OperatingSystemTypes = "Windows" | "Linux";
1620
-
1621
- /** Details of a REST API operation, returned from the Resource Provider Operations API */
1622
- export declare interface Operation {
1623
- /**
1624
- * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
1625
- * NOTE: This property will not be serialized. It can only be populated by the server.
1626
- */
1627
- readonly name?: string;
1628
- /**
1629
- * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
1630
- * NOTE: This property will not be serialized. It can only be populated by the server.
1631
- */
1632
- readonly isDataAction?: boolean;
1633
- /** Localized display information for this particular operation. */
1634
- display?: OperationDisplay;
1635
- /**
1636
- * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
1637
- * NOTE: This property will not be serialized. It can only be populated by the server.
1638
- */
1639
- readonly origin?: Origin;
1640
- /**
1641
- * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
1642
- * NOTE: This property will not be serialized. It can only be populated by the server.
1643
- */
1644
- readonly actionType?: ActionType;
1645
- }
1646
-
1647
- /** Localized display information for this particular operation. */
1648
- export declare interface OperationDisplay {
1649
- /**
1650
- * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
1651
- * NOTE: This property will not be serialized. It can only be populated by the server.
1652
- */
1653
- readonly provider?: string;
1654
- /**
1655
- * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
1656
- * NOTE: This property will not be serialized. It can only be populated by the server.
1657
- */
1658
- readonly resource?: string;
1659
- /**
1660
- * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
1661
- * NOTE: This property will not be serialized. It can only be populated by the server.
1662
- */
1663
- readonly operation?: string;
1664
- /**
1665
- * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
1666
- * NOTE: This property will not be serialized. It can only be populated by the server.
1667
- */
1668
- readonly description?: string;
1669
- }
1670
-
1671
- /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
1672
- export declare interface OperationListResult {
1673
- /**
1674
- * List of operations supported by the resource provider
1675
- * NOTE: This property will not be serialized. It can only be populated by the server.
1676
- */
1677
- readonly value?: Operation[];
1678
- /**
1679
- * URL to get the next set of operation list results (if there are any).
1680
- * NOTE: This property will not be serialized. It can only be populated by the server.
1681
- */
1682
- readonly nextLink?: string;
1683
- }
1684
-
1685
- /** Interface representing a Operations. */
1686
- export declare interface Operations {
1687
- /**
1688
- * List all the supported operations.
1689
- * @param options The options parameters.
1690
- */
1691
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
1692
- }
1693
-
1694
- /** Optional parameters. */
1695
- export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
1696
- }
1697
-
1698
- /** Contains response data for the listNext operation. */
1699
- export declare type OperationsListNextResponse = OperationListResult;
1700
-
1701
- /** Optional parameters. */
1702
- export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
1703
- }
1704
-
1705
- /** Contains response data for the list operation. */
1706
- export declare type OperationsListResponse = OperationListResult;
1707
-
1708
- /**
1709
- * Defines values for Origin. \
1710
- * {@link KnownOrigin} can be used interchangeably with Origin,
1711
- * this enum contains the known values that the service supports.
1712
- * ### Known values supported by the service
1713
- * **user** \
1714
- * **system** \
1715
- * **user,system**
1716
- */
1717
- export declare type Origin = string;
1718
-
1719
- /** OsProfile - describes the update configuration of the operating system */
1720
- export declare interface OsProfileUpdate {
1721
- /** ComputerName - name of the computer */
1722
- computerName?: string;
1723
- linuxConfiguration?: OsProfileUpdateLinuxConfiguration;
1724
- windowsConfiguration?: OsProfileUpdateWindowsConfiguration;
1725
- }
1726
-
1727
- export declare interface OsProfileUpdateLinuxConfiguration {
1728
- /** Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process. */
1729
- provisionVMAgent?: boolean;
1730
- /** Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process. */
1731
- provisionVMConfigAgent?: boolean;
1732
- }
1733
-
1734
- export declare interface OsProfileUpdateWindowsConfiguration {
1735
- /** Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process. */
1736
- provisionVMAgent?: boolean;
1737
- /** Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process. */
1738
- provisionVMConfigAgent?: boolean;
1739
- }
1740
-
1741
- /**
1742
- * Defines values for PowerStateEnum. \
1743
- * {@link KnownPowerStateEnum} can be used interchangeably with PowerStateEnum,
1744
- * this enum contains the known values that the service supports.
1745
- * ### Known values supported by the service
1746
- * **Deallocated** \
1747
- * **Deallocating** \
1748
- * **Running** \
1749
- * **Starting** \
1750
- * **Stopped** \
1751
- * **Stopping** \
1752
- * **Unknown**
1753
- */
1754
- export declare type PowerStateEnum = string;
1755
-
1756
- /**
1757
- * Defines values for ProvisioningAction. \
1758
- * {@link KnownProvisioningAction} can be used interchangeably with ProvisioningAction,
1759
- * this enum contains the known values that the service supports.
1760
- * ### Known values supported by the service
1761
- * **install** \
1762
- * **uninstall** \
1763
- * **repair**
1764
- */
1765
- export declare type ProvisioningAction = string;
1766
-
1767
- /**
1768
- * Defines values for ProvisioningStateEnum. \
1769
- * {@link KnownProvisioningStateEnum} can be used interchangeably with ProvisioningStateEnum,
1770
- * this enum contains the known values that the service supports.
1771
- * ### Known values supported by the service
1772
- * **Succeeded** \
1773
- * **Failed** \
1774
- * **InProgress** \
1775
- * **Accepted** \
1776
- * **Deleting** \
1777
- * **Canceled**
1778
- */
1779
- export declare type ProvisioningStateEnum = string;
1780
-
1781
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
1782
- export declare interface ProxyResource extends Resource {
1783
- }
1784
-
1785
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
1786
- export declare interface Resource {
1787
- /**
1788
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
1789
- * NOTE: This property will not be serialized. It can only be populated by the server.
1790
- */
1791
- readonly id?: string;
1792
- /**
1793
- * The name of the resource
1794
- * NOTE: This property will not be serialized. It can only be populated by the server.
1795
- */
1796
- readonly name?: string;
1797
- /**
1798
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
1799
- * NOTE: This property will not be serialized. It can only be populated by the server.
1800
- */
1801
- readonly type?: string;
1802
- /**
1803
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
1804
- * NOTE: This property will not be serialized. It can only be populated by the server.
1805
- */
1806
- readonly systemData?: SystemData;
1807
- }
1808
-
1809
- /** Route - Route resource. */
1810
- export declare interface Route {
1811
- /** Name - name of the subnet */
1812
- name?: string;
1813
- /** The destination CIDR to which the route applies. */
1814
- addressPrefix?: string;
1815
- /** The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance. */
1816
- nextHopIpAddress?: string;
1817
- }
1818
-
1819
- /** Route table resource. */
1820
- export declare interface RouteTable {
1821
- /**
1822
- * A unique read-only string that changes whenever the resource is updated.
1823
- * NOTE: This property will not be serialized. It can only be populated by the server.
1824
- */
1825
- readonly etag?: string;
1826
- /**
1827
- * Resource name.
1828
- * NOTE: This property will not be serialized. It can only be populated by the server.
1829
- */
1830
- readonly name?: string;
1831
- /**
1832
- * Resource type.
1833
- * NOTE: This property will not be serialized. It can only be populated by the server.
1834
- */
1835
- readonly type?: string;
1836
- /** Collection of routes contained within a route table. */
1837
- routes?: Route[];
1838
- }
1839
-
1840
- /**
1841
- * Defines values for SecurityTypes. \
1842
- * {@link KnownSecurityTypes} can be used interchangeably with SecurityTypes,
1843
- * this enum contains the known values that the service supports.
1844
- * ### Known values supported by the service
1845
- * **TrustedLaunch** \
1846
- * **ConfidentialVM**
1847
- */
1848
- export declare type SecurityTypes = string;
1849
-
1850
- /** SSH configuration for Linux based VMs running on Azure */
1851
- export declare interface SshConfiguration {
1852
- /** The list of SSH public keys used to authenticate with linux based VMs. */
1853
- publicKeys?: SshPublicKey[];
1854
- }
1855
-
1856
- /** Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed. */
1857
- export declare interface SshPublicKey {
1858
- /** Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys */
1859
- path?: string;
1860
- /** SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed). */
1861
- keyData?: string;
1862
- }
1863
-
1864
- /**
1865
- * Defines values for Status. \
1866
- * {@link KnownStatus} can be used interchangeably with Status,
1867
- * this enum contains the known values that the service supports.
1868
- * ### Known values supported by the service
1869
- * **Succeeded** \
1870
- * **Failed** \
1871
- * **InProgress**
1872
- */
1873
- export declare type Status = string;
1874
-
1875
- /**
1876
- * Defines values for StatusLevelTypes. \
1877
- * {@link KnownStatusLevelTypes} can be used interchangeably with StatusLevelTypes,
1878
- * this enum contains the known values that the service supports.
1879
- * ### Known values supported by the service
1880
- * **Info** \
1881
- * **Warning** \
1882
- * **Error**
1883
- */
1884
- export declare type StatusLevelTypes = string;
1885
-
1886
- /**
1887
- * Defines values for StatusTypes. \
1888
- * {@link KnownStatusTypes} can be used interchangeably with StatusTypes,
1889
- * this enum contains the known values that the service supports.
1890
- * ### Known values supported by the service
1891
- * **Succeeded** \
1892
- * **InProgress** \
1893
- * **Failed**
1894
- */
1895
- export declare type StatusTypes = string;
1896
-
1897
- /** The storage container resource definition. */
1898
- export declare interface StorageContainers extends TrackedResource {
1899
- /** The extendedLocation of the resource. */
1900
- extendedLocation?: ExtendedLocation;
1901
- /** Path of the storage container on the disk */
1902
- path?: string;
1903
- /**
1904
- * Provisioning state of the storage container.
1905
- * NOTE: This property will not be serialized. It can only be populated by the server.
1906
- */
1907
- readonly provisioningState?: ProvisioningStateEnum;
1908
- /**
1909
- * The observed state of storage containers
1910
- * NOTE: This property will not be serialized. It can only be populated by the server.
1911
- */
1912
- readonly status?: StorageContainerStatus;
1913
- }
1914
-
1915
- /** Optional parameters. */
1916
- export declare interface StorageContainersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1917
- /** Delay to wait until next poll, in milliseconds. */
1918
- updateIntervalInMs?: number;
1919
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1920
- resumeFrom?: string;
1921
- }
1922
-
1923
- /** Contains response data for the createOrUpdate operation. */
1924
- export declare type StorageContainersCreateOrUpdateResponse = StorageContainers;
1925
-
1926
- /** Defines headers for StorageContainers_delete operation. */
1927
- export declare interface StorageContainersDeleteHeaders {
1928
- location?: string;
1929
- }
1930
-
1931
- /** Optional parameters. */
1932
- export declare interface StorageContainersDeleteOptionalParams extends coreClient.OperationOptions {
1933
- /** Delay to wait until next poll, in milliseconds. */
1934
- updateIntervalInMs?: number;
1935
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1936
- resumeFrom?: string;
1937
- }
1938
-
1939
- /** Contains response data for the delete operation. */
1940
- export declare type StorageContainersDeleteResponse = StorageContainersDeleteHeaders;
1941
-
1942
- /** Optional parameters. */
1943
- export declare interface StorageContainersGetOptionalParams extends coreClient.OperationOptions {
1944
- }
1945
-
1946
- /** Contains response data for the get operation. */
1947
- export declare type StorageContainersGetResponse = StorageContainers;
1948
-
1949
- /** Optional parameters. */
1950
- export declare interface StorageContainersListAllNextOptionalParams extends coreClient.OperationOptions {
1951
- }
1952
-
1953
- /** Contains response data for the listAllNext operation. */
1954
- export declare type StorageContainersListAllNextResponse = StorageContainersListResult;
1955
-
1956
- /** Optional parameters. */
1957
- export declare interface StorageContainersListAllOptionalParams extends coreClient.OperationOptions {
1958
- }
1959
-
1960
- /** Contains response data for the listAll operation. */
1961
- export declare type StorageContainersListAllResponse = StorageContainersListResult;
1962
-
1963
- /** Optional parameters. */
1964
- export declare interface StorageContainersListNextOptionalParams extends coreClient.OperationOptions {
1965
- }
1966
-
1967
- /** Contains response data for the listNext operation. */
1968
- export declare type StorageContainersListNextResponse = StorageContainersListResult;
1969
-
1970
- /** Optional parameters. */
1971
- export declare interface StorageContainersListOptionalParams extends coreClient.OperationOptions {
1972
- }
1973
-
1974
- /** Contains response data for the list operation. */
1975
- export declare type StorageContainersListResponse = StorageContainersListResult;
1976
-
1977
- export declare interface StorageContainersListResult {
1978
- value?: StorageContainers[];
1979
- nextLink?: string;
1980
- }
1981
-
1982
- /** Interface representing a StorageContainersOperations. */
1983
- export declare interface StorageContainersOperations {
1984
- /**
1985
- * Lists all of the storage containers in the specified resource group. Use the nextLink property in
1986
- * the response to get the next page of storage containers.
1987
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1988
- * @param options The options parameters.
1989
- */
1990
- list(resourceGroupName: string, options?: StorageContainersListOptionalParams): PagedAsyncIterableIterator<StorageContainers>;
1991
- /**
1992
- * Lists all of the storage containers in the specified subscription. Use the nextLink property in the
1993
- * response to get the next page of storage containers.
1994
- * @param options The options parameters.
1995
- */
1996
- listAll(options?: StorageContainersListAllOptionalParams): PagedAsyncIterableIterator<StorageContainers>;
1997
- /**
1998
- * Gets a storage container
1999
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2000
- * @param storageContainerName Name of the storage container
2001
- * @param options The options parameters.
2002
- */
2003
- get(resourceGroupName: string, storageContainerName: string, options?: StorageContainersGetOptionalParams): Promise<StorageContainersGetResponse>;
2004
- /**
2005
- * The operation to create or update a storage container. Please note some properties can be set only
2006
- * during storage container creation.
2007
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2008
- * @param storageContainerName Name of the storage container
2009
- * @param storageContainers The storage container resource definition.
2010
- * @param options The options parameters.
2011
- */
2012
- beginCreateOrUpdate(resourceGroupName: string, storageContainerName: string, storageContainers: StorageContainers, options?: StorageContainersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<StorageContainersCreateOrUpdateResponse>, StorageContainersCreateOrUpdateResponse>>;
2013
- /**
2014
- * The operation to create or update a storage container. Please note some properties can be set only
2015
- * during storage container creation.
2016
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2017
- * @param storageContainerName Name of the storage container
2018
- * @param storageContainers The storage container resource definition.
2019
- * @param options The options parameters.
2020
- */
2021
- beginCreateOrUpdateAndWait(resourceGroupName: string, storageContainerName: string, storageContainers: StorageContainers, options?: StorageContainersCreateOrUpdateOptionalParams): Promise<StorageContainersCreateOrUpdateResponse>;
2022
- /**
2023
- * The operation to delete a storage container.
2024
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2025
- * @param storageContainerName Name of the storage container
2026
- * @param options The options parameters.
2027
- */
2028
- beginDelete(resourceGroupName: string, storageContainerName: string, options?: StorageContainersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<StorageContainersDeleteResponse>, StorageContainersDeleteResponse>>;
2029
- /**
2030
- * The operation to delete a storage container.
2031
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2032
- * @param storageContainerName Name of the storage container
2033
- * @param options The options parameters.
2034
- */
2035
- beginDeleteAndWait(resourceGroupName: string, storageContainerName: string, options?: StorageContainersDeleteOptionalParams): Promise<StorageContainersDeleteResponse>;
2036
- /**
2037
- * The operation to update a storage container.
2038
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2039
- * @param storageContainerName Name of the storage container
2040
- * @param storageContainers The storage container resource patch definition.
2041
- * @param options The options parameters.
2042
- */
2043
- beginUpdate(resourceGroupName: string, storageContainerName: string, storageContainers: StorageContainersUpdateRequest, options?: StorageContainersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<StorageContainersUpdateResponse>, StorageContainersUpdateResponse>>;
2044
- /**
2045
- * The operation to update a storage container.
2046
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2047
- * @param storageContainerName Name of the storage container
2048
- * @param storageContainers The storage container resource patch definition.
2049
- * @param options The options parameters.
2050
- */
2051
- beginUpdateAndWait(resourceGroupName: string, storageContainerName: string, storageContainers: StorageContainersUpdateRequest, options?: StorageContainersUpdateOptionalParams): Promise<StorageContainersUpdateResponse>;
2052
- }
2053
-
2054
- /** The observed state of storage containers */
2055
- export declare interface StorageContainerStatus {
2056
- /** StorageContainer provisioning error code */
2057
- errorCode?: string;
2058
- /** Descriptive error message */
2059
- errorMessage?: string;
2060
- /** Amount of space available on the disk in MB */
2061
- availableSizeMB?: number;
2062
- /** Total size of the disk in MB */
2063
- containerSizeMB?: number;
2064
- provisioningStatus?: StorageContainerStatusProvisioningStatus;
2065
- }
2066
-
2067
- export declare interface StorageContainerStatusProvisioningStatus {
2068
- /** The ID of the operation performed on the storage container */
2069
- operationId?: string;
2070
- /** The status of the operation performed on the storage container [Succeeded, Failed, InProgress] */
2071
- status?: Status;
2072
- }
2073
-
2074
- /** Defines headers for StorageContainers_update operation. */
2075
- export declare interface StorageContainersUpdateHeaders {
2076
- location?: string;
2077
- }
2078
-
2079
- /** Optional parameters. */
2080
- export declare interface StorageContainersUpdateOptionalParams extends coreClient.OperationOptions {
2081
- /** Delay to wait until next poll, in milliseconds. */
2082
- updateIntervalInMs?: number;
2083
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2084
- resumeFrom?: string;
2085
- }
2086
-
2087
- /** The storage container resource patch definition. */
2088
- export declare interface StorageContainersUpdateRequest {
2089
- /** Resource tags */
2090
- tags?: {
2091
- [propertyName: string]: string;
2092
- };
2093
- }
2094
-
2095
- /** Contains response data for the update operation. */
2096
- export declare type StorageContainersUpdateResponse = StorageContainers;
2097
-
2098
- export declare interface StorageProfileUpdate {
2099
- /** adds data disks to the virtual machine instance for the update call */
2100
- dataDisks?: StorageProfileUpdateDataDisksItem[];
2101
- }
2102
-
2103
- export declare interface StorageProfileUpdateDataDisksItem {
2104
- id?: string;
2105
- }
2106
-
2107
- export declare interface Subnet {
2108
- /** Name - The name of the resource that is unique within a resource group. This name can be used to access the resource. */
2109
- name?: string;
2110
- /** The address prefix for the subnet: Cidr for this subnet - IPv4, IPv6. */
2111
- addressPrefix?: string;
2112
- /** List of address prefixes for the subnet. */
2113
- addressPrefixes?: string[];
2114
- /** IPAllocationMethod - The IP address allocation method. Possible values include: 'Static', 'Dynamic' */
2115
- ipAllocationMethod?: IpAllocationMethodEnum;
2116
- /** IPConfigurationReferences - list of IPConfigurationReferences */
2117
- ipConfigurationReferences?: SubnetPropertiesFormatIpConfigurationReferencesItem[];
2118
- /** Route table resource. */
2119
- routeTable?: RouteTable;
2120
- /** network associated pool of IP Addresses */
2121
- ipPools?: IPPool[];
2122
- /** Vlan to use for the subnet */
2123
- vlan?: number;
2124
- }
2125
-
2126
- /** IPConfigurationReference - Describes a IPConfiguration under the virtual network */
2127
- export declare interface SubnetPropertiesFormatIpConfigurationReferencesItem {
2128
- /** IPConfigurationID */
2129
- id?: string;
2130
- }
2131
-
2132
- /** Metadata pertaining to creation and last modification of the resource. */
2133
- export declare interface SystemData {
2134
- /** The identity that created the resource. */
2135
- createdBy?: string;
2136
- /** The type of identity that created the resource. */
2137
- createdByType?: CreatedByType;
2138
- /** The timestamp of resource creation (UTC). */
2139
- createdAt?: Date;
2140
- /** The identity that last modified the resource. */
2141
- lastModifiedBy?: string;
2142
- /** The type of identity that last modified the resource. */
2143
- lastModifiedByType?: CreatedByType;
2144
- /** The timestamp of resource last modification (UTC) */
2145
- lastModifiedAt?: Date;
2146
- }
2147
-
2148
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
2149
- export declare interface TrackedResource extends Resource {
2150
- /** Resource tags. */
2151
- tags?: {
2152
- [propertyName: string]: string;
2153
- };
2154
- /** The geo-location where the resource lives */
2155
- location: string;
2156
- }
2157
-
2158
- /** The virtual hard disk resource definition. */
2159
- export declare interface VirtualHardDisks extends TrackedResource {
2160
- /** The extendedLocation of the resource. */
2161
- extendedLocation?: ExtendedLocation;
2162
- blockSizeBytes?: number;
2163
- /** Size of the disk in GB */
2164
- diskSizeGB?: number;
2165
- /** Boolean for enabling dynamic sizing on the virtual hard disk */
2166
- dynamic?: boolean;
2167
- logicalSectorBytes?: number;
2168
- physicalSectorBytes?: number;
2169
- /** The hypervisor generation of the Virtual Machine [V1, V2] */
2170
- hyperVGeneration?: HyperVGeneration;
2171
- /** The format of the actual VHD file [vhd, vhdx] */
2172
- diskFileFormat?: DiskFileFormat;
2173
- /**
2174
- * Provisioning state of the virtual hard disk.
2175
- * NOTE: This property will not be serialized. It can only be populated by the server.
2176
- */
2177
- readonly provisioningState?: ProvisioningStateEnum;
2178
- /** Storage ContainerID of the storage container to be used for VHD */
2179
- containerId?: string;
2180
- /**
2181
- * The observed state of virtual hard disks
2182
- * NOTE: This property will not be serialized. It can only be populated by the server.
2183
- */
2184
- readonly status?: VirtualHardDiskStatus;
2185
- }
2186
-
2187
- /** Optional parameters. */
2188
- export declare interface VirtualHardDisksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2189
- /** Delay to wait until next poll, in milliseconds. */
2190
- updateIntervalInMs?: number;
2191
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2192
- resumeFrom?: string;
2193
- }
2194
-
2195
- /** Contains response data for the createOrUpdate operation. */
2196
- export declare type VirtualHardDisksCreateOrUpdateResponse = VirtualHardDisks;
2197
-
2198
- /** Defines headers for VirtualHardDisks_delete operation. */
2199
- export declare interface VirtualHardDisksDeleteHeaders {
2200
- location?: string;
2201
- }
2202
-
2203
- /** Optional parameters. */
2204
- export declare interface VirtualHardDisksDeleteOptionalParams extends coreClient.OperationOptions {
2205
- /** Delay to wait until next poll, in milliseconds. */
2206
- updateIntervalInMs?: number;
2207
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2208
- resumeFrom?: string;
2209
- }
2210
-
2211
- /** Contains response data for the delete operation. */
2212
- export declare type VirtualHardDisksDeleteResponse = VirtualHardDisksDeleteHeaders;
2213
-
2214
- /** Optional parameters. */
2215
- export declare interface VirtualHardDisksGetOptionalParams extends coreClient.OperationOptions {
2216
- }
2217
-
2218
- /** Contains response data for the get operation. */
2219
- export declare type VirtualHardDisksGetResponse = VirtualHardDisks;
2220
-
2221
- /** Optional parameters. */
2222
- export declare interface VirtualHardDisksListAllNextOptionalParams extends coreClient.OperationOptions {
2223
- }
2224
-
2225
- /** Contains response data for the listAllNext operation. */
2226
- export declare type VirtualHardDisksListAllNextResponse = VirtualHardDisksListResult;
2227
-
2228
- /** Optional parameters. */
2229
- export declare interface VirtualHardDisksListAllOptionalParams extends coreClient.OperationOptions {
2230
- }
2231
-
2232
- /** Contains response data for the listAll operation. */
2233
- export declare type VirtualHardDisksListAllResponse = VirtualHardDisksListResult;
2234
-
2235
- /** Optional parameters. */
2236
- export declare interface VirtualHardDisksListNextOptionalParams extends coreClient.OperationOptions {
2237
- }
2238
-
2239
- /** Contains response data for the listNext operation. */
2240
- export declare type VirtualHardDisksListNextResponse = VirtualHardDisksListResult;
2241
-
2242
- /** Optional parameters. */
2243
- export declare interface VirtualHardDisksListOptionalParams extends coreClient.OperationOptions {
2244
- }
2245
-
2246
- /** Contains response data for the list operation. */
2247
- export declare type VirtualHardDisksListResponse = VirtualHardDisksListResult;
2248
-
2249
- export declare interface VirtualHardDisksListResult {
2250
- value?: VirtualHardDisks[];
2251
- nextLink?: string;
2252
- }
2253
-
2254
- /** Interface representing a VirtualHardDisksOperations. */
2255
- export declare interface VirtualHardDisksOperations {
2256
- /**
2257
- * Lists all of the virtual hard disks in the specified resource group. Use the nextLink property in
2258
- * the response to get the next page of virtual hard disks.
2259
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2260
- * @param options The options parameters.
2261
- */
2262
- list(resourceGroupName: string, options?: VirtualHardDisksListOptionalParams): PagedAsyncIterableIterator<VirtualHardDisks>;
2263
- /**
2264
- * Lists all of the virtual hard disks in the specified subscription. Use the nextLink property in the
2265
- * response to get the next page of virtual hard disks.
2266
- * @param options The options parameters.
2267
- */
2268
- listAll(options?: VirtualHardDisksListAllOptionalParams): PagedAsyncIterableIterator<VirtualHardDisks>;
2269
- /**
2270
- * Gets a virtual hard disk
2271
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2272
- * @param virtualHardDiskName Name of the virtual hard disk
2273
- * @param options The options parameters.
2274
- */
2275
- get(resourceGroupName: string, virtualHardDiskName: string, options?: VirtualHardDisksGetOptionalParams): Promise<VirtualHardDisksGetResponse>;
2276
- /**
2277
- * The operation to create or update a virtual hard disk. Please note some properties can be set only
2278
- * during virtual hard disk creation.
2279
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2280
- * @param virtualHardDiskName Name of the virtual hard disk
2281
- * @param virtualHardDisks The virtual hard disk resource definition.
2282
- * @param options The options parameters.
2283
- */
2284
- beginCreateOrUpdate(resourceGroupName: string, virtualHardDiskName: string, virtualHardDisks: VirtualHardDisks, options?: VirtualHardDisksCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualHardDisksCreateOrUpdateResponse>, VirtualHardDisksCreateOrUpdateResponse>>;
2285
- /**
2286
- * The operation to create or update a virtual hard disk. Please note some properties can be set only
2287
- * during virtual hard disk creation.
2288
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2289
- * @param virtualHardDiskName Name of the virtual hard disk
2290
- * @param virtualHardDisks The virtual hard disk resource definition.
2291
- * @param options The options parameters.
2292
- */
2293
- beginCreateOrUpdateAndWait(resourceGroupName: string, virtualHardDiskName: string, virtualHardDisks: VirtualHardDisks, options?: VirtualHardDisksCreateOrUpdateOptionalParams): Promise<VirtualHardDisksCreateOrUpdateResponse>;
2294
- /**
2295
- * The operation to delete a virtual hard disk.
2296
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2297
- * @param virtualHardDiskName Name of the virtual hard disk
2298
- * @param options The options parameters.
2299
- */
2300
- beginDelete(resourceGroupName: string, virtualHardDiskName: string, options?: VirtualHardDisksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<VirtualHardDisksDeleteResponse>, VirtualHardDisksDeleteResponse>>;
2301
- /**
2302
- * The operation to delete a virtual hard disk.
2303
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2304
- * @param virtualHardDiskName Name of the virtual hard disk
2305
- * @param options The options parameters.
2306
- */
2307
- beginDeleteAndWait(resourceGroupName: string, virtualHardDiskName: string, options?: VirtualHardDisksDeleteOptionalParams): Promise<VirtualHardDisksDeleteResponse>;
2308
- /**
2309
- * The operation to update a virtual hard disk.
2310
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2311
- * @param virtualHardDiskName Name of the virtual hard disk
2312
- * @param virtualHardDisks The virtual hard disk resource patch definition.
2313
- * @param options The options parameters.
2314
- */
2315
- beginUpdate(resourceGroupName: string, virtualHardDiskName: string, virtualHardDisks: VirtualHardDisksUpdateRequest, options?: VirtualHardDisksUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualHardDisksUpdateResponse>, VirtualHardDisksUpdateResponse>>;
2316
- /**
2317
- * The operation to update a virtual hard disk.
2318
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2319
- * @param virtualHardDiskName Name of the virtual hard disk
2320
- * @param virtualHardDisks The virtual hard disk resource patch definition.
2321
- * @param options The options parameters.
2322
- */
2323
- beginUpdateAndWait(resourceGroupName: string, virtualHardDiskName: string, virtualHardDisks: VirtualHardDisksUpdateRequest, options?: VirtualHardDisksUpdateOptionalParams): Promise<VirtualHardDisksUpdateResponse>;
2324
- }
2325
-
2326
- /** The observed state of virtual hard disks */
2327
- export declare interface VirtualHardDiskStatus {
2328
- /** VirtualHardDisk provisioning error code */
2329
- errorCode?: string;
2330
- /** Descriptive error message */
2331
- errorMessage?: string;
2332
- provisioningStatus?: VirtualHardDiskStatusProvisioningStatus;
2333
- }
2334
-
2335
- export declare interface VirtualHardDiskStatusProvisioningStatus {
2336
- /** The ID of the operation performed on the virtual hard disk */
2337
- operationId?: string;
2338
- /** The status of the operation performed on the virtual hard disk [Succeeded, Failed, InProgress] */
2339
- status?: Status;
2340
- }
2341
-
2342
- /** Defines headers for VirtualHardDisks_update operation. */
2343
- export declare interface VirtualHardDisksUpdateHeaders {
2344
- location?: string;
2345
- }
2346
-
2347
- /** Optional parameters. */
2348
- export declare interface VirtualHardDisksUpdateOptionalParams extends coreClient.OperationOptions {
2349
- /** Delay to wait until next poll, in milliseconds. */
2350
- updateIntervalInMs?: number;
2351
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2352
- resumeFrom?: string;
2353
- }
2354
-
2355
- /** The virtual hard disk resource patch definition. */
2356
- export declare interface VirtualHardDisksUpdateRequest {
2357
- /** Resource tags */
2358
- tags?: {
2359
- [propertyName: string]: string;
2360
- };
2361
- }
2362
-
2363
- /** Contains response data for the update operation. */
2364
- export declare type VirtualHardDisksUpdateResponse = VirtualHardDisks;
2365
-
2366
- /** The instance view of the VM Config Agent running on the virtual machine. */
2367
- export declare interface VirtualMachineConfigAgentInstanceView {
2368
- /** The VM Config Agent full version. */
2369
- vmConfigAgentVersion?: string;
2370
- /** The resource status information. */
2371
- statuses?: InstanceViewStatus[];
2372
- }
2373
-
2374
- /** The virtual machine instance resource definition. */
2375
- export declare interface VirtualMachineInstance extends ProxyResource {
2376
- /** The extendedLocation of the resource. */
2377
- extendedLocation?: ExtendedLocation;
2378
- /** Identity for the resource. */
2379
- identity?: Identity;
2380
- /** HardwareProfile - Specifies the hardware settings for the virtual machine instance. */
2381
- hardwareProfile?: VirtualMachineInstancePropertiesHardwareProfile;
2382
- /** NetworkProfile - describes the network configuration the virtual machine instance */
2383
- networkProfile?: VirtualMachineInstancePropertiesNetworkProfile;
2384
- /** OsProfile - describes the configuration of the operating system and sets login data */
2385
- osProfile?: VirtualMachineInstancePropertiesOsProfile;
2386
- /** SecurityProfile - Specifies the security settings for the virtual machine instance. */
2387
- securityProfile?: VirtualMachineInstancePropertiesSecurityProfile;
2388
- /** StorageProfile - contains information about the disks and storage information for the virtual machine instance */
2389
- storageProfile?: VirtualMachineInstancePropertiesStorageProfile;
2390
- /** HTTP Proxy configuration for the VM. */
2391
- httpProxyConfig?: HttpProxyConfiguration;
2392
- /**
2393
- * Provisioning state of the virtual machine instance.
2394
- * NOTE: This property will not be serialized. It can only be populated by the server.
2395
- */
2396
- readonly provisioningState?: ProvisioningStateEnum;
2397
- /**
2398
- * The virtual machine instance view.
2399
- * NOTE: This property will not be serialized. It can only be populated by the server.
2400
- */
2401
- readonly instanceView?: VirtualMachineInstanceView;
2402
- /**
2403
- * The observed state of virtual machine instances
2404
- * NOTE: This property will not be serialized. It can only be populated by the server.
2405
- */
2406
- readonly status?: VirtualMachineInstanceStatus;
2407
- /** Guest agent install status. */
2408
- guestAgentInstallStatus?: GuestAgentInstallStatus;
2409
- /**
2410
- * Unique identifier for the vm resource.
2411
- * NOTE: This property will not be serialized. It can only be populated by the server.
2412
- */
2413
- readonly vmId?: string;
2414
- /** Unique identifier defined by ARC to identify the guest of the VM. */
2415
- resourceUid?: string;
2416
- }
2417
-
2418
- export declare interface VirtualMachineInstanceListResult {
2419
- value?: VirtualMachineInstance[];
2420
- nextLink?: string;
2421
- }
2422
-
2423
- /** HardwareProfile - Specifies the hardware settings for the virtual machine instance. */
2424
- export declare interface VirtualMachineInstancePropertiesHardwareProfile {
2425
- vmSize?: VmSizeEnum;
2426
- /** number of processors for the virtual machine instance */
2427
- processors?: number;
2428
- /** RAM in MB for the virtual machine instance */
2429
- memoryMB?: number;
2430
- dynamicMemoryConfig?: VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfig;
2431
- }
2432
-
2433
- export declare interface VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfig {
2434
- maximumMemoryMB?: number;
2435
- minimumMemoryMB?: number;
2436
- /** Defines the amount of extra memory that should be reserved for a virtual machine instance at runtime, as a percentage of the total memory that the virtual machine instance is thought to need. This only applies to virtual systems with dynamic memory enabled. This property can be in the range of 5 to 2000. */
2437
- targetMemoryBuffer?: number;
2438
- }
2439
-
2440
- /** NetworkProfile - describes the network configuration the virtual machine instance */
2441
- export declare interface VirtualMachineInstancePropertiesNetworkProfile {
2442
- /** NetworkInterfaces - list of network interfaces to be attached to the virtual machine instance */
2443
- networkInterfaces?: VirtualMachineInstancePropertiesNetworkProfileNetworkInterfacesItem[];
2444
- }
2445
-
2446
- export declare interface VirtualMachineInstancePropertiesNetworkProfileNetworkInterfacesItem {
2447
- /** ID - Resource Id of the network interface */
2448
- id?: string;
2449
- }
2450
-
2451
- /** OsProfile - describes the configuration of the operating system and sets login data */
2452
- export declare interface VirtualMachineInstancePropertiesOsProfile {
2453
- /** AdminPassword - admin password */
2454
- adminPassword?: string;
2455
- /** AdminUsername - admin username */
2456
- adminUsername?: string;
2457
- /** ComputerName - name of the compute */
2458
- computerName?: string;
2459
- /** LinuxConfiguration - linux specific configuration values for the virtual machine instance */
2460
- linuxConfiguration?: VirtualMachineInstancePropertiesOsProfileLinuxConfiguration;
2461
- /** Windows Configuration for the virtual machine instance */
2462
- windowsConfiguration?: VirtualMachineInstancePropertiesOsProfileWindowsConfiguration;
2463
- }
2464
-
2465
- /** LinuxConfiguration - linux specific configuration values for the virtual machine instance */
2466
- export declare interface VirtualMachineInstancePropertiesOsProfileLinuxConfiguration {
2467
- /** DisablePasswordAuthentication - whether password authentication should be disabled */
2468
- disablePasswordAuthentication?: boolean;
2469
- /** Specifies the ssh key configuration for a Linux OS. */
2470
- ssh?: SshConfiguration;
2471
- /** Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process. */
2472
- provisionVMAgent?: boolean;
2473
- /** Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process. */
2474
- provisionVMConfigAgent?: boolean;
2475
- }
2476
-
2477
- /** Windows Configuration for the virtual machine instance */
2478
- export declare interface VirtualMachineInstancePropertiesOsProfileWindowsConfiguration {
2479
- /** Whether to EnableAutomaticUpdates on the machine */
2480
- enableAutomaticUpdates?: boolean;
2481
- /** Specifies the ssh key configuration for Windows OS. */
2482
- ssh?: SshConfiguration;
2483
- /** TimeZone for the virtual machine instance */
2484
- timeZone?: string;
2485
- /** Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process. */
2486
- provisionVMAgent?: boolean;
2487
- /** Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process. */
2488
- provisionVMConfigAgent?: boolean;
2489
- }
2490
-
2491
- /** SecurityProfile - Specifies the security settings for the virtual machine instance. */
2492
- export declare interface VirtualMachineInstancePropertiesSecurityProfile {
2493
- enableTPM?: boolean;
2494
- uefiSettings?: VirtualMachineInstancePropertiesSecurityProfileUefiSettings;
2495
- /** Specifies the SecurityType of the virtual machine. EnableTPM and SecureBootEnabled must be set to true for SecurityType to function. */
2496
- securityType?: SecurityTypes;
2497
- }
2498
-
2499
- export declare interface VirtualMachineInstancePropertiesSecurityProfileUefiSettings {
2500
- /** Specifies whether secure boot should be enabled on the virtual machine instance. */
2501
- secureBootEnabled?: boolean;
2502
- }
2503
-
2504
- /** StorageProfile - contains information about the disks and storage information for the virtual machine instance */
2505
- export declare interface VirtualMachineInstancePropertiesStorageProfile {
2506
- /** adds data disks to the virtual machine instance */
2507
- dataDisks?: VirtualMachineInstancePropertiesStorageProfileDataDisksItem[];
2508
- /** Which Image to use for the virtual machine instance */
2509
- imageReference?: VirtualMachineInstancePropertiesStorageProfileImageReference;
2510
- /** VHD to attach as OS disk */
2511
- osDisk?: VirtualMachineInstancePropertiesStorageProfileOsDisk;
2512
- /** Id of the storage container that hosts the VM configuration file */
2513
- vmConfigStoragePathId?: string;
2514
- }
2515
-
2516
- export declare interface VirtualMachineInstancePropertiesStorageProfileDataDisksItem {
2517
- /** Resource ID of the data disk */
2518
- id?: string;
2519
- }
2520
-
2521
- /** Which Image to use for the virtual machine instance */
2522
- export declare interface VirtualMachineInstancePropertiesStorageProfileImageReference {
2523
- /** Resource ID of the image */
2524
- id?: string;
2525
- }
2526
-
2527
- /** VHD to attach as OS disk */
2528
- export declare interface VirtualMachineInstancePropertiesStorageProfileOsDisk {
2529
- /** Resource ID of the OS disk */
2530
- id?: string;
2531
- /** This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: **Windows,** **Linux.** */
2532
- osType?: OperatingSystemTypes;
2533
- }
2534
-
2535
- /** Interface representing a VirtualMachineInstances. */
2536
- export declare interface VirtualMachineInstances {
2537
- /**
2538
- * Lists all of the virtual machine instances within the specified parent resource.
2539
- * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
2540
- * machine resource to be extended.
2541
- * @param options The options parameters.
2542
- */
2543
- list(resourceUri: string, options?: VirtualMachineInstancesListOptionalParams): PagedAsyncIterableIterator<VirtualMachineInstance>;
2544
- /**
2545
- * Gets a virtual machine instance
2546
- * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
2547
- * machine resource to be extended.
2548
- * @param options The options parameters.
2549
- */
2550
- get(resourceUri: string, options?: VirtualMachineInstancesGetOptionalParams): Promise<VirtualMachineInstancesGetResponse>;
2551
- /**
2552
- * The operation to create or update a virtual machine instance. Please note some properties can be set
2553
- * only during virtual machine instance creation.
2554
- * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
2555
- * machine resource to be extended.
2556
- * @param virtualMachineInstance The virtual machine instance resource definition.
2557
- * @param options The options parameters.
2558
- */
2559
- beginCreateOrUpdate(resourceUri: string, virtualMachineInstance: VirtualMachineInstance, options?: VirtualMachineInstancesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesCreateOrUpdateResponse>, VirtualMachineInstancesCreateOrUpdateResponse>>;
2560
- /**
2561
- * The operation to create or update a virtual machine instance. Please note some properties can be set
2562
- * only during virtual machine instance creation.
2563
- * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
2564
- * machine resource to be extended.
2565
- * @param virtualMachineInstance The virtual machine instance resource definition.
2566
- * @param options The options parameters.
2567
- */
2568
- beginCreateOrUpdateAndWait(resourceUri: string, virtualMachineInstance: VirtualMachineInstance, options?: VirtualMachineInstancesCreateOrUpdateOptionalParams): Promise<VirtualMachineInstancesCreateOrUpdateResponse>;
2569
- /**
2570
- * The operation to delete a virtual machine instance.
2571
- * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
2572
- * machine resource to be extended.
2573
- * @param options The options parameters.
2574
- */
2575
- beginDelete(resourceUri: string, options?: VirtualMachineInstancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesDeleteResponse>, VirtualMachineInstancesDeleteResponse>>;
2576
- /**
2577
- * The operation to delete a virtual machine instance.
2578
- * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
2579
- * machine resource to be extended.
2580
- * @param options The options parameters.
2581
- */
2582
- beginDeleteAndWait(resourceUri: string, options?: VirtualMachineInstancesDeleteOptionalParams): Promise<VirtualMachineInstancesDeleteResponse>;
2583
- /**
2584
- * The operation to update a virtual machine instance.
2585
- * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
2586
- * machine resource to be extended.
2587
- * @param virtualMachineInstance The virtual machine instance resource patch definition.
2588
- * @param options The options parameters.
2589
- */
2590
- beginUpdate(resourceUri: string, virtualMachineInstance: VirtualMachineInstanceUpdateRequest, options?: VirtualMachineInstancesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesUpdateResponse>, VirtualMachineInstancesUpdateResponse>>;
2591
- /**
2592
- * The operation to update a virtual machine instance.
2593
- * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
2594
- * machine resource to be extended.
2595
- * @param virtualMachineInstance The virtual machine instance resource patch definition.
2596
- * @param options The options parameters.
2597
- */
2598
- beginUpdateAndWait(resourceUri: string, virtualMachineInstance: VirtualMachineInstanceUpdateRequest, options?: VirtualMachineInstancesUpdateOptionalParams): Promise<VirtualMachineInstancesUpdateResponse>;
2599
- /**
2600
- * The operation to start a virtual machine instance.
2601
- * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
2602
- * machine resource to be extended.
2603
- * @param options The options parameters.
2604
- */
2605
- beginStart(resourceUri: string, options?: VirtualMachineInstancesStartOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesStartResponse>, VirtualMachineInstancesStartResponse>>;
2606
- /**
2607
- * The operation to start a virtual machine instance.
2608
- * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
2609
- * machine resource to be extended.
2610
- * @param options The options parameters.
2611
- */
2612
- beginStartAndWait(resourceUri: string, options?: VirtualMachineInstancesStartOptionalParams): Promise<VirtualMachineInstancesStartResponse>;
2613
- /**
2614
- * The operation to stop a virtual machine instance.
2615
- * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
2616
- * machine resource to be extended.
2617
- * @param options The options parameters.
2618
- */
2619
- beginStop(resourceUri: string, options?: VirtualMachineInstancesStopOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesStopResponse>, VirtualMachineInstancesStopResponse>>;
2620
- /**
2621
- * The operation to stop a virtual machine instance.
2622
- * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
2623
- * machine resource to be extended.
2624
- * @param options The options parameters.
2625
- */
2626
- beginStopAndWait(resourceUri: string, options?: VirtualMachineInstancesStopOptionalParams): Promise<VirtualMachineInstancesStopResponse>;
2627
- /**
2628
- * The operation to restart a virtual machine instance.
2629
- * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
2630
- * machine resource to be extended.
2631
- * @param options The options parameters.
2632
- */
2633
- beginRestart(resourceUri: string, options?: VirtualMachineInstancesRestartOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesRestartResponse>, VirtualMachineInstancesRestartResponse>>;
2634
- /**
2635
- * The operation to restart a virtual machine instance.
2636
- * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
2637
- * machine resource to be extended.
2638
- * @param options The options parameters.
2639
- */
2640
- beginRestartAndWait(resourceUri: string, options?: VirtualMachineInstancesRestartOptionalParams): Promise<VirtualMachineInstancesRestartResponse>;
2641
- }
2642
-
2643
- /** Optional parameters. */
2644
- export declare interface VirtualMachineInstancesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2645
- /** Delay to wait until next poll, in milliseconds. */
2646
- updateIntervalInMs?: number;
2647
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2648
- resumeFrom?: string;
2649
- }
2650
-
2651
- /** Contains response data for the createOrUpdate operation. */
2652
- export declare type VirtualMachineInstancesCreateOrUpdateResponse = VirtualMachineInstance;
2653
-
2654
- /** Defines headers for VirtualMachineInstances_delete operation. */
2655
- export declare interface VirtualMachineInstancesDeleteHeaders {
2656
- location?: string;
2657
- }
2658
-
2659
- /** Optional parameters. */
2660
- export declare interface VirtualMachineInstancesDeleteOptionalParams extends coreClient.OperationOptions {
2661
- /** Delay to wait until next poll, in milliseconds. */
2662
- updateIntervalInMs?: number;
2663
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2664
- resumeFrom?: string;
2665
- }
2666
-
2667
- /** Contains response data for the delete operation. */
2668
- export declare type VirtualMachineInstancesDeleteResponse = VirtualMachineInstancesDeleteHeaders;
2669
-
2670
- /** Optional parameters. */
2671
- export declare interface VirtualMachineInstancesGetOptionalParams extends coreClient.OperationOptions {
2672
- }
2673
-
2674
- /** Contains response data for the get operation. */
2675
- export declare type VirtualMachineInstancesGetResponse = VirtualMachineInstance;
2676
-
2677
- /** Optional parameters. */
2678
- export declare interface VirtualMachineInstancesListNextOptionalParams extends coreClient.OperationOptions {
2679
- }
2680
-
2681
- /** Contains response data for the listNext operation. */
2682
- export declare type VirtualMachineInstancesListNextResponse = VirtualMachineInstanceListResult;
2683
-
2684
- /** Optional parameters. */
2685
- export declare interface VirtualMachineInstancesListOptionalParams extends coreClient.OperationOptions {
2686
- }
2687
-
2688
- /** Contains response data for the list operation. */
2689
- export declare type VirtualMachineInstancesListResponse = VirtualMachineInstanceListResult;
2690
-
2691
- /** Defines headers for VirtualMachineInstances_restart operation. */
2692
- export declare interface VirtualMachineInstancesRestartHeaders {
2693
- location?: string;
2694
- }
2695
-
2696
- /** Optional parameters. */
2697
- export declare interface VirtualMachineInstancesRestartOptionalParams extends coreClient.OperationOptions {
2698
- /** Delay to wait until next poll, in milliseconds. */
2699
- updateIntervalInMs?: number;
2700
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2701
- resumeFrom?: string;
2702
- }
2703
-
2704
- /** Contains response data for the restart operation. */
2705
- export declare type VirtualMachineInstancesRestartResponse = VirtualMachineInstance;
2706
-
2707
- /** Defines headers for VirtualMachineInstances_start operation. */
2708
- export declare interface VirtualMachineInstancesStartHeaders {
2709
- location?: string;
2710
- }
2711
-
2712
- /** Optional parameters. */
2713
- export declare interface VirtualMachineInstancesStartOptionalParams extends coreClient.OperationOptions {
2714
- /** Delay to wait until next poll, in milliseconds. */
2715
- updateIntervalInMs?: number;
2716
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2717
- resumeFrom?: string;
2718
- }
2719
-
2720
- /** Contains response data for the start operation. */
2721
- export declare type VirtualMachineInstancesStartResponse = VirtualMachineInstance;
2722
-
2723
- /** Defines headers for VirtualMachineInstances_stop operation. */
2724
- export declare interface VirtualMachineInstancesStopHeaders {
2725
- location?: string;
2726
- }
2727
-
2728
- /** Optional parameters. */
2729
- export declare interface VirtualMachineInstancesStopOptionalParams extends coreClient.OperationOptions {
2730
- /** Delay to wait until next poll, in milliseconds. */
2731
- updateIntervalInMs?: number;
2732
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2733
- resumeFrom?: string;
2734
- }
2735
-
2736
- /** Contains response data for the stop operation. */
2737
- export declare type VirtualMachineInstancesStopResponse = VirtualMachineInstance;
2738
-
2739
- /** The observed state of virtual machine instances */
2740
- export declare interface VirtualMachineInstanceStatus {
2741
- /** VirtualMachine provisioning error code */
2742
- errorCode?: string;
2743
- /** Descriptive error message */
2744
- errorMessage?: string;
2745
- /** The power state of the virtual machine instance */
2746
- powerState?: PowerStateEnum;
2747
- provisioningStatus?: VirtualMachineInstanceStatusProvisioningStatus;
2748
- }
2749
-
2750
- export declare interface VirtualMachineInstanceStatusProvisioningStatus {
2751
- /** The ID of the operation performed on the virtual machine instance */
2752
- operationId?: string;
2753
- /** The status of the operation performed on the virtual machine instance [Succeeded, Failed, InProgress] */
2754
- status?: Status;
2755
- }
2756
-
2757
- /** Defines headers for VirtualMachineInstances_update operation. */
2758
- export declare interface VirtualMachineInstancesUpdateHeaders {
2759
- location?: string;
2760
- }
2761
-
2762
- /** Optional parameters. */
2763
- export declare interface VirtualMachineInstancesUpdateOptionalParams extends coreClient.OperationOptions {
2764
- /** Delay to wait until next poll, in milliseconds. */
2765
- updateIntervalInMs?: number;
2766
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2767
- resumeFrom?: string;
2768
- }
2769
-
2770
- /** Contains response data for the update operation. */
2771
- export declare type VirtualMachineInstancesUpdateResponse = VirtualMachineInstance;
2772
-
2773
- /** Defines the resource properties for the update. */
2774
- export declare interface VirtualMachineInstanceUpdateProperties {
2775
- /** HardwareProfile - Specifies the hardware settings for the virtual machine instance. */
2776
- hardwareProfile?: HardwareProfileUpdate;
2777
- storageProfile?: StorageProfileUpdate;
2778
- /** NetworkProfile - describes the network update configuration the virtual machine instance */
2779
- networkProfile?: NetworkProfileUpdate;
2780
- /** OsProfile - describes the update configuration of the operating system */
2781
- osProfile?: OsProfileUpdate;
2782
- }
2783
-
2784
- /** The virtual machine instance resource patch definition. */
2785
- export declare interface VirtualMachineInstanceUpdateRequest {
2786
- /** Defines the resource properties for the update. */
2787
- properties?: VirtualMachineInstanceUpdateProperties;
2788
- /** Identity for the resource. */
2789
- identity?: Identity;
2790
- }
2791
-
2792
- /** The instance view of a virtual machine. */
2793
- export declare interface VirtualMachineInstanceView {
2794
- /** The VM Config Agent running on the virtual machine. */
2795
- vmAgent?: VirtualMachineConfigAgentInstanceView;
2796
- }
2797
-
2798
- /**
2799
- * Defines values for VmSizeEnum. \
2800
- * {@link KnownVmSizeEnum} can be used interchangeably with VmSizeEnum,
2801
- * this enum contains the known values that the service supports.
2802
- * ### Known values supported by the service
2803
- * **Default** \
2804
- * **Standard_A2_v2** \
2805
- * **Standard_A4_v2** \
2806
- * **Standard_D2s_v3** \
2807
- * **Standard_D4s_v3** \
2808
- * **Standard_D8s_v3** \
2809
- * **Standard_D16s_v3** \
2810
- * **Standard_D32s_v3** \
2811
- * **Standard_DS2_v2** \
2812
- * **Standard_DS3_v2** \
2813
- * **Standard_DS4_v2** \
2814
- * **Standard_DS5_v2** \
2815
- * **Standard_DS13_v2** \
2816
- * **Standard_K8S_v1** \
2817
- * **Standard_K8S2_v1** \
2818
- * **Standard_K8S3_v1** \
2819
- * **Standard_K8S4_v1** \
2820
- * **Standard_NK6** \
2821
- * **Standard_NK12** \
2822
- * **Standard_NV6** \
2823
- * **Standard_NV12** \
2824
- * **Standard_K8S5_v1** \
2825
- * **Custom**
2826
- */
2827
- export declare type VmSizeEnum = string;
2828
-
2829
- export { }