@azure/arm-hdinsight 1.3.0-beta.4 → 2.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1013) hide show
  1. package/README.md +11 -11
  2. package/dist/browser/api/applications/index.d.ts +3 -0
  3. package/dist/browser/api/applications/index.js +4 -0
  4. package/dist/browser/api/applications/index.js.map +1 -0
  5. package/dist/browser/api/applications/operations.d.ts +27 -0
  6. package/dist/browser/api/applications/operations.js +165 -0
  7. package/dist/browser/api/applications/operations.js.map +1 -0
  8. package/dist/browser/api/applications/options.d.ts +21 -0
  9. package/dist/browser/api/applications/options.js +4 -0
  10. package/dist/browser/api/applications/options.js.map +1 -0
  11. package/dist/browser/api/clusters/index.d.ts +3 -0
  12. package/dist/browser/api/clusters/index.js +4 -0
  13. package/dist/browser/api/clusters/index.js.map +1 -0
  14. package/dist/browser/api/clusters/operations.d.ts +63 -0
  15. package/dist/browser/api/clusters/operations.js +453 -0
  16. package/dist/browser/api/clusters/operations.js.map +1 -0
  17. package/dist/browser/api/clusters/options.d.ts +60 -0
  18. package/dist/browser/api/clusters/options.js +4 -0
  19. package/dist/browser/api/clusters/options.js.map +1 -0
  20. package/dist/browser/api/configurations/index.d.ts +3 -0
  21. package/dist/browser/api/configurations/index.js +4 -0
  22. package/dist/browser/api/configurations/index.js.map +1 -0
  23. package/dist/browser/api/configurations/operations.d.ts +18 -0
  24. package/dist/browser/api/configurations/operations.js +99 -0
  25. package/dist/browser/api/configurations/operations.js.map +1 -0
  26. package/dist/browser/api/configurations/options.d.ts +13 -0
  27. package/dist/browser/api/configurations/options.js +4 -0
  28. package/dist/browser/api/configurations/options.js.map +1 -0
  29. package/dist/browser/api/extensions/index.d.ts +3 -0
  30. package/dist/browser/api/extensions/index.js +4 -0
  31. package/dist/browser/api/extensions/index.js.map +1 -0
  32. package/dist/browser/api/extensions/operations.d.ts +58 -0
  33. package/dist/browser/api/extensions/operations.js +408 -0
  34. package/dist/browser/api/extensions/operations.js.map +1 -0
  35. package/dist/browser/api/extensions/options.d.ts +57 -0
  36. package/dist/browser/api/extensions/options.js +4 -0
  37. package/dist/browser/api/extensions/options.js.map +1 -0
  38. package/dist/browser/api/hdInsightManagementContext.d.ts +22 -0
  39. package/dist/browser/api/hdInsightManagementContext.js +24 -0
  40. package/dist/browser/api/hdInsightManagementContext.js.map +1 -0
  41. package/dist/browser/api/index.d.ts +3 -0
  42. package/dist/browser/api/index.js +4 -0
  43. package/dist/browser/api/index.js.map +1 -0
  44. package/dist/browser/api/locations/index.d.ts +3 -0
  45. package/dist/browser/api/locations/index.js +4 -0
  46. package/dist/browser/api/locations/index.js.map +1 -0
  47. package/dist/browser/api/locations/operations.d.ts +29 -0
  48. package/dist/browser/api/locations/operations.js +173 -0
  49. package/dist/browser/api/locations/operations.js.map +1 -0
  50. package/dist/browser/api/locations/options.d.ts +20 -0
  51. package/dist/browser/api/locations/options.js +4 -0
  52. package/dist/browser/api/locations/options.js.map +1 -0
  53. package/dist/browser/api/operations/index.d.ts +3 -0
  54. package/dist/browser/api/operations/index.js +4 -0
  55. package/dist/browser/api/operations/index.js.map +1 -0
  56. package/dist/browser/api/operations/operations.d.ts +10 -0
  57. package/dist/browser/api/operations/operations.js +35 -0
  58. package/dist/browser/api/operations/operations.js.map +1 -0
  59. package/dist/browser/api/operations/options.d.ts +5 -0
  60. package/dist/browser/api/operations/options.js +4 -0
  61. package/dist/browser/api/operations/options.js.map +1 -0
  62. package/dist/browser/api/privateEndpointConnections/index.d.ts +3 -0
  63. package/dist/browser/api/privateEndpointConnections/index.js +4 -0
  64. package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
  65. package/dist/browser/api/privateEndpointConnections/operations.d.ts +23 -0
  66. package/dist/browser/api/privateEndpointConnections/operations.js +135 -0
  67. package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -0
  68. package/dist/browser/api/privateEndpointConnections/options.d.ts +18 -0
  69. package/dist/browser/api/privateEndpointConnections/options.js +4 -0
  70. package/dist/browser/api/privateEndpointConnections/options.js.map +1 -0
  71. package/dist/browser/api/privateLinkResources/index.d.ts +3 -0
  72. package/dist/browser/api/privateLinkResources/index.js +4 -0
  73. package/dist/browser/api/privateLinkResources/index.js.map +1 -0
  74. package/dist/browser/api/privateLinkResources/operations.d.ts +13 -0
  75. package/dist/browser/api/privateLinkResources/operations.js +63 -0
  76. package/dist/browser/api/privateLinkResources/operations.js.map +1 -0
  77. package/dist/browser/api/privateLinkResources/options.d.ts +8 -0
  78. package/dist/browser/api/privateLinkResources/options.js +4 -0
  79. package/dist/browser/api/privateLinkResources/options.js.map +1 -0
  80. package/dist/browser/api/scriptActions/index.d.ts +3 -0
  81. package/dist/browser/api/scriptActions/index.js +4 -0
  82. package/dist/browser/api/scriptActions/index.js.map +1 -0
  83. package/dist/browser/api/scriptActions/operations.d.ts +22 -0
  84. package/dist/browser/api/scriptActions/operations.js +122 -0
  85. package/dist/browser/api/scriptActions/operations.js.map +1 -0
  86. package/dist/browser/api/scriptActions/options.d.ts +14 -0
  87. package/dist/browser/api/scriptActions/options.js +4 -0
  88. package/dist/browser/api/scriptActions/options.js.map +1 -0
  89. package/dist/browser/api/scriptExecutionHistory/index.d.ts +3 -0
  90. package/dist/browser/api/scriptExecutionHistory/index.js +4 -0
  91. package/dist/browser/api/scriptExecutionHistory/index.js.map +1 -0
  92. package/dist/browser/api/scriptExecutionHistory/operations.d.ts +14 -0
  93. package/dist/browser/api/scriptExecutionHistory/operations.js +64 -0
  94. package/dist/browser/api/scriptExecutionHistory/operations.js.map +1 -0
  95. package/dist/browser/api/scriptExecutionHistory/options.d.ts +8 -0
  96. package/dist/browser/api/scriptExecutionHistory/options.js +4 -0
  97. package/dist/browser/api/scriptExecutionHistory/options.js.map +1 -0
  98. package/dist/browser/api/virtualMachines/index.d.ts +3 -0
  99. package/dist/browser/api/virtualMachines/index.js +4 -0
  100. package/dist/browser/api/virtualMachines/index.js.map +1 -0
  101. package/dist/browser/api/virtualMachines/operations.d.ts +18 -0
  102. package/dist/browser/api/virtualMachines/operations.js +100 -0
  103. package/dist/browser/api/virtualMachines/operations.js.map +1 -0
  104. package/dist/browser/api/virtualMachines/options.d.ts +13 -0
  105. package/dist/browser/api/virtualMachines/options.js +4 -0
  106. package/dist/browser/api/virtualMachines/options.js.map +1 -0
  107. package/dist/browser/classic/applications/index.d.ts +29 -0
  108. package/dist/browser/classic/applications/index.js +35 -0
  109. package/dist/browser/classic/applications/index.js.map +1 -0
  110. package/dist/browser/classic/clusters/index.d.ts +71 -0
  111. package/dist/browser/classic/clusters/index.js +92 -0
  112. package/dist/browser/classic/clusters/index.js.map +1 -0
  113. package/dist/browser/classic/configurations/index.d.ts +20 -0
  114. package/dist/browser/classic/configurations/index.js +25 -0
  115. package/dist/browser/classic/configurations/index.js.map +1 -0
  116. package/dist/browser/classic/extensions/index.d.ts +68 -0
  117. package/dist/browser/classic/extensions/index.js +91 -0
  118. package/dist/browser/classic/extensions/index.js.map +1 -0
  119. package/dist/browser/classic/index.d.ts +12 -0
  120. package/dist/browser/classic/index.js +4 -0
  121. package/dist/browser/classic/index.js.map +1 -0
  122. package/dist/browser/classic/locations/index.d.ts +20 -0
  123. package/dist/browser/classic/locations/index.js +19 -0
  124. package/dist/browser/classic/locations/index.js.map +1 -0
  125. package/dist/browser/classic/operations/index.d.ts +11 -0
  126. package/dist/browser/classic/operations/index.js +14 -0
  127. package/dist/browser/classic/operations/index.js.map +1 -0
  128. package/dist/browser/classic/privateEndpointConnections/index.d.ts +27 -0
  129. package/dist/browser/classic/privateEndpointConnections/index.js +34 -0
  130. package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
  131. package/dist/browser/classic/privateLinkResources/index.d.ts +12 -0
  132. package/dist/browser/classic/privateLinkResources/index.js +15 -0
  133. package/dist/browser/classic/privateLinkResources/index.js.map +1 -0
  134. package/dist/browser/classic/scriptActions/index.d.ts +17 -0
  135. package/dist/browser/classic/scriptActions/index.js +17 -0
  136. package/dist/browser/classic/scriptActions/index.js.map +1 -0
  137. package/dist/browser/classic/scriptExecutionHistory/index.d.ts +13 -0
  138. package/dist/browser/classic/scriptExecutionHistory/index.js +15 -0
  139. package/dist/browser/classic/scriptExecutionHistory/index.js.map +1 -0
  140. package/dist/browser/classic/virtualMachines/index.d.ts +20 -0
  141. package/dist/browser/classic/virtualMachines/index.js +25 -0
  142. package/dist/browser/classic/virtualMachines/index.js.map +1 -0
  143. package/dist/browser/hdInsightManagementClient.d.ts +45 -0
  144. package/dist/browser/hdInsightManagementClient.js +73 -0
  145. package/dist/browser/hdInsightManagementClient.js.map +1 -0
  146. package/dist/browser/index.d.ts +24 -4
  147. package/dist/browser/index.js +7 -12
  148. package/dist/browser/index.js.map +1 -1
  149. package/dist/browser/logger.d.ts +2 -0
  150. package/dist/browser/logger.js +5 -0
  151. package/dist/browser/logger.js.map +1 -0
  152. package/dist/browser/models/index.d.ts +2 -2086
  153. package/dist/browser/models/index.js +3 -197
  154. package/dist/browser/models/index.js.map +1 -1
  155. package/dist/browser/models/models.d.ts +1741 -0
  156. package/dist/browser/models/models.js +2021 -0
  157. package/dist/browser/models/models.js.map +1 -0
  158. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  159. package/dist/browser/restorePollerHelpers.js +129 -0
  160. package/dist/browser/restorePollerHelpers.js.map +1 -0
  161. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  162. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  163. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  164. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  165. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  166. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  167. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  168. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  169. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  170. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  171. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  172. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  173. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  174. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  175. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  176. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  177. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  178. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  179. package/dist/commonjs/api/applications/index.d.ts +3 -0
  180. package/dist/commonjs/api/applications/index.js +36 -0
  181. package/dist/commonjs/api/applications/index.js.map +7 -0
  182. package/dist/commonjs/api/applications/operations.d.ts +27 -0
  183. package/dist/commonjs/api/applications/operations.js +245 -0
  184. package/dist/commonjs/api/applications/operations.js.map +7 -0
  185. package/dist/commonjs/api/applications/options.d.ts +21 -0
  186. package/dist/commonjs/api/applications/options.js +16 -0
  187. package/dist/commonjs/api/applications/options.js.map +7 -0
  188. package/dist/commonjs/api/clusters/index.d.ts +3 -0
  189. package/dist/commonjs/api/clusters/index.js +54 -0
  190. package/dist/commonjs/api/clusters/index.js.map +7 -0
  191. package/dist/commonjs/api/clusters/operations.d.ts +63 -0
  192. package/dist/commonjs/api/clusters/operations.js +642 -0
  193. package/dist/commonjs/api/clusters/operations.js.map +7 -0
  194. package/dist/commonjs/api/clusters/options.d.ts +60 -0
  195. package/dist/commonjs/api/clusters/options.js +16 -0
  196. package/dist/commonjs/api/clusters/options.js.map +7 -0
  197. package/dist/commonjs/api/configurations/index.d.ts +3 -0
  198. package/dist/commonjs/api/configurations/index.js +32 -0
  199. package/dist/commonjs/api/configurations/index.js.map +7 -0
  200. package/dist/commonjs/api/configurations/operations.d.ts +18 -0
  201. package/dist/commonjs/api/configurations/operations.js +154 -0
  202. package/dist/commonjs/api/configurations/operations.js.map +7 -0
  203. package/dist/commonjs/api/configurations/options.d.ts +13 -0
  204. package/dist/commonjs/api/configurations/options.js +16 -0
  205. package/dist/commonjs/api/configurations/options.js.map +7 -0
  206. package/dist/commonjs/api/extensions/index.d.ts +3 -0
  207. package/dist/commonjs/api/extensions/index.js +52 -0
  208. package/dist/commonjs/api/extensions/index.js.map +7 -0
  209. package/dist/commonjs/api/extensions/operations.d.ts +58 -0
  210. package/dist/commonjs/api/extensions/operations.js +564 -0
  211. package/dist/commonjs/api/extensions/operations.js.map +7 -0
  212. package/dist/commonjs/api/extensions/options.d.ts +57 -0
  213. package/dist/commonjs/api/extensions/options.js +16 -0
  214. package/dist/commonjs/api/extensions/options.js.map +7 -0
  215. package/dist/commonjs/api/hdInsightManagementContext.d.ts +22 -0
  216. package/dist/commonjs/api/hdInsightManagementContext.js +45 -0
  217. package/dist/commonjs/api/hdInsightManagementContext.js.map +7 -0
  218. package/dist/commonjs/api/index.d.ts +3 -0
  219. package/dist/commonjs/api/index.js +28 -0
  220. package/dist/commonjs/api/index.js.map +7 -0
  221. package/dist/commonjs/api/locations/index.d.ts +3 -0
  222. package/dist/commonjs/api/locations/index.js +38 -0
  223. package/dist/commonjs/api/locations/index.js.map +7 -0
  224. package/dist/commonjs/api/locations/operations.d.ts +29 -0
  225. package/dist/commonjs/api/locations/operations.js +249 -0
  226. package/dist/commonjs/api/locations/operations.js.map +7 -0
  227. package/dist/commonjs/api/locations/options.d.ts +20 -0
  228. package/dist/commonjs/api/locations/options.js +16 -0
  229. package/dist/commonjs/api/locations/options.js.map +7 -0
  230. package/dist/commonjs/api/operations/index.d.ts +3 -0
  231. package/dist/commonjs/api/operations/index.js +28 -0
  232. package/dist/commonjs/api/operations/index.js.map +7 -0
  233. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  234. package/dist/commonjs/api/operations/operations.js +72 -0
  235. package/dist/commonjs/api/operations/operations.js.map +7 -0
  236. package/dist/commonjs/api/operations/options.d.ts +5 -0
  237. package/dist/commonjs/api/operations/options.js +16 -0
  238. package/dist/commonjs/api/operations/options.js.map +7 -0
  239. package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
  240. package/dist/commonjs/api/privateEndpointConnections/index.js +34 -0
  241. package/dist/commonjs/api/privateEndpointConnections/index.js.map +7 -0
  242. package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +23 -0
  243. package/dist/commonjs/api/privateEndpointConnections/operations.js +212 -0
  244. package/dist/commonjs/api/privateEndpointConnections/operations.js.map +7 -0
  245. package/dist/commonjs/api/privateEndpointConnections/options.d.ts +18 -0
  246. package/dist/commonjs/api/privateEndpointConnections/options.js +16 -0
  247. package/dist/commonjs/api/privateEndpointConnections/options.js.map +7 -0
  248. package/dist/commonjs/api/privateLinkResources/index.d.ts +3 -0
  249. package/dist/commonjs/api/privateLinkResources/index.js +30 -0
  250. package/dist/commonjs/api/privateLinkResources/index.js.map +7 -0
  251. package/dist/commonjs/api/privateLinkResources/operations.d.ts +13 -0
  252. package/dist/commonjs/api/privateLinkResources/operations.js +109 -0
  253. package/dist/commonjs/api/privateLinkResources/operations.js.map +7 -0
  254. package/dist/commonjs/api/privateLinkResources/options.d.ts +8 -0
  255. package/dist/commonjs/api/privateLinkResources/options.js +16 -0
  256. package/dist/commonjs/api/privateLinkResources/options.js.map +7 -0
  257. package/dist/commonjs/api/scriptActions/index.d.ts +3 -0
  258. package/dist/commonjs/api/scriptActions/index.js +34 -0
  259. package/dist/commonjs/api/scriptActions/index.js.map +7 -0
  260. package/dist/commonjs/api/scriptActions/operations.d.ts +22 -0
  261. package/dist/commonjs/api/scriptActions/operations.js +198 -0
  262. package/dist/commonjs/api/scriptActions/operations.js.map +7 -0
  263. package/dist/commonjs/api/scriptActions/options.d.ts +14 -0
  264. package/dist/commonjs/api/scriptActions/options.js +16 -0
  265. package/dist/commonjs/api/scriptActions/options.js.map +7 -0
  266. package/dist/commonjs/api/scriptExecutionHistory/index.d.ts +3 -0
  267. package/dist/commonjs/api/scriptExecutionHistory/index.js +30 -0
  268. package/dist/commonjs/api/scriptExecutionHistory/index.js.map +7 -0
  269. package/dist/commonjs/api/scriptExecutionHistory/operations.d.ts +14 -0
  270. package/dist/commonjs/api/scriptExecutionHistory/operations.js +116 -0
  271. package/dist/commonjs/api/scriptExecutionHistory/operations.js.map +7 -0
  272. package/dist/commonjs/api/scriptExecutionHistory/options.d.ts +8 -0
  273. package/dist/commonjs/api/scriptExecutionHistory/options.js +16 -0
  274. package/dist/commonjs/api/scriptExecutionHistory/options.js.map +7 -0
  275. package/dist/commonjs/api/virtualMachines/index.d.ts +3 -0
  276. package/dist/commonjs/api/virtualMachines/index.js +32 -0
  277. package/dist/commonjs/api/virtualMachines/index.js.map +7 -0
  278. package/dist/commonjs/api/virtualMachines/operations.d.ts +18 -0
  279. package/dist/commonjs/api/virtualMachines/operations.js +155 -0
  280. package/dist/commonjs/api/virtualMachines/operations.js.map +7 -0
  281. package/dist/commonjs/api/virtualMachines/options.d.ts +13 -0
  282. package/dist/commonjs/api/virtualMachines/options.js +16 -0
  283. package/dist/commonjs/api/virtualMachines/options.js.map +7 -0
  284. package/dist/commonjs/classic/applications/index.d.ts +29 -0
  285. package/dist/commonjs/classic/applications/index.js +80 -0
  286. package/dist/commonjs/classic/applications/index.js.map +7 -0
  287. package/dist/commonjs/classic/clusters/index.d.ts +71 -0
  288. package/dist/commonjs/classic/clusters/index.js +185 -0
  289. package/dist/commonjs/classic/clusters/index.js.map +7 -0
  290. package/dist/commonjs/classic/configurations/index.d.ts +20 -0
  291. package/dist/commonjs/classic/configurations/index.js +63 -0
  292. package/dist/commonjs/classic/configurations/index.js.map +7 -0
  293. package/dist/commonjs/classic/extensions/index.d.ts +68 -0
  294. package/dist/commonjs/classic/extensions/index.js +154 -0
  295. package/dist/commonjs/classic/extensions/index.js.map +7 -0
  296. package/dist/commonjs/classic/index.d.ts +12 -0
  297. package/dist/commonjs/classic/index.js +16 -0
  298. package/dist/commonjs/classic/index.js.map +7 -0
  299. package/dist/commonjs/classic/locations/index.d.ts +20 -0
  300. package/dist/commonjs/classic/locations/index.js +43 -0
  301. package/dist/commonjs/classic/locations/index.js.map +7 -0
  302. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  303. package/dist/commonjs/classic/operations/index.js +38 -0
  304. package/dist/commonjs/classic/operations/index.js.map +7 -0
  305. package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +27 -0
  306. package/dist/commonjs/classic/privateEndpointConnections/index.js +91 -0
  307. package/dist/commonjs/classic/privateEndpointConnections/index.js.map +7 -0
  308. package/dist/commonjs/classic/privateLinkResources/index.d.ts +12 -0
  309. package/dist/commonjs/classic/privateLinkResources/index.js +39 -0
  310. package/dist/commonjs/classic/privateLinkResources/index.js.map +7 -0
  311. package/dist/commonjs/classic/scriptActions/index.d.ts +17 -0
  312. package/dist/commonjs/classic/scriptActions/index.js +47 -0
  313. package/dist/commonjs/classic/scriptActions/index.js.map +7 -0
  314. package/dist/commonjs/classic/scriptExecutionHistory/index.d.ts +13 -0
  315. package/dist/commonjs/classic/scriptExecutionHistory/index.js +39 -0
  316. package/dist/commonjs/classic/scriptExecutionHistory/index.js.map +7 -0
  317. package/dist/commonjs/classic/virtualMachines/index.d.ts +20 -0
  318. package/dist/commonjs/classic/virtualMachines/index.js +49 -0
  319. package/dist/commonjs/classic/virtualMachines/index.js.map +7 -0
  320. package/dist/commonjs/hdInsightManagementClient.d.ts +45 -0
  321. package/dist/commonjs/hdInsightManagementClient.js +94 -0
  322. package/dist/commonjs/hdInsightManagementClient.js.map +7 -0
  323. package/dist/commonjs/index.d.ts +24 -4
  324. package/dist/commonjs/index.js +73 -19
  325. package/dist/commonjs/index.js.map +7 -1
  326. package/dist/commonjs/logger.d.ts +2 -0
  327. package/dist/commonjs/logger.js +29 -0
  328. package/dist/commonjs/logger.js.map +7 -0
  329. package/dist/commonjs/models/index.d.ts +2 -2086
  330. package/dist/commonjs/models/index.js +64 -201
  331. package/dist/commonjs/models/index.js.map +7 -1
  332. package/dist/commonjs/models/models.d.ts +1741 -0
  333. package/dist/commonjs/models/models.js +2180 -0
  334. package/dist/commonjs/models/models.js.map +7 -0
  335. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  336. package/dist/commonjs/restorePollerHelpers.js +142 -0
  337. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  338. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  339. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  340. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  341. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  342. package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
  343. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  344. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  345. package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
  346. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  347. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  348. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
  349. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  350. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  351. package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
  352. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
  353. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  354. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  355. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  356. package/dist/commonjs/tsdoc-metadata.json +1 -1
  357. package/dist/esm/api/applications/index.d.ts +3 -0
  358. package/dist/esm/api/applications/index.js +4 -0
  359. package/dist/esm/api/applications/index.js.map +1 -0
  360. package/dist/esm/api/applications/operations.d.ts +27 -0
  361. package/dist/esm/api/applications/operations.js +165 -0
  362. package/dist/esm/api/applications/operations.js.map +1 -0
  363. package/dist/esm/api/applications/options.d.ts +21 -0
  364. package/dist/esm/api/applications/options.js +4 -0
  365. package/dist/esm/api/applications/options.js.map +1 -0
  366. package/dist/esm/api/clusters/index.d.ts +3 -0
  367. package/dist/esm/api/clusters/index.js +4 -0
  368. package/dist/esm/api/clusters/index.js.map +1 -0
  369. package/dist/esm/api/clusters/operations.d.ts +63 -0
  370. package/dist/esm/api/clusters/operations.js +453 -0
  371. package/dist/esm/api/clusters/operations.js.map +1 -0
  372. package/dist/esm/api/clusters/options.d.ts +60 -0
  373. package/dist/esm/api/clusters/options.js +4 -0
  374. package/dist/esm/api/clusters/options.js.map +1 -0
  375. package/dist/esm/api/configurations/index.d.ts +3 -0
  376. package/dist/esm/api/configurations/index.js +4 -0
  377. package/dist/esm/api/configurations/index.js.map +1 -0
  378. package/dist/esm/api/configurations/operations.d.ts +18 -0
  379. package/dist/esm/api/configurations/operations.js +99 -0
  380. package/dist/esm/api/configurations/operations.js.map +1 -0
  381. package/dist/esm/api/configurations/options.d.ts +13 -0
  382. package/dist/esm/api/configurations/options.js +4 -0
  383. package/dist/esm/api/configurations/options.js.map +1 -0
  384. package/dist/esm/api/extensions/index.d.ts +3 -0
  385. package/dist/esm/api/extensions/index.js +4 -0
  386. package/dist/esm/api/extensions/index.js.map +1 -0
  387. package/dist/esm/api/extensions/operations.d.ts +58 -0
  388. package/dist/esm/api/extensions/operations.js +408 -0
  389. package/dist/esm/api/extensions/operations.js.map +1 -0
  390. package/dist/esm/api/extensions/options.d.ts +57 -0
  391. package/dist/esm/api/extensions/options.js +4 -0
  392. package/dist/esm/api/extensions/options.js.map +1 -0
  393. package/dist/esm/api/hdInsightManagementContext.d.ts +22 -0
  394. package/dist/esm/api/hdInsightManagementContext.js +24 -0
  395. package/dist/esm/api/hdInsightManagementContext.js.map +1 -0
  396. package/dist/esm/api/index.d.ts +3 -0
  397. package/dist/esm/api/index.js +4 -0
  398. package/dist/esm/api/index.js.map +1 -0
  399. package/dist/esm/api/locations/index.d.ts +3 -0
  400. package/dist/esm/api/locations/index.js +4 -0
  401. package/dist/esm/api/locations/index.js.map +1 -0
  402. package/dist/esm/api/locations/operations.d.ts +29 -0
  403. package/dist/esm/api/locations/operations.js +173 -0
  404. package/dist/esm/api/locations/operations.js.map +1 -0
  405. package/dist/esm/api/locations/options.d.ts +20 -0
  406. package/dist/esm/api/locations/options.js +4 -0
  407. package/dist/esm/api/locations/options.js.map +1 -0
  408. package/dist/esm/api/operations/index.d.ts +3 -0
  409. package/dist/esm/api/operations/index.js +4 -0
  410. package/dist/esm/api/operations/index.js.map +1 -0
  411. package/dist/esm/api/operations/operations.d.ts +10 -0
  412. package/dist/esm/api/operations/operations.js +35 -0
  413. package/dist/esm/api/operations/operations.js.map +1 -0
  414. package/dist/esm/api/operations/options.d.ts +5 -0
  415. package/dist/esm/api/operations/options.js +4 -0
  416. package/dist/esm/api/operations/options.js.map +1 -0
  417. package/dist/esm/api/privateEndpointConnections/index.d.ts +3 -0
  418. package/dist/esm/api/privateEndpointConnections/index.js +4 -0
  419. package/dist/esm/api/privateEndpointConnections/index.js.map +1 -0
  420. package/dist/esm/api/privateEndpointConnections/operations.d.ts +23 -0
  421. package/dist/esm/api/privateEndpointConnections/operations.js +135 -0
  422. package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -0
  423. package/dist/esm/api/privateEndpointConnections/options.d.ts +18 -0
  424. package/dist/esm/api/privateEndpointConnections/options.js +4 -0
  425. package/dist/esm/api/privateEndpointConnections/options.js.map +1 -0
  426. package/dist/esm/api/privateLinkResources/index.d.ts +3 -0
  427. package/dist/esm/api/privateLinkResources/index.js +4 -0
  428. package/dist/esm/api/privateLinkResources/index.js.map +1 -0
  429. package/dist/esm/api/privateLinkResources/operations.d.ts +13 -0
  430. package/dist/esm/api/privateLinkResources/operations.js +63 -0
  431. package/dist/esm/api/privateLinkResources/operations.js.map +1 -0
  432. package/dist/esm/api/privateLinkResources/options.d.ts +8 -0
  433. package/dist/esm/api/privateLinkResources/options.js +4 -0
  434. package/dist/esm/api/privateLinkResources/options.js.map +1 -0
  435. package/dist/esm/api/scriptActions/index.d.ts +3 -0
  436. package/dist/esm/api/scriptActions/index.js +4 -0
  437. package/dist/esm/api/scriptActions/index.js.map +1 -0
  438. package/dist/esm/api/scriptActions/operations.d.ts +22 -0
  439. package/dist/esm/api/scriptActions/operations.js +122 -0
  440. package/dist/esm/api/scriptActions/operations.js.map +1 -0
  441. package/dist/esm/api/scriptActions/options.d.ts +14 -0
  442. package/dist/esm/api/scriptActions/options.js +4 -0
  443. package/dist/esm/api/scriptActions/options.js.map +1 -0
  444. package/dist/esm/api/scriptExecutionHistory/index.d.ts +3 -0
  445. package/dist/esm/api/scriptExecutionHistory/index.js +4 -0
  446. package/dist/esm/api/scriptExecutionHistory/index.js.map +1 -0
  447. package/dist/esm/api/scriptExecutionHistory/operations.d.ts +14 -0
  448. package/dist/esm/api/scriptExecutionHistory/operations.js +64 -0
  449. package/dist/esm/api/scriptExecutionHistory/operations.js.map +1 -0
  450. package/dist/esm/api/scriptExecutionHistory/options.d.ts +8 -0
  451. package/dist/esm/api/scriptExecutionHistory/options.js +4 -0
  452. package/dist/esm/api/scriptExecutionHistory/options.js.map +1 -0
  453. package/dist/esm/api/virtualMachines/index.d.ts +3 -0
  454. package/dist/esm/api/virtualMachines/index.js +4 -0
  455. package/dist/esm/api/virtualMachines/index.js.map +1 -0
  456. package/dist/esm/api/virtualMachines/operations.d.ts +18 -0
  457. package/dist/esm/api/virtualMachines/operations.js +100 -0
  458. package/dist/esm/api/virtualMachines/operations.js.map +1 -0
  459. package/dist/esm/api/virtualMachines/options.d.ts +13 -0
  460. package/dist/esm/api/virtualMachines/options.js +4 -0
  461. package/dist/esm/api/virtualMachines/options.js.map +1 -0
  462. package/dist/esm/classic/applications/index.d.ts +29 -0
  463. package/dist/esm/classic/applications/index.js +35 -0
  464. package/dist/esm/classic/applications/index.js.map +1 -0
  465. package/dist/esm/classic/clusters/index.d.ts +71 -0
  466. package/dist/esm/classic/clusters/index.js +92 -0
  467. package/dist/esm/classic/clusters/index.js.map +1 -0
  468. package/dist/esm/classic/configurations/index.d.ts +20 -0
  469. package/dist/esm/classic/configurations/index.js +25 -0
  470. package/dist/esm/classic/configurations/index.js.map +1 -0
  471. package/dist/esm/classic/extensions/index.d.ts +68 -0
  472. package/dist/esm/classic/extensions/index.js +91 -0
  473. package/dist/esm/classic/extensions/index.js.map +1 -0
  474. package/dist/esm/classic/index.d.ts +12 -0
  475. package/dist/esm/classic/index.js +4 -0
  476. package/dist/esm/classic/index.js.map +1 -0
  477. package/dist/esm/classic/locations/index.d.ts +20 -0
  478. package/dist/esm/classic/locations/index.js +19 -0
  479. package/dist/esm/classic/locations/index.js.map +1 -0
  480. package/dist/esm/classic/operations/index.d.ts +11 -0
  481. package/dist/esm/classic/operations/index.js +14 -0
  482. package/dist/esm/classic/operations/index.js.map +1 -0
  483. package/dist/esm/classic/privateEndpointConnections/index.d.ts +27 -0
  484. package/dist/esm/classic/privateEndpointConnections/index.js +34 -0
  485. package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -0
  486. package/dist/esm/classic/privateLinkResources/index.d.ts +12 -0
  487. package/dist/esm/classic/privateLinkResources/index.js +15 -0
  488. package/dist/esm/classic/privateLinkResources/index.js.map +1 -0
  489. package/dist/esm/classic/scriptActions/index.d.ts +17 -0
  490. package/dist/esm/classic/scriptActions/index.js +17 -0
  491. package/dist/esm/classic/scriptActions/index.js.map +1 -0
  492. package/dist/esm/classic/scriptExecutionHistory/index.d.ts +13 -0
  493. package/dist/esm/classic/scriptExecutionHistory/index.js +15 -0
  494. package/dist/esm/classic/scriptExecutionHistory/index.js.map +1 -0
  495. package/dist/esm/classic/virtualMachines/index.d.ts +20 -0
  496. package/dist/esm/classic/virtualMachines/index.js +25 -0
  497. package/dist/esm/classic/virtualMachines/index.js.map +1 -0
  498. package/dist/esm/hdInsightManagementClient.d.ts +45 -0
  499. package/dist/esm/hdInsightManagementClient.js +73 -0
  500. package/dist/esm/hdInsightManagementClient.js.map +1 -0
  501. package/dist/esm/index.d.ts +24 -4
  502. package/dist/esm/index.js +7 -12
  503. package/dist/esm/index.js.map +1 -1
  504. package/dist/esm/logger.d.ts +2 -0
  505. package/dist/esm/logger.js +5 -0
  506. package/dist/esm/logger.js.map +1 -0
  507. package/dist/esm/models/index.d.ts +2 -2086
  508. package/dist/esm/models/index.js +3 -197
  509. package/dist/esm/models/index.js.map +1 -1
  510. package/dist/esm/models/models.d.ts +1741 -0
  511. package/dist/esm/models/models.js +2021 -0
  512. package/dist/esm/models/models.js.map +1 -0
  513. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  514. package/dist/esm/restorePollerHelpers.js +129 -0
  515. package/dist/esm/restorePollerHelpers.js.map +1 -0
  516. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  517. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  518. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  519. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  520. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  521. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  522. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  523. package/dist/esm/static-helpers/pollingHelpers.js +95 -0
  524. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  525. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  526. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
  527. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  528. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  529. package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
  530. package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
  531. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  532. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  533. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  534. package/package.json +271 -96
  535. package/dist/browser/hDInsightManagementClient.d.ts +0 -31
  536. package/dist/browser/hDInsightManagementClient.d.ts.map +0 -1
  537. package/dist/browser/hDInsightManagementClient.js +0 -125
  538. package/dist/browser/hDInsightManagementClient.js.map +0 -1
  539. package/dist/browser/index.d.ts.map +0 -1
  540. package/dist/browser/lroImpl.d.ts +0 -11
  541. package/dist/browser/lroImpl.d.ts.map +0 -1
  542. package/dist/browser/lroImpl.js +0 -25
  543. package/dist/browser/lroImpl.js.map +0 -1
  544. package/dist/browser/models/index.d.ts.map +0 -1
  545. package/dist/browser/models/mappers.d.ts +0 -113
  546. package/dist/browser/models/mappers.d.ts.map +0 -1
  547. package/dist/browser/models/mappers.js +0 -3867
  548. package/dist/browser/models/mappers.js.map +0 -1
  549. package/dist/browser/models/parameters.d.ts +0 -37
  550. package/dist/browser/models/parameters.d.ts.map +0 -1
  551. package/dist/browser/models/parameters.js +0 -280
  552. package/dist/browser/models/parameters.js.map +0 -1
  553. package/dist/browser/operations/applications.d.ts +0 -90
  554. package/dist/browser/operations/applications.d.ts.map +0 -1
  555. package/dist/browser/operations/applications.js +0 -383
  556. package/dist/browser/operations/applications.js.map +0 -1
  557. package/dist/browser/operations/clusters.d.ts +0 -214
  558. package/dist/browser/operations/clusters.d.ts.map +0 -1
  559. package/dist/browser/operations/clusters.js +0 -1018
  560. package/dist/browser/operations/clusters.js.map +0 -1
  561. package/dist/browser/operations/configurations.d.ts +0 -54
  562. package/dist/browser/operations/configurations.d.ts.map +0 -1
  563. package/dist/browser/operations/configurations.js +0 -185
  564. package/dist/browser/operations/configurations.js.map +0 -1
  565. package/dist/browser/operations/extensions.d.ts +0 -176
  566. package/dist/browser/operations/extensions.d.ts.map +0 -1
  567. package/dist/browser/operations/extensions.js +0 -842
  568. package/dist/browser/operations/extensions.js.map +0 -1
  569. package/dist/browser/operations/index.d.ts +0 -12
  570. package/dist/browser/operations/index.d.ts.map +0 -1
  571. package/dist/browser/operations/index.js +0 -19
  572. package/dist/browser/operations/index.js.map +0 -1
  573. package/dist/browser/operations/locations.d.ts +0 -52
  574. package/dist/browser/operations/locations.d.ts.map +0 -1
  575. package/dist/browser/operations/locations.js +0 -180
  576. package/dist/browser/operations/locations.js.map +0 -1
  577. package/dist/browser/operations/operations.d.ts +0 -32
  578. package/dist/browser/operations/operations.d.ts.map +0 -1
  579. package/dist/browser/operations/operations.js +0 -116
  580. package/dist/browser/operations/operations.js.map +0 -1
  581. package/dist/browser/operations/privateEndpointConnections.d.ts +0 -81
  582. package/dist/browser/operations/privateEndpointConnections.d.ts.map +0 -1
  583. package/dist/browser/operations/privateEndpointConnections.js +0 -359
  584. package/dist/browser/operations/privateEndpointConnections.js.map +0 -1
  585. package/dist/browser/operations/privateLinkResources.d.ts +0 -28
  586. package/dist/browser/operations/privateLinkResources.d.ts.map +0 -1
  587. package/dist/browser/operations/privateLinkResources.js +0 -86
  588. package/dist/browser/operations/privateLinkResources.js.map +0 -1
  589. package/dist/browser/operations/scriptActions.d.ts +0 -62
  590. package/dist/browser/operations/scriptActions.d.ts.map +0 -1
  591. package/dist/browser/operations/scriptActions.js +0 -228
  592. package/dist/browser/operations/scriptActions.js.map +0 -1
  593. package/dist/browser/operations/scriptExecutionHistory.d.ts +0 -46
  594. package/dist/browser/operations/scriptExecutionHistory.d.ts.map +0 -1
  595. package/dist/browser/operations/scriptExecutionHistory.js +0 -163
  596. package/dist/browser/operations/scriptExecutionHistory.js.map +0 -1
  597. package/dist/browser/operations/virtualMachines.d.ts +0 -45
  598. package/dist/browser/operations/virtualMachines.d.ts.map +0 -1
  599. package/dist/browser/operations/virtualMachines.js +0 -176
  600. package/dist/browser/operations/virtualMachines.js.map +0 -1
  601. package/dist/browser/operationsInterfaces/applications.d.ts +0 -65
  602. package/dist/browser/operationsInterfaces/applications.d.ts.map +0 -1
  603. package/dist/browser/operationsInterfaces/applications.js +0 -9
  604. package/dist/browser/operationsInterfaces/applications.js.map +0 -1
  605. package/dist/browser/operationsInterfaces/clusters.d.ts +0 -178
  606. package/dist/browser/operationsInterfaces/clusters.d.ts.map +0 -1
  607. package/dist/browser/operationsInterfaces/clusters.js +0 -9
  608. package/dist/browser/operationsInterfaces/clusters.js.map +0 -1
  609. package/dist/browser/operationsInterfaces/configurations.d.ts +0 -46
  610. package/dist/browser/operationsInterfaces/configurations.d.ts.map +0 -1
  611. package/dist/browser/operationsInterfaces/configurations.js +0 -9
  612. package/dist/browser/operationsInterfaces/configurations.js.map +0 -1
  613. package/dist/browser/operationsInterfaces/extensions.d.ts +0 -168
  614. package/dist/browser/operationsInterfaces/extensions.d.ts.map +0 -1
  615. package/dist/browser/operationsInterfaces/extensions.js +0 -9
  616. package/dist/browser/operationsInterfaces/extensions.js.map +0 -1
  617. package/dist/browser/operationsInterfaces/index.d.ts +0 -12
  618. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  619. package/dist/browser/operationsInterfaces/index.js +0 -19
  620. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  621. package/dist/browser/operationsInterfaces/locations.d.ts +0 -44
  622. package/dist/browser/operationsInterfaces/locations.d.ts.map +0 -1
  623. package/dist/browser/operationsInterfaces/locations.js +0 -9
  624. package/dist/browser/operationsInterfaces/locations.js.map +0 -1
  625. package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
  626. package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
  627. package/dist/browser/operationsInterfaces/operations.js +0 -9
  628. package/dist/browser/operationsInterfaces/operations.js.map +0 -1
  629. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
  630. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  631. package/dist/browser/operationsInterfaces/privateEndpointConnections.js +0 -9
  632. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  633. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +0 -20
  634. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  635. package/dist/browser/operationsInterfaces/privateLinkResources.js +0 -9
  636. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +0 -1
  637. package/dist/browser/operationsInterfaces/scriptActions.d.ts +0 -37
  638. package/dist/browser/operationsInterfaces/scriptActions.d.ts.map +0 -1
  639. package/dist/browser/operationsInterfaces/scriptActions.js +0 -9
  640. package/dist/browser/operationsInterfaces/scriptActions.js.map +0 -1
  641. package/dist/browser/operationsInterfaces/scriptExecutionHistory.d.ts +0 -21
  642. package/dist/browser/operationsInterfaces/scriptExecutionHistory.d.ts.map +0 -1
  643. package/dist/browser/operationsInterfaces/scriptExecutionHistory.js +0 -9
  644. package/dist/browser/operationsInterfaces/scriptExecutionHistory.js.map +0 -1
  645. package/dist/browser/operationsInterfaces/virtualMachines.d.ts +0 -37
  646. package/dist/browser/operationsInterfaces/virtualMachines.d.ts.map +0 -1
  647. package/dist/browser/operationsInterfaces/virtualMachines.js +0 -9
  648. package/dist/browser/operationsInterfaces/virtualMachines.js.map +0 -1
  649. package/dist/browser/pagingHelper.d.ts +0 -13
  650. package/dist/browser/pagingHelper.d.ts.map +0 -1
  651. package/dist/browser/pagingHelper.js +0 -30
  652. package/dist/browser/pagingHelper.js.map +0 -1
  653. package/dist/commonjs/hDInsightManagementClient.d.ts +0 -31
  654. package/dist/commonjs/hDInsightManagementClient.d.ts.map +0 -1
  655. package/dist/commonjs/hDInsightManagementClient.js +0 -130
  656. package/dist/commonjs/hDInsightManagementClient.js.map +0 -1
  657. package/dist/commonjs/index.d.ts.map +0 -1
  658. package/dist/commonjs/lroImpl.d.ts +0 -11
  659. package/dist/commonjs/lroImpl.d.ts.map +0 -1
  660. package/dist/commonjs/lroImpl.js +0 -28
  661. package/dist/commonjs/lroImpl.js.map +0 -1
  662. package/dist/commonjs/models/index.d.ts.map +0 -1
  663. package/dist/commonjs/models/mappers.d.ts +0 -113
  664. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  665. package/dist/commonjs/models/mappers.js +0 -3872
  666. package/dist/commonjs/models/mappers.js.map +0 -1
  667. package/dist/commonjs/models/parameters.d.ts +0 -37
  668. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  669. package/dist/commonjs/models/parameters.js +0 -283
  670. package/dist/commonjs/models/parameters.js.map +0 -1
  671. package/dist/commonjs/operations/applications.d.ts +0 -90
  672. package/dist/commonjs/operations/applications.d.ts.map +0 -1
  673. package/dist/commonjs/operations/applications.js +0 -388
  674. package/dist/commonjs/operations/applications.js.map +0 -1
  675. package/dist/commonjs/operations/clusters.d.ts +0 -214
  676. package/dist/commonjs/operations/clusters.d.ts.map +0 -1
  677. package/dist/commonjs/operations/clusters.js +0 -1023
  678. package/dist/commonjs/operations/clusters.js.map +0 -1
  679. package/dist/commonjs/operations/configurations.d.ts +0 -54
  680. package/dist/commonjs/operations/configurations.d.ts.map +0 -1
  681. package/dist/commonjs/operations/configurations.js +0 -190
  682. package/dist/commonjs/operations/configurations.js.map +0 -1
  683. package/dist/commonjs/operations/extensions.d.ts +0 -176
  684. package/dist/commonjs/operations/extensions.d.ts.map +0 -1
  685. package/dist/commonjs/operations/extensions.js +0 -847
  686. package/dist/commonjs/operations/extensions.js.map +0 -1
  687. package/dist/commonjs/operations/index.d.ts +0 -12
  688. package/dist/commonjs/operations/index.d.ts.map +0 -1
  689. package/dist/commonjs/operations/index.js +0 -22
  690. package/dist/commonjs/operations/index.js.map +0 -1
  691. package/dist/commonjs/operations/locations.d.ts +0 -52
  692. package/dist/commonjs/operations/locations.d.ts.map +0 -1
  693. package/dist/commonjs/operations/locations.js +0 -185
  694. package/dist/commonjs/operations/locations.js.map +0 -1
  695. package/dist/commonjs/operations/operations.d.ts +0 -32
  696. package/dist/commonjs/operations/operations.d.ts.map +0 -1
  697. package/dist/commonjs/operations/operations.js +0 -121
  698. package/dist/commonjs/operations/operations.js.map +0 -1
  699. package/dist/commonjs/operations/privateEndpointConnections.d.ts +0 -81
  700. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +0 -1
  701. package/dist/commonjs/operations/privateEndpointConnections.js +0 -364
  702. package/dist/commonjs/operations/privateEndpointConnections.js.map +0 -1
  703. package/dist/commonjs/operations/privateLinkResources.d.ts +0 -28
  704. package/dist/commonjs/operations/privateLinkResources.d.ts.map +0 -1
  705. package/dist/commonjs/operations/privateLinkResources.js +0 -91
  706. package/dist/commonjs/operations/privateLinkResources.js.map +0 -1
  707. package/dist/commonjs/operations/scriptActions.d.ts +0 -62
  708. package/dist/commonjs/operations/scriptActions.d.ts.map +0 -1
  709. package/dist/commonjs/operations/scriptActions.js +0 -233
  710. package/dist/commonjs/operations/scriptActions.js.map +0 -1
  711. package/dist/commonjs/operations/scriptExecutionHistory.d.ts +0 -46
  712. package/dist/commonjs/operations/scriptExecutionHistory.d.ts.map +0 -1
  713. package/dist/commonjs/operations/scriptExecutionHistory.js +0 -168
  714. package/dist/commonjs/operations/scriptExecutionHistory.js.map +0 -1
  715. package/dist/commonjs/operations/virtualMachines.d.ts +0 -45
  716. package/dist/commonjs/operations/virtualMachines.d.ts.map +0 -1
  717. package/dist/commonjs/operations/virtualMachines.js +0 -181
  718. package/dist/commonjs/operations/virtualMachines.js.map +0 -1
  719. package/dist/commonjs/operationsInterfaces/applications.d.ts +0 -65
  720. package/dist/commonjs/operationsInterfaces/applications.d.ts.map +0 -1
  721. package/dist/commonjs/operationsInterfaces/applications.js +0 -10
  722. package/dist/commonjs/operationsInterfaces/applications.js.map +0 -1
  723. package/dist/commonjs/operationsInterfaces/clusters.d.ts +0 -178
  724. package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +0 -1
  725. package/dist/commonjs/operationsInterfaces/clusters.js +0 -10
  726. package/dist/commonjs/operationsInterfaces/clusters.js.map +0 -1
  727. package/dist/commonjs/operationsInterfaces/configurations.d.ts +0 -46
  728. package/dist/commonjs/operationsInterfaces/configurations.d.ts.map +0 -1
  729. package/dist/commonjs/operationsInterfaces/configurations.js +0 -10
  730. package/dist/commonjs/operationsInterfaces/configurations.js.map +0 -1
  731. package/dist/commonjs/operationsInterfaces/extensions.d.ts +0 -168
  732. package/dist/commonjs/operationsInterfaces/extensions.d.ts.map +0 -1
  733. package/dist/commonjs/operationsInterfaces/extensions.js +0 -10
  734. package/dist/commonjs/operationsInterfaces/extensions.js.map +0 -1
  735. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -12
  736. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  737. package/dist/commonjs/operationsInterfaces/index.js +0 -22
  738. package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
  739. package/dist/commonjs/operationsInterfaces/locations.d.ts +0 -44
  740. package/dist/commonjs/operationsInterfaces/locations.d.ts.map +0 -1
  741. package/dist/commonjs/operationsInterfaces/locations.js +0 -10
  742. package/dist/commonjs/operationsInterfaces/locations.js.map +0 -1
  743. package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
  744. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
  745. package/dist/commonjs/operationsInterfaces/operations.js +0 -10
  746. package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
  747. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
  748. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  749. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +0 -10
  750. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  751. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +0 -20
  752. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  753. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +0 -10
  754. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +0 -1
  755. package/dist/commonjs/operationsInterfaces/scriptActions.d.ts +0 -37
  756. package/dist/commonjs/operationsInterfaces/scriptActions.d.ts.map +0 -1
  757. package/dist/commonjs/operationsInterfaces/scriptActions.js +0 -10
  758. package/dist/commonjs/operationsInterfaces/scriptActions.js.map +0 -1
  759. package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.d.ts +0 -21
  760. package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.d.ts.map +0 -1
  761. package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.js +0 -10
  762. package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.js.map +0 -1
  763. package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts +0 -37
  764. package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts.map +0 -1
  765. package/dist/commonjs/operationsInterfaces/virtualMachines.js +0 -10
  766. package/dist/commonjs/operationsInterfaces/virtualMachines.js.map +0 -1
  767. package/dist/commonjs/pagingHelper.d.ts +0 -13
  768. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  769. package/dist/commonjs/pagingHelper.js +0 -34
  770. package/dist/commonjs/pagingHelper.js.map +0 -1
  771. package/dist/esm/hDInsightManagementClient.d.ts +0 -31
  772. package/dist/esm/hDInsightManagementClient.d.ts.map +0 -1
  773. package/dist/esm/hDInsightManagementClient.js +0 -125
  774. package/dist/esm/hDInsightManagementClient.js.map +0 -1
  775. package/dist/esm/index.d.ts.map +0 -1
  776. package/dist/esm/lroImpl.d.ts +0 -11
  777. package/dist/esm/lroImpl.d.ts.map +0 -1
  778. package/dist/esm/lroImpl.js +0 -25
  779. package/dist/esm/lroImpl.js.map +0 -1
  780. package/dist/esm/models/index.d.ts.map +0 -1
  781. package/dist/esm/models/mappers.d.ts +0 -113
  782. package/dist/esm/models/mappers.d.ts.map +0 -1
  783. package/dist/esm/models/mappers.js +0 -3867
  784. package/dist/esm/models/mappers.js.map +0 -1
  785. package/dist/esm/models/parameters.d.ts +0 -37
  786. package/dist/esm/models/parameters.d.ts.map +0 -1
  787. package/dist/esm/models/parameters.js +0 -280
  788. package/dist/esm/models/parameters.js.map +0 -1
  789. package/dist/esm/operations/applications.d.ts +0 -90
  790. package/dist/esm/operations/applications.d.ts.map +0 -1
  791. package/dist/esm/operations/applications.js +0 -383
  792. package/dist/esm/operations/applications.js.map +0 -1
  793. package/dist/esm/operations/clusters.d.ts +0 -214
  794. package/dist/esm/operations/clusters.d.ts.map +0 -1
  795. package/dist/esm/operations/clusters.js +0 -1018
  796. package/dist/esm/operations/clusters.js.map +0 -1
  797. package/dist/esm/operations/configurations.d.ts +0 -54
  798. package/dist/esm/operations/configurations.d.ts.map +0 -1
  799. package/dist/esm/operations/configurations.js +0 -185
  800. package/dist/esm/operations/configurations.js.map +0 -1
  801. package/dist/esm/operations/extensions.d.ts +0 -176
  802. package/dist/esm/operations/extensions.d.ts.map +0 -1
  803. package/dist/esm/operations/extensions.js +0 -842
  804. package/dist/esm/operations/extensions.js.map +0 -1
  805. package/dist/esm/operations/index.d.ts +0 -12
  806. package/dist/esm/operations/index.d.ts.map +0 -1
  807. package/dist/esm/operations/index.js +0 -19
  808. package/dist/esm/operations/index.js.map +0 -1
  809. package/dist/esm/operations/locations.d.ts +0 -52
  810. package/dist/esm/operations/locations.d.ts.map +0 -1
  811. package/dist/esm/operations/locations.js +0 -180
  812. package/dist/esm/operations/locations.js.map +0 -1
  813. package/dist/esm/operations/operations.d.ts +0 -32
  814. package/dist/esm/operations/operations.d.ts.map +0 -1
  815. package/dist/esm/operations/operations.js +0 -116
  816. package/dist/esm/operations/operations.js.map +0 -1
  817. package/dist/esm/operations/privateEndpointConnections.d.ts +0 -81
  818. package/dist/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  819. package/dist/esm/operations/privateEndpointConnections.js +0 -359
  820. package/dist/esm/operations/privateEndpointConnections.js.map +0 -1
  821. package/dist/esm/operations/privateLinkResources.d.ts +0 -28
  822. package/dist/esm/operations/privateLinkResources.d.ts.map +0 -1
  823. package/dist/esm/operations/privateLinkResources.js +0 -86
  824. package/dist/esm/operations/privateLinkResources.js.map +0 -1
  825. package/dist/esm/operations/scriptActions.d.ts +0 -62
  826. package/dist/esm/operations/scriptActions.d.ts.map +0 -1
  827. package/dist/esm/operations/scriptActions.js +0 -228
  828. package/dist/esm/operations/scriptActions.js.map +0 -1
  829. package/dist/esm/operations/scriptExecutionHistory.d.ts +0 -46
  830. package/dist/esm/operations/scriptExecutionHistory.d.ts.map +0 -1
  831. package/dist/esm/operations/scriptExecutionHistory.js +0 -163
  832. package/dist/esm/operations/scriptExecutionHistory.js.map +0 -1
  833. package/dist/esm/operations/virtualMachines.d.ts +0 -45
  834. package/dist/esm/operations/virtualMachines.d.ts.map +0 -1
  835. package/dist/esm/operations/virtualMachines.js +0 -176
  836. package/dist/esm/operations/virtualMachines.js.map +0 -1
  837. package/dist/esm/operationsInterfaces/applications.d.ts +0 -65
  838. package/dist/esm/operationsInterfaces/applications.d.ts.map +0 -1
  839. package/dist/esm/operationsInterfaces/applications.js +0 -9
  840. package/dist/esm/operationsInterfaces/applications.js.map +0 -1
  841. package/dist/esm/operationsInterfaces/clusters.d.ts +0 -178
  842. package/dist/esm/operationsInterfaces/clusters.d.ts.map +0 -1
  843. package/dist/esm/operationsInterfaces/clusters.js +0 -9
  844. package/dist/esm/operationsInterfaces/clusters.js.map +0 -1
  845. package/dist/esm/operationsInterfaces/configurations.d.ts +0 -46
  846. package/dist/esm/operationsInterfaces/configurations.d.ts.map +0 -1
  847. package/dist/esm/operationsInterfaces/configurations.js +0 -9
  848. package/dist/esm/operationsInterfaces/configurations.js.map +0 -1
  849. package/dist/esm/operationsInterfaces/extensions.d.ts +0 -168
  850. package/dist/esm/operationsInterfaces/extensions.d.ts.map +0 -1
  851. package/dist/esm/operationsInterfaces/extensions.js +0 -9
  852. package/dist/esm/operationsInterfaces/extensions.js.map +0 -1
  853. package/dist/esm/operationsInterfaces/index.d.ts +0 -12
  854. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  855. package/dist/esm/operationsInterfaces/index.js +0 -19
  856. package/dist/esm/operationsInterfaces/index.js.map +0 -1
  857. package/dist/esm/operationsInterfaces/locations.d.ts +0 -44
  858. package/dist/esm/operationsInterfaces/locations.d.ts.map +0 -1
  859. package/dist/esm/operationsInterfaces/locations.js +0 -9
  860. package/dist/esm/operationsInterfaces/locations.js.map +0 -1
  861. package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
  862. package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
  863. package/dist/esm/operationsInterfaces/operations.js +0 -9
  864. package/dist/esm/operationsInterfaces/operations.js.map +0 -1
  865. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
  866. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  867. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +0 -9
  868. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  869. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +0 -20
  870. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  871. package/dist/esm/operationsInterfaces/privateLinkResources.js +0 -9
  872. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +0 -1
  873. package/dist/esm/operationsInterfaces/scriptActions.d.ts +0 -37
  874. package/dist/esm/operationsInterfaces/scriptActions.d.ts.map +0 -1
  875. package/dist/esm/operationsInterfaces/scriptActions.js +0 -9
  876. package/dist/esm/operationsInterfaces/scriptActions.js.map +0 -1
  877. package/dist/esm/operationsInterfaces/scriptExecutionHistory.d.ts +0 -21
  878. package/dist/esm/operationsInterfaces/scriptExecutionHistory.d.ts.map +0 -1
  879. package/dist/esm/operationsInterfaces/scriptExecutionHistory.js +0 -9
  880. package/dist/esm/operationsInterfaces/scriptExecutionHistory.js.map +0 -1
  881. package/dist/esm/operationsInterfaces/virtualMachines.d.ts +0 -37
  882. package/dist/esm/operationsInterfaces/virtualMachines.d.ts.map +0 -1
  883. package/dist/esm/operationsInterfaces/virtualMachines.js +0 -9
  884. package/dist/esm/operationsInterfaces/virtualMachines.js.map +0 -1
  885. package/dist/esm/pagingHelper.d.ts +0 -13
  886. package/dist/esm/pagingHelper.d.ts.map +0 -1
  887. package/dist/esm/pagingHelper.js +0 -30
  888. package/dist/esm/pagingHelper.js.map +0 -1
  889. package/dist/react-native/hDInsightManagementClient.d.ts +0 -31
  890. package/dist/react-native/hDInsightManagementClient.d.ts.map +0 -1
  891. package/dist/react-native/hDInsightManagementClient.js +0 -125
  892. package/dist/react-native/hDInsightManagementClient.js.map +0 -1
  893. package/dist/react-native/index.d.ts +0 -5
  894. package/dist/react-native/index.d.ts.map +0 -1
  895. package/dist/react-native/index.js +0 -13
  896. package/dist/react-native/index.js.map +0 -1
  897. package/dist/react-native/lroImpl.d.ts +0 -11
  898. package/dist/react-native/lroImpl.d.ts.map +0 -1
  899. package/dist/react-native/lroImpl.js +0 -25
  900. package/dist/react-native/lroImpl.js.map +0 -1
  901. package/dist/react-native/models/index.d.ts +0 -2087
  902. package/dist/react-native/models/index.d.ts.map +0 -1
  903. package/dist/react-native/models/index.js +0 -198
  904. package/dist/react-native/models/index.js.map +0 -1
  905. package/dist/react-native/models/mappers.d.ts +0 -113
  906. package/dist/react-native/models/mappers.d.ts.map +0 -1
  907. package/dist/react-native/models/mappers.js +0 -3867
  908. package/dist/react-native/models/mappers.js.map +0 -1
  909. package/dist/react-native/models/parameters.d.ts +0 -37
  910. package/dist/react-native/models/parameters.d.ts.map +0 -1
  911. package/dist/react-native/models/parameters.js +0 -280
  912. package/dist/react-native/models/parameters.js.map +0 -1
  913. package/dist/react-native/operations/applications.d.ts +0 -90
  914. package/dist/react-native/operations/applications.d.ts.map +0 -1
  915. package/dist/react-native/operations/applications.js +0 -383
  916. package/dist/react-native/operations/applications.js.map +0 -1
  917. package/dist/react-native/operations/clusters.d.ts +0 -214
  918. package/dist/react-native/operations/clusters.d.ts.map +0 -1
  919. package/dist/react-native/operations/clusters.js +0 -1018
  920. package/dist/react-native/operations/clusters.js.map +0 -1
  921. package/dist/react-native/operations/configurations.d.ts +0 -54
  922. package/dist/react-native/operations/configurations.d.ts.map +0 -1
  923. package/dist/react-native/operations/configurations.js +0 -185
  924. package/dist/react-native/operations/configurations.js.map +0 -1
  925. package/dist/react-native/operations/extensions.d.ts +0 -176
  926. package/dist/react-native/operations/extensions.d.ts.map +0 -1
  927. package/dist/react-native/operations/extensions.js +0 -842
  928. package/dist/react-native/operations/extensions.js.map +0 -1
  929. package/dist/react-native/operations/index.d.ts +0 -12
  930. package/dist/react-native/operations/index.d.ts.map +0 -1
  931. package/dist/react-native/operations/index.js +0 -19
  932. package/dist/react-native/operations/index.js.map +0 -1
  933. package/dist/react-native/operations/locations.d.ts +0 -52
  934. package/dist/react-native/operations/locations.d.ts.map +0 -1
  935. package/dist/react-native/operations/locations.js +0 -180
  936. package/dist/react-native/operations/locations.js.map +0 -1
  937. package/dist/react-native/operations/operations.d.ts +0 -32
  938. package/dist/react-native/operations/operations.d.ts.map +0 -1
  939. package/dist/react-native/operations/operations.js +0 -116
  940. package/dist/react-native/operations/operations.js.map +0 -1
  941. package/dist/react-native/operations/privateEndpointConnections.d.ts +0 -81
  942. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +0 -1
  943. package/dist/react-native/operations/privateEndpointConnections.js +0 -359
  944. package/dist/react-native/operations/privateEndpointConnections.js.map +0 -1
  945. package/dist/react-native/operations/privateLinkResources.d.ts +0 -28
  946. package/dist/react-native/operations/privateLinkResources.d.ts.map +0 -1
  947. package/dist/react-native/operations/privateLinkResources.js +0 -86
  948. package/dist/react-native/operations/privateLinkResources.js.map +0 -1
  949. package/dist/react-native/operations/scriptActions.d.ts +0 -62
  950. package/dist/react-native/operations/scriptActions.d.ts.map +0 -1
  951. package/dist/react-native/operations/scriptActions.js +0 -228
  952. package/dist/react-native/operations/scriptActions.js.map +0 -1
  953. package/dist/react-native/operations/scriptExecutionHistory.d.ts +0 -46
  954. package/dist/react-native/operations/scriptExecutionHistory.d.ts.map +0 -1
  955. package/dist/react-native/operations/scriptExecutionHistory.js +0 -163
  956. package/dist/react-native/operations/scriptExecutionHistory.js.map +0 -1
  957. package/dist/react-native/operations/virtualMachines.d.ts +0 -45
  958. package/dist/react-native/operations/virtualMachines.d.ts.map +0 -1
  959. package/dist/react-native/operations/virtualMachines.js +0 -176
  960. package/dist/react-native/operations/virtualMachines.js.map +0 -1
  961. package/dist/react-native/operationsInterfaces/applications.d.ts +0 -65
  962. package/dist/react-native/operationsInterfaces/applications.d.ts.map +0 -1
  963. package/dist/react-native/operationsInterfaces/applications.js +0 -9
  964. package/dist/react-native/operationsInterfaces/applications.js.map +0 -1
  965. package/dist/react-native/operationsInterfaces/clusters.d.ts +0 -178
  966. package/dist/react-native/operationsInterfaces/clusters.d.ts.map +0 -1
  967. package/dist/react-native/operationsInterfaces/clusters.js +0 -9
  968. package/dist/react-native/operationsInterfaces/clusters.js.map +0 -1
  969. package/dist/react-native/operationsInterfaces/configurations.d.ts +0 -46
  970. package/dist/react-native/operationsInterfaces/configurations.d.ts.map +0 -1
  971. package/dist/react-native/operationsInterfaces/configurations.js +0 -9
  972. package/dist/react-native/operationsInterfaces/configurations.js.map +0 -1
  973. package/dist/react-native/operationsInterfaces/extensions.d.ts +0 -168
  974. package/dist/react-native/operationsInterfaces/extensions.d.ts.map +0 -1
  975. package/dist/react-native/operationsInterfaces/extensions.js +0 -9
  976. package/dist/react-native/operationsInterfaces/extensions.js.map +0 -1
  977. package/dist/react-native/operationsInterfaces/index.d.ts +0 -12
  978. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  979. package/dist/react-native/operationsInterfaces/index.js +0 -19
  980. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  981. package/dist/react-native/operationsInterfaces/locations.d.ts +0 -44
  982. package/dist/react-native/operationsInterfaces/locations.d.ts.map +0 -1
  983. package/dist/react-native/operationsInterfaces/locations.js +0 -9
  984. package/dist/react-native/operationsInterfaces/locations.js.map +0 -1
  985. package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
  986. package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
  987. package/dist/react-native/operationsInterfaces/operations.js +0 -9
  988. package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
  989. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
  990. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  991. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +0 -9
  992. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  993. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +0 -20
  994. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  995. package/dist/react-native/operationsInterfaces/privateLinkResources.js +0 -9
  996. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +0 -1
  997. package/dist/react-native/operationsInterfaces/scriptActions.d.ts +0 -37
  998. package/dist/react-native/operationsInterfaces/scriptActions.d.ts.map +0 -1
  999. package/dist/react-native/operationsInterfaces/scriptActions.js +0 -9
  1000. package/dist/react-native/operationsInterfaces/scriptActions.js.map +0 -1
  1001. package/dist/react-native/operationsInterfaces/scriptExecutionHistory.d.ts +0 -21
  1002. package/dist/react-native/operationsInterfaces/scriptExecutionHistory.d.ts.map +0 -1
  1003. package/dist/react-native/operationsInterfaces/scriptExecutionHistory.js +0 -9
  1004. package/dist/react-native/operationsInterfaces/scriptExecutionHistory.js.map +0 -1
  1005. package/dist/react-native/operationsInterfaces/virtualMachines.d.ts +0 -37
  1006. package/dist/react-native/operationsInterfaces/virtualMachines.d.ts.map +0 -1
  1007. package/dist/react-native/operationsInterfaces/virtualMachines.js +0 -9
  1008. package/dist/react-native/operationsInterfaces/virtualMachines.js.map +0 -1
  1009. package/dist/react-native/package.json +0 -3
  1010. package/dist/react-native/pagingHelper.d.ts +0 -13
  1011. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  1012. package/dist/react-native/pagingHelper.js +0 -30
  1013. package/dist/react-native/pagingHelper.js.map +0 -1
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/models/models.ts"],
4
+ "sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { areAllPropsUndefined } from \"../static-helpers/serialization/check-prop-undefined.js\";\n\n/**\n * This file contains only generated model types and their (de)serializers.\n * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.\n */\n/* eslint-disable @typescript-eslint/naming-convention */\n/* eslint-disable @typescript-eslint/explicit-module-boundary-types */\n/** Result of the request to list HDInsight operations. It contains a list of operations and a URL link to get the next set of results. */\nexport interface _OperationListResult {\n /** The list of HDInsight operations supported by the HDInsight resource provider. */\n readonly value?: Operation[];\n /** The URL to get the next set of operation list results if there are any. */\n nextLink?: string;\n}\n\nexport function _operationListResultDeserializer(item: any): _OperationListResult {\n return {\n value: !item[\"value\"] ? item[\"value\"] : operationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function operationArrayDeserializer(result: Array<Operation>): any[] {\n return result.map((item) => {\n return operationDeserializer(item);\n });\n}\n\n/** The HDInsight REST API operation. */\nexport interface Operation {\n /** The operation name: {provider}/{resource}/{operation} */\n name?: string;\n /** The display of operation. */\n display?: OperationDisplay;\n /** The operation properties. */\n properties?: OperationProperties;\n}\n\nexport function operationDeserializer(item: any): Operation {\n return {\n name: item[\"name\"],\n display: !item[\"display\"] ? item[\"display\"] : operationDisplayDeserializer(item[\"display\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : operationPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The object that represents the operation. */\nexport interface OperationDisplay {\n /** The service provider: Microsoft.HDInsight */\n provider?: string;\n /** The resource on which the operation is performed: Cluster, Applications, etc. */\n resource?: string;\n /** The operation type: read, write, delete, etc. */\n operation?: string;\n /** Localized friendly description for the operation */\n description?: string;\n}\n\nexport function operationDisplayDeserializer(item: any): OperationDisplay {\n return {\n provider: item[\"provider\"],\n resource: item[\"resource\"],\n operation: item[\"operation\"],\n description: item[\"description\"],\n };\n}\n\n/** The details of operation. */\nexport interface OperationProperties {\n /** The specification of the service. */\n serviceSpecification?: ServiceSpecification;\n}\n\nexport function operationPropertiesDeserializer(item: any): OperationProperties {\n return {\n serviceSpecification: !item[\"serviceSpecification\"]\n ? item[\"serviceSpecification\"]\n : serviceSpecificationDeserializer(item[\"serviceSpecification\"]),\n };\n}\n\n/** The specification of the service. */\nexport interface ServiceSpecification {\n /** The metric specifications. */\n metricSpecifications?: MetricSpecifications[];\n}\n\nexport function serviceSpecificationDeserializer(item: any): ServiceSpecification {\n return {\n metricSpecifications: !item[\"metricSpecifications\"]\n ? item[\"metricSpecifications\"]\n : metricSpecificationsArrayDeserializer(item[\"metricSpecifications\"]),\n };\n}\n\nexport function metricSpecificationsArrayDeserializer(result: Array<MetricSpecifications>): any[] {\n return result.map((item) => {\n return metricSpecificationsDeserializer(item);\n });\n}\n\n/** The details of metric specifications. */\nexport interface MetricSpecifications {\n /** The name of the metric specification. */\n name?: string;\n /** The display name of the metric specification. */\n displayName?: string;\n /** The display description of the metric specification. */\n displayDescription?: string;\n /** The unit of the metric specification. */\n unit?: string;\n /** The aggregation type of the metric specification. */\n aggregationType?: string;\n /** The supported aggregation types of the metric specification. */\n supportedAggregationTypes?: string[];\n /** The supported time grain types of the metric specification. */\n supportedTimeGrainTypes?: string[];\n /** The flag indicates whether enable regional mdm account or not. */\n enableRegionalMdmAccount?: boolean;\n /** The source mdm account. */\n sourceMdmAccount?: string;\n /** The source mdm namespace. */\n sourceMdmNamespace?: string;\n /** The metric filter pattern. */\n metricFilterPattern?: string;\n /** The flag indicates whether filling gap with zero. */\n fillGapWithZero?: boolean;\n /** The category of the metric. */\n category?: string;\n /** The override name of resource id dimension name. */\n resourceIdDimensionNameOverride?: string;\n /** The flag indicates whether the metric is internal or not. */\n isInternal?: boolean;\n /** The override name of delegate metric. */\n delegateMetricNameOverride?: string;\n /** The dimensions of the metric specification. */\n dimensions?: Dimension[];\n}\n\nexport function metricSpecificationsDeserializer(item: any): MetricSpecifications {\n return {\n name: item[\"name\"],\n displayName: item[\"displayName\"],\n displayDescription: item[\"displayDescription\"],\n unit: item[\"unit\"],\n aggregationType: item[\"aggregationType\"],\n supportedAggregationTypes: !item[\"supportedAggregationTypes\"]\n ? item[\"supportedAggregationTypes\"]\n : item[\"supportedAggregationTypes\"].map((p: any) => {\n return p;\n }),\n supportedTimeGrainTypes: !item[\"supportedTimeGrainTypes\"]\n ? item[\"supportedTimeGrainTypes\"]\n : item[\"supportedTimeGrainTypes\"].map((p: any) => {\n return p;\n }),\n enableRegionalMdmAccount: item[\"enableRegionalMdmAccount\"],\n sourceMdmAccount: item[\"sourceMdmAccount\"],\n sourceMdmNamespace: item[\"sourceMdmNamespace\"],\n metricFilterPattern: item[\"metricFilterPattern\"],\n fillGapWithZero: item[\"fillGapWithZero\"],\n category: item[\"category\"],\n resourceIdDimensionNameOverride: item[\"resourceIdDimensionNameOverride\"],\n isInternal: item[\"isInternal\"],\n delegateMetricNameOverride: item[\"delegateMetricNameOverride\"],\n dimensions: !item[\"dimensions\"]\n ? item[\"dimensions\"]\n : dimensionArrayDeserializer(item[\"dimensions\"]),\n };\n}\n\nexport function dimensionArrayDeserializer(result: Array<Dimension>): any[] {\n return result.map((item) => {\n return dimensionDeserializer(item);\n });\n}\n\n/** The definition of Dimension. */\nexport interface Dimension {\n /** The name of the dimension. */\n name?: string;\n /** The display name of the dimension. */\n displayName?: string;\n /** The display name of the dimension. */\n internalName?: string;\n /** The flag indicates whether the metric will be exported for shoebox or not. */\n toBeExportedForShoebox?: boolean;\n}\n\nexport function dimensionDeserializer(item: any): Dimension {\n return {\n name: item[\"name\"],\n displayName: item[\"displayName\"],\n internalName: item[\"internalName\"],\n toBeExportedForShoebox: item[\"toBeExportedForShoebox\"],\n };\n}\n\n/** Describes the format of Error response. */\nexport interface ErrorResponse {\n /** Error code */\n code?: string;\n /** Error message indicating why the operation failed. */\n message?: string;\n}\n\nexport function errorResponseDeserializer(item: any): ErrorResponse {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n };\n}\n\n/** The HDInsight cluster application */\nexport interface Application extends ProxyResource {\n /** The properties of the application. */\n properties?: ApplicationProperties;\n /** The ETag for the application */\n etag?: string;\n /** The tags for the application. */\n tags?: Record<string, string>;\n}\n\nexport function applicationSerializer(item: Application): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : applicationPropertiesSerializer(item[\"properties\"]),\n etag: item[\"etag\"],\n tags: item[\"tags\"],\n };\n}\n\nexport function applicationDeserializer(item: any): Application {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : applicationPropertiesDeserializer(item[\"properties\"]),\n etag: item[\"etag\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** The HDInsight cluster application GET response. */\nexport interface ApplicationProperties {\n /** The list of roles in the cluster. */\n computeProfile?: ComputeProfile;\n /** The list of install script actions. */\n installScriptActions?: RuntimeScriptAction[];\n /** The list of uninstall script actions. */\n uninstallScriptActions?: RuntimeScriptAction[];\n /** The list of application HTTPS endpoints. */\n httpsEndpoints?: ApplicationGetHttpsEndpoint[];\n /** The list of application SSH endpoints. */\n sshEndpoints?: ApplicationGetEndpoint[];\n /** The provisioning state of the application. */\n readonly provisioningState?: string;\n /** The application type. */\n applicationType?: string;\n /** The application state. */\n readonly applicationState?: string;\n /** The list of errors. */\n errors?: Errors[];\n /** The application create date time. */\n readonly createdDate?: string;\n /** The marketplace identifier. */\n readonly marketplaceIdentifier?: string;\n /** The private link configurations. */\n privateLinkConfigurations?: PrivateLinkConfiguration[];\n}\n\nexport function applicationPropertiesSerializer(item: ApplicationProperties): any {\n return {\n computeProfile: !item[\"computeProfile\"]\n ? item[\"computeProfile\"]\n : computeProfileSerializer(item[\"computeProfile\"]),\n installScriptActions: !item[\"installScriptActions\"]\n ? item[\"installScriptActions\"]\n : runtimeScriptActionArraySerializer(item[\"installScriptActions\"]),\n uninstallScriptActions: !item[\"uninstallScriptActions\"]\n ? item[\"uninstallScriptActions\"]\n : runtimeScriptActionArraySerializer(item[\"uninstallScriptActions\"]),\n httpsEndpoints: !item[\"httpsEndpoints\"]\n ? item[\"httpsEndpoints\"]\n : applicationGetHttpsEndpointArraySerializer(item[\"httpsEndpoints\"]),\n sshEndpoints: !item[\"sshEndpoints\"]\n ? item[\"sshEndpoints\"]\n : applicationGetEndpointArraySerializer(item[\"sshEndpoints\"]),\n applicationType: item[\"applicationType\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : errorsArraySerializer(item[\"errors\"]),\n privateLinkConfigurations: !item[\"privateLinkConfigurations\"]\n ? item[\"privateLinkConfigurations\"]\n : privateLinkConfigurationArraySerializer(item[\"privateLinkConfigurations\"]),\n };\n}\n\nexport function applicationPropertiesDeserializer(item: any): ApplicationProperties {\n return {\n computeProfile: !item[\"computeProfile\"]\n ? item[\"computeProfile\"]\n : computeProfileDeserializer(item[\"computeProfile\"]),\n installScriptActions: !item[\"installScriptActions\"]\n ? item[\"installScriptActions\"]\n : runtimeScriptActionArrayDeserializer(item[\"installScriptActions\"]),\n uninstallScriptActions: !item[\"uninstallScriptActions\"]\n ? item[\"uninstallScriptActions\"]\n : runtimeScriptActionArrayDeserializer(item[\"uninstallScriptActions\"]),\n httpsEndpoints: !item[\"httpsEndpoints\"]\n ? item[\"httpsEndpoints\"]\n : applicationGetHttpsEndpointArrayDeserializer(item[\"httpsEndpoints\"]),\n sshEndpoints: !item[\"sshEndpoints\"]\n ? item[\"sshEndpoints\"]\n : applicationGetEndpointArrayDeserializer(item[\"sshEndpoints\"]),\n provisioningState: item[\"provisioningState\"],\n applicationType: item[\"applicationType\"],\n applicationState: item[\"applicationState\"],\n errors: !item[\"errors\"] ? item[\"errors\"] : errorsArrayDeserializer(item[\"errors\"]),\n createdDate: item[\"createdDate\"],\n marketplaceIdentifier: item[\"marketplaceIdentifier\"],\n privateLinkConfigurations: !item[\"privateLinkConfigurations\"]\n ? item[\"privateLinkConfigurations\"]\n : privateLinkConfigurationArrayDeserializer(item[\"privateLinkConfigurations\"]),\n };\n}\n\n/** Describes the compute profile. */\nexport interface ComputeProfile {\n /** The list of roles in the cluster. */\n roles?: Role[];\n}\n\nexport function computeProfileSerializer(item: ComputeProfile): any {\n return { roles: !item[\"roles\"] ? item[\"roles\"] : roleArraySerializer(item[\"roles\"]) };\n}\n\nexport function computeProfileDeserializer(item: any): ComputeProfile {\n return {\n roles: !item[\"roles\"] ? item[\"roles\"] : roleArrayDeserializer(item[\"roles\"]),\n };\n}\n\nexport function roleArraySerializer(result: Array<Role>): any[] {\n return result.map((item) => {\n return roleSerializer(item);\n });\n}\n\nexport function roleArrayDeserializer(result: Array<Role>): any[] {\n return result.map((item) => {\n return roleDeserializer(item);\n });\n}\n\n/** Describes a role on the cluster. */\nexport interface Role {\n /** The name of the role. */\n name?: string;\n /** The minimum instance count of the cluster. */\n minInstanceCount?: number;\n /** The instance count of the cluster. */\n targetInstanceCount?: number;\n /** The name of the virtual machine group. */\n vMGroupName?: string;\n /** The autoscale configurations. */\n autoscaleConfiguration?: Autoscale;\n /** The hardware profile. */\n hardwareProfile?: HardwareProfile;\n /** The operating system profile. */\n osProfile?: OsProfile;\n /** The virtual network profile. */\n virtualNetworkProfile?: VirtualNetworkProfile;\n /** The data disks groups for the role. */\n dataDisksGroups?: DataDisksGroups[];\n /** The list of script actions on the role. */\n scriptActions?: ScriptAction[];\n /** Indicates whether encrypt the data disks. */\n encryptDataDisks?: boolean;\n}\n\nexport function roleSerializer(item: Role): any {\n return {\n name: item[\"name\"],\n minInstanceCount: item[\"minInstanceCount\"],\n targetInstanceCount: item[\"targetInstanceCount\"],\n VMGroupName: item[\"vMGroupName\"],\n autoscale: !item[\"autoscaleConfiguration\"]\n ? item[\"autoscaleConfiguration\"]\n : autoscaleSerializer(item[\"autoscaleConfiguration\"]),\n hardwareProfile: !item[\"hardwareProfile\"]\n ? item[\"hardwareProfile\"]\n : hardwareProfileSerializer(item[\"hardwareProfile\"]),\n osProfile: !item[\"osProfile\"] ? item[\"osProfile\"] : osProfileSerializer(item[\"osProfile\"]),\n virtualNetworkProfile: !item[\"virtualNetworkProfile\"]\n ? item[\"virtualNetworkProfile\"]\n : virtualNetworkProfileSerializer(item[\"virtualNetworkProfile\"]),\n dataDisksGroups: !item[\"dataDisksGroups\"]\n ? item[\"dataDisksGroups\"]\n : dataDisksGroupsArraySerializer(item[\"dataDisksGroups\"]),\n scriptActions: !item[\"scriptActions\"]\n ? item[\"scriptActions\"]\n : scriptActionArraySerializer(item[\"scriptActions\"]),\n encryptDataDisks: item[\"encryptDataDisks\"],\n };\n}\n\nexport function roleDeserializer(item: any): Role {\n return {\n name: item[\"name\"],\n minInstanceCount: item[\"minInstanceCount\"],\n targetInstanceCount: item[\"targetInstanceCount\"],\n vMGroupName: item[\"VMGroupName\"],\n autoscaleConfiguration: !item[\"autoscale\"]\n ? item[\"autoscale\"]\n : autoscaleDeserializer(item[\"autoscale\"]),\n hardwareProfile: !item[\"hardwareProfile\"]\n ? item[\"hardwareProfile\"]\n : hardwareProfileDeserializer(item[\"hardwareProfile\"]),\n osProfile: !item[\"osProfile\"] ? item[\"osProfile\"] : osProfileDeserializer(item[\"osProfile\"]),\n virtualNetworkProfile: !item[\"virtualNetworkProfile\"]\n ? item[\"virtualNetworkProfile\"]\n : virtualNetworkProfileDeserializer(item[\"virtualNetworkProfile\"]),\n dataDisksGroups: !item[\"dataDisksGroups\"]\n ? item[\"dataDisksGroups\"]\n : dataDisksGroupsArrayDeserializer(item[\"dataDisksGroups\"]),\n scriptActions: !item[\"scriptActions\"]\n ? item[\"scriptActions\"]\n : scriptActionArrayDeserializer(item[\"scriptActions\"]),\n encryptDataDisks: item[\"encryptDataDisks\"],\n };\n}\n\n/** The autoscale request parameters */\nexport interface Autoscale {\n /** Parameters for load-based autoscale */\n capacity?: AutoscaleCapacity;\n /** Parameters for schedule-based autoscale */\n recurrence?: AutoscaleRecurrence;\n}\n\nexport function autoscaleSerializer(item: Autoscale): any {\n return {\n capacity: !item[\"capacity\"] ? item[\"capacity\"] : autoscaleCapacitySerializer(item[\"capacity\"]),\n recurrence: !item[\"recurrence\"]\n ? item[\"recurrence\"]\n : autoscaleRecurrenceSerializer(item[\"recurrence\"]),\n };\n}\n\nexport function autoscaleDeserializer(item: any): Autoscale {\n return {\n capacity: !item[\"capacity\"]\n ? item[\"capacity\"]\n : autoscaleCapacityDeserializer(item[\"capacity\"]),\n recurrence: !item[\"recurrence\"]\n ? item[\"recurrence\"]\n : autoscaleRecurrenceDeserializer(item[\"recurrence\"]),\n };\n}\n\n/** The load-based autoscale request parameters */\nexport interface AutoscaleCapacity {\n /** The minimum instance count of the cluster */\n minInstanceCount?: number;\n /** The maximum instance count of the cluster */\n maxInstanceCount?: number;\n}\n\nexport function autoscaleCapacitySerializer(item: AutoscaleCapacity): any {\n return { minInstanceCount: item[\"minInstanceCount\"], maxInstanceCount: item[\"maxInstanceCount\"] };\n}\n\nexport function autoscaleCapacityDeserializer(item: any): AutoscaleCapacity {\n return {\n minInstanceCount: item[\"minInstanceCount\"],\n maxInstanceCount: item[\"maxInstanceCount\"],\n };\n}\n\n/** Schedule-based autoscale request parameters */\nexport interface AutoscaleRecurrence {\n /** The time zone for the autoscale schedule times */\n timeZone?: string;\n /** Array of schedule-based autoscale rules */\n schedule?: AutoscaleSchedule[];\n}\n\nexport function autoscaleRecurrenceSerializer(item: AutoscaleRecurrence): any {\n return {\n timeZone: item[\"timeZone\"],\n schedule: !item[\"schedule\"]\n ? item[\"schedule\"]\n : autoscaleScheduleArraySerializer(item[\"schedule\"]),\n };\n}\n\nexport function autoscaleRecurrenceDeserializer(item: any): AutoscaleRecurrence {\n return {\n timeZone: item[\"timeZone\"],\n schedule: !item[\"schedule\"]\n ? item[\"schedule\"]\n : autoscaleScheduleArrayDeserializer(item[\"schedule\"]),\n };\n}\n\nexport function autoscaleScheduleArraySerializer(result: Array<AutoscaleSchedule>): any[] {\n return result.map((item) => {\n return autoscaleScheduleSerializer(item);\n });\n}\n\nexport function autoscaleScheduleArrayDeserializer(result: Array<AutoscaleSchedule>): any[] {\n return result.map((item) => {\n return autoscaleScheduleDeserializer(item);\n });\n}\n\n/** Parameters for a schedule-based autoscale rule, consisting of an array of days + a time and capacity */\nexport interface AutoscaleSchedule {\n /** Days of the week for a schedule-based autoscale rule */\n days?: DaysOfWeek[];\n /** Time and capacity for a schedule-based autoscale rule */\n timeAndCapacity?: AutoscaleTimeAndCapacity;\n}\n\nexport function autoscaleScheduleSerializer(item: AutoscaleSchedule): any {\n return {\n days: !item[\"days\"]\n ? item[\"days\"]\n : item[\"days\"].map((p: any) => {\n return p;\n }),\n timeAndCapacity: !item[\"timeAndCapacity\"]\n ? item[\"timeAndCapacity\"]\n : autoscaleTimeAndCapacitySerializer(item[\"timeAndCapacity\"]),\n };\n}\n\nexport function autoscaleScheduleDeserializer(item: any): AutoscaleSchedule {\n return {\n days: !item[\"days\"]\n ? item[\"days\"]\n : item[\"days\"].map((p: any) => {\n return p;\n }),\n timeAndCapacity: !item[\"timeAndCapacity\"]\n ? item[\"timeAndCapacity\"]\n : autoscaleTimeAndCapacityDeserializer(item[\"timeAndCapacity\"]),\n };\n}\n\n/** Known values of {@link DaysOfWeek} that the service accepts. */\nexport enum KnownDaysOfWeek {\n /** Monday */\n Monday = \"Monday\",\n /** Tuesday */\n Tuesday = \"Tuesday\",\n /** Wednesday */\n Wednesday = \"Wednesday\",\n /** Thursday */\n Thursday = \"Thursday\",\n /** Friday */\n Friday = \"Friday\",\n /** Saturday */\n Saturday = \"Saturday\",\n /** Sunday */\n Sunday = \"Sunday\",\n}\n\n/** Type of DaysOfWeek */\nexport type DaysOfWeek = string;\n\n/** Time and capacity request parameters */\nexport interface AutoscaleTimeAndCapacity {\n /** 24-hour time in the form xx:xx */\n time?: string;\n /** The minimum instance count of the cluster */\n minInstanceCount?: number;\n /** The maximum instance count of the cluster */\n maxInstanceCount?: number;\n}\n\nexport function autoscaleTimeAndCapacitySerializer(item: AutoscaleTimeAndCapacity): any {\n return {\n time: item[\"time\"],\n minInstanceCount: item[\"minInstanceCount\"],\n maxInstanceCount: item[\"maxInstanceCount\"],\n };\n}\n\nexport function autoscaleTimeAndCapacityDeserializer(item: any): AutoscaleTimeAndCapacity {\n return {\n time: item[\"time\"],\n minInstanceCount: item[\"minInstanceCount\"],\n maxInstanceCount: item[\"maxInstanceCount\"],\n };\n}\n\n/** The hardware profile. */\nexport interface HardwareProfile {\n /** The size of the VM */\n vmSize?: string;\n}\n\nexport function hardwareProfileSerializer(item: HardwareProfile): any {\n return { vmSize: item[\"vmSize\"] };\n}\n\nexport function hardwareProfileDeserializer(item: any): HardwareProfile {\n return {\n vmSize: item[\"vmSize\"],\n };\n}\n\n/** The Linux operation systems profile. */\nexport interface OsProfile {\n /** The Linux OS profile. */\n linuxOperatingSystemProfile?: LinuxOperatingSystemProfile;\n}\n\nexport function osProfileSerializer(item: OsProfile): any {\n return {\n linuxOperatingSystemProfile: !item[\"linuxOperatingSystemProfile\"]\n ? item[\"linuxOperatingSystemProfile\"]\n : linuxOperatingSystemProfileSerializer(item[\"linuxOperatingSystemProfile\"]),\n };\n}\n\nexport function osProfileDeserializer(item: any): OsProfile {\n return {\n linuxOperatingSystemProfile: !item[\"linuxOperatingSystemProfile\"]\n ? item[\"linuxOperatingSystemProfile\"]\n : linuxOperatingSystemProfileDeserializer(item[\"linuxOperatingSystemProfile\"]),\n };\n}\n\n/** The ssh username, password, and ssh public key. */\nexport interface LinuxOperatingSystemProfile {\n /** The username. */\n username?: string;\n /** The password. */\n password?: string;\n /** The SSH profile. */\n sshProfile?: SshProfile;\n}\n\nexport function linuxOperatingSystemProfileSerializer(item: LinuxOperatingSystemProfile): any {\n return {\n username: item[\"username\"],\n password: item[\"password\"],\n sshProfile: !item[\"sshProfile\"] ? item[\"sshProfile\"] : sshProfileSerializer(item[\"sshProfile\"]),\n };\n}\n\nexport function linuxOperatingSystemProfileDeserializer(item: any): LinuxOperatingSystemProfile {\n return {\n username: item[\"username\"],\n password: item[\"password\"],\n sshProfile: !item[\"sshProfile\"]\n ? item[\"sshProfile\"]\n : sshProfileDeserializer(item[\"sshProfile\"]),\n };\n}\n\n/** The list of SSH public keys. */\nexport interface SshProfile {\n /** The list of SSH public keys. */\n publicKeys?: SshPublicKey[];\n}\n\nexport function sshProfileSerializer(item: SshProfile): any {\n return {\n publicKeys: !item[\"publicKeys\"]\n ? item[\"publicKeys\"]\n : sshPublicKeyArraySerializer(item[\"publicKeys\"]),\n };\n}\n\nexport function sshProfileDeserializer(item: any): SshProfile {\n return {\n publicKeys: !item[\"publicKeys\"]\n ? item[\"publicKeys\"]\n : sshPublicKeyArrayDeserializer(item[\"publicKeys\"]),\n };\n}\n\nexport function sshPublicKeyArraySerializer(result: Array<SshPublicKey>): any[] {\n return result.map((item) => {\n return sshPublicKeySerializer(item);\n });\n}\n\nexport function sshPublicKeyArrayDeserializer(result: Array<SshPublicKey>): any[] {\n return result.map((item) => {\n return sshPublicKeyDeserializer(item);\n });\n}\n\n/** The SSH public key for the cluster nodes. */\nexport interface SshPublicKey {\n /** The certificate for SSH. */\n certificateData?: string;\n}\n\nexport function sshPublicKeySerializer(item: SshPublicKey): any {\n return { certificateData: item[\"certificateData\"] };\n}\n\nexport function sshPublicKeyDeserializer(item: any): SshPublicKey {\n return {\n certificateData: item[\"certificateData\"],\n };\n}\n\n/** The virtual network properties. */\nexport interface VirtualNetworkProfile {\n /** The ID of the virtual network. */\n id?: string;\n /** The name of the subnet. */\n subnet?: string;\n}\n\nexport function virtualNetworkProfileSerializer(item: VirtualNetworkProfile): any {\n return { id: item[\"id\"], subnet: item[\"subnet\"] };\n}\n\nexport function virtualNetworkProfileDeserializer(item: any): VirtualNetworkProfile {\n return {\n id: item[\"id\"],\n subnet: item[\"subnet\"],\n };\n}\n\nexport function dataDisksGroupsArraySerializer(result: Array<DataDisksGroups>): any[] {\n return result.map((item) => {\n return dataDisksGroupsSerializer(item);\n });\n}\n\nexport function dataDisksGroupsArrayDeserializer(result: Array<DataDisksGroups>): any[] {\n return result.map((item) => {\n return dataDisksGroupsDeserializer(item);\n });\n}\n\n/** The data disks groups for the role. */\nexport interface DataDisksGroups {\n /** The number of disks per node. */\n disksPerNode?: number;\n /** ReadOnly. The storage account type. Do not set this value. */\n readonly storageAccountType?: string;\n /** ReadOnly. The DiskSize in GB. Do not set this value. */\n readonly diskSizeGB?: number;\n}\n\nexport function dataDisksGroupsSerializer(item: DataDisksGroups): any {\n return { disksPerNode: item[\"disksPerNode\"] };\n}\n\nexport function dataDisksGroupsDeserializer(item: any): DataDisksGroups {\n return {\n disksPerNode: item[\"disksPerNode\"],\n storageAccountType: item[\"storageAccountType\"],\n diskSizeGB: item[\"diskSizeGB\"],\n };\n}\n\nexport function scriptActionArraySerializer(result: Array<ScriptAction>): any[] {\n return result.map((item) => {\n return scriptActionSerializer(item);\n });\n}\n\nexport function scriptActionArrayDeserializer(result: Array<ScriptAction>): any[] {\n return result.map((item) => {\n return scriptActionDeserializer(item);\n });\n}\n\n/** Describes a script action on role on the cluster. */\nexport interface ScriptAction {\n /** The name of the script action. */\n name: string;\n /** The URI to the script. */\n uri: string;\n /** The parameters for the script provided. */\n parameters: string;\n}\n\nexport function scriptActionSerializer(item: ScriptAction): any {\n return { name: item[\"name\"], uri: item[\"uri\"], parameters: item[\"parameters\"] };\n}\n\nexport function scriptActionDeserializer(item: any): ScriptAction {\n return {\n name: item[\"name\"],\n uri: item[\"uri\"],\n parameters: item[\"parameters\"],\n };\n}\n\nexport function runtimeScriptActionArraySerializer(result: Array<RuntimeScriptAction>): any[] {\n return result.map((item) => {\n return runtimeScriptActionSerializer(item);\n });\n}\n\nexport function runtimeScriptActionArrayDeserializer(result: Array<RuntimeScriptAction>): any[] {\n return result.map((item) => {\n return runtimeScriptActionDeserializer(item);\n });\n}\n\n/** Describes a script action on a running cluster. */\nexport interface RuntimeScriptAction {\n /** The name of the script action. */\n name: string;\n /** The URI to the script. */\n uri: string;\n /** The parameters for the script */\n parameters?: string;\n /** The list of roles where script will be executed. */\n roles: string[];\n /** The application name of the script action, if any. */\n readonly applicationName?: string;\n}\n\nexport function runtimeScriptActionSerializer(item: RuntimeScriptAction): any {\n return {\n name: item[\"name\"],\n uri: item[\"uri\"],\n parameters: item[\"parameters\"],\n roles: item[\"roles\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function runtimeScriptActionDeserializer(item: any): RuntimeScriptAction {\n return {\n name: item[\"name\"],\n uri: item[\"uri\"],\n parameters: item[\"parameters\"],\n roles: item[\"roles\"].map((p: any) => {\n return p;\n }),\n applicationName: item[\"applicationName\"],\n };\n}\n\nexport function applicationGetHttpsEndpointArraySerializer(\n result: Array<ApplicationGetHttpsEndpoint>,\n): any[] {\n return result.map((item) => {\n return applicationGetHttpsEndpointSerializer(item);\n });\n}\n\nexport function applicationGetHttpsEndpointArrayDeserializer(\n result: Array<ApplicationGetHttpsEndpoint>,\n): any[] {\n return result.map((item) => {\n return applicationGetHttpsEndpointDeserializer(item);\n });\n}\n\n/** Gets the application HTTP endpoints. */\nexport interface ApplicationGetHttpsEndpoint {\n /** The list of access modes for the application. */\n accessModes?: string[];\n /** The location of the endpoint. */\n readonly location?: string;\n /** The destination port to connect to. */\n destinationPort?: number;\n /** The public port to connect to. */\n readonly publicPort?: number;\n /** The private ip address of the endpoint. */\n privateIPAddress?: string;\n /** The subdomain suffix of the application. */\n subDomainSuffix?: string;\n /** The value indicates whether to disable GatewayAuth. */\n disableGatewayAuth?: boolean;\n}\n\nexport function applicationGetHttpsEndpointSerializer(item: ApplicationGetHttpsEndpoint): any {\n return {\n accessModes: !item[\"accessModes\"]\n ? item[\"accessModes\"]\n : item[\"accessModes\"].map((p: any) => {\n return p;\n }),\n destinationPort: item[\"destinationPort\"],\n privateIPAddress: item[\"privateIPAddress\"],\n subDomainSuffix: item[\"subDomainSuffix\"],\n disableGatewayAuth: item[\"disableGatewayAuth\"],\n };\n}\n\nexport function applicationGetHttpsEndpointDeserializer(item: any): ApplicationGetHttpsEndpoint {\n return {\n accessModes: !item[\"accessModes\"]\n ? item[\"accessModes\"]\n : item[\"accessModes\"].map((p: any) => {\n return p;\n }),\n location: item[\"location\"],\n destinationPort: item[\"destinationPort\"],\n publicPort: item[\"publicPort\"],\n privateIPAddress: item[\"privateIPAddress\"],\n subDomainSuffix: item[\"subDomainSuffix\"],\n disableGatewayAuth: item[\"disableGatewayAuth\"],\n };\n}\n\nexport function applicationGetEndpointArraySerializer(\n result: Array<ApplicationGetEndpoint>,\n): any[] {\n return result.map((item) => {\n return applicationGetEndpointSerializer(item);\n });\n}\n\nexport function applicationGetEndpointArrayDeserializer(\n result: Array<ApplicationGetEndpoint>,\n): any[] {\n return result.map((item) => {\n return applicationGetEndpointDeserializer(item);\n });\n}\n\n/** Gets the application SSH endpoint */\nexport interface ApplicationGetEndpoint {\n /** The location of the endpoint. */\n location?: string;\n /** The destination port to connect to. */\n destinationPort?: number;\n /** The public port to connect to. */\n publicPort?: number;\n /** The private ip address of the endpoint. */\n privateIPAddress?: string;\n}\n\nexport function applicationGetEndpointSerializer(item: ApplicationGetEndpoint): any {\n return {\n location: item[\"location\"],\n destinationPort: item[\"destinationPort\"],\n publicPort: item[\"publicPort\"],\n privateIPAddress: item[\"privateIPAddress\"],\n };\n}\n\nexport function applicationGetEndpointDeserializer(item: any): ApplicationGetEndpoint {\n return {\n location: item[\"location\"],\n destinationPort: item[\"destinationPort\"],\n publicPort: item[\"publicPort\"],\n privateIPAddress: item[\"privateIPAddress\"],\n };\n}\n\nexport function errorsArraySerializer(result: Array<Errors>): any[] {\n return result.map((item) => {\n return errorsSerializer(item);\n });\n}\n\nexport function errorsArrayDeserializer(result: Array<Errors>): any[] {\n return result.map((item) => {\n return errorsDeserializer(item);\n });\n}\n\n/** The error message associated with the cluster creation. */\nexport interface Errors {\n /** The error code. */\n code?: string;\n /** The error message. */\n message?: string;\n}\n\nexport function errorsSerializer(item: Errors): any {\n return { code: item[\"code\"], message: item[\"message\"] };\n}\n\nexport function errorsDeserializer(item: any): Errors {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n };\n}\n\nexport function privateLinkConfigurationArraySerializer(\n result: Array<PrivateLinkConfiguration>,\n): any[] {\n return result.map((item) => {\n return privateLinkConfigurationSerializer(item);\n });\n}\n\nexport function privateLinkConfigurationArrayDeserializer(\n result: Array<PrivateLinkConfiguration>,\n): any[] {\n return result.map((item) => {\n return privateLinkConfigurationDeserializer(item);\n });\n}\n\n/** The private link configuration. */\nexport interface PrivateLinkConfiguration {\n /** The private link configuration id. */\n readonly id?: string;\n /** The name of private link configuration. */\n name: string;\n /** The type of the private link configuration. */\n readonly type?: string;\n /** The HDInsight private linkable sub-resource name to apply the private link configuration to. For example, 'headnode', 'gateway', 'edgenode'. */\n groupId: string;\n /** The private link configuration provisioning state, which only appears in the response. */\n readonly provisioningState?: PrivateLinkConfigurationProvisioningState;\n /** The IP configurations for the private link service. */\n ipConfigurations: IPConfiguration[];\n}\n\nexport function privateLinkConfigurationSerializer(item: PrivateLinkConfiguration): any {\n return { name: item[\"name\"], properties: _privateLinkConfigurationPropertiesSerializer(item) };\n}\n\nexport function privateLinkConfigurationDeserializer(item: any): PrivateLinkConfiguration {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n ..._privateLinkConfigurationPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The private link configuration properties. */\nexport interface PrivateLinkConfigurationProperties {\n /** The HDInsight private linkable sub-resource name to apply the private link configuration to. For example, 'headnode', 'gateway', 'edgenode'. */\n groupId: string;\n /** The private link configuration provisioning state, which only appears in the response. */\n readonly provisioningState?: PrivateLinkConfigurationProvisioningState;\n /** The IP configurations for the private link service. */\n ipConfigurations: IPConfiguration[];\n}\n\nexport function privateLinkConfigurationPropertiesSerializer(\n item: PrivateLinkConfigurationProperties,\n): any {\n return {\n groupId: item[\"groupId\"],\n ipConfigurations: ipConfigurationArraySerializer(item[\"ipConfigurations\"]),\n };\n}\n\nexport function privateLinkConfigurationPropertiesDeserializer(\n item: any,\n): PrivateLinkConfigurationProperties {\n return {\n groupId: item[\"groupId\"],\n provisioningState: item[\"provisioningState\"],\n ipConfigurations: ipConfigurationArrayDeserializer(item[\"ipConfigurations\"]),\n };\n}\n\n/** The private link configuration provisioning state, which only appears in the response. */\nexport enum KnownPrivateLinkConfigurationProvisioningState {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * The private link configuration provisioning state, which only appears in the response. \\\n * {@link KnownPrivateLinkConfigurationProvisioningState} can be used interchangeably with PrivateLinkConfigurationProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress**: InProgress \\\n * **Failed**: Failed \\\n * **Succeeded**: Succeeded \\\n * **Canceled**: Canceled \\\n * **Deleting**: Deleting\n */\nexport type PrivateLinkConfigurationProvisioningState = string;\n\nexport function ipConfigurationArraySerializer(result: Array<IPConfiguration>): any[] {\n return result.map((item) => {\n return ipConfigurationSerializer(item);\n });\n}\n\nexport function ipConfigurationArrayDeserializer(result: Array<IPConfiguration>): any[] {\n return result.map((item) => {\n return ipConfigurationDeserializer(item);\n });\n}\n\n/** The ip configurations for the private link service. */\nexport interface IPConfiguration {\n /** The private link IP configuration id. */\n readonly id?: string;\n /** The name of private link IP configuration. */\n name: string;\n /** The type of the private link IP configuration. */\n readonly type?: string;\n /** The private link configuration provisioning state, which only appears in the response. */\n readonly provisioningState?: PrivateLinkConfigurationProvisioningState;\n /** Indicates whether this IP configuration is primary for the corresponding NIC. */\n primary?: boolean;\n /** The IP address. */\n privateIPAddress?: string;\n /** The method that private IP address is allocated. */\n privateIPAllocationMethod?: PrivateIPAllocationMethod;\n /** The subnet resource id. */\n subnet?: ResourceId;\n}\n\nexport function ipConfigurationSerializer(item: IPConfiguration): any {\n return {\n name: item[\"name\"],\n properties: areAllPropsUndefined(item, [\n \"primary\",\n \"privateIPAddress\",\n \"privateIPAllocationMethod\",\n \"subnet\",\n ])\n ? undefined\n : _ipConfigurationPropertiesSerializer(item),\n };\n}\n\nexport function ipConfigurationDeserializer(item: any): IPConfiguration {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _ipConfigurationPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** The private link ip configuration properties. */\nexport interface IPConfigurationProperties {\n /** The private link configuration provisioning state, which only appears in the response. */\n readonly provisioningState?: PrivateLinkConfigurationProvisioningState;\n /** Indicates whether this IP configuration is primary for the corresponding NIC. */\n primary?: boolean;\n /** The IP address. */\n privateIPAddress?: string;\n /** The method that private IP address is allocated. */\n privateIPAllocationMethod?: PrivateIPAllocationMethod;\n /** The subnet resource id. */\n subnet?: ResourceId;\n}\n\nexport function ipConfigurationPropertiesSerializer(item: IPConfigurationProperties): any {\n return {\n primary: item[\"primary\"],\n privateIPAddress: item[\"privateIPAddress\"],\n privateIPAllocationMethod: item[\"privateIPAllocationMethod\"],\n subnet: !item[\"subnet\"] ? item[\"subnet\"] : resourceIdSerializer(item[\"subnet\"]),\n };\n}\n\nexport function ipConfigurationPropertiesDeserializer(item: any): IPConfigurationProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n primary: item[\"primary\"],\n privateIPAddress: item[\"privateIPAddress\"],\n privateIPAllocationMethod: item[\"privateIPAllocationMethod\"],\n subnet: !item[\"subnet\"] ? item[\"subnet\"] : resourceIdDeserializer(item[\"subnet\"]),\n };\n}\n\n/** The method that private IP address is allocated. */\nexport enum KnownPrivateIPAllocationMethod {\n /** dynamic */\n Dynamic = \"dynamic\",\n /** static */\n Static = \"static\",\n}\n\n/**\n * The method that private IP address is allocated. \\\n * {@link KnownPrivateIPAllocationMethod} can be used interchangeably with PrivateIPAllocationMethod,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **dynamic**: dynamic \\\n * **static**: static\n */\nexport type PrivateIPAllocationMethod = string;\n\n/** The azure resource id. */\nexport interface ResourceId {\n /** The azure resource id. */\n id?: string;\n}\n\nexport function resourceIdSerializer(item: ResourceId): any {\n return { id: item[\"id\"] };\n}\n\nexport function resourceIdDeserializer(item: any): ResourceId {\n return {\n id: item[\"id\"],\n };\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\nexport function proxyResourceSerializer(_item: ProxyResource): any {\n return {};\n}\n\nexport function proxyResourceDeserializer(item: any): ProxyResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(_item: Resource): any {\n return {};\n}\n\nexport function resourceDeserializer(item: any): Resource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\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\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\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**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\n/** The response of a Application list operation. */\nexport interface _ApplicationListResult {\n /** The Application items on this page */\n value: Application[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _applicationListResultDeserializer(item: any): _ApplicationListResult {\n return {\n value: applicationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function applicationArraySerializer(result: Array<Application>): any[] {\n return result.map((item) => {\n return applicationSerializer(item);\n });\n}\n\nexport function applicationArrayDeserializer(result: Array<Application>): any[] {\n return result.map((item) => {\n return applicationDeserializer(item);\n });\n}\n\n/** The azure async operation response. */\nexport interface AsyncOperationResult {\n /** The async operation state. */\n status?: AsyncOperationState;\n /** The operation error information. */\n error?: Errors;\n}\n\nexport function asyncOperationResultDeserializer(item: any): AsyncOperationResult {\n return {\n status: item[\"status\"],\n error: !item[\"error\"] ? item[\"error\"] : errorsDeserializer(item[\"error\"]),\n };\n}\n\n/** The async operation state. */\nexport enum KnownAsyncOperationState {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * The async operation state. \\\n * {@link KnownAsyncOperationState} can be used interchangeably with AsyncOperationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress**: InProgress \\\n * **Succeeded**: Succeeded \\\n * **Failed**: Failed\n */\nexport type AsyncOperationState = string;\n\n/** The HDInsight cluster. */\nexport interface Cluster extends TrackedResource {\n /** The properties of the cluster. */\n properties?: ClusterGetProperties;\n /** The ETag for the resource */\n etag?: string;\n /** The availability zones. */\n zones?: string[];\n /** The identity of the cluster, if configured. */\n identity?: ClusterIdentity;\n}\n\nexport function clusterDeserializer(item: any): Cluster {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : clusterGetPropertiesDeserializer(item[\"properties\"]),\n etag: item[\"etag\"],\n zones: !item[\"zones\"]\n ? item[\"zones\"]\n : item[\"zones\"].map((p: any) => {\n return p;\n }),\n identity: !item[\"identity\"] ? item[\"identity\"] : clusterIdentityDeserializer(item[\"identity\"]),\n };\n}\n\n/** The properties of cluster. */\nexport interface ClusterGetProperties {\n /** The version of the cluster. */\n clusterVersion?: string;\n /** The hdp version of the cluster. */\n clusterHdpVersion?: string;\n /** The type of operating system. */\n osType?: OSType;\n /** The cluster tier. */\n tier?: Tier;\n /** The cluster id. */\n clusterId?: string;\n /** The cluster definition. */\n clusterDefinition: ClusterDefinition;\n /** The cluster kafka rest proxy configuration. */\n kafkaRestProperties?: KafkaRestProperties;\n /** The security profile. */\n securityProfile?: SecurityProfile;\n /** The compute profile. */\n computeProfile?: ComputeProfile;\n /** The provisioning state, which only appears in the response. */\n provisioningState?: HDInsightClusterProvisioningState;\n /** The date on which the cluster was created. */\n createdDate?: string;\n /** The state of the cluster. */\n clusterState?: string;\n /** The quota information. */\n quotaInfo?: QuotaInfo;\n /** The list of errors. */\n errors?: Errors[];\n /** The list of connectivity endpoints. */\n connectivityEndpoints?: ConnectivityEndpoint[];\n /** The disk encryption properties. */\n diskEncryptionProperties?: DiskEncryptionProperties;\n /** The encryption-in-transit properties. */\n encryptionInTransitProperties?: EncryptionInTransitProperties;\n /** The storage profile. */\n storageProfile?: StorageProfile;\n /** The minimal supported tls version. */\n minSupportedTlsVersion?: string;\n /** The excluded services config. */\n excludedServicesConfig?: ExcludedServicesConfig;\n /** The network properties. */\n networkProperties?: NetworkProperties;\n /** The compute isolation properties. */\n computeIsolationProperties?: ComputeIsolationProperties;\n /** The private link configurations. */\n privateLinkConfigurations?: PrivateLinkConfiguration[];\n /** The list of private endpoint connections. */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n}\n\nexport function clusterGetPropertiesDeserializer(item: any): ClusterGetProperties {\n return {\n clusterVersion: item[\"clusterVersion\"],\n clusterHdpVersion: item[\"clusterHdpVersion\"],\n osType: item[\"osType\"],\n tier: item[\"tier\"],\n clusterId: item[\"clusterId\"],\n clusterDefinition: clusterDefinitionDeserializer(item[\"clusterDefinition\"]),\n kafkaRestProperties: !item[\"kafkaRestProperties\"]\n ? item[\"kafkaRestProperties\"]\n : kafkaRestPropertiesDeserializer(item[\"kafkaRestProperties\"]),\n securityProfile: !item[\"securityProfile\"]\n ? item[\"securityProfile\"]\n : securityProfileDeserializer(item[\"securityProfile\"]),\n computeProfile: !item[\"computeProfile\"]\n ? item[\"computeProfile\"]\n : computeProfileDeserializer(item[\"computeProfile\"]),\n provisioningState: item[\"provisioningState\"],\n createdDate: item[\"createdDate\"],\n clusterState: item[\"clusterState\"],\n quotaInfo: !item[\"quotaInfo\"] ? item[\"quotaInfo\"] : quotaInfoDeserializer(item[\"quotaInfo\"]),\n errors: !item[\"errors\"] ? item[\"errors\"] : errorsArrayDeserializer(item[\"errors\"]),\n connectivityEndpoints: !item[\"connectivityEndpoints\"]\n ? item[\"connectivityEndpoints\"]\n : connectivityEndpointArrayDeserializer(item[\"connectivityEndpoints\"]),\n diskEncryptionProperties: !item[\"diskEncryptionProperties\"]\n ? item[\"diskEncryptionProperties\"]\n : diskEncryptionPropertiesDeserializer(item[\"diskEncryptionProperties\"]),\n encryptionInTransitProperties: !item[\"encryptionInTransitProperties\"]\n ? item[\"encryptionInTransitProperties\"]\n : encryptionInTransitPropertiesDeserializer(item[\"encryptionInTransitProperties\"]),\n storageProfile: !item[\"storageProfile\"]\n ? item[\"storageProfile\"]\n : storageProfileDeserializer(item[\"storageProfile\"]),\n minSupportedTlsVersion: item[\"minSupportedTlsVersion\"],\n excludedServicesConfig: !item[\"excludedServicesConfig\"]\n ? item[\"excludedServicesConfig\"]\n : excludedServicesConfigDeserializer(item[\"excludedServicesConfig\"]),\n networkProperties: !item[\"networkProperties\"]\n ? item[\"networkProperties\"]\n : networkPropertiesDeserializer(item[\"networkProperties\"]),\n computeIsolationProperties: !item[\"computeIsolationProperties\"]\n ? item[\"computeIsolationProperties\"]\n : computeIsolationPropertiesDeserializer(item[\"computeIsolationProperties\"]),\n privateLinkConfigurations: !item[\"privateLinkConfigurations\"]\n ? item[\"privateLinkConfigurations\"]\n : privateLinkConfigurationArrayDeserializer(item[\"privateLinkConfigurations\"]),\n privateEndpointConnections: !item[\"privateEndpointConnections\"]\n ? item[\"privateEndpointConnections\"]\n : privateEndpointConnectionArrayDeserializer(item[\"privateEndpointConnections\"]),\n };\n}\n\n/** The type of operating system. */\nexport enum KnownOSType {\n /** Windows */\n Windows = \"Windows\",\n /** Linux */\n Linux = \"Linux\",\n}\n\n/**\n * The type of operating system. \\\n * {@link KnownOSType} can be used interchangeably with OSType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Windows**: Windows \\\n * **Linux**: Linux\n */\nexport type OSType = string;\n\n/** The cluster tier. */\nexport enum KnownTier {\n /** Standard */\n Standard = \"Standard\",\n /** Premium */\n Premium = \"Premium\",\n}\n\n/**\n * The cluster tier. \\\n * {@link KnownTier} can be used interchangeably with Tier,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard**: Standard \\\n * **Premium**: Premium\n */\nexport type Tier = string;\n\n/** The cluster definition. */\nexport interface ClusterDefinition {\n /** The link to the blueprint. */\n blueprint?: string;\n /** The type of cluster. */\n kind?: string;\n /** The versions of different services in the cluster. */\n componentVersion?: Record<string, string>;\n /** The cluster configurations. */\n configurations?: any;\n}\n\nexport function clusterDefinitionSerializer(item: ClusterDefinition): any {\n return {\n blueprint: item[\"blueprint\"],\n kind: item[\"kind\"],\n componentVersion: item[\"componentVersion\"],\n configurations: item[\"configurations\"],\n };\n}\n\nexport function clusterDefinitionDeserializer(item: any): ClusterDefinition {\n return {\n blueprint: item[\"blueprint\"],\n kind: item[\"kind\"],\n componentVersion: !item[\"componentVersion\"]\n ? item[\"componentVersion\"]\n : Object.fromEntries(\n Object.entries(item[\"componentVersion\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n configurations: item[\"configurations\"],\n };\n}\n\n/** The kafka rest proxy configuration which contains AAD security group information. */\nexport interface KafkaRestProperties {\n /** The information of AAD security group. */\n clientGroupInfo?: ClientGroupInfo;\n /** The configurations that need to be overriden. */\n configurationOverride?: Record<string, string>;\n}\n\nexport function kafkaRestPropertiesSerializer(item: KafkaRestProperties): any {\n return {\n clientGroupInfo: !item[\"clientGroupInfo\"]\n ? item[\"clientGroupInfo\"]\n : clientGroupInfoSerializer(item[\"clientGroupInfo\"]),\n configurationOverride: item[\"configurationOverride\"],\n };\n}\n\nexport function kafkaRestPropertiesDeserializer(item: any): KafkaRestProperties {\n return {\n clientGroupInfo: !item[\"clientGroupInfo\"]\n ? item[\"clientGroupInfo\"]\n : clientGroupInfoDeserializer(item[\"clientGroupInfo\"]),\n configurationOverride: !item[\"configurationOverride\"]\n ? item[\"configurationOverride\"]\n : Object.fromEntries(\n Object.entries(item[\"configurationOverride\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n };\n}\n\n/** The information of AAD security group. */\nexport interface ClientGroupInfo {\n /** The AAD security group name. */\n groupName?: string;\n /** The AAD security group id. */\n groupId?: string;\n}\n\nexport function clientGroupInfoSerializer(item: ClientGroupInfo): any {\n return { groupName: item[\"groupName\"], groupId: item[\"groupId\"] };\n}\n\nexport function clientGroupInfoDeserializer(item: any): ClientGroupInfo {\n return {\n groupName: item[\"groupName\"],\n groupId: item[\"groupId\"],\n };\n}\n\n/** The security profile which contains Ssh public key for the HDInsight cluster. */\nexport interface SecurityProfile {\n /** The directory type. */\n directoryType?: DirectoryType;\n /** The organization's active directory domain. */\n domain?: string;\n /** The organizational unit within the Active Directory to place the cluster and service accounts. */\n organizationalUnitDN?: string;\n /** The LDAPS protocol URLs to communicate with the Active Directory. */\n ldapsUrls?: string[];\n /** The domain user account that will have admin privileges on the cluster. */\n domainUsername?: string;\n /** The domain admin password. */\n domainUserPassword?: string;\n /** Optional. The Distinguished Names for cluster user groups */\n clusterUsersGroupDNs?: string[];\n /** The resource ID of the user's Azure Active Directory Domain Service. */\n aaddsResourceId?: string;\n /** User assigned identity that has permissions to read and create cluster-related artifacts in the user's AADDS. */\n msiResourceId?: string;\n}\n\nexport function securityProfileSerializer(item: SecurityProfile): any {\n return {\n directoryType: item[\"directoryType\"],\n domain: item[\"domain\"],\n organizationalUnitDN: item[\"organizationalUnitDN\"],\n ldapsUrls: !item[\"ldapsUrls\"]\n ? item[\"ldapsUrls\"]\n : item[\"ldapsUrls\"].map((p: any) => {\n return p;\n }),\n domainUsername: item[\"domainUsername\"],\n domainUserPassword: item[\"domainUserPassword\"],\n clusterUsersGroupDNs: !item[\"clusterUsersGroupDNs\"]\n ? item[\"clusterUsersGroupDNs\"]\n : item[\"clusterUsersGroupDNs\"].map((p: any) => {\n return p;\n }),\n aaddsResourceId: item[\"aaddsResourceId\"],\n msiResourceId: item[\"msiResourceId\"],\n };\n}\n\nexport function securityProfileDeserializer(item: any): SecurityProfile {\n return {\n directoryType: item[\"directoryType\"],\n domain: item[\"domain\"],\n organizationalUnitDN: item[\"organizationalUnitDN\"],\n ldapsUrls: !item[\"ldapsUrls\"]\n ? item[\"ldapsUrls\"]\n : item[\"ldapsUrls\"].map((p: any) => {\n return p;\n }),\n domainUsername: item[\"domainUsername\"],\n domainUserPassword: item[\"domainUserPassword\"],\n clusterUsersGroupDNs: !item[\"clusterUsersGroupDNs\"]\n ? item[\"clusterUsersGroupDNs\"]\n : item[\"clusterUsersGroupDNs\"].map((p: any) => {\n return p;\n }),\n aaddsResourceId: item[\"aaddsResourceId\"],\n msiResourceId: item[\"msiResourceId\"],\n };\n}\n\n/** The directory type. */\nexport enum KnownDirectoryType {\n /** ActiveDirectory */\n ActiveDirectory = \"ActiveDirectory\",\n}\n\n/**\n * The directory type. \\\n * {@link KnownDirectoryType} can be used interchangeably with DirectoryType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ActiveDirectory**: ActiveDirectory\n */\nexport type DirectoryType = string;\n\n/** The provisioning state, which only appears in the response. */\nexport enum KnownHDInsightClusterProvisioningState {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * The provisioning state, which only appears in the response. \\\n * {@link KnownHDInsightClusterProvisioningState} can be used interchangeably with HDInsightClusterProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress**: InProgress \\\n * **Failed**: Failed \\\n * **Succeeded**: Succeeded \\\n * **Canceled**: Canceled \\\n * **Deleting**: Deleting\n */\nexport type HDInsightClusterProvisioningState = string;\n\n/** The quota properties for the cluster. */\nexport interface QuotaInfo {\n /** The cores used by the cluster. */\n coresUsed?: number;\n}\n\nexport function quotaInfoDeserializer(item: any): QuotaInfo {\n return {\n coresUsed: item[\"coresUsed\"],\n };\n}\n\nexport function connectivityEndpointArrayDeserializer(result: Array<ConnectivityEndpoint>): any[] {\n return result.map((item) => {\n return connectivityEndpointDeserializer(item);\n });\n}\n\n/** The connectivity properties */\nexport interface ConnectivityEndpoint {\n /** The name of the endpoint. */\n name?: string;\n /** The protocol of the endpoint. */\n protocol?: string;\n /** The location of the endpoint. */\n location?: string;\n /** The port to connect to. */\n port?: number;\n /** The private ip address of the endpoint. */\n privateIPAddress?: string;\n}\n\nexport function connectivityEndpointDeserializer(item: any): ConnectivityEndpoint {\n return {\n name: item[\"name\"],\n protocol: item[\"protocol\"],\n location: item[\"location\"],\n port: item[\"port\"],\n privateIPAddress: item[\"privateIPAddress\"],\n };\n}\n\n/** The disk encryption properties */\nexport interface DiskEncryptionProperties {\n /** Base key vault URI where the customers key is located eg. https://myvault.vault.azure.net */\n vaultUri?: string;\n /** Key name that is used for enabling disk encryption. */\n keyName?: string;\n /** Specific key version that is used for enabling disk encryption. */\n keyVersion?: string;\n /** Algorithm identifier for encryption, default RSA-OAEP. */\n encryptionAlgorithm?: JsonWebKeyEncryptionAlgorithm;\n /** Resource ID of Managed Identity that is used to access the key vault. */\n msiResourceId?: string;\n /** Indicates whether or not resource disk encryption is enabled. */\n encryptionAtHost?: boolean;\n}\n\nexport function diskEncryptionPropertiesSerializer(item: DiskEncryptionProperties): any {\n return {\n vaultUri: item[\"vaultUri\"],\n keyName: item[\"keyName\"],\n keyVersion: item[\"keyVersion\"],\n encryptionAlgorithm: item[\"encryptionAlgorithm\"],\n msiResourceId: item[\"msiResourceId\"],\n encryptionAtHost: item[\"encryptionAtHost\"],\n };\n}\n\nexport function diskEncryptionPropertiesDeserializer(item: any): DiskEncryptionProperties {\n return {\n vaultUri: item[\"vaultUri\"],\n keyName: item[\"keyName\"],\n keyVersion: item[\"keyVersion\"],\n encryptionAlgorithm: item[\"encryptionAlgorithm\"],\n msiResourceId: item[\"msiResourceId\"],\n encryptionAtHost: item[\"encryptionAtHost\"],\n };\n}\n\n/** Algorithm identifier for encryption, default RSA-OAEP. */\nexport enum KnownJsonWebKeyEncryptionAlgorithm {\n /** RSA-OAEP */\n RSAOaep = \"RSA-OAEP\",\n /** RSA-OAEP-256 */\n RSAOaep256 = \"RSA-OAEP-256\",\n /** RSA1_5 */\n RSA15 = \"RSA1_5\",\n}\n\n/**\n * Algorithm identifier for encryption, default RSA-OAEP. \\\n * {@link KnownJsonWebKeyEncryptionAlgorithm} can be used interchangeably with JsonWebKeyEncryptionAlgorithm,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **RSA-OAEP**: RSA-OAEP \\\n * **RSA-OAEP-256**: RSA-OAEP-256 \\\n * **RSA1_5**: RSA1_5\n */\nexport type JsonWebKeyEncryptionAlgorithm = string;\n\n/** The encryption-in-transit properties. */\nexport interface EncryptionInTransitProperties {\n /** Indicates whether or not inter cluster node communication is encrypted in transit. */\n isEncryptionInTransitEnabled?: boolean;\n}\n\nexport function encryptionInTransitPropertiesSerializer(item: EncryptionInTransitProperties): any {\n return { isEncryptionInTransitEnabled: item[\"isEncryptionInTransitEnabled\"] };\n}\n\nexport function encryptionInTransitPropertiesDeserializer(\n item: any,\n): EncryptionInTransitProperties {\n return {\n isEncryptionInTransitEnabled: item[\"isEncryptionInTransitEnabled\"],\n };\n}\n\n/** The storage profile. */\nexport interface StorageProfile {\n /** The list of storage accounts in the cluster. */\n storageaccounts?: StorageAccount[];\n}\n\nexport function storageProfileSerializer(item: StorageProfile): any {\n return {\n storageaccounts: !item[\"storageaccounts\"]\n ? item[\"storageaccounts\"]\n : storageAccountArraySerializer(item[\"storageaccounts\"]),\n };\n}\n\nexport function storageProfileDeserializer(item: any): StorageProfile {\n return {\n storageaccounts: !item[\"storageaccounts\"]\n ? item[\"storageaccounts\"]\n : storageAccountArrayDeserializer(item[\"storageaccounts\"]),\n };\n}\n\nexport function storageAccountArraySerializer(result: Array<StorageAccount>): any[] {\n return result.map((item) => {\n return storageAccountSerializer(item);\n });\n}\n\nexport function storageAccountArrayDeserializer(result: Array<StorageAccount>): any[] {\n return result.map((item) => {\n return storageAccountDeserializer(item);\n });\n}\n\n/** The storage Account. */\nexport interface StorageAccount {\n /** The name of the storage account. */\n name?: string;\n /** Whether or not the storage account is the default storage account. */\n isDefault?: boolean;\n /** The container in the storage account, only to be specified for WASB storage accounts. */\n container?: string;\n /** The filesystem, only to be specified for Azure Data Lake Storage Gen 2. */\n fileSystem?: string;\n /** The storage account access key. */\n key?: string;\n /** The resource ID of storage account, only to be specified for Azure Data Lake Storage Gen 2. */\n resourceId?: string;\n /** The managed identity (MSI) that is allowed to access the storage account, only to be specified for Azure Data Lake Storage Gen 2. */\n msiResourceId?: string;\n /** The shared access signature key. */\n saskey?: string;\n /** The file share name. */\n fileshare?: string;\n /** Enable secure channel or not, it's an optional field. Default value is false when cluster version < 5.1 and true when cluster version >= 5.1 , */\n enableSecureChannel?: boolean;\n}\n\nexport function storageAccountSerializer(item: StorageAccount): any {\n return {\n name: item[\"name\"],\n isDefault: item[\"isDefault\"],\n container: item[\"container\"],\n fileSystem: item[\"fileSystem\"],\n key: item[\"key\"],\n resourceId: item[\"resourceId\"],\n msiResourceId: item[\"msiResourceId\"],\n saskey: item[\"saskey\"],\n fileshare: item[\"fileshare\"],\n enableSecureChannel: item[\"enableSecureChannel\"],\n };\n}\n\nexport function storageAccountDeserializer(item: any): StorageAccount {\n return {\n name: item[\"name\"],\n isDefault: item[\"isDefault\"],\n container: item[\"container\"],\n fileSystem: item[\"fileSystem\"],\n key: item[\"key\"],\n resourceId: item[\"resourceId\"],\n msiResourceId: item[\"msiResourceId\"],\n saskey: item[\"saskey\"],\n fileshare: item[\"fileshare\"],\n enableSecureChannel: item[\"enableSecureChannel\"],\n };\n}\n\n/** The configuration that services will be excluded when creating cluster. */\nexport interface ExcludedServicesConfig {\n /** The config id of excluded services. */\n excludedServicesConfigId?: string;\n /** The list of excluded services. */\n excludedServicesList?: string;\n}\n\nexport function excludedServicesConfigDeserializer(item: any): ExcludedServicesConfig {\n return {\n excludedServicesConfigId: item[\"excludedServicesConfigId\"],\n excludedServicesList: item[\"excludedServicesList\"],\n };\n}\n\n/** The network properties. */\nexport interface NetworkProperties {\n /** A value to describe how the outbound dependencies of a HDInsight cluster are managed. 'Managed' means that the outbound dependencies are managed by the HDInsight service. 'External' means that the outbound dependencies are managed by a customer specific solution. */\n outboundDependenciesManagedType?: OutboundDependenciesManagedType;\n /** The direction for the resource provider connection. */\n resourceProviderConnection?: ResourceProviderConnection;\n /** Indicates whether or not private link is enabled. */\n privateLink?: PrivateLink;\n /** Gets or sets the IP tag for the public IPs created along with the HDInsight Clusters. */\n publicIpTag?: IpTag;\n}\n\nexport function networkPropertiesSerializer(item: NetworkProperties): any {\n return {\n outboundDependenciesManagedType: item[\"outboundDependenciesManagedType\"],\n resourceProviderConnection: item[\"resourceProviderConnection\"],\n privateLink: item[\"privateLink\"],\n publicIpTag: !item[\"publicIpTag\"] ? item[\"publicIpTag\"] : ipTagSerializer(item[\"publicIpTag\"]),\n };\n}\n\nexport function networkPropertiesDeserializer(item: any): NetworkProperties {\n return {\n outboundDependenciesManagedType: item[\"outboundDependenciesManagedType\"],\n resourceProviderConnection: item[\"resourceProviderConnection\"],\n privateLink: item[\"privateLink\"],\n publicIpTag: !item[\"publicIpTag\"]\n ? item[\"publicIpTag\"]\n : ipTagDeserializer(item[\"publicIpTag\"]),\n };\n}\n\n/** A value to describe how the outbound dependencies of a HDInsight cluster are managed. 'Managed' means that the outbound dependencies are managed by the HDInsight service. 'External' means that the outbound dependencies are managed by a customer specific solution. */\nexport enum KnownOutboundDependenciesManagedType {\n /** Managed */\n Managed = \"Managed\",\n /** External */\n External = \"External\",\n}\n\n/**\n * A value to describe how the outbound dependencies of a HDInsight cluster are managed. 'Managed' means that the outbound dependencies are managed by the HDInsight service. 'External' means that the outbound dependencies are managed by a customer specific solution. \\\n * {@link KnownOutboundDependenciesManagedType} can be used interchangeably with OutboundDependenciesManagedType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Managed**: Managed \\\n * **External**: External\n */\nexport type OutboundDependenciesManagedType = string;\n\n/** The direction for the resource provider connection. */\nexport enum KnownResourceProviderConnection {\n /** Inbound */\n Inbound = \"Inbound\",\n /** Outbound */\n Outbound = \"Outbound\",\n}\n\n/**\n * The direction for the resource provider connection. \\\n * {@link KnownResourceProviderConnection} can be used interchangeably with ResourceProviderConnection,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Inbound**: Inbound \\\n * **Outbound**: Outbound\n */\nexport type ResourceProviderConnection = string;\n\n/** Indicates whether or not private link is enabled. */\nexport enum KnownPrivateLink {\n /** Disabled */\n Disabled = \"Disabled\",\n /** Enabled */\n Enabled = \"Enabled\",\n}\n\n/**\n * Indicates whether or not private link is enabled. \\\n * {@link KnownPrivateLink} can be used interchangeably with PrivateLink,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled**: Disabled \\\n * **Enabled**: Enabled\n */\nexport type PrivateLink = string;\n\n/** Contains the IpTag associated with the public IP address */\nexport interface IpTag {\n /** Gets or sets the ipTag type: Example FirstPartyUsage. */\n ipTagType: string;\n /** Gets or sets value of the IpTag associated with the public IP. Example HDInsight, SQL, Storage etc */\n tag: string;\n}\n\nexport function ipTagSerializer(item: IpTag): any {\n return { ipTagType: item[\"ipTagType\"], tag: item[\"tag\"] };\n}\n\nexport function ipTagDeserializer(item: any): IpTag {\n return {\n ipTagType: item[\"ipTagType\"],\n tag: item[\"tag\"],\n };\n}\n\n/** The compute isolation properties. */\nexport interface ComputeIsolationProperties {\n /** The flag indicates whether enable compute isolation or not. */\n enableComputeIsolation?: boolean;\n /** The host sku. */\n hostSku?: string;\n}\n\nexport function computeIsolationPropertiesSerializer(item: ComputeIsolationProperties): any {\n return { enableComputeIsolation: item[\"enableComputeIsolation\"], hostSku: item[\"hostSku\"] };\n}\n\nexport function computeIsolationPropertiesDeserializer(item: any): ComputeIsolationProperties {\n return {\n enableComputeIsolation: item[\"enableComputeIsolation\"],\n hostSku: item[\"hostSku\"],\n };\n}\n\nexport function privateEndpointConnectionArraySerializer(\n result: Array<PrivateEndpointConnection>,\n): any[] {\n return result.map((item) => {\n return privateEndpointConnectionSerializer(item);\n });\n}\n\nexport function privateEndpointConnectionArrayDeserializer(\n result: Array<PrivateEndpointConnection>,\n): any[] {\n return result.map((item) => {\n return privateEndpointConnectionDeserializer(item);\n });\n}\n\n/** The private endpoint connection. */\nexport interface PrivateEndpointConnection extends ProxyResource {\n /** The private endpoint of the private endpoint connection */\n readonly privateEndpoint?: PrivateEndpoint;\n /** The private link service connection state. */\n privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;\n /** The link identifier. */\n readonly linkIdentifier?: string;\n /** The provisioning state, which only appears in the response. */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\nexport function privateEndpointConnectionSerializer(item: PrivateEndpointConnection): any {\n return { properties: _privateEndpointConnectionPropertiesSerializer(item) };\n}\n\nexport function privateEndpointConnectionDeserializer(item: any): PrivateEndpointConnection {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ..._privateEndpointConnectionPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The private endpoint connection properties. */\nexport interface PrivateEndpointConnectionProperties {\n /** The private endpoint of the private endpoint connection */\n readonly privateEndpoint?: PrivateEndpoint;\n /** The private link service connection state. */\n privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;\n /** The link identifier. */\n readonly linkIdentifier?: string;\n /** The provisioning state, which only appears in the response. */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\nexport function privateEndpointConnectionPropertiesSerializer(\n item: PrivateEndpointConnectionProperties,\n): any {\n return {\n privateLinkServiceConnectionState: privateLinkServiceConnectionStateSerializer(\n item[\"privateLinkServiceConnectionState\"],\n ),\n };\n}\n\nexport function privateEndpointConnectionPropertiesDeserializer(\n item: any,\n): PrivateEndpointConnectionProperties {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointDeserializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: privateLinkServiceConnectionStateDeserializer(\n item[\"privateLinkServiceConnectionState\"],\n ),\n linkIdentifier: item[\"linkIdentifier\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** The private endpoint. */\nexport interface PrivateEndpoint {\n /** The private endpoint id. */\n id?: string;\n}\n\nexport function privateEndpointDeserializer(item: any): PrivateEndpoint {\n return {\n id: item[\"id\"],\n };\n}\n\n/** The private link service connection state. */\nexport interface PrivateLinkServiceConnectionState {\n /** The concrete private link service connection. */\n status: PrivateLinkServiceConnectionStatus;\n /** The optional description of the status. */\n description?: string;\n /** Whether there is further actions. */\n actionsRequired?: string;\n}\n\nexport function privateLinkServiceConnectionStateSerializer(\n item: PrivateLinkServiceConnectionState,\n): any {\n return {\n status: item[\"status\"],\n description: item[\"description\"],\n actionsRequired: item[\"actionsRequired\"],\n };\n}\n\nexport function privateLinkServiceConnectionStateDeserializer(\n item: any,\n): PrivateLinkServiceConnectionState {\n return {\n status: item[\"status\"],\n description: item[\"description\"],\n actionsRequired: item[\"actionsRequired\"],\n };\n}\n\n/** The concrete private link service connection. */\nexport enum KnownPrivateLinkServiceConnectionStatus {\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\",\n /** Pending */\n Pending = \"Pending\",\n /** Removed */\n Removed = \"Removed\",\n}\n\n/**\n * The concrete private link service connection. \\\n * {@link KnownPrivateLinkServiceConnectionStatus} can be used interchangeably with PrivateLinkServiceConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Approved**: Approved \\\n * **Rejected**: Rejected \\\n * **Pending**: Pending \\\n * **Removed**: Removed\n */\nexport type PrivateLinkServiceConnectionStatus = string;\n\n/** The provisioning state, which only appears in the response. */\nexport enum KnownPrivateEndpointConnectionProvisioningState {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Updating */\n Updating = \"Updating\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * The provisioning state, which only appears in the response. \\\n * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress**: InProgress \\\n * **Updating**: Updating \\\n * **Failed**: Failed \\\n * **Succeeded**: Succeeded \\\n * **Canceled**: Canceled \\\n * **Deleting**: Deleting\n */\nexport type PrivateEndpointConnectionProvisioningState = string;\n\n/** Identity for the cluster. */\nexport interface ClusterIdentity {\n /** The principal id of cluster identity. This property will only be provided for a system assigned identity. */\n readonly principalId?: string;\n /** The tenant id associated with the cluster. This property will only be provided for a system assigned identity. */\n readonly tenantId?: string;\n /** The type of identity used for the cluster. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. */\n type?: ResourceIdentityType;\n /** The list of user identities associated with the cluster. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. */\n userAssignedIdentities?: Record<string, UserAssignedIdentity>;\n}\n\nexport function clusterIdentitySerializer(item: ClusterIdentity): any {\n return {\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : userAssignedIdentityRecordSerializer(item[\"userAssignedIdentities\"]),\n };\n}\n\nexport function clusterIdentityDeserializer(item: any): ClusterIdentity {\n return {\n principalId: item[\"principalId\"],\n tenantId: item[\"tenantId\"],\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : userAssignedIdentityRecordDeserializer(item[\"userAssignedIdentities\"]),\n };\n}\n\n/** The type of identity used for the cluster. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. */\nexport enum KnownResourceIdentityType {\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n /** SystemAssigned, UserAssigned */\n SystemAssignedUserAssigned = \"SystemAssigned, UserAssigned\",\n /** None */\n None = \"None\",\n}\n\n/**\n * The type of identity used for the cluster. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. \\\n * {@link KnownResourceIdentityType} can be used interchangeably with ResourceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemAssigned**: SystemAssigned \\\n * **UserAssigned**: UserAssigned \\\n * **SystemAssigned, UserAssigned**: SystemAssigned, UserAssigned \\\n * **None**: None\n */\nexport type ResourceIdentityType = string;\n\nexport function userAssignedIdentityRecordSerializer(\n item: Record<string, UserAssignedIdentity>,\n): Record<string, any> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : userAssignedIdentitySerializer(item[key]);\n });\n return result;\n}\n\nexport function userAssignedIdentityRecordDeserializer(\n item: Record<string, any>,\n): Record<string, UserAssignedIdentity> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : userAssignedIdentityDeserializer(item[key]);\n });\n return result;\n}\n\n/** The User Assigned Identity */\nexport interface UserAssignedIdentity {\n /** The principal id of user assigned identity. */\n readonly principalId?: string;\n /** The client id of user assigned identity. */\n readonly clientId?: string;\n /** The tenant id of user assigned identity. */\n tenantId?: string;\n}\n\nexport function userAssignedIdentitySerializer(item: UserAssignedIdentity): any {\n return { tenantId: item[\"tenantId\"] };\n}\n\nexport function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity {\n return {\n principalId: item[\"principalId\"],\n clientId: item[\"clientId\"],\n tenantId: item[\"tenantId\"],\n };\n}\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?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\nexport function trackedResourceDeserializer(item: any): TrackedResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n };\n}\n\n/** The CreateCluster request parameters. */\nexport interface ClusterCreateParametersExtended {\n /** The location of the cluster. */\n location?: string;\n /** The resource tags. */\n tags?: Record<string, string>;\n /** The availability zones. */\n zones?: string[];\n /** The cluster create parameters. */\n properties?: ClusterCreateProperties;\n /** The identity of the cluster, if configured. */\n identity?: ClusterIdentity;\n}\n\nexport function clusterCreateParametersExtendedSerializer(\n item: ClusterCreateParametersExtended,\n): any {\n return {\n location: item[\"location\"],\n tags: item[\"tags\"],\n zones: !item[\"zones\"]\n ? item[\"zones\"]\n : item[\"zones\"].map((p: any) => {\n return p;\n }),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : clusterCreatePropertiesSerializer(item[\"properties\"]),\n identity: !item[\"identity\"] ? item[\"identity\"] : clusterIdentitySerializer(item[\"identity\"]),\n };\n}\n\n/** The cluster create parameters. */\nexport interface ClusterCreateProperties {\n /** The version of the cluster. */\n clusterVersion?: string;\n /** The type of operating system. */\n osType?: OSType;\n /** The cluster tier. */\n tier?: Tier;\n /** The cluster definition. */\n clusterDefinition?: ClusterDefinition;\n /** The cluster kafka rest proxy configuration. */\n kafkaRestProperties?: KafkaRestProperties;\n /** The security profile. */\n securityProfile?: SecurityProfile;\n /** The compute profile. */\n computeProfile?: ComputeProfile;\n /** The storage profile. */\n storageProfile?: StorageProfile;\n /** The disk encryption properties. */\n diskEncryptionProperties?: DiskEncryptionProperties;\n /** The encryption-in-transit properties. */\n encryptionInTransitProperties?: EncryptionInTransitProperties;\n /** The minimal supported tls version. */\n minSupportedTlsVersion?: string;\n /** The network properties. */\n networkProperties?: NetworkProperties;\n /** The compute isolation properties. */\n computeIsolationProperties?: ComputeIsolationProperties;\n /** The private link configurations. */\n privateLinkConfigurations?: PrivateLinkConfiguration[];\n}\n\nexport function clusterCreatePropertiesSerializer(item: ClusterCreateProperties): any {\n return {\n clusterVersion: item[\"clusterVersion\"],\n osType: item[\"osType\"],\n tier: item[\"tier\"],\n clusterDefinition: !item[\"clusterDefinition\"]\n ? item[\"clusterDefinition\"]\n : clusterDefinitionSerializer(item[\"clusterDefinition\"]),\n kafkaRestProperties: !item[\"kafkaRestProperties\"]\n ? item[\"kafkaRestProperties\"]\n : kafkaRestPropertiesSerializer(item[\"kafkaRestProperties\"]),\n securityProfile: !item[\"securityProfile\"]\n ? item[\"securityProfile\"]\n : securityProfileSerializer(item[\"securityProfile\"]),\n computeProfile: !item[\"computeProfile\"]\n ? item[\"computeProfile\"]\n : computeProfileSerializer(item[\"computeProfile\"]),\n storageProfile: !item[\"storageProfile\"]\n ? item[\"storageProfile\"]\n : storageProfileSerializer(item[\"storageProfile\"]),\n diskEncryptionProperties: !item[\"diskEncryptionProperties\"]\n ? item[\"diskEncryptionProperties\"]\n : diskEncryptionPropertiesSerializer(item[\"diskEncryptionProperties\"]),\n encryptionInTransitProperties: !item[\"encryptionInTransitProperties\"]\n ? item[\"encryptionInTransitProperties\"]\n : encryptionInTransitPropertiesSerializer(item[\"encryptionInTransitProperties\"]),\n minSupportedTlsVersion: item[\"minSupportedTlsVersion\"],\n networkProperties: !item[\"networkProperties\"]\n ? item[\"networkProperties\"]\n : networkPropertiesSerializer(item[\"networkProperties\"]),\n computeIsolationProperties: !item[\"computeIsolationProperties\"]\n ? item[\"computeIsolationProperties\"]\n : computeIsolationPropertiesSerializer(item[\"computeIsolationProperties\"]),\n privateLinkConfigurations: !item[\"privateLinkConfigurations\"]\n ? item[\"privateLinkConfigurations\"]\n : privateLinkConfigurationArraySerializer(item[\"privateLinkConfigurations\"]),\n };\n}\n\n/** The PatchCluster request parameters */\nexport interface ClusterPatchParameters {\n /** The resource tags. */\n tags?: Record<string, string>;\n /** The identity of the cluster, if configured. Setting this property will override the existing identity configuration of the cluster. */\n identity?: ClusterIdentity;\n}\n\nexport function clusterPatchParametersSerializer(item: ClusterPatchParameters): any {\n return {\n tags: item[\"tags\"],\n identity: !item[\"identity\"] ? item[\"identity\"] : clusterIdentitySerializer(item[\"identity\"]),\n };\n}\n\n/** The response of a Cluster list operation. */\nexport interface _ClusterListResult {\n /** The Cluster items on this page */\n value: Cluster[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _clusterListResultDeserializer(item: any): _ClusterListResult {\n return {\n value: clusterArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function clusterArrayDeserializer(result: Array<Cluster>): any[] {\n return result.map((item) => {\n return clusterDeserializer(item);\n });\n}\n\n/** The Resize Cluster request parameters. */\nexport interface ClusterResizeParameters {\n /** The target instance count for the operation. */\n targetInstanceCount?: number;\n}\n\nexport function clusterResizeParametersSerializer(item: ClusterResizeParameters): any {\n return { targetInstanceCount: item[\"targetInstanceCount\"] };\n}\n\n/** The autoscale configuration update parameter. */\nexport interface AutoscaleConfigurationUpdateParameter {\n /** The autoscale configuration. */\n autoscale?: Autoscale;\n}\n\nexport function autoscaleConfigurationUpdateParameterSerializer(\n item: AutoscaleConfigurationUpdateParameter,\n): any {\n return {\n autoscale: !item[\"autoscale\"] ? item[\"autoscale\"] : autoscaleSerializer(item[\"autoscale\"]),\n };\n}\n\n/** The Disk Encryption Cluster request parameters. */\nexport interface ClusterDiskEncryptionParameters {\n /** Base key vault URI where the customers key is located eg. https://myvault.vault.azure.net */\n vaultUri?: string;\n /** Key name that is used for enabling disk encryption. */\n keyName?: string;\n /** Specific key version that is used for enabling disk encryption. */\n keyVersion?: string;\n}\n\nexport function clusterDiskEncryptionParametersSerializer(\n item: ClusterDiskEncryptionParameters,\n): any {\n return { vaultUri: item[\"vaultUri\"], keyName: item[\"keyName\"], keyVersion: item[\"keyVersion\"] };\n}\n\n/** Gateway settings. */\nexport interface GatewaySettings {\n /** Indicates whether or not the gateway settings based authorization is enabled. */\n readonly isCredentialEnabled?: string;\n /** The gateway settings user name. */\n readonly userName?: string;\n /** The gateway settings user password. */\n readonly password?: string;\n /** List of Entra users for gateway access. */\n restAuthEntraUsers?: EntraUserInfo[];\n}\n\nexport function gatewaySettingsDeserializer(item: any): GatewaySettings {\n return {\n isCredentialEnabled: item[\"restAuthCredential.isEnabled\"],\n userName: item[\"restAuthCredential.username\"],\n password: item[\"restAuthCredential.password\"],\n restAuthEntraUsers: !item[\"restAuthEntraUsers\"]\n ? item[\"restAuthEntraUsers\"]\n : entraUserInfoArrayDeserializer(item[\"restAuthEntraUsers\"]),\n };\n}\n\nexport function entraUserInfoArraySerializer(result: Array<EntraUserInfo>): any[] {\n return result.map((item) => {\n return entraUserInfoSerializer(item);\n });\n}\n\nexport function entraUserInfoArrayDeserializer(result: Array<EntraUserInfo>): any[] {\n return result.map((item) => {\n return entraUserInfoDeserializer(item);\n });\n}\n\n/** Details of an Entra user for gateway access. */\nexport interface EntraUserInfo {\n /** The unique object ID of the Entra user or client ID of the enterprise applications. */\n objectId?: string;\n /** The display name of the Entra user. */\n displayName?: string;\n /** The User Principal Name (UPN) of the Entra user. It may be empty in certain cases, such as for enterprise applications. */\n upn?: string;\n}\n\nexport function entraUserInfoSerializer(item: EntraUserInfo): any {\n return { objectId: item[\"objectId\"], displayName: item[\"displayName\"], upn: item[\"upn\"] };\n}\n\nexport function entraUserInfoDeserializer(item: any): EntraUserInfo {\n return {\n objectId: item[\"objectId\"],\n displayName: item[\"displayName\"],\n upn: item[\"upn\"],\n };\n}\n\n/** The update gateway settings request parameters. Note either basic or entra user should be provided at a time. */\nexport interface UpdateGatewaySettingsParameters {\n /** Indicates whether or not the gateway settings based authorization is enabled. */\n isCredentialEnabled?: boolean;\n /** The gateway settings user name. */\n userName?: string;\n /** The gateway settings user password. */\n password?: string;\n /** List of Entra users for gateway access. */\n restAuthEntraUsers?: EntraUserInfo[];\n}\n\nexport function updateGatewaySettingsParametersSerializer(\n item: UpdateGatewaySettingsParameters,\n): any {\n return {\n \"restAuthCredential.isEnabled\": item[\"isCredentialEnabled\"],\n \"restAuthCredential.username\": item[\"userName\"],\n \"restAuthCredential.password\": item[\"password\"],\n restAuthEntraUsers: !item[\"restAuthEntraUsers\"]\n ? item[\"restAuthEntraUsers\"]\n : entraUserInfoArraySerializer(item[\"restAuthEntraUsers\"]),\n };\n}\n\n/** The update cluster identity certificate request parameters. */\nexport interface UpdateClusterIdentityCertificateParameters {\n /** The application id. */\n applicationId?: string;\n /** The certificate in base64 encoded format. */\n certificate?: string;\n /** The password of the certificate. */\n certificatePassword?: string;\n}\n\nexport function updateClusterIdentityCertificateParametersSerializer(\n item: UpdateClusterIdentityCertificateParameters,\n): any {\n return {\n applicationId: item[\"applicationId\"],\n certificate: item[\"certificate\"],\n certificatePassword: item[\"certificatePassword\"],\n };\n}\n\n/** The parameters for the script actions to execute on a running cluster. */\nexport interface ExecuteScriptActionParameters {\n /** The list of run time script actions. */\n scriptActions?: RuntimeScriptAction[];\n /** Gets or sets if the scripts needs to be persisted. */\n persistOnSuccess: boolean;\n}\n\nexport function executeScriptActionParametersSerializer(item: ExecuteScriptActionParameters): any {\n return {\n scriptActions: !item[\"scriptActions\"]\n ? item[\"scriptActions\"]\n : runtimeScriptActionArraySerializer(item[\"scriptActions\"]),\n persistOnSuccess: item[\"persistOnSuccess\"],\n };\n}\n\n/** The response of a PrivateEndpointConnection list operation. */\nexport interface _PrivateEndpointConnectionListResult {\n /** The PrivateEndpointConnection items on this page */\n value: PrivateEndpointConnection[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _privateEndpointConnectionListResultDeserializer(\n item: any,\n): _PrivateEndpointConnectionListResult {\n return {\n value: privateEndpointConnectionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\n/** A private link resource */\nexport interface PrivateLinkResource extends ProxyResource {\n /** The private link resource group id. */\n readonly groupId?: string;\n /** The private link resource required member names. */\n readonly requiredMembers?: string[];\n /** The private link resource private link DNS zone name. */\n requiredZoneNames?: string[];\n}\n\nexport function privateLinkResourceDeserializer(item: any): PrivateLinkResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _privateLinkResourcePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Properties of a private link resource. */\nexport interface PrivateLinkResourceProperties {\n /** The private link resource group id. */\n readonly groupId?: string;\n /** The private link resource required member names. */\n readonly requiredMembers?: string[];\n /** The private link resource private link DNS zone name. */\n requiredZoneNames?: string[];\n}\n\nexport function privateLinkResourcePropertiesDeserializer(\n item: any,\n): PrivateLinkResourceProperties {\n return {\n groupId: item[\"groupId\"],\n requiredMembers: !item[\"requiredMembers\"]\n ? item[\"requiredMembers\"]\n : item[\"requiredMembers\"].map((p: any) => {\n return p;\n }),\n requiredZoneNames: !item[\"requiredZoneNames\"]\n ? item[\"requiredZoneNames\"]\n : item[\"requiredZoneNames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** A list of private link resources */\nexport interface PrivateLinkResourceListResult {\n /** Array of private link resources */\n value?: PrivateLinkResource[];\n}\n\nexport function privateLinkResourceListResultDeserializer(\n item: any,\n): PrivateLinkResourceListResult {\n return {\n value: !item[\"value\"] ? item[\"value\"] : privateLinkResourceArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function privateLinkResourceArrayDeserializer(result: Array<PrivateLinkResource>): any[] {\n return result.map((item) => {\n return privateLinkResourceDeserializer(item);\n });\n}\n\n/** The configuration object for the specified cluster. */\nexport interface ClusterConfigurations {\n /** The configuration object for the specified configuration for the specified cluster. */\n configurations?: Record<string, Record<string, string>>;\n}\n\nexport function clusterConfigurationsDeserializer(item: any): ClusterConfigurations {\n return {\n configurations: !item[\"configurations\"]\n ? item[\"configurations\"]\n : Object.fromEntries(\n Object.entries(item[\"configurations\"]).map(([k, p]: [string, any]) => [\n k,\n Object.fromEntries(Object.entries(p).map(([k1, p1]: [string, any]) => [k1, p1])),\n ]),\n ),\n };\n}\n\n/** The cluster monitor parameters. */\nexport interface ClusterMonitoringRequest {\n /** The cluster monitor workspace ID. */\n workspaceId?: string;\n /** The cluster monitor workspace key. */\n primaryKey?: string;\n}\n\nexport function clusterMonitoringRequestSerializer(item: ClusterMonitoringRequest): any {\n return { workspaceId: item[\"workspaceId\"], primaryKey: item[\"primaryKey\"] };\n}\n\n/** The cluster monitoring status response. */\nexport interface ClusterMonitoringResponse {\n /** The status of the monitor on the HDInsight cluster. */\n clusterMonitoringEnabled?: boolean;\n /** The workspace ID of the monitor on the HDInsight cluster. */\n workspaceId?: string;\n}\n\nexport function clusterMonitoringResponseDeserializer(item: any): ClusterMonitoringResponse {\n return {\n clusterMonitoringEnabled: item[\"clusterMonitoringEnabled\"],\n workspaceId: item[\"workspaceId\"],\n };\n}\n\n/** The azure monitor parameters. */\nexport interface AzureMonitorRequest {\n /** The Log Analytics workspace ID. */\n workspaceId?: string;\n /** The Log Analytics workspace key. */\n primaryKey?: string;\n /** The selected configurations. */\n selectedConfigurations?: AzureMonitorSelectedConfigurations;\n}\n\nexport function azureMonitorRequestSerializer(item: AzureMonitorRequest): any {\n return {\n workspaceId: item[\"workspaceId\"],\n primaryKey: item[\"primaryKey\"],\n selectedConfigurations: !item[\"selectedConfigurations\"]\n ? item[\"selectedConfigurations\"]\n : azureMonitorSelectedConfigurationsSerializer(item[\"selectedConfigurations\"]),\n };\n}\n\n/** The selected configurations for azure monitor. */\nexport interface AzureMonitorSelectedConfigurations {\n /** The configuration version. */\n configurationVersion?: string;\n /** The global configurations of selected configurations. */\n globalConfigurations?: Record<string, string>;\n /** The table list. */\n tableList?: AzureMonitorTableConfiguration[];\n}\n\nexport function azureMonitorSelectedConfigurationsSerializer(\n item: AzureMonitorSelectedConfigurations,\n): any {\n return {\n configurationVersion: item[\"configurationVersion\"],\n globalConfigurations: item[\"globalConfigurations\"],\n tableList: !item[\"tableList\"]\n ? item[\"tableList\"]\n : azureMonitorTableConfigurationArraySerializer(item[\"tableList\"]),\n };\n}\n\nexport function azureMonitorSelectedConfigurationsDeserializer(\n item: any,\n): AzureMonitorSelectedConfigurations {\n return {\n configurationVersion: item[\"configurationVersion\"],\n globalConfigurations: !item[\"globalConfigurations\"]\n ? item[\"globalConfigurations\"]\n : Object.fromEntries(\n Object.entries(item[\"globalConfigurations\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n tableList: !item[\"tableList\"]\n ? item[\"tableList\"]\n : azureMonitorTableConfigurationArrayDeserializer(item[\"tableList\"]),\n };\n}\n\nexport function azureMonitorTableConfigurationArraySerializer(\n result: Array<AzureMonitorTableConfiguration>,\n): any[] {\n return result.map((item) => {\n return azureMonitorTableConfigurationSerializer(item);\n });\n}\n\nexport function azureMonitorTableConfigurationArrayDeserializer(\n result: Array<AzureMonitorTableConfiguration>,\n): any[] {\n return result.map((item) => {\n return azureMonitorTableConfigurationDeserializer(item);\n });\n}\n\n/** The table configuration for the Log Analytics integration. */\nexport interface AzureMonitorTableConfiguration {\n /** The name. */\n name?: string;\n}\n\nexport function azureMonitorTableConfigurationSerializer(\n item: AzureMonitorTableConfiguration,\n): any {\n return { name: item[\"name\"] };\n}\n\nexport function azureMonitorTableConfigurationDeserializer(\n item: any,\n): AzureMonitorTableConfiguration {\n return {\n name: item[\"name\"],\n };\n}\n\n/** The azure monitor status response. */\nexport interface AzureMonitorResponse {\n /** The status of the monitor on the HDInsight cluster. */\n clusterMonitoringEnabled?: boolean;\n /** The workspace ID of the monitor on the HDInsight cluster. */\n workspaceId?: string;\n /** The selected configurations. */\n selectedConfigurations?: AzureMonitorSelectedConfigurations;\n}\n\nexport function azureMonitorResponseDeserializer(item: any): AzureMonitorResponse {\n return {\n clusterMonitoringEnabled: item[\"clusterMonitoringEnabled\"],\n workspaceId: item[\"workspaceId\"],\n selectedConfigurations: !item[\"selectedConfigurations\"]\n ? item[\"selectedConfigurations\"]\n : azureMonitorSelectedConfigurationsDeserializer(item[\"selectedConfigurations\"]),\n };\n}\n\n/** Cluster monitoring extensions. */\nexport interface Extension {\n /** The workspace ID for the cluster monitoring extension. */\n workspaceId?: string;\n /** The certificate for the cluster monitoring extensions. */\n primaryKey?: string;\n}\n\nexport function extensionSerializer(item: Extension): any {\n return { workspaceId: item[\"workspaceId\"], primaryKey: item[\"primaryKey\"] };\n}\n\n/** The persisted script action for the cluster. */\nexport interface _ScriptActionsList {\n /** The RuntimeScriptActionDetail items on this page */\n value: RuntimeScriptActionDetail[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _scriptActionsListDeserializer(item: any): _ScriptActionsList {\n return {\n value: runtimeScriptActionDetailArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function runtimeScriptActionDetailArrayDeserializer(\n result: Array<RuntimeScriptActionDetail>,\n): any[] {\n return result.map((item) => {\n return runtimeScriptActionDetailDeserializer(item);\n });\n}\n\n/** The execution details of a script action. */\nexport interface RuntimeScriptActionDetail extends RuntimeScriptAction {\n /** The execution id of the script action. */\n readonly scriptExecutionId?: number;\n /** The start time of script action execution. */\n readonly startTime?: string;\n /** The end time of script action execution. */\n readonly endTime?: string;\n /** The current execution status of the script action. */\n readonly status?: string;\n /** The reason why the script action was executed. */\n readonly operation?: string;\n /** The summary of script action execution result. */\n readonly executionSummary?: ScriptActionExecutionSummary[];\n /** The script action execution debug information. */\n readonly debugInformation?: string;\n}\n\nexport function runtimeScriptActionDetailDeserializer(item: any): RuntimeScriptActionDetail {\n return {\n name: item[\"name\"],\n uri: item[\"uri\"],\n parameters: item[\"parameters\"],\n roles: item[\"roles\"].map((p: any) => {\n return p;\n }),\n applicationName: item[\"applicationName\"],\n scriptExecutionId: item[\"scriptExecutionId\"],\n startTime: item[\"startTime\"],\n endTime: item[\"endTime\"],\n status: item[\"status\"],\n operation: item[\"operation\"],\n executionSummary: !item[\"executionSummary\"]\n ? item[\"executionSummary\"]\n : scriptActionExecutionSummaryArrayDeserializer(item[\"executionSummary\"]),\n debugInformation: item[\"debugInformation\"],\n };\n}\n\nexport function scriptActionExecutionSummaryArrayDeserializer(\n result: Array<ScriptActionExecutionSummary>,\n): any[] {\n return result.map((item) => {\n return scriptActionExecutionSummaryDeserializer(item);\n });\n}\n\n/** The execution summary of a script action. */\nexport interface ScriptActionExecutionSummary {\n /** The status of script action execution. */\n readonly status?: string;\n /** The instance count for a given script action execution status. */\n readonly instanceCount?: number;\n}\n\nexport function scriptActionExecutionSummaryDeserializer(item: any): ScriptActionExecutionSummary {\n return {\n status: item[\"status\"],\n instanceCount: item[\"instanceCount\"],\n };\n}\n\n/** The list script execution history response. */\nexport interface _ScriptActionExecutionHistoryList {\n /** The RuntimeScriptActionDetail items on this page */\n readonly value: RuntimeScriptActionDetail[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _scriptActionExecutionHistoryListDeserializer(\n item: any,\n): _ScriptActionExecutionHistoryList {\n return {\n value: runtimeScriptActionDetailArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\n/** The cluster host information. */\nexport interface HostInfo {\n /** The host name */\n name?: string;\n /** The Fully Qualified Domain Name of host */\n fqdn?: string;\n /** The effective disk encryption key URL used by the host */\n effectiveDiskEncryptionKeyUrl?: string;\n}\n\nexport function hostInfoDeserializer(item: any): HostInfo {\n return {\n name: item[\"name\"],\n fqdn: item[\"fqdn\"],\n effectiveDiskEncryptionKeyUrl: item[\"effectiveDiskEncryptionKeyUrl\"],\n };\n}\n\n/** The Get Capabilities operation response. */\nexport interface CapabilitiesResult {\n /** The version capability. */\n readonly versions?: Record<string, VersionsCapability>;\n /** The virtual machine size compatibility features. */\n regions?: Record<string, RegionsCapability>;\n /** The capability features. */\n features?: string[];\n /** The quota capability. */\n readonly quota?: QuotaCapability;\n}\n\nexport function capabilitiesResultDeserializer(item: any): CapabilitiesResult {\n return {\n versions: !item[\"versions\"]\n ? item[\"versions\"]\n : versionsCapabilityRecordDeserializer(item[\"versions\"]),\n regions: !item[\"regions\"]\n ? item[\"regions\"]\n : regionsCapabilityRecordDeserializer(item[\"regions\"]),\n features: !item[\"features\"]\n ? item[\"features\"]\n : item[\"features\"].map((p: any) => {\n return p;\n }),\n quota: !item[\"quota\"] ? item[\"quota\"] : quotaCapabilityDeserializer(item[\"quota\"]),\n };\n}\n\nexport function versionsCapabilityRecordDeserializer(\n item: Record<string, any>,\n): Record<string, VersionsCapability> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : versionsCapabilityDeserializer(item[key]);\n });\n return result;\n}\n\n/** The version capability. */\nexport interface VersionsCapability {\n /** The list of version capabilities. */\n readonly available?: VersionSpec[];\n}\n\nexport function versionsCapabilityDeserializer(item: any): VersionsCapability {\n return {\n available: !item[\"available\"]\n ? item[\"available\"]\n : versionSpecArrayDeserializer(item[\"available\"]),\n };\n}\n\nexport function versionSpecArrayDeserializer(result: Array<VersionSpec>): any[] {\n return result.map((item) => {\n return versionSpecDeserializer(item);\n });\n}\n\n/** The version properties. */\nexport interface VersionSpec {\n /** The friendly name */\n friendlyName?: string;\n /** The display name */\n displayName?: string;\n /** Whether or not the version is the default version. */\n isDefault?: boolean;\n /** The component version property. */\n componentVersions?: Record<string, string>;\n}\n\nexport function versionSpecDeserializer(item: any): VersionSpec {\n return {\n friendlyName: item[\"friendlyName\"],\n displayName: item[\"displayName\"],\n isDefault: item[\"isDefault\"],\n componentVersions: !item[\"componentVersions\"]\n ? item[\"componentVersions\"]\n : Object.fromEntries(\n Object.entries(item[\"componentVersions\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n };\n}\n\nexport function regionsCapabilityRecordDeserializer(\n item: Record<string, any>,\n): Record<string, RegionsCapability> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : regionsCapabilityDeserializer(item[key]);\n });\n return result;\n}\n\n/** The regions capability. */\nexport interface RegionsCapability {\n /** The list of region capabilities. */\n available?: string[];\n}\n\nexport function regionsCapabilityDeserializer(item: any): RegionsCapability {\n return {\n available: !item[\"available\"]\n ? item[\"available\"]\n : item[\"available\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The regional quota capability. */\nexport interface QuotaCapability {\n /** The number of cores used in the subscription. */\n coresUsed?: number;\n /** The number of cores that the subscription allowed. */\n maxCoresAllowed?: number;\n /** The list of region quota capabilities. */\n readonly regionalQuotas?: RegionalQuotaCapability[];\n}\n\nexport function quotaCapabilityDeserializer(item: any): QuotaCapability {\n return {\n coresUsed: item[\"coresUsed\"],\n maxCoresAllowed: item[\"maxCoresAllowed\"],\n regionalQuotas: !item[\"regionalQuotas\"]\n ? item[\"regionalQuotas\"]\n : regionalQuotaCapabilityArrayDeserializer(item[\"regionalQuotas\"]),\n };\n}\n\nexport function regionalQuotaCapabilityArrayDeserializer(\n result: Array<RegionalQuotaCapability>,\n): any[] {\n return result.map((item) => {\n return regionalQuotaCapabilityDeserializer(item);\n });\n}\n\n/** The regional quota capacity. */\nexport interface RegionalQuotaCapability {\n /** The region name. */\n regionName?: string;\n /** The number of cores used in the region. */\n coresUsed?: number;\n /** The number of cores available in the region. */\n coresAvailable?: number;\n}\n\nexport function regionalQuotaCapabilityDeserializer(item: any): RegionalQuotaCapability {\n return {\n regionName: item[\"regionName\"],\n coresUsed: item[\"coresUsed\"],\n coresAvailable: item[\"coresAvailable\"],\n };\n}\n\n/** The response for the operation to get regional usages for a subscription. */\nexport interface UsagesListResult {\n /** The list of usages. */\n readonly value?: Usage[];\n}\n\nexport function usagesListResultDeserializer(item: any): UsagesListResult {\n return {\n value: !item[\"value\"] ? item[\"value\"] : usageArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function usageArrayDeserializer(result: Array<Usage>): any[] {\n return result.map((item) => {\n return usageDeserializer(item);\n });\n}\n\n/** The details about the usage of a particular limited resource. */\nexport interface Usage {\n /** The type of measurement for usage. */\n unit?: string;\n /** The current usage. */\n currentValue?: number;\n /** The maximum allowed usage. */\n limit?: number;\n /** The details about the localizable name of the used resource. */\n readonly name?: LocalizedName;\n}\n\nexport function usageDeserializer(item: any): Usage {\n return {\n unit: item[\"unit\"],\n currentValue: item[\"currentValue\"],\n limit: item[\"limit\"],\n name: !item[\"name\"] ? item[\"name\"] : localizedNameDeserializer(item[\"name\"]),\n };\n}\n\n/** The details about the localizable name of a type of usage. */\nexport interface LocalizedName {\n /** The name of the used resource. */\n value?: string;\n /** The localized name of the used resource. */\n localizedValue?: string;\n}\n\nexport function localizedNameDeserializer(item: any): LocalizedName {\n return {\n value: item[\"value\"],\n localizedValue: item[\"localizedValue\"],\n };\n}\n\n/** The response for the operation to get regional billingSpecs for a subscription. */\nexport interface BillingResponseListResult {\n /** The virtual machine sizes to include or exclude. */\n vmSizes?: string[];\n /** The vm sizes which enable encryption at host. */\n vmSizesWithEncryptionAtHost?: string[];\n /** The virtual machine filtering mode. Effectively this can enabling or disabling the virtual machine sizes in a particular set. */\n vmSizeFilters?: VmSizeCompatibilityFilterV2[];\n /** The vm size properties. */\n readonly vmSizeProperties?: VmSizeProperty[];\n /** The billing and managed disk billing resources for a region. */\n billingResources?: BillingResources[];\n}\n\nexport function billingResponseListResultDeserializer(item: any): BillingResponseListResult {\n return {\n vmSizes: !item[\"vmSizes\"]\n ? item[\"vmSizes\"]\n : item[\"vmSizes\"].map((p: any) => {\n return p;\n }),\n vmSizesWithEncryptionAtHost: !item[\"vmSizesWithEncryptionAtHost\"]\n ? item[\"vmSizesWithEncryptionAtHost\"]\n : item[\"vmSizesWithEncryptionAtHost\"].map((p: any) => {\n return p;\n }),\n vmSizeFilters: !item[\"vmSizeFilters\"]\n ? item[\"vmSizeFilters\"]\n : vmSizeCompatibilityFilterV2ArrayDeserializer(item[\"vmSizeFilters\"]),\n vmSizeProperties: !item[\"vmSizeProperties\"]\n ? item[\"vmSizeProperties\"]\n : vmSizePropertyArrayDeserializer(item[\"vmSizeProperties\"]),\n billingResources: !item[\"billingResources\"]\n ? item[\"billingResources\"]\n : billingResourcesArrayDeserializer(item[\"billingResources\"]),\n };\n}\n\nexport function vmSizeCompatibilityFilterV2ArrayDeserializer(\n result: Array<VmSizeCompatibilityFilterV2>,\n): any[] {\n return result.map((item) => {\n return vmSizeCompatibilityFilterV2Deserializer(item);\n });\n}\n\n/** This class represent a single filter object that defines a multidimensional set. The dimensions of this set are Regions, ClusterFlavors, NodeTypes and ClusterVersions. The constraint should be defined based on the following: FilterMode (Exclude vs Include), VMSizes (the vm sizes in affect of exclusion/inclusion) and the ordering of the Filters. Later filters override previous settings if conflicted. */\nexport interface VmSizeCompatibilityFilterV2 {\n /** The filtering mode. Effectively this can enabling or disabling the VM sizes in a particular set. */\n filterMode?: FilterMode;\n /** The list of regions under the effect of the filter. */\n regions?: string[];\n /** The list of cluster flavors under the effect of the filter. */\n clusterFlavors?: string[];\n /** The list of node types affected by the filter. */\n nodeTypes?: string[];\n /** The list of cluster versions affected in Major.Minor format. */\n clusterVersions?: string[];\n /** The OSType affected, Windows or Linux. */\n osType?: OSType[];\n /** The list of virtual machine sizes to include or exclude. */\n vmSizes?: string[];\n /** Whether apply for ESP cluster. 'true' means only for ESP, 'false' means only for non-ESP, null or empty string or others mean for both. */\n espApplied?: string;\n /** Whether support compute isolation. 'true' means only for ComputeIsolationEnabled, 'false' means only for regular cluster. */\n computeIsolationSupported?: string;\n}\n\nexport function vmSizeCompatibilityFilterV2Deserializer(item: any): VmSizeCompatibilityFilterV2 {\n return {\n filterMode: item[\"filterMode\"],\n regions: !item[\"regions\"]\n ? item[\"regions\"]\n : item[\"regions\"].map((p: any) => {\n return p;\n }),\n clusterFlavors: !item[\"clusterFlavors\"]\n ? item[\"clusterFlavors\"]\n : item[\"clusterFlavors\"].map((p: any) => {\n return p;\n }),\n nodeTypes: !item[\"nodeTypes\"]\n ? item[\"nodeTypes\"]\n : item[\"nodeTypes\"].map((p: any) => {\n return p;\n }),\n clusterVersions: !item[\"clusterVersions\"]\n ? item[\"clusterVersions\"]\n : item[\"clusterVersions\"].map((p: any) => {\n return p;\n }),\n osType: !item[\"osType\"]\n ? item[\"osType\"]\n : item[\"osType\"].map((p: any) => {\n return p;\n }),\n vmSizes: !item[\"vmSizes\"]\n ? item[\"vmSizes\"]\n : item[\"vmSizes\"].map((p: any) => {\n return p;\n }),\n espApplied: item[\"espApplied\"],\n computeIsolationSupported: item[\"computeIsolationSupported\"],\n };\n}\n\n/** The filtering mode. Effectively this can enabling or disabling the VM sizes in a particular set. */\nexport enum KnownFilterMode {\n /** Exclude */\n Exclude = \"Exclude\",\n /** Include */\n Include = \"Include\",\n /** Recommend */\n Recommend = \"Recommend\",\n /** Default */\n Default = \"Default\",\n}\n\n/**\n * The filtering mode. Effectively this can enabling or disabling the VM sizes in a particular set. \\\n * {@link KnownFilterMode} can be used interchangeably with FilterMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Exclude**: Exclude \\\n * **Include**: Include \\\n * **Recommend**: Recommend \\\n * **Default**: Default\n */\nexport type FilterMode = string;\n\nexport function vmSizePropertyArrayDeserializer(result: Array<VmSizeProperty>): any[] {\n return result.map((item) => {\n return vmSizePropertyDeserializer(item);\n });\n}\n\n/** The vm size property */\nexport interface VmSizeProperty {\n /** The vm size name. */\n name?: string;\n /** The number of cores that the vm size has. */\n cores?: number;\n /** The data disk storage tier of the vm size. */\n dataDiskStorageTier?: string;\n /** The label of the vm size. */\n label?: string;\n /** The max data disk count of the vm size. */\n maxDataDiskCount?: number;\n /** The memory whose unit is MB of the vm size. */\n memoryInMb?: number;\n /** This indicates this vm size is supported by virtual machines or not */\n supportedByVirtualMachines?: boolean;\n /** The indicates this vm size is supported by web worker roles or not */\n supportedByWebWorkerRoles?: boolean;\n /** The virtual machine resource disk size whose unit is MB of the vm size. */\n virtualMachineResourceDiskSizeInMb?: number;\n /** The web worker resource disk size whose unit is MB of the vm size. */\n webWorkerResourceDiskSizeInMb?: number;\n}\n\nexport function vmSizePropertyDeserializer(item: any): VmSizeProperty {\n return {\n name: item[\"name\"],\n cores: item[\"cores\"],\n dataDiskStorageTier: item[\"dataDiskStorageTier\"],\n label: item[\"label\"],\n maxDataDiskCount: item[\"maxDataDiskCount\"],\n memoryInMb: item[\"memoryInMb\"],\n supportedByVirtualMachines: item[\"supportedByVirtualMachines\"],\n supportedByWebWorkerRoles: item[\"supportedByWebWorkerRoles\"],\n virtualMachineResourceDiskSizeInMb: item[\"virtualMachineResourceDiskSizeInMb\"],\n webWorkerResourceDiskSizeInMb: item[\"webWorkerResourceDiskSizeInMb\"],\n };\n}\n\nexport function billingResourcesArrayDeserializer(result: Array<BillingResources>): any[] {\n return result.map((item) => {\n return billingResourcesDeserializer(item);\n });\n}\n\n/** The billing resources. */\nexport interface BillingResources {\n /** The region or location. */\n region?: string;\n /** The billing meter information. */\n billingMeters?: BillingMeters[];\n /** The managed disk billing information. */\n diskBillingMeters?: DiskBillingMeters[];\n}\n\nexport function billingResourcesDeserializer(item: any): BillingResources {\n return {\n region: item[\"region\"],\n billingMeters: !item[\"billingMeters\"]\n ? item[\"billingMeters\"]\n : billingMetersArrayDeserializer(item[\"billingMeters\"]),\n diskBillingMeters: !item[\"diskBillingMeters\"]\n ? item[\"diskBillingMeters\"]\n : diskBillingMetersArrayDeserializer(item[\"diskBillingMeters\"]),\n };\n}\n\nexport function billingMetersArrayDeserializer(result: Array<BillingMeters>): any[] {\n return result.map((item) => {\n return billingMetersDeserializer(item);\n });\n}\n\n/** The billing meters. */\nexport interface BillingMeters {\n /** The virtual machine sizes. */\n meterParameter?: string;\n /** The HDInsight meter guid. */\n meter?: string;\n /** The unit of meter, VMHours or CoreHours. */\n unit?: string;\n}\n\nexport function billingMetersDeserializer(item: any): BillingMeters {\n return {\n meterParameter: item[\"meterParameter\"],\n meter: item[\"meter\"],\n unit: item[\"unit\"],\n };\n}\n\nexport function diskBillingMetersArrayDeserializer(result: Array<DiskBillingMeters>): any[] {\n return result.map((item) => {\n return diskBillingMetersDeserializer(item);\n });\n}\n\n/** The disk billing meters. */\nexport interface DiskBillingMeters {\n /** The managed disk meter guid. */\n diskRpMeter?: string;\n /** The managed disk billing sku, P30 or S30. */\n sku?: string;\n /** The managed disk billing tier, Standard or Premium. */\n tier?: Tier;\n}\n\nexport function diskBillingMetersDeserializer(item: any): DiskBillingMeters {\n return {\n diskRpMeter: item[\"diskRpMeter\"],\n sku: item[\"sku\"],\n tier: item[\"tier\"],\n };\n}\n\n/** The request spec of checking name availability. */\nexport interface NameAvailabilityCheckRequestParameters {\n /** The resource name. */\n name?: string;\n /** The resource type */\n type?: string;\n}\n\nexport function nameAvailabilityCheckRequestParametersSerializer(\n item: NameAvailabilityCheckRequestParameters,\n): any {\n return { name: item[\"name\"], type: item[\"type\"] };\n}\n\n/** The response spec of checking name availability. */\nexport interface NameAvailabilityCheckResult {\n /** This indicates whether the name is available. */\n nameAvailable?: boolean;\n /** The reason of the result. */\n readonly reason?: string;\n /** The related message. */\n readonly message?: string;\n}\n\nexport function nameAvailabilityCheckResultDeserializer(item: any): NameAvailabilityCheckResult {\n return {\n nameAvailable: item[\"nameAvailable\"],\n reason: item[\"reason\"],\n message: item[\"message\"],\n };\n}\n\n/** The cluster create request specification. */\nexport interface ClusterCreateRequestValidationParameters extends ClusterCreateParametersExtended {\n /** The cluster name. */\n name?: string;\n /** The resource type. */\n type?: string;\n /** The tenant id. */\n tenantId?: string;\n /** This indicates whether fetch Aadds resource or not. */\n fetchAaddsResource?: boolean;\n}\n\nexport function clusterCreateRequestValidationParametersSerializer(\n item: ClusterCreateRequestValidationParameters,\n): any {\n return {\n location: item[\"location\"],\n tags: item[\"tags\"],\n zones: !item[\"zones\"]\n ? item[\"zones\"]\n : item[\"zones\"].map((p: any) => {\n return p;\n }),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : clusterCreatePropertiesSerializer(item[\"properties\"]),\n identity: !item[\"identity\"] ? item[\"identity\"] : clusterIdentitySerializer(item[\"identity\"]),\n name: item[\"name\"],\n type: item[\"type\"],\n tenantId: item[\"tenantId\"],\n fetchAaddsResource: item[\"fetchAaddsResource\"],\n };\n}\n\n/** The response of cluster create request validation. */\nexport interface ClusterCreateValidationResult {\n /** The validation errors. */\n validationErrors?: ValidationErrorInfo[];\n /** The validation warnings. */\n validationWarnings?: ValidationErrorInfo[];\n /** The estimated creation duration. */\n estimatedCreationDuration?: string;\n /** The Azure active directory domain service resource details. */\n aaddsResourcesDetails?: AaddsResourceDetails[];\n}\n\nexport function clusterCreateValidationResultDeserializer(\n item: any,\n): ClusterCreateValidationResult {\n return {\n validationErrors: !item[\"validationErrors\"]\n ? item[\"validationErrors\"]\n : validationErrorInfoArrayDeserializer(item[\"validationErrors\"]),\n validationWarnings: !item[\"validationWarnings\"]\n ? item[\"validationWarnings\"]\n : validationErrorInfoArrayDeserializer(item[\"validationWarnings\"]),\n estimatedCreationDuration: item[\"estimatedCreationDuration\"],\n aaddsResourcesDetails: !item[\"aaddsResourcesDetails\"]\n ? item[\"aaddsResourcesDetails\"]\n : aaddsResourceDetailsArrayDeserializer(item[\"aaddsResourcesDetails\"]),\n };\n}\n\nexport function validationErrorInfoArrayDeserializer(result: Array<ValidationErrorInfo>): any[] {\n return result.map((item) => {\n return validationErrorInfoDeserializer(item);\n });\n}\n\n/** The validation error information. */\nexport interface ValidationErrorInfo {\n /** The error code. */\n code?: string;\n /** The error message. */\n message?: string;\n /** The error resource. */\n errorResource?: string;\n /** The message arguments */\n messageArguments?: string[];\n}\n\nexport function validationErrorInfoDeserializer(item: any): ValidationErrorInfo {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n errorResource: item[\"errorResource\"],\n messageArguments: !item[\"messageArguments\"]\n ? item[\"messageArguments\"]\n : item[\"messageArguments\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function aaddsResourceDetailsArrayDeserializer(result: Array<AaddsResourceDetails>): any[] {\n return result.map((item) => {\n return aaddsResourceDetailsDeserializer(item);\n });\n}\n\n/** The Azure active directory domain service resource details. */\nexport interface AaddsResourceDetails {\n /** The Azure active directory domain service name. */\n domainName?: string;\n /** This indicates whether initial sync complete or not. */\n initialSyncComplete?: boolean;\n /** This indicates whether enable ldaps or not. */\n ldapsEnabled?: boolean;\n /** The base 64 format string of public ldap certificate. */\n ldapsPublicCertificateInBase64?: string;\n /** The resource id of azure active directory domain service. */\n resourceId?: string;\n /** The subnet resource id. */\n subnetId?: string;\n /** The tenant id of azure active directory domain service . */\n tenantId?: string;\n}\n\nexport function aaddsResourceDetailsDeserializer(item: any): AaddsResourceDetails {\n return {\n domainName: item[\"domainName\"],\n initialSyncComplete: item[\"initialSyncComplete\"],\n ldapsEnabled: item[\"ldapsEnabled\"],\n ldapsPublicCertificateInBase64: item[\"ldapsPublicCertificateInBase64\"],\n resourceId: item[\"resourceId\"],\n subnetId: item[\"subnetId\"],\n tenantId: item[\"tenantId\"],\n };\n}\n\n/** Known values of {@link RoleName} that the service accepts. */\nexport enum KnownRoleName {\n /** workernode */\n Workernode = \"workernode\",\n}\n\n/** Type of RoleName */\nexport type RoleName = string;\n\n/** The available API versions. */\nexport enum KnownVersions {\n /** The 2025-01-15-preview API version. */\n V20250115Preview = \"2025-01-15-preview\",\n}\n\nexport function hostInfoArrayDeserializer(result: Array<HostInfo>): any[] {\n return result.map((item) => {\n return hostInfoDeserializer(item);\n });\n}\n\nexport function _ipConfigurationPropertiesSerializer(item: IPConfiguration): any {\n return {\n primary: item[\"primary\"],\n privateIPAddress: item[\"privateIPAddress\"],\n privateIPAllocationMethod: item[\"privateIPAllocationMethod\"],\n subnet: !item[\"subnet\"] ? item[\"subnet\"] : resourceIdSerializer(item[\"subnet\"]),\n };\n}\n\nexport function _ipConfigurationPropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n primary: item[\"primary\"],\n privateIPAddress: item[\"privateIPAddress\"],\n privateIPAllocationMethod: item[\"privateIPAllocationMethod\"],\n subnet: !item[\"subnet\"] ? item[\"subnet\"] : resourceIdDeserializer(item[\"subnet\"]),\n };\n}\n\nexport function _privateLinkConfigurationPropertiesSerializer(item: PrivateLinkConfiguration): any {\n return {\n groupId: item[\"groupId\"],\n ipConfigurations: ipConfigurationArraySerializer(item[\"ipConfigurations\"]),\n };\n}\n\nexport function _privateLinkConfigurationPropertiesDeserializer(item: any) {\n return {\n groupId: item[\"groupId\"],\n provisioningState: item[\"provisioningState\"],\n ipConfigurations: ipConfigurationArrayDeserializer(item[\"ipConfigurations\"]),\n };\n}\n\nexport function _privateEndpointConnectionPropertiesSerializer(\n item: PrivateEndpointConnection,\n): any {\n return {\n privateLinkServiceConnectionState: privateLinkServiceConnectionStateSerializer(\n item[\"privateLinkServiceConnectionState\"],\n ),\n };\n}\n\nexport function _privateEndpointConnectionPropertiesDeserializer(item: any) {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointDeserializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: privateLinkServiceConnectionStateDeserializer(\n item[\"privateLinkServiceConnectionState\"],\n ),\n linkIdentifier: item[\"linkIdentifier\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\nexport function _privateLinkResourcePropertiesDeserializer(item: any) {\n return {\n groupId: item[\"groupId\"],\n requiredMembers: !item[\"requiredMembers\"]\n ? item[\"requiredMembers\"]\n : item[\"requiredMembers\"].map((p: any) => {\n return p;\n }),\n requiredZoneNames: !item[\"requiredZoneNames\"]\n ? item[\"requiredZoneNames\"]\n : item[\"requiredZoneNames\"].map((p: any) => {\n return p;\n }),\n };\n}\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAA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",
6
+ "names": ["KnownDaysOfWeek", "KnownPrivateLinkConfigurationProvisioningState", "KnownPrivateIPAllocationMethod", "KnownCreatedByType", "KnownAsyncOperationState", "KnownOSType", "KnownTier", "KnownDirectoryType", "KnownHDInsightClusterProvisioningState", "KnownJsonWebKeyEncryptionAlgorithm", "KnownOutboundDependenciesManagedType", "KnownResourceProviderConnection", "KnownPrivateLink", "KnownPrivateLinkServiceConnectionStatus", "KnownPrivateEndpointConnectionProvisioningState", "KnownResourceIdentityType", "KnownFilterMode", "KnownRoleName", "KnownVersions"]
7
+ }
@@ -0,0 +1,21 @@
1
+ import { HDInsightManagementClient } from "./hdInsightManagementClient.js";
2
+ import { OperationOptions, PathUncheckedResponse } from "@azure-rest/core-client";
3
+ import { AbortSignalLike } from "@azure/abort-controller";
4
+ import { PollerLike, OperationState } from "@azure/core-lro";
5
+ export interface RestorePollerOptions<TResult, TResponse extends PathUncheckedResponse = PathUncheckedResponse> extends OperationOptions {
6
+ /** Delay to wait until next poll, in milliseconds. */
7
+ updateIntervalInMs?: number;
8
+ /**
9
+ * The signal which can be used to abort requests.
10
+ */
11
+ abortSignal?: AbortSignalLike;
12
+ /** Deserialization function for raw response body */
13
+ processResponseBody?: (result: TResponse) => Promise<TResult>;
14
+ }
15
+ /**
16
+ * Creates a poller from the serialized state of another poller. This can be
17
+ * useful when you want to create pollers on a different host or a poller
18
+ * needs to be constructed after the original one is not in scope.
19
+ */
20
+ export declare function restorePoller<TResponse extends PathUncheckedResponse, TResult>(client: HDInsightManagementClient, serializedState: string, sourceOperation: (...args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult>): PollerLike<OperationState<TResult>, TResult>;
21
+ //# sourceMappingURL=restorePollerHelpers.d.ts.map