@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,1886 +0,0 @@
1
- import * as coreClient from "@azure/core-client";
2
- /** This is the gallery image definition identifier. */
3
- export interface GalleryImageIdentifier {
4
- /** The name of the gallery image definition publisher. */
5
- publisher: string;
6
- /** The name of the gallery image definition offer. */
7
- offer: string;
8
- /** The name of the gallery image definition SKU. */
9
- sku: string;
10
- }
11
- /** Specifies information about the gallery image version that you want to create or update. */
12
- export interface GalleryImageVersion {
13
- /** This is the version of the gallery image. */
14
- name?: string;
15
- /** This is the storage profile of a Gallery Image Version. */
16
- storageProfile?: GalleryImageVersionStorageProfile;
17
- }
18
- /** This is the storage profile of a Gallery Image Version. */
19
- export interface GalleryImageVersionStorageProfile {
20
- /** This is the OS disk image. */
21
- osDiskImage?: GalleryOSDiskImage;
22
- }
23
- /** This is the disk image base class. */
24
- export interface GalleryDiskImage {
25
- /**
26
- * This property indicates the size of the VHD to be created.
27
- * NOTE: This property will not be serialized. It can only be populated by the server.
28
- */
29
- readonly sizeInMB?: number;
30
- }
31
- /** The observed state of gallery images */
32
- export interface GalleryImageStatus {
33
- /** GalleryImage provisioning error code */
34
- errorCode?: string;
35
- /** Descriptive error message */
36
- errorMessage?: string;
37
- provisioningStatus?: GalleryImageStatusProvisioningStatus;
38
- /** The download status of the gallery image */
39
- downloadStatus?: GalleryImageStatusDownloadStatus;
40
- /** The progress of the operation in percentage */
41
- progressPercentage?: number;
42
- }
43
- export interface GalleryImageStatusProvisioningStatus {
44
- /** The ID of the operation performed on the gallery image */
45
- operationId?: string;
46
- /** The status of the operation performed on the gallery image [Succeeded, Failed, InProgress] */
47
- status?: Status;
48
- }
49
- /** The download status of the gallery image */
50
- export interface GalleryImageStatusDownloadStatus {
51
- /** The downloaded sized of the image in MB */
52
- downloadSizeInMB?: number;
53
- }
54
- /** The complex type of the extended location. */
55
- export interface ExtendedLocation {
56
- /** The name of the extended location. */
57
- name?: string;
58
- /** The type of the extended location. */
59
- type?: ExtendedLocationTypes;
60
- }
61
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
62
- export interface Resource {
63
- /**
64
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
65
- * NOTE: This property will not be serialized. It can only be populated by the server.
66
- */
67
- readonly id?: string;
68
- /**
69
- * The name of the resource
70
- * NOTE: This property will not be serialized. It can only be populated by the server.
71
- */
72
- readonly name?: string;
73
- /**
74
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
75
- * NOTE: This property will not be serialized. It can only be populated by the server.
76
- */
77
- readonly type?: string;
78
- /**
79
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
80
- * NOTE: This property will not be serialized. It can only be populated by the server.
81
- */
82
- readonly systemData?: SystemData;
83
- }
84
- /** Metadata pertaining to creation and last modification of the resource. */
85
- export interface SystemData {
86
- /** The identity that created the resource. */
87
- createdBy?: string;
88
- /** The type of identity that created the resource. */
89
- createdByType?: CreatedByType;
90
- /** The timestamp of resource creation (UTC). */
91
- createdAt?: Date;
92
- /** The identity that last modified the resource. */
93
- lastModifiedBy?: string;
94
- /** The type of identity that last modified the resource. */
95
- lastModifiedByType?: CreatedByType;
96
- /** The timestamp of resource last modification (UTC) */
97
- lastModifiedAt?: Date;
98
- }
99
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
100
- export interface ErrorResponse {
101
- /** The error object. */
102
- error?: ErrorDetail;
103
- }
104
- /** The error detail. */
105
- export interface ErrorDetail {
106
- /**
107
- * The error code.
108
- * NOTE: This property will not be serialized. It can only be populated by the server.
109
- */
110
- readonly code?: string;
111
- /**
112
- * The error message.
113
- * NOTE: This property will not be serialized. It can only be populated by the server.
114
- */
115
- readonly message?: string;
116
- /**
117
- * The error target.
118
- * NOTE: This property will not be serialized. It can only be populated by the server.
119
- */
120
- readonly target?: string;
121
- /**
122
- * The error details.
123
- * NOTE: This property will not be serialized. It can only be populated by the server.
124
- */
125
- readonly details?: ErrorDetail[];
126
- /**
127
- * The error additional info.
128
- * NOTE: This property will not be serialized. It can only be populated by the server.
129
- */
130
- readonly additionalInfo?: ErrorAdditionalInfo[];
131
- }
132
- /** The resource management error additional info. */
133
- export interface ErrorAdditionalInfo {
134
- /**
135
- * The additional info type.
136
- * NOTE: This property will not be serialized. It can only be populated by the server.
137
- */
138
- readonly type?: string;
139
- /**
140
- * The additional info.
141
- * NOTE: This property will not be serialized. It can only be populated by the server.
142
- */
143
- readonly info?: Record<string, unknown>;
144
- }
145
- /** The gallery images resource patch definition. */
146
- export interface GalleryImagesUpdateRequest {
147
- /** Resource tags */
148
- tags?: {
149
- [propertyName: string]: string;
150
- };
151
- }
152
- /** List of gallery images. */
153
- export interface GalleryImagesListResult {
154
- value?: GalleryImages[];
155
- /**
156
- * Link to the next set of results.
157
- * NOTE: This property will not be serialized. It can only be populated by the server.
158
- */
159
- readonly nextLink?: string;
160
- }
161
- /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
162
- export interface OperationListResult {
163
- /**
164
- * List of operations supported by the resource provider
165
- * NOTE: This property will not be serialized. It can only be populated by the server.
166
- */
167
- readonly value?: Operation[];
168
- /**
169
- * URL to get the next set of operation list results (if there are any).
170
- * NOTE: This property will not be serialized. It can only be populated by the server.
171
- */
172
- readonly nextLink?: string;
173
- }
174
- /** Details of a REST API operation, returned from the Resource Provider Operations API */
175
- export interface Operation {
176
- /**
177
- * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
178
- * NOTE: This property will not be serialized. It can only be populated by the server.
179
- */
180
- readonly name?: string;
181
- /**
182
- * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
183
- * NOTE: This property will not be serialized. It can only be populated by the server.
184
- */
185
- readonly isDataAction?: boolean;
186
- /** Localized display information for this particular operation. */
187
- display?: OperationDisplay;
188
- /**
189
- * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
190
- * NOTE: This property will not be serialized. It can only be populated by the server.
191
- */
192
- readonly origin?: Origin;
193
- /**
194
- * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
195
- * NOTE: This property will not be serialized. It can only be populated by the server.
196
- */
197
- readonly actionType?: ActionType;
198
- }
199
- /** Localized display information for this particular operation. */
200
- export interface OperationDisplay {
201
- /**
202
- * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
203
- * NOTE: This property will not be serialized. It can only be populated by the server.
204
- */
205
- readonly provider?: string;
206
- /**
207
- * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
208
- * NOTE: This property will not be serialized. It can only be populated by the server.
209
- */
210
- readonly resource?: string;
211
- /**
212
- * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
213
- * NOTE: This property will not be serialized. It can only be populated by the server.
214
- */
215
- readonly operation?: string;
216
- /**
217
- * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
218
- * NOTE: This property will not be serialized. It can only be populated by the server.
219
- */
220
- readonly description?: string;
221
- }
222
- /** 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. */
223
- export interface LogicalNetworkPropertiesDhcpOptions {
224
- /** The list of DNS servers IP addresses. */
225
- dnsServers?: string[];
226
- }
227
- export interface Subnet {
228
- /** Name - The name of the resource that is unique within a resource group. This name can be used to access the resource. */
229
- name?: string;
230
- /** The address prefix for the subnet: Cidr for this subnet - IPv4, IPv6. */
231
- addressPrefix?: string;
232
- /** List of address prefixes for the subnet. */
233
- addressPrefixes?: string[];
234
- /** IPAllocationMethod - The IP address allocation method. Possible values include: 'Static', 'Dynamic' */
235
- ipAllocationMethod?: IpAllocationMethodEnum;
236
- /** IPConfigurationReferences - list of IPConfigurationReferences */
237
- ipConfigurationReferences?: SubnetPropertiesFormatIpConfigurationReferencesItem[];
238
- /** Route table resource. */
239
- routeTable?: RouteTable;
240
- /** network associated pool of IP Addresses */
241
- ipPools?: IPPool[];
242
- /** Vlan to use for the subnet */
243
- vlan?: number;
244
- }
245
- /** IPConfigurationReference - Describes a IPConfiguration under the virtual network */
246
- export interface SubnetPropertiesFormatIpConfigurationReferencesItem {
247
- /** IPConfigurationID */
248
- id?: string;
249
- }
250
- /** Route table resource. */
251
- export interface RouteTable {
252
- /**
253
- * A unique read-only string that changes whenever the resource is updated.
254
- * NOTE: This property will not be serialized. It can only be populated by the server.
255
- */
256
- readonly etag?: string;
257
- /**
258
- * Resource name.
259
- * NOTE: This property will not be serialized. It can only be populated by the server.
260
- */
261
- readonly name?: string;
262
- /**
263
- * Resource type.
264
- * NOTE: This property will not be serialized. It can only be populated by the server.
265
- */
266
- readonly type?: string;
267
- /** Collection of routes contained within a route table. */
268
- routes?: Route[];
269
- }
270
- /** Route - Route resource. */
271
- export interface Route {
272
- /** Name - name of the subnet */
273
- name?: string;
274
- /** The destination CIDR to which the route applies. */
275
- addressPrefix?: string;
276
- /** The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance. */
277
- nextHopIpAddress?: string;
278
- }
279
- export interface IPPool {
280
- /** Name of the IP-Pool */
281
- name?: string;
282
- /** Type of the IP Pool [vm, vippool] */
283
- ipPoolType?: IPPoolTypeEnum;
284
- /** Start of the IP address pool */
285
- start?: string;
286
- /** End of the IP address pool */
287
- end?: string;
288
- info?: IPPoolInfo;
289
- }
290
- export interface IPPoolInfo {
291
- /**
292
- * Number of IP addresses allocated from the IP Pool
293
- * NOTE: This property will not be serialized. It can only be populated by the server.
294
- */
295
- readonly used?: string;
296
- /**
297
- * Number of IP addresses available in the IP Pool
298
- * NOTE: This property will not be serialized. It can only be populated by the server.
299
- */
300
- readonly available?: string;
301
- }
302
- /** The observed state of logical networks */
303
- export interface LogicalNetworkStatus {
304
- /** LogicalNetwork provisioning error code */
305
- errorCode?: string;
306
- /** Descriptive error message */
307
- errorMessage?: string;
308
- provisioningStatus?: LogicalNetworkStatusProvisioningStatus;
309
- }
310
- export interface LogicalNetworkStatusProvisioningStatus {
311
- /** The ID of the operation performed on the logical network */
312
- operationId?: string;
313
- /** The status of the operation performed on the logical network [Succeeded, Failed, InProgress] */
314
- status?: Status;
315
- }
316
- /** The logical network resource patch definition. */
317
- export interface LogicalNetworksUpdateRequest {
318
- /** Resource tags */
319
- tags?: {
320
- [propertyName: string]: string;
321
- };
322
- }
323
- export interface LogicalNetworksListResult {
324
- value?: LogicalNetworks[];
325
- nextLink?: string;
326
- }
327
- /** The observed state of marketplace gallery images */
328
- export interface MarketplaceGalleryImageStatus {
329
- /** MarketplaceGalleryImage provisioning error code */
330
- errorCode?: string;
331
- /** Descriptive error message */
332
- errorMessage?: string;
333
- provisioningStatus?: MarketplaceGalleryImageStatusProvisioningStatus;
334
- /** The download status of the gallery image */
335
- downloadStatus?: MarketplaceGalleryImageStatusDownloadStatus;
336
- /** The progress of the operation in percentage */
337
- progressPercentage?: number;
338
- }
339
- export interface MarketplaceGalleryImageStatusProvisioningStatus {
340
- /** The ID of the operation performed on the gallery image */
341
- operationId?: string;
342
- /** The status of the operation performed on the gallery image [Succeeded, Failed, InProgress] */
343
- status?: Status;
344
- }
345
- /** The download status of the gallery image */
346
- export interface MarketplaceGalleryImageStatusDownloadStatus {
347
- /** The downloaded sized of the image in MB */
348
- downloadSizeInMB?: number;
349
- }
350
- /** The marketplace gallery image resource patch definition. */
351
- export interface MarketplaceGalleryImagesUpdateRequest {
352
- /** Resource tags */
353
- tags?: {
354
- [propertyName: string]: string;
355
- };
356
- }
357
- export interface MarketplaceGalleryImagesListResult {
358
- value?: MarketplaceGalleryImages[];
359
- nextLink?: string;
360
- }
361
- /** InterfaceIPConfiguration iPConfiguration in a network interface. */
362
- export interface IPConfiguration {
363
- /** Name - The name of the resource that is unique within a resource group. This name can be used to access the resource. */
364
- name?: string;
365
- /** InterfaceIPConfigurationPropertiesFormat properties of IP configuration. */
366
- properties?: IPConfigurationProperties;
367
- }
368
- /** InterfaceIPConfigurationPropertiesFormat properties of IP configuration. */
369
- export interface IPConfigurationProperties {
370
- /**
371
- * Gateway for network interface
372
- * NOTE: This property will not be serialized. It can only be populated by the server.
373
- */
374
- readonly gateway?: string;
375
- /**
376
- * prefixLength for network interface
377
- * NOTE: This property will not be serialized. It can only be populated by the server.
378
- */
379
- readonly prefixLength?: string;
380
- /** PrivateIPAddress - Private IP address of the IP configuration. */
381
- privateIPAddress?: string;
382
- /** Subnet - Name of Subnet bound to the IP configuration. */
383
- subnet?: IPConfigurationPropertiesSubnet;
384
- }
385
- /** Subnet - Name of Subnet bound to the IP configuration. */
386
- export interface IPConfigurationPropertiesSubnet {
387
- /** ID - The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/... */
388
- id?: string;
389
- }
390
- export interface InterfaceDNSSettings {
391
- /** List of DNS server IP Addresses for the interface */
392
- dnsServers?: string[];
393
- }
394
- /** The observed state of network interfaces */
395
- export interface NetworkInterfaceStatus {
396
- /** NetworkInterface provisioning error code */
397
- errorCode?: string;
398
- /** Descriptive error message */
399
- errorMessage?: string;
400
- provisioningStatus?: NetworkInterfaceStatusProvisioningStatus;
401
- }
402
- export interface NetworkInterfaceStatusProvisioningStatus {
403
- /** The ID of the operation performed on the network interface */
404
- operationId?: string;
405
- /** The status of the operation performed on the network interface [Succeeded, Failed, InProgress] */
406
- status?: Status;
407
- }
408
- /** The network interface resource patch definition. */
409
- export interface NetworkInterfacesUpdateRequest {
410
- /** Resource tags */
411
- tags?: {
412
- [propertyName: string]: string;
413
- };
414
- }
415
- export interface NetworkInterfacesListResult {
416
- value?: NetworkInterfaces[];
417
- nextLink?: string;
418
- }
419
- /** The observed state of storage containers */
420
- export interface StorageContainerStatus {
421
- /** StorageContainer provisioning error code */
422
- errorCode?: string;
423
- /** Descriptive error message */
424
- errorMessage?: string;
425
- /** Amount of space available on the disk in MB */
426
- availableSizeMB?: number;
427
- /** Total size of the disk in MB */
428
- containerSizeMB?: number;
429
- provisioningStatus?: StorageContainerStatusProvisioningStatus;
430
- }
431
- export interface StorageContainerStatusProvisioningStatus {
432
- /** The ID of the operation performed on the storage container */
433
- operationId?: string;
434
- /** The status of the operation performed on the storage container [Succeeded, Failed, InProgress] */
435
- status?: Status;
436
- }
437
- /** The storage container resource patch definition. */
438
- export interface StorageContainersUpdateRequest {
439
- /** Resource tags */
440
- tags?: {
441
- [propertyName: string]: string;
442
- };
443
- }
444
- export interface StorageContainersListResult {
445
- value?: StorageContainers[];
446
- nextLink?: string;
447
- }
448
- /** The observed state of virtual hard disks */
449
- export interface VirtualHardDiskStatus {
450
- /** VirtualHardDisk provisioning error code */
451
- errorCode?: string;
452
- /** Descriptive error message */
453
- errorMessage?: string;
454
- provisioningStatus?: VirtualHardDiskStatusProvisioningStatus;
455
- }
456
- export interface VirtualHardDiskStatusProvisioningStatus {
457
- /** The ID of the operation performed on the virtual hard disk */
458
- operationId?: string;
459
- /** The status of the operation performed on the virtual hard disk [Succeeded, Failed, InProgress] */
460
- status?: Status;
461
- }
462
- /** The virtual hard disk resource patch definition. */
463
- export interface VirtualHardDisksUpdateRequest {
464
- /** Resource tags */
465
- tags?: {
466
- [propertyName: string]: string;
467
- };
468
- }
469
- export interface VirtualHardDisksListResult {
470
- value?: VirtualHardDisks[];
471
- nextLink?: string;
472
- }
473
- /** HardwareProfile - Specifies the hardware settings for the virtual machine instance. */
474
- export interface VirtualMachineInstancePropertiesHardwareProfile {
475
- vmSize?: VmSizeEnum;
476
- /** number of processors for the virtual machine instance */
477
- processors?: number;
478
- /** RAM in MB for the virtual machine instance */
479
- memoryMB?: number;
480
- dynamicMemoryConfig?: VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfig;
481
- }
482
- export interface VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfig {
483
- maximumMemoryMB?: number;
484
- minimumMemoryMB?: number;
485
- /** 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. */
486
- targetMemoryBuffer?: number;
487
- }
488
- /** NetworkProfile - describes the network configuration the virtual machine instance */
489
- export interface VirtualMachineInstancePropertiesNetworkProfile {
490
- /** NetworkInterfaces - list of network interfaces to be attached to the virtual machine instance */
491
- networkInterfaces?: VirtualMachineInstancePropertiesNetworkProfileNetworkInterfacesItem[];
492
- }
493
- export interface VirtualMachineInstancePropertiesNetworkProfileNetworkInterfacesItem {
494
- /** ID - Resource Id of the network interface */
495
- id?: string;
496
- }
497
- /** OsProfile - describes the configuration of the operating system and sets login data */
498
- export interface VirtualMachineInstancePropertiesOsProfile {
499
- /** AdminPassword - admin password */
500
- adminPassword?: string;
501
- /** AdminUsername - admin username */
502
- adminUsername?: string;
503
- /** ComputerName - name of the compute */
504
- computerName?: string;
505
- /** LinuxConfiguration - linux specific configuration values for the virtual machine instance */
506
- linuxConfiguration?: VirtualMachineInstancePropertiesOsProfileLinuxConfiguration;
507
- /** Windows Configuration for the virtual machine instance */
508
- windowsConfiguration?: VirtualMachineInstancePropertiesOsProfileWindowsConfiguration;
509
- }
510
- /** LinuxConfiguration - linux specific configuration values for the virtual machine instance */
511
- export interface VirtualMachineInstancePropertiesOsProfileLinuxConfiguration {
512
- /** DisablePasswordAuthentication - whether password authentication should be disabled */
513
- disablePasswordAuthentication?: boolean;
514
- /** Specifies the ssh key configuration for a Linux OS. */
515
- ssh?: SshConfiguration;
516
- /** Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process. */
517
- provisionVMAgent?: boolean;
518
- /** Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process. */
519
- provisionVMConfigAgent?: boolean;
520
- }
521
- /** SSH configuration for Linux based VMs running on Azure */
522
- export interface SshConfiguration {
523
- /** The list of SSH public keys used to authenticate with linux based VMs. */
524
- publicKeys?: SshPublicKey[];
525
- }
526
- /** Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed. */
527
- export interface SshPublicKey {
528
- /** 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 */
529
- path?: string;
530
- /** 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). */
531
- keyData?: string;
532
- }
533
- /** Windows Configuration for the virtual machine instance */
534
- export interface VirtualMachineInstancePropertiesOsProfileWindowsConfiguration {
535
- /** Whether to EnableAutomaticUpdates on the machine */
536
- enableAutomaticUpdates?: boolean;
537
- /** Specifies the ssh key configuration for Windows OS. */
538
- ssh?: SshConfiguration;
539
- /** TimeZone for the virtual machine instance */
540
- timeZone?: string;
541
- /** Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process. */
542
- provisionVMAgent?: boolean;
543
- /** Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process. */
544
- provisionVMConfigAgent?: boolean;
545
- }
546
- /** SecurityProfile - Specifies the security settings for the virtual machine instance. */
547
- export interface VirtualMachineInstancePropertiesSecurityProfile {
548
- enableTPM?: boolean;
549
- uefiSettings?: VirtualMachineInstancePropertiesSecurityProfileUefiSettings;
550
- /** Specifies the SecurityType of the virtual machine. EnableTPM and SecureBootEnabled must be set to true for SecurityType to function. */
551
- securityType?: SecurityTypes;
552
- }
553
- export interface VirtualMachineInstancePropertiesSecurityProfileUefiSettings {
554
- /** Specifies whether secure boot should be enabled on the virtual machine instance. */
555
- secureBootEnabled?: boolean;
556
- }
557
- /** StorageProfile - contains information about the disks and storage information for the virtual machine instance */
558
- export interface VirtualMachineInstancePropertiesStorageProfile {
559
- /** adds data disks to the virtual machine instance */
560
- dataDisks?: VirtualMachineInstancePropertiesStorageProfileDataDisksItem[];
561
- /** Which Image to use for the virtual machine instance */
562
- imageReference?: VirtualMachineInstancePropertiesStorageProfileImageReference;
563
- /** VHD to attach as OS disk */
564
- osDisk?: VirtualMachineInstancePropertiesStorageProfileOsDisk;
565
- /** Id of the storage container that hosts the VM configuration file */
566
- vmConfigStoragePathId?: string;
567
- }
568
- export interface VirtualMachineInstancePropertiesStorageProfileDataDisksItem {
569
- /** Resource ID of the data disk */
570
- id?: string;
571
- }
572
- /** Which Image to use for the virtual machine instance */
573
- export interface VirtualMachineInstancePropertiesStorageProfileImageReference {
574
- /** Resource ID of the image */
575
- id?: string;
576
- }
577
- /** VHD to attach as OS disk */
578
- export interface VirtualMachineInstancePropertiesStorageProfileOsDisk {
579
- /** Resource ID of the OS disk */
580
- id?: string;
581
- /** 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.** */
582
- osType?: OperatingSystemTypes;
583
- }
584
- /** HTTP Proxy configuration for the VM. */
585
- export interface HttpProxyConfiguration {
586
- /** The HTTP proxy server endpoint to use. */
587
- httpProxy?: string;
588
- /** The HTTPS proxy server endpoint to use. */
589
- httpsProxy?: string;
590
- /** The endpoints that should not go through proxy. */
591
- noProxy?: string[];
592
- /** Alternative CA cert to use for connecting to proxy servers. */
593
- trustedCa?: string;
594
- }
595
- /** The instance view of a virtual machine. */
596
- export interface VirtualMachineInstanceView {
597
- /** The VM Config Agent running on the virtual machine. */
598
- vmAgent?: VirtualMachineConfigAgentInstanceView;
599
- }
600
- /** The instance view of the VM Config Agent running on the virtual machine. */
601
- export interface VirtualMachineConfigAgentInstanceView {
602
- /** The VM Config Agent full version. */
603
- vmConfigAgentVersion?: string;
604
- /** The resource status information. */
605
- statuses?: InstanceViewStatus[];
606
- }
607
- /** Instance view status. */
608
- export interface InstanceViewStatus {
609
- /** The status code. */
610
- code?: string;
611
- /** The level code. */
612
- level?: StatusLevelTypes;
613
- /** The short localizable label for the status. */
614
- displayStatus?: string;
615
- /** The detailed status message, including for alerts and error messages. */
616
- message?: string;
617
- /** The time of the status. */
618
- time?: Date;
619
- }
620
- /** The observed state of virtual machine instances */
621
- export interface VirtualMachineInstanceStatus {
622
- /** VirtualMachine provisioning error code */
623
- errorCode?: string;
624
- /** Descriptive error message */
625
- errorMessage?: string;
626
- /** The power state of the virtual machine instance */
627
- powerState?: PowerStateEnum;
628
- provisioningStatus?: VirtualMachineInstanceStatusProvisioningStatus;
629
- }
630
- export interface VirtualMachineInstanceStatusProvisioningStatus {
631
- /** The ID of the operation performed on the virtual machine instance */
632
- operationId?: string;
633
- /** The status of the operation performed on the virtual machine instance [Succeeded, Failed, InProgress] */
634
- status?: Status;
635
- }
636
- /** Defines the status of a guest agent installation. */
637
- export interface GuestAgentInstallStatus {
638
- /**
639
- * Specifies the VM's unique SMBIOS ID.
640
- * NOTE: This property will not be serialized. It can only be populated by the server.
641
- */
642
- readonly vmUuid?: string;
643
- /**
644
- * The installation status of the hybrid machine agent installation.
645
- * NOTE: This property will not be serialized. It can only be populated by the server.
646
- */
647
- readonly status?: StatusTypes;
648
- /**
649
- * The time of the last status change.
650
- * NOTE: This property will not be serialized. It can only be populated by the server.
651
- */
652
- readonly lastStatusChange?: Date;
653
- /**
654
- * The hybrid machine agent full version.
655
- * NOTE: This property will not be serialized. It can only be populated by the server.
656
- */
657
- readonly agentVersion?: string;
658
- /**
659
- * Details about the error state.
660
- * NOTE: This property will not be serialized. It can only be populated by the server.
661
- */
662
- readonly errorDetails?: ErrorDetail[];
663
- }
664
- /** Identity for the resource. */
665
- export interface Identity {
666
- /**
667
- * The principal ID of resource identity.
668
- * NOTE: This property will not be serialized. It can only be populated by the server.
669
- */
670
- readonly principalId?: string;
671
- /**
672
- * The tenant ID of resource.
673
- * NOTE: This property will not be serialized. It can only be populated by the server.
674
- */
675
- readonly tenantId?: string;
676
- /** The identity type. */
677
- type?: "SystemAssigned";
678
- }
679
- /** The virtual machine instance resource patch definition. */
680
- export interface VirtualMachineInstanceUpdateRequest {
681
- /** Defines the resource properties for the update. */
682
- properties?: VirtualMachineInstanceUpdateProperties;
683
- /** Identity for the resource. */
684
- identity?: Identity;
685
- }
686
- /** Defines the resource properties for the update. */
687
- export interface VirtualMachineInstanceUpdateProperties {
688
- /** HardwareProfile - Specifies the hardware settings for the virtual machine instance. */
689
- hardwareProfile?: HardwareProfileUpdate;
690
- storageProfile?: StorageProfileUpdate;
691
- /** NetworkProfile - describes the network update configuration the virtual machine instance */
692
- networkProfile?: NetworkProfileUpdate;
693
- /** OsProfile - describes the update configuration of the operating system */
694
- osProfile?: OsProfileUpdate;
695
- }
696
- /** HardwareProfile - Specifies the hardware settings for the virtual machine instance. */
697
- export interface HardwareProfileUpdate {
698
- vmSize?: VmSizeEnum;
699
- /** number of processors for the virtual machine instance */
700
- processors?: number;
701
- /** RAM in MB for the virtual machine instance */
702
- memoryMB?: number;
703
- }
704
- export interface StorageProfileUpdate {
705
- /** adds data disks to the virtual machine instance for the update call */
706
- dataDisks?: StorageProfileUpdateDataDisksItem[];
707
- }
708
- export interface StorageProfileUpdateDataDisksItem {
709
- id?: string;
710
- }
711
- /** NetworkProfile - describes the network update configuration the virtual machine instance */
712
- export interface NetworkProfileUpdate {
713
- /** NetworkInterfaces - list of network interfaces to be attached to the virtual machine instance */
714
- networkInterfaces?: NetworkProfileUpdateNetworkInterfacesItem[];
715
- }
716
- export interface NetworkProfileUpdateNetworkInterfacesItem {
717
- /** ID - Resource ID of the network interface */
718
- id?: string;
719
- }
720
- /** OsProfile - describes the update configuration of the operating system */
721
- export interface OsProfileUpdate {
722
- /** ComputerName - name of the computer */
723
- computerName?: string;
724
- linuxConfiguration?: OsProfileUpdateLinuxConfiguration;
725
- windowsConfiguration?: OsProfileUpdateWindowsConfiguration;
726
- }
727
- export interface OsProfileUpdateLinuxConfiguration {
728
- /** Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process. */
729
- provisionVMAgent?: boolean;
730
- /** Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process. */
731
- provisionVMConfigAgent?: boolean;
732
- }
733
- export interface OsProfileUpdateWindowsConfiguration {
734
- /** Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process. */
735
- provisionVMAgent?: boolean;
736
- /** Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process. */
737
- provisionVMConfigAgent?: boolean;
738
- }
739
- export interface VirtualMachineInstanceListResult {
740
- value?: VirtualMachineInstance[];
741
- nextLink?: string;
742
- }
743
- /** List of HybridIdentityMetadata. */
744
- export interface HybridIdentityMetadataList {
745
- /** Url to follow for getting next page of HybridIdentityMetadata. */
746
- nextLink?: string;
747
- /** Array of HybridIdentityMetadata */
748
- value: HybridIdentityMetadata[];
749
- }
750
- /** Username / Password Credentials to connect to guest. */
751
- export interface GuestCredential {
752
- /** The username to connect with the guest. */
753
- username?: string;
754
- /** The password to connect with the guest. */
755
- password?: string;
756
- }
757
- /** List of GuestAgent. */
758
- export interface GuestAgentList {
759
- /** Url to follow for getting next page of GuestAgent. */
760
- nextLink?: string;
761
- /** Array of GuestAgent */
762
- value: GuestAgent[];
763
- }
764
- /** This is the OS disk image. */
765
- export interface GalleryOSDiskImage extends GalleryDiskImage {
766
- }
767
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
768
- export interface TrackedResource extends Resource {
769
- /** Resource tags. */
770
- tags?: {
771
- [propertyName: string]: string;
772
- };
773
- /** The geo-location where the resource lives */
774
- location: string;
775
- }
776
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
777
- export interface ProxyResource extends Resource {
778
- }
779
- /** The gallery images resource definition. */
780
- export interface GalleryImages extends TrackedResource {
781
- /** The extendedLocation of the resource. */
782
- extendedLocation?: ExtendedLocation;
783
- /** Storage ContainerID of the storage container to be used for gallery image */
784
- containerId?: string;
785
- /** location of the image the gallery image should be created from */
786
- imagePath?: string;
787
- /** Operating system type that the gallery image uses [Windows, Linux] */
788
- osType?: OperatingSystemTypes;
789
- /** Datasource for the gallery image when provisioning with cloud-init [NoCloud, Azure] */
790
- cloudInitDataSource?: CloudInitDataSource;
791
- /** The hypervisor generation of the Virtual Machine [V1, V2] */
792
- hyperVGeneration?: HyperVGeneration;
793
- /** This is the gallery image definition identifier. */
794
- identifier?: GalleryImageIdentifier;
795
- /** Specifies information about the gallery image version that you want to create or update. */
796
- version?: GalleryImageVersion;
797
- /**
798
- * Provisioning state of the gallery image.
799
- * NOTE: This property will not be serialized. It can only be populated by the server.
800
- */
801
- readonly provisioningState?: ProvisioningStateEnum;
802
- /**
803
- * The observed state of gallery images
804
- * NOTE: This property will not be serialized. It can only be populated by the server.
805
- */
806
- readonly status?: GalleryImageStatus;
807
- }
808
- /** The logical network resource definition. */
809
- export interface LogicalNetworks extends TrackedResource {
810
- /** The extendedLocation of the resource. */
811
- extendedLocation?: ExtendedLocation;
812
- /** 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. */
813
- dhcpOptions?: LogicalNetworkPropertiesDhcpOptions;
814
- /** Subnet - list of subnets under the logical network */
815
- subnets?: Subnet[];
816
- /**
817
- * Provisioning state of the logical network.
818
- * NOTE: This property will not be serialized. It can only be populated by the server.
819
- */
820
- readonly provisioningState?: ProvisioningStateEnum;
821
- /** name of the network switch to be used for VMs */
822
- vmSwitchName?: string;
823
- /**
824
- * The observed state of logical networks
825
- * NOTE: This property will not be serialized. It can only be populated by the server.
826
- */
827
- readonly status?: LogicalNetworkStatus;
828
- }
829
- /** The marketplace gallery image resource definition. */
830
- export interface MarketplaceGalleryImages extends TrackedResource {
831
- /** The extendedLocation of the resource. */
832
- extendedLocation?: ExtendedLocation;
833
- /** Storage ContainerID of the storage container to be used for marketplace gallery image */
834
- containerId?: string;
835
- /** Operating system type that the gallery image uses [Windows, Linux] */
836
- osType?: OperatingSystemTypes;
837
- /** Datasource for the gallery image when provisioning with cloud-init [NoCloud, Azure] */
838
- cloudInitDataSource?: CloudInitDataSource;
839
- /** The hypervisor generation of the Virtual Machine [V1, V2] */
840
- hyperVGeneration?: HyperVGeneration;
841
- /** This is the gallery image definition identifier. */
842
- identifier?: GalleryImageIdentifier;
843
- /** Specifies information about the gallery image version that you want to create or update. */
844
- version?: GalleryImageVersion;
845
- /**
846
- * Provisioning state of the marketplace gallery image.
847
- * NOTE: This property will not be serialized. It can only be populated by the server.
848
- */
849
- readonly provisioningState?: ProvisioningStateEnum;
850
- /**
851
- * The observed state of marketplace gallery images
852
- * NOTE: This property will not be serialized. It can only be populated by the server.
853
- */
854
- readonly status?: MarketplaceGalleryImageStatus;
855
- }
856
- /** The network interface resource definition. */
857
- export interface NetworkInterfaces extends TrackedResource {
858
- /** The extendedLocation of the resource. */
859
- extendedLocation?: ExtendedLocation;
860
- /** IPConfigurations - A list of IPConfigurations of the network interface. */
861
- ipConfigurations?: IPConfiguration[];
862
- /** MacAddress - The MAC address of the network interface. */
863
- macAddress?: string;
864
- /** DNS Settings for the interface */
865
- dnsSettings?: InterfaceDNSSettings;
866
- /**
867
- * Provisioning state of the network interface.
868
- * NOTE: This property will not be serialized. It can only be populated by the server.
869
- */
870
- readonly provisioningState?: ProvisioningStateEnum;
871
- /**
872
- * The observed state of network interfaces
873
- * NOTE: This property will not be serialized. It can only be populated by the server.
874
- */
875
- readonly status?: NetworkInterfaceStatus;
876
- }
877
- /** The storage container resource definition. */
878
- export interface StorageContainers extends TrackedResource {
879
- /** The extendedLocation of the resource. */
880
- extendedLocation?: ExtendedLocation;
881
- /** Path of the storage container on the disk */
882
- path?: string;
883
- /**
884
- * Provisioning state of the storage container.
885
- * NOTE: This property will not be serialized. It can only be populated by the server.
886
- */
887
- readonly provisioningState?: ProvisioningStateEnum;
888
- /**
889
- * The observed state of storage containers
890
- * NOTE: This property will not be serialized. It can only be populated by the server.
891
- */
892
- readonly status?: StorageContainerStatus;
893
- }
894
- /** The virtual hard disk resource definition. */
895
- export interface VirtualHardDisks extends TrackedResource {
896
- /** The extendedLocation of the resource. */
897
- extendedLocation?: ExtendedLocation;
898
- blockSizeBytes?: number;
899
- /** Size of the disk in GB */
900
- diskSizeGB?: number;
901
- /** Boolean for enabling dynamic sizing on the virtual hard disk */
902
- dynamic?: boolean;
903
- logicalSectorBytes?: number;
904
- physicalSectorBytes?: number;
905
- /** The hypervisor generation of the Virtual Machine [V1, V2] */
906
- hyperVGeneration?: HyperVGeneration;
907
- /** The format of the actual VHD file [vhd, vhdx] */
908
- diskFileFormat?: DiskFileFormat;
909
- /**
910
- * Provisioning state of the virtual hard disk.
911
- * NOTE: This property will not be serialized. It can only be populated by the server.
912
- */
913
- readonly provisioningState?: ProvisioningStateEnum;
914
- /** Storage ContainerID of the storage container to be used for VHD */
915
- containerId?: string;
916
- /**
917
- * The observed state of virtual hard disks
918
- * NOTE: This property will not be serialized. It can only be populated by the server.
919
- */
920
- readonly status?: VirtualHardDiskStatus;
921
- }
922
- /** The virtual machine instance resource definition. */
923
- export interface VirtualMachineInstance extends ProxyResource {
924
- /** The extendedLocation of the resource. */
925
- extendedLocation?: ExtendedLocation;
926
- /** Identity for the resource. */
927
- identity?: Identity;
928
- /** HardwareProfile - Specifies the hardware settings for the virtual machine instance. */
929
- hardwareProfile?: VirtualMachineInstancePropertiesHardwareProfile;
930
- /** NetworkProfile - describes the network configuration the virtual machine instance */
931
- networkProfile?: VirtualMachineInstancePropertiesNetworkProfile;
932
- /** OsProfile - describes the configuration of the operating system and sets login data */
933
- osProfile?: VirtualMachineInstancePropertiesOsProfile;
934
- /** SecurityProfile - Specifies the security settings for the virtual machine instance. */
935
- securityProfile?: VirtualMachineInstancePropertiesSecurityProfile;
936
- /** StorageProfile - contains information about the disks and storage information for the virtual machine instance */
937
- storageProfile?: VirtualMachineInstancePropertiesStorageProfile;
938
- /** HTTP Proxy configuration for the VM. */
939
- httpProxyConfig?: HttpProxyConfiguration;
940
- /**
941
- * Provisioning state of the virtual machine instance.
942
- * NOTE: This property will not be serialized. It can only be populated by the server.
943
- */
944
- readonly provisioningState?: ProvisioningStateEnum;
945
- /**
946
- * The virtual machine instance view.
947
- * NOTE: This property will not be serialized. It can only be populated by the server.
948
- */
949
- readonly instanceView?: VirtualMachineInstanceView;
950
- /**
951
- * The observed state of virtual machine instances
952
- * NOTE: This property will not be serialized. It can only be populated by the server.
953
- */
954
- readonly status?: VirtualMachineInstanceStatus;
955
- /** Guest agent install status. */
956
- guestAgentInstallStatus?: GuestAgentInstallStatus;
957
- /**
958
- * Unique identifier for the vm resource.
959
- * NOTE: This property will not be serialized. It can only be populated by the server.
960
- */
961
- readonly vmId?: string;
962
- /** Unique identifier defined by ARC to identify the guest of the VM. */
963
- resourceUid?: string;
964
- }
965
- /** Defines the HybridIdentityMetadata. */
966
- export interface HybridIdentityMetadata extends ProxyResource {
967
- /** The unique identifier for the resource. */
968
- resourceUid?: string;
969
- /** The Public Key. */
970
- publicKey?: string;
971
- /**
972
- * Identity for the resource.
973
- * NOTE: This property will not be serialized. It can only be populated by the server.
974
- */
975
- readonly identity?: Identity;
976
- /**
977
- * The provisioning state.
978
- * NOTE: This property will not be serialized. It can only be populated by the server.
979
- */
980
- readonly provisioningState?: string;
981
- }
982
- /** Defines the GuestAgent. */
983
- export interface GuestAgent extends ProxyResource {
984
- /** Username / Password Credentials to provision guest agent. */
985
- credentials?: GuestCredential;
986
- /** The guest agent provisioning action. */
987
- provisioningAction?: ProvisioningAction;
988
- /**
989
- * The guest agent status.
990
- * NOTE: This property will not be serialized. It can only be populated by the server.
991
- */
992
- readonly status?: string;
993
- /**
994
- * The provisioning state.
995
- * NOTE: This property will not be serialized. It can only be populated by the server.
996
- */
997
- readonly provisioningState?: string;
998
- }
999
- /** Defines headers for GalleryImages_delete operation. */
1000
- export interface GalleryImagesDeleteHeaders {
1001
- location?: string;
1002
- }
1003
- /** Defines headers for GalleryImages_update operation. */
1004
- export interface GalleryImagesUpdateHeaders {
1005
- location?: string;
1006
- }
1007
- /** Defines headers for LogicalNetworks_delete operation. */
1008
- export interface LogicalNetworksDeleteHeaders {
1009
- location?: string;
1010
- }
1011
- /** Defines headers for LogicalNetworks_update operation. */
1012
- export interface LogicalNetworksUpdateHeaders {
1013
- location?: string;
1014
- }
1015
- /** Defines headers for MarketplaceGalleryImages_delete operation. */
1016
- export interface MarketplaceGalleryImagesDeleteHeaders {
1017
- location?: string;
1018
- }
1019
- /** Defines headers for MarketplaceGalleryImages_update operation. */
1020
- export interface MarketplaceGalleryImagesUpdateHeaders {
1021
- location?: string;
1022
- }
1023
- /** Defines headers for NetworkInterfaces_delete operation. */
1024
- export interface NetworkInterfacesDeleteHeaders {
1025
- location?: string;
1026
- }
1027
- /** Defines headers for NetworkInterfaces_update operation. */
1028
- export interface NetworkInterfacesUpdateHeaders {
1029
- location?: string;
1030
- }
1031
- /** Defines headers for StorageContainers_delete operation. */
1032
- export interface StorageContainersDeleteHeaders {
1033
- location?: string;
1034
- }
1035
- /** Defines headers for StorageContainers_update operation. */
1036
- export interface StorageContainersUpdateHeaders {
1037
- location?: string;
1038
- }
1039
- /** Defines headers for VirtualHardDisks_delete operation. */
1040
- export interface VirtualHardDisksDeleteHeaders {
1041
- location?: string;
1042
- }
1043
- /** Defines headers for VirtualHardDisks_update operation. */
1044
- export interface VirtualHardDisksUpdateHeaders {
1045
- location?: string;
1046
- }
1047
- /** Defines headers for VirtualMachineInstances_delete operation. */
1048
- export interface VirtualMachineInstancesDeleteHeaders {
1049
- location?: string;
1050
- }
1051
- /** Defines headers for VirtualMachineInstances_update operation. */
1052
- export interface VirtualMachineInstancesUpdateHeaders {
1053
- location?: string;
1054
- }
1055
- /** Defines headers for VirtualMachineInstances_start operation. */
1056
- export interface VirtualMachineInstancesStartHeaders {
1057
- location?: string;
1058
- }
1059
- /** Defines headers for VirtualMachineInstances_stop operation. */
1060
- export interface VirtualMachineInstancesStopHeaders {
1061
- location?: string;
1062
- }
1063
- /** Defines headers for VirtualMachineInstances_restart operation. */
1064
- export interface VirtualMachineInstancesRestartHeaders {
1065
- location?: string;
1066
- }
1067
- /** Defines headers for GuestAgent_delete operation. */
1068
- export interface GuestAgentDeleteHeaders {
1069
- location?: string;
1070
- }
1071
- /** Known values of {@link CloudInitDataSource} that the service accepts. */
1072
- export declare enum KnownCloudInitDataSource {
1073
- /** NoCloud */
1074
- NoCloud = "NoCloud",
1075
- /** Azure */
1076
- Azure = "Azure"
1077
- }
1078
- /**
1079
- * Defines values for CloudInitDataSource. \
1080
- * {@link KnownCloudInitDataSource} can be used interchangeably with CloudInitDataSource,
1081
- * this enum contains the known values that the service supports.
1082
- * ### Known values supported by the service
1083
- * **NoCloud** \
1084
- * **Azure**
1085
- */
1086
- export type CloudInitDataSource = string;
1087
- /** Known values of {@link HyperVGeneration} that the service accepts. */
1088
- export declare enum KnownHyperVGeneration {
1089
- /** V1 */
1090
- V1 = "V1",
1091
- /** V2 */
1092
- V2 = "V2"
1093
- }
1094
- /**
1095
- * Defines values for HyperVGeneration. \
1096
- * {@link KnownHyperVGeneration} can be used interchangeably with HyperVGeneration,
1097
- * this enum contains the known values that the service supports.
1098
- * ### Known values supported by the service
1099
- * **V1** \
1100
- * **V2**
1101
- */
1102
- export type HyperVGeneration = string;
1103
- /** Known values of {@link ProvisioningStateEnum} that the service accepts. */
1104
- export declare enum KnownProvisioningStateEnum {
1105
- /** Succeeded */
1106
- Succeeded = "Succeeded",
1107
- /** Failed */
1108
- Failed = "Failed",
1109
- /** InProgress */
1110
- InProgress = "InProgress",
1111
- /** Accepted */
1112
- Accepted = "Accepted",
1113
- /** Deleting */
1114
- Deleting = "Deleting",
1115
- /** Canceled */
1116
- Canceled = "Canceled"
1117
- }
1118
- /**
1119
- * Defines values for ProvisioningStateEnum. \
1120
- * {@link KnownProvisioningStateEnum} can be used interchangeably with ProvisioningStateEnum,
1121
- * this enum contains the known values that the service supports.
1122
- * ### Known values supported by the service
1123
- * **Succeeded** \
1124
- * **Failed** \
1125
- * **InProgress** \
1126
- * **Accepted** \
1127
- * **Deleting** \
1128
- * **Canceled**
1129
- */
1130
- export type ProvisioningStateEnum = string;
1131
- /** Known values of {@link Status} that the service accepts. */
1132
- export declare enum KnownStatus {
1133
- /** Succeeded */
1134
- Succeeded = "Succeeded",
1135
- /** Failed */
1136
- Failed = "Failed",
1137
- /** InProgress */
1138
- InProgress = "InProgress"
1139
- }
1140
- /**
1141
- * Defines values for Status. \
1142
- * {@link KnownStatus} can be used interchangeably with Status,
1143
- * this enum contains the known values that the service supports.
1144
- * ### Known values supported by the service
1145
- * **Succeeded** \
1146
- * **Failed** \
1147
- * **InProgress**
1148
- */
1149
- export type Status = string;
1150
- /** Known values of {@link ExtendedLocationTypes} that the service accepts. */
1151
- export declare enum KnownExtendedLocationTypes {
1152
- /** CustomLocation */
1153
- CustomLocation = "CustomLocation"
1154
- }
1155
- /**
1156
- * Defines values for ExtendedLocationTypes. \
1157
- * {@link KnownExtendedLocationTypes} can be used interchangeably with ExtendedLocationTypes,
1158
- * this enum contains the known values that the service supports.
1159
- * ### Known values supported by the service
1160
- * **CustomLocation**
1161
- */
1162
- export type ExtendedLocationTypes = string;
1163
- /** Known values of {@link CreatedByType} that the service accepts. */
1164
- export declare enum KnownCreatedByType {
1165
- /** User */
1166
- User = "User",
1167
- /** Application */
1168
- Application = "Application",
1169
- /** ManagedIdentity */
1170
- ManagedIdentity = "ManagedIdentity",
1171
- /** Key */
1172
- Key = "Key"
1173
- }
1174
- /**
1175
- * Defines values for CreatedByType. \
1176
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
1177
- * this enum contains the known values that the service supports.
1178
- * ### Known values supported by the service
1179
- * **User** \
1180
- * **Application** \
1181
- * **ManagedIdentity** \
1182
- * **Key**
1183
- */
1184
- export type CreatedByType = string;
1185
- /** Known values of {@link Origin} that the service accepts. */
1186
- export declare enum KnownOrigin {
1187
- /** User */
1188
- User = "user",
1189
- /** System */
1190
- System = "system",
1191
- /** UserSystem */
1192
- UserSystem = "user,system"
1193
- }
1194
- /**
1195
- * Defines values for Origin. \
1196
- * {@link KnownOrigin} can be used interchangeably with Origin,
1197
- * this enum contains the known values that the service supports.
1198
- * ### Known values supported by the service
1199
- * **user** \
1200
- * **system** \
1201
- * **user,system**
1202
- */
1203
- export type Origin = string;
1204
- /** Known values of {@link ActionType} that the service accepts. */
1205
- export declare enum KnownActionType {
1206
- /** Internal */
1207
- Internal = "Internal"
1208
- }
1209
- /**
1210
- * Defines values for ActionType. \
1211
- * {@link KnownActionType} can be used interchangeably with ActionType,
1212
- * this enum contains the known values that the service supports.
1213
- * ### Known values supported by the service
1214
- * **Internal**
1215
- */
1216
- export type ActionType = string;
1217
- /** Known values of {@link IpAllocationMethodEnum} that the service accepts. */
1218
- export declare enum KnownIpAllocationMethodEnum {
1219
- /** Dynamic */
1220
- Dynamic = "Dynamic",
1221
- /** Static */
1222
- Static = "Static"
1223
- }
1224
- /**
1225
- * Defines values for IpAllocationMethodEnum. \
1226
- * {@link KnownIpAllocationMethodEnum} can be used interchangeably with IpAllocationMethodEnum,
1227
- * this enum contains the known values that the service supports.
1228
- * ### Known values supported by the service
1229
- * **Dynamic** \
1230
- * **Static**
1231
- */
1232
- export type IpAllocationMethodEnum = string;
1233
- /** Known values of {@link DiskFileFormat} that the service accepts. */
1234
- export declare enum KnownDiskFileFormat {
1235
- /** Vhdx */
1236
- Vhdx = "vhdx",
1237
- /** Vhd */
1238
- Vhd = "vhd"
1239
- }
1240
- /**
1241
- * Defines values for DiskFileFormat. \
1242
- * {@link KnownDiskFileFormat} can be used interchangeably with DiskFileFormat,
1243
- * this enum contains the known values that the service supports.
1244
- * ### Known values supported by the service
1245
- * **vhdx** \
1246
- * **vhd**
1247
- */
1248
- export type DiskFileFormat = string;
1249
- /** Known values of {@link VmSizeEnum} that the service accepts. */
1250
- export declare enum KnownVmSizeEnum {
1251
- /** Default */
1252
- Default = "Default",
1253
- /** StandardA2V2 */
1254
- StandardA2V2 = "Standard_A2_v2",
1255
- /** StandardA4V2 */
1256
- StandardA4V2 = "Standard_A4_v2",
1257
- /** StandardD2SV3 */
1258
- StandardD2SV3 = "Standard_D2s_v3",
1259
- /** StandardD4SV3 */
1260
- StandardD4SV3 = "Standard_D4s_v3",
1261
- /** StandardD8SV3 */
1262
- StandardD8SV3 = "Standard_D8s_v3",
1263
- /** StandardD16SV3 */
1264
- StandardD16SV3 = "Standard_D16s_v3",
1265
- /** StandardD32SV3 */
1266
- StandardD32SV3 = "Standard_D32s_v3",
1267
- /** StandardDS2V2 */
1268
- StandardDS2V2 = "Standard_DS2_v2",
1269
- /** StandardDS3V2 */
1270
- StandardDS3V2 = "Standard_DS3_v2",
1271
- /** StandardDS4V2 */
1272
- StandardDS4V2 = "Standard_DS4_v2",
1273
- /** StandardDS5V2 */
1274
- StandardDS5V2 = "Standard_DS5_v2",
1275
- /** StandardDS13V2 */
1276
- StandardDS13V2 = "Standard_DS13_v2",
1277
- /** StandardK8SV1 */
1278
- StandardK8SV1 = "Standard_K8S_v1",
1279
- /** StandardK8S2V1 */
1280
- StandardK8S2V1 = "Standard_K8S2_v1",
1281
- /** StandardK8S3V1 */
1282
- StandardK8S3V1 = "Standard_K8S3_v1",
1283
- /** StandardK8S4V1 */
1284
- StandardK8S4V1 = "Standard_K8S4_v1",
1285
- /** StandardNK6 */
1286
- StandardNK6 = "Standard_NK6",
1287
- /** StandardNK12 */
1288
- StandardNK12 = "Standard_NK12",
1289
- /** StandardNV6 */
1290
- StandardNV6 = "Standard_NV6",
1291
- /** StandardNV12 */
1292
- StandardNV12 = "Standard_NV12",
1293
- /** StandardK8S5V1 */
1294
- StandardK8S5V1 = "Standard_K8S5_v1",
1295
- /** Custom */
1296
- Custom = "Custom"
1297
- }
1298
- /**
1299
- * Defines values for VmSizeEnum. \
1300
- * {@link KnownVmSizeEnum} can be used interchangeably with VmSizeEnum,
1301
- * this enum contains the known values that the service supports.
1302
- * ### Known values supported by the service
1303
- * **Default** \
1304
- * **Standard_A2_v2** \
1305
- * **Standard_A4_v2** \
1306
- * **Standard_D2s_v3** \
1307
- * **Standard_D4s_v3** \
1308
- * **Standard_D8s_v3** \
1309
- * **Standard_D16s_v3** \
1310
- * **Standard_D32s_v3** \
1311
- * **Standard_DS2_v2** \
1312
- * **Standard_DS3_v2** \
1313
- * **Standard_DS4_v2** \
1314
- * **Standard_DS5_v2** \
1315
- * **Standard_DS13_v2** \
1316
- * **Standard_K8S_v1** \
1317
- * **Standard_K8S2_v1** \
1318
- * **Standard_K8S3_v1** \
1319
- * **Standard_K8S4_v1** \
1320
- * **Standard_NK6** \
1321
- * **Standard_NK12** \
1322
- * **Standard_NV6** \
1323
- * **Standard_NV12** \
1324
- * **Standard_K8S5_v1** \
1325
- * **Custom**
1326
- */
1327
- export type VmSizeEnum = string;
1328
- /** Known values of {@link SecurityTypes} that the service accepts. */
1329
- export declare enum KnownSecurityTypes {
1330
- /** TrustedLaunch */
1331
- TrustedLaunch = "TrustedLaunch",
1332
- /** ConfidentialVM */
1333
- ConfidentialVM = "ConfidentialVM"
1334
- }
1335
- /**
1336
- * Defines values for SecurityTypes. \
1337
- * {@link KnownSecurityTypes} can be used interchangeably with SecurityTypes,
1338
- * this enum contains the known values that the service supports.
1339
- * ### Known values supported by the service
1340
- * **TrustedLaunch** \
1341
- * **ConfidentialVM**
1342
- */
1343
- export type SecurityTypes = string;
1344
- /** Known values of {@link StatusLevelTypes} that the service accepts. */
1345
- export declare enum KnownStatusLevelTypes {
1346
- /** Info */
1347
- Info = "Info",
1348
- /** Warning */
1349
- Warning = "Warning",
1350
- /** Error */
1351
- Error = "Error"
1352
- }
1353
- /**
1354
- * Defines values for StatusLevelTypes. \
1355
- * {@link KnownStatusLevelTypes} can be used interchangeably with StatusLevelTypes,
1356
- * this enum contains the known values that the service supports.
1357
- * ### Known values supported by the service
1358
- * **Info** \
1359
- * **Warning** \
1360
- * **Error**
1361
- */
1362
- export type StatusLevelTypes = string;
1363
- /** Known values of {@link PowerStateEnum} that the service accepts. */
1364
- export declare enum KnownPowerStateEnum {
1365
- /** Deallocated */
1366
- Deallocated = "Deallocated",
1367
- /** Deallocating */
1368
- Deallocating = "Deallocating",
1369
- /** Running */
1370
- Running = "Running",
1371
- /** Starting */
1372
- Starting = "Starting",
1373
- /** Stopped */
1374
- Stopped = "Stopped",
1375
- /** Stopping */
1376
- Stopping = "Stopping",
1377
- /** Unknown */
1378
- Unknown = "Unknown"
1379
- }
1380
- /**
1381
- * Defines values for PowerStateEnum. \
1382
- * {@link KnownPowerStateEnum} can be used interchangeably with PowerStateEnum,
1383
- * this enum contains the known values that the service supports.
1384
- * ### Known values supported by the service
1385
- * **Deallocated** \
1386
- * **Deallocating** \
1387
- * **Running** \
1388
- * **Starting** \
1389
- * **Stopped** \
1390
- * **Stopping** \
1391
- * **Unknown**
1392
- */
1393
- export type PowerStateEnum = string;
1394
- /** Known values of {@link StatusTypes} that the service accepts. */
1395
- export declare enum KnownStatusTypes {
1396
- /** Succeeded */
1397
- Succeeded = "Succeeded",
1398
- /** InProgress */
1399
- InProgress = "InProgress",
1400
- /** Failed */
1401
- Failed = "Failed"
1402
- }
1403
- /**
1404
- * Defines values for StatusTypes. \
1405
- * {@link KnownStatusTypes} can be used interchangeably with StatusTypes,
1406
- * this enum contains the known values that the service supports.
1407
- * ### Known values supported by the service
1408
- * **Succeeded** \
1409
- * **InProgress** \
1410
- * **Failed**
1411
- */
1412
- export type StatusTypes = string;
1413
- /** Known values of {@link ProvisioningAction} that the service accepts. */
1414
- export declare enum KnownProvisioningAction {
1415
- /** Install */
1416
- Install = "install",
1417
- /** Uninstall */
1418
- Uninstall = "uninstall",
1419
- /** Repair */
1420
- Repair = "repair"
1421
- }
1422
- /**
1423
- * Defines values for ProvisioningAction. \
1424
- * {@link KnownProvisioningAction} can be used interchangeably with ProvisioningAction,
1425
- * this enum contains the known values that the service supports.
1426
- * ### Known values supported by the service
1427
- * **install** \
1428
- * **uninstall** \
1429
- * **repair**
1430
- */
1431
- export type ProvisioningAction = string;
1432
- /** Defines values for OperatingSystemTypes. */
1433
- export type OperatingSystemTypes = "Windows" | "Linux";
1434
- /** Defines values for IPPoolTypeEnum. */
1435
- export type IPPoolTypeEnum = "vm" | "vippool";
1436
- /** Optional parameters. */
1437
- export interface GalleryImagesGetOptionalParams extends coreClient.OperationOptions {
1438
- }
1439
- /** Contains response data for the get operation. */
1440
- export type GalleryImagesGetResponse = GalleryImages;
1441
- /** Optional parameters. */
1442
- export interface GalleryImagesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1443
- /** Delay to wait until next poll, in milliseconds. */
1444
- updateIntervalInMs?: number;
1445
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1446
- resumeFrom?: string;
1447
- }
1448
- /** Contains response data for the createOrUpdate operation. */
1449
- export type GalleryImagesCreateOrUpdateResponse = GalleryImages;
1450
- /** Optional parameters. */
1451
- export interface GalleryImagesDeleteOptionalParams extends coreClient.OperationOptions {
1452
- /** Delay to wait until next poll, in milliseconds. */
1453
- updateIntervalInMs?: number;
1454
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1455
- resumeFrom?: string;
1456
- }
1457
- /** Contains response data for the delete operation. */
1458
- export type GalleryImagesDeleteResponse = GalleryImagesDeleteHeaders;
1459
- /** Optional parameters. */
1460
- export interface GalleryImagesUpdateOptionalParams extends coreClient.OperationOptions {
1461
- /** Delay to wait until next poll, in milliseconds. */
1462
- updateIntervalInMs?: number;
1463
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1464
- resumeFrom?: string;
1465
- }
1466
- /** Contains response data for the update operation. */
1467
- export type GalleryImagesUpdateResponse = GalleryImages;
1468
- /** Optional parameters. */
1469
- export interface GalleryImagesListOptionalParams extends coreClient.OperationOptions {
1470
- }
1471
- /** Contains response data for the list operation. */
1472
- export type GalleryImagesListResponse = GalleryImagesListResult;
1473
- /** Optional parameters. */
1474
- export interface GalleryImagesListAllOptionalParams extends coreClient.OperationOptions {
1475
- }
1476
- /** Contains response data for the listAll operation. */
1477
- export type GalleryImagesListAllResponse = GalleryImagesListResult;
1478
- /** Optional parameters. */
1479
- export interface GalleryImagesListNextOptionalParams extends coreClient.OperationOptions {
1480
- }
1481
- /** Contains response data for the listNext operation. */
1482
- export type GalleryImagesListNextResponse = GalleryImagesListResult;
1483
- /** Optional parameters. */
1484
- export interface GalleryImagesListAllNextOptionalParams extends coreClient.OperationOptions {
1485
- }
1486
- /** Contains response data for the listAllNext operation. */
1487
- export type GalleryImagesListAllNextResponse = GalleryImagesListResult;
1488
- /** Optional parameters. */
1489
- export interface OperationsListOptionalParams extends coreClient.OperationOptions {
1490
- }
1491
- /** Contains response data for the list operation. */
1492
- export type OperationsListResponse = OperationListResult;
1493
- /** Optional parameters. */
1494
- export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
1495
- }
1496
- /** Contains response data for the listNext operation. */
1497
- export type OperationsListNextResponse = OperationListResult;
1498
- /** Optional parameters. */
1499
- export interface LogicalNetworksGetOptionalParams extends coreClient.OperationOptions {
1500
- }
1501
- /** Contains response data for the get operation. */
1502
- export type LogicalNetworksGetResponse = LogicalNetworks;
1503
- /** Optional parameters. */
1504
- export interface LogicalNetworksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1505
- /** Delay to wait until next poll, in milliseconds. */
1506
- updateIntervalInMs?: number;
1507
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1508
- resumeFrom?: string;
1509
- }
1510
- /** Contains response data for the createOrUpdate operation. */
1511
- export type LogicalNetworksCreateOrUpdateResponse = LogicalNetworks;
1512
- /** Optional parameters. */
1513
- export interface LogicalNetworksDeleteOptionalParams extends coreClient.OperationOptions {
1514
- /** Delay to wait until next poll, in milliseconds. */
1515
- updateIntervalInMs?: number;
1516
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1517
- resumeFrom?: string;
1518
- }
1519
- /** Contains response data for the delete operation. */
1520
- export type LogicalNetworksDeleteResponse = LogicalNetworksDeleteHeaders;
1521
- /** Optional parameters. */
1522
- export interface LogicalNetworksUpdateOptionalParams extends coreClient.OperationOptions {
1523
- /** Delay to wait until next poll, in milliseconds. */
1524
- updateIntervalInMs?: number;
1525
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1526
- resumeFrom?: string;
1527
- }
1528
- /** Contains response data for the update operation. */
1529
- export type LogicalNetworksUpdateResponse = LogicalNetworks;
1530
- /** Optional parameters. */
1531
- export interface LogicalNetworksListOptionalParams extends coreClient.OperationOptions {
1532
- }
1533
- /** Contains response data for the list operation. */
1534
- export type LogicalNetworksListResponse = LogicalNetworksListResult;
1535
- /** Optional parameters. */
1536
- export interface LogicalNetworksListAllOptionalParams extends coreClient.OperationOptions {
1537
- }
1538
- /** Contains response data for the listAll operation. */
1539
- export type LogicalNetworksListAllResponse = LogicalNetworksListResult;
1540
- /** Optional parameters. */
1541
- export interface LogicalNetworksListNextOptionalParams extends coreClient.OperationOptions {
1542
- }
1543
- /** Contains response data for the listNext operation. */
1544
- export type LogicalNetworksListNextResponse = LogicalNetworksListResult;
1545
- /** Optional parameters. */
1546
- export interface LogicalNetworksListAllNextOptionalParams extends coreClient.OperationOptions {
1547
- }
1548
- /** Contains response data for the listAllNext operation. */
1549
- export type LogicalNetworksListAllNextResponse = LogicalNetworksListResult;
1550
- /** Optional parameters. */
1551
- export interface MarketplaceGalleryImagesGetOptionalParams extends coreClient.OperationOptions {
1552
- }
1553
- /** Contains response data for the get operation. */
1554
- export type MarketplaceGalleryImagesGetResponse = MarketplaceGalleryImages;
1555
- /** Optional parameters. */
1556
- export interface MarketplaceGalleryImagesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1557
- /** Delay to wait until next poll, in milliseconds. */
1558
- updateIntervalInMs?: number;
1559
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1560
- resumeFrom?: string;
1561
- }
1562
- /** Contains response data for the createOrUpdate operation. */
1563
- export type MarketplaceGalleryImagesCreateOrUpdateResponse = MarketplaceGalleryImages;
1564
- /** Optional parameters. */
1565
- export interface MarketplaceGalleryImagesDeleteOptionalParams extends coreClient.OperationOptions {
1566
- /** Delay to wait until next poll, in milliseconds. */
1567
- updateIntervalInMs?: number;
1568
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1569
- resumeFrom?: string;
1570
- }
1571
- /** Contains response data for the delete operation. */
1572
- export type MarketplaceGalleryImagesDeleteResponse = MarketplaceGalleryImagesDeleteHeaders;
1573
- /** Optional parameters. */
1574
- export interface MarketplaceGalleryImagesUpdateOptionalParams extends coreClient.OperationOptions {
1575
- /** Delay to wait until next poll, in milliseconds. */
1576
- updateIntervalInMs?: number;
1577
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1578
- resumeFrom?: string;
1579
- }
1580
- /** Contains response data for the update operation. */
1581
- export type MarketplaceGalleryImagesUpdateResponse = MarketplaceGalleryImages;
1582
- /** Optional parameters. */
1583
- export interface MarketplaceGalleryImagesListOptionalParams extends coreClient.OperationOptions {
1584
- }
1585
- /** Contains response data for the list operation. */
1586
- export type MarketplaceGalleryImagesListResponse = MarketplaceGalleryImagesListResult;
1587
- /** Optional parameters. */
1588
- export interface MarketplaceGalleryImagesListAllOptionalParams extends coreClient.OperationOptions {
1589
- }
1590
- /** Contains response data for the listAll operation. */
1591
- export type MarketplaceGalleryImagesListAllResponse = MarketplaceGalleryImagesListResult;
1592
- /** Optional parameters. */
1593
- export interface MarketplaceGalleryImagesListNextOptionalParams extends coreClient.OperationOptions {
1594
- }
1595
- /** Contains response data for the listNext operation. */
1596
- export type MarketplaceGalleryImagesListNextResponse = MarketplaceGalleryImagesListResult;
1597
- /** Optional parameters. */
1598
- export interface MarketplaceGalleryImagesListAllNextOptionalParams extends coreClient.OperationOptions {
1599
- }
1600
- /** Contains response data for the listAllNext operation. */
1601
- export type MarketplaceGalleryImagesListAllNextResponse = MarketplaceGalleryImagesListResult;
1602
- /** Optional parameters. */
1603
- export interface NetworkInterfacesGetOptionalParams extends coreClient.OperationOptions {
1604
- }
1605
- /** Contains response data for the get operation. */
1606
- export type NetworkInterfacesGetResponse = NetworkInterfaces;
1607
- /** Optional parameters. */
1608
- export interface NetworkInterfacesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1609
- /** Delay to wait until next poll, in milliseconds. */
1610
- updateIntervalInMs?: number;
1611
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1612
- resumeFrom?: string;
1613
- }
1614
- /** Contains response data for the createOrUpdate operation. */
1615
- export type NetworkInterfacesCreateOrUpdateResponse = NetworkInterfaces;
1616
- /** Optional parameters. */
1617
- export interface NetworkInterfacesDeleteOptionalParams extends coreClient.OperationOptions {
1618
- /** Delay to wait until next poll, in milliseconds. */
1619
- updateIntervalInMs?: number;
1620
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1621
- resumeFrom?: string;
1622
- }
1623
- /** Contains response data for the delete operation. */
1624
- export type NetworkInterfacesDeleteResponse = NetworkInterfacesDeleteHeaders;
1625
- /** Optional parameters. */
1626
- export interface NetworkInterfacesUpdateOptionalParams extends coreClient.OperationOptions {
1627
- /** Delay to wait until next poll, in milliseconds. */
1628
- updateIntervalInMs?: number;
1629
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1630
- resumeFrom?: string;
1631
- }
1632
- /** Contains response data for the update operation. */
1633
- export type NetworkInterfacesUpdateResponse = NetworkInterfaces;
1634
- /** Optional parameters. */
1635
- export interface NetworkInterfacesListOptionalParams extends coreClient.OperationOptions {
1636
- }
1637
- /** Contains response data for the list operation. */
1638
- export type NetworkInterfacesListResponse = NetworkInterfacesListResult;
1639
- /** Optional parameters. */
1640
- export interface NetworkInterfacesListAllOptionalParams extends coreClient.OperationOptions {
1641
- }
1642
- /** Contains response data for the listAll operation. */
1643
- export type NetworkInterfacesListAllResponse = NetworkInterfacesListResult;
1644
- /** Optional parameters. */
1645
- export interface NetworkInterfacesListNextOptionalParams extends coreClient.OperationOptions {
1646
- }
1647
- /** Contains response data for the listNext operation. */
1648
- export type NetworkInterfacesListNextResponse = NetworkInterfacesListResult;
1649
- /** Optional parameters. */
1650
- export interface NetworkInterfacesListAllNextOptionalParams extends coreClient.OperationOptions {
1651
- }
1652
- /** Contains response data for the listAllNext operation. */
1653
- export type NetworkInterfacesListAllNextResponse = NetworkInterfacesListResult;
1654
- /** Optional parameters. */
1655
- export interface StorageContainersGetOptionalParams extends coreClient.OperationOptions {
1656
- }
1657
- /** Contains response data for the get operation. */
1658
- export type StorageContainersGetResponse = StorageContainers;
1659
- /** Optional parameters. */
1660
- export interface StorageContainersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1661
- /** Delay to wait until next poll, in milliseconds. */
1662
- updateIntervalInMs?: number;
1663
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1664
- resumeFrom?: string;
1665
- }
1666
- /** Contains response data for the createOrUpdate operation. */
1667
- export type StorageContainersCreateOrUpdateResponse = StorageContainers;
1668
- /** Optional parameters. */
1669
- export interface StorageContainersDeleteOptionalParams extends coreClient.OperationOptions {
1670
- /** Delay to wait until next poll, in milliseconds. */
1671
- updateIntervalInMs?: number;
1672
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1673
- resumeFrom?: string;
1674
- }
1675
- /** Contains response data for the delete operation. */
1676
- export type StorageContainersDeleteResponse = StorageContainersDeleteHeaders;
1677
- /** Optional parameters. */
1678
- export interface StorageContainersUpdateOptionalParams extends coreClient.OperationOptions {
1679
- /** Delay to wait until next poll, in milliseconds. */
1680
- updateIntervalInMs?: number;
1681
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1682
- resumeFrom?: string;
1683
- }
1684
- /** Contains response data for the update operation. */
1685
- export type StorageContainersUpdateResponse = StorageContainers;
1686
- /** Optional parameters. */
1687
- export interface StorageContainersListOptionalParams extends coreClient.OperationOptions {
1688
- }
1689
- /** Contains response data for the list operation. */
1690
- export type StorageContainersListResponse = StorageContainersListResult;
1691
- /** Optional parameters. */
1692
- export interface StorageContainersListAllOptionalParams extends coreClient.OperationOptions {
1693
- }
1694
- /** Contains response data for the listAll operation. */
1695
- export type StorageContainersListAllResponse = StorageContainersListResult;
1696
- /** Optional parameters. */
1697
- export interface StorageContainersListNextOptionalParams extends coreClient.OperationOptions {
1698
- }
1699
- /** Contains response data for the listNext operation. */
1700
- export type StorageContainersListNextResponse = StorageContainersListResult;
1701
- /** Optional parameters. */
1702
- export interface StorageContainersListAllNextOptionalParams extends coreClient.OperationOptions {
1703
- }
1704
- /** Contains response data for the listAllNext operation. */
1705
- export type StorageContainersListAllNextResponse = StorageContainersListResult;
1706
- /** Optional parameters. */
1707
- export interface VirtualHardDisksGetOptionalParams extends coreClient.OperationOptions {
1708
- }
1709
- /** Contains response data for the get operation. */
1710
- export type VirtualHardDisksGetResponse = VirtualHardDisks;
1711
- /** Optional parameters. */
1712
- export interface VirtualHardDisksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1713
- /** Delay to wait until next poll, in milliseconds. */
1714
- updateIntervalInMs?: number;
1715
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1716
- resumeFrom?: string;
1717
- }
1718
- /** Contains response data for the createOrUpdate operation. */
1719
- export type VirtualHardDisksCreateOrUpdateResponse = VirtualHardDisks;
1720
- /** Optional parameters. */
1721
- export interface VirtualHardDisksDeleteOptionalParams extends coreClient.OperationOptions {
1722
- /** Delay to wait until next poll, in milliseconds. */
1723
- updateIntervalInMs?: number;
1724
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1725
- resumeFrom?: string;
1726
- }
1727
- /** Contains response data for the delete operation. */
1728
- export type VirtualHardDisksDeleteResponse = VirtualHardDisksDeleteHeaders;
1729
- /** Optional parameters. */
1730
- export interface VirtualHardDisksUpdateOptionalParams extends coreClient.OperationOptions {
1731
- /** Delay to wait until next poll, in milliseconds. */
1732
- updateIntervalInMs?: number;
1733
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1734
- resumeFrom?: string;
1735
- }
1736
- /** Contains response data for the update operation. */
1737
- export type VirtualHardDisksUpdateResponse = VirtualHardDisks;
1738
- /** Optional parameters. */
1739
- export interface VirtualHardDisksListOptionalParams extends coreClient.OperationOptions {
1740
- }
1741
- /** Contains response data for the list operation. */
1742
- export type VirtualHardDisksListResponse = VirtualHardDisksListResult;
1743
- /** Optional parameters. */
1744
- export interface VirtualHardDisksListAllOptionalParams extends coreClient.OperationOptions {
1745
- }
1746
- /** Contains response data for the listAll operation. */
1747
- export type VirtualHardDisksListAllResponse = VirtualHardDisksListResult;
1748
- /** Optional parameters. */
1749
- export interface VirtualHardDisksListNextOptionalParams extends coreClient.OperationOptions {
1750
- }
1751
- /** Contains response data for the listNext operation. */
1752
- export type VirtualHardDisksListNextResponse = VirtualHardDisksListResult;
1753
- /** Optional parameters. */
1754
- export interface VirtualHardDisksListAllNextOptionalParams extends coreClient.OperationOptions {
1755
- }
1756
- /** Contains response data for the listAllNext operation. */
1757
- export type VirtualHardDisksListAllNextResponse = VirtualHardDisksListResult;
1758
- /** Optional parameters. */
1759
- export interface VirtualMachineInstancesGetOptionalParams extends coreClient.OperationOptions {
1760
- }
1761
- /** Contains response data for the get operation. */
1762
- export type VirtualMachineInstancesGetResponse = VirtualMachineInstance;
1763
- /** Optional parameters. */
1764
- export interface VirtualMachineInstancesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1765
- /** Delay to wait until next poll, in milliseconds. */
1766
- updateIntervalInMs?: number;
1767
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1768
- resumeFrom?: string;
1769
- }
1770
- /** Contains response data for the createOrUpdate operation. */
1771
- export type VirtualMachineInstancesCreateOrUpdateResponse = VirtualMachineInstance;
1772
- /** Optional parameters. */
1773
- export interface VirtualMachineInstancesDeleteOptionalParams extends coreClient.OperationOptions {
1774
- /** Delay to wait until next poll, in milliseconds. */
1775
- updateIntervalInMs?: number;
1776
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1777
- resumeFrom?: string;
1778
- }
1779
- /** Contains response data for the delete operation. */
1780
- export type VirtualMachineInstancesDeleteResponse = VirtualMachineInstancesDeleteHeaders;
1781
- /** Optional parameters. */
1782
- export interface VirtualMachineInstancesUpdateOptionalParams extends coreClient.OperationOptions {
1783
- /** Delay to wait until next poll, in milliseconds. */
1784
- updateIntervalInMs?: number;
1785
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1786
- resumeFrom?: string;
1787
- }
1788
- /** Contains response data for the update operation. */
1789
- export type VirtualMachineInstancesUpdateResponse = VirtualMachineInstance;
1790
- /** Optional parameters. */
1791
- export interface VirtualMachineInstancesStartOptionalParams extends coreClient.OperationOptions {
1792
- /** Delay to wait until next poll, in milliseconds. */
1793
- updateIntervalInMs?: number;
1794
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1795
- resumeFrom?: string;
1796
- }
1797
- /** Contains response data for the start operation. */
1798
- export type VirtualMachineInstancesStartResponse = VirtualMachineInstance;
1799
- /** Optional parameters. */
1800
- export interface VirtualMachineInstancesStopOptionalParams extends coreClient.OperationOptions {
1801
- /** Delay to wait until next poll, in milliseconds. */
1802
- updateIntervalInMs?: number;
1803
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1804
- resumeFrom?: string;
1805
- }
1806
- /** Contains response data for the stop operation. */
1807
- export type VirtualMachineInstancesStopResponse = VirtualMachineInstance;
1808
- /** Optional parameters. */
1809
- export interface VirtualMachineInstancesRestartOptionalParams extends coreClient.OperationOptions {
1810
- /** Delay to wait until next poll, in milliseconds. */
1811
- updateIntervalInMs?: number;
1812
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1813
- resumeFrom?: string;
1814
- }
1815
- /** Contains response data for the restart operation. */
1816
- export type VirtualMachineInstancesRestartResponse = VirtualMachineInstance;
1817
- /** Optional parameters. */
1818
- export interface VirtualMachineInstancesListOptionalParams extends coreClient.OperationOptions {
1819
- }
1820
- /** Contains response data for the list operation. */
1821
- export type VirtualMachineInstancesListResponse = VirtualMachineInstanceListResult;
1822
- /** Optional parameters. */
1823
- export interface VirtualMachineInstancesListNextOptionalParams extends coreClient.OperationOptions {
1824
- }
1825
- /** Contains response data for the listNext operation. */
1826
- export type VirtualMachineInstancesListNextResponse = VirtualMachineInstanceListResult;
1827
- /** Optional parameters. */
1828
- export interface HybridIdentityMetadataGetOptionalParams extends coreClient.OperationOptions {
1829
- }
1830
- /** Contains response data for the get operation. */
1831
- export type HybridIdentityMetadataGetResponse = HybridIdentityMetadata;
1832
- /** Optional parameters. */
1833
- export interface HybridIdentityMetadataListOptionalParams extends coreClient.OperationOptions {
1834
- }
1835
- /** Contains response data for the list operation. */
1836
- export type HybridIdentityMetadataListResponse = HybridIdentityMetadataList;
1837
- /** Optional parameters. */
1838
- export interface HybridIdentityMetadataListNextOptionalParams extends coreClient.OperationOptions {
1839
- }
1840
- /** Contains response data for the listNext operation. */
1841
- export type HybridIdentityMetadataListNextResponse = HybridIdentityMetadataList;
1842
- /** Optional parameters. */
1843
- export interface GuestAgentCreateOptionalParams extends coreClient.OperationOptions {
1844
- /** Request payload. */
1845
- body?: GuestAgent;
1846
- /** Delay to wait until next poll, in milliseconds. */
1847
- updateIntervalInMs?: number;
1848
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1849
- resumeFrom?: string;
1850
- }
1851
- /** Contains response data for the create operation. */
1852
- export type GuestAgentCreateResponse = GuestAgent;
1853
- /** Optional parameters. */
1854
- export interface GuestAgentGetOptionalParams extends coreClient.OperationOptions {
1855
- }
1856
- /** Contains response data for the get operation. */
1857
- export type GuestAgentGetResponse = GuestAgent;
1858
- /** Optional parameters. */
1859
- export interface GuestAgentDeleteOptionalParams extends coreClient.OperationOptions {
1860
- /** Delay to wait until next poll, in milliseconds. */
1861
- updateIntervalInMs?: number;
1862
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1863
- resumeFrom?: string;
1864
- }
1865
- /** Contains response data for the delete operation. */
1866
- export type GuestAgentDeleteResponse = GuestAgentDeleteHeaders;
1867
- /** Optional parameters. */
1868
- export interface GuestAgentsListOptionalParams extends coreClient.OperationOptions {
1869
- }
1870
- /** Contains response data for the list operation. */
1871
- export type GuestAgentsListResponse = GuestAgentList;
1872
- /** Optional parameters. */
1873
- export interface GuestAgentsListNextOptionalParams extends coreClient.OperationOptions {
1874
- }
1875
- /** Contains response data for the listNext operation. */
1876
- export type GuestAgentsListNextResponse = GuestAgentList;
1877
- /** Optional parameters. */
1878
- export interface AzureStackHCIClientOptionalParams extends coreClient.ServiceClientOptions {
1879
- /** server parameter */
1880
- $host?: string;
1881
- /** Api Version */
1882
- apiVersion?: string;
1883
- /** Overrides client endpoint. */
1884
- endpoint?: string;
1885
- }
1886
- //# sourceMappingURL=index.d.ts.map