@azure/arm-hdinsight 1.3.0-beta.1 → 1.3.0-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (874) hide show
  1. package/CHANGELOG.md +39 -6
  2. package/LICENSE +4 -4
  3. package/README.md +25 -18
  4. package/dist/browser/hDInsightManagementClient.d.ts +31 -0
  5. package/dist/browser/hDInsightManagementClient.d.ts.map +1 -0
  6. package/dist/browser/hDInsightManagementClient.js +127 -0
  7. package/dist/browser/hDInsightManagementClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/dist/browser/index.js +13 -0
  11. package/dist/browser/index.js.map +1 -0
  12. package/dist/browser/lroImpl.d.ts.map +1 -0
  13. package/dist/browser/lroImpl.js +18 -0
  14. package/dist/browser/lroImpl.js.map +1 -0
  15. package/dist/browser/models/index.d.ts +2074 -0
  16. package/dist/browser/models/index.d.ts.map +1 -0
  17. package/dist/browser/models/index.js +198 -0
  18. package/dist/browser/models/index.js.map +1 -0
  19. package/dist/browser/models/mappers.d.ts +112 -0
  20. package/dist/browser/models/mappers.d.ts.map +1 -0
  21. package/dist/browser/models/mappers.js +3817 -0
  22. package/dist/browser/models/mappers.js.map +1 -0
  23. package/dist/browser/models/parameters.js +280 -0
  24. package/dist/browser/models/parameters.js.map +1 -0
  25. package/dist/browser/operations/applications.d.ts +90 -0
  26. package/dist/browser/operations/applications.d.ts.map +1 -0
  27. package/dist/browser/operations/applications.js +383 -0
  28. package/dist/browser/operations/applications.js.map +1 -0
  29. package/dist/browser/operations/clusters.d.ts +214 -0
  30. package/dist/browser/operations/clusters.d.ts.map +1 -0
  31. package/dist/browser/operations/clusters.js +1026 -0
  32. package/dist/browser/operations/clusters.js.map +1 -0
  33. package/dist/browser/operations/configurations.d.ts +54 -0
  34. package/dist/browser/operations/configurations.d.ts.map +1 -0
  35. package/dist/browser/operations/configurations.js +185 -0
  36. package/dist/browser/operations/configurations.js.map +1 -0
  37. package/dist/browser/operations/extensions.d.ts +176 -0
  38. package/dist/browser/operations/extensions.d.ts.map +1 -0
  39. package/dist/browser/operations/extensions.js +842 -0
  40. package/dist/browser/operations/extensions.js.map +1 -0
  41. package/dist/browser/operations/index.d.ts +12 -0
  42. package/dist/browser/operations/index.d.ts.map +1 -0
  43. package/dist/browser/operations/index.js +19 -0
  44. package/dist/browser/operations/index.js.map +1 -0
  45. package/dist/browser/operations/locations.d.ts +52 -0
  46. package/dist/browser/operations/locations.d.ts.map +1 -0
  47. package/dist/browser/operations/locations.js +200 -0
  48. package/dist/browser/operations/locations.js.map +1 -0
  49. package/dist/browser/operations/operations.d.ts +32 -0
  50. package/dist/browser/operations/operations.d.ts.map +1 -0
  51. package/dist/browser/operations/operations.js +116 -0
  52. package/dist/browser/operations/operations.js.map +1 -0
  53. package/dist/browser/operations/privateEndpointConnections.d.ts +81 -0
  54. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
  55. package/dist/browser/operations/privateEndpointConnections.js +359 -0
  56. package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
  57. package/dist/browser/operations/privateLinkResources.d.ts +28 -0
  58. package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
  59. package/dist/browser/operations/privateLinkResources.js +86 -0
  60. package/dist/browser/operations/privateLinkResources.js.map +1 -0
  61. package/dist/browser/operations/scriptActions.d.ts +62 -0
  62. package/dist/browser/operations/scriptActions.d.ts.map +1 -0
  63. package/dist/browser/operations/scriptActions.js +228 -0
  64. package/dist/browser/operations/scriptActions.js.map +1 -0
  65. package/dist/browser/operations/scriptExecutionHistory.d.ts +46 -0
  66. package/dist/browser/operations/scriptExecutionHistory.d.ts.map +1 -0
  67. package/dist/browser/operations/scriptExecutionHistory.js +163 -0
  68. package/dist/browser/operations/scriptExecutionHistory.js.map +1 -0
  69. package/dist/browser/operations/virtualMachines.d.ts +45 -0
  70. package/dist/browser/operations/virtualMachines.d.ts.map +1 -0
  71. package/dist/browser/operations/virtualMachines.js +176 -0
  72. package/dist/browser/operations/virtualMachines.js.map +1 -0
  73. package/dist/browser/operationsInterfaces/applications.d.ts +65 -0
  74. package/dist/browser/operationsInterfaces/applications.d.ts.map +1 -0
  75. package/dist/browser/operationsInterfaces/applications.js.map +1 -0
  76. package/dist/browser/operationsInterfaces/clusters.d.ts +178 -0
  77. package/dist/browser/operationsInterfaces/clusters.d.ts.map +1 -0
  78. package/dist/browser/operationsInterfaces/clusters.js.map +1 -0
  79. package/dist/browser/operationsInterfaces/configurations.d.ts +46 -0
  80. package/dist/browser/operationsInterfaces/configurations.d.ts.map +1 -0
  81. package/dist/browser/operationsInterfaces/configurations.js.map +1 -0
  82. package/dist/browser/operationsInterfaces/extensions.d.ts +168 -0
  83. package/dist/browser/operationsInterfaces/extensions.d.ts.map +1 -0
  84. package/dist/browser/operationsInterfaces/extensions.js.map +1 -0
  85. package/dist/browser/operationsInterfaces/index.d.ts +12 -0
  86. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  87. package/dist/browser/operationsInterfaces/index.js +19 -0
  88. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  89. package/dist/browser/operationsInterfaces/locations.d.ts +44 -0
  90. package/dist/browser/operationsInterfaces/locations.d.ts.map +1 -0
  91. package/dist/browser/operationsInterfaces/locations.js.map +1 -0
  92. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  93. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  94. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  95. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  96. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  97. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  98. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +20 -0
  99. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  100. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
  101. package/dist/browser/operationsInterfaces/scriptActions.d.ts +37 -0
  102. package/dist/browser/operationsInterfaces/scriptActions.d.ts.map +1 -0
  103. package/dist/browser/operationsInterfaces/scriptActions.js.map +1 -0
  104. package/dist/browser/operationsInterfaces/scriptExecutionHistory.d.ts +21 -0
  105. package/dist/browser/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -0
  106. package/dist/browser/operationsInterfaces/scriptExecutionHistory.js.map +1 -0
  107. package/dist/browser/operationsInterfaces/virtualMachines.d.ts +37 -0
  108. package/dist/browser/operationsInterfaces/virtualMachines.d.ts.map +1 -0
  109. package/dist/browser/operationsInterfaces/virtualMachines.js.map +1 -0
  110. package/dist/browser/package.json +3 -0
  111. package/dist/browser/pagingHelper.js +30 -0
  112. package/dist/browser/pagingHelper.js.map +1 -0
  113. package/dist/commonjs/hDInsightManagementClient.d.ts +31 -0
  114. package/dist/commonjs/hDInsightManagementClient.d.ts.map +1 -0
  115. package/dist/commonjs/hDInsightManagementClient.js +132 -0
  116. package/dist/commonjs/hDInsightManagementClient.js.map +1 -0
  117. package/dist/commonjs/index.d.ts +5 -0
  118. package/dist/commonjs/index.d.ts.map +1 -0
  119. package/dist/commonjs/index.js +19 -0
  120. package/dist/commonjs/index.js.map +1 -0
  121. package/dist/commonjs/lroImpl.d.ts +11 -0
  122. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  123. package/dist/commonjs/lroImpl.js +21 -0
  124. package/dist/commonjs/lroImpl.js.map +1 -0
  125. package/dist/commonjs/models/index.d.ts +2074 -0
  126. package/dist/commonjs/models/index.d.ts.map +1 -0
  127. package/dist/commonjs/models/index.js +201 -0
  128. package/dist/commonjs/models/index.js.map +1 -0
  129. package/dist/commonjs/models/mappers.d.ts +112 -0
  130. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  131. package/dist/commonjs/models/mappers.js +3822 -0
  132. package/dist/commonjs/models/mappers.js.map +1 -0
  133. package/dist/commonjs/models/parameters.d.ts +37 -0
  134. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  135. package/dist/commonjs/models/parameters.js +283 -0
  136. package/dist/commonjs/models/parameters.js.map +1 -0
  137. package/dist/commonjs/operations/applications.d.ts +90 -0
  138. package/dist/commonjs/operations/applications.d.ts.map +1 -0
  139. package/dist/commonjs/operations/applications.js +388 -0
  140. package/dist/commonjs/operations/applications.js.map +1 -0
  141. package/dist/commonjs/operations/clusters.d.ts +214 -0
  142. package/dist/commonjs/operations/clusters.d.ts.map +1 -0
  143. package/dist/commonjs/operations/clusters.js +1031 -0
  144. package/dist/commonjs/operations/clusters.js.map +1 -0
  145. package/dist/commonjs/operations/configurations.d.ts +54 -0
  146. package/dist/commonjs/operations/configurations.d.ts.map +1 -0
  147. package/dist/commonjs/operations/configurations.js +190 -0
  148. package/dist/commonjs/operations/configurations.js.map +1 -0
  149. package/dist/commonjs/operations/extensions.d.ts +176 -0
  150. package/dist/commonjs/operations/extensions.d.ts.map +1 -0
  151. package/dist/commonjs/operations/extensions.js +847 -0
  152. package/dist/commonjs/operations/extensions.js.map +1 -0
  153. package/dist/commonjs/operations/index.d.ts +12 -0
  154. package/dist/commonjs/operations/index.d.ts.map +1 -0
  155. package/dist/commonjs/operations/index.js +22 -0
  156. package/dist/commonjs/operations/index.js.map +1 -0
  157. package/dist/commonjs/operations/locations.d.ts +52 -0
  158. package/dist/commonjs/operations/locations.d.ts.map +1 -0
  159. package/dist/commonjs/operations/locations.js +205 -0
  160. package/dist/commonjs/operations/locations.js.map +1 -0
  161. package/dist/commonjs/operations/operations.d.ts +32 -0
  162. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  163. package/dist/commonjs/operations/operations.js +121 -0
  164. package/dist/commonjs/operations/operations.js.map +1 -0
  165. package/dist/commonjs/operations/privateEndpointConnections.d.ts +81 -0
  166. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
  167. package/dist/commonjs/operations/privateEndpointConnections.js +364 -0
  168. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
  169. package/dist/commonjs/operations/privateLinkResources.d.ts +28 -0
  170. package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
  171. package/dist/commonjs/operations/privateLinkResources.js +91 -0
  172. package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
  173. package/dist/commonjs/operations/scriptActions.d.ts +62 -0
  174. package/dist/commonjs/operations/scriptActions.d.ts.map +1 -0
  175. package/dist/commonjs/operations/scriptActions.js +233 -0
  176. package/dist/commonjs/operations/scriptActions.js.map +1 -0
  177. package/dist/commonjs/operations/scriptExecutionHistory.d.ts +46 -0
  178. package/dist/commonjs/operations/scriptExecutionHistory.d.ts.map +1 -0
  179. package/dist/commonjs/operations/scriptExecutionHistory.js +168 -0
  180. package/dist/commonjs/operations/scriptExecutionHistory.js.map +1 -0
  181. package/dist/commonjs/operations/virtualMachines.d.ts +45 -0
  182. package/dist/commonjs/operations/virtualMachines.d.ts.map +1 -0
  183. package/dist/commonjs/operations/virtualMachines.js +181 -0
  184. package/dist/commonjs/operations/virtualMachines.js.map +1 -0
  185. package/dist/commonjs/operationsInterfaces/applications.d.ts +65 -0
  186. package/dist/commonjs/operationsInterfaces/applications.d.ts.map +1 -0
  187. package/dist/commonjs/operationsInterfaces/applications.js +10 -0
  188. package/dist/commonjs/operationsInterfaces/applications.js.map +1 -0
  189. package/dist/commonjs/operationsInterfaces/clusters.d.ts +178 -0
  190. package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +1 -0
  191. package/dist/commonjs/operationsInterfaces/clusters.js +10 -0
  192. package/dist/commonjs/operationsInterfaces/clusters.js.map +1 -0
  193. package/dist/commonjs/operationsInterfaces/configurations.d.ts +46 -0
  194. package/dist/commonjs/operationsInterfaces/configurations.d.ts.map +1 -0
  195. package/dist/commonjs/operationsInterfaces/configurations.js +10 -0
  196. package/dist/commonjs/operationsInterfaces/configurations.js.map +1 -0
  197. package/dist/commonjs/operationsInterfaces/extensions.d.ts +168 -0
  198. package/dist/commonjs/operationsInterfaces/extensions.d.ts.map +1 -0
  199. package/dist/commonjs/operationsInterfaces/extensions.js +10 -0
  200. package/dist/commonjs/operationsInterfaces/extensions.js.map +1 -0
  201. package/dist/commonjs/operationsInterfaces/index.d.ts +12 -0
  202. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  203. package/dist/commonjs/operationsInterfaces/index.js +22 -0
  204. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  205. package/dist/commonjs/operationsInterfaces/locations.d.ts +44 -0
  206. package/dist/commonjs/operationsInterfaces/locations.d.ts.map +1 -0
  207. package/dist/commonjs/operationsInterfaces/locations.js +10 -0
  208. package/dist/commonjs/operationsInterfaces/locations.js.map +1 -0
  209. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  210. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  211. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  212. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  213. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  214. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  215. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
  216. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  217. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +20 -0
  218. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  219. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
  220. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
  221. package/dist/commonjs/operationsInterfaces/scriptActions.d.ts +37 -0
  222. package/dist/commonjs/operationsInterfaces/scriptActions.d.ts.map +1 -0
  223. package/dist/commonjs/operationsInterfaces/scriptActions.js +10 -0
  224. package/dist/commonjs/operationsInterfaces/scriptActions.js.map +1 -0
  225. package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.d.ts +21 -0
  226. package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -0
  227. package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.js +10 -0
  228. package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.js.map +1 -0
  229. package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts +37 -0
  230. package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts.map +1 -0
  231. package/dist/commonjs/operationsInterfaces/virtualMachines.js +10 -0
  232. package/dist/commonjs/operationsInterfaces/virtualMachines.js.map +1 -0
  233. package/dist/commonjs/package.json +3 -0
  234. package/dist/commonjs/pagingHelper.d.ts +13 -0
  235. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  236. package/dist/commonjs/pagingHelper.js +34 -0
  237. package/dist/commonjs/pagingHelper.js.map +1 -0
  238. package/dist/commonjs/tsdoc-metadata.json +11 -0
  239. package/dist/esm/hDInsightManagementClient.d.ts +31 -0
  240. package/dist/esm/hDInsightManagementClient.d.ts.map +1 -0
  241. package/dist/esm/hDInsightManagementClient.js +127 -0
  242. package/dist/esm/hDInsightManagementClient.js.map +1 -0
  243. package/dist/esm/index.d.ts +5 -0
  244. package/dist/esm/index.d.ts.map +1 -0
  245. package/dist/esm/index.js +13 -0
  246. package/dist/esm/index.js.map +1 -0
  247. package/dist/esm/lroImpl.d.ts +11 -0
  248. package/dist/esm/lroImpl.d.ts.map +1 -0
  249. package/dist/esm/lroImpl.js +18 -0
  250. package/dist/esm/lroImpl.js.map +1 -0
  251. package/dist/esm/models/index.d.ts +2074 -0
  252. package/dist/esm/models/index.d.ts.map +1 -0
  253. package/dist/esm/models/index.js +198 -0
  254. package/dist/esm/models/index.js.map +1 -0
  255. package/dist/esm/models/mappers.d.ts +112 -0
  256. package/dist/esm/models/mappers.d.ts.map +1 -0
  257. package/dist/esm/models/mappers.js +3817 -0
  258. package/dist/esm/models/mappers.js.map +1 -0
  259. package/dist/esm/models/parameters.d.ts +37 -0
  260. package/dist/esm/models/parameters.d.ts.map +1 -0
  261. package/dist/esm/models/parameters.js +280 -0
  262. package/dist/esm/models/parameters.js.map +1 -0
  263. package/dist/esm/operations/applications.d.ts +90 -0
  264. package/dist/esm/operations/applications.d.ts.map +1 -0
  265. package/dist/esm/operations/applications.js +383 -0
  266. package/dist/esm/operations/applications.js.map +1 -0
  267. package/dist/esm/operations/clusters.d.ts +214 -0
  268. package/dist/esm/operations/clusters.d.ts.map +1 -0
  269. package/dist/esm/operations/clusters.js +1026 -0
  270. package/dist/esm/operations/clusters.js.map +1 -0
  271. package/dist/esm/operations/configurations.d.ts +54 -0
  272. package/dist/esm/operations/configurations.d.ts.map +1 -0
  273. package/dist/esm/operations/configurations.js +185 -0
  274. package/dist/esm/operations/configurations.js.map +1 -0
  275. package/dist/esm/operations/extensions.d.ts +176 -0
  276. package/dist/esm/operations/extensions.d.ts.map +1 -0
  277. package/dist/esm/operations/extensions.js +842 -0
  278. package/dist/esm/operations/extensions.js.map +1 -0
  279. package/dist/esm/operations/index.d.ts +12 -0
  280. package/dist/esm/operations/index.d.ts.map +1 -0
  281. package/dist/esm/operations/index.js +19 -0
  282. package/dist/esm/operations/index.js.map +1 -0
  283. package/dist/esm/operations/locations.d.ts +52 -0
  284. package/dist/esm/operations/locations.d.ts.map +1 -0
  285. package/dist/esm/operations/locations.js +200 -0
  286. package/dist/esm/operations/locations.js.map +1 -0
  287. package/dist/esm/operations/operations.d.ts +32 -0
  288. package/dist/esm/operations/operations.d.ts.map +1 -0
  289. package/dist/esm/operations/operations.js +116 -0
  290. package/dist/esm/operations/operations.js.map +1 -0
  291. package/dist/esm/operations/privateEndpointConnections.d.ts +81 -0
  292. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
  293. package/dist/esm/operations/privateEndpointConnections.js +359 -0
  294. package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
  295. package/dist/esm/operations/privateLinkResources.d.ts +28 -0
  296. package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
  297. package/dist/esm/operations/privateLinkResources.js +86 -0
  298. package/dist/esm/operations/privateLinkResources.js.map +1 -0
  299. package/dist/esm/operations/scriptActions.d.ts +62 -0
  300. package/dist/esm/operations/scriptActions.d.ts.map +1 -0
  301. package/dist/esm/operations/scriptActions.js +228 -0
  302. package/dist/esm/operations/scriptActions.js.map +1 -0
  303. package/dist/esm/operations/scriptExecutionHistory.d.ts +46 -0
  304. package/dist/esm/operations/scriptExecutionHistory.d.ts.map +1 -0
  305. package/dist/esm/operations/scriptExecutionHistory.js +163 -0
  306. package/dist/esm/operations/scriptExecutionHistory.js.map +1 -0
  307. package/dist/esm/operations/virtualMachines.d.ts +45 -0
  308. package/dist/esm/operations/virtualMachines.d.ts.map +1 -0
  309. package/dist/esm/operations/virtualMachines.js +176 -0
  310. package/dist/esm/operations/virtualMachines.js.map +1 -0
  311. package/dist/esm/operationsInterfaces/applications.d.ts +65 -0
  312. package/dist/esm/operationsInterfaces/applications.d.ts.map +1 -0
  313. package/dist/esm/operationsInterfaces/applications.js +9 -0
  314. package/dist/esm/operationsInterfaces/applications.js.map +1 -0
  315. package/dist/esm/operationsInterfaces/clusters.d.ts +178 -0
  316. package/dist/esm/operationsInterfaces/clusters.d.ts.map +1 -0
  317. package/dist/esm/operationsInterfaces/clusters.js +9 -0
  318. package/dist/esm/operationsInterfaces/clusters.js.map +1 -0
  319. package/dist/esm/operationsInterfaces/configurations.d.ts +46 -0
  320. package/dist/esm/operationsInterfaces/configurations.d.ts.map +1 -0
  321. package/dist/esm/operationsInterfaces/configurations.js +9 -0
  322. package/dist/esm/operationsInterfaces/configurations.js.map +1 -0
  323. package/dist/esm/operationsInterfaces/extensions.d.ts +168 -0
  324. package/dist/esm/operationsInterfaces/extensions.d.ts.map +1 -0
  325. package/dist/esm/operationsInterfaces/extensions.js +9 -0
  326. package/dist/esm/operationsInterfaces/extensions.js.map +1 -0
  327. package/dist/esm/operationsInterfaces/index.d.ts +12 -0
  328. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  329. package/dist/esm/operationsInterfaces/index.js +19 -0
  330. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  331. package/dist/esm/operationsInterfaces/locations.d.ts +44 -0
  332. package/dist/esm/operationsInterfaces/locations.d.ts.map +1 -0
  333. package/dist/esm/operationsInterfaces/locations.js +9 -0
  334. package/dist/esm/operationsInterfaces/locations.js.map +1 -0
  335. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  336. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  337. package/dist/esm/operationsInterfaces/operations.js +9 -0
  338. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  339. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  340. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  341. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
  342. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  343. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +20 -0
  344. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  345. package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
  346. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
  347. package/dist/esm/operationsInterfaces/scriptActions.d.ts +37 -0
  348. package/dist/esm/operationsInterfaces/scriptActions.d.ts.map +1 -0
  349. package/dist/esm/operationsInterfaces/scriptActions.js +9 -0
  350. package/dist/esm/operationsInterfaces/scriptActions.js.map +1 -0
  351. package/dist/esm/operationsInterfaces/scriptExecutionHistory.d.ts +21 -0
  352. package/dist/esm/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -0
  353. package/dist/esm/operationsInterfaces/scriptExecutionHistory.js +9 -0
  354. package/dist/esm/operationsInterfaces/scriptExecutionHistory.js.map +1 -0
  355. package/dist/esm/operationsInterfaces/virtualMachines.d.ts +37 -0
  356. package/dist/esm/operationsInterfaces/virtualMachines.d.ts.map +1 -0
  357. package/dist/esm/operationsInterfaces/virtualMachines.js +9 -0
  358. package/dist/esm/operationsInterfaces/virtualMachines.js.map +1 -0
  359. package/dist/esm/package.json +3 -0
  360. package/dist/esm/pagingHelper.d.ts +13 -0
  361. package/dist/esm/pagingHelper.d.ts.map +1 -0
  362. package/dist/esm/pagingHelper.js +30 -0
  363. package/dist/esm/pagingHelper.js.map +1 -0
  364. package/dist/react-native/hDInsightManagementClient.d.ts +31 -0
  365. package/dist/react-native/hDInsightManagementClient.d.ts.map +1 -0
  366. package/dist/react-native/hDInsightManagementClient.js +127 -0
  367. package/dist/react-native/hDInsightManagementClient.js.map +1 -0
  368. package/dist/react-native/index.d.ts +5 -0
  369. package/dist/react-native/index.d.ts.map +1 -0
  370. package/dist/react-native/index.js +13 -0
  371. package/dist/react-native/index.js.map +1 -0
  372. package/dist/react-native/lroImpl.d.ts +11 -0
  373. package/dist/react-native/lroImpl.d.ts.map +1 -0
  374. package/dist/react-native/lroImpl.js +18 -0
  375. package/dist/react-native/lroImpl.js.map +1 -0
  376. package/dist/react-native/models/index.d.ts +2074 -0
  377. package/dist/react-native/models/index.d.ts.map +1 -0
  378. package/dist/react-native/models/index.js +198 -0
  379. package/dist/react-native/models/index.js.map +1 -0
  380. package/dist/react-native/models/mappers.d.ts +112 -0
  381. package/dist/react-native/models/mappers.d.ts.map +1 -0
  382. package/dist/react-native/models/mappers.js +3817 -0
  383. package/dist/react-native/models/mappers.js.map +1 -0
  384. package/dist/react-native/models/parameters.d.ts +37 -0
  385. package/dist/react-native/models/parameters.d.ts.map +1 -0
  386. package/dist/react-native/models/parameters.js +280 -0
  387. package/dist/react-native/models/parameters.js.map +1 -0
  388. package/dist/react-native/operations/applications.d.ts +90 -0
  389. package/dist/react-native/operations/applications.d.ts.map +1 -0
  390. package/dist/react-native/operations/applications.js +383 -0
  391. package/dist/react-native/operations/applications.js.map +1 -0
  392. package/dist/react-native/operations/clusters.d.ts +214 -0
  393. package/dist/react-native/operations/clusters.d.ts.map +1 -0
  394. package/dist/react-native/operations/clusters.js +1026 -0
  395. package/dist/react-native/operations/clusters.js.map +1 -0
  396. package/dist/react-native/operations/configurations.d.ts +54 -0
  397. package/dist/react-native/operations/configurations.d.ts.map +1 -0
  398. package/dist/react-native/operations/configurations.js +185 -0
  399. package/dist/react-native/operations/configurations.js.map +1 -0
  400. package/dist/react-native/operations/extensions.d.ts +176 -0
  401. package/dist/react-native/operations/extensions.d.ts.map +1 -0
  402. package/dist/react-native/operations/extensions.js +842 -0
  403. package/dist/react-native/operations/extensions.js.map +1 -0
  404. package/dist/react-native/operations/index.d.ts +12 -0
  405. package/dist/react-native/operations/index.d.ts.map +1 -0
  406. package/dist/react-native/operations/index.js +19 -0
  407. package/dist/react-native/operations/index.js.map +1 -0
  408. package/dist/react-native/operations/locations.d.ts +52 -0
  409. package/dist/react-native/operations/locations.d.ts.map +1 -0
  410. package/dist/react-native/operations/locations.js +200 -0
  411. package/dist/react-native/operations/locations.js.map +1 -0
  412. package/dist/react-native/operations/operations.d.ts +32 -0
  413. package/dist/react-native/operations/operations.d.ts.map +1 -0
  414. package/dist/react-native/operations/operations.js +116 -0
  415. package/dist/react-native/operations/operations.js.map +1 -0
  416. package/dist/react-native/operations/privateEndpointConnections.d.ts +81 -0
  417. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
  418. package/dist/react-native/operations/privateEndpointConnections.js +359 -0
  419. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
  420. package/dist/react-native/operations/privateLinkResources.d.ts +28 -0
  421. package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
  422. package/dist/react-native/operations/privateLinkResources.js +86 -0
  423. package/dist/react-native/operations/privateLinkResources.js.map +1 -0
  424. package/dist/react-native/operations/scriptActions.d.ts +62 -0
  425. package/dist/react-native/operations/scriptActions.d.ts.map +1 -0
  426. package/dist/react-native/operations/scriptActions.js +228 -0
  427. package/dist/react-native/operations/scriptActions.js.map +1 -0
  428. package/dist/react-native/operations/scriptExecutionHistory.d.ts +46 -0
  429. package/dist/react-native/operations/scriptExecutionHistory.d.ts.map +1 -0
  430. package/dist/react-native/operations/scriptExecutionHistory.js +163 -0
  431. package/dist/react-native/operations/scriptExecutionHistory.js.map +1 -0
  432. package/dist/react-native/operations/virtualMachines.d.ts +45 -0
  433. package/dist/react-native/operations/virtualMachines.d.ts.map +1 -0
  434. package/dist/react-native/operations/virtualMachines.js +176 -0
  435. package/dist/react-native/operations/virtualMachines.js.map +1 -0
  436. package/dist/react-native/operationsInterfaces/applications.d.ts +65 -0
  437. package/dist/react-native/operationsInterfaces/applications.d.ts.map +1 -0
  438. package/dist/react-native/operationsInterfaces/applications.js +9 -0
  439. package/dist/react-native/operationsInterfaces/applications.js.map +1 -0
  440. package/dist/react-native/operationsInterfaces/clusters.d.ts +178 -0
  441. package/dist/react-native/operationsInterfaces/clusters.d.ts.map +1 -0
  442. package/dist/react-native/operationsInterfaces/clusters.js +9 -0
  443. package/dist/react-native/operationsInterfaces/clusters.js.map +1 -0
  444. package/dist/react-native/operationsInterfaces/configurations.d.ts +46 -0
  445. package/dist/react-native/operationsInterfaces/configurations.d.ts.map +1 -0
  446. package/dist/react-native/operationsInterfaces/configurations.js +9 -0
  447. package/dist/react-native/operationsInterfaces/configurations.js.map +1 -0
  448. package/dist/react-native/operationsInterfaces/extensions.d.ts +168 -0
  449. package/dist/react-native/operationsInterfaces/extensions.d.ts.map +1 -0
  450. package/dist/react-native/operationsInterfaces/extensions.js +9 -0
  451. package/dist/react-native/operationsInterfaces/extensions.js.map +1 -0
  452. package/dist/react-native/operationsInterfaces/index.d.ts +12 -0
  453. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  454. package/dist/react-native/operationsInterfaces/index.js +19 -0
  455. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  456. package/dist/react-native/operationsInterfaces/locations.d.ts +44 -0
  457. package/dist/react-native/operationsInterfaces/locations.d.ts.map +1 -0
  458. package/dist/react-native/operationsInterfaces/locations.js +9 -0
  459. package/dist/react-native/operationsInterfaces/locations.js.map +1 -0
  460. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  461. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  462. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  463. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  464. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  465. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  466. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
  467. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  468. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +20 -0
  469. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  470. package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
  471. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
  472. package/dist/react-native/operationsInterfaces/scriptActions.d.ts +37 -0
  473. package/dist/react-native/operationsInterfaces/scriptActions.d.ts.map +1 -0
  474. package/dist/react-native/operationsInterfaces/scriptActions.js +9 -0
  475. package/dist/react-native/operationsInterfaces/scriptActions.js.map +1 -0
  476. package/dist/react-native/operationsInterfaces/scriptExecutionHistory.d.ts +21 -0
  477. package/dist/react-native/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -0
  478. package/dist/react-native/operationsInterfaces/scriptExecutionHistory.js +9 -0
  479. package/dist/react-native/operationsInterfaces/scriptExecutionHistory.js.map +1 -0
  480. package/dist/react-native/operationsInterfaces/virtualMachines.d.ts +37 -0
  481. package/dist/react-native/operationsInterfaces/virtualMachines.d.ts.map +1 -0
  482. package/dist/react-native/operationsInterfaces/virtualMachines.js +9 -0
  483. package/dist/react-native/operationsInterfaces/virtualMachines.js.map +1 -0
  484. package/dist/react-native/package.json +3 -0
  485. package/dist/react-native/pagingHelper.d.ts +13 -0
  486. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  487. package/dist/react-native/pagingHelper.js +30 -0
  488. package/dist/react-native/pagingHelper.js.map +1 -0
  489. package/package.json +87 -78
  490. package/review/arm-hdinsight-node.api.md +1668 -0
  491. package/dist/index.js +0 -8144
  492. package/dist/index.js.map +0 -1
  493. package/dist/index.min.js +0 -1
  494. package/dist/index.min.js.map +0 -1
  495. package/dist-esm/samples-dev/applicationsCreateSample.d.ts +0 -2
  496. package/dist-esm/samples-dev/applicationsCreateSample.d.ts.map +0 -1
  497. package/dist-esm/samples-dev/applicationsCreateSample.js +0 -70
  498. package/dist-esm/samples-dev/applicationsCreateSample.js.map +0 -1
  499. package/dist-esm/samples-dev/applicationsDeleteSample.d.ts +0 -2
  500. package/dist-esm/samples-dev/applicationsDeleteSample.d.ts.map +0 -1
  501. package/dist-esm/samples-dev/applicationsDeleteSample.js +0 -39
  502. package/dist-esm/samples-dev/applicationsDeleteSample.js.map +0 -1
  503. package/dist-esm/samples-dev/applicationsGetAzureAsyncOperationStatusSample.d.ts +0 -2
  504. package/dist-esm/samples-dev/applicationsGetAzureAsyncOperationStatusSample.d.ts.map +0 -1
  505. package/dist-esm/samples-dev/applicationsGetAzureAsyncOperationStatusSample.js +0 -40
  506. package/dist-esm/samples-dev/applicationsGetAzureAsyncOperationStatusSample.js.map +0 -1
  507. package/dist-esm/samples-dev/applicationsGetSample.d.ts +0 -2
  508. package/dist-esm/samples-dev/applicationsGetSample.d.ts.map +0 -1
  509. package/dist-esm/samples-dev/applicationsGetSample.js +0 -58
  510. package/dist-esm/samples-dev/applicationsGetSample.js.map +0 -1
  511. package/dist-esm/samples-dev/applicationsListByClusterSample.d.ts +0 -2
  512. package/dist-esm/samples-dev/applicationsListByClusterSample.d.ts.map +0 -1
  513. package/dist-esm/samples-dev/applicationsListByClusterSample.js +0 -59
  514. package/dist-esm/samples-dev/applicationsListByClusterSample.js.map +0 -1
  515. package/dist-esm/samples-dev/clustersCreateSample.d.ts +0 -2
  516. package/dist-esm/samples-dev/clustersCreateSample.d.ts.map +0 -1
  517. package/dist-esm/samples-dev/clustersCreateSample.js +0 -1221
  518. package/dist-esm/samples-dev/clustersCreateSample.js.map +0 -1
  519. package/dist-esm/samples-dev/clustersDeleteSample.d.ts +0 -2
  520. package/dist-esm/samples-dev/clustersDeleteSample.d.ts.map +0 -1
  521. package/dist-esm/samples-dev/clustersDeleteSample.js +0 -38
  522. package/dist-esm/samples-dev/clustersDeleteSample.js.map +0 -1
  523. package/dist-esm/samples-dev/clustersExecuteScriptActionsSample.d.ts +0 -2
  524. package/dist-esm/samples-dev/clustersExecuteScriptActionsSample.d.ts.map +0 -1
  525. package/dist-esm/samples-dev/clustersExecuteScriptActionsSample.js +0 -49
  526. package/dist-esm/samples-dev/clustersExecuteScriptActionsSample.js.map +0 -1
  527. package/dist-esm/samples-dev/clustersGetAzureAsyncOperationStatusSample.d.ts +0 -2
  528. package/dist-esm/samples-dev/clustersGetAzureAsyncOperationStatusSample.d.ts.map +0 -1
  529. package/dist-esm/samples-dev/clustersGetAzureAsyncOperationStatusSample.js +0 -39
  530. package/dist-esm/samples-dev/clustersGetAzureAsyncOperationStatusSample.js.map +0 -1
  531. package/dist-esm/samples-dev/clustersGetGatewaySettingsSample.d.ts +0 -2
  532. package/dist-esm/samples-dev/clustersGetGatewaySettingsSample.d.ts.map +0 -1
  533. package/dist-esm/samples-dev/clustersGetGatewaySettingsSample.js +0 -38
  534. package/dist-esm/samples-dev/clustersGetGatewaySettingsSample.js.map +0 -1
  535. package/dist-esm/samples-dev/clustersGetSample.d.ts +0 -2
  536. package/dist-esm/samples-dev/clustersGetSample.d.ts.map +0 -1
  537. package/dist-esm/samples-dev/clustersGetSample.js +0 -56
  538. package/dist-esm/samples-dev/clustersGetSample.js.map +0 -1
  539. package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts +0 -2
  540. package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts.map +0 -1
  541. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +0 -58
  542. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +0 -1
  543. package/dist-esm/samples-dev/clustersListSample.d.ts +0 -2
  544. package/dist-esm/samples-dev/clustersListSample.d.ts.map +0 -1
  545. package/dist-esm/samples-dev/clustersListSample.js +0 -57
  546. package/dist-esm/samples-dev/clustersListSample.js.map +0 -1
  547. package/dist-esm/samples-dev/clustersResizeSample.d.ts +0 -2
  548. package/dist-esm/samples-dev/clustersResizeSample.d.ts.map +0 -1
  549. package/dist-esm/samples-dev/clustersResizeSample.js +0 -40
  550. package/dist-esm/samples-dev/clustersResizeSample.js.map +0 -1
  551. package/dist-esm/samples-dev/clustersRotateDiskEncryptionKeySample.d.ts +0 -2
  552. package/dist-esm/samples-dev/clustersRotateDiskEncryptionKeySample.d.ts.map +0 -1
  553. package/dist-esm/samples-dev/clustersRotateDiskEncryptionKeySample.js +0 -43
  554. package/dist-esm/samples-dev/clustersRotateDiskEncryptionKeySample.js.map +0 -1
  555. package/dist-esm/samples-dev/clustersUpdateAutoScaleConfigurationSample.d.ts +0 -2
  556. package/dist-esm/samples-dev/clustersUpdateAutoScaleConfigurationSample.d.ts.map +0 -1
  557. package/dist-esm/samples-dev/clustersUpdateAutoScaleConfigurationSample.js +0 -98
  558. package/dist-esm/samples-dev/clustersUpdateAutoScaleConfigurationSample.js.map +0 -1
  559. package/dist-esm/samples-dev/clustersUpdateGatewaySettingsSample.d.ts +0 -2
  560. package/dist-esm/samples-dev/clustersUpdateGatewaySettingsSample.d.ts.map +0 -1
  561. package/dist-esm/samples-dev/clustersUpdateGatewaySettingsSample.js +0 -43
  562. package/dist-esm/samples-dev/clustersUpdateGatewaySettingsSample.js.map +0 -1
  563. package/dist-esm/samples-dev/clustersUpdateIdentityCertificateSample.d.ts +0 -2
  564. package/dist-esm/samples-dev/clustersUpdateIdentityCertificateSample.d.ts.map +0 -1
  565. package/dist-esm/samples-dev/clustersUpdateIdentityCertificateSample.js +0 -43
  566. package/dist-esm/samples-dev/clustersUpdateIdentityCertificateSample.js.map +0 -1
  567. package/dist-esm/samples-dev/clustersUpdateSample.d.ts +0 -2
  568. package/dist-esm/samples-dev/clustersUpdateSample.d.ts.map +0 -1
  569. package/dist-esm/samples-dev/clustersUpdateSample.js +0 -41
  570. package/dist-esm/samples-dev/clustersUpdateSample.js.map +0 -1
  571. package/dist-esm/samples-dev/configurationsGetSample.d.ts +0 -2
  572. package/dist-esm/samples-dev/configurationsGetSample.d.ts.map +0 -1
  573. package/dist-esm/samples-dev/configurationsGetSample.js +0 -39
  574. package/dist-esm/samples-dev/configurationsGetSample.js.map +0 -1
  575. package/dist-esm/samples-dev/configurationsListSample.d.ts +0 -2
  576. package/dist-esm/samples-dev/configurationsListSample.d.ts.map +0 -1
  577. package/dist-esm/samples-dev/configurationsListSample.js +0 -38
  578. package/dist-esm/samples-dev/configurationsListSample.js.map +0 -1
  579. package/dist-esm/samples-dev/configurationsUpdateSample.d.ts +0 -2
  580. package/dist-esm/samples-dev/configurationsUpdateSample.d.ts.map +0 -1
  581. package/dist-esm/samples-dev/configurationsUpdateSample.js +0 -66
  582. package/dist-esm/samples-dev/configurationsUpdateSample.js.map +0 -1
  583. package/dist-esm/samples-dev/extensionsCreateSample.d.ts +0 -2
  584. package/dist-esm/samples-dev/extensionsCreateSample.d.ts.map +0 -1
  585. package/dist-esm/samples-dev/extensionsCreateSample.js +0 -43
  586. package/dist-esm/samples-dev/extensionsCreateSample.js.map +0 -1
  587. package/dist-esm/samples-dev/extensionsDeleteSample.d.ts +0 -2
  588. package/dist-esm/samples-dev/extensionsDeleteSample.d.ts.map +0 -1
  589. package/dist-esm/samples-dev/extensionsDeleteSample.js +0 -39
  590. package/dist-esm/samples-dev/extensionsDeleteSample.js.map +0 -1
  591. package/dist-esm/samples-dev/extensionsDisableAzureMonitorSample.d.ts +0 -2
  592. package/dist-esm/samples-dev/extensionsDisableAzureMonitorSample.d.ts.map +0 -1
  593. package/dist-esm/samples-dev/extensionsDisableAzureMonitorSample.js +0 -38
  594. package/dist-esm/samples-dev/extensionsDisableAzureMonitorSample.js.map +0 -1
  595. package/dist-esm/samples-dev/extensionsDisableMonitoringSample.d.ts +0 -2
  596. package/dist-esm/samples-dev/extensionsDisableMonitoringSample.d.ts.map +0 -1
  597. package/dist-esm/samples-dev/extensionsDisableMonitoringSample.js +0 -38
  598. package/dist-esm/samples-dev/extensionsDisableMonitoringSample.js.map +0 -1
  599. package/dist-esm/samples-dev/extensionsEnableAzureMonitorSample.d.ts +0 -2
  600. package/dist-esm/samples-dev/extensionsEnableAzureMonitorSample.d.ts.map +0 -1
  601. package/dist-esm/samples-dev/extensionsEnableAzureMonitorSample.js +0 -42
  602. package/dist-esm/samples-dev/extensionsEnableAzureMonitorSample.js.map +0 -1
  603. package/dist-esm/samples-dev/extensionsEnableMonitoringSample.d.ts +0 -2
  604. package/dist-esm/samples-dev/extensionsEnableMonitoringSample.d.ts.map +0 -1
  605. package/dist-esm/samples-dev/extensionsEnableMonitoringSample.js +0 -42
  606. package/dist-esm/samples-dev/extensionsEnableMonitoringSample.js.map +0 -1
  607. package/dist-esm/samples-dev/extensionsGetAzureAsyncOperationStatusSample.d.ts +0 -2
  608. package/dist-esm/samples-dev/extensionsGetAzureAsyncOperationStatusSample.d.ts.map +0 -1
  609. package/dist-esm/samples-dev/extensionsGetAzureAsyncOperationStatusSample.js +0 -40
  610. package/dist-esm/samples-dev/extensionsGetAzureAsyncOperationStatusSample.js.map +0 -1
  611. package/dist-esm/samples-dev/extensionsGetAzureMonitorStatusSample.d.ts +0 -2
  612. package/dist-esm/samples-dev/extensionsGetAzureMonitorStatusSample.d.ts.map +0 -1
  613. package/dist-esm/samples-dev/extensionsGetAzureMonitorStatusSample.js +0 -38
  614. package/dist-esm/samples-dev/extensionsGetAzureMonitorStatusSample.js.map +0 -1
  615. package/dist-esm/samples-dev/extensionsGetMonitoringStatusSample.d.ts +0 -2
  616. package/dist-esm/samples-dev/extensionsGetMonitoringStatusSample.d.ts.map +0 -1
  617. package/dist-esm/samples-dev/extensionsGetMonitoringStatusSample.js +0 -38
  618. package/dist-esm/samples-dev/extensionsGetMonitoringStatusSample.js.map +0 -1
  619. package/dist-esm/samples-dev/extensionsGetSample.d.ts +0 -2
  620. package/dist-esm/samples-dev/extensionsGetSample.d.ts.map +0 -1
  621. package/dist-esm/samples-dev/extensionsGetSample.js +0 -39
  622. package/dist-esm/samples-dev/extensionsGetSample.js.map +0 -1
  623. package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.d.ts +0 -2
  624. package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.d.ts.map +0 -1
  625. package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.js +0 -41
  626. package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.js.map +0 -1
  627. package/dist-esm/samples-dev/locationsGetAzureAsyncOperationStatusSample.d.ts +0 -2
  628. package/dist-esm/samples-dev/locationsGetAzureAsyncOperationStatusSample.d.ts.map +0 -1
  629. package/dist-esm/samples-dev/locationsGetAzureAsyncOperationStatusSample.js +0 -38
  630. package/dist-esm/samples-dev/locationsGetAzureAsyncOperationStatusSample.js.map +0 -1
  631. package/dist-esm/samples-dev/locationsGetCapabilitiesSample.d.ts +0 -2
  632. package/dist-esm/samples-dev/locationsGetCapabilitiesSample.d.ts.map +0 -1
  633. package/dist-esm/samples-dev/locationsGetCapabilitiesSample.js +0 -37
  634. package/dist-esm/samples-dev/locationsGetCapabilitiesSample.js.map +0 -1
  635. package/dist-esm/samples-dev/locationsListBillingSpecsSample.d.ts +0 -2
  636. package/dist-esm/samples-dev/locationsListBillingSpecsSample.d.ts.map +0 -1
  637. package/dist-esm/samples-dev/locationsListBillingSpecsSample.js +0 -37
  638. package/dist-esm/samples-dev/locationsListBillingSpecsSample.js.map +0 -1
  639. package/dist-esm/samples-dev/locationsListUsagesSample.d.ts +0 -2
  640. package/dist-esm/samples-dev/locationsListUsagesSample.d.ts.map +0 -1
  641. package/dist-esm/samples-dev/locationsListUsagesSample.js +0 -37
  642. package/dist-esm/samples-dev/locationsListUsagesSample.js.map +0 -1
  643. package/dist-esm/samples-dev/locationsValidateClusterCreateRequestSample.d.ts +0 -2
  644. package/dist-esm/samples-dev/locationsValidateClusterCreateRequestSample.d.ts.map +0 -1
  645. package/dist-esm/samples-dev/locationsValidateClusterCreateRequestSample.js +0 -125
  646. package/dist-esm/samples-dev/locationsValidateClusterCreateRequestSample.js.map +0 -1
  647. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  648. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  649. package/dist-esm/samples-dev/operationsListSample.js +0 -58
  650. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  651. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
  652. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
  653. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -46
  654. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
  655. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
  656. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
  657. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -39
  658. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
  659. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
  660. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
  661. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -39
  662. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
  663. package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.d.ts +0 -2
  664. package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.d.ts.map +0 -1
  665. package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.js +0 -59
  666. package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.js.map +0 -1
  667. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +0 -2
  668. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +0 -1
  669. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +0 -39
  670. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +0 -1
  671. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.d.ts +0 -2
  672. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.d.ts.map +0 -1
  673. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js +0 -38
  674. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js.map +0 -1
  675. package/dist-esm/samples-dev/scriptActionsDeleteSample.d.ts +0 -2
  676. package/dist-esm/samples-dev/scriptActionsDeleteSample.d.ts.map +0 -1
  677. package/dist-esm/samples-dev/scriptActionsDeleteSample.js +0 -39
  678. package/dist-esm/samples-dev/scriptActionsDeleteSample.js.map +0 -1
  679. package/dist-esm/samples-dev/scriptActionsGetExecutionAsyncOperationStatusSample.d.ts +0 -2
  680. package/dist-esm/samples-dev/scriptActionsGetExecutionAsyncOperationStatusSample.d.ts.map +0 -1
  681. package/dist-esm/samples-dev/scriptActionsGetExecutionAsyncOperationStatusSample.js +0 -39
  682. package/dist-esm/samples-dev/scriptActionsGetExecutionAsyncOperationStatusSample.js.map +0 -1
  683. package/dist-esm/samples-dev/scriptActionsGetExecutionDetailSample.d.ts +0 -2
  684. package/dist-esm/samples-dev/scriptActionsGetExecutionDetailSample.d.ts.map +0 -1
  685. package/dist-esm/samples-dev/scriptActionsGetExecutionDetailSample.js +0 -39
  686. package/dist-esm/samples-dev/scriptActionsGetExecutionDetailSample.js.map +0 -1
  687. package/dist-esm/samples-dev/scriptActionsListByClusterSample.d.ts +0 -2
  688. package/dist-esm/samples-dev/scriptActionsListByClusterSample.d.ts.map +0 -1
  689. package/dist-esm/samples-dev/scriptActionsListByClusterSample.js +0 -59
  690. package/dist-esm/samples-dev/scriptActionsListByClusterSample.js.map +0 -1
  691. package/dist-esm/samples-dev/scriptExecutionHistoryListByClusterSample.d.ts +0 -2
  692. package/dist-esm/samples-dev/scriptExecutionHistoryListByClusterSample.d.ts.map +0 -1
  693. package/dist-esm/samples-dev/scriptExecutionHistoryListByClusterSample.js +0 -59
  694. package/dist-esm/samples-dev/scriptExecutionHistoryListByClusterSample.js.map +0 -1
  695. package/dist-esm/samples-dev/scriptExecutionHistoryPromoteSample.d.ts +0 -2
  696. package/dist-esm/samples-dev/scriptExecutionHistoryPromoteSample.d.ts.map +0 -1
  697. package/dist-esm/samples-dev/scriptExecutionHistoryPromoteSample.js +0 -39
  698. package/dist-esm/samples-dev/scriptExecutionHistoryPromoteSample.js.map +0 -1
  699. package/dist-esm/samples-dev/virtualMachinesGetAsyncOperationStatusSample.d.ts +0 -2
  700. package/dist-esm/samples-dev/virtualMachinesGetAsyncOperationStatusSample.d.ts.map +0 -1
  701. package/dist-esm/samples-dev/virtualMachinesGetAsyncOperationStatusSample.js +0 -39
  702. package/dist-esm/samples-dev/virtualMachinesGetAsyncOperationStatusSample.js.map +0 -1
  703. package/dist-esm/samples-dev/virtualMachinesListHostsSample.d.ts +0 -2
  704. package/dist-esm/samples-dev/virtualMachinesListHostsSample.d.ts.map +0 -1
  705. package/dist-esm/samples-dev/virtualMachinesListHostsSample.js +0 -38
  706. package/dist-esm/samples-dev/virtualMachinesListHostsSample.js.map +0 -1
  707. package/dist-esm/samples-dev/virtualMachinesRestartHostsSample.d.ts +0 -2
  708. package/dist-esm/samples-dev/virtualMachinesRestartHostsSample.d.ts.map +0 -1
  709. package/dist-esm/samples-dev/virtualMachinesRestartHostsSample.js +0 -39
  710. package/dist-esm/samples-dev/virtualMachinesRestartHostsSample.js.map +0 -1
  711. package/dist-esm/src/hDInsightManagementClient.d.ts +0 -31
  712. package/dist-esm/src/hDInsightManagementClient.d.ts.map +0 -1
  713. package/dist-esm/src/hDInsightManagementClient.js +0 -111
  714. package/dist-esm/src/hDInsightManagementClient.js.map +0 -1
  715. package/dist-esm/src/index.d.ts +0 -6
  716. package/dist-esm/src/index.d.ts.map +0 -1
  717. package/dist-esm/src/index.js +0 -13
  718. package/dist-esm/src/index.js.map +0 -1
  719. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  720. package/dist-esm/src/lroImpl.js +0 -21
  721. package/dist-esm/src/lroImpl.js.map +0 -1
  722. package/dist-esm/src/models/index.d.ts +0 -2026
  723. package/dist-esm/src/models/index.d.ts.map +0 -1
  724. package/dist-esm/src/models/index.js +0 -190
  725. package/dist-esm/src/models/index.js.map +0 -1
  726. package/dist-esm/src/models/mappers.d.ts +0 -111
  727. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  728. package/dist-esm/src/models/mappers.js +0 -3726
  729. package/dist-esm/src/models/mappers.js.map +0 -1
  730. package/dist-esm/src/models/parameters.js +0 -280
  731. package/dist-esm/src/models/parameters.js.map +0 -1
  732. package/dist-esm/src/operations/applications.d.ts +0 -90
  733. package/dist-esm/src/operations/applications.d.ts.map +0 -1
  734. package/dist-esm/src/operations/applications.js +0 -403
  735. package/dist-esm/src/operations/applications.js.map +0 -1
  736. package/dist-esm/src/operations/clusters.d.ts +0 -214
  737. package/dist-esm/src/operations/clusters.d.ts.map +0 -1
  738. package/dist-esm/src/operations/clusters.js +0 -1062
  739. package/dist-esm/src/operations/clusters.js.map +0 -1
  740. package/dist-esm/src/operations/configurations.d.ts +0 -54
  741. package/dist-esm/src/operations/configurations.d.ts.map +0 -1
  742. package/dist-esm/src/operations/configurations.js +0 -184
  743. package/dist-esm/src/operations/configurations.js.map +0 -1
  744. package/dist-esm/src/operations/extensions.d.ts +0 -139
  745. package/dist-esm/src/operations/extensions.d.ts.map +0 -1
  746. package/dist-esm/src/operations/extensions.js +0 -644
  747. package/dist-esm/src/operations/extensions.js.map +0 -1
  748. package/dist-esm/src/operations/index.d.ts +0 -12
  749. package/dist-esm/src/operations/index.d.ts.map +0 -1
  750. package/dist-esm/src/operations/index.js +0 -19
  751. package/dist-esm/src/operations/index.js.map +0 -1
  752. package/dist-esm/src/operations/locations.d.ts +0 -52
  753. package/dist-esm/src/operations/locations.d.ts.map +0 -1
  754. package/dist-esm/src/operations/locations.js +0 -199
  755. package/dist-esm/src/operations/locations.js.map +0 -1
  756. package/dist-esm/src/operations/operations.d.ts +0 -32
  757. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  758. package/dist-esm/src/operations/operations.js +0 -138
  759. package/dist-esm/src/operations/operations.js.map +0 -1
  760. package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -81
  761. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
  762. package/dist-esm/src/operations/privateEndpointConnections.js +0 -379
  763. package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
  764. package/dist-esm/src/operations/privateLinkResources.d.ts +0 -28
  765. package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
  766. package/dist-esm/src/operations/privateLinkResources.js +0 -85
  767. package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
  768. package/dist-esm/src/operations/scriptActions.d.ts +0 -62
  769. package/dist-esm/src/operations/scriptActions.d.ts.map +0 -1
  770. package/dist-esm/src/operations/scriptActions.js +0 -250
  771. package/dist-esm/src/operations/scriptActions.js.map +0 -1
  772. package/dist-esm/src/operations/scriptExecutionHistory.d.ts +0 -46
  773. package/dist-esm/src/operations/scriptExecutionHistory.d.ts.map +0 -1
  774. package/dist-esm/src/operations/scriptExecutionHistory.js +0 -185
  775. package/dist-esm/src/operations/scriptExecutionHistory.js.map +0 -1
  776. package/dist-esm/src/operations/virtualMachines.d.ts +0 -45
  777. package/dist-esm/src/operations/virtualMachines.d.ts.map +0 -1
  778. package/dist-esm/src/operations/virtualMachines.js +0 -175
  779. package/dist-esm/src/operations/virtualMachines.js.map +0 -1
  780. package/dist-esm/src/operationsInterfaces/applications.d.ts +0 -65
  781. package/dist-esm/src/operationsInterfaces/applications.d.ts.map +0 -1
  782. package/dist-esm/src/operationsInterfaces/applications.js.map +0 -1
  783. package/dist-esm/src/operationsInterfaces/clusters.d.ts +0 -178
  784. package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +0 -1
  785. package/dist-esm/src/operationsInterfaces/clusters.js.map +0 -1
  786. package/dist-esm/src/operationsInterfaces/configurations.d.ts +0 -46
  787. package/dist-esm/src/operationsInterfaces/configurations.d.ts.map +0 -1
  788. package/dist-esm/src/operationsInterfaces/configurations.js.map +0 -1
  789. package/dist-esm/src/operationsInterfaces/extensions.d.ts +0 -131
  790. package/dist-esm/src/operationsInterfaces/extensions.d.ts.map +0 -1
  791. package/dist-esm/src/operationsInterfaces/extensions.js.map +0 -1
  792. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -12
  793. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  794. package/dist-esm/src/operationsInterfaces/index.js +0 -19
  795. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  796. package/dist-esm/src/operationsInterfaces/locations.d.ts +0 -44
  797. package/dist-esm/src/operationsInterfaces/locations.d.ts.map +0 -1
  798. package/dist-esm/src/operationsInterfaces/locations.js.map +0 -1
  799. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  800. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  801. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  802. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
  803. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  804. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  805. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -20
  806. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  807. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
  808. package/dist-esm/src/operationsInterfaces/scriptActions.d.ts +0 -37
  809. package/dist-esm/src/operationsInterfaces/scriptActions.d.ts.map +0 -1
  810. package/dist-esm/src/operationsInterfaces/scriptActions.js.map +0 -1
  811. package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.d.ts +0 -21
  812. package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.d.ts.map +0 -1
  813. package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.js.map +0 -1
  814. package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +0 -37
  815. package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts.map +0 -1
  816. package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +0 -1
  817. package/dist-esm/src/pagingHelper.js +0 -32
  818. package/dist-esm/src/pagingHelper.js.map +0 -1
  819. package/dist-esm/test/hdinsights_operations_test.spec.d.ts +0 -4
  820. package/dist-esm/test/hdinsights_operations_test.spec.d.ts.map +0 -1
  821. package/dist-esm/test/hdinsights_operations_test.spec.js +0 -86
  822. package/dist-esm/test/hdinsights_operations_test.spec.js.map +0 -1
  823. package/review/arm-hdinsight.api.md +0 -1626
  824. package/rollup.config.js +0 -122
  825. package/src/hDInsightManagementClient.ts +0 -185
  826. package/src/index.ts +0 -13
  827. package/src/lroImpl.ts +0 -42
  828. package/src/models/index.ts +0 -2275
  829. package/src/models/mappers.ts +0 -3883
  830. package/src/models/parameters.ts +0 -336
  831. package/src/operations/applications.ts +0 -555
  832. package/src/operations/clusters.ts +0 -1423
  833. package/src/operations/configurations.ts +0 -253
  834. package/src/operations/extensions.ts +0 -894
  835. package/src/operations/index.ts +0 -19
  836. package/src/operations/locations.ts +0 -272
  837. package/src/operations/operations.ts +0 -149
  838. package/src/operations/privateEndpointConnections.ts +0 -519
  839. package/src/operations/privateLinkResources.ts +0 -116
  840. package/src/operations/scriptActions.ts +0 -332
  841. package/src/operations/scriptExecutionHistory.ts +0 -243
  842. package/src/operations/virtualMachines.ts +0 -241
  843. package/src/operationsInterfaces/applications.ts +0 -126
  844. package/src/operationsInterfaces/clusters.ts +0 -327
  845. package/src/operationsInterfaces/configurations.ts +0 -77
  846. package/src/operationsInterfaces/extensions.ts +0 -234
  847. package/src/operationsInterfaces/index.ts +0 -19
  848. package/src/operationsInterfaces/locations.ts +0 -88
  849. package/src/operationsInterfaces/operations.ts +0 -22
  850. package/src/operationsInterfaces/privateEndpointConnections.ts +0 -109
  851. package/src/operationsInterfaces/privateLinkResources.ts +0 -42
  852. package/src/operationsInterfaces/scriptActions.ts +0 -73
  853. package/src/operationsInterfaces/scriptExecutionHistory.ts +0 -43
  854. package/src/operationsInterfaces/virtualMachines.ts +0 -70
  855. package/src/pagingHelper.ts +0 -39
  856. package/tsconfig.json +0 -33
  857. package/types/arm-hdinsight.d.ts +0 -2937
  858. package/types/tsdoc-metadata.json +0 -11
  859. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  860. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  861. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  862. /package/{dist-esm/src → dist/browser}/operationsInterfaces/applications.js +0 -0
  863. /package/{dist-esm/src → dist/browser}/operationsInterfaces/clusters.js +0 -0
  864. /package/{dist-esm/src → dist/browser}/operationsInterfaces/configurations.js +0 -0
  865. /package/{dist-esm/src → dist/browser}/operationsInterfaces/extensions.js +0 -0
  866. /package/{dist-esm/src → dist/browser}/operationsInterfaces/locations.js +0 -0
  867. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  868. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
  869. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
  870. /package/{dist-esm/src → dist/browser}/operationsInterfaces/scriptActions.js +0 -0
  871. /package/{dist-esm/src → dist/browser}/operationsInterfaces/scriptExecutionHistory.js +0 -0
  872. /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualMachines.js +0 -0
  873. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  874. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
@@ -1,2026 +0,0 @@
1
- import * as coreClient from "@azure/core-client";
2
- /** Result of the request to list cluster Applications. It contains a list of operations and a URL link to get the next set of results. */
3
- export interface ApplicationListResult {
4
- /** The list of HDInsight applications installed on HDInsight cluster. */
5
- value?: Application[];
6
- /**
7
- * The URL to get the next set of operation list results if there are any.
8
- * NOTE: This property will not be serialized. It can only be populated by the server.
9
- */
10
- readonly nextLink?: string;
11
- }
12
- /** The HDInsight cluster application GET response. */
13
- export interface ApplicationProperties {
14
- /** The list of roles in the cluster. */
15
- computeProfile?: ComputeProfile;
16
- /** The list of install script actions. */
17
- installScriptActions?: RuntimeScriptAction[];
18
- /** The list of uninstall script actions. */
19
- uninstallScriptActions?: RuntimeScriptAction[];
20
- /** The list of application HTTPS endpoints. */
21
- httpsEndpoints?: ApplicationGetHttpsEndpoint[];
22
- /** The list of application SSH endpoints. */
23
- sshEndpoints?: ApplicationGetEndpoint[];
24
- /**
25
- * The provisioning state of the application.
26
- * NOTE: This property will not be serialized. It can only be populated by the server.
27
- */
28
- readonly provisioningState?: string;
29
- /** The application type. */
30
- applicationType?: string;
31
- /**
32
- * The application state.
33
- * NOTE: This property will not be serialized. It can only be populated by the server.
34
- */
35
- readonly applicationState?: string;
36
- /** The list of errors. */
37
- errors?: Errors[];
38
- /**
39
- * The application create date time.
40
- * NOTE: This property will not be serialized. It can only be populated by the server.
41
- */
42
- readonly createdDate?: string;
43
- /**
44
- * The marketplace identifier.
45
- * NOTE: This property will not be serialized. It can only be populated by the server.
46
- */
47
- readonly marketplaceIdentifier?: string;
48
- /** The private link configurations. */
49
- privateLinkConfigurations?: PrivateLinkConfiguration[];
50
- }
51
- /** Describes the compute profile. */
52
- export interface ComputeProfile {
53
- /** The list of roles in the cluster. */
54
- roles?: Role[];
55
- }
56
- /** Describes a role on the cluster. */
57
- export interface Role {
58
- /** The name of the role. */
59
- name?: string;
60
- /** The minimum instance count of the cluster. */
61
- minInstanceCount?: number;
62
- /** The instance count of the cluster. */
63
- targetInstanceCount?: number;
64
- /** The name of the virtual machine group. */
65
- vMGroupName?: string;
66
- /** The autoscale configurations. */
67
- autoscaleConfiguration?: Autoscale;
68
- /** The hardware profile. */
69
- hardwareProfile?: HardwareProfile;
70
- /** The operating system profile. */
71
- osProfile?: OsProfile;
72
- /** The virtual network profile. */
73
- virtualNetworkProfile?: VirtualNetworkProfile;
74
- /** The data disks groups for the role. */
75
- dataDisksGroups?: DataDisksGroups[];
76
- /** The list of script actions on the role. */
77
- scriptActions?: ScriptAction[];
78
- /** Indicates whether encrypt the data disks. */
79
- encryptDataDisks?: boolean;
80
- }
81
- /** The autoscale request parameters */
82
- export interface Autoscale {
83
- /** Parameters for load-based autoscale */
84
- capacity?: AutoscaleCapacity;
85
- /** Parameters for schedule-based autoscale */
86
- recurrence?: AutoscaleRecurrence;
87
- }
88
- /** The load-based autoscale request parameters */
89
- export interface AutoscaleCapacity {
90
- /** The minimum instance count of the cluster */
91
- minInstanceCount?: number;
92
- /** The maximum instance count of the cluster */
93
- maxInstanceCount?: number;
94
- }
95
- /** Schedule-based autoscale request parameters */
96
- export interface AutoscaleRecurrence {
97
- /** The time zone for the autoscale schedule times */
98
- timeZone?: string;
99
- /** Array of schedule-based autoscale rules */
100
- schedule?: AutoscaleSchedule[];
101
- }
102
- /** Parameters for a schedule-based autoscale rule, consisting of an array of days + a time and capacity */
103
- export interface AutoscaleSchedule {
104
- /** Days of the week for a schedule-based autoscale rule */
105
- days?: DaysOfWeek[];
106
- /** Time and capacity for a schedule-based autoscale rule */
107
- timeAndCapacity?: AutoscaleTimeAndCapacity;
108
- }
109
- /** Time and capacity request parameters */
110
- export interface AutoscaleTimeAndCapacity {
111
- /** 24-hour time in the form xx:xx */
112
- time?: string;
113
- /** The minimum instance count of the cluster */
114
- minInstanceCount?: number;
115
- /** The maximum instance count of the cluster */
116
- maxInstanceCount?: number;
117
- }
118
- /** The hardware profile. */
119
- export interface HardwareProfile {
120
- /** The size of the VM */
121
- vmSize?: string;
122
- }
123
- /** The Linux operation systems profile. */
124
- export interface OsProfile {
125
- /** The Linux OS profile. */
126
- linuxOperatingSystemProfile?: LinuxOperatingSystemProfile;
127
- }
128
- /** The ssh username, password, and ssh public key. */
129
- export interface LinuxOperatingSystemProfile {
130
- /** The username. */
131
- username?: string;
132
- /** The password. */
133
- password?: string;
134
- /** The SSH profile. */
135
- sshProfile?: SshProfile;
136
- }
137
- /** The list of SSH public keys. */
138
- export interface SshProfile {
139
- /** The list of SSH public keys. */
140
- publicKeys?: SshPublicKey[];
141
- }
142
- /** The SSH public key for the cluster nodes. */
143
- export interface SshPublicKey {
144
- /** The certificate for SSH. */
145
- certificateData?: string;
146
- }
147
- /** The virtual network properties. */
148
- export interface VirtualNetworkProfile {
149
- /** The ID of the virtual network. */
150
- id?: string;
151
- /** The name of the subnet. */
152
- subnet?: string;
153
- }
154
- /** The data disks groups for the role. */
155
- export interface DataDisksGroups {
156
- /** The number of disks per node. */
157
- disksPerNode?: number;
158
- /**
159
- * ReadOnly. The storage account type. Do not set this value.
160
- * NOTE: This property will not be serialized. It can only be populated by the server.
161
- */
162
- readonly storageAccountType?: string;
163
- /**
164
- * ReadOnly. The DiskSize in GB. Do not set this value.
165
- * NOTE: This property will not be serialized. It can only be populated by the server.
166
- */
167
- readonly diskSizeGB?: number;
168
- }
169
- /** Describes a script action on role on the cluster. */
170
- export interface ScriptAction {
171
- /** The name of the script action. */
172
- name: string;
173
- /** The URI to the script. */
174
- uri: string;
175
- /** The parameters for the script provided. */
176
- parameters: string;
177
- }
178
- /** Describes a script action on a running cluster. */
179
- export interface RuntimeScriptAction {
180
- /** The name of the script action. */
181
- name: string;
182
- /** The URI to the script. */
183
- uri: string;
184
- /** The parameters for the script */
185
- parameters?: string;
186
- /** The list of roles where script will be executed. */
187
- roles: string[];
188
- /**
189
- * The application name of the script action, if any.
190
- * NOTE: This property will not be serialized. It can only be populated by the server.
191
- */
192
- readonly applicationName?: string;
193
- }
194
- /** Gets the application HTTP endpoints. */
195
- export interface ApplicationGetHttpsEndpoint {
196
- /** The list of access modes for the application. */
197
- accessModes?: string[];
198
- /**
199
- * The location of the endpoint.
200
- * NOTE: This property will not be serialized. It can only be populated by the server.
201
- */
202
- readonly location?: string;
203
- /** The destination port to connect to. */
204
- destinationPort?: number;
205
- /**
206
- * The public port to connect to.
207
- * NOTE: This property will not be serialized. It can only be populated by the server.
208
- */
209
- readonly publicPort?: number;
210
- /** The private ip address of the endpoint. */
211
- privateIPAddress?: string;
212
- /** The subdomain suffix of the application. */
213
- subDomainSuffix?: string;
214
- /** The value indicates whether to disable GatewayAuth. */
215
- disableGatewayAuth?: boolean;
216
- }
217
- /** Gets the application SSH endpoint */
218
- export interface ApplicationGetEndpoint {
219
- /** The location of the endpoint. */
220
- location?: string;
221
- /** The destination port to connect to. */
222
- destinationPort?: number;
223
- /** The public port to connect to. */
224
- publicPort?: number;
225
- /** The private ip address of the endpoint. */
226
- privateIPAddress?: string;
227
- }
228
- /** The error message associated with the cluster creation. */
229
- export interface Errors {
230
- /** The error code. */
231
- code?: string;
232
- /** The error message. */
233
- message?: string;
234
- }
235
- /** The private link configuration. */
236
- export interface PrivateLinkConfiguration {
237
- /**
238
- * The private link configuration id.
239
- * NOTE: This property will not be serialized. It can only be populated by the server.
240
- */
241
- readonly id?: string;
242
- /** The name of private link configuration. */
243
- name: string;
244
- /**
245
- * The type of the private link configuration.
246
- * NOTE: This property will not be serialized. It can only be populated by the server.
247
- */
248
- readonly type?: string;
249
- /** The HDInsight private linkable sub-resource name to apply the private link configuration to. For example, 'headnode', 'gateway', 'edgenode'. */
250
- groupId: string;
251
- /**
252
- * The private link configuration provisioning state, which only appears in the response.
253
- * NOTE: This property will not be serialized. It can only be populated by the server.
254
- */
255
- readonly provisioningState?: PrivateLinkConfigurationProvisioningState;
256
- /** The IP configurations for the private link service. */
257
- ipConfigurations: IPConfiguration[];
258
- }
259
- /** The ip configurations for the private link service. */
260
- export interface IPConfiguration {
261
- /**
262
- * The private link IP configuration id.
263
- * NOTE: This property will not be serialized. It can only be populated by the server.
264
- */
265
- readonly id?: string;
266
- /** The name of private link IP configuration. */
267
- name: string;
268
- /**
269
- * The type of the private link IP configuration.
270
- * NOTE: This property will not be serialized. It can only be populated by the server.
271
- */
272
- readonly type?: string;
273
- /**
274
- * The private link configuration provisioning state, which only appears in the response.
275
- * NOTE: This property will not be serialized. It can only be populated by the server.
276
- */
277
- readonly provisioningState?: PrivateLinkConfigurationProvisioningState;
278
- /** Indicates whether this IP configuration is primary for the corresponding NIC. */
279
- primary?: boolean;
280
- /** The IP address. */
281
- privateIPAddress?: string;
282
- /** The method that private IP address is allocated. */
283
- privateIPAllocationMethod?: PrivateIPAllocationMethod;
284
- /** The subnet resource id. */
285
- subnet?: ResourceId;
286
- }
287
- /** The azure resource id. */
288
- export interface ResourceId {
289
- /** The azure resource id. */
290
- id?: string;
291
- }
292
- /** Metadata pertaining to creation and last modification of the resource. */
293
- export interface SystemData {
294
- /** The identity that created the resource. */
295
- createdBy?: string;
296
- /** The type of identity that created the resource. */
297
- createdByType?: CreatedByType;
298
- /** The timestamp of resource creation (UTC). */
299
- createdAt?: Date;
300
- /** The identity that last modified the resource. */
301
- lastModifiedBy?: string;
302
- /** The type of identity that last modified the resource. */
303
- lastModifiedByType?: CreatedByType;
304
- /** The timestamp of resource last modification (UTC) */
305
- lastModifiedAt?: Date;
306
- }
307
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
308
- export interface Resource {
309
- /**
310
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
311
- * NOTE: This property will not be serialized. It can only be populated by the server.
312
- */
313
- readonly id?: string;
314
- /**
315
- * The name of the resource
316
- * NOTE: This property will not be serialized. It can only be populated by the server.
317
- */
318
- readonly name?: string;
319
- /**
320
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
321
- * NOTE: This property will not be serialized. It can only be populated by the server.
322
- */
323
- readonly type?: string;
324
- }
325
- /** Describes the format of Error response. */
326
- export interface ErrorResponse {
327
- /** Error code */
328
- code?: string;
329
- /** Error message indicating why the operation failed. */
330
- message?: string;
331
- }
332
- /** The azure async operation response. */
333
- export interface AsyncOperationResult {
334
- /** The async operation state. */
335
- status?: AsyncOperationState;
336
- /** The operation error information. */
337
- error?: Errors;
338
- }
339
- /** The CreateCluster request parameters. */
340
- export interface ClusterCreateParametersExtended {
341
- /** The location of the cluster. */
342
- location?: string;
343
- /** The resource tags. */
344
- tags?: {
345
- [propertyName: string]: string;
346
- };
347
- /** The availability zones. */
348
- zones?: string[];
349
- /** The cluster create parameters. */
350
- properties?: ClusterCreateProperties;
351
- /** The identity of the cluster, if configured. */
352
- identity?: ClusterIdentity;
353
- }
354
- /** The cluster create parameters. */
355
- export interface ClusterCreateProperties {
356
- /** The version of the cluster. */
357
- clusterVersion?: string;
358
- /** The type of operating system. */
359
- osType?: OSType;
360
- /** The cluster tier. */
361
- tier?: Tier;
362
- /** The cluster definition. */
363
- clusterDefinition?: ClusterDefinition;
364
- /** The cluster kafka rest proxy configuration. */
365
- kafkaRestProperties?: KafkaRestProperties;
366
- /** The security profile. */
367
- securityProfile?: SecurityProfile;
368
- /** The compute profile. */
369
- computeProfile?: ComputeProfile;
370
- /** The storage profile. */
371
- storageProfile?: StorageProfile;
372
- /** The disk encryption properties. */
373
- diskEncryptionProperties?: DiskEncryptionProperties;
374
- /** The encryption-in-transit properties. */
375
- encryptionInTransitProperties?: EncryptionInTransitProperties;
376
- /** The minimal supported tls version. */
377
- minSupportedTlsVersion?: string;
378
- /** The network properties. */
379
- networkProperties?: NetworkProperties;
380
- /** The compute isolation properties. */
381
- computeIsolationProperties?: ComputeIsolationProperties;
382
- /** The private link configurations. */
383
- privateLinkConfigurations?: PrivateLinkConfiguration[];
384
- }
385
- /** The cluster definition. */
386
- export interface ClusterDefinition {
387
- /** The link to the blueprint. */
388
- blueprint?: string;
389
- /** The type of cluster. */
390
- kind?: string;
391
- /** The versions of different services in the cluster. */
392
- componentVersion?: {
393
- [propertyName: string]: string;
394
- };
395
- /** The cluster configurations. */
396
- configurations?: Record<string, unknown>;
397
- }
398
- /** The kafka rest proxy configuration which contains AAD security group information. */
399
- export interface KafkaRestProperties {
400
- /** The information of AAD security group. */
401
- clientGroupInfo?: ClientGroupInfo;
402
- /** The configurations that need to be overriden. */
403
- configurationOverride?: {
404
- [propertyName: string]: string;
405
- };
406
- }
407
- /** The information of AAD security group. */
408
- export interface ClientGroupInfo {
409
- /** The AAD security group name. */
410
- groupName?: string;
411
- /** The AAD security group id. */
412
- groupId?: string;
413
- }
414
- /** The security profile which contains Ssh public key for the HDInsight cluster. */
415
- export interface SecurityProfile {
416
- /** The directory type. */
417
- directoryType?: DirectoryType;
418
- /** The organization's active directory domain. */
419
- domain?: string;
420
- /** The organizational unit within the Active Directory to place the cluster and service accounts. */
421
- organizationalUnitDN?: string;
422
- /** The LDAPS protocol URLs to communicate with the Active Directory. */
423
- ldapsUrls?: string[];
424
- /** The domain user account that will have admin privileges on the cluster. */
425
- domainUsername?: string;
426
- /**
427
- * The domain admin password.
428
- * This value contains a credential. Consider obscuring before showing to users
429
- */
430
- domainUserPassword?: string;
431
- /** Optional. The Distinguished Names for cluster user groups */
432
- clusterUsersGroupDNs?: string[];
433
- /** The resource ID of the user's Azure Active Directory Domain Service. */
434
- aaddsResourceId?: string;
435
- /** User assigned identity that has permissions to read and create cluster-related artifacts in the user's AADDS. */
436
- msiResourceId?: string;
437
- }
438
- /** The storage profile. */
439
- export interface StorageProfile {
440
- /** The list of storage accounts in the cluster. */
441
- storageaccounts?: StorageAccount[];
442
- }
443
- /** The storage Account. */
444
- export interface StorageAccount {
445
- /** The name of the storage account. */
446
- name?: string;
447
- /** Whether or not the storage account is the default storage account. */
448
- isDefault?: boolean;
449
- /** The container in the storage account, only to be specified for WASB storage accounts. */
450
- container?: string;
451
- /** The filesystem, only to be specified for Azure Data Lake Storage Gen 2. */
452
- fileSystem?: string;
453
- /** The storage account access key. */
454
- key?: string;
455
- /** The resource ID of storage account, only to be specified for Azure Data Lake Storage Gen 2. */
456
- resourceId?: string;
457
- /** The managed identity (MSI) that is allowed to access the storage account, only to be specified for Azure Data Lake Storage Gen 2. */
458
- msiResourceId?: string;
459
- /** The shared access signature key. */
460
- saskey?: string;
461
- /** The file share name. */
462
- fileshare?: string;
463
- /** 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 , */
464
- enableSecureChannel?: boolean;
465
- }
466
- /** The disk encryption properties */
467
- export interface DiskEncryptionProperties {
468
- /** Base key vault URI where the customers key is located eg. https://myvault.vault.azure.net */
469
- vaultUri?: string;
470
- /** Key name that is used for enabling disk encryption. */
471
- keyName?: string;
472
- /** Specific key version that is used for enabling disk encryption. */
473
- keyVersion?: string;
474
- /** Algorithm identifier for encryption, default RSA-OAEP. */
475
- encryptionAlgorithm?: JsonWebKeyEncryptionAlgorithm;
476
- /** Resource ID of Managed Identity that is used to access the key vault. */
477
- msiResourceId?: string;
478
- /** Indicates whether or not resource disk encryption is enabled. */
479
- encryptionAtHost?: boolean;
480
- }
481
- /** The encryption-in-transit properties. */
482
- export interface EncryptionInTransitProperties {
483
- /** Indicates whether or not inter cluster node communication is encrypted in transit. */
484
- isEncryptionInTransitEnabled?: boolean;
485
- }
486
- /** The network properties. */
487
- export interface NetworkProperties {
488
- /** The direction for the resource provider connection. */
489
- resourceProviderConnection?: ResourceProviderConnection;
490
- /** Indicates whether or not private link is enabled. */
491
- privateLink?: PrivateLink;
492
- }
493
- /** The compute isolation properties. */
494
- export interface ComputeIsolationProperties {
495
- /** The flag indicates whether enable compute isolation or not. */
496
- enableComputeIsolation?: boolean;
497
- /** The host sku. */
498
- hostSku?: string;
499
- }
500
- /** Identity for the cluster. */
501
- export interface ClusterIdentity {
502
- /**
503
- * The principal id of cluster identity. This property will only be provided for a system assigned identity.
504
- * NOTE: This property will not be serialized. It can only be populated by the server.
505
- */
506
- readonly principalId?: string;
507
- /**
508
- * The tenant id associated with the cluster. This property will only be provided for a system assigned identity.
509
- * NOTE: This property will not be serialized. It can only be populated by the server.
510
- */
511
- readonly tenantId?: string;
512
- /** 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. */
513
- type?: ResourceIdentityType;
514
- /** 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}'. */
515
- userAssignedIdentities?: {
516
- [propertyName: string]: UserAssignedIdentity;
517
- };
518
- }
519
- /** The User Assigned Identity */
520
- export interface UserAssignedIdentity {
521
- /**
522
- * The principal id of user assigned identity.
523
- * NOTE: This property will not be serialized. It can only be populated by the server.
524
- */
525
- readonly principalId?: string;
526
- /**
527
- * The client id of user assigned identity.
528
- * NOTE: This property will not be serialized. It can only be populated by the server.
529
- */
530
- readonly clientId?: string;
531
- /** The tenant id of user assigned identity. */
532
- tenantId?: string;
533
- }
534
- /** The properties of cluster. */
535
- export interface ClusterGetProperties {
536
- /** The version of the cluster. */
537
- clusterVersion?: string;
538
- /** The hdp version of the cluster. */
539
- clusterHdpVersion?: string;
540
- /** The type of operating system. */
541
- osType?: OSType;
542
- /** The cluster tier. */
543
- tier?: Tier;
544
- /** The cluster id. */
545
- clusterId?: string;
546
- /** The cluster definition. */
547
- clusterDefinition: ClusterDefinition;
548
- /** The cluster kafka rest proxy configuration. */
549
- kafkaRestProperties?: KafkaRestProperties;
550
- /** The security profile. */
551
- securityProfile?: SecurityProfile;
552
- /** The compute profile. */
553
- computeProfile?: ComputeProfile;
554
- /** The provisioning state, which only appears in the response. */
555
- provisioningState?: HDInsightClusterProvisioningState;
556
- /** The date on which the cluster was created. */
557
- createdDate?: string;
558
- /** The state of the cluster. */
559
- clusterState?: string;
560
- /** The quota information. */
561
- quotaInfo?: QuotaInfo;
562
- /** The list of errors. */
563
- errors?: Errors[];
564
- /** The list of connectivity endpoints. */
565
- connectivityEndpoints?: ConnectivityEndpoint[];
566
- /** The disk encryption properties. */
567
- diskEncryptionProperties?: DiskEncryptionProperties;
568
- /** The encryption-in-transit properties. */
569
- encryptionInTransitProperties?: EncryptionInTransitProperties;
570
- /** The storage profile. */
571
- storageProfile?: StorageProfile;
572
- /** The minimal supported tls version. */
573
- minSupportedTlsVersion?: string;
574
- /** The excluded services config. */
575
- excludedServicesConfig?: ExcludedServicesConfig;
576
- /** The network properties. */
577
- networkProperties?: NetworkProperties;
578
- /** The compute isolation properties. */
579
- computeIsolationProperties?: ComputeIsolationProperties;
580
- /** The private link configurations. */
581
- privateLinkConfigurations?: PrivateLinkConfiguration[];
582
- /**
583
- * The list of private endpoint connections.
584
- * NOTE: This property will not be serialized. It can only be populated by the server.
585
- */
586
- readonly privateEndpointConnections?: PrivateEndpointConnection[];
587
- }
588
- /** The quota properties for the cluster. */
589
- export interface QuotaInfo {
590
- /** The cores used by the cluster. */
591
- coresUsed?: number;
592
- }
593
- /** The connectivity properties */
594
- export interface ConnectivityEndpoint {
595
- /** The name of the endpoint. */
596
- name?: string;
597
- /** The protocol of the endpoint. */
598
- protocol?: string;
599
- /** The location of the endpoint. */
600
- location?: string;
601
- /** The port to connect to. */
602
- port?: number;
603
- /** The private ip address of the endpoint. */
604
- privateIPAddress?: string;
605
- }
606
- /** The configuration that services will be excluded when creating cluster. */
607
- export interface ExcludedServicesConfig {
608
- /** The config id of excluded services. */
609
- excludedServicesConfigId?: string;
610
- /** The list of excluded services. */
611
- excludedServicesList?: string;
612
- }
613
- /** The private endpoint. */
614
- export interface PrivateEndpoint {
615
- /** The private endpoint id. */
616
- id?: string;
617
- }
618
- /** The private link service connection state. */
619
- export interface PrivateLinkServiceConnectionState {
620
- /** The concrete private link service connection. */
621
- status: PrivateLinkServiceConnectionStatus;
622
- /** The optional description of the status. */
623
- description?: string;
624
- /** Whether there is further actions. */
625
- actionsRequired?: string;
626
- }
627
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
628
- export interface ResourceAutoGenerated {
629
- /**
630
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
631
- * NOTE: This property will not be serialized. It can only be populated by the server.
632
- */
633
- readonly id?: string;
634
- /**
635
- * The name of the resource
636
- * NOTE: This property will not be serialized. It can only be populated by the server.
637
- */
638
- readonly name?: string;
639
- /**
640
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
641
- * NOTE: This property will not be serialized. It can only be populated by the server.
642
- */
643
- readonly type?: string;
644
- }
645
- /** The PatchCluster request parameters */
646
- export interface ClusterPatchParameters {
647
- /** The resource tags. */
648
- tags?: {
649
- [propertyName: string]: string;
650
- };
651
- }
652
- /** The List Cluster operation response. */
653
- export interface ClusterListResult {
654
- /** The list of Clusters. */
655
- value?: Cluster[];
656
- /**
657
- * The link (url) to the next page of results.
658
- * NOTE: This property will not be serialized. It can only be populated by the server.
659
- */
660
- readonly nextLink?: string;
661
- }
662
- /** The Resize Cluster request parameters. */
663
- export interface ClusterResizeParameters {
664
- /** The target instance count for the operation. */
665
- targetInstanceCount?: number;
666
- }
667
- /** The autoscale configuration update parameter. */
668
- export interface AutoscaleConfigurationUpdateParameter {
669
- /** The autoscale configuration. */
670
- autoscale?: Autoscale;
671
- }
672
- /** The Disk Encryption Cluster request parameters. */
673
- export interface ClusterDiskEncryptionParameters {
674
- /** Base key vault URI where the customers key is located eg. https://myvault.vault.azure.net */
675
- vaultUri?: string;
676
- /** Key name that is used for enabling disk encryption. */
677
- keyName?: string;
678
- /** Specific key version that is used for enabling disk encryption. */
679
- keyVersion?: string;
680
- }
681
- /** Gateway settings. */
682
- export interface GatewaySettings {
683
- /**
684
- * Indicates whether or not the gateway settings based authorization is enabled.
685
- * NOTE: This property will not be serialized. It can only be populated by the server.
686
- */
687
- readonly isCredentialEnabled?: string;
688
- /**
689
- * The gateway settings user name.
690
- * NOTE: This property will not be serialized. It can only be populated by the server.
691
- */
692
- readonly userName?: string;
693
- /**
694
- * The gateway settings user password.
695
- * NOTE: This property will not be serialized. It can only be populated by the server.
696
- */
697
- readonly password?: string;
698
- }
699
- /** The update gateway settings request parameters. */
700
- export interface UpdateGatewaySettingsParameters {
701
- /** Indicates whether or not the gateway settings based authorization is enabled. */
702
- isCredentialEnabled?: boolean;
703
- /** The gateway settings user name. */
704
- userName?: string;
705
- /** The gateway settings user password. */
706
- password?: string;
707
- }
708
- /** The update cluster identity certificate request parameters. */
709
- export interface UpdateClusterIdentityCertificateParameters {
710
- /** The application id. */
711
- applicationId?: string;
712
- /** The certificate in base64 encoded format. */
713
- certificate?: string;
714
- /** The password of the certificate. */
715
- certificatePassword?: string;
716
- }
717
- /** The configuration object for the specified cluster. */
718
- export interface ClusterConfigurations {
719
- /** The configuration object for the specified configuration for the specified cluster. */
720
- configurations?: {
721
- [propertyName: string]: {
722
- [propertyName: string]: string;
723
- };
724
- };
725
- }
726
- /** The cluster monitor parameters. */
727
- export interface ClusterMonitoringRequest {
728
- /** The cluster monitor workspace ID. */
729
- workspaceId?: string;
730
- /** The cluster monitor workspace key. */
731
- primaryKey?: string;
732
- }
733
- /** The cluster monitoring status response. */
734
- export interface ClusterMonitoringResponse {
735
- /** The status of the monitor on the HDInsight cluster. */
736
- clusterMonitoringEnabled?: boolean;
737
- /** The workspace ID of the monitor on the HDInsight cluster. */
738
- workspaceId?: string;
739
- }
740
- /** The azure monitor parameters. */
741
- export interface AzureMonitorRequest {
742
- /** The Log Analytics workspace ID. */
743
- workspaceId?: string;
744
- /** The Log Analytics workspace key. */
745
- primaryKey?: string;
746
- /** The selected configurations. */
747
- selectedConfigurations?: AzureMonitorSelectedConfigurations;
748
- }
749
- /** The selected configurations for azure monitor. */
750
- export interface AzureMonitorSelectedConfigurations {
751
- /** The configuration version. */
752
- configurationVersion?: string;
753
- /** The global configurations of selected configurations. */
754
- globalConfigurations?: {
755
- [propertyName: string]: string;
756
- };
757
- /** The table list. */
758
- tableList?: AzureMonitorTableConfiguration[];
759
- }
760
- /** The table configuration for the Log Analytics integration. */
761
- export interface AzureMonitorTableConfiguration {
762
- /** The name. */
763
- name?: string;
764
- }
765
- /** The azure monitor status response. */
766
- export interface AzureMonitorResponse {
767
- /** The status of the monitor on the HDInsight cluster. */
768
- clusterMonitoringEnabled?: boolean;
769
- /** The workspace ID of the monitor on the HDInsight cluster. */
770
- workspaceId?: string;
771
- /** The selected configurations. */
772
- selectedConfigurations?: AzureMonitorSelectedConfigurations;
773
- }
774
- /** Cluster monitoring extensions. */
775
- export interface Extension {
776
- /** The workspace ID for the cluster monitoring extension. */
777
- workspaceId?: string;
778
- /** The certificate for the cluster monitoring extensions. */
779
- primaryKey?: string;
780
- }
781
- /** The Get Capabilities operation response. */
782
- export interface CapabilitiesResult {
783
- /** The version capability. */
784
- versions?: {
785
- [propertyName: string]: VersionsCapability;
786
- };
787
- /** The virtual machine size compatibility features. */
788
- regions?: {
789
- [propertyName: string]: RegionsCapability;
790
- };
791
- /** The capability features. */
792
- features?: string[];
793
- /**
794
- * The quota capability.
795
- * NOTE: This property will not be serialized. It can only be populated by the server.
796
- */
797
- readonly quota?: QuotaCapability;
798
- }
799
- /** The version capability. */
800
- export interface VersionsCapability {
801
- /** The list of version capabilities. */
802
- available?: VersionSpec[];
803
- }
804
- /** The version properties. */
805
- export interface VersionSpec {
806
- /** The friendly name */
807
- friendlyName?: string;
808
- /** The display name */
809
- displayName?: string;
810
- /** Whether or not the version is the default version. */
811
- isDefault?: boolean;
812
- /** The component version property. */
813
- componentVersions?: {
814
- [propertyName: string]: string;
815
- };
816
- }
817
- /** The regions capability. */
818
- export interface RegionsCapability {
819
- /** The list of region capabilities. */
820
- available?: string[];
821
- }
822
- /** The regional quota capability. */
823
- export interface QuotaCapability {
824
- /** The number of cores used in the subscription. */
825
- coresUsed?: number;
826
- /** The number of cores that the subscription allowed. */
827
- maxCoresAllowed?: number;
828
- /** The list of region quota capabilities. */
829
- regionalQuotas?: RegionalQuotaCapability[];
830
- }
831
- /** The regional quota capacity. */
832
- export interface RegionalQuotaCapability {
833
- /** The region name. */
834
- regionName?: string;
835
- /** The number of cores used in the region. */
836
- coresUsed?: number;
837
- /** The number of cores available in the region. */
838
- coresAvailable?: number;
839
- }
840
- /** The response for the operation to get regional usages for a subscription. */
841
- export interface UsagesListResult {
842
- /** The list of usages. */
843
- value?: Usage[];
844
- }
845
- /** The details about the usage of a particular limited resource. */
846
- export interface Usage {
847
- /** The type of measurement for usage. */
848
- unit?: string;
849
- /** The current usage. */
850
- currentValue?: number;
851
- /** The maximum allowed usage. */
852
- limit?: number;
853
- /**
854
- * The details about the localizable name of the used resource.
855
- * NOTE: This property will not be serialized. It can only be populated by the server.
856
- */
857
- readonly name?: LocalizedName;
858
- }
859
- /** The details about the localizable name of a type of usage. */
860
- export interface LocalizedName {
861
- /** The name of the used resource. */
862
- value?: string;
863
- /** The localized name of the used resource. */
864
- localizedValue?: string;
865
- }
866
- /** The response for the operation to get regional billingSpecs for a subscription. */
867
- export interface BillingResponseListResult {
868
- /** The virtual machine sizes to include or exclude. */
869
- vmSizes?: string[];
870
- /** The vm sizes which enable encryption at host. */
871
- vmSizesWithEncryptionAtHost?: string[];
872
- /** The virtual machine filtering mode. Effectively this can enabling or disabling the virtual machine sizes in a particular set. */
873
- vmSizeFilters?: VmSizeCompatibilityFilterV2[];
874
- /**
875
- * The vm size properties.
876
- * NOTE: This property will not be serialized. It can only be populated by the server.
877
- */
878
- readonly vmSizeProperties?: VmSizeProperty[];
879
- /** The billing and managed disk billing resources for a region. */
880
- billingResources?: BillingResources[];
881
- }
882
- /** 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. */
883
- export interface VmSizeCompatibilityFilterV2 {
884
- /** The filtering mode. Effectively this can enabling or disabling the VM sizes in a particular set. */
885
- filterMode?: FilterMode;
886
- /** The list of regions under the effect of the filter. */
887
- regions?: string[];
888
- /** The list of cluster flavors under the effect of the filter. */
889
- clusterFlavors?: string[];
890
- /** The list of node types affected by the filter. */
891
- nodeTypes?: string[];
892
- /** The list of cluster versions affected in Major.Minor format. */
893
- clusterVersions?: string[];
894
- /** The OSType affected, Windows or Linux. */
895
- osType?: OSType[];
896
- /** The list of virtual machine sizes to include or exclude. */
897
- vmSizes?: string[];
898
- /** 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. */
899
- espApplied?: string;
900
- /** Whether support compute isolation. 'true' means only for ComputeIsolationEnabled, 'false' means only for regular cluster. */
901
- computeIsolationSupported?: string;
902
- }
903
- /** The vm size property */
904
- export interface VmSizeProperty {
905
- /** The vm size name. */
906
- name?: string;
907
- /** The number of cores that the vm size has. */
908
- cores?: number;
909
- /** The data disk storage tier of the vm size. */
910
- dataDiskStorageTier?: string;
911
- /** The label of the vm size. */
912
- label?: string;
913
- /** The max data disk count of the vm size. */
914
- maxDataDiskCount?: number;
915
- /** The memory whose unit is MB of the vm size. */
916
- memoryInMb?: number;
917
- /** This indicates this vm size is supported by virtual machines or not */
918
- supportedByVirtualMachines?: boolean;
919
- /** The indicates this vm size is supported by web worker roles or not */
920
- supportedByWebWorkerRoles?: boolean;
921
- /** The virtual machine resource disk size whose unit is MB of the vm size. */
922
- virtualMachineResourceDiskSizeInMb?: number;
923
- /** The web worker resource disk size whose unit is MB of the vm size. */
924
- webWorkerResourceDiskSizeInMb?: number;
925
- }
926
- /** The billing resources. */
927
- export interface BillingResources {
928
- /** The region or location. */
929
- region?: string;
930
- /** The billing meter information. */
931
- billingMeters?: BillingMeters[];
932
- /** The managed disk billing information. */
933
- diskBillingMeters?: DiskBillingMeters[];
934
- }
935
- /** The billing meters. */
936
- export interface BillingMeters {
937
- /** The virtual machine sizes. */
938
- meterParameter?: string;
939
- /** The HDInsight meter guid. */
940
- meter?: string;
941
- /** The unit of meter, VMHours or CoreHours. */
942
- unit?: string;
943
- }
944
- /** The disk billing meters. */
945
- export interface DiskBillingMeters {
946
- /** The managed disk meter guid. */
947
- diskRpMeter?: string;
948
- /** The managed disk billing sku, P30 or S30. */
949
- sku?: string;
950
- /** The managed disk billing tier, Standard or Premium. */
951
- tier?: Tier;
952
- }
953
- /** The request spec of checking name availability. */
954
- export interface NameAvailabilityCheckRequestParameters {
955
- /** The resource name. */
956
- name?: string;
957
- /** The resource type */
958
- type?: string;
959
- }
960
- /** The response spec of checking name availability. */
961
- export interface NameAvailabilityCheckResult {
962
- /** This indicates whether the name is available. */
963
- nameAvailable?: boolean;
964
- /**
965
- * The reason of the result.
966
- * NOTE: This property will not be serialized. It can only be populated by the server.
967
- */
968
- readonly reason?: string;
969
- /**
970
- * The related message.
971
- * NOTE: This property will not be serialized. It can only be populated by the server.
972
- */
973
- readonly message?: string;
974
- }
975
- /** The response of cluster create request validation. */
976
- export interface ClusterCreateValidationResult {
977
- /** The validation errors. */
978
- validationErrors?: ValidationErrorInfo[];
979
- /** The validation warnings. */
980
- validationWarnings?: ValidationErrorInfo[];
981
- /** The estimated creation duration. */
982
- estimatedCreationDuration?: string;
983
- /** The Azure active directory domain service resource details. */
984
- aaddsResourcesDetails?: AaddsResourceDetails[];
985
- }
986
- /** The validation error information. */
987
- export interface ValidationErrorInfo {
988
- /** The error code. */
989
- code?: string;
990
- /** The error message. */
991
- message?: string;
992
- /** The error resource. */
993
- errorResource?: string;
994
- /** The message arguments */
995
- messageArguments?: string[];
996
- }
997
- /** The Azure active directory domain service resource details. */
998
- export interface AaddsResourceDetails {
999
- /** The Azure active directory domain service name. */
1000
- domainName?: string;
1001
- /** This indicates whether initial sync complete or not. */
1002
- initialSyncComplete?: boolean;
1003
- /** This indicates whether enable ldaps or not. */
1004
- ldapsEnabled?: boolean;
1005
- /** The base 64 format string of public ldap certificate. */
1006
- ldapsPublicCertificateInBase64?: string;
1007
- /** The resource id of azure active directory domain service. */
1008
- resourceId?: string;
1009
- /** The subnet resource id. */
1010
- subnetId?: string;
1011
- /** The tenant id of azure active directory domain service . */
1012
- tenantId?: string;
1013
- }
1014
- /** 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. */
1015
- export interface OperationListResult {
1016
- /** The list of HDInsight operations supported by the HDInsight resource provider. */
1017
- value?: Operation[];
1018
- /** The URL to get the next set of operation list results if there are any. */
1019
- nextLink?: string;
1020
- }
1021
- /** The HDInsight REST API operation. */
1022
- export interface Operation {
1023
- /** The operation name: {provider}/{resource}/{operation} */
1024
- name?: string;
1025
- /** The display of operation. */
1026
- display?: OperationDisplay;
1027
- /** The operation properties. */
1028
- properties?: OperationProperties;
1029
- }
1030
- /** The object that represents the operation. */
1031
- export interface OperationDisplay {
1032
- /** The service provider: Microsoft.HDInsight */
1033
- provider?: string;
1034
- /** The resource on which the operation is performed: Cluster, Applications, etc. */
1035
- resource?: string;
1036
- /** The operation type: read, write, delete, etc. */
1037
- operation?: string;
1038
- /** Localized friendly description for the operation */
1039
- description?: string;
1040
- }
1041
- /** The details of operation. */
1042
- export interface OperationProperties {
1043
- /** The specification of the service. */
1044
- serviceSpecification?: ServiceSpecification;
1045
- }
1046
- /** The specification of the service. */
1047
- export interface ServiceSpecification {
1048
- /** The metric specifications. */
1049
- metricSpecifications?: MetricSpecifications[];
1050
- }
1051
- /** The details of metric specifications. */
1052
- export interface MetricSpecifications {
1053
- /** The name of the metric specification. */
1054
- name?: string;
1055
- /** The display name of the metric specification. */
1056
- displayName?: string;
1057
- /** The display description of the metric specification. */
1058
- displayDescription?: string;
1059
- /** The unit of the metric specification. */
1060
- unit?: string;
1061
- /** The aggregation type of the metric specification. */
1062
- aggregationType?: string;
1063
- /** The supported aggregation types of the metric specification. */
1064
- supportedAggregationTypes?: string[];
1065
- /** The supported time grain types of the metric specification. */
1066
- supportedTimeGrainTypes?: string[];
1067
- /** The flag indicates whether enable regional mdm account or not. */
1068
- enableRegionalMdmAccount?: boolean;
1069
- /** The source mdm account. */
1070
- sourceMdmAccount?: string;
1071
- /** The source mdm namespace. */
1072
- sourceMdmNamespace?: string;
1073
- /** The metric filter pattern. */
1074
- metricFilterPattern?: string;
1075
- /** The flag indicates whether filling gap with zero. */
1076
- fillGapWithZero?: boolean;
1077
- /** The category of the metric. */
1078
- category?: string;
1079
- /** The override name of resource id dimension name. */
1080
- resourceIdDimensionNameOverride?: string;
1081
- /** The flag indicates whether the metric is internal or not. */
1082
- isInternal?: boolean;
1083
- /** The override name of delegate metric. */
1084
- delegateMetricNameOverride?: string;
1085
- /** The dimensions of the metric specification. */
1086
- dimensions?: Dimension[];
1087
- }
1088
- /** The definition of Dimension. */
1089
- export interface Dimension {
1090
- /** The name of the dimension. */
1091
- name?: string;
1092
- /** The display name of the dimension. */
1093
- displayName?: string;
1094
- /** The display name of the dimension. */
1095
- internalName?: string;
1096
- /** The flag indicates whether the metric will be exported for shoebox or not. */
1097
- toBeExportedForShoebox?: boolean;
1098
- }
1099
- /** The list private endpoint connections response. */
1100
- export interface PrivateEndpointConnectionListResult {
1101
- /** The list of private endpoint connections. */
1102
- value?: PrivateEndpointConnection[];
1103
- /**
1104
- * The link (url) to the next page of results.
1105
- * NOTE: This property will not be serialized. It can only be populated by the server.
1106
- */
1107
- readonly nextLink?: string;
1108
- }
1109
- /** A list of private link resources */
1110
- export interface PrivateLinkResourceListResult {
1111
- /** Array of private link resources */
1112
- value?: PrivateLinkResource[];
1113
- }
1114
- /** The parameters for the script actions to execute on a running cluster. */
1115
- export interface ExecuteScriptActionParameters {
1116
- /** The list of run time script actions. */
1117
- scriptActions?: RuntimeScriptAction[];
1118
- /** Gets or sets if the scripts needs to be persisted. */
1119
- persistOnSuccess: boolean;
1120
- }
1121
- /** The persisted script action for the cluster. */
1122
- export interface ScriptActionsList {
1123
- /** The list of persisted script action details for the cluster. */
1124
- value?: RuntimeScriptActionDetail[];
1125
- /**
1126
- * The link (url) to the next page of results.
1127
- * NOTE: This property will not be serialized. It can only be populated by the server.
1128
- */
1129
- readonly nextLink?: string;
1130
- }
1131
- /** The execution summary of a script action. */
1132
- export interface ScriptActionExecutionSummary {
1133
- /**
1134
- * The status of script action execution.
1135
- * NOTE: This property will not be serialized. It can only be populated by the server.
1136
- */
1137
- readonly status?: string;
1138
- /**
1139
- * The instance count for a given script action execution status.
1140
- * NOTE: This property will not be serialized. It can only be populated by the server.
1141
- */
1142
- readonly instanceCount?: number;
1143
- }
1144
- /** The list script execution history response. */
1145
- export interface ScriptActionExecutionHistoryList {
1146
- /**
1147
- * The list of persisted script action details for the cluster.
1148
- * NOTE: This property will not be serialized. It can only be populated by the server.
1149
- */
1150
- readonly value?: RuntimeScriptActionDetail[];
1151
- /**
1152
- * The link (url) to the next page of results.
1153
- * NOTE: This property will not be serialized. It can only be populated by the server.
1154
- */
1155
- readonly nextLink?: string;
1156
- }
1157
- /** The cluster host information. */
1158
- export interface HostInfo {
1159
- /** The host name */
1160
- name?: string;
1161
- /** The Fully Qualified Domain Name of host */
1162
- fqdn?: string;
1163
- /** The effective disk encryption key URL used by the host */
1164
- effectiveDiskEncryptionKeyUrl?: string;
1165
- }
1166
- /** The ListPersistedScriptActions operation response. */
1167
- export interface ClusterListPersistedScriptActionsResult {
1168
- /** The list of Persisted Script Actions. */
1169
- value?: RuntimeScriptAction[];
1170
- /**
1171
- * The link (url) to the next page of results.
1172
- * NOTE: This property will not be serialized. It can only be populated by the server.
1173
- */
1174
- readonly nextLink?: string;
1175
- }
1176
- /** The persisted script action for cluster. */
1177
- export interface ScriptActionPersistedGetResponseSpec {
1178
- /** The name of script action. */
1179
- name?: string;
1180
- /** The URI to the script. */
1181
- uri?: string;
1182
- /** The parameters for the script provided. */
1183
- parameters?: string;
1184
- /** The list of roles where script will be executed. */
1185
- roles?: string[];
1186
- /** The application name for the script action. */
1187
- applicationName?: string;
1188
- }
1189
- /** The execution details of a script action. */
1190
- export interface RuntimeScriptActionDetail extends RuntimeScriptAction {
1191
- /**
1192
- * The execution id of the script action.
1193
- * NOTE: This property will not be serialized. It can only be populated by the server.
1194
- */
1195
- readonly scriptExecutionId?: number;
1196
- /**
1197
- * The start time of script action execution.
1198
- * NOTE: This property will not be serialized. It can only be populated by the server.
1199
- */
1200
- readonly startTime?: string;
1201
- /**
1202
- * The end time of script action execution.
1203
- * NOTE: This property will not be serialized. It can only be populated by the server.
1204
- */
1205
- readonly endTime?: string;
1206
- /**
1207
- * The current execution status of the script action.
1208
- * NOTE: This property will not be serialized. It can only be populated by the server.
1209
- */
1210
- readonly status?: string;
1211
- /**
1212
- * The reason why the script action was executed.
1213
- * NOTE: This property will not be serialized. It can only be populated by the server.
1214
- */
1215
- readonly operation?: string;
1216
- /**
1217
- * The summary of script action execution result.
1218
- * NOTE: This property will not be serialized. It can only be populated by the server.
1219
- */
1220
- readonly executionSummary?: ScriptActionExecutionSummary[];
1221
- /**
1222
- * The script action execution debug information.
1223
- * NOTE: This property will not be serialized. It can only be populated by the server.
1224
- */
1225
- readonly debugInformation?: string;
1226
- }
1227
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
1228
- export interface ProxyResource extends Resource {
1229
- }
1230
- /** The private endpoint connection. */
1231
- export interface PrivateEndpointConnection extends Resource {
1232
- /**
1233
- * Metadata pertaining to creation and last modification of the resource.
1234
- * NOTE: This property will not be serialized. It can only be populated by the server.
1235
- */
1236
- readonly systemData?: SystemData;
1237
- /**
1238
- * The private endpoint of the private endpoint connection
1239
- * NOTE: This property will not be serialized. It can only be populated by the server.
1240
- */
1241
- readonly privateEndpoint?: PrivateEndpoint;
1242
- /** The private link service connection state. */
1243
- privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
1244
- /**
1245
- * The link identifier.
1246
- * NOTE: This property will not be serialized. It can only be populated by the server.
1247
- */
1248
- readonly linkIdentifier?: string;
1249
- /**
1250
- * The provisioning state, which only appears in the response.
1251
- * NOTE: This property will not be serialized. It can only be populated by the server.
1252
- */
1253
- readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
1254
- }
1255
- /** The cluster create request specification. */
1256
- export interface ClusterCreateRequestValidationParameters extends ClusterCreateParametersExtended {
1257
- /** The cluster name. */
1258
- name?: string;
1259
- /** The resource type. */
1260
- type?: string;
1261
- /** The tenant id. */
1262
- tenantId?: string;
1263
- /** This indicates whether fetch Aadds resource or not. */
1264
- fetchAaddsResource?: boolean;
1265
- }
1266
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
1267
- export interface TrackedResource extends ResourceAutoGenerated {
1268
- /** Resource tags. */
1269
- tags?: {
1270
- [propertyName: string]: string;
1271
- };
1272
- /** The geo-location where the resource lives */
1273
- location: string;
1274
- }
1275
- /** A private link resource */
1276
- export interface PrivateLinkResource extends ResourceAutoGenerated {
1277
- /**
1278
- * Metadata pertaining to creation and last modification of the resource.
1279
- * NOTE: This property will not be serialized. It can only be populated by the server.
1280
- */
1281
- readonly systemData?: SystemData;
1282
- /**
1283
- * The private link resource group id.
1284
- * NOTE: This property will not be serialized. It can only be populated by the server.
1285
- */
1286
- readonly groupId?: string;
1287
- /**
1288
- * The private link resource required member names.
1289
- * NOTE: This property will not be serialized. It can only be populated by the server.
1290
- */
1291
- readonly requiredMembers?: string[];
1292
- /** The private link resource Private link DNS zone name. */
1293
- requiredZoneNames?: string[];
1294
- }
1295
- /** The HDInsight cluster application */
1296
- export interface Application extends ProxyResource {
1297
- /** The ETag for the application */
1298
- etag?: string;
1299
- /** The tags for the application. */
1300
- tags?: {
1301
- [propertyName: string]: string;
1302
- };
1303
- /** The properties of the application. */
1304
- properties?: ApplicationProperties;
1305
- /**
1306
- * Metadata pertaining to creation and last modification of the resource.
1307
- * NOTE: This property will not be serialized. It can only be populated by the server.
1308
- */
1309
- readonly systemData?: SystemData;
1310
- }
1311
- /** The HDInsight cluster. */
1312
- export interface Cluster extends TrackedResource {
1313
- /** The ETag for the resource */
1314
- etag?: string;
1315
- /** The availability zones. */
1316
- zones?: string[];
1317
- /** The properties of the cluster. */
1318
- properties?: ClusterGetProperties;
1319
- /** The identity of the cluster, if configured. */
1320
- identity?: ClusterIdentity;
1321
- /**
1322
- * Metadata pertaining to creation and last modification of the resource.
1323
- * NOTE: This property will not be serialized. It can only be populated by the server.
1324
- */
1325
- readonly systemData?: SystemData;
1326
- }
1327
- /** Known values of {@link DaysOfWeek} that the service accepts. */
1328
- export declare enum KnownDaysOfWeek {
1329
- /** Monday */
1330
- Monday = "Monday",
1331
- /** Tuesday */
1332
- Tuesday = "Tuesday",
1333
- /** Wednesday */
1334
- Wednesday = "Wednesday",
1335
- /** Thursday */
1336
- Thursday = "Thursday",
1337
- /** Friday */
1338
- Friday = "Friday",
1339
- /** Saturday */
1340
- Saturday = "Saturday",
1341
- /** Sunday */
1342
- Sunday = "Sunday"
1343
- }
1344
- /**
1345
- * Defines values for DaysOfWeek. \
1346
- * {@link KnownDaysOfWeek} can be used interchangeably with DaysOfWeek,
1347
- * this enum contains the known values that the service supports.
1348
- * ### Known values supported by the service
1349
- * **Monday** \
1350
- * **Tuesday** \
1351
- * **Wednesday** \
1352
- * **Thursday** \
1353
- * **Friday** \
1354
- * **Saturday** \
1355
- * **Sunday**
1356
- */
1357
- export type DaysOfWeek = string;
1358
- /** Known values of {@link PrivateLinkConfigurationProvisioningState} that the service accepts. */
1359
- export declare enum KnownPrivateLinkConfigurationProvisioningState {
1360
- /** InProgress */
1361
- InProgress = "InProgress",
1362
- /** Failed */
1363
- Failed = "Failed",
1364
- /** Succeeded */
1365
- Succeeded = "Succeeded",
1366
- /** Canceled */
1367
- Canceled = "Canceled",
1368
- /** Deleting */
1369
- Deleting = "Deleting"
1370
- }
1371
- /**
1372
- * Defines values for PrivateLinkConfigurationProvisioningState. \
1373
- * {@link KnownPrivateLinkConfigurationProvisioningState} can be used interchangeably with PrivateLinkConfigurationProvisioningState,
1374
- * this enum contains the known values that the service supports.
1375
- * ### Known values supported by the service
1376
- * **InProgress** \
1377
- * **Failed** \
1378
- * **Succeeded** \
1379
- * **Canceled** \
1380
- * **Deleting**
1381
- */
1382
- export type PrivateLinkConfigurationProvisioningState = string;
1383
- /** Known values of {@link PrivateIPAllocationMethod} that the service accepts. */
1384
- export declare enum KnownPrivateIPAllocationMethod {
1385
- /** Dynamic */
1386
- Dynamic = "dynamic",
1387
- /** Static */
1388
- Static = "static"
1389
- }
1390
- /**
1391
- * Defines values for PrivateIPAllocationMethod. \
1392
- * {@link KnownPrivateIPAllocationMethod} can be used interchangeably with PrivateIPAllocationMethod,
1393
- * this enum contains the known values that the service supports.
1394
- * ### Known values supported by the service
1395
- * **dynamic** \
1396
- * **static**
1397
- */
1398
- export type PrivateIPAllocationMethod = string;
1399
- /** Known values of {@link CreatedByType} that the service accepts. */
1400
- export declare enum KnownCreatedByType {
1401
- /** User */
1402
- User = "User",
1403
- /** Application */
1404
- Application = "Application",
1405
- /** ManagedIdentity */
1406
- ManagedIdentity = "ManagedIdentity",
1407
- /** Key */
1408
- Key = "Key"
1409
- }
1410
- /**
1411
- * Defines values for CreatedByType. \
1412
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
1413
- * this enum contains the known values that the service supports.
1414
- * ### Known values supported by the service
1415
- * **User** \
1416
- * **Application** \
1417
- * **ManagedIdentity** \
1418
- * **Key**
1419
- */
1420
- export type CreatedByType = string;
1421
- /** Known values of {@link AsyncOperationState} that the service accepts. */
1422
- export declare enum KnownAsyncOperationState {
1423
- /** InProgress */
1424
- InProgress = "InProgress",
1425
- /** Succeeded */
1426
- Succeeded = "Succeeded",
1427
- /** Failed */
1428
- Failed = "Failed"
1429
- }
1430
- /**
1431
- * Defines values for AsyncOperationState. \
1432
- * {@link KnownAsyncOperationState} can be used interchangeably with AsyncOperationState,
1433
- * this enum contains the known values that the service supports.
1434
- * ### Known values supported by the service
1435
- * **InProgress** \
1436
- * **Succeeded** \
1437
- * **Failed**
1438
- */
1439
- export type AsyncOperationState = string;
1440
- /** Known values of {@link OSType} that the service accepts. */
1441
- export declare enum KnownOSType {
1442
- /** Windows */
1443
- Windows = "Windows",
1444
- /** Linux */
1445
- Linux = "Linux"
1446
- }
1447
- /**
1448
- * Defines values for OSType. \
1449
- * {@link KnownOSType} can be used interchangeably with OSType,
1450
- * this enum contains the known values that the service supports.
1451
- * ### Known values supported by the service
1452
- * **Windows** \
1453
- * **Linux**
1454
- */
1455
- export type OSType = string;
1456
- /** Known values of {@link Tier} that the service accepts. */
1457
- export declare enum KnownTier {
1458
- /** Standard */
1459
- Standard = "Standard",
1460
- /** Premium */
1461
- Premium = "Premium"
1462
- }
1463
- /**
1464
- * Defines values for Tier. \
1465
- * {@link KnownTier} can be used interchangeably with Tier,
1466
- * this enum contains the known values that the service supports.
1467
- * ### Known values supported by the service
1468
- * **Standard** \
1469
- * **Premium**
1470
- */
1471
- export type Tier = string;
1472
- /** Known values of {@link DirectoryType} that the service accepts. */
1473
- export declare enum KnownDirectoryType {
1474
- /** ActiveDirectory */
1475
- ActiveDirectory = "ActiveDirectory"
1476
- }
1477
- /**
1478
- * Defines values for DirectoryType. \
1479
- * {@link KnownDirectoryType} can be used interchangeably with DirectoryType,
1480
- * this enum contains the known values that the service supports.
1481
- * ### Known values supported by the service
1482
- * **ActiveDirectory**
1483
- */
1484
- export type DirectoryType = string;
1485
- /** Known values of {@link JsonWebKeyEncryptionAlgorithm} that the service accepts. */
1486
- export declare enum KnownJsonWebKeyEncryptionAlgorithm {
1487
- /** RSAOaep */
1488
- RSAOaep = "RSA-OAEP",
1489
- /** RSAOaep256 */
1490
- RSAOaep256 = "RSA-OAEP-256",
1491
- /** RSA15 */
1492
- RSA15 = "RSA1_5"
1493
- }
1494
- /**
1495
- * Defines values for JsonWebKeyEncryptionAlgorithm. \
1496
- * {@link KnownJsonWebKeyEncryptionAlgorithm} can be used interchangeably with JsonWebKeyEncryptionAlgorithm,
1497
- * this enum contains the known values that the service supports.
1498
- * ### Known values supported by the service
1499
- * **RSA-OAEP** \
1500
- * **RSA-OAEP-256** \
1501
- * **RSA1_5**
1502
- */
1503
- export type JsonWebKeyEncryptionAlgorithm = string;
1504
- /** Known values of {@link ResourceProviderConnection} that the service accepts. */
1505
- export declare enum KnownResourceProviderConnection {
1506
- /** Inbound */
1507
- Inbound = "Inbound",
1508
- /** Outbound */
1509
- Outbound = "Outbound"
1510
- }
1511
- /**
1512
- * Defines values for ResourceProviderConnection. \
1513
- * {@link KnownResourceProviderConnection} can be used interchangeably with ResourceProviderConnection,
1514
- * this enum contains the known values that the service supports.
1515
- * ### Known values supported by the service
1516
- * **Inbound** \
1517
- * **Outbound**
1518
- */
1519
- export type ResourceProviderConnection = string;
1520
- /** Known values of {@link PrivateLink} that the service accepts. */
1521
- export declare enum KnownPrivateLink {
1522
- /** Disabled */
1523
- Disabled = "Disabled",
1524
- /** Enabled */
1525
- Enabled = "Enabled"
1526
- }
1527
- /**
1528
- * Defines values for PrivateLink. \
1529
- * {@link KnownPrivateLink} can be used interchangeably with PrivateLink,
1530
- * this enum contains the known values that the service supports.
1531
- * ### Known values supported by the service
1532
- * **Disabled** \
1533
- * **Enabled**
1534
- */
1535
- export type PrivateLink = string;
1536
- /** Known values of {@link ResourceIdentityType} that the service accepts. */
1537
- export declare enum KnownResourceIdentityType {
1538
- /** SystemAssigned */
1539
- SystemAssigned = "SystemAssigned",
1540
- /** UserAssigned */
1541
- UserAssigned = "UserAssigned",
1542
- /** SystemAssignedUserAssigned */
1543
- SystemAssignedUserAssigned = "SystemAssigned, UserAssigned",
1544
- /** None */
1545
- None = "None"
1546
- }
1547
- /**
1548
- * Defines values for ResourceIdentityType. \
1549
- * {@link KnownResourceIdentityType} can be used interchangeably with ResourceIdentityType,
1550
- * this enum contains the known values that the service supports.
1551
- * ### Known values supported by the service
1552
- * **SystemAssigned** \
1553
- * **UserAssigned** \
1554
- * **SystemAssigned, UserAssigned** \
1555
- * **None**
1556
- */
1557
- export type ResourceIdentityType = string;
1558
- /** Known values of {@link HDInsightClusterProvisioningState} that the service accepts. */
1559
- export declare enum KnownHDInsightClusterProvisioningState {
1560
- /** InProgress */
1561
- InProgress = "InProgress",
1562
- /** Failed */
1563
- Failed = "Failed",
1564
- /** Succeeded */
1565
- Succeeded = "Succeeded",
1566
- /** Canceled */
1567
- Canceled = "Canceled",
1568
- /** Deleting */
1569
- Deleting = "Deleting"
1570
- }
1571
- /**
1572
- * Defines values for HDInsightClusterProvisioningState. \
1573
- * {@link KnownHDInsightClusterProvisioningState} can be used interchangeably with HDInsightClusterProvisioningState,
1574
- * this enum contains the known values that the service supports.
1575
- * ### Known values supported by the service
1576
- * **InProgress** \
1577
- * **Failed** \
1578
- * **Succeeded** \
1579
- * **Canceled** \
1580
- * **Deleting**
1581
- */
1582
- export type HDInsightClusterProvisioningState = string;
1583
- /** Known values of {@link PrivateLinkServiceConnectionStatus} that the service accepts. */
1584
- export declare enum KnownPrivateLinkServiceConnectionStatus {
1585
- /** Approved */
1586
- Approved = "Approved",
1587
- /** Rejected */
1588
- Rejected = "Rejected",
1589
- /** Pending */
1590
- Pending = "Pending",
1591
- /** Removed */
1592
- Removed = "Removed"
1593
- }
1594
- /**
1595
- * Defines values for PrivateLinkServiceConnectionStatus. \
1596
- * {@link KnownPrivateLinkServiceConnectionStatus} can be used interchangeably with PrivateLinkServiceConnectionStatus,
1597
- * this enum contains the known values that the service supports.
1598
- * ### Known values supported by the service
1599
- * **Approved** \
1600
- * **Rejected** \
1601
- * **Pending** \
1602
- * **Removed**
1603
- */
1604
- export type PrivateLinkServiceConnectionStatus = string;
1605
- /** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
1606
- export declare enum KnownPrivateEndpointConnectionProvisioningState {
1607
- /** InProgress */
1608
- InProgress = "InProgress",
1609
- /** Updating */
1610
- Updating = "Updating",
1611
- /** Failed */
1612
- Failed = "Failed",
1613
- /** Succeeded */
1614
- Succeeded = "Succeeded",
1615
- /** Canceled */
1616
- Canceled = "Canceled",
1617
- /** Deleting */
1618
- Deleting = "Deleting"
1619
- }
1620
- /**
1621
- * Defines values for PrivateEndpointConnectionProvisioningState. \
1622
- * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
1623
- * this enum contains the known values that the service supports.
1624
- * ### Known values supported by the service
1625
- * **InProgress** \
1626
- * **Updating** \
1627
- * **Failed** \
1628
- * **Succeeded** \
1629
- * **Canceled** \
1630
- * **Deleting**
1631
- */
1632
- export type PrivateEndpointConnectionProvisioningState = string;
1633
- /** Known values of {@link RoleName} that the service accepts. */
1634
- export declare enum KnownRoleName {
1635
- /** Workernode */
1636
- Workernode = "workernode"
1637
- }
1638
- /**
1639
- * Defines values for RoleName. \
1640
- * {@link KnownRoleName} can be used interchangeably with RoleName,
1641
- * this enum contains the known values that the service supports.
1642
- * ### Known values supported by the service
1643
- * **workernode**
1644
- */
1645
- export type RoleName = string;
1646
- /** Known values of {@link FilterMode} that the service accepts. */
1647
- export declare enum KnownFilterMode {
1648
- /** Exclude */
1649
- Exclude = "Exclude",
1650
- /** Include */
1651
- Include = "Include",
1652
- /** Recommend */
1653
- Recommend = "Recommend",
1654
- /** Default */
1655
- Default = "Default"
1656
- }
1657
- /**
1658
- * Defines values for FilterMode. \
1659
- * {@link KnownFilterMode} can be used interchangeably with FilterMode,
1660
- * this enum contains the known values that the service supports.
1661
- * ### Known values supported by the service
1662
- * **Exclude** \
1663
- * **Include** \
1664
- * **Recommend** \
1665
- * **Default**
1666
- */
1667
- export type FilterMode = string;
1668
- /** Optional parameters. */
1669
- export interface ApplicationsListByClusterOptionalParams extends coreClient.OperationOptions {
1670
- }
1671
- /** Contains response data for the listByCluster operation. */
1672
- export type ApplicationsListByClusterResponse = ApplicationListResult;
1673
- /** Optional parameters. */
1674
- export interface ApplicationsGetOptionalParams extends coreClient.OperationOptions {
1675
- }
1676
- /** Contains response data for the get operation. */
1677
- export type ApplicationsGetResponse = Application;
1678
- /** Optional parameters. */
1679
- export interface ApplicationsCreateOptionalParams extends coreClient.OperationOptions {
1680
- /** Delay to wait until next poll, in milliseconds. */
1681
- updateIntervalInMs?: number;
1682
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1683
- resumeFrom?: string;
1684
- }
1685
- /** Contains response data for the create operation. */
1686
- export type ApplicationsCreateResponse = Application;
1687
- /** Optional parameters. */
1688
- export interface ApplicationsDeleteOptionalParams extends coreClient.OperationOptions {
1689
- /** Delay to wait until next poll, in milliseconds. */
1690
- updateIntervalInMs?: number;
1691
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1692
- resumeFrom?: string;
1693
- }
1694
- /** Optional parameters. */
1695
- export interface ApplicationsGetAzureAsyncOperationStatusOptionalParams extends coreClient.OperationOptions {
1696
- }
1697
- /** Contains response data for the getAzureAsyncOperationStatus operation. */
1698
- export type ApplicationsGetAzureAsyncOperationStatusResponse = AsyncOperationResult;
1699
- /** Optional parameters. */
1700
- export interface ApplicationsListByClusterNextOptionalParams extends coreClient.OperationOptions {
1701
- }
1702
- /** Contains response data for the listByClusterNext operation. */
1703
- export type ApplicationsListByClusterNextResponse = ApplicationListResult;
1704
- /** Optional parameters. */
1705
- export interface ClustersCreateOptionalParams extends coreClient.OperationOptions {
1706
- /** Delay to wait until next poll, in milliseconds. */
1707
- updateIntervalInMs?: number;
1708
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1709
- resumeFrom?: string;
1710
- }
1711
- /** Contains response data for the create operation. */
1712
- export type ClustersCreateResponse = Cluster;
1713
- /** Optional parameters. */
1714
- export interface ClustersUpdateOptionalParams extends coreClient.OperationOptions {
1715
- }
1716
- /** Contains response data for the update operation. */
1717
- export type ClustersUpdateResponse = Cluster;
1718
- /** Optional parameters. */
1719
- export interface ClustersDeleteOptionalParams extends coreClient.OperationOptions {
1720
- /** Delay to wait until next poll, in milliseconds. */
1721
- updateIntervalInMs?: number;
1722
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1723
- resumeFrom?: string;
1724
- }
1725
- /** Optional parameters. */
1726
- export interface ClustersGetOptionalParams extends coreClient.OperationOptions {
1727
- }
1728
- /** Contains response data for the get operation. */
1729
- export type ClustersGetResponse = Cluster;
1730
- /** Optional parameters. */
1731
- export interface ClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1732
- }
1733
- /** Contains response data for the listByResourceGroup operation. */
1734
- export type ClustersListByResourceGroupResponse = ClusterListResult;
1735
- /** Optional parameters. */
1736
- export interface ClustersResizeOptionalParams extends coreClient.OperationOptions {
1737
- /** Delay to wait until next poll, in milliseconds. */
1738
- updateIntervalInMs?: number;
1739
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1740
- resumeFrom?: string;
1741
- }
1742
- /** Optional parameters. */
1743
- export interface ClustersUpdateAutoScaleConfigurationOptionalParams extends coreClient.OperationOptions {
1744
- /** Delay to wait until next poll, in milliseconds. */
1745
- updateIntervalInMs?: number;
1746
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1747
- resumeFrom?: string;
1748
- }
1749
- /** Optional parameters. */
1750
- export interface ClustersListOptionalParams extends coreClient.OperationOptions {
1751
- }
1752
- /** Contains response data for the list operation. */
1753
- export type ClustersListResponse = ClusterListResult;
1754
- /** Optional parameters. */
1755
- export interface ClustersRotateDiskEncryptionKeyOptionalParams extends coreClient.OperationOptions {
1756
- /** Delay to wait until next poll, in milliseconds. */
1757
- updateIntervalInMs?: number;
1758
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1759
- resumeFrom?: string;
1760
- }
1761
- /** Optional parameters. */
1762
- export interface ClustersGetGatewaySettingsOptionalParams extends coreClient.OperationOptions {
1763
- }
1764
- /** Contains response data for the getGatewaySettings operation. */
1765
- export type ClustersGetGatewaySettingsResponse = GatewaySettings;
1766
- /** Optional parameters. */
1767
- export interface ClustersUpdateGatewaySettingsOptionalParams extends coreClient.OperationOptions {
1768
- /** Delay to wait until next poll, in milliseconds. */
1769
- updateIntervalInMs?: number;
1770
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1771
- resumeFrom?: string;
1772
- }
1773
- /** Optional parameters. */
1774
- export interface ClustersGetAzureAsyncOperationStatusOptionalParams extends coreClient.OperationOptions {
1775
- }
1776
- /** Contains response data for the getAzureAsyncOperationStatus operation. */
1777
- export type ClustersGetAzureAsyncOperationStatusResponse = AsyncOperationResult;
1778
- /** Optional parameters. */
1779
- export interface ClustersUpdateIdentityCertificateOptionalParams extends coreClient.OperationOptions {
1780
- /** Delay to wait until next poll, in milliseconds. */
1781
- updateIntervalInMs?: number;
1782
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1783
- resumeFrom?: string;
1784
- }
1785
- /** Optional parameters. */
1786
- export interface ClustersExecuteScriptActionsOptionalParams extends coreClient.OperationOptions {
1787
- /** Delay to wait until next poll, in milliseconds. */
1788
- updateIntervalInMs?: number;
1789
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1790
- resumeFrom?: string;
1791
- }
1792
- /** Optional parameters. */
1793
- export interface ClustersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1794
- }
1795
- /** Contains response data for the listByResourceGroupNext operation. */
1796
- export type ClustersListByResourceGroupNextResponse = ClusterListResult;
1797
- /** Optional parameters. */
1798
- export interface ClustersListNextOptionalParams extends coreClient.OperationOptions {
1799
- }
1800
- /** Contains response data for the listNext operation. */
1801
- export type ClustersListNextResponse = ClusterListResult;
1802
- /** Optional parameters. */
1803
- export interface ConfigurationsListOptionalParams extends coreClient.OperationOptions {
1804
- }
1805
- /** Contains response data for the list operation. */
1806
- export type ConfigurationsListResponse = ClusterConfigurations;
1807
- /** Optional parameters. */
1808
- export interface ConfigurationsUpdateOptionalParams extends coreClient.OperationOptions {
1809
- /** Delay to wait until next poll, in milliseconds. */
1810
- updateIntervalInMs?: number;
1811
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1812
- resumeFrom?: string;
1813
- }
1814
- /** Optional parameters. */
1815
- export interface ConfigurationsGetOptionalParams extends coreClient.OperationOptions {
1816
- }
1817
- /** Contains response data for the get operation. */
1818
- export type ConfigurationsGetResponse = {
1819
- [propertyName: string]: string;
1820
- };
1821
- /** Optional parameters. */
1822
- export interface ExtensionsEnableMonitoringOptionalParams extends coreClient.OperationOptions {
1823
- /** Delay to wait until next poll, in milliseconds. */
1824
- updateIntervalInMs?: number;
1825
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1826
- resumeFrom?: string;
1827
- }
1828
- /** Optional parameters. */
1829
- export interface ExtensionsGetMonitoringStatusOptionalParams extends coreClient.OperationOptions {
1830
- }
1831
- /** Contains response data for the getMonitoringStatus operation. */
1832
- export type ExtensionsGetMonitoringStatusResponse = ClusterMonitoringResponse;
1833
- /** Optional parameters. */
1834
- export interface ExtensionsDisableMonitoringOptionalParams extends coreClient.OperationOptions {
1835
- /** Delay to wait until next poll, in milliseconds. */
1836
- updateIntervalInMs?: number;
1837
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1838
- resumeFrom?: string;
1839
- }
1840
- /** Optional parameters. */
1841
- export interface ExtensionsEnableAzureMonitorOptionalParams extends coreClient.OperationOptions {
1842
- /** Delay to wait until next poll, in milliseconds. */
1843
- updateIntervalInMs?: number;
1844
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1845
- resumeFrom?: string;
1846
- }
1847
- /** Optional parameters. */
1848
- export interface ExtensionsGetAzureMonitorStatusOptionalParams extends coreClient.OperationOptions {
1849
- }
1850
- /** Contains response data for the getAzureMonitorStatus operation. */
1851
- export type ExtensionsGetAzureMonitorStatusResponse = AzureMonitorResponse;
1852
- /** Optional parameters. */
1853
- export interface ExtensionsDisableAzureMonitorOptionalParams extends coreClient.OperationOptions {
1854
- /** Delay to wait until next poll, in milliseconds. */
1855
- updateIntervalInMs?: number;
1856
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1857
- resumeFrom?: string;
1858
- }
1859
- /** Optional parameters. */
1860
- export interface ExtensionsCreateOptionalParams extends coreClient.OperationOptions {
1861
- /** Delay to wait until next poll, in milliseconds. */
1862
- updateIntervalInMs?: number;
1863
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1864
- resumeFrom?: string;
1865
- }
1866
- /** Optional parameters. */
1867
- export interface ExtensionsGetOptionalParams extends coreClient.OperationOptions {
1868
- }
1869
- /** Contains response data for the get operation. */
1870
- export type ExtensionsGetResponse = ClusterMonitoringResponse;
1871
- /** Optional parameters. */
1872
- export interface ExtensionsDeleteOptionalParams extends coreClient.OperationOptions {
1873
- /** Delay to wait until next poll, in milliseconds. */
1874
- updateIntervalInMs?: number;
1875
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1876
- resumeFrom?: string;
1877
- }
1878
- /** Optional parameters. */
1879
- export interface ExtensionsGetAzureAsyncOperationStatusOptionalParams extends coreClient.OperationOptions {
1880
- }
1881
- /** Contains response data for the getAzureAsyncOperationStatus operation. */
1882
- export type ExtensionsGetAzureAsyncOperationStatusResponse = AsyncOperationResult;
1883
- /** Optional parameters. */
1884
- export interface LocationsGetCapabilitiesOptionalParams extends coreClient.OperationOptions {
1885
- }
1886
- /** Contains response data for the getCapabilities operation. */
1887
- export type LocationsGetCapabilitiesResponse = CapabilitiesResult;
1888
- /** Optional parameters. */
1889
- export interface LocationsListUsagesOptionalParams extends coreClient.OperationOptions {
1890
- }
1891
- /** Contains response data for the listUsages operation. */
1892
- export type LocationsListUsagesResponse = UsagesListResult;
1893
- /** Optional parameters. */
1894
- export interface LocationsListBillingSpecsOptionalParams extends coreClient.OperationOptions {
1895
- }
1896
- /** Contains response data for the listBillingSpecs operation. */
1897
- export type LocationsListBillingSpecsResponse = BillingResponseListResult;
1898
- /** Optional parameters. */
1899
- export interface LocationsGetAzureAsyncOperationStatusOptionalParams extends coreClient.OperationOptions {
1900
- }
1901
- /** Contains response data for the getAzureAsyncOperationStatus operation. */
1902
- export type LocationsGetAzureAsyncOperationStatusResponse = AsyncOperationResult;
1903
- /** Optional parameters. */
1904
- export interface LocationsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
1905
- }
1906
- /** Contains response data for the checkNameAvailability operation. */
1907
- export type LocationsCheckNameAvailabilityResponse = NameAvailabilityCheckResult;
1908
- /** Optional parameters. */
1909
- export interface LocationsValidateClusterCreateRequestOptionalParams extends coreClient.OperationOptions {
1910
- }
1911
- /** Contains response data for the validateClusterCreateRequest operation. */
1912
- export type LocationsValidateClusterCreateRequestResponse = ClusterCreateValidationResult;
1913
- /** Optional parameters. */
1914
- export interface OperationsListOptionalParams extends coreClient.OperationOptions {
1915
- }
1916
- /** Contains response data for the list operation. */
1917
- export type OperationsListResponse = OperationListResult;
1918
- /** Optional parameters. */
1919
- export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
1920
- }
1921
- /** Contains response data for the listNext operation. */
1922
- export type OperationsListNextResponse = OperationListResult;
1923
- /** Optional parameters. */
1924
- export interface PrivateEndpointConnectionsListByClusterOptionalParams extends coreClient.OperationOptions {
1925
- }
1926
- /** Contains response data for the listByCluster operation. */
1927
- export type PrivateEndpointConnectionsListByClusterResponse = PrivateEndpointConnectionListResult;
1928
- /** Optional parameters. */
1929
- export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1930
- /** Delay to wait until next poll, in milliseconds. */
1931
- updateIntervalInMs?: number;
1932
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1933
- resumeFrom?: string;
1934
- }
1935
- /** Contains response data for the createOrUpdate operation. */
1936
- export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
1937
- /** Optional parameters. */
1938
- export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
1939
- }
1940
- /** Contains response data for the get operation. */
1941
- export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
1942
- /** Optional parameters. */
1943
- export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
1944
- /** Delay to wait until next poll, in milliseconds. */
1945
- updateIntervalInMs?: number;
1946
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1947
- resumeFrom?: string;
1948
- }
1949
- /** Optional parameters. */
1950
- export interface PrivateEndpointConnectionsListByClusterNextOptionalParams extends coreClient.OperationOptions {
1951
- }
1952
- /** Contains response data for the listByClusterNext operation. */
1953
- export type PrivateEndpointConnectionsListByClusterNextResponse = PrivateEndpointConnectionListResult;
1954
- /** Optional parameters. */
1955
- export interface PrivateLinkResourcesListByClusterOptionalParams extends coreClient.OperationOptions {
1956
- }
1957
- /** Contains response data for the listByCluster operation. */
1958
- export type PrivateLinkResourcesListByClusterResponse = PrivateLinkResourceListResult;
1959
- /** Optional parameters. */
1960
- export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
1961
- }
1962
- /** Contains response data for the get operation. */
1963
- export type PrivateLinkResourcesGetResponse = PrivateLinkResource;
1964
- /** Optional parameters. */
1965
- export interface ScriptActionsDeleteOptionalParams extends coreClient.OperationOptions {
1966
- }
1967
- /** Optional parameters. */
1968
- export interface ScriptActionsListByClusterOptionalParams extends coreClient.OperationOptions {
1969
- }
1970
- /** Contains response data for the listByCluster operation. */
1971
- export type ScriptActionsListByClusterResponse = ScriptActionsList;
1972
- /** Optional parameters. */
1973
- export interface ScriptActionsGetExecutionDetailOptionalParams extends coreClient.OperationOptions {
1974
- }
1975
- /** Contains response data for the getExecutionDetail operation. */
1976
- export type ScriptActionsGetExecutionDetailResponse = RuntimeScriptActionDetail;
1977
- /** Optional parameters. */
1978
- export interface ScriptActionsGetExecutionAsyncOperationStatusOptionalParams extends coreClient.OperationOptions {
1979
- }
1980
- /** Contains response data for the getExecutionAsyncOperationStatus operation. */
1981
- export type ScriptActionsGetExecutionAsyncOperationStatusResponse = AsyncOperationResult;
1982
- /** Optional parameters. */
1983
- export interface ScriptActionsListByClusterNextOptionalParams extends coreClient.OperationOptions {
1984
- }
1985
- /** Contains response data for the listByClusterNext operation. */
1986
- export type ScriptActionsListByClusterNextResponse = ScriptActionsList;
1987
- /** Optional parameters. */
1988
- export interface ScriptExecutionHistoryListByClusterOptionalParams extends coreClient.OperationOptions {
1989
- }
1990
- /** Contains response data for the listByCluster operation. */
1991
- export type ScriptExecutionHistoryListByClusterResponse = ScriptActionExecutionHistoryList;
1992
- /** Optional parameters. */
1993
- export interface ScriptExecutionHistoryPromoteOptionalParams extends coreClient.OperationOptions {
1994
- }
1995
- /** Optional parameters. */
1996
- export interface ScriptExecutionHistoryListByClusterNextOptionalParams extends coreClient.OperationOptions {
1997
- }
1998
- /** Contains response data for the listByClusterNext operation. */
1999
- export type ScriptExecutionHistoryListByClusterNextResponse = ScriptActionExecutionHistoryList;
2000
- /** Optional parameters. */
2001
- export interface VirtualMachinesListHostsOptionalParams extends coreClient.OperationOptions {
2002
- }
2003
- /** Contains response data for the listHosts operation. */
2004
- export type VirtualMachinesListHostsResponse = HostInfo[];
2005
- /** Optional parameters. */
2006
- export interface VirtualMachinesRestartHostsOptionalParams extends coreClient.OperationOptions {
2007
- /** Delay to wait until next poll, in milliseconds. */
2008
- updateIntervalInMs?: number;
2009
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2010
- resumeFrom?: string;
2011
- }
2012
- /** Optional parameters. */
2013
- export interface VirtualMachinesGetAsyncOperationStatusOptionalParams extends coreClient.OperationOptions {
2014
- }
2015
- /** Contains response data for the getAsyncOperationStatus operation. */
2016
- export type VirtualMachinesGetAsyncOperationStatusResponse = AsyncOperationResult;
2017
- /** Optional parameters. */
2018
- export interface HDInsightManagementClientOptionalParams extends coreClient.ServiceClientOptions {
2019
- /** server parameter */
2020
- $host?: string;
2021
- /** Api Version */
2022
- apiVersion?: string;
2023
- /** Overrides client endpoint. */
2024
- endpoint?: string;
2025
- }
2026
- //# sourceMappingURL=index.d.ts.map