@azure/arm-azurestackhci 4.0.0-beta.2 → 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 (974) hide show
  1. package/CHANGELOG.md +11 -1
  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.js.map +1 -0
  16. package/dist/browser/models/mappers.js +5276 -0
  17. package/dist/browser/models/mappers.js.map +1 -0
  18. package/dist/browser/models/parameters.js +302 -0
  19. package/dist/browser/models/parameters.js.map +1 -0
  20. package/dist/browser/operations/arcSettings.d.ts +129 -0
  21. package/dist/browser/operations/arcSettings.d.ts.map +1 -0
  22. package/dist/browser/operations/arcSettings.js +555 -0
  23. package/dist/browser/operations/arcSettings.js.map +1 -0
  24. package/dist/browser/operations/clusters.d.ts +169 -0
  25. package/dist/browser/operations/clusters.d.ts.map +1 -0
  26. package/dist/browser/operations/clusters.js +851 -0
  27. package/dist/browser/operations/clusters.js.map +1 -0
  28. package/dist/browser/operations/deploymentSettings.d.ts +81 -0
  29. package/dist/browser/operations/deploymentSettings.d.ts.map +1 -0
  30. package/dist/browser/operations/deploymentSettings.js +357 -0
  31. package/dist/browser/operations/deploymentSettings.js.map +1 -0
  32. package/dist/browser/operations/edgeDevices.d.ts +89 -0
  33. package/dist/browser/operations/edgeDevices.d.ts.map +1 -0
  34. package/dist/browser/operations/edgeDevices.js +420 -0
  35. package/dist/browser/operations/edgeDevices.js.map +1 -0
  36. package/dist/browser/operations/extensions.d.ts +129 -0
  37. package/dist/browser/operations/extensions.d.ts.map +1 -0
  38. package/dist/browser/operations/extensions.js +575 -0
  39. package/dist/browser/operations/extensions.js.map +1 -0
  40. package/dist/browser/operations/index.d.ts +14 -0
  41. package/dist/browser/operations/index.d.ts.map +1 -0
  42. package/dist/browser/operations/index.js +21 -0
  43. package/dist/browser/operations/index.js.map +1 -0
  44. package/dist/browser/operations/offers.d.ts +74 -0
  45. package/dist/browser/operations/offers.d.ts.map +1 -0
  46. package/dist/browser/operations/offers.js +279 -0
  47. package/dist/browser/operations/offers.js.map +1 -0
  48. package/dist/browser/operations/operations.d.ts +18 -0
  49. package/dist/browser/operations/operations.d.ts.map +1 -0
  50. package/dist/browser/operations/operations.js +47 -0
  51. package/dist/browser/operations/operations.js.map +1 -0
  52. package/dist/browser/operations/publishers.d.ts +46 -0
  53. package/dist/browser/operations/publishers.d.ts.map +1 -0
  54. package/dist/browser/operations/publishers.js +165 -0
  55. package/dist/browser/operations/publishers.js.map +1 -0
  56. package/dist/browser/operations/securitySettings.d.ts +81 -0
  57. package/dist/browser/operations/securitySettings.d.ts.map +1 -0
  58. package/dist/browser/operations/securitySettings.js +357 -0
  59. package/dist/browser/operations/securitySettings.js.map +1 -0
  60. package/dist/browser/operations/skus.d.ts +54 -0
  61. package/dist/browser/operations/skus.d.ts.map +1 -0
  62. package/dist/browser/operations/skus.js +193 -0
  63. package/dist/browser/operations/skus.js.map +1 -0
  64. package/dist/browser/operations/updateRuns.d.ts +79 -0
  65. package/dist/browser/operations/updateRuns.d.ts.map +1 -0
  66. package/dist/browser/operations/updateRuns.js +309 -0
  67. package/dist/browser/operations/updateRuns.js.map +1 -0
  68. package/dist/browser/operations/updateSummariesOperations.d.ts +68 -0
  69. package/dist/browser/operations/updateSummariesOperations.d.ts.map +1 -0
  70. package/dist/browser/operations/updateSummariesOperations.js +277 -0
  71. package/dist/browser/operations/updateSummariesOperations.js.map +1 -0
  72. package/dist/browser/operations/updates.d.ts +88 -0
  73. package/dist/browser/operations/updates.d.ts.map +1 -0
  74. package/dist/browser/operations/updates.js +366 -0
  75. package/dist/browser/operations/updates.js.map +1 -0
  76. package/dist/browser/operationsInterfaces/arcSettings.d.ts +104 -0
  77. package/dist/browser/operationsInterfaces/arcSettings.d.ts.map +1 -0
  78. package/dist/browser/operationsInterfaces/arcSettings.js.map +1 -0
  79. package/dist/browser/operationsInterfaces/clusters.d.ts +133 -0
  80. package/dist/browser/operationsInterfaces/clusters.d.ts.map +1 -0
  81. package/dist/browser/operationsInterfaces/clusters.js.map +1 -0
  82. package/dist/browser/operationsInterfaces/deploymentSettings.d.ts +56 -0
  83. package/dist/browser/operationsInterfaces/deploymentSettings.d.ts.map +1 -0
  84. package/dist/browser/operationsInterfaces/deploymentSettings.js.map +1 -0
  85. package/dist/browser/operationsInterfaces/edgeDevices.d.ts +66 -0
  86. package/dist/browser/operationsInterfaces/edgeDevices.d.ts.map +1 -0
  87. package/dist/browser/operationsInterfaces/edgeDevices.js.map +1 -0
  88. package/dist/browser/operationsInterfaces/extensions.d.ts +102 -0
  89. package/dist/browser/operationsInterfaces/extensions.d.ts.map +1 -0
  90. package/dist/browser/operationsInterfaces/extensions.js.map +1 -0
  91. package/dist/browser/operationsInterfaces/index.d.ts +14 -0
  92. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  93. package/dist/browser/operationsInterfaces/index.js +21 -0
  94. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  95. package/dist/browser/operationsInterfaces/offers.d.ts +30 -0
  96. package/dist/browser/operationsInterfaces/offers.d.ts.map +1 -0
  97. package/dist/browser/operationsInterfaces/offers.js.map +1 -0
  98. package/dist/browser/operationsInterfaces/operations.d.ts +10 -0
  99. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  100. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  101. package/dist/browser/operationsInterfaces/publishers.d.ts +21 -0
  102. package/dist/browser/operationsInterfaces/publishers.d.ts.map +1 -0
  103. package/dist/browser/operationsInterfaces/publishers.js.map +1 -0
  104. package/dist/browser/operationsInterfaces/securitySettings.d.ts +56 -0
  105. package/dist/browser/operationsInterfaces/securitySettings.d.ts.map +1 -0
  106. package/dist/browser/operationsInterfaces/securitySettings.js.map +1 -0
  107. package/dist/browser/operationsInterfaces/skus.d.ts +25 -0
  108. package/dist/browser/operationsInterfaces/skus.d.ts.map +1 -0
  109. package/dist/browser/operationsInterfaces/skus.js.map +1 -0
  110. package/dist/browser/operationsInterfaces/updateRuns.d.ts +52 -0
  111. package/dist/browser/operationsInterfaces/updateRuns.d.ts.map +1 -0
  112. package/dist/browser/operationsInterfaces/updateRuns.js.map +1 -0
  113. package/dist/browser/operationsInterfaces/updateSummariesOperations.d.ts +43 -0
  114. package/dist/browser/operationsInterfaces/updateSummariesOperations.d.ts.map +1 -0
  115. package/dist/browser/operationsInterfaces/updateSummariesOperations.js.map +1 -0
  116. package/dist/browser/operationsInterfaces/updates.d.ts +63 -0
  117. package/dist/browser/operationsInterfaces/updates.d.ts.map +1 -0
  118. package/dist/browser/operationsInterfaces/updates.js.map +1 -0
  119. package/dist/browser/package.json +3 -0
  120. package/dist/browser/pagingHelper.js +30 -0
  121. package/dist/browser/pagingHelper.js.map +1 -0
  122. package/dist/commonjs/azureStackHCIClient.d.ts +33 -0
  123. package/dist/commonjs/azureStackHCIClient.d.ts.map +1 -0
  124. package/dist/commonjs/azureStackHCIClient.js +133 -0
  125. package/dist/commonjs/azureStackHCIClient.js.map +1 -0
  126. package/dist/commonjs/index.d.ts +5 -0
  127. package/dist/commonjs/index.d.ts.map +1 -0
  128. package/dist/commonjs/index.js +19 -0
  129. package/dist/commonjs/index.js.map +1 -0
  130. package/dist/commonjs/lroImpl.d.ts +11 -0
  131. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  132. package/dist/commonjs/lroImpl.js +21 -0
  133. package/dist/commonjs/lroImpl.js.map +1 -0
  134. package/dist/commonjs/models/index.d.ts +3822 -0
  135. package/dist/commonjs/models/index.d.ts.map +1 -0
  136. package/dist/commonjs/models/index.js +635 -0
  137. package/dist/commonjs/models/index.js.map +1 -0
  138. package/dist/commonjs/models/mappers.d.ts +147 -0
  139. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  140. package/dist/commonjs/models/mappers.js +5281 -0
  141. package/dist/commonjs/models/mappers.js.map +1 -0
  142. package/dist/commonjs/models/parameters.d.ts +40 -0
  143. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  144. package/dist/commonjs/models/parameters.js +305 -0
  145. package/dist/commonjs/models/parameters.js.map +1 -0
  146. package/dist/commonjs/operations/arcSettings.d.ts +129 -0
  147. package/dist/commonjs/operations/arcSettings.d.ts.map +1 -0
  148. package/dist/commonjs/operations/arcSettings.js +560 -0
  149. package/dist/commonjs/operations/arcSettings.js.map +1 -0
  150. package/dist/commonjs/operations/clusters.d.ts +169 -0
  151. package/dist/commonjs/operations/clusters.d.ts.map +1 -0
  152. package/dist/commonjs/operations/clusters.js +856 -0
  153. package/dist/commonjs/operations/clusters.js.map +1 -0
  154. package/dist/commonjs/operations/deploymentSettings.d.ts +81 -0
  155. package/dist/commonjs/operations/deploymentSettings.d.ts.map +1 -0
  156. package/dist/commonjs/operations/deploymentSettings.js +362 -0
  157. package/dist/commonjs/operations/deploymentSettings.js.map +1 -0
  158. package/dist/commonjs/operations/edgeDevices.d.ts +89 -0
  159. package/dist/commonjs/operations/edgeDevices.d.ts.map +1 -0
  160. package/dist/commonjs/operations/edgeDevices.js +425 -0
  161. package/dist/commonjs/operations/edgeDevices.js.map +1 -0
  162. package/dist/commonjs/operations/extensions.d.ts +129 -0
  163. package/dist/commonjs/operations/extensions.d.ts.map +1 -0
  164. package/dist/commonjs/operations/extensions.js +580 -0
  165. package/dist/commonjs/operations/extensions.js.map +1 -0
  166. package/dist/commonjs/operations/index.d.ts +14 -0
  167. package/dist/commonjs/operations/index.d.ts.map +1 -0
  168. package/dist/commonjs/operations/index.js +24 -0
  169. package/dist/commonjs/operations/index.js.map +1 -0
  170. package/dist/commonjs/operations/offers.d.ts +74 -0
  171. package/dist/commonjs/operations/offers.d.ts.map +1 -0
  172. package/dist/commonjs/operations/offers.js +284 -0
  173. package/dist/commonjs/operations/offers.js.map +1 -0
  174. package/dist/commonjs/operations/operations.d.ts +18 -0
  175. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  176. package/dist/commonjs/operations/operations.js +52 -0
  177. package/dist/commonjs/operations/operations.js.map +1 -0
  178. package/dist/commonjs/operations/publishers.d.ts +46 -0
  179. package/dist/commonjs/operations/publishers.d.ts.map +1 -0
  180. package/dist/commonjs/operations/publishers.js +170 -0
  181. package/dist/commonjs/operations/publishers.js.map +1 -0
  182. package/dist/commonjs/operations/securitySettings.d.ts +81 -0
  183. package/dist/commonjs/operations/securitySettings.d.ts.map +1 -0
  184. package/dist/commonjs/operations/securitySettings.js +362 -0
  185. package/dist/commonjs/operations/securitySettings.js.map +1 -0
  186. package/dist/commonjs/operations/skus.d.ts +54 -0
  187. package/dist/commonjs/operations/skus.d.ts.map +1 -0
  188. package/dist/commonjs/operations/skus.js +198 -0
  189. package/dist/commonjs/operations/skus.js.map +1 -0
  190. package/dist/commonjs/operations/updateRuns.d.ts +79 -0
  191. package/dist/commonjs/operations/updateRuns.d.ts.map +1 -0
  192. package/dist/commonjs/operations/updateRuns.js +314 -0
  193. package/dist/commonjs/operations/updateRuns.js.map +1 -0
  194. package/dist/commonjs/operations/updateSummariesOperations.d.ts +68 -0
  195. package/dist/commonjs/operations/updateSummariesOperations.d.ts.map +1 -0
  196. package/dist/commonjs/operations/updateSummariesOperations.js +282 -0
  197. package/dist/commonjs/operations/updateSummariesOperations.js.map +1 -0
  198. package/dist/commonjs/operations/updates.d.ts +88 -0
  199. package/dist/commonjs/operations/updates.d.ts.map +1 -0
  200. package/dist/commonjs/operations/updates.js +371 -0
  201. package/dist/commonjs/operations/updates.js.map +1 -0
  202. package/dist/commonjs/operationsInterfaces/arcSettings.d.ts +104 -0
  203. package/dist/commonjs/operationsInterfaces/arcSettings.d.ts.map +1 -0
  204. package/dist/commonjs/operationsInterfaces/arcSettings.js +10 -0
  205. package/dist/commonjs/operationsInterfaces/arcSettings.js.map +1 -0
  206. package/dist/commonjs/operationsInterfaces/clusters.d.ts +133 -0
  207. package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +1 -0
  208. package/dist/commonjs/operationsInterfaces/clusters.js +10 -0
  209. package/dist/commonjs/operationsInterfaces/clusters.js.map +1 -0
  210. package/dist/commonjs/operationsInterfaces/deploymentSettings.d.ts +56 -0
  211. package/dist/commonjs/operationsInterfaces/deploymentSettings.d.ts.map +1 -0
  212. package/dist/commonjs/operationsInterfaces/deploymentSettings.js +10 -0
  213. package/dist/commonjs/operationsInterfaces/deploymentSettings.js.map +1 -0
  214. package/dist/commonjs/operationsInterfaces/edgeDevices.d.ts +66 -0
  215. package/dist/commonjs/operationsInterfaces/edgeDevices.d.ts.map +1 -0
  216. package/dist/commonjs/operationsInterfaces/edgeDevices.js +10 -0
  217. package/dist/commonjs/operationsInterfaces/edgeDevices.js.map +1 -0
  218. package/dist/commonjs/operationsInterfaces/extensions.d.ts +102 -0
  219. package/dist/commonjs/operationsInterfaces/extensions.d.ts.map +1 -0
  220. package/dist/commonjs/operationsInterfaces/extensions.js +10 -0
  221. package/dist/commonjs/operationsInterfaces/extensions.js.map +1 -0
  222. package/dist/commonjs/operationsInterfaces/index.d.ts +14 -0
  223. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  224. package/dist/commonjs/operationsInterfaces/index.js +24 -0
  225. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  226. package/dist/commonjs/operationsInterfaces/offers.d.ts +30 -0
  227. package/dist/commonjs/operationsInterfaces/offers.d.ts.map +1 -0
  228. package/dist/commonjs/operationsInterfaces/offers.js +10 -0
  229. package/dist/commonjs/operationsInterfaces/offers.js.map +1 -0
  230. package/dist/commonjs/operationsInterfaces/operations.d.ts +10 -0
  231. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  232. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  233. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  234. package/dist/commonjs/operationsInterfaces/publishers.d.ts +21 -0
  235. package/dist/commonjs/operationsInterfaces/publishers.d.ts.map +1 -0
  236. package/dist/commonjs/operationsInterfaces/publishers.js +10 -0
  237. package/dist/commonjs/operationsInterfaces/publishers.js.map +1 -0
  238. package/dist/commonjs/operationsInterfaces/securitySettings.d.ts +56 -0
  239. package/dist/commonjs/operationsInterfaces/securitySettings.d.ts.map +1 -0
  240. package/dist/commonjs/operationsInterfaces/securitySettings.js +10 -0
  241. package/dist/commonjs/operationsInterfaces/securitySettings.js.map +1 -0
  242. package/dist/commonjs/operationsInterfaces/skus.d.ts +25 -0
  243. package/dist/commonjs/operationsInterfaces/skus.d.ts.map +1 -0
  244. package/dist/commonjs/operationsInterfaces/skus.js +10 -0
  245. package/dist/commonjs/operationsInterfaces/skus.js.map +1 -0
  246. package/dist/commonjs/operationsInterfaces/updateRuns.d.ts +52 -0
  247. package/dist/commonjs/operationsInterfaces/updateRuns.d.ts.map +1 -0
  248. package/dist/commonjs/operationsInterfaces/updateRuns.js +10 -0
  249. package/dist/commonjs/operationsInterfaces/updateRuns.js.map +1 -0
  250. package/dist/commonjs/operationsInterfaces/updateSummariesOperations.d.ts +43 -0
  251. package/dist/commonjs/operationsInterfaces/updateSummariesOperations.d.ts.map +1 -0
  252. package/dist/commonjs/operationsInterfaces/updateSummariesOperations.js +10 -0
  253. package/dist/commonjs/operationsInterfaces/updateSummariesOperations.js.map +1 -0
  254. package/dist/commonjs/operationsInterfaces/updates.d.ts +63 -0
  255. package/dist/commonjs/operationsInterfaces/updates.d.ts.map +1 -0
  256. package/dist/commonjs/operationsInterfaces/updates.js +10 -0
  257. package/dist/commonjs/operationsInterfaces/updates.js.map +1 -0
  258. package/dist/commonjs/package.json +3 -0
  259. package/dist/commonjs/pagingHelper.d.ts +13 -0
  260. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  261. package/dist/commonjs/pagingHelper.js +34 -0
  262. package/dist/commonjs/pagingHelper.js.map +1 -0
  263. package/dist/commonjs/tsdoc-metadata.json +11 -0
  264. package/dist/esm/azureStackHCIClient.d.ts +33 -0
  265. package/dist/esm/azureStackHCIClient.d.ts.map +1 -0
  266. package/dist/esm/azureStackHCIClient.js +128 -0
  267. package/dist/esm/azureStackHCIClient.js.map +1 -0
  268. package/dist/esm/index.d.ts +5 -0
  269. package/dist/esm/index.d.ts.map +1 -0
  270. package/dist/esm/index.js +13 -0
  271. package/dist/esm/index.js.map +1 -0
  272. package/dist/esm/lroImpl.d.ts +11 -0
  273. package/dist/esm/lroImpl.d.ts.map +1 -0
  274. package/dist/esm/lroImpl.js +18 -0
  275. package/dist/esm/lroImpl.js.map +1 -0
  276. package/dist/esm/models/index.d.ts +3822 -0
  277. package/dist/esm/models/index.d.ts.map +1 -0
  278. package/dist/esm/models/index.js +632 -0
  279. package/dist/esm/models/index.js.map +1 -0
  280. package/dist/esm/models/mappers.d.ts +147 -0
  281. package/dist/esm/models/mappers.d.ts.map +1 -0
  282. package/dist/esm/models/mappers.js +5276 -0
  283. package/dist/esm/models/mappers.js.map +1 -0
  284. package/dist/esm/models/parameters.d.ts +40 -0
  285. package/dist/esm/models/parameters.d.ts.map +1 -0
  286. package/dist/esm/models/parameters.js +302 -0
  287. package/dist/esm/models/parameters.js.map +1 -0
  288. package/dist/esm/operations/arcSettings.d.ts +129 -0
  289. package/dist/esm/operations/arcSettings.d.ts.map +1 -0
  290. package/dist/esm/operations/arcSettings.js +555 -0
  291. package/dist/esm/operations/arcSettings.js.map +1 -0
  292. package/dist/esm/operations/clusters.d.ts +169 -0
  293. package/dist/esm/operations/clusters.d.ts.map +1 -0
  294. package/dist/esm/operations/clusters.js +851 -0
  295. package/dist/esm/operations/clusters.js.map +1 -0
  296. package/dist/esm/operations/deploymentSettings.d.ts +81 -0
  297. package/dist/esm/operations/deploymentSettings.d.ts.map +1 -0
  298. package/dist/esm/operations/deploymentSettings.js +357 -0
  299. package/dist/esm/operations/deploymentSettings.js.map +1 -0
  300. package/dist/esm/operations/edgeDevices.d.ts +89 -0
  301. package/dist/esm/operations/edgeDevices.d.ts.map +1 -0
  302. package/dist/esm/operations/edgeDevices.js +420 -0
  303. package/dist/esm/operations/edgeDevices.js.map +1 -0
  304. package/dist/esm/operations/extensions.d.ts +129 -0
  305. package/dist/esm/operations/extensions.d.ts.map +1 -0
  306. package/dist/esm/operations/extensions.js +575 -0
  307. package/dist/esm/operations/extensions.js.map +1 -0
  308. package/dist/esm/operations/index.d.ts +14 -0
  309. package/dist/esm/operations/index.d.ts.map +1 -0
  310. package/dist/esm/operations/index.js +21 -0
  311. package/dist/esm/operations/index.js.map +1 -0
  312. package/dist/esm/operations/offers.d.ts +74 -0
  313. package/dist/esm/operations/offers.d.ts.map +1 -0
  314. package/dist/esm/operations/offers.js +279 -0
  315. package/dist/esm/operations/offers.js.map +1 -0
  316. package/dist/esm/operations/operations.d.ts +18 -0
  317. package/dist/esm/operations/operations.d.ts.map +1 -0
  318. package/dist/esm/operations/operations.js +47 -0
  319. package/dist/esm/operations/operations.js.map +1 -0
  320. package/dist/esm/operations/publishers.d.ts +46 -0
  321. package/dist/esm/operations/publishers.d.ts.map +1 -0
  322. package/dist/esm/operations/publishers.js +165 -0
  323. package/dist/esm/operations/publishers.js.map +1 -0
  324. package/dist/esm/operations/securitySettings.d.ts +81 -0
  325. package/dist/esm/operations/securitySettings.d.ts.map +1 -0
  326. package/dist/esm/operations/securitySettings.js +357 -0
  327. package/dist/esm/operations/securitySettings.js.map +1 -0
  328. package/dist/esm/operations/skus.d.ts +54 -0
  329. package/dist/esm/operations/skus.d.ts.map +1 -0
  330. package/dist/esm/operations/skus.js +193 -0
  331. package/dist/esm/operations/skus.js.map +1 -0
  332. package/dist/esm/operations/updateRuns.d.ts +79 -0
  333. package/dist/esm/operations/updateRuns.d.ts.map +1 -0
  334. package/dist/esm/operations/updateRuns.js +309 -0
  335. package/dist/esm/operations/updateRuns.js.map +1 -0
  336. package/dist/esm/operations/updateSummariesOperations.d.ts +68 -0
  337. package/dist/esm/operations/updateSummariesOperations.d.ts.map +1 -0
  338. package/dist/esm/operations/updateSummariesOperations.js +277 -0
  339. package/dist/esm/operations/updateSummariesOperations.js.map +1 -0
  340. package/dist/esm/operations/updates.d.ts +88 -0
  341. package/dist/esm/operations/updates.d.ts.map +1 -0
  342. package/dist/esm/operations/updates.js +366 -0
  343. package/dist/esm/operations/updates.js.map +1 -0
  344. package/dist/esm/operationsInterfaces/arcSettings.d.ts +104 -0
  345. package/dist/esm/operationsInterfaces/arcSettings.d.ts.map +1 -0
  346. package/dist/esm/operationsInterfaces/arcSettings.js +9 -0
  347. package/dist/esm/operationsInterfaces/arcSettings.js.map +1 -0
  348. package/dist/esm/operationsInterfaces/clusters.d.ts +133 -0
  349. package/dist/esm/operationsInterfaces/clusters.d.ts.map +1 -0
  350. package/dist/esm/operationsInterfaces/clusters.js +9 -0
  351. package/dist/esm/operationsInterfaces/clusters.js.map +1 -0
  352. package/dist/esm/operationsInterfaces/deploymentSettings.d.ts +56 -0
  353. package/dist/esm/operationsInterfaces/deploymentSettings.d.ts.map +1 -0
  354. package/dist/esm/operationsInterfaces/deploymentSettings.js +9 -0
  355. package/dist/esm/operationsInterfaces/deploymentSettings.js.map +1 -0
  356. package/dist/esm/operationsInterfaces/edgeDevices.d.ts +66 -0
  357. package/dist/esm/operationsInterfaces/edgeDevices.d.ts.map +1 -0
  358. package/dist/esm/operationsInterfaces/edgeDevices.js +9 -0
  359. package/dist/esm/operationsInterfaces/edgeDevices.js.map +1 -0
  360. package/dist/esm/operationsInterfaces/extensions.d.ts +102 -0
  361. package/dist/esm/operationsInterfaces/extensions.d.ts.map +1 -0
  362. package/dist/esm/operationsInterfaces/extensions.js +9 -0
  363. package/dist/esm/operationsInterfaces/extensions.js.map +1 -0
  364. package/dist/esm/operationsInterfaces/index.d.ts +14 -0
  365. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  366. package/dist/esm/operationsInterfaces/index.js +21 -0
  367. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  368. package/dist/esm/operationsInterfaces/offers.d.ts +30 -0
  369. package/dist/esm/operationsInterfaces/offers.d.ts.map +1 -0
  370. package/dist/esm/operationsInterfaces/offers.js +9 -0
  371. package/dist/esm/operationsInterfaces/offers.js.map +1 -0
  372. package/dist/esm/operationsInterfaces/operations.d.ts +10 -0
  373. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  374. package/dist/esm/operationsInterfaces/operations.js +9 -0
  375. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  376. package/dist/esm/operationsInterfaces/publishers.d.ts +21 -0
  377. package/dist/esm/operationsInterfaces/publishers.d.ts.map +1 -0
  378. package/dist/esm/operationsInterfaces/publishers.js +9 -0
  379. package/dist/esm/operationsInterfaces/publishers.js.map +1 -0
  380. package/dist/esm/operationsInterfaces/securitySettings.d.ts +56 -0
  381. package/dist/esm/operationsInterfaces/securitySettings.d.ts.map +1 -0
  382. package/dist/esm/operationsInterfaces/securitySettings.js +9 -0
  383. package/dist/esm/operationsInterfaces/securitySettings.js.map +1 -0
  384. package/dist/esm/operationsInterfaces/skus.d.ts +25 -0
  385. package/dist/esm/operationsInterfaces/skus.d.ts.map +1 -0
  386. package/dist/esm/operationsInterfaces/skus.js +9 -0
  387. package/dist/esm/operationsInterfaces/skus.js.map +1 -0
  388. package/dist/esm/operationsInterfaces/updateRuns.d.ts +52 -0
  389. package/dist/esm/operationsInterfaces/updateRuns.d.ts.map +1 -0
  390. package/dist/esm/operationsInterfaces/updateRuns.js +9 -0
  391. package/dist/esm/operationsInterfaces/updateRuns.js.map +1 -0
  392. package/dist/esm/operationsInterfaces/updateSummariesOperations.d.ts +43 -0
  393. package/dist/esm/operationsInterfaces/updateSummariesOperations.d.ts.map +1 -0
  394. package/dist/esm/operationsInterfaces/updateSummariesOperations.js +9 -0
  395. package/dist/esm/operationsInterfaces/updateSummariesOperations.js.map +1 -0
  396. package/dist/esm/operationsInterfaces/updates.d.ts +63 -0
  397. package/dist/esm/operationsInterfaces/updates.d.ts.map +1 -0
  398. package/dist/esm/operationsInterfaces/updates.js +9 -0
  399. package/dist/esm/operationsInterfaces/updates.js.map +1 -0
  400. package/dist/esm/package.json +3 -0
  401. package/dist/esm/pagingHelper.d.ts +13 -0
  402. package/dist/esm/pagingHelper.d.ts.map +1 -0
  403. package/dist/esm/pagingHelper.js +30 -0
  404. package/dist/esm/pagingHelper.js.map +1 -0
  405. package/dist/react-native/azureStackHCIClient.d.ts +33 -0
  406. package/dist/react-native/azureStackHCIClient.d.ts.map +1 -0
  407. package/dist/react-native/azureStackHCIClient.js +128 -0
  408. package/dist/react-native/azureStackHCIClient.js.map +1 -0
  409. package/dist/react-native/index.d.ts +5 -0
  410. package/dist/react-native/index.d.ts.map +1 -0
  411. package/dist/react-native/index.js +13 -0
  412. package/dist/react-native/index.js.map +1 -0
  413. package/dist/react-native/lroImpl.d.ts +11 -0
  414. package/dist/react-native/lroImpl.d.ts.map +1 -0
  415. package/dist/react-native/lroImpl.js +18 -0
  416. package/dist/react-native/lroImpl.js.map +1 -0
  417. package/dist/react-native/models/index.d.ts +3822 -0
  418. package/dist/react-native/models/index.d.ts.map +1 -0
  419. package/dist/react-native/models/index.js +632 -0
  420. package/dist/react-native/models/index.js.map +1 -0
  421. package/dist/react-native/models/mappers.d.ts +147 -0
  422. package/dist/react-native/models/mappers.d.ts.map +1 -0
  423. package/dist/react-native/models/mappers.js +5276 -0
  424. package/dist/react-native/models/mappers.js.map +1 -0
  425. package/dist/react-native/models/parameters.d.ts +40 -0
  426. package/dist/react-native/models/parameters.d.ts.map +1 -0
  427. package/dist/react-native/models/parameters.js +302 -0
  428. package/dist/react-native/models/parameters.js.map +1 -0
  429. package/dist/react-native/operations/arcSettings.d.ts +129 -0
  430. package/dist/react-native/operations/arcSettings.d.ts.map +1 -0
  431. package/dist/react-native/operations/arcSettings.js +555 -0
  432. package/dist/react-native/operations/arcSettings.js.map +1 -0
  433. package/dist/react-native/operations/clusters.d.ts +169 -0
  434. package/dist/react-native/operations/clusters.d.ts.map +1 -0
  435. package/dist/react-native/operations/clusters.js +851 -0
  436. package/dist/react-native/operations/clusters.js.map +1 -0
  437. package/dist/react-native/operations/deploymentSettings.d.ts +81 -0
  438. package/dist/react-native/operations/deploymentSettings.d.ts.map +1 -0
  439. package/dist/react-native/operations/deploymentSettings.js +357 -0
  440. package/dist/react-native/operations/deploymentSettings.js.map +1 -0
  441. package/dist/react-native/operations/edgeDevices.d.ts +89 -0
  442. package/dist/react-native/operations/edgeDevices.d.ts.map +1 -0
  443. package/dist/react-native/operations/edgeDevices.js +420 -0
  444. package/dist/react-native/operations/edgeDevices.js.map +1 -0
  445. package/dist/react-native/operations/extensions.d.ts +129 -0
  446. package/dist/react-native/operations/extensions.d.ts.map +1 -0
  447. package/dist/react-native/operations/extensions.js +575 -0
  448. package/dist/react-native/operations/extensions.js.map +1 -0
  449. package/dist/react-native/operations/index.d.ts +14 -0
  450. package/dist/react-native/operations/index.d.ts.map +1 -0
  451. package/dist/react-native/operations/index.js +21 -0
  452. package/dist/react-native/operations/index.js.map +1 -0
  453. package/dist/react-native/operations/offers.d.ts +74 -0
  454. package/dist/react-native/operations/offers.d.ts.map +1 -0
  455. package/dist/react-native/operations/offers.js +279 -0
  456. package/dist/react-native/operations/offers.js.map +1 -0
  457. package/dist/react-native/operations/operations.d.ts +18 -0
  458. package/dist/react-native/operations/operations.d.ts.map +1 -0
  459. package/dist/react-native/operations/operations.js +47 -0
  460. package/dist/react-native/operations/operations.js.map +1 -0
  461. package/dist/react-native/operations/publishers.d.ts +46 -0
  462. package/dist/react-native/operations/publishers.d.ts.map +1 -0
  463. package/dist/react-native/operations/publishers.js +165 -0
  464. package/dist/react-native/operations/publishers.js.map +1 -0
  465. package/dist/react-native/operations/securitySettings.d.ts +81 -0
  466. package/dist/react-native/operations/securitySettings.d.ts.map +1 -0
  467. package/dist/react-native/operations/securitySettings.js +357 -0
  468. package/dist/react-native/operations/securitySettings.js.map +1 -0
  469. package/dist/react-native/operations/skus.d.ts +54 -0
  470. package/dist/react-native/operations/skus.d.ts.map +1 -0
  471. package/dist/react-native/operations/skus.js +193 -0
  472. package/dist/react-native/operations/skus.js.map +1 -0
  473. package/dist/react-native/operations/updateRuns.d.ts +79 -0
  474. package/dist/react-native/operations/updateRuns.d.ts.map +1 -0
  475. package/dist/react-native/operations/updateRuns.js +309 -0
  476. package/dist/react-native/operations/updateRuns.js.map +1 -0
  477. package/dist/react-native/operations/updateSummariesOperations.d.ts +68 -0
  478. package/dist/react-native/operations/updateSummariesOperations.d.ts.map +1 -0
  479. package/dist/react-native/operations/updateSummariesOperations.js +277 -0
  480. package/dist/react-native/operations/updateSummariesOperations.js.map +1 -0
  481. package/dist/react-native/operations/updates.d.ts +88 -0
  482. package/dist/react-native/operations/updates.d.ts.map +1 -0
  483. package/dist/react-native/operations/updates.js +366 -0
  484. package/dist/react-native/operations/updates.js.map +1 -0
  485. package/dist/react-native/operationsInterfaces/arcSettings.d.ts +104 -0
  486. package/dist/react-native/operationsInterfaces/arcSettings.d.ts.map +1 -0
  487. package/dist/react-native/operationsInterfaces/arcSettings.js +9 -0
  488. package/dist/react-native/operationsInterfaces/arcSettings.js.map +1 -0
  489. package/dist/react-native/operationsInterfaces/clusters.d.ts +133 -0
  490. package/dist/react-native/operationsInterfaces/clusters.d.ts.map +1 -0
  491. package/dist/react-native/operationsInterfaces/clusters.js +9 -0
  492. package/dist/react-native/operationsInterfaces/clusters.js.map +1 -0
  493. package/dist/react-native/operationsInterfaces/deploymentSettings.d.ts +56 -0
  494. package/dist/react-native/operationsInterfaces/deploymentSettings.d.ts.map +1 -0
  495. package/dist/react-native/operationsInterfaces/deploymentSettings.js +9 -0
  496. package/dist/react-native/operationsInterfaces/deploymentSettings.js.map +1 -0
  497. package/dist/react-native/operationsInterfaces/edgeDevices.d.ts +66 -0
  498. package/dist/react-native/operationsInterfaces/edgeDevices.d.ts.map +1 -0
  499. package/dist/react-native/operationsInterfaces/edgeDevices.js +9 -0
  500. package/dist/react-native/operationsInterfaces/edgeDevices.js.map +1 -0
  501. package/dist/react-native/operationsInterfaces/extensions.d.ts +102 -0
  502. package/dist/react-native/operationsInterfaces/extensions.d.ts.map +1 -0
  503. package/dist/react-native/operationsInterfaces/extensions.js +9 -0
  504. package/dist/react-native/operationsInterfaces/extensions.js.map +1 -0
  505. package/dist/react-native/operationsInterfaces/index.d.ts +14 -0
  506. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  507. package/dist/react-native/operationsInterfaces/index.js +21 -0
  508. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  509. package/dist/react-native/operationsInterfaces/offers.d.ts +30 -0
  510. package/dist/react-native/operationsInterfaces/offers.d.ts.map +1 -0
  511. package/dist/react-native/operationsInterfaces/offers.js +9 -0
  512. package/dist/react-native/operationsInterfaces/offers.js.map +1 -0
  513. package/dist/react-native/operationsInterfaces/operations.d.ts +10 -0
  514. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  515. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  516. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  517. package/dist/react-native/operationsInterfaces/publishers.d.ts +21 -0
  518. package/dist/react-native/operationsInterfaces/publishers.d.ts.map +1 -0
  519. package/dist/react-native/operationsInterfaces/publishers.js +9 -0
  520. package/dist/react-native/operationsInterfaces/publishers.js.map +1 -0
  521. package/dist/react-native/operationsInterfaces/securitySettings.d.ts +56 -0
  522. package/dist/react-native/operationsInterfaces/securitySettings.d.ts.map +1 -0
  523. package/dist/react-native/operationsInterfaces/securitySettings.js +9 -0
  524. package/dist/react-native/operationsInterfaces/securitySettings.js.map +1 -0
  525. package/dist/react-native/operationsInterfaces/skus.d.ts +25 -0
  526. package/dist/react-native/operationsInterfaces/skus.d.ts.map +1 -0
  527. package/dist/react-native/operationsInterfaces/skus.js +9 -0
  528. package/dist/react-native/operationsInterfaces/skus.js.map +1 -0
  529. package/dist/react-native/operationsInterfaces/updateRuns.d.ts +52 -0
  530. package/dist/react-native/operationsInterfaces/updateRuns.d.ts.map +1 -0
  531. package/dist/react-native/operationsInterfaces/updateRuns.js +9 -0
  532. package/dist/react-native/operationsInterfaces/updateRuns.js.map +1 -0
  533. package/dist/react-native/operationsInterfaces/updateSummariesOperations.d.ts +43 -0
  534. package/dist/react-native/operationsInterfaces/updateSummariesOperations.d.ts.map +1 -0
  535. package/dist/react-native/operationsInterfaces/updateSummariesOperations.js +9 -0
  536. package/dist/react-native/operationsInterfaces/updateSummariesOperations.js.map +1 -0
  537. package/dist/react-native/operationsInterfaces/updates.d.ts +63 -0
  538. package/dist/react-native/operationsInterfaces/updates.d.ts.map +1 -0
  539. package/dist/react-native/operationsInterfaces/updates.js +9 -0
  540. package/dist/react-native/operationsInterfaces/updates.js.map +1 -0
  541. package/dist/react-native/package.json +3 -0
  542. package/dist/react-native/pagingHelper.d.ts +13 -0
  543. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  544. package/dist/react-native/pagingHelper.js +30 -0
  545. package/dist/react-native/pagingHelper.js.map +1 -0
  546. package/package.json +87 -73
  547. package/review/arm-azurestackhci-node.api.md +2416 -0
  548. package/dist/index.js +0 -11263
  549. package/dist/index.js.map +0 -1
  550. package/dist/index.min.js +0 -1
  551. package/dist/index.min.js.map +0 -1
  552. package/dist-esm/samples-dev/arcSettingsConsentAndInstallDefaultExtensionsSample.d.ts +0 -2
  553. package/dist-esm/samples-dev/arcSettingsConsentAndInstallDefaultExtensionsSample.d.ts.map +0 -1
  554. package/dist-esm/samples-dev/arcSettingsConsentAndInstallDefaultExtensionsSample.js +0 -40
  555. package/dist-esm/samples-dev/arcSettingsConsentAndInstallDefaultExtensionsSample.js.map +0 -1
  556. package/dist-esm/samples-dev/arcSettingsCreateIdentitySample.d.ts +0 -2
  557. package/dist-esm/samples-dev/arcSettingsCreateIdentitySample.d.ts.map +0 -1
  558. package/dist-esm/samples-dev/arcSettingsCreateIdentitySample.js +0 -40
  559. package/dist-esm/samples-dev/arcSettingsCreateIdentitySample.js.map +0 -1
  560. package/dist-esm/samples-dev/arcSettingsCreateSample.d.ts +0 -2
  561. package/dist-esm/samples-dev/arcSettingsCreateSample.d.ts.map +0 -1
  562. package/dist-esm/samples-dev/arcSettingsCreateSample.js +0 -41
  563. package/dist-esm/samples-dev/arcSettingsCreateSample.js.map +0 -1
  564. package/dist-esm/samples-dev/arcSettingsDeleteSample.d.ts +0 -2
  565. package/dist-esm/samples-dev/arcSettingsDeleteSample.d.ts.map +0 -1
  566. package/dist-esm/samples-dev/arcSettingsDeleteSample.js +0 -40
  567. package/dist-esm/samples-dev/arcSettingsDeleteSample.js.map +0 -1
  568. package/dist-esm/samples-dev/arcSettingsGeneratePasswordSample.d.ts +0 -2
  569. package/dist-esm/samples-dev/arcSettingsGeneratePasswordSample.d.ts.map +0 -1
  570. package/dist-esm/samples-dev/arcSettingsGeneratePasswordSample.js +0 -40
  571. package/dist-esm/samples-dev/arcSettingsGeneratePasswordSample.js.map +0 -1
  572. package/dist-esm/samples-dev/arcSettingsGetSample.d.ts +0 -2
  573. package/dist-esm/samples-dev/arcSettingsGetSample.d.ts.map +0 -1
  574. package/dist-esm/samples-dev/arcSettingsGetSample.js +0 -40
  575. package/dist-esm/samples-dev/arcSettingsGetSample.js.map +0 -1
  576. package/dist-esm/samples-dev/arcSettingsInitializeDisableProcessSample.d.ts +0 -2
  577. package/dist-esm/samples-dev/arcSettingsInitializeDisableProcessSample.d.ts.map +0 -1
  578. package/dist-esm/samples-dev/arcSettingsInitializeDisableProcessSample.js +0 -40
  579. package/dist-esm/samples-dev/arcSettingsInitializeDisableProcessSample.js.map +0 -1
  580. package/dist-esm/samples-dev/arcSettingsListByClusterSample.d.ts +0 -2
  581. package/dist-esm/samples-dev/arcSettingsListByClusterSample.d.ts.map +0 -1
  582. package/dist-esm/samples-dev/arcSettingsListByClusterSample.js +0 -55
  583. package/dist-esm/samples-dev/arcSettingsListByClusterSample.js.map +0 -1
  584. package/dist-esm/samples-dev/arcSettingsUpdateSample.d.ts +0 -2
  585. package/dist-esm/samples-dev/arcSettingsUpdateSample.d.ts.map +0 -1
  586. package/dist-esm/samples-dev/arcSettingsUpdateSample.js +0 -46
  587. package/dist-esm/samples-dev/arcSettingsUpdateSample.js.map +0 -1
  588. package/dist-esm/samples-dev/clustersConfigureRemoteSupportSample.d.ts +0 -2
  589. package/dist-esm/samples-dev/clustersConfigureRemoteSupportSample.d.ts.map +0 -1
  590. package/dist-esm/samples-dev/clustersConfigureRemoteSupportSample.js +0 -46
  591. package/dist-esm/samples-dev/clustersConfigureRemoteSupportSample.js.map +0 -1
  592. package/dist-esm/samples-dev/clustersCreateIdentitySample.d.ts +0 -2
  593. package/dist-esm/samples-dev/clustersCreateIdentitySample.d.ts.map +0 -1
  594. package/dist-esm/samples-dev/clustersCreateIdentitySample.js +0 -39
  595. package/dist-esm/samples-dev/clustersCreateIdentitySample.js.map +0 -1
  596. package/dist-esm/samples-dev/clustersCreateSample.d.ts +0 -2
  597. package/dist-esm/samples-dev/clustersCreateSample.d.ts.map +0 -1
  598. package/dist-esm/samples-dev/clustersCreateSample.js +0 -46
  599. package/dist-esm/samples-dev/clustersCreateSample.js.map +0 -1
  600. package/dist-esm/samples-dev/clustersDeleteSample.d.ts +0 -2
  601. package/dist-esm/samples-dev/clustersDeleteSample.d.ts.map +0 -1
  602. package/dist-esm/samples-dev/clustersDeleteSample.js +0 -39
  603. package/dist-esm/samples-dev/clustersDeleteSample.js.map +0 -1
  604. package/dist-esm/samples-dev/clustersExtendSoftwareAssuranceBenefitSample.d.ts +0 -2
  605. package/dist-esm/samples-dev/clustersExtendSoftwareAssuranceBenefitSample.d.ts.map +0 -1
  606. package/dist-esm/samples-dev/clustersExtendSoftwareAssuranceBenefitSample.js +0 -42
  607. package/dist-esm/samples-dev/clustersExtendSoftwareAssuranceBenefitSample.js.map +0 -1
  608. package/dist-esm/samples-dev/clustersGetSample.d.ts +0 -2
  609. package/dist-esm/samples-dev/clustersGetSample.d.ts.map +0 -1
  610. package/dist-esm/samples-dev/clustersGetSample.js +0 -39
  611. package/dist-esm/samples-dev/clustersGetSample.js.map +0 -1
  612. package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts +0 -2
  613. package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts.map +0 -1
  614. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +0 -54
  615. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +0 -1
  616. package/dist-esm/samples-dev/clustersListBySubscriptionSample.d.ts +0 -2
  617. package/dist-esm/samples-dev/clustersListBySubscriptionSample.d.ts.map +0 -1
  618. package/dist-esm/samples-dev/clustersListBySubscriptionSample.js +0 -53
  619. package/dist-esm/samples-dev/clustersListBySubscriptionSample.js.map +0 -1
  620. package/dist-esm/samples-dev/clustersTriggerLogCollectionSample.d.ts +0 -2
  621. package/dist-esm/samples-dev/clustersTriggerLogCollectionSample.d.ts.map +0 -1
  622. package/dist-esm/samples-dev/clustersTriggerLogCollectionSample.js +0 -45
  623. package/dist-esm/samples-dev/clustersTriggerLogCollectionSample.js.map +0 -1
  624. package/dist-esm/samples-dev/clustersUpdateSample.d.ts +0 -2
  625. package/dist-esm/samples-dev/clustersUpdateSample.d.ts.map +0 -1
  626. package/dist-esm/samples-dev/clustersUpdateSample.js +0 -48
  627. package/dist-esm/samples-dev/clustersUpdateSample.js.map +0 -1
  628. package/dist-esm/samples-dev/clustersUploadCertificateSample.d.ts +0 -2
  629. package/dist-esm/samples-dev/clustersUploadCertificateSample.d.ts.map +0 -1
  630. package/dist-esm/samples-dev/clustersUploadCertificateSample.js +0 -42
  631. package/dist-esm/samples-dev/clustersUploadCertificateSample.js.map +0 -1
  632. package/dist-esm/samples-dev/deploymentSettingsCreateOrUpdateSample.d.ts +0 -2
  633. package/dist-esm/samples-dev/deploymentSettingsCreateOrUpdateSample.d.ts.map +0 -1
  634. package/dist-esm/samples-dev/deploymentSettingsCreateOrUpdateSample.js +0 -186
  635. package/dist-esm/samples-dev/deploymentSettingsCreateOrUpdateSample.js.map +0 -1
  636. package/dist-esm/samples-dev/deploymentSettingsDeleteSample.d.ts +0 -2
  637. package/dist-esm/samples-dev/deploymentSettingsDeleteSample.d.ts.map +0 -1
  638. package/dist-esm/samples-dev/deploymentSettingsDeleteSample.js +0 -40
  639. package/dist-esm/samples-dev/deploymentSettingsDeleteSample.js.map +0 -1
  640. package/dist-esm/samples-dev/deploymentSettingsGetSample.d.ts +0 -2
  641. package/dist-esm/samples-dev/deploymentSettingsGetSample.d.ts.map +0 -1
  642. package/dist-esm/samples-dev/deploymentSettingsGetSample.js +0 -40
  643. package/dist-esm/samples-dev/deploymentSettingsGetSample.js.map +0 -1
  644. package/dist-esm/samples-dev/deploymentSettingsListByClustersSample.d.ts +0 -2
  645. package/dist-esm/samples-dev/deploymentSettingsListByClustersSample.d.ts.map +0 -1
  646. package/dist-esm/samples-dev/deploymentSettingsListByClustersSample.js +0 -55
  647. package/dist-esm/samples-dev/deploymentSettingsListByClustersSample.js.map +0 -1
  648. package/dist-esm/samples-dev/edgeDevicesCreateOrUpdateSample.d.ts +0 -2
  649. package/dist-esm/samples-dev/edgeDevicesCreateOrUpdateSample.d.ts.map +0 -1
  650. package/dist-esm/samples-dev/edgeDevicesCreateOrUpdateSample.js +0 -58
  651. package/dist-esm/samples-dev/edgeDevicesCreateOrUpdateSample.js.map +0 -1
  652. package/dist-esm/samples-dev/edgeDevicesDeleteSample.d.ts +0 -2
  653. package/dist-esm/samples-dev/edgeDevicesDeleteSample.d.ts.map +0 -1
  654. package/dist-esm/samples-dev/edgeDevicesDeleteSample.js +0 -37
  655. package/dist-esm/samples-dev/edgeDevicesDeleteSample.js.map +0 -1
  656. package/dist-esm/samples-dev/edgeDevicesGetSample.d.ts +0 -2
  657. package/dist-esm/samples-dev/edgeDevicesGetSample.d.ts.map +0 -1
  658. package/dist-esm/samples-dev/edgeDevicesGetSample.js +0 -37
  659. package/dist-esm/samples-dev/edgeDevicesGetSample.js.map +0 -1
  660. package/dist-esm/samples-dev/edgeDevicesListSample.d.ts +0 -2
  661. package/dist-esm/samples-dev/edgeDevicesListSample.d.ts.map +0 -1
  662. package/dist-esm/samples-dev/edgeDevicesListSample.js +0 -52
  663. package/dist-esm/samples-dev/edgeDevicesListSample.js.map +0 -1
  664. package/dist-esm/samples-dev/edgeDevicesValidateSample.d.ts +0 -2
  665. package/dist-esm/samples-dev/edgeDevicesValidateSample.d.ts.map +0 -1
  666. package/dist-esm/samples-dev/edgeDevicesValidateSample.js +0 -44
  667. package/dist-esm/samples-dev/edgeDevicesValidateSample.js.map +0 -1
  668. package/dist-esm/samples-dev/extensionsCreateSample.d.ts +0 -2
  669. package/dist-esm/samples-dev/extensionsCreateSample.d.ts.map +0 -1
  670. package/dist-esm/samples-dev/extensionsCreateSample.js +0 -49
  671. package/dist-esm/samples-dev/extensionsCreateSample.js.map +0 -1
  672. package/dist-esm/samples-dev/extensionsDeleteSample.d.ts +0 -2
  673. package/dist-esm/samples-dev/extensionsDeleteSample.d.ts.map +0 -1
  674. package/dist-esm/samples-dev/extensionsDeleteSample.js +0 -41
  675. package/dist-esm/samples-dev/extensionsDeleteSample.js.map +0 -1
  676. package/dist-esm/samples-dev/extensionsGetSample.d.ts +0 -2
  677. package/dist-esm/samples-dev/extensionsGetSample.d.ts.map +0 -1
  678. package/dist-esm/samples-dev/extensionsGetSample.js +0 -41
  679. package/dist-esm/samples-dev/extensionsGetSample.js.map +0 -1
  680. package/dist-esm/samples-dev/extensionsListByArcSettingSample.d.ts +0 -2
  681. package/dist-esm/samples-dev/extensionsListByArcSettingSample.d.ts.map +0 -1
  682. package/dist-esm/samples-dev/extensionsListByArcSettingSample.js +0 -56
  683. package/dist-esm/samples-dev/extensionsListByArcSettingSample.js.map +0 -1
  684. package/dist-esm/samples-dev/extensionsUpdateSample.d.ts +0 -2
  685. package/dist-esm/samples-dev/extensionsUpdateSample.d.ts.map +0 -1
  686. package/dist-esm/samples-dev/extensionsUpdateSample.js +0 -49
  687. package/dist-esm/samples-dev/extensionsUpdateSample.js.map +0 -1
  688. package/dist-esm/samples-dev/extensionsUpgradeSample.d.ts +0 -2
  689. package/dist-esm/samples-dev/extensionsUpgradeSample.d.ts.map +0 -1
  690. package/dist-esm/samples-dev/extensionsUpgradeSample.js +0 -44
  691. package/dist-esm/samples-dev/extensionsUpgradeSample.js.map +0 -1
  692. package/dist-esm/samples-dev/offersGetSample.d.ts +0 -2
  693. package/dist-esm/samples-dev/offersGetSample.d.ts.map +0 -1
  694. package/dist-esm/samples-dev/offersGetSample.js +0 -41
  695. package/dist-esm/samples-dev/offersGetSample.js.map +0 -1
  696. package/dist-esm/samples-dev/offersListByClusterSample.d.ts +0 -2
  697. package/dist-esm/samples-dev/offersListByClusterSample.d.ts.map +0 -1
  698. package/dist-esm/samples-dev/offersListByClusterSample.js +0 -55
  699. package/dist-esm/samples-dev/offersListByClusterSample.js.map +0 -1
  700. package/dist-esm/samples-dev/offersListByPublisherSample.d.ts +0 -2
  701. package/dist-esm/samples-dev/offersListByPublisherSample.d.ts.map +0 -1
  702. package/dist-esm/samples-dev/offersListByPublisherSample.js +0 -56
  703. package/dist-esm/samples-dev/offersListByPublisherSample.js.map +0 -1
  704. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  705. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  706. package/dist-esm/samples-dev/operationsListSample.js +0 -37
  707. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  708. package/dist-esm/samples-dev/publishersGetSample.d.ts +0 -2
  709. package/dist-esm/samples-dev/publishersGetSample.d.ts.map +0 -1
  710. package/dist-esm/samples-dev/publishersGetSample.js +0 -40
  711. package/dist-esm/samples-dev/publishersGetSample.js.map +0 -1
  712. package/dist-esm/samples-dev/publishersListByClusterSample.d.ts +0 -2
  713. package/dist-esm/samples-dev/publishersListByClusterSample.d.ts.map +0 -1
  714. package/dist-esm/samples-dev/publishersListByClusterSample.js +0 -55
  715. package/dist-esm/samples-dev/publishersListByClusterSample.js.map +0 -1
  716. package/dist-esm/samples-dev/securitySettingsCreateOrUpdateSample.d.ts +0 -2
  717. package/dist-esm/samples-dev/securitySettingsCreateOrUpdateSample.d.ts.map +0 -1
  718. package/dist-esm/samples-dev/securitySettingsCreateOrUpdateSample.js +0 -45
  719. package/dist-esm/samples-dev/securitySettingsCreateOrUpdateSample.js.map +0 -1
  720. package/dist-esm/samples-dev/securitySettingsDeleteSample.d.ts +0 -2
  721. package/dist-esm/samples-dev/securitySettingsDeleteSample.d.ts.map +0 -1
  722. package/dist-esm/samples-dev/securitySettingsDeleteSample.js +0 -40
  723. package/dist-esm/samples-dev/securitySettingsDeleteSample.js.map +0 -1
  724. package/dist-esm/samples-dev/securitySettingsGetSample.d.ts +0 -2
  725. package/dist-esm/samples-dev/securitySettingsGetSample.d.ts.map +0 -1
  726. package/dist-esm/samples-dev/securitySettingsGetSample.js +0 -40
  727. package/dist-esm/samples-dev/securitySettingsGetSample.js.map +0 -1
  728. package/dist-esm/samples-dev/securitySettingsListByClustersSample.d.ts +0 -2
  729. package/dist-esm/samples-dev/securitySettingsListByClustersSample.d.ts.map +0 -1
  730. package/dist-esm/samples-dev/securitySettingsListByClustersSample.js +0 -55
  731. package/dist-esm/samples-dev/securitySettingsListByClustersSample.js.map +0 -1
  732. package/dist-esm/samples-dev/skusGetSample.d.ts +0 -2
  733. package/dist-esm/samples-dev/skusGetSample.d.ts.map +0 -1
  734. package/dist-esm/samples-dev/skusGetSample.js +0 -42
  735. package/dist-esm/samples-dev/skusGetSample.js.map +0 -1
  736. package/dist-esm/samples-dev/skusListByOfferSample.d.ts +0 -2
  737. package/dist-esm/samples-dev/skusListByOfferSample.d.ts.map +0 -1
  738. package/dist-esm/samples-dev/skusListByOfferSample.js +0 -57
  739. package/dist-esm/samples-dev/skusListByOfferSample.js.map +0 -1
  740. package/dist-esm/samples-dev/updateRunsDeleteSample.d.ts +0 -2
  741. package/dist-esm/samples-dev/updateRunsDeleteSample.d.ts.map +0 -1
  742. package/dist-esm/samples-dev/updateRunsDeleteSample.js +0 -41
  743. package/dist-esm/samples-dev/updateRunsDeleteSample.js.map +0 -1
  744. package/dist-esm/samples-dev/updateRunsGetSample.d.ts +0 -2
  745. package/dist-esm/samples-dev/updateRunsGetSample.d.ts.map +0 -1
  746. package/dist-esm/samples-dev/updateRunsGetSample.js +0 -41
  747. package/dist-esm/samples-dev/updateRunsGetSample.js.map +0 -1
  748. package/dist-esm/samples-dev/updateRunsListSample.d.ts +0 -2
  749. package/dist-esm/samples-dev/updateRunsListSample.d.ts.map +0 -1
  750. package/dist-esm/samples-dev/updateRunsListSample.js +0 -56
  751. package/dist-esm/samples-dev/updateRunsListSample.js.map +0 -1
  752. package/dist-esm/samples-dev/updateRunsPutSample.d.ts +0 -2
  753. package/dist-esm/samples-dev/updateRunsPutSample.d.ts.map +0 -1
  754. package/dist-esm/samples-dev/updateRunsPutSample.js +0 -62
  755. package/dist-esm/samples-dev/updateRunsPutSample.js.map +0 -1
  756. package/dist-esm/samples-dev/updateSummariesDeleteSample.d.ts +0 -2
  757. package/dist-esm/samples-dev/updateSummariesDeleteSample.d.ts.map +0 -1
  758. package/dist-esm/samples-dev/updateSummariesDeleteSample.js +0 -39
  759. package/dist-esm/samples-dev/updateSummariesDeleteSample.js.map +0 -1
  760. package/dist-esm/samples-dev/updateSummariesGetSample.d.ts +0 -2
  761. package/dist-esm/samples-dev/updateSummariesGetSample.d.ts.map +0 -1
  762. package/dist-esm/samples-dev/updateSummariesGetSample.js +0 -39
  763. package/dist-esm/samples-dev/updateSummariesGetSample.js.map +0 -1
  764. package/dist-esm/samples-dev/updateSummariesListSample.d.ts +0 -2
  765. package/dist-esm/samples-dev/updateSummariesListSample.d.ts.map +0 -1
  766. package/dist-esm/samples-dev/updateSummariesListSample.js +0 -55
  767. package/dist-esm/samples-dev/updateSummariesListSample.js.map +0 -1
  768. package/dist-esm/samples-dev/updateSummariesPutSample.d.ts +0 -2
  769. package/dist-esm/samples-dev/updateSummariesPutSample.d.ts.map +0 -1
  770. package/dist-esm/samples-dev/updateSummariesPutSample.js +0 -47
  771. package/dist-esm/samples-dev/updateSummariesPutSample.js.map +0 -1
  772. package/dist-esm/samples-dev/updatesDeleteSample.d.ts +0 -2
  773. package/dist-esm/samples-dev/updatesDeleteSample.d.ts.map +0 -1
  774. package/dist-esm/samples-dev/updatesDeleteSample.js +0 -40
  775. package/dist-esm/samples-dev/updatesDeleteSample.js.map +0 -1
  776. package/dist-esm/samples-dev/updatesGetSample.d.ts +0 -2
  777. package/dist-esm/samples-dev/updatesGetSample.d.ts.map +0 -1
  778. package/dist-esm/samples-dev/updatesGetSample.js +0 -40
  779. package/dist-esm/samples-dev/updatesGetSample.js.map +0 -1
  780. package/dist-esm/samples-dev/updatesListSample.d.ts +0 -2
  781. package/dist-esm/samples-dev/updatesListSample.d.ts.map +0 -1
  782. package/dist-esm/samples-dev/updatesListSample.js +0 -55
  783. package/dist-esm/samples-dev/updatesListSample.js.map +0 -1
  784. package/dist-esm/samples-dev/updatesPostSample.d.ts +0 -2
  785. package/dist-esm/samples-dev/updatesPostSample.d.ts.map +0 -1
  786. package/dist-esm/samples-dev/updatesPostSample.js +0 -40
  787. package/dist-esm/samples-dev/updatesPostSample.js.map +0 -1
  788. package/dist-esm/samples-dev/updatesPutSample.d.ts +0 -2
  789. package/dist-esm/samples-dev/updatesPutSample.d.ts.map +0 -1
  790. package/dist-esm/samples-dev/updatesPutSample.js +0 -63
  791. package/dist-esm/samples-dev/updatesPutSample.js.map +0 -1
  792. package/dist-esm/src/azureStackHCIClient.d.ts +0 -33
  793. package/dist-esm/src/azureStackHCIClient.d.ts.map +0 -1
  794. package/dist-esm/src/azureStackHCIClient.js +0 -110
  795. package/dist-esm/src/azureStackHCIClient.js.map +0 -1
  796. package/dist-esm/src/index.d.ts +0 -5
  797. package/dist-esm/src/index.d.ts.map +0 -1
  798. package/dist-esm/src/index.js +0 -13
  799. package/dist-esm/src/index.js.map +0 -1
  800. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  801. package/dist-esm/src/lroImpl.js +0 -21
  802. package/dist-esm/src/lroImpl.js.map +0 -1
  803. package/dist-esm/src/models/index.js.map +0 -1
  804. package/dist-esm/src/models/mappers.js +0 -5111
  805. package/dist-esm/src/models/mappers.js.map +0 -1
  806. package/dist-esm/src/models/parameters.js +0 -302
  807. package/dist-esm/src/models/parameters.js.map +0 -1
  808. package/dist-esm/src/operations/arcSettings.d.ts +0 -129
  809. package/dist-esm/src/operations/arcSettings.d.ts.map +0 -1
  810. package/dist-esm/src/operations/arcSettings.js +0 -569
  811. package/dist-esm/src/operations/arcSettings.js.map +0 -1
  812. package/dist-esm/src/operations/clusters.d.ts +0 -169
  813. package/dist-esm/src/operations/clusters.d.ts.map +0 -1
  814. package/dist-esm/src/operations/clusters.js +0 -879
  815. package/dist-esm/src/operations/clusters.js.map +0 -1
  816. package/dist-esm/src/operations/deploymentSettings.d.ts +0 -81
  817. package/dist-esm/src/operations/deploymentSettings.d.ts.map +0 -1
  818. package/dist-esm/src/operations/deploymentSettings.js +0 -372
  819. package/dist-esm/src/operations/deploymentSettings.js.map +0 -1
  820. package/dist-esm/src/operations/edgeDevices.d.ts +0 -89
  821. package/dist-esm/src/operations/edgeDevices.d.ts.map +0 -1
  822. package/dist-esm/src/operations/edgeDevices.js +0 -434
  823. package/dist-esm/src/operations/edgeDevices.js.map +0 -1
  824. package/dist-esm/src/operations/extensions.d.ts +0 -129
  825. package/dist-esm/src/operations/extensions.d.ts.map +0 -1
  826. package/dist-esm/src/operations/extensions.js +0 -588
  827. package/dist-esm/src/operations/extensions.js.map +0 -1
  828. package/dist-esm/src/operations/index.d.ts +0 -14
  829. package/dist-esm/src/operations/index.d.ts.map +0 -1
  830. package/dist-esm/src/operations/index.js +0 -21
  831. package/dist-esm/src/operations/index.js.map +0 -1
  832. package/dist-esm/src/operations/offers.d.ts +0 -74
  833. package/dist-esm/src/operations/offers.d.ts.map +0 -1
  834. package/dist-esm/src/operations/offers.js +0 -313
  835. package/dist-esm/src/operations/offers.js.map +0 -1
  836. package/dist-esm/src/operations/operations.d.ts +0 -18
  837. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  838. package/dist-esm/src/operations/operations.js +0 -46
  839. package/dist-esm/src/operations/operations.js.map +0 -1
  840. package/dist-esm/src/operations/publishers.d.ts +0 -46
  841. package/dist-esm/src/operations/publishers.d.ts.map +0 -1
  842. package/dist-esm/src/operations/publishers.js +0 -182
  843. package/dist-esm/src/operations/publishers.js.map +0 -1
  844. package/dist-esm/src/operations/securitySettings.d.ts +0 -81
  845. package/dist-esm/src/operations/securitySettings.d.ts.map +0 -1
  846. package/dist-esm/src/operations/securitySettings.js +0 -372
  847. package/dist-esm/src/operations/securitySettings.js.map +0 -1
  848. package/dist-esm/src/operations/skus.d.ts +0 -54
  849. package/dist-esm/src/operations/skus.d.ts.map +0 -1
  850. package/dist-esm/src/operations/skus.js +0 -210
  851. package/dist-esm/src/operations/skus.js.map +0 -1
  852. package/dist-esm/src/operations/updateRuns.d.ts +0 -79
  853. package/dist-esm/src/operations/updateRuns.d.ts.map +0 -1
  854. package/dist-esm/src/operations/updateRuns.js +0 -325
  855. package/dist-esm/src/operations/updateRuns.js.map +0 -1
  856. package/dist-esm/src/operations/updateSummariesOperations.d.ts +0 -68
  857. package/dist-esm/src/operations/updateSummariesOperations.d.ts.map +0 -1
  858. package/dist-esm/src/operations/updateSummariesOperations.js +0 -293
  859. package/dist-esm/src/operations/updateSummariesOperations.js.map +0 -1
  860. package/dist-esm/src/operations/updates.d.ts +0 -88
  861. package/dist-esm/src/operations/updates.d.ts.map +0 -1
  862. package/dist-esm/src/operations/updates.js +0 -381
  863. package/dist-esm/src/operations/updates.js.map +0 -1
  864. package/dist-esm/src/operationsInterfaces/arcSettings.d.ts +0 -104
  865. package/dist-esm/src/operationsInterfaces/arcSettings.d.ts.map +0 -1
  866. package/dist-esm/src/operationsInterfaces/arcSettings.js.map +0 -1
  867. package/dist-esm/src/operationsInterfaces/clusters.d.ts +0 -133
  868. package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +0 -1
  869. package/dist-esm/src/operationsInterfaces/clusters.js.map +0 -1
  870. package/dist-esm/src/operationsInterfaces/deploymentSettings.d.ts +0 -56
  871. package/dist-esm/src/operationsInterfaces/deploymentSettings.d.ts.map +0 -1
  872. package/dist-esm/src/operationsInterfaces/deploymentSettings.js.map +0 -1
  873. package/dist-esm/src/operationsInterfaces/edgeDevices.d.ts +0 -66
  874. package/dist-esm/src/operationsInterfaces/edgeDevices.d.ts.map +0 -1
  875. package/dist-esm/src/operationsInterfaces/edgeDevices.js.map +0 -1
  876. package/dist-esm/src/operationsInterfaces/extensions.d.ts +0 -102
  877. package/dist-esm/src/operationsInterfaces/extensions.d.ts.map +0 -1
  878. package/dist-esm/src/operationsInterfaces/extensions.js.map +0 -1
  879. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -14
  880. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  881. package/dist-esm/src/operationsInterfaces/index.js +0 -21
  882. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  883. package/dist-esm/src/operationsInterfaces/offers.d.ts +0 -30
  884. package/dist-esm/src/operationsInterfaces/offers.d.ts.map +0 -1
  885. package/dist-esm/src/operationsInterfaces/offers.js.map +0 -1
  886. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -10
  887. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  888. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  889. package/dist-esm/src/operationsInterfaces/publishers.d.ts +0 -21
  890. package/dist-esm/src/operationsInterfaces/publishers.d.ts.map +0 -1
  891. package/dist-esm/src/operationsInterfaces/publishers.js.map +0 -1
  892. package/dist-esm/src/operationsInterfaces/securitySettings.d.ts +0 -56
  893. package/dist-esm/src/operationsInterfaces/securitySettings.d.ts.map +0 -1
  894. package/dist-esm/src/operationsInterfaces/securitySettings.js.map +0 -1
  895. package/dist-esm/src/operationsInterfaces/skus.d.ts +0 -25
  896. package/dist-esm/src/operationsInterfaces/skus.d.ts.map +0 -1
  897. package/dist-esm/src/operationsInterfaces/skus.js.map +0 -1
  898. package/dist-esm/src/operationsInterfaces/updateRuns.d.ts +0 -52
  899. package/dist-esm/src/operationsInterfaces/updateRuns.d.ts.map +0 -1
  900. package/dist-esm/src/operationsInterfaces/updateRuns.js.map +0 -1
  901. package/dist-esm/src/operationsInterfaces/updateSummariesOperations.d.ts +0 -43
  902. package/dist-esm/src/operationsInterfaces/updateSummariesOperations.d.ts.map +0 -1
  903. package/dist-esm/src/operationsInterfaces/updateSummariesOperations.js.map +0 -1
  904. package/dist-esm/src/operationsInterfaces/updates.d.ts +0 -63
  905. package/dist-esm/src/operationsInterfaces/updates.d.ts.map +0 -1
  906. package/dist-esm/src/operationsInterfaces/updates.js.map +0 -1
  907. package/dist-esm/src/pagingHelper.js +0 -32
  908. package/dist-esm/src/pagingHelper.js.map +0 -1
  909. package/dist-esm/test/azurestackhci_operations_test.spec.d.ts +0 -4
  910. package/dist-esm/test/azurestackhci_operations_test.spec.d.ts.map +0 -1
  911. package/dist-esm/test/azurestackhci_operations_test.spec.js +0 -56
  912. package/dist-esm/test/azurestackhci_operations_test.spec.js.map +0 -1
  913. package/review/arm-azurestackhci.api.md +0 -2417
  914. package/src/azureStackHCIClient.ts +0 -207
  915. package/src/index.ts +0 -13
  916. package/src/lroImpl.ts +0 -42
  917. package/src/models/index.ts +0 -4207
  918. package/src/models/mappers.ts +0 -5430
  919. package/src/models/parameters.ts +0 -364
  920. package/src/operations/arcSettings.ts +0 -782
  921. package/src/operations/clusters.ts +0 -1175
  922. package/src/operations/deploymentSettings.ts +0 -519
  923. package/src/operations/edgeDevices.ts +0 -583
  924. package/src/operations/extensions.ts +0 -826
  925. package/src/operations/index.ts +0 -21
  926. package/src/operations/offers.ts +0 -428
  927. package/src/operations/operations.ts +0 -59
  928. package/src/operations/publishers.ts +0 -244
  929. package/src/operations/securitySettings.ts +0 -519
  930. package/src/operations/skus.ts +0 -294
  931. package/src/operations/updateRuns.ts +0 -448
  932. package/src/operations/updateSummariesOperations.ts +0 -390
  933. package/src/operations/updates.ts +0 -511
  934. package/src/operationsInterfaces/arcSettings.ts +0 -197
  935. package/src/operationsInterfaces/clusters.ts +0 -262
  936. package/src/operationsInterfaces/deploymentSettings.ts +0 -115
  937. package/src/operationsInterfaces/edgeDevices.ts +0 -137
  938. package/src/operationsInterfaces/extensions.ts +0 -199
  939. package/src/operationsInterfaces/index.ts +0 -21
  940. package/src/operationsInterfaces/offers.ts +0 -60
  941. package/src/operationsInterfaces/operations.ts +0 -21
  942. package/src/operationsInterfaces/publishers.ts +0 -44
  943. package/src/operationsInterfaces/securitySettings.ts +0 -115
  944. package/src/operationsInterfaces/skus.ts +0 -52
  945. package/src/operationsInterfaces/updateRuns.ts +0 -99
  946. package/src/operationsInterfaces/updateSummariesOperations.ts +0 -81
  947. package/src/operationsInterfaces/updates.ts +0 -116
  948. package/src/pagingHelper.ts +0 -39
  949. package/tsconfig.json +0 -33
  950. package/types/arm-azurestackhci.d.ts +0 -4954
  951. package/types/tsdoc-metadata.json +0 -11
  952. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  953. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  954. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  955. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  956. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  957. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  958. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  959. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  960. /package/{dist-esm/src → dist/browser}/operationsInterfaces/arcSettings.js +0 -0
  961. /package/{dist-esm/src → dist/browser}/operationsInterfaces/clusters.js +0 -0
  962. /package/{dist-esm/src → dist/browser}/operationsInterfaces/deploymentSettings.js +0 -0
  963. /package/{dist-esm/src → dist/browser}/operationsInterfaces/edgeDevices.js +0 -0
  964. /package/{dist-esm/src → dist/browser}/operationsInterfaces/extensions.js +0 -0
  965. /package/{dist-esm/src → dist/browser}/operationsInterfaces/offers.js +0 -0
  966. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  967. /package/{dist-esm/src → dist/browser}/operationsInterfaces/publishers.js +0 -0
  968. /package/{dist-esm/src → dist/browser}/operationsInterfaces/securitySettings.js +0 -0
  969. /package/{dist-esm/src → dist/browser}/operationsInterfaces/skus.js +0 -0
  970. /package/{dist-esm/src → dist/browser}/operationsInterfaces/updateRuns.js +0 -0
  971. /package/{dist-esm/src → dist/browser}/operationsInterfaces/updateSummariesOperations.js +0 -0
  972. /package/{dist-esm/src → dist/browser}/operationsInterfaces/updates.js +0 -0
  973. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  974. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport type EdgeDeviceUnion = EdgeDevice | HciEdgeDevice;\n\n/** List of ArcSetting proxy resources for the HCI cluster. */\nexport interface ArcSettingList {\n /**\n * List of ArcSetting proxy resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: ArcSetting[];\n /**\n * Link to the next set of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Status of Arc agent for a particular node in HCI Cluster. */\nexport interface PerNodeState {\n /**\n * Name of the Node in HCI Cluster\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Fully qualified resource ID for the Arc agent of this node.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly arcInstance?: string;\n /**\n * The service principal id of the arc for server node\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly arcNodeServicePrincipalObjectId?: string;\n /**\n * State of Arc agent in this node.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: NodeArcState;\n}\n\n/** Properties for a particular default extension category. */\nexport interface DefaultExtensionDetails {\n /**\n * Default extension category\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly category?: string;\n /**\n * Consent time for extension category\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly consentTime?: Date;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** ArcSetting details to update. */\nexport interface ArcSettingsPatch {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** contains connectivity related configuration for ARC resources */\n connectivityProperties?: Record<string, unknown>;\n}\n\nexport interface PasswordCredential {\n secretText?: string;\n keyId?: string;\n startDateTime?: Date;\n endDateTime?: Date;\n}\n\n/** ArcIdentity details. */\nexport interface ArcIdentityResponse {\n arcApplicationClientId?: string;\n arcApplicationTenantId?: string;\n arcServicePrincipalObjectId?: string;\n arcApplicationObjectId?: string;\n}\n\n/** List of clusters. */\nexport interface ClusterList {\n /** List of clusters. */\n value?: Cluster[];\n /**\n * Link to the next set of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {\n /**\n * The principal ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The client ID of the assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n}\n\n/** Software Assurance properties of the cluster. */\nexport interface SoftwareAssuranceProperties {\n /**\n * Status of the Software Assurance for the cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly softwareAssuranceStatus?: SoftwareAssuranceStatus;\n /** Customer Intent for Software Assurance Benefit. */\n softwareAssuranceIntent?: SoftwareAssuranceIntent;\n /**\n * TimeStamp denoting the latest SA benefit applicability is validated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastUpdated?: Date;\n}\n\n/** Log Collection properties of the cluster. */\nexport interface LogCollectionProperties {\n /**\n * From DateTimeStamp from when logs need to be connected\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fromDate?: Date;\n /**\n * To DateTimeStamp till when logs need to be connected\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly toDate?: Date;\n /**\n * Recent DateTimeStamp where logs are successfully generated\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastLogGenerated?: Date;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly logCollectionSessionDetails?: LogCollectionSession[];\n}\n\n/** Log Collection Session details of the cluster. */\nexport interface LogCollectionSession {\n /**\n * Start Time of the logs when it was collected\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly logStartTime?: Date;\n /**\n * End Time of the logs when it was collected\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly logEndTime?: Date;\n /**\n * Duration of logs collected\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeCollected?: Date;\n /**\n * Size of the logs collected\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly logSize?: number;\n /**\n * LogCollection status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly logCollectionStatus?: LogCollectionStatus;\n /**\n * LogCollection job type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly logCollectionJobType?: LogCollectionJobType;\n /**\n * CorrelationId of the log collection\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly correlationId?: string;\n /**\n * End Time of the logs when it was collected\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTimeCollected?: Date;\n /**\n * Log Collection Error details of the cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly logCollectionError?: LogCollectionError;\n}\n\n/** Log Collection Error details of the cluster. */\nexport interface LogCollectionError {\n /**\n * Error Code of the log collection\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorCode?: string;\n /**\n * Error Message of the log collection\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorMessage?: string;\n}\n\n/** Remote Support properties of the cluster. */\nexport interface RemoteSupportProperties {\n /**\n * Remote Support Access Level\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accessLevel?: AccessLevel;\n /**\n * Expiration DateTimeStamp when Remote Support Access will be expired\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly expirationTimeStamp?: Date;\n /**\n * Remote Support Type for cluster\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly remoteSupportType?: RemoteSupportType;\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly remoteSupportNodeSettings?: RemoteSupportNodeSettings[];\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly remoteSupportSessionDetails?: PerNodeRemoteSupportSession[];\n}\n\n/** Remote Support Node Settings of the cluster. */\nexport interface RemoteSupportNodeSettings {\n /**\n * Arc ResourceId of the Node\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly arcResourceId?: string;\n /**\n * Remote Support Access Connection State on the Node\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: string;\n /**\n * Remote Support Enablement Request Created TimeStamp on the Node\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdAt?: Date;\n /**\n * Remote Support Enablement Request Updated TimeStamp on the Node\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updatedAt?: Date;\n /**\n * Remote Support Access Connection Status on the Node\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly connectionStatus?: string;\n /**\n * Remote Support Access Connection Error Message on the Node\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly connectionErrorMessage?: string;\n /**\n * Remote Support Transcript location on the node\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly transcriptLocation?: string;\n}\n\n/** Remote Support Node Session Details on the Node. */\nexport interface PerNodeRemoteSupportSession {\n /**\n * Remote Support Session StartTime on the Node\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sessionStartTime?: Date;\n /**\n * Remote Support Session EndTime on the Node\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sessionEndTime?: Date;\n /**\n * Name of the node\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nodeName?: string;\n /**\n * Duration of Remote Support Enablement\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly duration?: number;\n /**\n * Remote Support Access Level\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accessLevel?: AccessLevel;\n}\n\n/** Desired properties of the cluster. */\nexport interface ClusterDesiredProperties {\n /** Desired state of Windows Server Subscription. */\n windowsServerSubscription?: WindowsServerSubscription;\n /** Desired level of diagnostic data emitted by the cluster. */\n diagnosticLevel?: DiagnosticLevel;\n}\n\n/** Properties reported by cluster agent. */\nexport interface ClusterReportedProperties {\n /**\n * Name of the on-prem cluster connected to this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clusterName?: string;\n /**\n * Unique id generated by the on-prem cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clusterId?: string;\n /**\n * Version of the cluster software.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clusterVersion?: string;\n /**\n * List of nodes reported by the cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nodes?: ClusterNode[];\n /**\n * Last time the cluster reported the data.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastUpdated?: Date;\n /**\n * IMDS attestation status of the cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly imdsAttestation?: ImdsAttestation;\n /** Level of diagnostic data emitted by the cluster. */\n diagnosticLevel?: DiagnosticLevel;\n /**\n * Capabilities supported by the cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedCapabilities?: string[];\n /**\n * The node type of all the nodes of the cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clusterType?: ClusterNodeType;\n /**\n * The manufacturer of all the nodes of the cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly manufacturer?: string;\n /**\n * OEM activation status of the cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly oemActivation?: OemActivation;\n}\n\n/** Cluster node details. */\nexport interface ClusterNode {\n /**\n * Name of the cluster node.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Id of the node in the cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: number;\n /**\n * State of Windows Server Subscription.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly windowsServerSubscription?: WindowsServerSubscription;\n /**\n * Type of the cluster node hardware.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nodeType?: ClusterNodeType;\n /**\n * Edge Hardware Center Resource Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ehcResourceId?: string;\n /**\n * Manufacturer of the cluster node hardware.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly manufacturer?: string;\n /**\n * Model name of the cluster node hardware.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly model?: string;\n /**\n * Operating system running on the cluster node.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osName?: string;\n /**\n * Version of the operating system running on the cluster node.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osVersion?: string;\n /**\n * Display version of the operating system running on the cluster node.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osDisplayVersion?: string;\n /**\n * Immutable id of the cluster node.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serialNumber?: string;\n /**\n * Number of physical cores on the cluster node.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly coreCount?: number;\n /**\n * Total available memory on the cluster node (in GiB).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly memoryInGiB?: number;\n /**\n * Most recent licensing timestamp.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastLicensingTimestamp?: Date;\n /**\n * OEM activation status of the node.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly oemActivation?: OemActivation;\n}\n\n/** Attestation configurations for isolated VM (e.g. TVM, CVM) of the cluster. */\nexport interface IsolatedVmAttestationConfiguration {\n /**\n * Fully qualified Azure resource id of the Microsoft Azure attestation resource associated with this cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly attestationResourceId?: string;\n /**\n * Region specific endpoint for relying party service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly relyingPartyServiceEndpoint?: string;\n /**\n * Region specific endpoint for Microsoft Azure Attestation service for the cluster\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly attestationServiceEndpoint?: string;\n}\n\n/** Cluster details to update. */\nexport interface ClusterPatch {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** Endpoint configured for management from the Azure portal */\n cloudManagementEndpoint?: string;\n /** App id of cluster AAD identity. */\n aadClientId?: string;\n /** Tenant id of cluster AAD identity. */\n aadTenantId?: string;\n /** Desired properties of the cluster. */\n desiredProperties?: ClusterDesiredProperties;\n /**\n * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */\n type?: ManagedServiceIdentityType;\n /** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */\n userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };\n}\n\nexport interface UploadCertificateRequest {\n properties?: RawCertificateData;\n}\n\nexport interface RawCertificateData {\n certificates?: string[];\n}\n\n/** Cluster Identity details. */\nexport interface ClusterIdentityResponse {\n aadClientId?: string;\n aadTenantId?: string;\n aadServicePrincipalObjectId?: string;\n aadApplicationObjectId?: string;\n}\n\nexport interface SoftwareAssuranceChangeRequest {\n properties?: SoftwareAssuranceChangeRequestProperties;\n}\n\nexport interface SoftwareAssuranceChangeRequestProperties {\n /** Customer Intent for Software Assurance Benefit. */\n softwareAssuranceIntent?: SoftwareAssuranceIntent;\n}\n\n/** Log Collection Request */\nexport interface LogCollectionRequest {\n /** Properties for Log Collection Request */\n properties?: LogCollectionRequestProperties;\n}\n\n/** Properties for Log Collection Request */\nexport interface LogCollectionRequestProperties {\n /** From DateTimeStamp from when logs need to be connected */\n fromDate: Date;\n /** To DateTimeStamp till when logs need to be connected */\n toDate: Date;\n}\n\n/** Remote Support Request */\nexport interface RemoteSupportRequest {\n /** Properties for Remote Support Request */\n properties?: RemoteSupportRequestProperties;\n}\n\n/** Properties for Remote Support Request */\nexport interface RemoteSupportRequestProperties {\n /**\n * Remote Support Access Level\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accessLevel?: AccessLevel;\n /** Expiration DateTimeStamp when Remote Support Access will be expired */\n expirationTimeStamp?: Date;\n /** Remote Support Type for cluster */\n remoteSupportType?: RemoteSupportType;\n}\n\n/** The response of a DeploymentSetting list operation. */\nexport interface DeploymentSettingListResult {\n /** The DeploymentSetting items on this page */\n value: DeploymentSetting[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Deployment Configuration */\nexport interface DeploymentConfiguration {\n /** deployment template version */\n version?: string;\n /** Scale units will contains list of deployment data */\n scaleUnits: ScaleUnits[];\n}\n\n/** Scale units will contains list of deployment data */\nexport interface ScaleUnits {\n /** Deployment Data to deploy AzureStackHCI Cluster. */\n deploymentData: DeploymentData;\n /** Solution builder extension (SBE) partner properties */\n sbePartnerInfo?: SbePartnerInfo;\n}\n\n/** The Deployment data of AzureStackHCI Cluster. */\nexport interface DeploymentData {\n /** SecuritySettings to deploy AzureStackHCI Cluster. */\n securitySettings?: DeploymentSecuritySettings;\n /** Observability config to deploy AzureStackHCI Cluster. */\n observability?: Observability;\n /** Observability config to deploy AzureStackHCI Cluster. */\n cluster?: DeploymentCluster;\n /** Storage config to deploy AzureStackHCI Cluster. */\n storage?: Storage;\n /** naming prefix to deploy cluster. */\n namingPrefix?: string;\n /** FQDN to deploy cluster */\n domainFqdn?: string;\n /** InfrastructureNetwork config to deploy AzureStackHCI Cluster. */\n infrastructureNetwork?: InfrastructureNetwork[];\n /** list of physical nodes config to deploy AzureStackHCI Cluster. */\n physicalNodes?: PhysicalNodes[];\n /** HostNetwork config to deploy AzureStackHCI Cluster. */\n hostNetwork?: DeploymentSettingHostNetwork;\n /** SDN Integration config to deploy AzureStackHCI Cluster. */\n sdnIntegration?: SdnIntegration;\n /** The path to the Active Directory Organizational Unit container object prepared for the deployment. */\n adouPath?: string;\n /** Azure keyvault endpoint. This property is deprecated from 2023-12-01-preview. Please use secrets property instead. */\n secretsLocation?: string;\n /** secrets used for cloud deployment. */\n secrets?: EceDeploymentSecrets[];\n /** OptionalServices config to deploy AzureStackHCI Cluster. */\n optionalServices?: OptionalServices;\n}\n\n/** The SecuritySettings of AzureStackHCI Cluster. */\nexport interface DeploymentSecuritySettings {\n /** By default, Hypervisor-protected Code Integrity is enabled on your Azure HCI cluster. */\n hvciProtection?: boolean;\n /** By default, Secure Boot is enabled on your Azure HCI cluster. This setting is hardware dependent. */\n drtmProtection?: boolean;\n /** When set to true, the security baseline is re-applied regularly. */\n driftControlEnforced?: boolean;\n /** When set to true, Credential Guard is enabled. */\n credentialGuardEnforced?: boolean;\n /** When set to true, the SMB default instance requires sign in for the client and server services. */\n smbSigningEnforced?: boolean;\n /** When set to true, cluster east-west traffic is encrypted. */\n smbClusterEncryption?: boolean;\n /** When set to true, all the side channel mitigations are enabled */\n sideChannelMitigationEnforced?: boolean;\n /** When set to true, BitLocker XTS_AES 256-bit encryption is enabled for all data-at-rest on the OS volume of your Azure Stack HCI cluster. This setting is TPM-hardware dependent. */\n bitlockerBootVolume?: boolean;\n /** When set to true, BitLocker XTS-AES 256-bit encryption is enabled for all data-at-rest on your Azure Stack HCI cluster shared volumes. */\n bitlockerDataVolumes?: boolean;\n /** WDAC is enabled by default and limits the applications and the code that you can run on your Azure Stack HCI cluster. */\n wdacEnforced?: boolean;\n}\n\n/** The Observability of AzureStackHCI Cluster. */\nexport interface Observability {\n /** Enables telemetry data to be sent to Microsoft */\n streamingDataClient?: boolean;\n /** Location of your cluster. The log and diagnostic data is sent to the appropriate diagnostics servers depending upon where your cluster resides. Setting this to false results in all data sent to Microsoft to be stored outside of the EU. */\n euLocation?: boolean;\n /** When set to true, collects log data to facilitate quicker issue resolution. */\n episodicDataUpload?: boolean;\n}\n\n/** AzureStackHCI Cluster deployment properties. */\nexport interface DeploymentCluster {\n /** The cluster name provided when preparing Active Directory. */\n name?: string;\n /** Use a cloud witness if you have internet access and if you use an Azure Storage account to provide a vote on cluster quorum. A cloud witness uses Azure Blob Storage to read or write a blob file and then uses it to arbitrate in split-brain resolution. Only allowed values are 'Cloud', 'FileShare'. */\n witnessType?: string;\n /** Specify the fileshare path for the local witness for your Azure Stack HCI cluster. */\n witnessPath?: string;\n /** Specify the Azure Storage account name for cloud witness for your Azure Stack HCI cluster. */\n cloudAccountName?: string;\n /** For Azure blob service endpoint type, select either Default or Custom domain. If you selected **Custom domain, enter the domain for the blob service in this format core.windows.net. */\n azureServiceEndpoint?: string;\n}\n\n/** The Storage config of AzureStackHCI Cluster. */\nexport interface Storage {\n /** By default, this mode is set to Express and your storage is configured as per best practices based on the number of nodes in the cluster. Allowed values are 'Express','InfraOnly', 'KeepStorage' */\n configurationMode?: string;\n}\n\n/** The InfrastructureNetwork of a AzureStackHCI Cluster. */\nexport interface InfrastructureNetwork {\n /** Subnet mask that matches the provided IP address space. */\n subnetMask?: string;\n /** Default gateway that should be used for the provided IP address space. */\n gateway?: string;\n /** Range of IP addresses from which addresses are allocated for nodes within a subnet. */\n ipPools?: IpPools[];\n /** IPv4 address of the DNS servers in your environment. */\n dnsServers?: string[];\n /** Allows customers to use DHCP for Hosts and Cluster IPs. If not declared, the deployment will default to static IPs. When true, GW and DNS servers are not required */\n useDhcp?: boolean;\n}\n\n/** The dnsServers of a device. */\nexport interface IpPools {\n /** Starting IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering. */\n startingAddress?: string;\n /** Ending IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering. */\n endingAddress?: string;\n}\n\n/** The PhysicalNodes of a cluster. */\nexport interface PhysicalNodes {\n /** NETBIOS name of each physical server on your Azure Stack HCI cluster. */\n name?: string;\n /** The IPv4 address assigned to each physical server on your Azure Stack HCI cluster. */\n ipv4Address?: string;\n}\n\n/** The HostNetwork of a cluster. */\nexport interface DeploymentSettingHostNetwork {\n /** The network intents assigned to the network reference pattern used for the deployment. Each intent will define its own name, traffic type, adapter names, and overrides as recommended by your OEM. */\n intents?: DeploymentSettingIntents[];\n /** List of StorageNetworks config to deploy AzureStackHCI Cluster. */\n storageNetworks?: DeploymentSettingStorageNetworks[];\n /** Defines how the storage adapters between nodes are connected either switch or switch less.. */\n storageConnectivitySwitchless?: boolean;\n /** Optional parameter required only for 3 Nodes Switchless deployments. This allows users to specify IPs and Mask for Storage NICs when Network ATC is not assigning the IPs for storage automatically. */\n enableStorageAutoIp?: boolean;\n}\n\n/** The Intents of a cluster. */\nexport interface DeploymentSettingIntents {\n /** Name of the network intent you wish to create. */\n name?: string;\n /** List of network traffic types. Only allowed values are 'Compute', 'Storage', 'Management'. */\n trafficType?: string[];\n /** Array of network interfaces used for the network intent. */\n adapter?: string[];\n /** This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. */\n overrideVirtualSwitchConfiguration?: boolean;\n /** Set virtualSwitch ConfigurationOverrides for cluster. */\n virtualSwitchConfigurationOverrides?: DeploymentSettingVirtualSwitchConfigurationOverrides;\n /** This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. */\n overrideQosPolicy?: boolean;\n /** Set QoS PolicyOverrides for cluster. */\n qosPolicyOverrides?: QosPolicyOverrides;\n /** This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. */\n overrideAdapterProperty?: boolean;\n /** Set Adapter PropertyOverrides for cluster. */\n adapterPropertyOverrides?: DeploymentSettingAdapterPropertyOverrides;\n}\n\n/** The VirtualSwitchConfigurationOverrides of a cluster. */\nexport interface DeploymentSettingVirtualSwitchConfigurationOverrides {\n /** Enable IoV for Virtual Switch */\n enableIov?: string;\n /** Load Balancing Algorithm for Virtual Switch */\n loadBalancingAlgorithm?: string;\n}\n\n/** The QoSPolicyOverrides of a cluster. */\nexport interface QosPolicyOverrides {\n /** This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. */\n priorityValue8021ActionCluster?: string;\n /** This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. */\n priorityValue8021ActionSMB?: string;\n /** This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. */\n bandwidthPercentageSMB?: string;\n}\n\n/** The AdapterPropertyOverrides of a cluster. */\nexport interface DeploymentSettingAdapterPropertyOverrides {\n /** This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. */\n jumboPacket?: string;\n /** This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. */\n networkDirect?: string;\n /** This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. Expected values are 'iWARP', 'RoCEv2', 'RoCE' */\n networkDirectTechnology?: string;\n}\n\n/** The StorageNetworks of a cluster. */\nexport interface DeploymentSettingStorageNetworks {\n /** Name of the storage network. */\n name?: string;\n /** Name of the storage network adapter. */\n networkAdapterName?: string;\n /** ID specified for the VLAN storage network. This setting is applied to the network interfaces that route the storage and VM migration traffic. */\n vlanId?: string;\n /** List of Storage adapter physical nodes config to deploy AzureStackHCI Cluster. */\n storageAdapterIPInfo?: DeploymentSettingStorageAdapterIPInfo[];\n}\n\n/** The StorageAdapter physical nodes of a cluster. */\nexport interface DeploymentSettingStorageAdapterIPInfo {\n /** storage adapter physical node name. */\n physicalNode?: string;\n /** The IPv4 address assigned to each storage adapter physical node on your Azure Stack HCI cluster. */\n ipv4Address?: string;\n /** The SubnetMask address assigned to each storage adapter physical node on your Azure Stack HCI cluster. */\n subnetMask?: string;\n}\n\n/** SDN Integration config to deploy AzureStackHCI Cluster. */\nexport interface SdnIntegration {\n /** network controller config for SDN Integration to deploy AzureStackHCI Cluster. */\n networkController?: NetworkController;\n}\n\n/** network controller config for SDN Integration to deploy AzureStackHCI Cluster. */\nexport interface NetworkController {\n /** macAddressPoolStart of network controller used for SDN Integration. */\n macAddressPoolStart?: string;\n /** macAddressPoolStop of network controller used for SDN Integration. */\n macAddressPoolStop?: string;\n /** NetworkVirtualizationEnabled of network controller used for SDN Integration. */\n networkVirtualizationEnabled?: boolean;\n}\n\n/** Protected parameters list stored in keyvault. */\nexport interface EceDeploymentSecrets {\n /** Secret name stored in keyvault. */\n secretName?: string;\n /** Secret name expected for Enterprise Cloud Engine (ECE) deployment. */\n eceSecretName?: EceSecrets;\n /** Secret URI stored in keyvault. */\n secretLocation?: string;\n}\n\n/** The OptionalServices of AzureStackHCI Cluster. */\nexport interface OptionalServices {\n /** The name of custom location. */\n customLocation?: string;\n}\n\n/** The solution builder extension (SBE) partner deployment info for cluster. */\nexport interface SbePartnerInfo {\n /** SBE package and manifest information for the solution Builder Extension staged for AzureStackHCI cluster deployment. */\n sbeDeploymentInfo?: SbeDeploymentInfo;\n /** List of SBE partner properties for AzureStackHCI cluster deployment. */\n partnerProperties?: SbePartnerProperties[];\n /** SBE credentials list for AzureStackHCI cluster deployment. */\n credentialList?: SbeCredentials[];\n}\n\n/** Solution builder extension (SBE) package and manifest information for the solution builder extension staged for AzureStackHCI cluster deployment. */\nexport interface SbeDeploymentInfo {\n /** SBE package version. */\n version?: string;\n /** SBE family name. */\n family?: string;\n /** SBE manifest publisher. */\n publisher?: string;\n /** SBE Manifest Source. */\n sbeManifestSource?: string;\n /** SBE Manifest Creation Date. */\n sbeManifestCreationDate?: Date;\n}\n\n/** Solution builder extension (SBE) partner properties object. */\nexport interface SbePartnerProperties {\n /** SBE partner property name. */\n name?: string;\n /** SBE partner property value. */\n value?: string;\n}\n\n/** secrets used for solution builder extension (SBE) partner extensibility. */\nexport interface SbeCredentials {\n /** secret name stored in keyvault. */\n secretName?: string;\n /** secret name expected for Enterprise Cloud Engine (ECE). */\n eceSecretName?: string;\n /** secret URI stored in keyvault. */\n secretLocation?: string;\n}\n\n/** The DeploymentStatus of AzureStackHCI Cluster. */\nexport interface EceReportedProperties {\n /**\n * validation status of AzureStackHCI Cluster Deployment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly validationStatus?: EceActionStatus;\n /**\n * Deployment status of AzureStackHCI Cluster Deployment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deploymentStatus?: EceActionStatus;\n}\n\n/** The ECE action plan deployment status for AzureStackHCI Cluster. */\nexport interface EceActionStatus {\n /**\n * Status of ECE action AzureStackHCI Cluster Deployment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n /**\n * List of steps of AzureStackHCI Cluster Deployment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly steps?: DeploymentStep[];\n}\n\n/** The Step of AzureStackHCI Cluster. */\nexport interface DeploymentStep {\n /**\n * Name of step.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Description of step.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * FullStepIndex of step.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullStepIndex?: string;\n /**\n * Start time of step.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTimeUtc?: string;\n /**\n * End time of step.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTimeUtc?: string;\n /**\n * Status of step. Allowed values are 'Error', 'Success', 'InProgress'\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n /**\n * List of nested steps of AzureStackHCI Cluster Deployment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly steps?: DeploymentStep[];\n /**\n * List of exceptions in AzureStackHCI Cluster Deployment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly exception?: string[];\n}\n\n/** The response of a EdgeDevice list operation. */\nexport interface EdgeDeviceListResult {\n /** The EdgeDevice items on this page */\n value: EdgeDeviceUnion[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** The validate request for Edge Device. */\nexport interface ValidateRequest {\n /** Node Ids against which, current node has to be validated. */\n edgeDeviceIds: string[];\n /** Additional info required for validation. */\n additionalInfo?: string;\n}\n\n/** An Accepted response with an Operation-Location header. */\nexport interface ValidateResponse {\n /**\n * edge device validation status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n}\n\n/** List of Extensions in HCI cluster. */\nexport interface ExtensionList {\n /**\n * List of Extensions in HCI cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Extension[];\n /**\n * Link to the next set of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Status of Arc Extension for a particular node in HCI Cluster. */\nexport interface PerNodeExtensionState {\n /**\n * Name of the node in HCI Cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Fully qualified resource ID for the particular Arc Extension on this node.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly extension?: string;\n /**\n * Specifies the version of the script handler.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly typeHandlerVersion?: string;\n /**\n * State of Arc Extension in this node.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: NodeExtensionState;\n /**\n * The extension instance view.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly instanceView?: ExtensionInstanceView;\n}\n\n/** Describes the Extension Instance View. */\nexport interface ExtensionInstanceView {\n /** The extension name. */\n name?: string;\n /** Specifies the type of the extension; an example is \"MicrosoftMonitoringAgent\". */\n type?: string;\n /** Specifies the version of the script handler. */\n typeHandlerVersion?: string;\n /** Instance view status. */\n status?: ExtensionInstanceViewStatus;\n}\n\n/** Instance view status. */\nexport interface ExtensionInstanceViewStatus {\n /** The status code. */\n code?: string;\n /** The level code. */\n level?: StatusLevelTypes;\n /** The short localizable label for the status. */\n displayStatus?: string;\n /** The detailed status message, including for alerts and error messages. */\n message?: string;\n /** The time of the status. */\n time?: Date;\n}\n\n/** Extension Details to update */\nexport interface ExtensionPatch {\n /** Describes the properties of a Machine Extension that can be updated. */\n extensionParameters?: ExtensionPatchParameters;\n}\n\n/** Describes the properties of a Machine Extension that can be updated. */\nexport interface ExtensionPatchParameters {\n /** Specifies the version of the script handler. Latest version would be used if not specified. */\n typeHandlerVersion?: string;\n /** Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available. */\n enableAutomaticUpgrade?: boolean;\n /** Json formatted public settings for the extension. */\n settings?: Record<string, unknown>;\n /** Protected settings (may contain secrets). */\n protectedSettings?: Record<string, unknown>;\n}\n\n/** Describes the parameters for Extension upgrade. */\nexport interface ExtensionUpgradeParameters {\n /** Extension Upgrade Target Version. */\n targetVersion?: string;\n}\n\n/** List of Offer proxy resources for the HCI cluster. */\nexport interface OfferList {\n /**\n * List of Offer proxy resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Offer[];\n /**\n * Link to the next set of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** SKU Mapping details. */\nexport interface SkuMappings {\n /** Identifier of the CatalogPlan for the sku */\n catalogPlanId?: string;\n /** Identifier for the sku */\n marketplaceSkuId?: string;\n /** Array of SKU versions available */\n marketplaceSkuVersions?: string[];\n}\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of operations supported by the resource provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results (if there are any).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /**\n * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for ARM/control-plane operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: Origin;\n /**\n * Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionType?: ActionType;\n}\n\n/** Localized display information for this particular operation. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The short, localized friendly description of the operation; suitable for tool tips and detailed views.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** List of Publisher proxy resources for the HCI cluster. */\nexport interface PublisherList {\n /**\n * List of Publisher proxy resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Publisher[];\n /**\n * Link to the next set of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The response of a SecuritySetting list operation. */\nexport interface SecuritySettingListResult {\n /** The SecuritySetting items on this page */\n value: SecuritySetting[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Security compliance properties of the resource */\nexport interface SecurityComplianceStatus {\n /**\n * Indicates whether HCI hosts meets secured-core server requirements.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly securedCoreCompliance?: ComplianceStatus;\n /**\n * Indicates whether HCI hosts have enforced consistent Windows Defender Application Control.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly wdacCompliance?: ComplianceStatus;\n /**\n * Indicates whether data at-rest encryption is enabled on Azure Stack HCI clustered volumes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataAtRestEncrypted?: ComplianceStatus;\n /**\n * Indicates whether HCI cluster has data in-transit protection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataInTransitProtected?: ComplianceStatus;\n /**\n * Time in UTC when compliance status was last updated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastUpdated?: Date;\n}\n\n/** List of SKU proxy resources for the HCI cluster. */\nexport interface SkuList {\n /**\n * List of SKU proxy resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Sku[];\n /**\n * Link to the next set of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** List of Update runs */\nexport interface UpdateRunList {\n /** List of Update runs */\n value?: UpdateRun[];\n /**\n * Link to the next set of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Progress representation of the update run steps. */\nexport interface Step {\n /** Name of the step. */\n name?: string;\n /** More detailed description of the step. */\n description?: string;\n /** Error message, specified if the step is in a failed state. */\n errorMessage?: string;\n /** Status of the step, bubbled up from the ECE action plan for installation attempts. Values are: 'Success', 'Error', 'InProgress', and 'Unknown status'. */\n status?: string;\n /** When the step started, or empty if it has not started executing. */\n startTimeUtc?: Date;\n /** When the step reached a terminal state. */\n endTimeUtc?: Date;\n /** Completion time of this step or the last completed sub-step. */\n lastUpdatedTimeUtc?: Date;\n /** Expected execution time of a given step. This is optionally authored in the update action plan and can be empty. */\n expectedExecutionTime?: string;\n /** Recursive model for child steps of this step. */\n steps?: Step[];\n}\n\n/** List of Update Summaries */\nexport interface UpdateSummariesList {\n /** List of Update Summaries */\n value?: UpdateSummaries[];\n /**\n * Link to the next set of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Current version of each updatable component. */\nexport interface PackageVersionInfo {\n /** Package type */\n packageType?: string;\n /** Package version */\n version?: string;\n /** Last time this component was updated. */\n lastUpdated?: Date;\n}\n\nexport interface PrecheckResult {\n /** Name of the individual test/rule/alert that was executed. Unique, not exposed to the customer. */\n name?: string;\n /** The health check DisplayName localized of the individual test executed. */\n displayName?: string;\n /** Key-value pairs that allow grouping/filtering individual tests. */\n tags?: PrecheckResultTags;\n /** Key-value pairs that allow grouping/filtering individual tests. */\n healthCheckTags?: Record<string, unknown>;\n /** User-facing name; one or more sentences indicating the direct issue. */\n title?: string;\n /** The status of the check running (i.e. Failed, Succeeded, In Progress). This answers whether the check ran, and passed or failed. */\n status?: Status;\n /** Severity of the result (Critical, Warning, Informational, Hidden). This answers how important the result is. Critical is the only update-blocking severity. */\n severity?: Severity;\n /** Detailed overview of the issue and what impact the issue has on the stamp. */\n description?: string;\n /** Set of steps that can be taken to resolve the issue found. */\n remediation?: string;\n /** The unique identifier for the affected resource (such as a node or drive). */\n targetResourceID?: string;\n /** The name of the affected resource. */\n targetResourceName?: string;\n /** The type of resource being referred to (well-known set of nouns in infrastructure, aligning with Monitoring). */\n targetResourceType?: string;\n /** The time in which the HealthCheck was called. */\n timestamp?: Date;\n /** Property bag of key value pairs for additional information. */\n additionalData?: string;\n /** The name of the services called for the HealthCheck (I.E. Test-AzureStack, Test-Cluster). */\n healthCheckSource?: string;\n}\n\n/** Key-value pairs that allow grouping/filtering individual tests. */\nexport interface PrecheckResultTags {\n /** Key that allow grouping/filtering individual tests. */\n key?: string;\n /** Value of the key that allow grouping/filtering individual tests. */\n value?: string;\n}\n\n/** List of Updates */\nexport interface UpdateList {\n /** List of Updates */\n value?: Update[];\n /**\n * Link to the next set of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** If update State is HasPrerequisite, this property contains an array of objects describing prerequisite updates before installing this update. Otherwise, it is empty. */\nexport interface UpdatePrerequisite {\n /** Updatable component type. */\n updateType?: string;\n /** Version of the prerequisite. */\n version?: string;\n /** Friendly name of the prerequisite. */\n packageName?: string;\n}\n\n/** Connectivity related configuration required by arc server. */\nexport interface ArcConnectivityProperties {\n /** True indicates ARC connectivity is enabled */\n enabled?: boolean;\n /** Service configurations associated with the connectivity resource. They are only processed by the server if 'enabled' property is set to 'true'. */\n serviceConfigurations?: ServiceConfiguration[];\n}\n\n/** Service configuration details */\nexport interface ServiceConfiguration {\n /** Name of the service. */\n serviceName: ServiceName;\n /** The port on which service is enabled. */\n port: number;\n}\n\n/** The AdapterPropertyOverrides of a cluster. */\nexport interface HciEdgeDeviceAdapterPropertyOverrides {\n /**\n * This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly jumboPacket?: string;\n /**\n * This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly networkDirect?: string;\n /**\n * This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. Expected values are 'iWARP', 'RoCEv2', 'RoCE'\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly networkDirectTechnology?: string;\n}\n\n/** The device Configuration for edge device. */\nexport interface DeviceConfiguration {\n /** NIC Details of device */\n nicDetails?: NicDetail[];\n /** Device metadata details. */\n deviceMetadata?: string;\n}\n\n/** The NIC Detail of a device. */\nexport interface NicDetail {\n /** Adapter Name of NIC */\n adapterName?: string;\n /** Interface Description of NIC */\n interfaceDescription?: string;\n /** Component Id of NIC */\n componentId?: string;\n /** Driver Version of NIC */\n driverVersion?: string;\n /** Subnet Mask of NIC */\n ip4Address?: string;\n /** Subnet Mask of NIC */\n subnetMask?: string;\n /** Default Gateway of NIC */\n defaultGateway?: string;\n /** DNS Servers for NIC */\n dnsServers?: string[];\n /** Default Isolation of Management NIC */\n defaultIsolationId?: string;\n}\n\n/** Edge Device properties */\nexport interface EdgeDeviceProperties {\n /** Device Configuration */\n deviceConfiguration?: DeviceConfiguration;\n /**\n * Provisioning state of edgeDevice resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** details of validation failure */\nexport interface HciValidationFailureDetail {\n /**\n * Exception details while installing extension.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly exception?: string;\n}\n\n/** Arc extension installed on edge device. */\nexport interface HciEdgeDeviceArcExtension {\n /**\n * Arc extension name installed on edge device.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly extensionName?: string;\n /**\n * Arc extension state from arc machine extension.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: ArcExtensionState;\n /**\n * Error details while installing Arc extension.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorDetails?: HciValidationFailureDetail[];\n /**\n * Arc Extension Azure resource id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly extensionResourceId?: string;\n /**\n * Extension version installed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly typeHandlerVersion?: string;\n /**\n * Extension managed by user or Azure.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly managedBy?: ExtensionManagedBy;\n}\n\n/** Extensions details for edge device. */\nexport interface ExtensionProfile {\n /**\n * List of Arc extensions installed on edge device.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly extensions?: HciEdgeDeviceArcExtension[];\n}\n\n/** The network profile of a device. */\nexport interface HciNetworkProfile {\n /**\n * List of NIC Details of device.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nicDetails?: HciNicDetail[];\n /**\n * List of switch details for edge device.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly switchDetails?: SwitchDetail[];\n /**\n * HostNetwork config to deploy AzureStackHCI Cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostNetwork?: HciEdgeDeviceHostNetwork;\n}\n\n/** The NIC Detail of a device. */\nexport interface HciNicDetail {\n /**\n * Adapter Name of NIC\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly adapterName?: string;\n /**\n * Interface Description of NIC\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly interfaceDescription?: string;\n /**\n * Component Id of NIC\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly componentId?: string;\n /**\n * Driver Version of NIC\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly driverVersion?: string;\n /**\n * Subnet Mask of NIC\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ip4Address?: string;\n /**\n * Subnet Mask of NIC\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subnetMask?: string;\n /**\n * Default Gateway of NIC\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultGateway?: string;\n /**\n * DNS Servers for NIC\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dnsServers?: string[];\n /**\n * Default Isolation of Management NIC\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultIsolationId?: string;\n /**\n * MAC address information of NIC.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly macAddress?: string;\n /**\n * The slot attached to the NIC.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly slot?: string;\n /**\n * The switch attached to the NIC, if any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly switchName?: string;\n /**\n * The type of NIC, physical, virtual, management.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nicType?: string;\n /**\n * The VLAN ID of the physical NIC.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vlanId?: string;\n /**\n * The status of NIC, up, disconnected.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nicStatus?: string;\n}\n\n/** List of switch details for edge device. */\nexport interface SwitchDetail {\n /**\n * The name of the switch.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly switchName?: string;\n /**\n * The type of the switch. e.g. external, internal.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly switchType?: string;\n /**\n * This represents extensions installed on virtualSwitch.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly extensions?: SwitchExtension[];\n}\n\n/** This represents extensions installed on virtualSwitch. */\nexport interface SwitchExtension {\n /**\n * Unique identifier for virtualSwitch.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly switchId?: string;\n /**\n * This will show extension name for virtualSwitch.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly extensionName?: string;\n /**\n * This represents whether extension is enabled on virtualSwitch.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly extensionEnabled?: boolean;\n}\n\n/** The HostNetwork of a cluster. */\nexport interface HciEdgeDeviceHostNetwork {\n /**\n * The network intents assigned to the network reference pattern used for the deployment. Each intent will define its own name, traffic type, adapter names, and overrides as recommended by your OEM.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly intents?: HciEdgeDeviceIntents[];\n /**\n * List of StorageNetworks config to deploy AzureStackHCI Cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly storageNetworks?: HciEdgeDeviceStorageNetworks[];\n /**\n * Defines how the storage adapters between nodes are connected either switch or switch less.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly storageConnectivitySwitchless?: boolean;\n /**\n * Optional parameter required only for 3 Nodes Switchless deployments. This allows users to specify IPs and Mask for Storage NICs when Network ATC is not assigning the IPs for storage automatically.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly enableStorageAutoIp?: boolean;\n}\n\n/** The Intents of a cluster. */\nexport interface HciEdgeDeviceIntents {\n /**\n * Scope for host network intent.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scope?: number;\n /**\n * IntentType for host network intent.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly intentType?: number;\n /**\n * IsComputeIntentSet for host network intent.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isComputeIntentSet?: boolean;\n /**\n * IsStorageIntentSet for host network intent.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isStorageIntentSet?: boolean;\n /**\n * IntentType for host network intent.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isOnlyStorage?: boolean;\n /**\n * IsManagementIntentSet for host network intent.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isManagementIntentSet?: boolean;\n /**\n * IsStretchIntentSet for host network intent.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isStretchIntentSet?: boolean;\n /**\n * IsOnlyStretch for host network intent.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isOnlyStretch?: boolean;\n /**\n * IsNetworkIntentType for host network intent.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isNetworkIntentType?: boolean;\n /**\n * Name of the network intent you wish to create.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly intentName?: string;\n /**\n * Array of adapters used for the network intent.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly intentAdapters?: string[];\n /**\n * This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly overrideVirtualSwitchConfiguration?: boolean;\n /**\n * Set virtualSwitch ConfigurationOverrides for cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly virtualSwitchConfigurationOverrides?: HciEdgeDeviceVirtualSwitchConfigurationOverrides;\n /**\n * This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly overrideQosPolicy?: boolean;\n /**\n * Set QoS PolicyOverrides for cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly qosPolicyOverrides?: QosPolicyOverrides;\n /**\n * This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly overrideAdapterProperty?: boolean;\n /**\n * Set Adapter PropertyOverrides for cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly adapterPropertyOverrides?: HciEdgeDeviceAdapterPropertyOverrides;\n}\n\n/** The VirtualSwitchConfigurationOverrides of a cluster. */\nexport interface HciEdgeDeviceVirtualSwitchConfigurationOverrides {\n /**\n * Enable IoV for Virtual Switch\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly enableIov?: string;\n /**\n * Load Balancing Algorithm for Virtual Switch\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly loadBalancingAlgorithm?: string;\n}\n\n/** The StorageNetworks of a cluster. */\nexport interface HciEdgeDeviceStorageNetworks {\n /**\n * Name of the storage network.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Name of the storage network adapter.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly networkAdapterName?: string;\n /**\n * ID specified for the VLAN storage network. This setting is applied to the network interfaces that route the storage and VM migration traffic.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly storageVlanId?: string;\n /**\n * List of Storage adapter physical nodes config to deploy AzureStackHCI Cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly storageAdapterIPInfo?: HciEdgeDeviceStorageAdapterIPInfo[];\n}\n\n/** The StorageAdapter physical nodes of a cluster. */\nexport interface HciEdgeDeviceStorageAdapterIPInfo {\n /**\n * storage adapter physical node name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly physicalNode?: string;\n /**\n * The IPv4 address assigned to each storage adapter physical node on your Azure Stack HCI cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ipv4Address?: string;\n /**\n * The SubnetMask address assigned to each storage adapter physical node on your Azure Stack HCI cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subnetMask?: string;\n}\n\n/** OS configurations for HCI device. */\nexport interface HciOsProfile {\n /**\n * The boot type of the device. e.g. UEFI, Legacy etc\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly bootType?: string;\n /**\n * Version of assembly present on device\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly assemblyVersion?: string;\n}\n\n/** Solution builder extension (SBE) deployment package information. */\nexport interface SbeDeploymentPackageInfo {\n /**\n * SBE deployment validation code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * A detailed message that explains the SBE package validation result.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * This represents discovered update results for matching updates and store it as SBE manifest.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sbeManifest?: string;\n}\n\n/** Reported properties pushed from edge device. */\nexport interface ReportedProperties {\n /**\n * edge device state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deviceState?: DeviceState;\n /**\n * Extensions details for edge device.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly extensionProfile?: ExtensionProfile;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** properties for Arc-enabled edge device with HCI OS. */\nexport interface HciEdgeDeviceProperties extends EdgeDeviceProperties {\n /**\n * The instance view of all current configurations on HCI device.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reportedProperties?: HciReportedProperties;\n}\n\n/** The device Configuration for HCI device. */\nexport interface HciReportedProperties extends ReportedProperties {\n /**\n * HCI device network information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly networkProfile?: HciNetworkProfile;\n /**\n * HCI device OS specific information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osProfile?: HciOsProfile;\n /**\n * Solution builder extension (SBE) deployment package information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sbeDeploymentPackageInfo?: SbeDeploymentPackageInfo;\n}\n\n/** ArcSetting details. */\nexport interface ArcSetting extends ProxyResource {\n /**\n * Provisioning state of the ArcSetting proxy resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** The resource group that hosts the Arc agents, ie. Hybrid Compute Machine resources. */\n arcInstanceResourceGroup?: string;\n /** App id of arc AAD identity. */\n arcApplicationClientId?: string;\n /** Tenant id of arc AAD identity. */\n arcApplicationTenantId?: string;\n /** Object id of arc AAD service principal. */\n arcServicePrincipalObjectId?: string;\n /** Object id of arc AAD identity. */\n arcApplicationObjectId?: string;\n /**\n * Aggregate state of Arc agent across the nodes in this HCI cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly aggregateState?: ArcSettingAggregateState;\n /**\n * State of Arc agent in each of the nodes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly perNodeDetails?: PerNodeState[];\n /** contains connectivity related configuration for ARC resources */\n connectivityProperties?: Record<string, unknown>;\n /**\n * Properties for each of the default extensions category\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultExtensions?: DefaultExtensionDetails[];\n}\n\n/** Edge device resource */\nexport interface DeploymentSetting extends ProxyResource {\n /**\n * DeploymentSetting provisioning state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** Azure resource ids of Arc machines to be part of cluster. */\n arcNodeResourceIds?: string[];\n /** The deployment mode for cluster deployment. */\n deploymentMode?: DeploymentMode;\n /** The intended operation for a cluster. */\n operationType?: OperationType;\n /** Scale units will contains list of deployment data */\n deploymentConfiguration?: DeploymentConfiguration;\n /**\n * Deployment Status reported from cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reportedProperties?: EceReportedProperties;\n}\n\n/** Edge device resource. */\nexport interface EdgeDevice extends ProxyResource {\n /** Device kind to support polymorphic resource. */\n kind: DeviceKind;\n}\n\n/** Details of a particular extension in HCI Cluster. */\nexport interface Extension extends ProxyResource {\n /**\n * Provisioning state of the Extension proxy resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Aggregate state of Arc Extensions across the nodes in this HCI cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly aggregateState?: ExtensionAggregateState;\n /**\n * State of Arc Extension in each of the nodes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly perNodeExtensionDetails?: PerNodeExtensionState[];\n /**\n * Indicates if the extension is managed by azure or the user.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly managedBy?: ExtensionManagedBy;\n /** How the extension handler should be forced to update even if the extension configuration has not changed. */\n forceUpdateTag?: string;\n /** The name of the extension handler publisher. */\n publisher?: string;\n /** Specifies the type of the extension; an example is \"CustomScriptExtension\". */\n typePropertiesExtensionParametersType?: string;\n /** Specifies the version of the script handler. Latest version would be used if not specified. */\n typeHandlerVersion?: string;\n /** Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true. */\n autoUpgradeMinorVersion?: boolean;\n /** Json formatted public settings for the extension. */\n settings?: Record<string, unknown>;\n /** Protected settings (may contain secrets). */\n protectedSettings?: Record<string, unknown>;\n /** Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available. */\n enableAutomaticUpgrade?: boolean;\n}\n\n/** Offer details. */\nexport interface Offer extends ProxyResource {\n /**\n * Provisioning State\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** Identifier of the Publisher for the offer */\n publisherId?: string;\n /** JSON serialized catalog content of the offer */\n content?: string;\n /** The API version of the catalog service used to serve the catalog content */\n contentVersion?: string;\n /** Array of SKU mappings */\n skuMappings?: SkuMappings[];\n}\n\n/** Publisher details. */\nexport interface Publisher extends ProxyResource {\n /**\n * Provisioning State\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n}\n\n/** Security settings proxy resource */\nexport interface SecuritySetting extends ProxyResource {\n /** Secured Core Compliance Assignment */\n securedCoreComplianceAssignment?: ComplianceAssignmentType;\n /** WDAC Compliance Assignment */\n wdacComplianceAssignment?: ComplianceAssignmentType;\n /** SMB encryption for intra-cluster traffic Compliance Assignment */\n smbEncryptionForIntraClusterTrafficComplianceAssignment?: ComplianceAssignmentType;\n /**\n * Security Compliance Status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly securityComplianceStatus?: SecurityComplianceStatus;\n /** The status of the last operation. */\n provisioningState?: ProvisioningState;\n}\n\n/** Sku details. */\nexport interface Sku extends ProxyResource {\n /**\n * Provisioning State\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** Identifier of the Publisher for the offer */\n publisherId?: string;\n /** Identifier of the Offer for the sku */\n offerId?: string;\n /** JSON serialized catalog content of the sku offer */\n content?: string;\n /** The API version of the catalog service used to serve the catalog content */\n contentVersion?: string;\n /** Array of SKU mappings */\n skuMappings?: SkuMappings[];\n}\n\n/** Details of an Update run */\nexport interface UpdateRun extends ProxyResource {\n /** The geo-location where the resource lives */\n location?: string;\n /**\n * Provisioning state of the UpdateRuns proxy resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** Timestamp of the update run was started. */\n timeStarted?: Date;\n /** Timestamp of the most recently completed step in the update run. */\n lastUpdatedTime?: Date;\n /** Duration of the update run. */\n duration?: string;\n /** State of the update run. */\n state?: UpdateRunPropertiesState;\n /** Name of the step. */\n namePropertiesProgressName?: string;\n /** More detailed description of the step. */\n description?: string;\n /** Error message, specified if the step is in a failed state. */\n errorMessage?: string;\n /** Status of the step, bubbled up from the ECE action plan for installation attempts. Values are: 'Success', 'Error', 'InProgress', and 'Unknown status'. */\n status?: string;\n /** When the step started, or empty if it has not started executing. */\n startTimeUtc?: Date;\n /** When the step reached a terminal state. */\n endTimeUtc?: Date;\n /** Completion time of this step or the last completed sub-step. */\n lastUpdatedTimeUtc?: Date;\n /** Expected execution time of a given step. This is optionally authored in the update action plan and can be empty. */\n expectedExecutionTime?: string;\n /** Recursive model for child steps of this step. */\n steps?: Step[];\n}\n\n/** Get the update summaries for the cluster */\nexport interface UpdateSummaries extends ProxyResource {\n /** The geo-location where the resource lives */\n location?: string;\n /**\n * Provisioning state of the UpdateSummaries proxy resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** OEM family name. */\n oemFamily?: string;\n /** Current OEM Version. */\n currentOemVersion?: string;\n /** Name of the hardware model. */\n hardwareModel?: string;\n /** Current version of each updatable component. */\n packageVersions?: PackageVersionInfo[];\n /** Current Solution Bundle version of the stamp. */\n currentVersion?: string;\n /** Current Sbe version of the stamp. */\n currentSbeVersion?: string;\n /** Last time an update installation completed successfully. */\n lastUpdated?: Date;\n /** Last time the update service successfully checked for updates */\n lastChecked?: Date;\n /** Overall health state for update-specific health checks. */\n healthState?: HealthState;\n /** An array of pre-check result objects. */\n healthCheckResult?: PrecheckResult[];\n /** Last time the package-specific checks were run. */\n healthCheckDate?: Date;\n /** Overall update state of the stamp. */\n state?: UpdateSummariesPropertiesState;\n}\n\n/** Update details */\nexport interface Update extends ProxyResource {\n /** The geo-location where the resource lives */\n location?: string;\n /**\n * Provisioning state of the Updates proxy resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** Date that the update was installed. */\n installedDate?: Date;\n /** Description of the update. */\n description?: string;\n /** Minimum Sbe Version of the update. */\n minSbeVersionRequired?: string;\n /** State of the update as it relates to this stamp. */\n state?: State;\n /** If update State is HasPrerequisite, this property contains an array of objects describing prerequisite updates before installing this update. Otherwise, it is empty. */\n prerequisites?: UpdatePrerequisite[];\n /** An array of component versions for a Solution Bundle update, and an empty array otherwise. */\n componentVersions?: PackageVersionInfo[];\n rebootRequired?: RebootRequirement;\n /** Overall health state for update-specific health checks. */\n healthState?: HealthState;\n /** An array of PrecheckResult objects. */\n healthCheckResult?: PrecheckResult[];\n /** Last time the package-specific checks were run. */\n healthCheckDate?: Date;\n /** Path where the update package is available. */\n packagePath?: string;\n /** Size of the package. This value is a combination of the size from update metadata and size of the payload that results from the live scan operation for OS update content. */\n packageSizeInMb?: number;\n /** Display name of the Update */\n displayName?: string;\n /** Version of the update. */\n version?: string;\n /** Publisher of the update package. */\n publisher?: string;\n /** Link to release notes for the update. */\n releaseLink?: string;\n /** Indicates the way the update content can be downloaded. */\n availabilityType?: AvailabilityType;\n /** Customer-visible type of the update. */\n packageType?: string;\n /** Extensible KV pairs serialized as a string. This is currently used to report the stamp OEM family and hardware model information when an update is flagged as Invalid for the stamp based on OEM type. */\n additionalProperties?: string;\n /** Progress percentage of ongoing operation. Currently this property is only valid when the update is in the Downloading state, where it maps to how much of the update content has been downloaded. */\n progressPercentage?: number;\n /** Brief message with instructions for updates of AvailabilityType Notify. */\n notifyMessage?: string;\n}\n\n/** Cluster details. */\nexport interface Cluster extends TrackedResource {\n /**\n * Provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Status of the cluster agent.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: Status;\n /**\n * Overall connectivity status for the cluster resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly connectivityStatus?: ConnectivityStatus;\n /**\n * Unique, immutable resource id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cloudId?: string;\n /** Endpoint configured for management from the Azure portal. */\n cloudManagementEndpoint?: string;\n /** App id of cluster AAD identity. */\n aadClientId?: string;\n /** Tenant id of cluster AAD identity. */\n aadTenantId?: string;\n /** Object id of cluster AAD identity. */\n aadApplicationObjectId?: string;\n /** Id of cluster identity service principal. */\n aadServicePrincipalObjectId?: string;\n /** Software Assurance properties of the cluster. */\n softwareAssuranceProperties?: SoftwareAssuranceProperties;\n /** Log Collection properties of the cluster. */\n logCollectionProperties?: LogCollectionProperties;\n /** RemoteSupport properties of the cluster. */\n remoteSupportProperties?: RemoteSupportProperties;\n /** Desired properties of the cluster. */\n desiredProperties?: ClusterDesiredProperties;\n /**\n * Properties reported by cluster agent.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reportedProperties?: ClusterReportedProperties;\n /**\n * Attestation configurations for isolated VM (e.g. TVM, CVM) of the cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isolatedVmAttestationConfiguration?: IsolatedVmAttestationConfiguration;\n /**\n * Number of days remaining in the trial period.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly trialDaysRemaining?: number;\n /**\n * Type of billing applied to the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly billingModel?: string;\n /**\n * First cluster sync timestamp.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly registrationTimestamp?: Date;\n /**\n * Most recent cluster sync timestamp.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastSyncTimestamp?: Date;\n /**\n * Most recent billing meter timestamp.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastBillingTimestamp?: Date;\n /**\n * Region specific DataPath Endpoint of the cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serviceEndpoint?: string;\n /**\n * Object id of RP Service Principal\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceProviderObjectId?: string;\n /**\n * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */\n typeIdentityType?: ManagedServiceIdentityType;\n /** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */\n userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };\n}\n\n/** Arc-enabled edge device with HCI OS. */\nexport interface HciEdgeDevice extends EdgeDevice {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"HCI\";\n /** properties for Arc-enabled edge device with HCI OS. */\n properties?: HciEdgeDeviceProperties;\n}\n\n/** Defines headers for Clusters_triggerLogCollection operation. */\nexport interface ClustersTriggerLogCollectionHeaders {\n location?: string;\n}\n\n/** Defines headers for Clusters_configureRemoteSupport operation. */\nexport interface ClustersConfigureRemoteSupportHeaders {\n location?: string;\n}\n\n/** Defines headers for DeploymentSettings_createOrUpdate operation. */\nexport interface DeploymentSettingsCreateOrUpdateHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for DeploymentSettings_delete operation. */\nexport interface DeploymentSettingsDeleteHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n}\n\n/** Defines headers for EdgeDevices_createOrUpdate operation. */\nexport interface EdgeDevicesCreateOrUpdateHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for EdgeDevices_delete operation. */\nexport interface EdgeDevicesDeleteHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n}\n\n/** Defines headers for EdgeDevices_validate operation. */\nexport interface EdgeDevicesValidateHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n}\n\n/** Defines headers for SecuritySettings_createOrUpdate operation. */\nexport interface SecuritySettingsCreateOrUpdateHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for SecuritySettings_delete operation. */\nexport interface SecuritySettingsDeleteHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n}\n\n/** Defines headers for UpdateRuns_delete operation. */\nexport interface UpdateRunsDeleteHeaders {\n /** URL to query for status of the operation. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for UpdateSummaries_delete operation. */\nexport interface UpdateSummariesDeleteHeaders {\n /** URL to query for status of the operation. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Updates_post operation. */\nexport interface UpdatesPostHeaders {\n /** URL to query for status of the operation. */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Updates_delete operation. */\nexport interface UpdatesDeleteHeaders {\n /** URL to query for status of the operation. */\n azureAsyncOperation?: string;\n}\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** Error */\n Error = \"Error\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Connected */\n Connected = \"Connected\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Moving */\n Moving = \"Moving\",\n /** PartiallySucceeded */\n PartiallySucceeded = \"PartiallySucceeded\",\n /** PartiallyConnected */\n PartiallyConnected = \"PartiallyConnected\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Accepted */\n Accepted = \"Accepted\",\n /** Provisioning */\n Provisioning = \"Provisioning\",\n /** DisableInProgress */\n DisableInProgress = \"DisableInProgress\",\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **Error** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Connected** \\\n * **Disconnected** \\\n * **Deleted** \\\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Moving** \\\n * **PartiallySucceeded** \\\n * **PartiallyConnected** \\\n * **InProgress** \\\n * **Accepted** \\\n * **Provisioning** \\\n * **DisableInProgress**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link ArcSettingAggregateState} that the service accepts. */\nexport enum KnownArcSettingAggregateState {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** Error */\n Error = \"Error\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** Connected */\n Connected = \"Connected\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Moving */\n Moving = \"Moving\",\n /** PartiallySucceeded */\n PartiallySucceeded = \"PartiallySucceeded\",\n /** PartiallyConnected */\n PartiallyConnected = \"PartiallyConnected\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Accepted */\n Accepted = \"Accepted\",\n /** Provisioning */\n Provisioning = \"Provisioning\",\n /** DisableInProgress */\n DisableInProgress = \"DisableInProgress\",\n}\n\n/**\n * Defines values for ArcSettingAggregateState. \\\n * {@link KnownArcSettingAggregateState} can be used interchangeably with ArcSettingAggregateState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **Error** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed** \\\n * **Connected** \\\n * **Disconnected** \\\n * **Deleted** \\\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Moving** \\\n * **PartiallySucceeded** \\\n * **PartiallyConnected** \\\n * **InProgress** \\\n * **Accepted** \\\n * **Provisioning** \\\n * **DisableInProgress**\n */\nexport type ArcSettingAggregateState = string;\n\n/** Known values of {@link NodeArcState} that the service accepts. */\nexport enum KnownNodeArcState {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** Error */\n Error = \"Error\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** Connected */\n Connected = \"Connected\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Moving */\n Moving = \"Moving\",\n /** PartiallySucceeded */\n PartiallySucceeded = \"PartiallySucceeded\",\n /** PartiallyConnected */\n PartiallyConnected = \"PartiallyConnected\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Accepted */\n Accepted = \"Accepted\",\n /** Provisioning */\n Provisioning = \"Provisioning\",\n /** DisableInProgress */\n DisableInProgress = \"DisableInProgress\",\n}\n\n/**\n * Defines values for NodeArcState. \\\n * {@link KnownNodeArcState} can be used interchangeably with NodeArcState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **Error** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed** \\\n * **Connected** \\\n * **Disconnected** \\\n * **Deleted** \\\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Moving** \\\n * **PartiallySucceeded** \\\n * **PartiallyConnected** \\\n * **InProgress** \\\n * **Accepted** \\\n * **Provisioning** \\\n * **DisableInProgress**\n */\nexport type NodeArcState = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */\nexport enum KnownManagedServiceIdentityType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n /** SystemAssignedUserAssigned */\n SystemAssignedUserAssigned = \"SystemAssigned, UserAssigned\",\n}\n\n/**\n * Defines values for ManagedServiceIdentityType. \\\n * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned** \\\n * **UserAssigned** \\\n * **SystemAssigned, UserAssigned**\n */\nexport type ManagedServiceIdentityType = string;\n\n/** Known values of {@link Status} that the service accepts. */\nexport enum KnownStatus {\n /** NotYetRegistered */\n NotYetRegistered = \"NotYetRegistered\",\n /** ConnectedRecently */\n ConnectedRecently = \"ConnectedRecently\",\n /** NotConnectedRecently */\n NotConnectedRecently = \"NotConnectedRecently\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n /** Error */\n Error = \"Error\",\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** ValidationInProgress */\n ValidationInProgress = \"ValidationInProgress\",\n /** ValidationSuccess */\n ValidationSuccess = \"ValidationSuccess\",\n /** ValidationFailed */\n ValidationFailed = \"ValidationFailed\",\n /** DeploymentInProgress */\n DeploymentInProgress = \"DeploymentInProgress\",\n /** DeploymentFailed */\n DeploymentFailed = \"DeploymentFailed\",\n /** DeploymentSuccess */\n DeploymentSuccess = \"DeploymentSuccess\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** InProgress */\n InProgress = \"InProgress\",\n}\n\n/**\n * Defines values for Status. \\\n * {@link KnownStatus} can be used interchangeably with Status,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotYetRegistered** \\\n * **ConnectedRecently** \\\n * **NotConnectedRecently** \\\n * **Disconnected** \\\n * **Error** \\\n * **NotSpecified** \\\n * **ValidationInProgress** \\\n * **ValidationSuccess** \\\n * **ValidationFailed** \\\n * **DeploymentInProgress** \\\n * **DeploymentFailed** \\\n * **DeploymentSuccess** \\\n * **Succeeded** \\\n * **Failed** \\\n * **InProgress**\n */\nexport type Status = string;\n\n/** Known values of {@link ConnectivityStatus} that the service accepts. */\nexport enum KnownConnectivityStatus {\n /** NotYetRegistered */\n NotYetRegistered = \"NotYetRegistered\",\n /** Connected */\n Connected = \"Connected\",\n /** NotConnectedRecently */\n NotConnectedRecently = \"NotConnectedRecently\",\n /** PartiallyConnected */\n PartiallyConnected = \"PartiallyConnected\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n}\n\n/**\n * Defines values for ConnectivityStatus. \\\n * {@link KnownConnectivityStatus} can be used interchangeably with ConnectivityStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotYetRegistered** \\\n * **Connected** \\\n * **NotConnectedRecently** \\\n * **PartiallyConnected** \\\n * **Disconnected** \\\n * **NotSpecified**\n */\nexport type ConnectivityStatus = string;\n\n/** Known values of {@link SoftwareAssuranceStatus} that the service accepts. */\nexport enum KnownSoftwareAssuranceStatus {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for SoftwareAssuranceStatus. \\\n * {@link KnownSoftwareAssuranceStatus} can be used interchangeably with SoftwareAssuranceStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type SoftwareAssuranceStatus = string;\n\n/** Known values of {@link SoftwareAssuranceIntent} that the service accepts. */\nexport enum KnownSoftwareAssuranceIntent {\n /** Enable */\n Enable = \"Enable\",\n /** Disable */\n Disable = \"Disable\",\n}\n\n/**\n * Defines values for SoftwareAssuranceIntent. \\\n * {@link KnownSoftwareAssuranceIntent} can be used interchangeably with SoftwareAssuranceIntent,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enable** \\\n * **Disable**\n */\nexport type SoftwareAssuranceIntent = string;\n\n/** Known values of {@link LogCollectionStatus} that the service accepts. */\nexport enum KnownLogCollectionStatus {\n /** None */\n None = \"None\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n}\n\n/**\n * Defines values for LogCollectionStatus. \\\n * {@link KnownLogCollectionStatus} can be used interchangeably with LogCollectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **InProgress** \\\n * **Failed** \\\n * **Succeeded**\n */\nexport type LogCollectionStatus = string;\n\n/** Known values of {@link LogCollectionJobType} that the service accepts. */\nexport enum KnownLogCollectionJobType {\n /** OnDemand */\n OnDemand = \"OnDemand\",\n /** Scheduled */\n Scheduled = \"Scheduled\",\n}\n\n/**\n * Defines values for LogCollectionJobType. \\\n * {@link KnownLogCollectionJobType} can be used interchangeably with LogCollectionJobType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **OnDemand** \\\n * **Scheduled**\n */\nexport type LogCollectionJobType = string;\n\n/** Known values of {@link AccessLevel} that the service accepts. */\nexport enum KnownAccessLevel {\n /** Diagnostics */\n Diagnostics = \"Diagnostics\",\n /** DiagnosticsAndRepair */\n DiagnosticsAndRepair = \"DiagnosticsAndRepair\",\n}\n\n/**\n * Defines values for AccessLevel. \\\n * {@link KnownAccessLevel} can be used interchangeably with AccessLevel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Diagnostics** \\\n * **DiagnosticsAndRepair**\n */\nexport type AccessLevel = string;\n\n/** Known values of {@link RemoteSupportType} that the service accepts. */\nexport enum KnownRemoteSupportType {\n /** Enable */\n Enable = \"Enable\",\n /** Revoke */\n Revoke = \"Revoke\",\n}\n\n/**\n * Defines values for RemoteSupportType. \\\n * {@link KnownRemoteSupportType} can be used interchangeably with RemoteSupportType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enable** \\\n * **Revoke**\n */\nexport type RemoteSupportType = string;\n\n/** Known values of {@link WindowsServerSubscription} that the service accepts. */\nexport enum KnownWindowsServerSubscription {\n /** Disabled */\n Disabled = \"Disabled\",\n /** Enabled */\n Enabled = \"Enabled\",\n}\n\n/**\n * Defines values for WindowsServerSubscription. \\\n * {@link KnownWindowsServerSubscription} can be used interchangeably with WindowsServerSubscription,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled** \\\n * **Enabled**\n */\nexport type WindowsServerSubscription = string;\n\n/** Known values of {@link DiagnosticLevel} that the service accepts. */\nexport enum KnownDiagnosticLevel {\n /** Off */\n Off = \"Off\",\n /** Basic */\n Basic = \"Basic\",\n /** Enhanced */\n Enhanced = \"Enhanced\",\n}\n\n/**\n * Defines values for DiagnosticLevel. \\\n * {@link KnownDiagnosticLevel} can be used interchangeably with DiagnosticLevel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Off** \\\n * **Basic** \\\n * **Enhanced**\n */\nexport type DiagnosticLevel = string;\n\n/** Known values of {@link ClusterNodeType} that the service accepts. */\nexport enum KnownClusterNodeType {\n /** FirstParty */\n FirstParty = \"FirstParty\",\n /** ThirdParty */\n ThirdParty = \"ThirdParty\",\n}\n\n/**\n * Defines values for ClusterNodeType. \\\n * {@link KnownClusterNodeType} can be used interchangeably with ClusterNodeType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **FirstParty** \\\n * **ThirdParty**\n */\nexport type ClusterNodeType = string;\n\n/** Known values of {@link OemActivation} that the service accepts. */\nexport enum KnownOemActivation {\n /** Disabled */\n Disabled = \"Disabled\",\n /** Enabled */\n Enabled = \"Enabled\",\n}\n\n/**\n * Defines values for OemActivation. \\\n * {@link KnownOemActivation} can be used interchangeably with OemActivation,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled** \\\n * **Enabled**\n */\nexport type OemActivation = string;\n\n/** Known values of {@link ImdsAttestation} that the service accepts. */\nexport enum KnownImdsAttestation {\n /** Disabled */\n Disabled = \"Disabled\",\n /** Enabled */\n Enabled = \"Enabled\",\n}\n\n/**\n * Defines values for ImdsAttestation. \\\n * {@link KnownImdsAttestation} can be used interchangeably with ImdsAttestation,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled** \\\n * **Enabled**\n */\nexport type ImdsAttestation = string;\n\n/** Known values of {@link DeploymentMode} that the service accepts. */\nexport enum KnownDeploymentMode {\n /** Validate ECE action deployment for a cluster. */\n Validate = \"Validate\",\n /** Deploy ECE action deployment for a cluster. */\n Deploy = \"Deploy\",\n}\n\n/**\n * Defines values for DeploymentMode. \\\n * {@link KnownDeploymentMode} can be used interchangeably with DeploymentMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Validate**: Validate ECE action deployment for a cluster. \\\n * **Deploy**: Deploy ECE action deployment for a cluster.\n */\nexport type DeploymentMode = string;\n\n/** Known values of {@link OperationType} that the service accepts. */\nexport enum KnownOperationType {\n /** Cluster provisioning operation. */\n ClusterProvisioning = \"ClusterProvisioning\",\n /** Cluster upgrade operation. */\n ClusterUpgrade = \"ClusterUpgrade\",\n}\n\n/**\n * Defines values for OperationType. \\\n * {@link KnownOperationType} can be used interchangeably with OperationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ClusterProvisioning**: Cluster provisioning operation. \\\n * **ClusterUpgrade**: Cluster upgrade operation.\n */\nexport type OperationType = string;\n\n/** Known values of {@link EceSecrets} that the service accepts. */\nexport enum KnownEceSecrets {\n /** AzureStackLCMUserCredential used for LCM operations for AzureStackHCI cluster. */\n AzureStackLCMUserCredential = \"AzureStackLCMUserCredential\",\n /** DefaultARBApplication used to manage Azure Arc resource bridge (ARB) for AzureStackHCI cluster. */\n DefaultARBApplication = \"DefaultARBApplication\",\n /** LocalAdminCredential used for admin operations for AzureStackHCI cluster. */\n LocalAdminCredential = \"LocalAdminCredential\",\n /** WitnessStorageKey used for setting up a cloud witness for AzureStackHCI cluster. */\n WitnessStorageKey = \"WitnessStorageKey\",\n}\n\n/**\n * Defines values for EceSecrets. \\\n * {@link KnownEceSecrets} can be used interchangeably with EceSecrets,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AzureStackLCMUserCredential**: AzureStackLCMUserCredential used for LCM operations for AzureStackHCI cluster. \\\n * **DefaultARBApplication**: DefaultARBApplication used to manage Azure Arc resource bridge (ARB) for AzureStackHCI cluster. \\\n * **LocalAdminCredential**: LocalAdminCredential used for admin operations for AzureStackHCI cluster. \\\n * **WitnessStorageKey**: WitnessStorageKey used for setting up a cloud witness for AzureStackHCI cluster.\n */\nexport type EceSecrets = string;\n\n/** Known values of {@link DeviceKind} that the service accepts. */\nexport enum KnownDeviceKind {\n /** Arc-enabled edge device with HCI OS. */\n HCI = \"HCI\",\n}\n\n/**\n * Defines values for DeviceKind. \\\n * {@link KnownDeviceKind} can be used interchangeably with DeviceKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **HCI**: Arc-enabled edge device with HCI OS.\n */\nexport type DeviceKind = string;\n\n/** Known values of {@link ExtensionAggregateState} that the service accepts. */\nexport enum KnownExtensionAggregateState {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** Error */\n Error = \"Error\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** Connected */\n Connected = \"Connected\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Moving */\n Moving = \"Moving\",\n /** PartiallySucceeded */\n PartiallySucceeded = \"PartiallySucceeded\",\n /** PartiallyConnected */\n PartiallyConnected = \"PartiallyConnected\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Accepted */\n Accepted = \"Accepted\",\n /** Provisioning */\n Provisioning = \"Provisioning\",\n /** UpgradeFailedRollbackSucceeded */\n UpgradeFailedRollbackSucceeded = \"UpgradeFailedRollbackSucceeded\",\n}\n\n/**\n * Defines values for ExtensionAggregateState. \\\n * {@link KnownExtensionAggregateState} can be used interchangeably with ExtensionAggregateState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **Error** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed** \\\n * **Connected** \\\n * **Disconnected** \\\n * **Deleted** \\\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Moving** \\\n * **PartiallySucceeded** \\\n * **PartiallyConnected** \\\n * **InProgress** \\\n * **Accepted** \\\n * **Provisioning** \\\n * **UpgradeFailedRollbackSucceeded**\n */\nexport type ExtensionAggregateState = string;\n\n/** Known values of {@link NodeExtensionState} that the service accepts. */\nexport enum KnownNodeExtensionState {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** Error */\n Error = \"Error\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** Connected */\n Connected = \"Connected\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Moving */\n Moving = \"Moving\",\n /** PartiallySucceeded */\n PartiallySucceeded = \"PartiallySucceeded\",\n /** PartiallyConnected */\n PartiallyConnected = \"PartiallyConnected\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Accepted */\n Accepted = \"Accepted\",\n /** Provisioning */\n Provisioning = \"Provisioning\",\n}\n\n/**\n * Defines values for NodeExtensionState. \\\n * {@link KnownNodeExtensionState} can be used interchangeably with NodeExtensionState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **Error** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed** \\\n * **Connected** \\\n * **Disconnected** \\\n * **Deleted** \\\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Moving** \\\n * **PartiallySucceeded** \\\n * **PartiallyConnected** \\\n * **InProgress** \\\n * **Accepted** \\\n * **Provisioning**\n */\nexport type NodeExtensionState = string;\n\n/** Known values of {@link StatusLevelTypes} that the service accepts. */\nexport enum KnownStatusLevelTypes {\n /** Info */\n Info = \"Info\",\n /** Warning */\n Warning = \"Warning\",\n /** Error */\n Error = \"Error\",\n}\n\n/**\n * Defines values for StatusLevelTypes. \\\n * {@link KnownStatusLevelTypes} can be used interchangeably with StatusLevelTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Info** \\\n * **Warning** \\\n * **Error**\n */\nexport type StatusLevelTypes = string;\n\n/** Known values of {@link ExtensionManagedBy} that the service accepts. */\nexport enum KnownExtensionManagedBy {\n /** User */\n User = \"User\",\n /** Azure */\n Azure = \"Azure\",\n}\n\n/**\n * Defines values for ExtensionManagedBy. \\\n * {@link KnownExtensionManagedBy} can be used interchangeably with ExtensionManagedBy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Azure**\n */\nexport type ExtensionManagedBy = string;\n\n/** Known values of {@link Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** User */\n User = \"user\",\n /** System */\n System = \"system\",\n /** UserSystem */\n UserSystem = \"user,system\",\n}\n\n/**\n * Defines values for Origin. \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **system** \\\n * **user,system**\n */\nexport type Origin = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Internal */\n Internal = \"Internal\",\n}\n\n/**\n * Defines values for ActionType. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**\n */\nexport type ActionType = string;\n\n/** Known values of {@link ComplianceAssignmentType} that the service accepts. */\nexport enum KnownComplianceAssignmentType {\n /** Report on the state of the machine, but don't make changes. */\n Audit = \"Audit\",\n /** Applied to the machine. If it drifts, the local service inside the machine makes a correction at the next evaluation. */\n ApplyAndAutoCorrect = \"ApplyAndAutoCorrect\",\n}\n\n/**\n * Defines values for ComplianceAssignmentType. \\\n * {@link KnownComplianceAssignmentType} can be used interchangeably with ComplianceAssignmentType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Audit**: Report on the state of the machine, but don't make changes. \\\n * **ApplyAndAutoCorrect**: Applied to the machine. If it drifts, the local service inside the machine makes a correction at the next evaluation.\n */\nexport type ComplianceAssignmentType = string;\n\n/** Known values of {@link ComplianceStatus} that the service accepts. */\nexport enum KnownComplianceStatus {\n /** The resource is compliant */\n Compliant = \"Compliant\",\n /** The resource is non-compliant */\n NonCompliant = \"NonCompliant\",\n /** The resource compliance status is pending */\n Pending = \"Pending\",\n}\n\n/**\n * Defines values for ComplianceStatus. \\\n * {@link KnownComplianceStatus} can be used interchangeably with ComplianceStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Compliant**: The resource is compliant \\\n * **NonCompliant**: The resource is non-compliant \\\n * **Pending**: The resource compliance status is pending\n */\nexport type ComplianceStatus = string;\n\n/** Known values of {@link UpdateRunPropertiesState} that the service accepts. */\nexport enum KnownUpdateRunPropertiesState {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for UpdateRunPropertiesState. \\\n * {@link KnownUpdateRunPropertiesState} can be used interchangeably with UpdateRunPropertiesState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Succeeded** \\\n * **InProgress** \\\n * **Failed**\n */\nexport type UpdateRunPropertiesState = string;\n\n/** Known values of {@link HealthState} that the service accepts. */\nexport enum KnownHealthState {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Success */\n Success = \"Success\",\n /** Failure */\n Failure = \"Failure\",\n /** Warning */\n Warning = \"Warning\",\n /** Error */\n Error = \"Error\",\n /** InProgress */\n InProgress = \"InProgress\",\n}\n\n/**\n * Defines values for HealthState. \\\n * {@link KnownHealthState} can be used interchangeably with HealthState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Success** \\\n * **Failure** \\\n * **Warning** \\\n * **Error** \\\n * **InProgress**\n */\nexport type HealthState = string;\n\n/** Known values of {@link Severity} that the service accepts. */\nexport enum KnownSeverity {\n /** Critical */\n Critical = \"Critical\",\n /** Warning */\n Warning = \"Warning\",\n /** Informational */\n Informational = \"Informational\",\n /** Hidden */\n Hidden = \"Hidden\",\n}\n\n/**\n * Defines values for Severity. \\\n * {@link KnownSeverity} can be used interchangeably with Severity,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Critical** \\\n * **Warning** \\\n * **Informational** \\\n * **Hidden**\n */\nexport type Severity = string;\n\n/** Known values of {@link UpdateSummariesPropertiesState} that the service accepts. */\nexport enum KnownUpdateSummariesPropertiesState {\n /** Unknown */\n Unknown = \"Unknown\",\n /** AppliedSuccessfully */\n AppliedSuccessfully = \"AppliedSuccessfully\",\n /** UpdateAvailable */\n UpdateAvailable = \"UpdateAvailable\",\n /** UpdateInProgress */\n UpdateInProgress = \"UpdateInProgress\",\n /** UpdateFailed */\n UpdateFailed = \"UpdateFailed\",\n /** NeedsAttention */\n NeedsAttention = \"NeedsAttention\",\n /** PreparationInProgress */\n PreparationInProgress = \"PreparationInProgress\",\n /** PreparationFailed */\n PreparationFailed = \"PreparationFailed\",\n}\n\n/**\n * Defines values for UpdateSummariesPropertiesState. \\\n * {@link KnownUpdateSummariesPropertiesState} can be used interchangeably with UpdateSummariesPropertiesState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **AppliedSuccessfully** \\\n * **UpdateAvailable** \\\n * **UpdateInProgress** \\\n * **UpdateFailed** \\\n * **NeedsAttention** \\\n * **PreparationInProgress** \\\n * **PreparationFailed**\n */\nexport type UpdateSummariesPropertiesState = string;\n\n/** Known values of {@link State} that the service accepts. */\nexport enum KnownState {\n /** HasPrerequisite */\n HasPrerequisite = \"HasPrerequisite\",\n /** Obsolete */\n Obsolete = \"Obsolete\",\n /** Ready */\n Ready = \"Ready\",\n /** NotApplicableBecauseAnotherUpdateIsInProgress */\n NotApplicableBecauseAnotherUpdateIsInProgress = \"NotApplicableBecauseAnotherUpdateIsInProgress\",\n /** Preparing */\n Preparing = \"Preparing\",\n /** Installing */\n Installing = \"Installing\",\n /** Installed */\n Installed = \"Installed\",\n /** PreparationFailed */\n PreparationFailed = \"PreparationFailed\",\n /** InstallationFailed */\n InstallationFailed = \"InstallationFailed\",\n /** Invalid */\n Invalid = \"Invalid\",\n /** Recalled */\n Recalled = \"Recalled\",\n /** Downloading */\n Downloading = \"Downloading\",\n /** DownloadFailed */\n DownloadFailed = \"DownloadFailed\",\n /** HealthChecking */\n HealthChecking = \"HealthChecking\",\n /** HealthCheckFailed */\n HealthCheckFailed = \"HealthCheckFailed\",\n /** ReadyToInstall */\n ReadyToInstall = \"ReadyToInstall\",\n /** ScanInProgress */\n ScanInProgress = \"ScanInProgress\",\n /** ScanFailed */\n ScanFailed = \"ScanFailed\",\n /** AdditionalContentRequired */\n AdditionalContentRequired = \"AdditionalContentRequired\",\n}\n\n/**\n * Defines values for State. \\\n * {@link KnownState} can be used interchangeably with State,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **HasPrerequisite** \\\n * **Obsolete** \\\n * **Ready** \\\n * **NotApplicableBecauseAnotherUpdateIsInProgress** \\\n * **Preparing** \\\n * **Installing** \\\n * **Installed** \\\n * **PreparationFailed** \\\n * **InstallationFailed** \\\n * **Invalid** \\\n * **Recalled** \\\n * **Downloading** \\\n * **DownloadFailed** \\\n * **HealthChecking** \\\n * **HealthCheckFailed** \\\n * **ReadyToInstall** \\\n * **ScanInProgress** \\\n * **ScanFailed** \\\n * **AdditionalContentRequired**\n */\nexport type State = string;\n\n/** Known values of {@link RebootRequirement} that the service accepts. */\nexport enum KnownRebootRequirement {\n /** Unknown */\n Unknown = \"Unknown\",\n /** True */\n True = \"True\",\n /** False */\n False = \"False\",\n}\n\n/**\n * Defines values for RebootRequirement. \\\n * {@link KnownRebootRequirement} can be used interchangeably with RebootRequirement,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **True** \\\n * **False**\n */\nexport type RebootRequirement = string;\n\n/** Known values of {@link AvailabilityType} that the service accepts. */\nexport enum KnownAvailabilityType {\n /** Local */\n Local = \"Local\",\n /** Online */\n Online = \"Online\",\n /** Notify */\n Notify = \"Notify\",\n}\n\n/**\n * Defines values for AvailabilityType. \\\n * {@link KnownAvailabilityType} can be used interchangeably with AvailabilityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Local** \\\n * **Online** \\\n * **Notify**\n */\nexport type AvailabilityType = string;\n\n/** Known values of {@link ServiceName} that the service accepts. */\nexport enum KnownServiceName {\n /** WAC */\n WAC = \"WAC\",\n}\n\n/**\n * Defines values for ServiceName. \\\n * {@link KnownServiceName} can be used interchangeably with ServiceName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **WAC**\n */\nexport type ServiceName = string;\n\n/** Known values of {@link ArcExtensionState} that the service accepts. */\nexport enum KnownArcExtensionState {\n /** Arc extension state is not specified. */\n NotSpecified = \"NotSpecified\",\n /** Arc extension state is Succeeded. */\n Succeeded = \"Succeeded\",\n /** Arc extension state is Failed. */\n Failed = \"Failed\",\n /** Arc extension state is Canceled. */\n Canceled = \"Canceled\",\n /** Arc extension state is Accepted when extension installation triggered. */\n Accepted = \"Accepted\",\n /** Arc extension is in Creating State. */\n Creating = \"Creating\",\n /** Arc extension is in Updating State. */\n Updating = \"Updating\",\n /** Arc extension is in Moving State. */\n Moving = \"Moving\",\n /** Arc extension is in Deleting State. */\n Deleting = \"Deleting\",\n /** Arc extension is in Deleted State. */\n Deleted = \"Deleted\",\n}\n\n/**\n * Defines values for ArcExtensionState. \\\n * {@link KnownArcExtensionState} can be used interchangeably with ArcExtensionState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified**: Arc extension state is not specified. \\\n * **Succeeded**: Arc extension state is Succeeded. \\\n * **Failed**: Arc extension state is Failed. \\\n * **Canceled**: Arc extension state is Canceled. \\\n * **Accepted**: Arc extension state is Accepted when extension installation triggered. \\\n * **Creating**: Arc extension is in Creating State. \\\n * **Updating**: Arc extension is in Updating State. \\\n * **Moving**: Arc extension is in Moving State. \\\n * **Deleting**: Arc extension is in Deleting State. \\\n * **Deleted**: Arc extension is in Deleted State.\n */\nexport type ArcExtensionState = string;\n\n/** Known values of {@link DeviceState} that the service accepts. */\nexport enum KnownDeviceState {\n /** The edge device state is not specified. */\n NotSpecified = \"NotSpecified\",\n /** The edge device state is in connected state. */\n Connected = \"Connected\",\n /** The edge device state is in disconnected state. */\n Disconnected = \"Disconnected\",\n /** The edge device state is in repairing state. */\n Repairing = \"Repairing\",\n /** The edge device state is in draining state. */\n Draining = \"Draining\",\n /** The edge device state is in maintenance state. */\n InMaintenance = \"InMaintenance\",\n /** The edge device state is in resuming state. */\n Resuming = \"Resuming\",\n /** The edge device state is in processing state. */\n Processing = \"Processing\",\n}\n\n/**\n * Defines values for DeviceState. \\\n * {@link KnownDeviceState} can be used interchangeably with DeviceState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified**: The edge device state is not specified. \\\n * **Connected**: The edge device state is in connected state. \\\n * **Disconnected**: The edge device state is in disconnected state. \\\n * **Repairing**: The edge device state is in repairing state. \\\n * **Draining**: The edge device state is in draining state. \\\n * **InMaintenance**: The edge device state is in maintenance state. \\\n * **Resuming**: The edge device state is in resuming state. \\\n * **Processing**: The edge device state is in processing state.\n */\nexport type DeviceState = string;\n\n/** Optional parameters. */\nexport interface ArcSettingsListByClusterOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByCluster operation. */\nexport type ArcSettingsListByClusterResponse = ArcSettingList;\n\n/** Optional parameters. */\nexport interface ArcSettingsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ArcSettingsGetResponse = ArcSetting;\n\n/** Optional parameters. */\nexport interface ArcSettingsCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type ArcSettingsCreateResponse = ArcSetting;\n\n/** Optional parameters. */\nexport interface ArcSettingsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ArcSettingsUpdateResponse = ArcSetting;\n\n/** Optional parameters. */\nexport interface ArcSettingsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ArcSettingsGeneratePasswordOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the generatePassword operation. */\nexport type ArcSettingsGeneratePasswordResponse = PasswordCredential;\n\n/** Optional parameters. */\nexport interface ArcSettingsCreateIdentityOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createIdentity operation. */\nexport type ArcSettingsCreateIdentityResponse = ArcIdentityResponse;\n\n/** Optional parameters. */\nexport interface ArcSettingsConsentAndInstallDefaultExtensionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the consentAndInstallDefaultExtensions operation. */\nexport type ArcSettingsConsentAndInstallDefaultExtensionsResponse = ArcSetting;\n\n/** Optional parameters. */\nexport interface ArcSettingsInitializeDisableProcessOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ArcSettingsListByClusterNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByClusterNext operation. */\nexport type ArcSettingsListByClusterNextResponse = ArcSettingList;\n\n/** Optional parameters. */\nexport interface ClustersListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type ClustersListBySubscriptionResponse = ClusterList;\n\n/** Optional parameters. */\nexport interface ClustersListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ClustersListByResourceGroupResponse = ClusterList;\n\n/** Optional parameters. */\nexport interface ClustersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ClustersGetResponse = Cluster;\n\n/** Optional parameters. */\nexport interface ClustersCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type ClustersCreateResponse = Cluster;\n\n/** Optional parameters. */\nexport interface ClustersUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ClustersUpdateResponse = Cluster;\n\n/** Optional parameters. */\nexport interface ClustersDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ClustersUploadCertificateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ClustersCreateIdentityOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createIdentity operation. */\nexport type ClustersCreateIdentityResponse = ClusterIdentityResponse;\n\n/** Optional parameters. */\nexport interface ClustersExtendSoftwareAssuranceBenefitOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the extendSoftwareAssuranceBenefit operation. */\nexport type ClustersExtendSoftwareAssuranceBenefitResponse = Cluster;\n\n/** Optional parameters. */\nexport interface ClustersTriggerLogCollectionOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the triggerLogCollection operation. */\nexport type ClustersTriggerLogCollectionResponse = Cluster;\n\n/** Optional parameters. */\nexport interface ClustersConfigureRemoteSupportOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the configureRemoteSupport operation. */\nexport type ClustersConfigureRemoteSupportResponse = Cluster;\n\n/** Optional parameters. */\nexport interface ClustersListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type ClustersListBySubscriptionNextResponse = ClusterList;\n\n/** Optional parameters. */\nexport interface ClustersListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ClustersListByResourceGroupNextResponse = ClusterList;\n\n/** Optional parameters. */\nexport interface DeploymentSettingsListByClustersOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByClusters operation. */\nexport type DeploymentSettingsListByClustersResponse =\n DeploymentSettingListResult;\n\n/** Optional parameters. */\nexport interface DeploymentSettingsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DeploymentSettingsGetResponse = DeploymentSetting;\n\n/** Optional parameters. */\nexport interface DeploymentSettingsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DeploymentSettingsCreateOrUpdateResponse = DeploymentSetting;\n\n/** Optional parameters. */\nexport interface DeploymentSettingsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type DeploymentSettingsDeleteResponse = DeploymentSettingsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface DeploymentSettingsListByClustersNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByClustersNext operation. */\nexport type DeploymentSettingsListByClustersNextResponse =\n DeploymentSettingListResult;\n\n/** Optional parameters. */\nexport interface EdgeDevicesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type EdgeDevicesListResponse = EdgeDeviceListResult;\n\n/** Optional parameters. */\nexport interface EdgeDevicesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type EdgeDevicesGetResponse = EdgeDeviceUnion;\n\n/** Optional parameters. */\nexport interface EdgeDevicesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type EdgeDevicesCreateOrUpdateResponse = EdgeDeviceUnion;\n\n/** Optional parameters. */\nexport interface EdgeDevicesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type EdgeDevicesDeleteResponse = EdgeDevicesDeleteHeaders;\n\n/** Optional parameters. */\nexport interface EdgeDevicesValidateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the validate operation. */\nexport type EdgeDevicesValidateResponse = ValidateResponse;\n\n/** Optional parameters. */\nexport interface EdgeDevicesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type EdgeDevicesListNextResponse = EdgeDeviceListResult;\n\n/** Optional parameters. */\nexport interface ExtensionsListByArcSettingOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByArcSetting operation. */\nexport type ExtensionsListByArcSettingResponse = ExtensionList;\n\n/** Optional parameters. */\nexport interface ExtensionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ExtensionsGetResponse = Extension;\n\n/** Optional parameters. */\nexport interface ExtensionsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type ExtensionsCreateResponse = Extension;\n\n/** Optional parameters. */\nexport interface ExtensionsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ExtensionsUpdateResponse = Extension;\n\n/** Optional parameters. */\nexport interface ExtensionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ExtensionsUpgradeOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ExtensionsListByArcSettingNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByArcSettingNext operation. */\nexport type ExtensionsListByArcSettingNextResponse = ExtensionList;\n\n/** Optional parameters. */\nexport interface OffersListByPublisherOptionalParams\n extends coreClient.OperationOptions {\n /** Specify $expand=content,contentVersion to populate additional fields related to the marketplace offer. */\n expand?: string;\n}\n\n/** Contains response data for the listByPublisher operation. */\nexport type OffersListByPublisherResponse = OfferList;\n\n/** Optional parameters. */\nexport interface OffersListByClusterOptionalParams\n extends coreClient.OperationOptions {\n /** Specify $expand=content,contentVersion to populate additional fields related to the marketplace offer. */\n expand?: string;\n}\n\n/** Contains response data for the listByCluster operation. */\nexport type OffersListByClusterResponse = OfferList;\n\n/** Optional parameters. */\nexport interface OffersGetOptionalParams extends coreClient.OperationOptions {\n /** Specify $expand=content,contentVersion to populate additional fields related to the marketplace offer. */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type OffersGetResponse = Offer;\n\n/** Optional parameters. */\nexport interface OffersListByPublisherNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByPublisherNext operation. */\nexport type OffersListByPublisherNextResponse = OfferList;\n\n/** Optional parameters. */\nexport interface OffersListByClusterNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByClusterNext operation. */\nexport type OffersListByClusterNextResponse = OfferList;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface PublishersListByClusterOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByCluster operation. */\nexport type PublishersListByClusterResponse = PublisherList;\n\n/** Optional parameters. */\nexport interface PublishersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PublishersGetResponse = Publisher;\n\n/** Optional parameters. */\nexport interface PublishersListByClusterNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByClusterNext operation. */\nexport type PublishersListByClusterNextResponse = PublisherList;\n\n/** Optional parameters. */\nexport interface SecuritySettingsListByClustersOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByClusters operation. */\nexport type SecuritySettingsListByClustersResponse = SecuritySettingListResult;\n\n/** Optional parameters. */\nexport interface SecuritySettingsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SecuritySettingsGetResponse = SecuritySetting;\n\n/** Optional parameters. */\nexport interface SecuritySettingsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SecuritySettingsCreateOrUpdateResponse = SecuritySetting;\n\n/** Optional parameters. */\nexport interface SecuritySettingsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type SecuritySettingsDeleteResponse = SecuritySettingsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface SecuritySettingsListByClustersNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByClustersNext operation. */\nexport type SecuritySettingsListByClustersNextResponse =\n SecuritySettingListResult;\n\n/** Optional parameters. */\nexport interface SkusListByOfferOptionalParams\n extends coreClient.OperationOptions {\n /** Specify $expand=content,contentVersion to populate additional fields related to the marketplace offer. */\n expand?: string;\n}\n\n/** Contains response data for the listByOffer operation. */\nexport type SkusListByOfferResponse = SkuList;\n\n/** Optional parameters. */\nexport interface SkusGetOptionalParams extends coreClient.OperationOptions {\n /** Specify $expand=content,contentVersion to populate additional fields related to the marketplace offer. */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type SkusGetResponse = Sku;\n\n/** Optional parameters. */\nexport interface SkusListByOfferNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByOfferNext operation. */\nexport type SkusListByOfferNextResponse = SkuList;\n\n/** Optional parameters. */\nexport interface UpdateRunsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type UpdateRunsListResponse = UpdateRunList;\n\n/** Optional parameters. */\nexport interface UpdateRunsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface UpdateRunsPutOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the put operation. */\nexport type UpdateRunsPutResponse = UpdateRun;\n\n/** Optional parameters. */\nexport interface UpdateRunsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type UpdateRunsGetResponse = UpdateRun;\n\n/** Optional parameters. */\nexport interface UpdateRunsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type UpdateRunsListNextResponse = UpdateRunList;\n\n/** Optional parameters. */\nexport interface UpdateSummariesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type UpdateSummariesListResponse = UpdateSummariesList;\n\n/** Optional parameters. */\nexport interface UpdateSummariesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface UpdateSummariesPutOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the put operation. */\nexport type UpdateSummariesPutResponse = UpdateSummaries;\n\n/** Optional parameters. */\nexport interface UpdateSummariesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type UpdateSummariesGetResponse = UpdateSummaries;\n\n/** Optional parameters. */\nexport interface UpdateSummariesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type UpdateSummariesListNextResponse = UpdateSummariesList;\n\n/** Optional parameters. */\nexport interface UpdatesPostOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface UpdatesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type UpdatesListResponse = UpdateList;\n\n/** Optional parameters. */\nexport interface UpdatesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface UpdatesPutOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the put operation. */\nexport type UpdatesPutResponse = Update;\n\n/** Optional parameters. */\nexport interface UpdatesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type UpdatesGetResponse = Update;\n\n/** Optional parameters. */\nexport interface UpdatesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type UpdatesListNextResponse = UpdateList;\n\n/** Optional parameters. */\nexport interface AzureStackHCIClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}