@azure/arm-hdinsight 1.3.0-beta.2 → 1.3.0-beta.4

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 (887) hide show
  1. package/LICENSE +3 -3
  2. package/README.md +24 -18
  3. package/dist/browser/hDInsightManagementClient.d.ts +31 -0
  4. package/dist/browser/hDInsightManagementClient.d.ts.map +1 -0
  5. package/dist/browser/hDInsightManagementClient.js +125 -0
  6. package/dist/browser/hDInsightManagementClient.js.map +1 -0
  7. package/dist/browser/index.d.ts +5 -0
  8. package/dist/browser/index.d.ts.map +1 -0
  9. package/dist/browser/index.js +13 -0
  10. package/dist/browser/index.js.map +1 -0
  11. package/dist/browser/lroImpl.d.ts +11 -0
  12. package/dist/browser/lroImpl.d.ts.map +1 -0
  13. package/dist/browser/lroImpl.js +25 -0
  14. package/dist/browser/lroImpl.js.map +1 -0
  15. package/dist/browser/models/index.d.ts +2087 -0
  16. package/dist/browser/models/index.d.ts.map +1 -0
  17. package/dist/browser/models/index.js.map +1 -0
  18. package/dist/browser/models/mappers.d.ts +113 -0
  19. package/dist/browser/models/mappers.d.ts.map +1 -0
  20. package/dist/browser/models/mappers.js +3867 -0
  21. package/dist/browser/models/mappers.js.map +1 -0
  22. package/dist/browser/models/parameters.d.ts +37 -0
  23. package/dist/browser/models/parameters.d.ts.map +1 -0
  24. package/dist/browser/models/parameters.js +280 -0
  25. package/dist/browser/models/parameters.js.map +1 -0
  26. package/dist/browser/operations/applications.d.ts +90 -0
  27. package/dist/browser/operations/applications.d.ts.map +1 -0
  28. package/dist/browser/operations/applications.js +383 -0
  29. package/dist/browser/operations/applications.js.map +1 -0
  30. package/dist/browser/operations/clusters.d.ts +214 -0
  31. package/dist/browser/operations/clusters.d.ts.map +1 -0
  32. package/dist/browser/operations/clusters.js +1018 -0
  33. package/dist/browser/operations/clusters.js.map +1 -0
  34. package/dist/browser/operations/configurations.d.ts +54 -0
  35. package/dist/browser/operations/configurations.d.ts.map +1 -0
  36. package/dist/browser/operations/configurations.js +185 -0
  37. package/dist/browser/operations/configurations.js.map +1 -0
  38. package/dist/browser/operations/extensions.d.ts +176 -0
  39. package/dist/browser/operations/extensions.d.ts.map +1 -0
  40. package/dist/browser/operations/extensions.js +842 -0
  41. package/dist/browser/operations/extensions.js.map +1 -0
  42. package/dist/browser/operations/index.d.ts +12 -0
  43. package/dist/browser/operations/index.d.ts.map +1 -0
  44. package/dist/browser/operations/index.js +19 -0
  45. package/dist/browser/operations/index.js.map +1 -0
  46. package/dist/browser/operations/locations.d.ts +52 -0
  47. package/dist/browser/operations/locations.d.ts.map +1 -0
  48. package/dist/browser/operations/locations.js +180 -0
  49. package/dist/browser/operations/locations.js.map +1 -0
  50. package/dist/browser/operations/operations.d.ts +32 -0
  51. package/dist/browser/operations/operations.d.ts.map +1 -0
  52. package/dist/browser/operations/operations.js +116 -0
  53. package/dist/browser/operations/operations.js.map +1 -0
  54. package/dist/browser/operations/privateEndpointConnections.d.ts +81 -0
  55. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
  56. package/dist/browser/operations/privateEndpointConnections.js +359 -0
  57. package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
  58. package/dist/browser/operations/privateLinkResources.d.ts +28 -0
  59. package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
  60. package/dist/browser/operations/privateLinkResources.js +86 -0
  61. package/dist/browser/operations/privateLinkResources.js.map +1 -0
  62. package/dist/browser/operations/scriptActions.d.ts +62 -0
  63. package/dist/browser/operations/scriptActions.d.ts.map +1 -0
  64. package/dist/browser/operations/scriptActions.js +228 -0
  65. package/dist/browser/operations/scriptActions.js.map +1 -0
  66. package/dist/browser/operations/scriptExecutionHistory.d.ts +46 -0
  67. package/dist/browser/operations/scriptExecutionHistory.d.ts.map +1 -0
  68. package/dist/browser/operations/scriptExecutionHistory.js +163 -0
  69. package/dist/browser/operations/scriptExecutionHistory.js.map +1 -0
  70. package/dist/browser/operations/virtualMachines.d.ts +45 -0
  71. package/dist/browser/operations/virtualMachines.d.ts.map +1 -0
  72. package/dist/browser/operations/virtualMachines.js +176 -0
  73. package/dist/browser/operations/virtualMachines.js.map +1 -0
  74. package/dist/browser/operationsInterfaces/applications.d.ts +65 -0
  75. package/dist/browser/operationsInterfaces/applications.d.ts.map +1 -0
  76. package/dist/browser/operationsInterfaces/applications.js.map +1 -0
  77. package/dist/browser/operationsInterfaces/clusters.d.ts +178 -0
  78. package/dist/browser/operationsInterfaces/clusters.d.ts.map +1 -0
  79. package/dist/browser/operationsInterfaces/clusters.js.map +1 -0
  80. package/dist/browser/operationsInterfaces/configurations.d.ts +46 -0
  81. package/dist/browser/operationsInterfaces/configurations.d.ts.map +1 -0
  82. package/dist/browser/operationsInterfaces/configurations.js.map +1 -0
  83. package/dist/browser/operationsInterfaces/extensions.d.ts +168 -0
  84. package/dist/browser/operationsInterfaces/extensions.d.ts.map +1 -0
  85. package/dist/browser/operationsInterfaces/extensions.js.map +1 -0
  86. package/dist/browser/operationsInterfaces/index.d.ts +12 -0
  87. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  88. package/dist/browser/operationsInterfaces/index.js +19 -0
  89. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  90. package/dist/browser/operationsInterfaces/locations.d.ts +44 -0
  91. package/dist/browser/operationsInterfaces/locations.d.ts.map +1 -0
  92. package/dist/browser/operationsInterfaces/locations.js.map +1 -0
  93. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  94. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  95. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  96. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  97. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  98. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  99. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +20 -0
  100. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  101. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
  102. package/dist/browser/operationsInterfaces/scriptActions.d.ts +37 -0
  103. package/dist/browser/operationsInterfaces/scriptActions.d.ts.map +1 -0
  104. package/dist/browser/operationsInterfaces/scriptActions.js.map +1 -0
  105. package/dist/browser/operationsInterfaces/scriptExecutionHistory.d.ts +21 -0
  106. package/dist/browser/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -0
  107. package/dist/browser/operationsInterfaces/scriptExecutionHistory.js.map +1 -0
  108. package/dist/browser/operationsInterfaces/virtualMachines.d.ts +37 -0
  109. package/dist/browser/operationsInterfaces/virtualMachines.d.ts.map +1 -0
  110. package/dist/browser/operationsInterfaces/virtualMachines.js.map +1 -0
  111. package/dist/browser/package.json +3 -0
  112. package/dist/browser/pagingHelper.d.ts.map +1 -0
  113. package/dist/browser/pagingHelper.js +30 -0
  114. package/dist/browser/pagingHelper.js.map +1 -0
  115. package/dist/commonjs/hDInsightManagementClient.d.ts +31 -0
  116. package/dist/commonjs/hDInsightManagementClient.d.ts.map +1 -0
  117. package/dist/commonjs/hDInsightManagementClient.js +130 -0
  118. package/dist/commonjs/hDInsightManagementClient.js.map +1 -0
  119. package/dist/commonjs/index.d.ts +5 -0
  120. package/dist/commonjs/index.d.ts.map +1 -0
  121. package/dist/commonjs/index.js +19 -0
  122. package/dist/commonjs/index.js.map +1 -0
  123. package/dist/commonjs/lroImpl.d.ts +11 -0
  124. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  125. package/dist/commonjs/lroImpl.js +28 -0
  126. package/dist/commonjs/lroImpl.js.map +1 -0
  127. package/dist/commonjs/models/index.d.ts +2087 -0
  128. package/dist/commonjs/models/index.d.ts.map +1 -0
  129. package/dist/commonjs/models/index.js +201 -0
  130. package/dist/commonjs/models/index.js.map +1 -0
  131. package/dist/commonjs/models/mappers.d.ts +113 -0
  132. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  133. package/dist/commonjs/models/mappers.js +3872 -0
  134. package/dist/commonjs/models/mappers.js.map +1 -0
  135. package/dist/commonjs/models/parameters.d.ts +37 -0
  136. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  137. package/dist/commonjs/models/parameters.js +283 -0
  138. package/dist/commonjs/models/parameters.js.map +1 -0
  139. package/dist/commonjs/operations/applications.d.ts +90 -0
  140. package/dist/commonjs/operations/applications.d.ts.map +1 -0
  141. package/dist/commonjs/operations/applications.js +388 -0
  142. package/dist/commonjs/operations/applications.js.map +1 -0
  143. package/dist/commonjs/operations/clusters.d.ts +214 -0
  144. package/dist/commonjs/operations/clusters.d.ts.map +1 -0
  145. package/dist/commonjs/operations/clusters.js +1023 -0
  146. package/dist/commonjs/operations/clusters.js.map +1 -0
  147. package/dist/commonjs/operations/configurations.d.ts +54 -0
  148. package/dist/commonjs/operations/configurations.d.ts.map +1 -0
  149. package/dist/commonjs/operations/configurations.js +190 -0
  150. package/dist/commonjs/operations/configurations.js.map +1 -0
  151. package/dist/commonjs/operations/extensions.d.ts +176 -0
  152. package/dist/commonjs/operations/extensions.d.ts.map +1 -0
  153. package/dist/commonjs/operations/extensions.js +847 -0
  154. package/dist/commonjs/operations/extensions.js.map +1 -0
  155. package/dist/commonjs/operations/index.d.ts +12 -0
  156. package/dist/commonjs/operations/index.d.ts.map +1 -0
  157. package/dist/commonjs/operations/index.js +22 -0
  158. package/dist/commonjs/operations/index.js.map +1 -0
  159. package/dist/commonjs/operations/locations.d.ts +52 -0
  160. package/dist/commonjs/operations/locations.d.ts.map +1 -0
  161. package/dist/commonjs/operations/locations.js +185 -0
  162. package/dist/commonjs/operations/locations.js.map +1 -0
  163. package/dist/commonjs/operations/operations.d.ts +32 -0
  164. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  165. package/dist/commonjs/operations/operations.js +121 -0
  166. package/dist/commonjs/operations/operations.js.map +1 -0
  167. package/dist/commonjs/operations/privateEndpointConnections.d.ts +81 -0
  168. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
  169. package/dist/commonjs/operations/privateEndpointConnections.js +364 -0
  170. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
  171. package/dist/commonjs/operations/privateLinkResources.d.ts +28 -0
  172. package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
  173. package/dist/commonjs/operations/privateLinkResources.js +91 -0
  174. package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
  175. package/dist/commonjs/operations/scriptActions.d.ts +62 -0
  176. package/dist/commonjs/operations/scriptActions.d.ts.map +1 -0
  177. package/dist/commonjs/operations/scriptActions.js +233 -0
  178. package/dist/commonjs/operations/scriptActions.js.map +1 -0
  179. package/dist/commonjs/operations/scriptExecutionHistory.d.ts +46 -0
  180. package/dist/commonjs/operations/scriptExecutionHistory.d.ts.map +1 -0
  181. package/dist/commonjs/operations/scriptExecutionHistory.js +168 -0
  182. package/dist/commonjs/operations/scriptExecutionHistory.js.map +1 -0
  183. package/dist/commonjs/operations/virtualMachines.d.ts +45 -0
  184. package/dist/commonjs/operations/virtualMachines.d.ts.map +1 -0
  185. package/dist/commonjs/operations/virtualMachines.js +181 -0
  186. package/dist/commonjs/operations/virtualMachines.js.map +1 -0
  187. package/dist/commonjs/operationsInterfaces/applications.d.ts +65 -0
  188. package/dist/commonjs/operationsInterfaces/applications.d.ts.map +1 -0
  189. package/dist/commonjs/operationsInterfaces/applications.js +10 -0
  190. package/dist/commonjs/operationsInterfaces/applications.js.map +1 -0
  191. package/dist/commonjs/operationsInterfaces/clusters.d.ts +178 -0
  192. package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +1 -0
  193. package/dist/commonjs/operationsInterfaces/clusters.js +10 -0
  194. package/dist/commonjs/operationsInterfaces/clusters.js.map +1 -0
  195. package/dist/commonjs/operationsInterfaces/configurations.d.ts +46 -0
  196. package/dist/commonjs/operationsInterfaces/configurations.d.ts.map +1 -0
  197. package/dist/commonjs/operationsInterfaces/configurations.js +10 -0
  198. package/dist/commonjs/operationsInterfaces/configurations.js.map +1 -0
  199. package/dist/commonjs/operationsInterfaces/extensions.d.ts +168 -0
  200. package/dist/commonjs/operationsInterfaces/extensions.d.ts.map +1 -0
  201. package/dist/commonjs/operationsInterfaces/extensions.js +10 -0
  202. package/dist/commonjs/operationsInterfaces/extensions.js.map +1 -0
  203. package/dist/commonjs/operationsInterfaces/index.d.ts +12 -0
  204. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  205. package/dist/commonjs/operationsInterfaces/index.js +22 -0
  206. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  207. package/dist/commonjs/operationsInterfaces/locations.d.ts +44 -0
  208. package/dist/commonjs/operationsInterfaces/locations.d.ts.map +1 -0
  209. package/dist/commonjs/operationsInterfaces/locations.js +10 -0
  210. package/dist/commonjs/operationsInterfaces/locations.js.map +1 -0
  211. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  212. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  213. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  214. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  215. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  216. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  217. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
  218. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  219. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +20 -0
  220. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  221. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
  222. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
  223. package/dist/commonjs/operationsInterfaces/scriptActions.d.ts +37 -0
  224. package/dist/commonjs/operationsInterfaces/scriptActions.d.ts.map +1 -0
  225. package/dist/commonjs/operationsInterfaces/scriptActions.js +10 -0
  226. package/dist/commonjs/operationsInterfaces/scriptActions.js.map +1 -0
  227. package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.d.ts +21 -0
  228. package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -0
  229. package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.js +10 -0
  230. package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.js.map +1 -0
  231. package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts +37 -0
  232. package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts.map +1 -0
  233. package/dist/commonjs/operationsInterfaces/virtualMachines.js +10 -0
  234. package/dist/commonjs/operationsInterfaces/virtualMachines.js.map +1 -0
  235. package/dist/commonjs/package.json +3 -0
  236. package/dist/commonjs/pagingHelper.d.ts +13 -0
  237. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  238. package/dist/commonjs/pagingHelper.js +34 -0
  239. package/dist/commonjs/pagingHelper.js.map +1 -0
  240. package/dist/commonjs/tsdoc-metadata.json +11 -0
  241. package/dist/esm/hDInsightManagementClient.d.ts +31 -0
  242. package/dist/esm/hDInsightManagementClient.d.ts.map +1 -0
  243. package/dist/esm/hDInsightManagementClient.js +125 -0
  244. package/dist/esm/hDInsightManagementClient.js.map +1 -0
  245. package/dist/esm/index.d.ts +5 -0
  246. package/dist/esm/index.d.ts.map +1 -0
  247. package/dist/esm/index.js +13 -0
  248. package/dist/esm/index.js.map +1 -0
  249. package/dist/esm/lroImpl.d.ts +11 -0
  250. package/dist/esm/lroImpl.d.ts.map +1 -0
  251. package/dist/esm/lroImpl.js +25 -0
  252. package/dist/esm/lroImpl.js.map +1 -0
  253. package/dist/esm/models/index.d.ts +2087 -0
  254. package/dist/esm/models/index.d.ts.map +1 -0
  255. package/dist/esm/models/index.js +198 -0
  256. package/dist/esm/models/index.js.map +1 -0
  257. package/dist/esm/models/mappers.d.ts +113 -0
  258. package/dist/esm/models/mappers.d.ts.map +1 -0
  259. package/dist/esm/models/mappers.js +3867 -0
  260. package/dist/esm/models/mappers.js.map +1 -0
  261. package/dist/esm/models/parameters.d.ts +37 -0
  262. package/dist/esm/models/parameters.d.ts.map +1 -0
  263. package/dist/esm/models/parameters.js +280 -0
  264. package/dist/esm/models/parameters.js.map +1 -0
  265. package/dist/esm/operations/applications.d.ts +90 -0
  266. package/dist/esm/operations/applications.d.ts.map +1 -0
  267. package/dist/esm/operations/applications.js +383 -0
  268. package/dist/esm/operations/applications.js.map +1 -0
  269. package/dist/esm/operations/clusters.d.ts +214 -0
  270. package/dist/esm/operations/clusters.d.ts.map +1 -0
  271. package/dist/esm/operations/clusters.js +1018 -0
  272. package/dist/esm/operations/clusters.js.map +1 -0
  273. package/dist/esm/operations/configurations.d.ts +54 -0
  274. package/dist/esm/operations/configurations.d.ts.map +1 -0
  275. package/dist/esm/operations/configurations.js +185 -0
  276. package/dist/esm/operations/configurations.js.map +1 -0
  277. package/dist/esm/operations/extensions.d.ts +176 -0
  278. package/dist/esm/operations/extensions.d.ts.map +1 -0
  279. package/dist/esm/operations/extensions.js +842 -0
  280. package/dist/esm/operations/extensions.js.map +1 -0
  281. package/dist/esm/operations/index.d.ts +12 -0
  282. package/dist/esm/operations/index.d.ts.map +1 -0
  283. package/dist/esm/operations/index.js +19 -0
  284. package/dist/esm/operations/index.js.map +1 -0
  285. package/dist/esm/operations/locations.d.ts +52 -0
  286. package/dist/esm/operations/locations.d.ts.map +1 -0
  287. package/dist/esm/operations/locations.js +180 -0
  288. package/dist/esm/operations/locations.js.map +1 -0
  289. package/dist/esm/operations/operations.d.ts +32 -0
  290. package/dist/esm/operations/operations.d.ts.map +1 -0
  291. package/dist/esm/operations/operations.js +116 -0
  292. package/dist/esm/operations/operations.js.map +1 -0
  293. package/dist/esm/operations/privateEndpointConnections.d.ts +81 -0
  294. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
  295. package/dist/esm/operations/privateEndpointConnections.js +359 -0
  296. package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
  297. package/dist/esm/operations/privateLinkResources.d.ts +28 -0
  298. package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
  299. package/dist/esm/operations/privateLinkResources.js +86 -0
  300. package/dist/esm/operations/privateLinkResources.js.map +1 -0
  301. package/dist/esm/operations/scriptActions.d.ts +62 -0
  302. package/dist/esm/operations/scriptActions.d.ts.map +1 -0
  303. package/dist/esm/operations/scriptActions.js +228 -0
  304. package/dist/esm/operations/scriptActions.js.map +1 -0
  305. package/dist/esm/operations/scriptExecutionHistory.d.ts +46 -0
  306. package/dist/esm/operations/scriptExecutionHistory.d.ts.map +1 -0
  307. package/dist/esm/operations/scriptExecutionHistory.js +163 -0
  308. package/dist/esm/operations/scriptExecutionHistory.js.map +1 -0
  309. package/dist/esm/operations/virtualMachines.d.ts +45 -0
  310. package/dist/esm/operations/virtualMachines.d.ts.map +1 -0
  311. package/dist/esm/operations/virtualMachines.js +176 -0
  312. package/dist/esm/operations/virtualMachines.js.map +1 -0
  313. package/dist/esm/operationsInterfaces/applications.d.ts +65 -0
  314. package/dist/esm/operationsInterfaces/applications.d.ts.map +1 -0
  315. package/dist/esm/operationsInterfaces/applications.js +9 -0
  316. package/dist/esm/operationsInterfaces/applications.js.map +1 -0
  317. package/dist/esm/operationsInterfaces/clusters.d.ts +178 -0
  318. package/dist/esm/operationsInterfaces/clusters.d.ts.map +1 -0
  319. package/dist/esm/operationsInterfaces/clusters.js +9 -0
  320. package/dist/esm/operationsInterfaces/clusters.js.map +1 -0
  321. package/dist/esm/operationsInterfaces/configurations.d.ts +46 -0
  322. package/dist/esm/operationsInterfaces/configurations.d.ts.map +1 -0
  323. package/dist/esm/operationsInterfaces/configurations.js +9 -0
  324. package/dist/esm/operationsInterfaces/configurations.js.map +1 -0
  325. package/dist/esm/operationsInterfaces/extensions.d.ts +168 -0
  326. package/dist/esm/operationsInterfaces/extensions.d.ts.map +1 -0
  327. package/dist/esm/operationsInterfaces/extensions.js +9 -0
  328. package/dist/esm/operationsInterfaces/extensions.js.map +1 -0
  329. package/dist/esm/operationsInterfaces/index.d.ts +12 -0
  330. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  331. package/dist/esm/operationsInterfaces/index.js +19 -0
  332. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  333. package/dist/esm/operationsInterfaces/locations.d.ts +44 -0
  334. package/dist/esm/operationsInterfaces/locations.d.ts.map +1 -0
  335. package/dist/esm/operationsInterfaces/locations.js +9 -0
  336. package/dist/esm/operationsInterfaces/locations.js.map +1 -0
  337. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  338. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  339. package/dist/esm/operationsInterfaces/operations.js +9 -0
  340. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  341. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  342. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  343. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
  344. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  345. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +20 -0
  346. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  347. package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
  348. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
  349. package/dist/esm/operationsInterfaces/scriptActions.d.ts +37 -0
  350. package/dist/esm/operationsInterfaces/scriptActions.d.ts.map +1 -0
  351. package/dist/esm/operationsInterfaces/scriptActions.js +9 -0
  352. package/dist/esm/operationsInterfaces/scriptActions.js.map +1 -0
  353. package/dist/esm/operationsInterfaces/scriptExecutionHistory.d.ts +21 -0
  354. package/dist/esm/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -0
  355. package/dist/esm/operationsInterfaces/scriptExecutionHistory.js +9 -0
  356. package/dist/esm/operationsInterfaces/scriptExecutionHistory.js.map +1 -0
  357. package/dist/esm/operationsInterfaces/virtualMachines.d.ts +37 -0
  358. package/dist/esm/operationsInterfaces/virtualMachines.d.ts.map +1 -0
  359. package/dist/esm/operationsInterfaces/virtualMachines.js +9 -0
  360. package/dist/esm/operationsInterfaces/virtualMachines.js.map +1 -0
  361. package/dist/esm/package.json +3 -0
  362. package/dist/esm/pagingHelper.d.ts +13 -0
  363. package/dist/esm/pagingHelper.d.ts.map +1 -0
  364. package/dist/esm/pagingHelper.js +30 -0
  365. package/dist/esm/pagingHelper.js.map +1 -0
  366. package/dist/react-native/hDInsightManagementClient.d.ts +31 -0
  367. package/dist/react-native/hDInsightManagementClient.d.ts.map +1 -0
  368. package/dist/react-native/hDInsightManagementClient.js +125 -0
  369. package/dist/react-native/hDInsightManagementClient.js.map +1 -0
  370. package/dist/react-native/index.d.ts +5 -0
  371. package/dist/react-native/index.d.ts.map +1 -0
  372. package/dist/react-native/index.js +13 -0
  373. package/dist/react-native/index.js.map +1 -0
  374. package/dist/react-native/lroImpl.d.ts +11 -0
  375. package/dist/react-native/lroImpl.d.ts.map +1 -0
  376. package/dist/react-native/lroImpl.js +25 -0
  377. package/dist/react-native/lroImpl.js.map +1 -0
  378. package/dist/react-native/models/index.d.ts +2087 -0
  379. package/dist/react-native/models/index.d.ts.map +1 -0
  380. package/dist/react-native/models/index.js +198 -0
  381. package/dist/react-native/models/index.js.map +1 -0
  382. package/dist/react-native/models/mappers.d.ts +113 -0
  383. package/dist/react-native/models/mappers.d.ts.map +1 -0
  384. package/dist/react-native/models/mappers.js +3867 -0
  385. package/dist/react-native/models/mappers.js.map +1 -0
  386. package/dist/react-native/models/parameters.d.ts +37 -0
  387. package/dist/react-native/models/parameters.d.ts.map +1 -0
  388. package/dist/react-native/models/parameters.js +280 -0
  389. package/dist/react-native/models/parameters.js.map +1 -0
  390. package/dist/react-native/operations/applications.d.ts +90 -0
  391. package/dist/react-native/operations/applications.d.ts.map +1 -0
  392. package/dist/react-native/operations/applications.js +383 -0
  393. package/dist/react-native/operations/applications.js.map +1 -0
  394. package/dist/react-native/operations/clusters.d.ts +214 -0
  395. package/dist/react-native/operations/clusters.d.ts.map +1 -0
  396. package/dist/react-native/operations/clusters.js +1018 -0
  397. package/dist/react-native/operations/clusters.js.map +1 -0
  398. package/dist/react-native/operations/configurations.d.ts +54 -0
  399. package/dist/react-native/operations/configurations.d.ts.map +1 -0
  400. package/dist/react-native/operations/configurations.js +185 -0
  401. package/dist/react-native/operations/configurations.js.map +1 -0
  402. package/dist/react-native/operations/extensions.d.ts +176 -0
  403. package/dist/react-native/operations/extensions.d.ts.map +1 -0
  404. package/dist/react-native/operations/extensions.js +842 -0
  405. package/dist/react-native/operations/extensions.js.map +1 -0
  406. package/dist/react-native/operations/index.d.ts +12 -0
  407. package/dist/react-native/operations/index.d.ts.map +1 -0
  408. package/dist/react-native/operations/index.js +19 -0
  409. package/dist/react-native/operations/index.js.map +1 -0
  410. package/dist/react-native/operations/locations.d.ts +52 -0
  411. package/dist/react-native/operations/locations.d.ts.map +1 -0
  412. package/dist/react-native/operations/locations.js +180 -0
  413. package/dist/react-native/operations/locations.js.map +1 -0
  414. package/dist/react-native/operations/operations.d.ts +32 -0
  415. package/dist/react-native/operations/operations.d.ts.map +1 -0
  416. package/dist/react-native/operations/operations.js +116 -0
  417. package/dist/react-native/operations/operations.js.map +1 -0
  418. package/dist/react-native/operations/privateEndpointConnections.d.ts +81 -0
  419. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
  420. package/dist/react-native/operations/privateEndpointConnections.js +359 -0
  421. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
  422. package/dist/react-native/operations/privateLinkResources.d.ts +28 -0
  423. package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
  424. package/dist/react-native/operations/privateLinkResources.js +86 -0
  425. package/dist/react-native/operations/privateLinkResources.js.map +1 -0
  426. package/dist/react-native/operations/scriptActions.d.ts +62 -0
  427. package/dist/react-native/operations/scriptActions.d.ts.map +1 -0
  428. package/dist/react-native/operations/scriptActions.js +228 -0
  429. package/dist/react-native/operations/scriptActions.js.map +1 -0
  430. package/dist/react-native/operations/scriptExecutionHistory.d.ts +46 -0
  431. package/dist/react-native/operations/scriptExecutionHistory.d.ts.map +1 -0
  432. package/dist/react-native/operations/scriptExecutionHistory.js +163 -0
  433. package/dist/react-native/operations/scriptExecutionHistory.js.map +1 -0
  434. package/dist/react-native/operations/virtualMachines.d.ts +45 -0
  435. package/dist/react-native/operations/virtualMachines.d.ts.map +1 -0
  436. package/dist/react-native/operations/virtualMachines.js +176 -0
  437. package/dist/react-native/operations/virtualMachines.js.map +1 -0
  438. package/dist/react-native/operationsInterfaces/applications.d.ts +65 -0
  439. package/dist/react-native/operationsInterfaces/applications.d.ts.map +1 -0
  440. package/dist/react-native/operationsInterfaces/applications.js +9 -0
  441. package/dist/react-native/operationsInterfaces/applications.js.map +1 -0
  442. package/dist/react-native/operationsInterfaces/clusters.d.ts +178 -0
  443. package/dist/react-native/operationsInterfaces/clusters.d.ts.map +1 -0
  444. package/dist/react-native/operationsInterfaces/clusters.js +9 -0
  445. package/dist/react-native/operationsInterfaces/clusters.js.map +1 -0
  446. package/dist/react-native/operationsInterfaces/configurations.d.ts +46 -0
  447. package/dist/react-native/operationsInterfaces/configurations.d.ts.map +1 -0
  448. package/dist/react-native/operationsInterfaces/configurations.js +9 -0
  449. package/dist/react-native/operationsInterfaces/configurations.js.map +1 -0
  450. package/dist/react-native/operationsInterfaces/extensions.d.ts +168 -0
  451. package/dist/react-native/operationsInterfaces/extensions.d.ts.map +1 -0
  452. package/dist/react-native/operationsInterfaces/extensions.js +9 -0
  453. package/dist/react-native/operationsInterfaces/extensions.js.map +1 -0
  454. package/dist/react-native/operationsInterfaces/index.d.ts +12 -0
  455. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  456. package/dist/react-native/operationsInterfaces/index.js +19 -0
  457. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  458. package/dist/react-native/operationsInterfaces/locations.d.ts +44 -0
  459. package/dist/react-native/operationsInterfaces/locations.d.ts.map +1 -0
  460. package/dist/react-native/operationsInterfaces/locations.js +9 -0
  461. package/dist/react-native/operationsInterfaces/locations.js.map +1 -0
  462. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  463. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  464. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  465. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  466. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  467. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  468. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
  469. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  470. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +20 -0
  471. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  472. package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
  473. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
  474. package/dist/react-native/operationsInterfaces/scriptActions.d.ts +37 -0
  475. package/dist/react-native/operationsInterfaces/scriptActions.d.ts.map +1 -0
  476. package/dist/react-native/operationsInterfaces/scriptActions.js +9 -0
  477. package/dist/react-native/operationsInterfaces/scriptActions.js.map +1 -0
  478. package/dist/react-native/operationsInterfaces/scriptExecutionHistory.d.ts +21 -0
  479. package/dist/react-native/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -0
  480. package/dist/react-native/operationsInterfaces/scriptExecutionHistory.js +9 -0
  481. package/dist/react-native/operationsInterfaces/scriptExecutionHistory.js.map +1 -0
  482. package/dist/react-native/operationsInterfaces/virtualMachines.d.ts +37 -0
  483. package/dist/react-native/operationsInterfaces/virtualMachines.d.ts.map +1 -0
  484. package/dist/react-native/operationsInterfaces/virtualMachines.js +9 -0
  485. package/dist/react-native/operationsInterfaces/virtualMachines.js.map +1 -0
  486. package/dist/react-native/package.json +3 -0
  487. package/dist/react-native/pagingHelper.d.ts +13 -0
  488. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  489. package/dist/react-native/pagingHelper.js +30 -0
  490. package/dist/react-native/pagingHelper.js.map +1 -0
  491. package/package.json +74 -67
  492. package/CHANGELOG.md +0 -63
  493. package/dist/index.js +0 -8351
  494. package/dist/index.js.map +0 -1
  495. package/dist/index.min.js +0 -1
  496. package/dist/index.min.js.map +0 -1
  497. package/dist-esm/samples-dev/applicationsCreateSample.d.ts +0 -2
  498. package/dist-esm/samples-dev/applicationsCreateSample.d.ts.map +0 -1
  499. package/dist-esm/samples-dev/applicationsCreateSample.js +0 -70
  500. package/dist-esm/samples-dev/applicationsCreateSample.js.map +0 -1
  501. package/dist-esm/samples-dev/applicationsDeleteSample.d.ts +0 -2
  502. package/dist-esm/samples-dev/applicationsDeleteSample.d.ts.map +0 -1
  503. package/dist-esm/samples-dev/applicationsDeleteSample.js +0 -39
  504. package/dist-esm/samples-dev/applicationsDeleteSample.js.map +0 -1
  505. package/dist-esm/samples-dev/applicationsGetAzureAsyncOperationStatusSample.d.ts +0 -2
  506. package/dist-esm/samples-dev/applicationsGetAzureAsyncOperationStatusSample.d.ts.map +0 -1
  507. package/dist-esm/samples-dev/applicationsGetAzureAsyncOperationStatusSample.js +0 -40
  508. package/dist-esm/samples-dev/applicationsGetAzureAsyncOperationStatusSample.js.map +0 -1
  509. package/dist-esm/samples-dev/applicationsGetSample.d.ts +0 -2
  510. package/dist-esm/samples-dev/applicationsGetSample.d.ts.map +0 -1
  511. package/dist-esm/samples-dev/applicationsGetSample.js +0 -58
  512. package/dist-esm/samples-dev/applicationsGetSample.js.map +0 -1
  513. package/dist-esm/samples-dev/applicationsListByClusterSample.d.ts +0 -2
  514. package/dist-esm/samples-dev/applicationsListByClusterSample.d.ts.map +0 -1
  515. package/dist-esm/samples-dev/applicationsListByClusterSample.js +0 -54
  516. package/dist-esm/samples-dev/applicationsListByClusterSample.js.map +0 -1
  517. package/dist-esm/samples-dev/clustersCreateSample.d.ts +0 -2
  518. package/dist-esm/samples-dev/clustersCreateSample.d.ts.map +0 -1
  519. package/dist-esm/samples-dev/clustersCreateSample.js +0 -1222
  520. package/dist-esm/samples-dev/clustersCreateSample.js.map +0 -1
  521. package/dist-esm/samples-dev/clustersDeleteSample.d.ts +0 -2
  522. package/dist-esm/samples-dev/clustersDeleteSample.d.ts.map +0 -1
  523. package/dist-esm/samples-dev/clustersDeleteSample.js +0 -38
  524. package/dist-esm/samples-dev/clustersDeleteSample.js.map +0 -1
  525. package/dist-esm/samples-dev/clustersExecuteScriptActionsSample.d.ts +0 -2
  526. package/dist-esm/samples-dev/clustersExecuteScriptActionsSample.d.ts.map +0 -1
  527. package/dist-esm/samples-dev/clustersExecuteScriptActionsSample.js +0 -49
  528. package/dist-esm/samples-dev/clustersExecuteScriptActionsSample.js.map +0 -1
  529. package/dist-esm/samples-dev/clustersGetAzureAsyncOperationStatusSample.d.ts +0 -2
  530. package/dist-esm/samples-dev/clustersGetAzureAsyncOperationStatusSample.d.ts.map +0 -1
  531. package/dist-esm/samples-dev/clustersGetAzureAsyncOperationStatusSample.js +0 -39
  532. package/dist-esm/samples-dev/clustersGetAzureAsyncOperationStatusSample.js.map +0 -1
  533. package/dist-esm/samples-dev/clustersGetGatewaySettingsSample.d.ts +0 -2
  534. package/dist-esm/samples-dev/clustersGetGatewaySettingsSample.d.ts.map +0 -1
  535. package/dist-esm/samples-dev/clustersGetGatewaySettingsSample.js +0 -38
  536. package/dist-esm/samples-dev/clustersGetGatewaySettingsSample.js.map +0 -1
  537. package/dist-esm/samples-dev/clustersGetSample.d.ts +0 -2
  538. package/dist-esm/samples-dev/clustersGetSample.d.ts.map +0 -1
  539. package/dist-esm/samples-dev/clustersGetSample.js +0 -56
  540. package/dist-esm/samples-dev/clustersGetSample.js.map +0 -1
  541. package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts +0 -2
  542. package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts.map +0 -1
  543. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +0 -53
  544. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +0 -1
  545. package/dist-esm/samples-dev/clustersListSample.d.ts +0 -2
  546. package/dist-esm/samples-dev/clustersListSample.d.ts.map +0 -1
  547. package/dist-esm/samples-dev/clustersListSample.js +0 -52
  548. package/dist-esm/samples-dev/clustersListSample.js.map +0 -1
  549. package/dist-esm/samples-dev/clustersResizeSample.d.ts +0 -2
  550. package/dist-esm/samples-dev/clustersResizeSample.d.ts.map +0 -1
  551. package/dist-esm/samples-dev/clustersResizeSample.js +0 -40
  552. package/dist-esm/samples-dev/clustersResizeSample.js.map +0 -1
  553. package/dist-esm/samples-dev/clustersRotateDiskEncryptionKeySample.d.ts +0 -2
  554. package/dist-esm/samples-dev/clustersRotateDiskEncryptionKeySample.d.ts.map +0 -1
  555. package/dist-esm/samples-dev/clustersRotateDiskEncryptionKeySample.js +0 -43
  556. package/dist-esm/samples-dev/clustersRotateDiskEncryptionKeySample.js.map +0 -1
  557. package/dist-esm/samples-dev/clustersUpdateAutoScaleConfigurationSample.d.ts +0 -2
  558. package/dist-esm/samples-dev/clustersUpdateAutoScaleConfigurationSample.d.ts.map +0 -1
  559. package/dist-esm/samples-dev/clustersUpdateAutoScaleConfigurationSample.js +0 -98
  560. package/dist-esm/samples-dev/clustersUpdateAutoScaleConfigurationSample.js.map +0 -1
  561. package/dist-esm/samples-dev/clustersUpdateGatewaySettingsSample.d.ts +0 -2
  562. package/dist-esm/samples-dev/clustersUpdateGatewaySettingsSample.d.ts.map +0 -1
  563. package/dist-esm/samples-dev/clustersUpdateGatewaySettingsSample.js +0 -43
  564. package/dist-esm/samples-dev/clustersUpdateGatewaySettingsSample.js.map +0 -1
  565. package/dist-esm/samples-dev/clustersUpdateIdentityCertificateSample.d.ts +0 -2
  566. package/dist-esm/samples-dev/clustersUpdateIdentityCertificateSample.d.ts.map +0 -1
  567. package/dist-esm/samples-dev/clustersUpdateIdentityCertificateSample.js +0 -43
  568. package/dist-esm/samples-dev/clustersUpdateIdentityCertificateSample.js.map +0 -1
  569. package/dist-esm/samples-dev/clustersUpdateSample.d.ts +0 -2
  570. package/dist-esm/samples-dev/clustersUpdateSample.d.ts.map +0 -1
  571. package/dist-esm/samples-dev/clustersUpdateSample.js +0 -63
  572. package/dist-esm/samples-dev/clustersUpdateSample.js.map +0 -1
  573. package/dist-esm/samples-dev/configurationsGetSample.d.ts +0 -2
  574. package/dist-esm/samples-dev/configurationsGetSample.d.ts.map +0 -1
  575. package/dist-esm/samples-dev/configurationsGetSample.js +0 -39
  576. package/dist-esm/samples-dev/configurationsGetSample.js.map +0 -1
  577. package/dist-esm/samples-dev/configurationsListSample.d.ts +0 -2
  578. package/dist-esm/samples-dev/configurationsListSample.d.ts.map +0 -1
  579. package/dist-esm/samples-dev/configurationsListSample.js +0 -38
  580. package/dist-esm/samples-dev/configurationsListSample.js.map +0 -1
  581. package/dist-esm/samples-dev/configurationsUpdateSample.d.ts +0 -2
  582. package/dist-esm/samples-dev/configurationsUpdateSample.d.ts.map +0 -1
  583. package/dist-esm/samples-dev/configurationsUpdateSample.js +0 -66
  584. package/dist-esm/samples-dev/configurationsUpdateSample.js.map +0 -1
  585. package/dist-esm/samples-dev/extensionsCreateSample.d.ts +0 -2
  586. package/dist-esm/samples-dev/extensionsCreateSample.d.ts.map +0 -1
  587. package/dist-esm/samples-dev/extensionsCreateSample.js +0 -43
  588. package/dist-esm/samples-dev/extensionsCreateSample.js.map +0 -1
  589. package/dist-esm/samples-dev/extensionsDeleteSample.d.ts +0 -2
  590. package/dist-esm/samples-dev/extensionsDeleteSample.d.ts.map +0 -1
  591. package/dist-esm/samples-dev/extensionsDeleteSample.js +0 -39
  592. package/dist-esm/samples-dev/extensionsDeleteSample.js.map +0 -1
  593. package/dist-esm/samples-dev/extensionsDisableAzureMonitorAgentSample.d.ts +0 -2
  594. package/dist-esm/samples-dev/extensionsDisableAzureMonitorAgentSample.d.ts.map +0 -1
  595. package/dist-esm/samples-dev/extensionsDisableAzureMonitorAgentSample.js +0 -38
  596. package/dist-esm/samples-dev/extensionsDisableAzureMonitorAgentSample.js.map +0 -1
  597. package/dist-esm/samples-dev/extensionsDisableAzureMonitorSample.d.ts +0 -2
  598. package/dist-esm/samples-dev/extensionsDisableAzureMonitorSample.d.ts.map +0 -1
  599. package/dist-esm/samples-dev/extensionsDisableAzureMonitorSample.js +0 -38
  600. package/dist-esm/samples-dev/extensionsDisableAzureMonitorSample.js.map +0 -1
  601. package/dist-esm/samples-dev/extensionsDisableMonitoringSample.d.ts +0 -2
  602. package/dist-esm/samples-dev/extensionsDisableMonitoringSample.d.ts.map +0 -1
  603. package/dist-esm/samples-dev/extensionsDisableMonitoringSample.js +0 -38
  604. package/dist-esm/samples-dev/extensionsDisableMonitoringSample.js.map +0 -1
  605. package/dist-esm/samples-dev/extensionsEnableAzureMonitorAgentSample.d.ts +0 -2
  606. package/dist-esm/samples-dev/extensionsEnableAzureMonitorAgentSample.d.ts.map +0 -1
  607. package/dist-esm/samples-dev/extensionsEnableAzureMonitorAgentSample.js +0 -42
  608. package/dist-esm/samples-dev/extensionsEnableAzureMonitorAgentSample.js.map +0 -1
  609. package/dist-esm/samples-dev/extensionsEnableAzureMonitorSample.d.ts +0 -2
  610. package/dist-esm/samples-dev/extensionsEnableAzureMonitorSample.d.ts.map +0 -1
  611. package/dist-esm/samples-dev/extensionsEnableAzureMonitorSample.js +0 -42
  612. package/dist-esm/samples-dev/extensionsEnableAzureMonitorSample.js.map +0 -1
  613. package/dist-esm/samples-dev/extensionsEnableMonitoringSample.d.ts +0 -2
  614. package/dist-esm/samples-dev/extensionsEnableMonitoringSample.d.ts.map +0 -1
  615. package/dist-esm/samples-dev/extensionsEnableMonitoringSample.js +0 -42
  616. package/dist-esm/samples-dev/extensionsEnableMonitoringSample.js.map +0 -1
  617. package/dist-esm/samples-dev/extensionsGetAzureAsyncOperationStatusSample.d.ts +0 -2
  618. package/dist-esm/samples-dev/extensionsGetAzureAsyncOperationStatusSample.d.ts.map +0 -1
  619. package/dist-esm/samples-dev/extensionsGetAzureAsyncOperationStatusSample.js +0 -40
  620. package/dist-esm/samples-dev/extensionsGetAzureAsyncOperationStatusSample.js.map +0 -1
  621. package/dist-esm/samples-dev/extensionsGetAzureMonitorAgentStatusSample.d.ts +0 -2
  622. package/dist-esm/samples-dev/extensionsGetAzureMonitorAgentStatusSample.d.ts.map +0 -1
  623. package/dist-esm/samples-dev/extensionsGetAzureMonitorAgentStatusSample.js +0 -38
  624. package/dist-esm/samples-dev/extensionsGetAzureMonitorAgentStatusSample.js.map +0 -1
  625. package/dist-esm/samples-dev/extensionsGetAzureMonitorStatusSample.d.ts +0 -2
  626. package/dist-esm/samples-dev/extensionsGetAzureMonitorStatusSample.d.ts.map +0 -1
  627. package/dist-esm/samples-dev/extensionsGetAzureMonitorStatusSample.js +0 -38
  628. package/dist-esm/samples-dev/extensionsGetAzureMonitorStatusSample.js.map +0 -1
  629. package/dist-esm/samples-dev/extensionsGetMonitoringStatusSample.d.ts +0 -2
  630. package/dist-esm/samples-dev/extensionsGetMonitoringStatusSample.d.ts.map +0 -1
  631. package/dist-esm/samples-dev/extensionsGetMonitoringStatusSample.js +0 -38
  632. package/dist-esm/samples-dev/extensionsGetMonitoringStatusSample.js.map +0 -1
  633. package/dist-esm/samples-dev/extensionsGetSample.d.ts +0 -2
  634. package/dist-esm/samples-dev/extensionsGetSample.d.ts.map +0 -1
  635. package/dist-esm/samples-dev/extensionsGetSample.js +0 -39
  636. package/dist-esm/samples-dev/extensionsGetSample.js.map +0 -1
  637. package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.d.ts +0 -2
  638. package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.d.ts.map +0 -1
  639. package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.js +0 -41
  640. package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.js.map +0 -1
  641. package/dist-esm/samples-dev/locationsGetAzureAsyncOperationStatusSample.d.ts +0 -2
  642. package/dist-esm/samples-dev/locationsGetAzureAsyncOperationStatusSample.d.ts.map +0 -1
  643. package/dist-esm/samples-dev/locationsGetAzureAsyncOperationStatusSample.js +0 -38
  644. package/dist-esm/samples-dev/locationsGetAzureAsyncOperationStatusSample.js.map +0 -1
  645. package/dist-esm/samples-dev/locationsGetCapabilitiesSample.d.ts +0 -2
  646. package/dist-esm/samples-dev/locationsGetCapabilitiesSample.d.ts.map +0 -1
  647. package/dist-esm/samples-dev/locationsGetCapabilitiesSample.js +0 -37
  648. package/dist-esm/samples-dev/locationsGetCapabilitiesSample.js.map +0 -1
  649. package/dist-esm/samples-dev/locationsListBillingSpecsSample.d.ts +0 -2
  650. package/dist-esm/samples-dev/locationsListBillingSpecsSample.d.ts.map +0 -1
  651. package/dist-esm/samples-dev/locationsListBillingSpecsSample.js +0 -37
  652. package/dist-esm/samples-dev/locationsListBillingSpecsSample.js.map +0 -1
  653. package/dist-esm/samples-dev/locationsListUsagesSample.d.ts +0 -2
  654. package/dist-esm/samples-dev/locationsListUsagesSample.d.ts.map +0 -1
  655. package/dist-esm/samples-dev/locationsListUsagesSample.js +0 -37
  656. package/dist-esm/samples-dev/locationsListUsagesSample.js.map +0 -1
  657. package/dist-esm/samples-dev/locationsValidateClusterCreateRequestSample.d.ts +0 -2
  658. package/dist-esm/samples-dev/locationsValidateClusterCreateRequestSample.d.ts.map +0 -1
  659. package/dist-esm/samples-dev/locationsValidateClusterCreateRequestSample.js +0 -125
  660. package/dist-esm/samples-dev/locationsValidateClusterCreateRequestSample.js.map +0 -1
  661. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  662. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  663. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  664. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  665. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
  666. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
  667. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -46
  668. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
  669. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
  670. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
  671. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -39
  672. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
  673. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
  674. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
  675. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -39
  676. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
  677. package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.d.ts +0 -2
  678. package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.d.ts.map +0 -1
  679. package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.js +0 -54
  680. package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.js.map +0 -1
  681. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +0 -2
  682. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +0 -1
  683. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +0 -39
  684. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +0 -1
  685. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.d.ts +0 -2
  686. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.d.ts.map +0 -1
  687. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js +0 -38
  688. package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js.map +0 -1
  689. package/dist-esm/samples-dev/scriptActionsDeleteSample.d.ts +0 -2
  690. package/dist-esm/samples-dev/scriptActionsDeleteSample.d.ts.map +0 -1
  691. package/dist-esm/samples-dev/scriptActionsDeleteSample.js +0 -39
  692. package/dist-esm/samples-dev/scriptActionsDeleteSample.js.map +0 -1
  693. package/dist-esm/samples-dev/scriptActionsGetExecutionAsyncOperationStatusSample.d.ts +0 -2
  694. package/dist-esm/samples-dev/scriptActionsGetExecutionAsyncOperationStatusSample.d.ts.map +0 -1
  695. package/dist-esm/samples-dev/scriptActionsGetExecutionAsyncOperationStatusSample.js +0 -39
  696. package/dist-esm/samples-dev/scriptActionsGetExecutionAsyncOperationStatusSample.js.map +0 -1
  697. package/dist-esm/samples-dev/scriptActionsGetExecutionDetailSample.d.ts +0 -2
  698. package/dist-esm/samples-dev/scriptActionsGetExecutionDetailSample.d.ts.map +0 -1
  699. package/dist-esm/samples-dev/scriptActionsGetExecutionDetailSample.js +0 -39
  700. package/dist-esm/samples-dev/scriptActionsGetExecutionDetailSample.js.map +0 -1
  701. package/dist-esm/samples-dev/scriptActionsListByClusterSample.d.ts +0 -2
  702. package/dist-esm/samples-dev/scriptActionsListByClusterSample.d.ts.map +0 -1
  703. package/dist-esm/samples-dev/scriptActionsListByClusterSample.js +0 -54
  704. package/dist-esm/samples-dev/scriptActionsListByClusterSample.js.map +0 -1
  705. package/dist-esm/samples-dev/scriptExecutionHistoryListByClusterSample.d.ts +0 -2
  706. package/dist-esm/samples-dev/scriptExecutionHistoryListByClusterSample.d.ts.map +0 -1
  707. package/dist-esm/samples-dev/scriptExecutionHistoryListByClusterSample.js +0 -54
  708. package/dist-esm/samples-dev/scriptExecutionHistoryListByClusterSample.js.map +0 -1
  709. package/dist-esm/samples-dev/scriptExecutionHistoryPromoteSample.d.ts +0 -2
  710. package/dist-esm/samples-dev/scriptExecutionHistoryPromoteSample.d.ts.map +0 -1
  711. package/dist-esm/samples-dev/scriptExecutionHistoryPromoteSample.js +0 -39
  712. package/dist-esm/samples-dev/scriptExecutionHistoryPromoteSample.js.map +0 -1
  713. package/dist-esm/samples-dev/virtualMachinesGetAsyncOperationStatusSample.d.ts +0 -2
  714. package/dist-esm/samples-dev/virtualMachinesGetAsyncOperationStatusSample.d.ts.map +0 -1
  715. package/dist-esm/samples-dev/virtualMachinesGetAsyncOperationStatusSample.js +0 -39
  716. package/dist-esm/samples-dev/virtualMachinesGetAsyncOperationStatusSample.js.map +0 -1
  717. package/dist-esm/samples-dev/virtualMachinesListHostsSample.d.ts +0 -2
  718. package/dist-esm/samples-dev/virtualMachinesListHostsSample.d.ts.map +0 -1
  719. package/dist-esm/samples-dev/virtualMachinesListHostsSample.js +0 -38
  720. package/dist-esm/samples-dev/virtualMachinesListHostsSample.js.map +0 -1
  721. package/dist-esm/samples-dev/virtualMachinesRestartHostsSample.d.ts +0 -2
  722. package/dist-esm/samples-dev/virtualMachinesRestartHostsSample.d.ts.map +0 -1
  723. package/dist-esm/samples-dev/virtualMachinesRestartHostsSample.js +0 -39
  724. package/dist-esm/samples-dev/virtualMachinesRestartHostsSample.js.map +0 -1
  725. package/dist-esm/src/hDInsightManagementClient.d.ts +0 -31
  726. package/dist-esm/src/hDInsightManagementClient.d.ts.map +0 -1
  727. package/dist-esm/src/hDInsightManagementClient.js +0 -111
  728. package/dist-esm/src/hDInsightManagementClient.js.map +0 -1
  729. package/dist-esm/src/index.d.ts +0 -5
  730. package/dist-esm/src/index.d.ts.map +0 -1
  731. package/dist-esm/src/index.js +0 -13
  732. package/dist-esm/src/index.js.map +0 -1
  733. package/dist-esm/src/lroImpl.d.ts +0 -11
  734. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  735. package/dist-esm/src/lroImpl.js +0 -21
  736. package/dist-esm/src/lroImpl.js.map +0 -1
  737. package/dist-esm/src/models/index.d.ts +0 -2074
  738. package/dist-esm/src/models/index.d.ts.map +0 -1
  739. package/dist-esm/src/models/index.js.map +0 -1
  740. package/dist-esm/src/models/mappers.d.ts +0 -112
  741. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  742. package/dist-esm/src/models/mappers.js +0 -3770
  743. package/dist-esm/src/models/mappers.js.map +0 -1
  744. package/dist-esm/src/models/parameters.d.ts +0 -37
  745. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  746. package/dist-esm/src/models/parameters.js +0 -280
  747. package/dist-esm/src/models/parameters.js.map +0 -1
  748. package/dist-esm/src/operations/applications.d.ts +0 -90
  749. package/dist-esm/src/operations/applications.d.ts.map +0 -1
  750. package/dist-esm/src/operations/applications.js +0 -398
  751. package/dist-esm/src/operations/applications.js.map +0 -1
  752. package/dist-esm/src/operations/clusters.d.ts +0 -214
  753. package/dist-esm/src/operations/clusters.d.ts.map +0 -1
  754. package/dist-esm/src/operations/clusters.js +0 -1052
  755. package/dist-esm/src/operations/clusters.js.map +0 -1
  756. package/dist-esm/src/operations/configurations.d.ts +0 -54
  757. package/dist-esm/src/operations/configurations.d.ts.map +0 -1
  758. package/dist-esm/src/operations/configurations.js +0 -184
  759. package/dist-esm/src/operations/configurations.js.map +0 -1
  760. package/dist-esm/src/operations/extensions.d.ts +0 -176
  761. package/dist-esm/src/operations/extensions.d.ts.map +0 -1
  762. package/dist-esm/src/operations/extensions.js +0 -834
  763. package/dist-esm/src/operations/extensions.js.map +0 -1
  764. package/dist-esm/src/operations/index.d.ts +0 -12
  765. package/dist-esm/src/operations/index.d.ts.map +0 -1
  766. package/dist-esm/src/operations/index.js +0 -19
  767. package/dist-esm/src/operations/index.js.map +0 -1
  768. package/dist-esm/src/operations/locations.d.ts +0 -52
  769. package/dist-esm/src/operations/locations.d.ts.map +0 -1
  770. package/dist-esm/src/operations/locations.js +0 -199
  771. package/dist-esm/src/operations/locations.js.map +0 -1
  772. package/dist-esm/src/operations/operations.d.ts +0 -32
  773. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  774. package/dist-esm/src/operations/operations.js +0 -133
  775. package/dist-esm/src/operations/operations.js.map +0 -1
  776. package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -81
  777. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
  778. package/dist-esm/src/operations/privateEndpointConnections.js +0 -374
  779. package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
  780. package/dist-esm/src/operations/privateLinkResources.d.ts +0 -28
  781. package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
  782. package/dist-esm/src/operations/privateLinkResources.js +0 -85
  783. package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
  784. package/dist-esm/src/operations/scriptActions.d.ts +0 -62
  785. package/dist-esm/src/operations/scriptActions.d.ts.map +0 -1
  786. package/dist-esm/src/operations/scriptActions.js +0 -245
  787. package/dist-esm/src/operations/scriptActions.js.map +0 -1
  788. package/dist-esm/src/operations/scriptExecutionHistory.d.ts +0 -46
  789. package/dist-esm/src/operations/scriptExecutionHistory.d.ts.map +0 -1
  790. package/dist-esm/src/operations/scriptExecutionHistory.js +0 -180
  791. package/dist-esm/src/operations/scriptExecutionHistory.js.map +0 -1
  792. package/dist-esm/src/operations/virtualMachines.d.ts +0 -45
  793. package/dist-esm/src/operations/virtualMachines.d.ts.map +0 -1
  794. package/dist-esm/src/operations/virtualMachines.js +0 -175
  795. package/dist-esm/src/operations/virtualMachines.js.map +0 -1
  796. package/dist-esm/src/operationsInterfaces/applications.d.ts +0 -65
  797. package/dist-esm/src/operationsInterfaces/applications.d.ts.map +0 -1
  798. package/dist-esm/src/operationsInterfaces/applications.js.map +0 -1
  799. package/dist-esm/src/operationsInterfaces/clusters.d.ts +0 -178
  800. package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +0 -1
  801. package/dist-esm/src/operationsInterfaces/clusters.js.map +0 -1
  802. package/dist-esm/src/operationsInterfaces/configurations.d.ts +0 -46
  803. package/dist-esm/src/operationsInterfaces/configurations.d.ts.map +0 -1
  804. package/dist-esm/src/operationsInterfaces/configurations.js.map +0 -1
  805. package/dist-esm/src/operationsInterfaces/extensions.d.ts +0 -168
  806. package/dist-esm/src/operationsInterfaces/extensions.d.ts.map +0 -1
  807. package/dist-esm/src/operationsInterfaces/extensions.js.map +0 -1
  808. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -12
  809. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  810. package/dist-esm/src/operationsInterfaces/index.js +0 -19
  811. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  812. package/dist-esm/src/operationsInterfaces/locations.d.ts +0 -44
  813. package/dist-esm/src/operationsInterfaces/locations.d.ts.map +0 -1
  814. package/dist-esm/src/operationsInterfaces/locations.js.map +0 -1
  815. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  816. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  817. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  818. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
  819. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  820. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  821. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -20
  822. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  823. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
  824. package/dist-esm/src/operationsInterfaces/scriptActions.d.ts +0 -37
  825. package/dist-esm/src/operationsInterfaces/scriptActions.d.ts.map +0 -1
  826. package/dist-esm/src/operationsInterfaces/scriptActions.js.map +0 -1
  827. package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.d.ts +0 -21
  828. package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.d.ts.map +0 -1
  829. package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.js.map +0 -1
  830. package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +0 -37
  831. package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts.map +0 -1
  832. package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +0 -1
  833. package/dist-esm/src/pagingHelper.d.ts.map +0 -1
  834. package/dist-esm/src/pagingHelper.js +0 -32
  835. package/dist-esm/src/pagingHelper.js.map +0 -1
  836. package/dist-esm/test/hdinsights_operations_test.spec.d.ts +0 -4
  837. package/dist-esm/test/hdinsights_operations_test.spec.d.ts.map +0 -1
  838. package/dist-esm/test/hdinsights_operations_test.spec.js +0 -82
  839. package/dist-esm/test/hdinsights_operations_test.spec.js.map +0 -1
  840. package/review/arm-hdinsight.api.md +0 -1668
  841. package/src/hDInsightManagementClient.ts +0 -186
  842. package/src/index.ts +0 -13
  843. package/src/lroImpl.ts +0 -42
  844. package/src/models/index.ts +0 -2345
  845. package/src/models/mappers.ts +0 -3934
  846. package/src/models/parameters.ts +0 -336
  847. package/src/operations/applications.ts +0 -548
  848. package/src/operations/clusters.ts +0 -1401
  849. package/src/operations/configurations.ts +0 -249
  850. package/src/operations/extensions.ts +0 -1135
  851. package/src/operations/index.ts +0 -19
  852. package/src/operations/locations.ts +0 -266
  853. package/src/operations/operations.ts +0 -149
  854. package/src/operations/privateEndpointConnections.ts +0 -514
  855. package/src/operations/privateLinkResources.ts +0 -114
  856. package/src/operations/scriptActions.ts +0 -329
  857. package/src/operations/scriptExecutionHistory.ts +0 -241
  858. package/src/operations/virtualMachines.ts +0 -237
  859. package/src/operationsInterfaces/applications.ts +0 -126
  860. package/src/operationsInterfaces/clusters.ts +0 -327
  861. package/src/operationsInterfaces/configurations.ts +0 -77
  862. package/src/operationsInterfaces/extensions.ts +0 -297
  863. package/src/operationsInterfaces/index.ts +0 -19
  864. package/src/operationsInterfaces/locations.ts +0 -88
  865. package/src/operationsInterfaces/operations.ts +0 -22
  866. package/src/operationsInterfaces/privateEndpointConnections.ts +0 -109
  867. package/src/operationsInterfaces/privateLinkResources.ts +0 -42
  868. package/src/operationsInterfaces/scriptActions.ts +0 -73
  869. package/src/operationsInterfaces/scriptExecutionHistory.ts +0 -43
  870. package/src/operationsInterfaces/virtualMachines.ts +0 -70
  871. package/src/pagingHelper.ts +0 -39
  872. package/tsconfig.json +0 -33
  873. package/types/arm-hdinsight.d.ts +0 -3029
  874. package/types/tsdoc-metadata.json +0 -11
  875. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  876. /package/{dist-esm/src → dist/browser}/operationsInterfaces/applications.js +0 -0
  877. /package/{dist-esm/src → dist/browser}/operationsInterfaces/clusters.js +0 -0
  878. /package/{dist-esm/src → dist/browser}/operationsInterfaces/configurations.js +0 -0
  879. /package/{dist-esm/src → dist/browser}/operationsInterfaces/extensions.js +0 -0
  880. /package/{dist-esm/src → dist/browser}/operationsInterfaces/locations.js +0 -0
  881. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  882. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
  883. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
  884. /package/{dist-esm/src → dist/browser}/operationsInterfaces/scriptActions.js +0 -0
  885. /package/{dist-esm/src → dist/browser}/operationsInterfaces/scriptExecutionHistory.js +0 -0
  886. /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualMachines.js +0 -0
  887. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
@@ -1,3029 +0,0 @@
1
- import * as coreAuth from '@azure/core-auth';
2
- import * as coreClient from '@azure/core-client';
3
- import { OperationState } from '@azure/core-lro';
4
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
5
- import { SimplePollerLike } from '@azure/core-lro';
6
-
7
- /** The Azure active directory domain service resource details. */
8
- export declare interface AaddsResourceDetails {
9
- /** The Azure active directory domain service name. */
10
- domainName?: string;
11
- /** This indicates whether initial sync complete or not. */
12
- initialSyncComplete?: boolean;
13
- /** This indicates whether enable ldaps or not. */
14
- ldapsEnabled?: boolean;
15
- /** The base 64 format string of public ldap certificate. */
16
- ldapsPublicCertificateInBase64?: string;
17
- /** The resource id of azure active directory domain service. */
18
- resourceId?: string;
19
- /** The subnet resource id. */
20
- subnetId?: string;
21
- /** The tenant id of azure active directory domain service . */
22
- tenantId?: string;
23
- }
24
-
25
- /** The HDInsight cluster application */
26
- export declare interface Application extends ProxyResource {
27
- /** The ETag for the application */
28
- etag?: string;
29
- /** The tags for the application. */
30
- tags?: {
31
- [propertyName: string]: string;
32
- };
33
- /** The properties of the application. */
34
- properties?: ApplicationProperties;
35
- /**
36
- * Metadata pertaining to creation and last modification of the resource.
37
- * NOTE: This property will not be serialized. It can only be populated by the server.
38
- */
39
- readonly systemData?: SystemData;
40
- }
41
-
42
- /** Gets the application SSH endpoint */
43
- export declare interface ApplicationGetEndpoint {
44
- /** The location of the endpoint. */
45
- location?: string;
46
- /** The destination port to connect to. */
47
- destinationPort?: number;
48
- /** The public port to connect to. */
49
- publicPort?: number;
50
- /** The private ip address of the endpoint. */
51
- privateIPAddress?: string;
52
- }
53
-
54
- /** Gets the application HTTP endpoints. */
55
- export declare interface ApplicationGetHttpsEndpoint {
56
- /** The list of access modes for the application. */
57
- accessModes?: string[];
58
- /**
59
- * The location of the endpoint.
60
- * NOTE: This property will not be serialized. It can only be populated by the server.
61
- */
62
- readonly location?: string;
63
- /** The destination port to connect to. */
64
- destinationPort?: number;
65
- /**
66
- * The public port to connect to.
67
- * NOTE: This property will not be serialized. It can only be populated by the server.
68
- */
69
- readonly publicPort?: number;
70
- /** The private ip address of the endpoint. */
71
- privateIPAddress?: string;
72
- /** The subdomain suffix of the application. */
73
- subDomainSuffix?: string;
74
- /** The value indicates whether to disable GatewayAuth. */
75
- disableGatewayAuth?: boolean;
76
- }
77
-
78
- /** 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. */
79
- export declare interface ApplicationListResult {
80
- /** The list of HDInsight applications installed on HDInsight cluster. */
81
- value?: Application[];
82
- /**
83
- * The URL to get the next set of operation list results if there are any.
84
- * NOTE: This property will not be serialized. It can only be populated by the server.
85
- */
86
- readonly nextLink?: string;
87
- }
88
-
89
- /** The HDInsight cluster application GET response. */
90
- export declare interface ApplicationProperties {
91
- /** The list of roles in the cluster. */
92
- computeProfile?: ComputeProfile;
93
- /** The list of install script actions. */
94
- installScriptActions?: RuntimeScriptAction[];
95
- /** The list of uninstall script actions. */
96
- uninstallScriptActions?: RuntimeScriptAction[];
97
- /** The list of application HTTPS endpoints. */
98
- httpsEndpoints?: ApplicationGetHttpsEndpoint[];
99
- /** The list of application SSH endpoints. */
100
- sshEndpoints?: ApplicationGetEndpoint[];
101
- /**
102
- * The provisioning state of the application.
103
- * NOTE: This property will not be serialized. It can only be populated by the server.
104
- */
105
- readonly provisioningState?: string;
106
- /** The application type. */
107
- applicationType?: string;
108
- /**
109
- * The application state.
110
- * NOTE: This property will not be serialized. It can only be populated by the server.
111
- */
112
- readonly applicationState?: string;
113
- /** The list of errors. */
114
- errors?: Errors[];
115
- /**
116
- * The application create date time.
117
- * NOTE: This property will not be serialized. It can only be populated by the server.
118
- */
119
- readonly createdDate?: string;
120
- /**
121
- * The marketplace identifier.
122
- * NOTE: This property will not be serialized. It can only be populated by the server.
123
- */
124
- readonly marketplaceIdentifier?: string;
125
- /** The private link configurations. */
126
- privateLinkConfigurations?: PrivateLinkConfiguration[];
127
- }
128
-
129
- /** Interface representing a Applications. */
130
- export declare interface Applications {
131
- /**
132
- * Lists all of the applications for the HDInsight cluster.
133
- * @param resourceGroupName The name of the resource group.
134
- * @param clusterName The name of the cluster.
135
- * @param options The options parameters.
136
- */
137
- listByCluster(resourceGroupName: string, clusterName: string, options?: ApplicationsListByClusterOptionalParams): PagedAsyncIterableIterator<Application>;
138
- /**
139
- * Gets properties of the specified application.
140
- * @param resourceGroupName The name of the resource group.
141
- * @param clusterName The name of the cluster.
142
- * @param applicationName The constant value for the application name.
143
- * @param options The options parameters.
144
- */
145
- get(resourceGroupName: string, clusterName: string, applicationName: string, options?: ApplicationsGetOptionalParams): Promise<ApplicationsGetResponse>;
146
- /**
147
- * Creates applications for the HDInsight cluster.
148
- * @param resourceGroupName The name of the resource group.
149
- * @param clusterName The name of the cluster.
150
- * @param applicationName The constant value for the application name.
151
- * @param parameters The application create request.
152
- * @param options The options parameters.
153
- */
154
- beginCreate(resourceGroupName: string, clusterName: string, applicationName: string, parameters: Application, options?: ApplicationsCreateOptionalParams): Promise<SimplePollerLike<OperationState<ApplicationsCreateResponse>, ApplicationsCreateResponse>>;
155
- /**
156
- * Creates applications for the HDInsight cluster.
157
- * @param resourceGroupName The name of the resource group.
158
- * @param clusterName The name of the cluster.
159
- * @param applicationName The constant value for the application name.
160
- * @param parameters The application create request.
161
- * @param options The options parameters.
162
- */
163
- beginCreateAndWait(resourceGroupName: string, clusterName: string, applicationName: string, parameters: Application, options?: ApplicationsCreateOptionalParams): Promise<ApplicationsCreateResponse>;
164
- /**
165
- * Deletes the specified application on the HDInsight cluster.
166
- * @param resourceGroupName The name of the resource group.
167
- * @param clusterName The name of the cluster.
168
- * @param applicationName The constant value for the application name.
169
- * @param options The options parameters.
170
- */
171
- beginDelete(resourceGroupName: string, clusterName: string, applicationName: string, options?: ApplicationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
172
- /**
173
- * Deletes the specified application on the HDInsight cluster.
174
- * @param resourceGroupName The name of the resource group.
175
- * @param clusterName The name of the cluster.
176
- * @param applicationName The constant value for the application name.
177
- * @param options The options parameters.
178
- */
179
- beginDeleteAndWait(resourceGroupName: string, clusterName: string, applicationName: string, options?: ApplicationsDeleteOptionalParams): Promise<void>;
180
- /**
181
- * Gets the async operation status.
182
- * @param resourceGroupName The name of the resource group.
183
- * @param clusterName The name of the cluster.
184
- * @param applicationName The constant value for the application name.
185
- * @param operationId The long running operation id.
186
- * @param options The options parameters.
187
- */
188
- getAzureAsyncOperationStatus(resourceGroupName: string, clusterName: string, applicationName: string, operationId: string, options?: ApplicationsGetAzureAsyncOperationStatusOptionalParams): Promise<ApplicationsGetAzureAsyncOperationStatusResponse>;
189
- }
190
-
191
- /** Optional parameters. */
192
- export declare interface ApplicationsCreateOptionalParams extends coreClient.OperationOptions {
193
- /** Delay to wait until next poll, in milliseconds. */
194
- updateIntervalInMs?: number;
195
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
196
- resumeFrom?: string;
197
- }
198
-
199
- /** Contains response data for the create operation. */
200
- export declare type ApplicationsCreateResponse = Application;
201
-
202
- /** Optional parameters. */
203
- export declare interface ApplicationsDeleteOptionalParams extends coreClient.OperationOptions {
204
- /** Delay to wait until next poll, in milliseconds. */
205
- updateIntervalInMs?: number;
206
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
207
- resumeFrom?: string;
208
- }
209
-
210
- /** Optional parameters. */
211
- export declare interface ApplicationsGetAzureAsyncOperationStatusOptionalParams extends coreClient.OperationOptions {
212
- }
213
-
214
- /** Contains response data for the getAzureAsyncOperationStatus operation. */
215
- export declare type ApplicationsGetAzureAsyncOperationStatusResponse = AsyncOperationResult;
216
-
217
- /** Optional parameters. */
218
- export declare interface ApplicationsGetOptionalParams extends coreClient.OperationOptions {
219
- }
220
-
221
- /** Contains response data for the get operation. */
222
- export declare type ApplicationsGetResponse = Application;
223
-
224
- /** Optional parameters. */
225
- export declare interface ApplicationsListByClusterNextOptionalParams extends coreClient.OperationOptions {
226
- }
227
-
228
- /** Contains response data for the listByClusterNext operation. */
229
- export declare type ApplicationsListByClusterNextResponse = ApplicationListResult;
230
-
231
- /** Optional parameters. */
232
- export declare interface ApplicationsListByClusterOptionalParams extends coreClient.OperationOptions {
233
- }
234
-
235
- /** Contains response data for the listByCluster operation. */
236
- export declare type ApplicationsListByClusterResponse = ApplicationListResult;
237
-
238
- /** The azure async operation response. */
239
- export declare interface AsyncOperationResult {
240
- /** The async operation state. */
241
- status?: AsyncOperationState;
242
- /** The operation error information. */
243
- error?: Errors;
244
- }
245
-
246
- /**
247
- * Defines values for AsyncOperationState. \
248
- * {@link KnownAsyncOperationState} can be used interchangeably with AsyncOperationState,
249
- * this enum contains the known values that the service supports.
250
- * ### Known values supported by the service
251
- * **InProgress** \
252
- * **Succeeded** \
253
- * **Failed**
254
- */
255
- export declare type AsyncOperationState = string;
256
-
257
- /** The autoscale request parameters */
258
- export declare interface Autoscale {
259
- /** Parameters for load-based autoscale */
260
- capacity?: AutoscaleCapacity;
261
- /** Parameters for schedule-based autoscale */
262
- recurrence?: AutoscaleRecurrence;
263
- }
264
-
265
- /** The load-based autoscale request parameters */
266
- export declare interface AutoscaleCapacity {
267
- /** The minimum instance count of the cluster */
268
- minInstanceCount?: number;
269
- /** The maximum instance count of the cluster */
270
- maxInstanceCount?: number;
271
- }
272
-
273
- /** The autoscale configuration update parameter. */
274
- export declare interface AutoscaleConfigurationUpdateParameter {
275
- /** The autoscale configuration. */
276
- autoscale?: Autoscale;
277
- }
278
-
279
- /** Schedule-based autoscale request parameters */
280
- export declare interface AutoscaleRecurrence {
281
- /** The time zone for the autoscale schedule times */
282
- timeZone?: string;
283
- /** Array of schedule-based autoscale rules */
284
- schedule?: AutoscaleSchedule[];
285
- }
286
-
287
- /** Parameters for a schedule-based autoscale rule, consisting of an array of days + a time and capacity */
288
- export declare interface AutoscaleSchedule {
289
- /** Days of the week for a schedule-based autoscale rule */
290
- days?: DaysOfWeek[];
291
- /** Time and capacity for a schedule-based autoscale rule */
292
- timeAndCapacity?: AutoscaleTimeAndCapacity;
293
- }
294
-
295
- /** Time and capacity request parameters */
296
- export declare interface AutoscaleTimeAndCapacity {
297
- /** 24-hour time in the form xx:xx */
298
- time?: string;
299
- /** The minimum instance count of the cluster */
300
- minInstanceCount?: number;
301
- /** The maximum instance count of the cluster */
302
- maxInstanceCount?: number;
303
- }
304
-
305
- /** The azure monitor parameters. */
306
- export declare interface AzureMonitorRequest {
307
- /** The Log Analytics workspace ID. */
308
- workspaceId?: string;
309
- /** The Log Analytics workspace key. */
310
- primaryKey?: string;
311
- /** The selected configurations. */
312
- selectedConfigurations?: AzureMonitorSelectedConfigurations;
313
- }
314
-
315
- /** The azure monitor status response. */
316
- export declare interface AzureMonitorResponse {
317
- /** The status of the monitor on the HDInsight cluster. */
318
- clusterMonitoringEnabled?: boolean;
319
- /** The workspace ID of the monitor on the HDInsight cluster. */
320
- workspaceId?: string;
321
- /** The selected configurations. */
322
- selectedConfigurations?: AzureMonitorSelectedConfigurations;
323
- }
324
-
325
- /** The selected configurations for azure monitor. */
326
- export declare interface AzureMonitorSelectedConfigurations {
327
- /** The configuration version. */
328
- configurationVersion?: string;
329
- /** The global configurations of selected configurations. */
330
- globalConfigurations?: {
331
- [propertyName: string]: string;
332
- };
333
- /** The table list. */
334
- tableList?: AzureMonitorTableConfiguration[];
335
- }
336
-
337
- /** The table configuration for the Log Analytics integration. */
338
- export declare interface AzureMonitorTableConfiguration {
339
- /** The name. */
340
- name?: string;
341
- }
342
-
343
- /** The billing meters. */
344
- export declare interface BillingMeters {
345
- /** The virtual machine sizes. */
346
- meterParameter?: string;
347
- /** The HDInsight meter guid. */
348
- meter?: string;
349
- /** The unit of meter, VMHours or CoreHours. */
350
- unit?: string;
351
- }
352
-
353
- /** The billing resources. */
354
- export declare interface BillingResources {
355
- /** The region or location. */
356
- region?: string;
357
- /** The billing meter information. */
358
- billingMeters?: BillingMeters[];
359
- /** The managed disk billing information. */
360
- diskBillingMeters?: DiskBillingMeters[];
361
- }
362
-
363
- /** The response for the operation to get regional billingSpecs for a subscription. */
364
- export declare interface BillingResponseListResult {
365
- /** The virtual machine sizes to include or exclude. */
366
- vmSizes?: string[];
367
- /** The vm sizes which enable encryption at host. */
368
- vmSizesWithEncryptionAtHost?: string[];
369
- /** The virtual machine filtering mode. Effectively this can enabling or disabling the virtual machine sizes in a particular set. */
370
- vmSizeFilters?: VmSizeCompatibilityFilterV2[];
371
- /**
372
- * The vm size properties.
373
- * NOTE: This property will not be serialized. It can only be populated by the server.
374
- */
375
- readonly vmSizeProperties?: VmSizeProperty[];
376
- /** The billing and managed disk billing resources for a region. */
377
- billingResources?: BillingResources[];
378
- }
379
-
380
- /** The Get Capabilities operation response. */
381
- export declare interface CapabilitiesResult {
382
- /** The version capability. */
383
- versions?: {
384
- [propertyName: string]: VersionsCapability;
385
- };
386
- /** The virtual machine size compatibility features. */
387
- regions?: {
388
- [propertyName: string]: RegionsCapability;
389
- };
390
- /** The capability features. */
391
- features?: string[];
392
- /**
393
- * The quota capability.
394
- * NOTE: This property will not be serialized. It can only be populated by the server.
395
- */
396
- readonly quota?: QuotaCapability;
397
- }
398
-
399
- /** The information of AAD security group. */
400
- export declare interface ClientGroupInfo {
401
- /** The AAD security group name. */
402
- groupName?: string;
403
- /** The AAD security group id. */
404
- groupId?: string;
405
- }
406
-
407
- /** The HDInsight cluster. */
408
- export declare interface Cluster extends TrackedResource {
409
- /** The ETag for the resource */
410
- etag?: string;
411
- /** The availability zones. */
412
- zones?: string[];
413
- /** The properties of the cluster. */
414
- properties?: ClusterGetProperties;
415
- /** The identity of the cluster, if configured. */
416
- identity?: ClusterIdentity;
417
- /**
418
- * Metadata pertaining to creation and last modification of the resource.
419
- * NOTE: This property will not be serialized. It can only be populated by the server.
420
- */
421
- readonly systemData?: SystemData;
422
- }
423
-
424
- /** The configuration object for the specified cluster. */
425
- export declare interface ClusterConfigurations {
426
- /** The configuration object for the specified configuration for the specified cluster. */
427
- configurations?: {
428
- [propertyName: string]: {
429
- [propertyName: string]: string;
430
- };
431
- };
432
- }
433
-
434
- /** The CreateCluster request parameters. */
435
- export declare interface ClusterCreateParametersExtended {
436
- /** The location of the cluster. */
437
- location?: string;
438
- /** The resource tags. */
439
- tags?: {
440
- [propertyName: string]: string;
441
- };
442
- /** The availability zones. */
443
- zones?: string[];
444
- /** The cluster create parameters. */
445
- properties?: ClusterCreateProperties;
446
- /** The identity of the cluster, if configured. */
447
- identity?: ClusterIdentity;
448
- }
449
-
450
- /** The cluster create parameters. */
451
- export declare interface ClusterCreateProperties {
452
- /** The version of the cluster. */
453
- clusterVersion?: string;
454
- /** The type of operating system. */
455
- osType?: OSType;
456
- /** The cluster tier. */
457
- tier?: Tier;
458
- /** The cluster definition. */
459
- clusterDefinition?: ClusterDefinition;
460
- /** The cluster kafka rest proxy configuration. */
461
- kafkaRestProperties?: KafkaRestProperties;
462
- /** The security profile. */
463
- securityProfile?: SecurityProfile;
464
- /** The compute profile. */
465
- computeProfile?: ComputeProfile;
466
- /** The storage profile. */
467
- storageProfile?: StorageProfile;
468
- /** The disk encryption properties. */
469
- diskEncryptionProperties?: DiskEncryptionProperties;
470
- /** The encryption-in-transit properties. */
471
- encryptionInTransitProperties?: EncryptionInTransitProperties;
472
- /** The minimal supported tls version. */
473
- minSupportedTlsVersion?: string;
474
- /** The network properties. */
475
- networkProperties?: NetworkProperties;
476
- /** The compute isolation properties. */
477
- computeIsolationProperties?: ComputeIsolationProperties;
478
- /** The private link configurations. */
479
- privateLinkConfigurations?: PrivateLinkConfiguration[];
480
- }
481
-
482
- /** The cluster create request specification. */
483
- export declare interface ClusterCreateRequestValidationParameters extends ClusterCreateParametersExtended {
484
- /** The cluster name. */
485
- name?: string;
486
- /** The resource type. */
487
- type?: string;
488
- /** The tenant id. */
489
- tenantId?: string;
490
- /** This indicates whether fetch Aadds resource or not. */
491
- fetchAaddsResource?: boolean;
492
- }
493
-
494
- /** The response of cluster create request validation. */
495
- export declare interface ClusterCreateValidationResult {
496
- /** The validation errors. */
497
- validationErrors?: ValidationErrorInfo[];
498
- /** The validation warnings. */
499
- validationWarnings?: ValidationErrorInfo[];
500
- /** The estimated creation duration. */
501
- estimatedCreationDuration?: string;
502
- /** The Azure active directory domain service resource details. */
503
- aaddsResourcesDetails?: AaddsResourceDetails[];
504
- }
505
-
506
- /** The cluster definition. */
507
- export declare interface ClusterDefinition {
508
- /** The link to the blueprint. */
509
- blueprint?: string;
510
- /** The type of cluster. */
511
- kind?: string;
512
- /** The versions of different services in the cluster. */
513
- componentVersion?: {
514
- [propertyName: string]: string;
515
- };
516
- /** The cluster configurations. */
517
- configurations?: Record<string, unknown>;
518
- }
519
-
520
- /** The Disk Encryption Cluster request parameters. */
521
- export declare interface ClusterDiskEncryptionParameters {
522
- /** Base key vault URI where the customers key is located eg. https://myvault.vault.azure.net */
523
- vaultUri?: string;
524
- /** Key name that is used for enabling disk encryption. */
525
- keyName?: string;
526
- /** Specific key version that is used for enabling disk encryption. */
527
- keyVersion?: string;
528
- }
529
-
530
- /** The properties of cluster. */
531
- export declare interface ClusterGetProperties {
532
- /** The version of the cluster. */
533
- clusterVersion?: string;
534
- /** The hdp version of the cluster. */
535
- clusterHdpVersion?: string;
536
- /** The type of operating system. */
537
- osType?: OSType;
538
- /** The cluster tier. */
539
- tier?: Tier;
540
- /** The cluster id. */
541
- clusterId?: string;
542
- /** The cluster definition. */
543
- clusterDefinition: ClusterDefinition;
544
- /** The cluster kafka rest proxy configuration. */
545
- kafkaRestProperties?: KafkaRestProperties;
546
- /** The security profile. */
547
- securityProfile?: SecurityProfile;
548
- /** The compute profile. */
549
- computeProfile?: ComputeProfile;
550
- /** The provisioning state, which only appears in the response. */
551
- provisioningState?: HDInsightClusterProvisioningState;
552
- /** The date on which the cluster was created. */
553
- createdDate?: string;
554
- /** The state of the cluster. */
555
- clusterState?: string;
556
- /** The quota information. */
557
- quotaInfo?: QuotaInfo;
558
- /** The list of errors. */
559
- errors?: Errors[];
560
- /** The list of connectivity endpoints. */
561
- connectivityEndpoints?: ConnectivityEndpoint[];
562
- /** The disk encryption properties. */
563
- diskEncryptionProperties?: DiskEncryptionProperties;
564
- /** The encryption-in-transit properties. */
565
- encryptionInTransitProperties?: EncryptionInTransitProperties;
566
- /** The storage profile. */
567
- storageProfile?: StorageProfile;
568
- /** The minimal supported tls version. */
569
- minSupportedTlsVersion?: string;
570
- /** The excluded services config. */
571
- excludedServicesConfig?: ExcludedServicesConfig;
572
- /** The network properties. */
573
- networkProperties?: NetworkProperties;
574
- /** The compute isolation properties. */
575
- computeIsolationProperties?: ComputeIsolationProperties;
576
- /** The private link configurations. */
577
- privateLinkConfigurations?: PrivateLinkConfiguration[];
578
- /**
579
- * The list of private endpoint connections.
580
- * NOTE: This property will not be serialized. It can only be populated by the server.
581
- */
582
- readonly privateEndpointConnections?: PrivateEndpointConnection[];
583
- }
584
-
585
- /** Identity for the cluster. */
586
- export declare interface ClusterIdentity {
587
- /**
588
- * The principal id of cluster identity. This property will only be provided for a system assigned identity.
589
- * NOTE: This property will not be serialized. It can only be populated by the server.
590
- */
591
- readonly principalId?: string;
592
- /**
593
- * The tenant id associated with the cluster. This property will only be provided for a system assigned identity.
594
- * NOTE: This property will not be serialized. It can only be populated by the server.
595
- */
596
- readonly tenantId?: string;
597
- /** 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. */
598
- type?: ResourceIdentityType;
599
- /** 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}'. */
600
- userAssignedIdentities?: {
601
- [propertyName: string]: UserAssignedIdentity;
602
- };
603
- }
604
-
605
- /** The ListPersistedScriptActions operation response. */
606
- export declare interface ClusterListPersistedScriptActionsResult {
607
- /** The list of Persisted Script Actions. */
608
- value?: RuntimeScriptAction[];
609
- /**
610
- * The link (url) to the next page of results.
611
- * NOTE: This property will not be serialized. It can only be populated by the server.
612
- */
613
- readonly nextLink?: string;
614
- }
615
-
616
- /** The List Cluster operation response. */
617
- export declare interface ClusterListResult {
618
- /** The list of Clusters. */
619
- value?: Cluster[];
620
- /**
621
- * The link (url) to the next page of results.
622
- * NOTE: This property will not be serialized. It can only be populated by the server.
623
- */
624
- readonly nextLink?: string;
625
- }
626
-
627
- /** The cluster monitor parameters. */
628
- export declare interface ClusterMonitoringRequest {
629
- /** The cluster monitor workspace ID. */
630
- workspaceId?: string;
631
- /** The cluster monitor workspace key. */
632
- primaryKey?: string;
633
- }
634
-
635
- /** The cluster monitoring status response. */
636
- export declare interface ClusterMonitoringResponse {
637
- /** The status of the monitor on the HDInsight cluster. */
638
- clusterMonitoringEnabled?: boolean;
639
- /** The workspace ID of the monitor on the HDInsight cluster. */
640
- workspaceId?: string;
641
- }
642
-
643
- /** The PatchCluster request parameters */
644
- export declare interface ClusterPatchParameters {
645
- /** The resource tags. */
646
- tags?: {
647
- [propertyName: string]: string;
648
- };
649
- /** The identity of the cluster, if configured. */
650
- identity?: ClusterIdentity;
651
- }
652
-
653
- /** The Resize Cluster request parameters. */
654
- export declare interface ClusterResizeParameters {
655
- /** The target instance count for the operation. */
656
- targetInstanceCount?: number;
657
- }
658
-
659
- /** Interface representing a Clusters. */
660
- export declare interface Clusters {
661
- /**
662
- * Lists the HDInsight clusters in a resource group.
663
- * @param resourceGroupName The name of the resource group.
664
- * @param options The options parameters.
665
- */
666
- listByResourceGroup(resourceGroupName: string, options?: ClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cluster>;
667
- /**
668
- * Lists all the HDInsight clusters under the subscription.
669
- * @param options The options parameters.
670
- */
671
- list(options?: ClustersListOptionalParams): PagedAsyncIterableIterator<Cluster>;
672
- /**
673
- * Creates a new HDInsight cluster with the specified parameters.
674
- * @param resourceGroupName The name of the resource group.
675
- * @param clusterName The name of the cluster.
676
- * @param parameters The cluster create request.
677
- * @param options The options parameters.
678
- */
679
- beginCreate(resourceGroupName: string, clusterName: string, parameters: ClusterCreateParametersExtended, options?: ClustersCreateOptionalParams): Promise<SimplePollerLike<OperationState<ClustersCreateResponse>, ClustersCreateResponse>>;
680
- /**
681
- * Creates a new HDInsight cluster with the specified parameters.
682
- * @param resourceGroupName The name of the resource group.
683
- * @param clusterName The name of the cluster.
684
- * @param parameters The cluster create request.
685
- * @param options The options parameters.
686
- */
687
- beginCreateAndWait(resourceGroupName: string, clusterName: string, parameters: ClusterCreateParametersExtended, options?: ClustersCreateOptionalParams): Promise<ClustersCreateResponse>;
688
- /**
689
- * Patch HDInsight cluster with the specified parameters.
690
- * @param resourceGroupName The name of the resource group.
691
- * @param clusterName The name of the cluster.
692
- * @param parameters The cluster patch request.
693
- * @param options The options parameters.
694
- */
695
- update(resourceGroupName: string, clusterName: string, parameters: ClusterPatchParameters, options?: ClustersUpdateOptionalParams): Promise<ClustersUpdateResponse>;
696
- /**
697
- * Deletes the specified HDInsight cluster.
698
- * @param resourceGroupName The name of the resource group.
699
- * @param clusterName The name of the cluster.
700
- * @param options The options parameters.
701
- */
702
- beginDelete(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
703
- /**
704
- * Deletes the specified HDInsight cluster.
705
- * @param resourceGroupName The name of the resource group.
706
- * @param clusterName The name of the cluster.
707
- * @param options The options parameters.
708
- */
709
- beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<void>;
710
- /**
711
- * Gets the specified cluster.
712
- * @param resourceGroupName The name of the resource group.
713
- * @param clusterName The name of the cluster.
714
- * @param options The options parameters.
715
- */
716
- get(resourceGroupName: string, clusterName: string, options?: ClustersGetOptionalParams): Promise<ClustersGetResponse>;
717
- /**
718
- * Resizes the specified HDInsight cluster to the specified size.
719
- * @param resourceGroupName The name of the resource group.
720
- * @param clusterName The name of the cluster.
721
- * @param roleName The constant value for the roleName
722
- * @param parameters The parameters for the resize operation.
723
- * @param options The options parameters.
724
- */
725
- beginResize(resourceGroupName: string, clusterName: string, roleName: RoleName, parameters: ClusterResizeParameters, options?: ClustersResizeOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
726
- /**
727
- * Resizes the specified HDInsight cluster to the specified size.
728
- * @param resourceGroupName The name of the resource group.
729
- * @param clusterName The name of the cluster.
730
- * @param roleName The constant value for the roleName
731
- * @param parameters The parameters for the resize operation.
732
- * @param options The options parameters.
733
- */
734
- beginResizeAndWait(resourceGroupName: string, clusterName: string, roleName: RoleName, parameters: ClusterResizeParameters, options?: ClustersResizeOptionalParams): Promise<void>;
735
- /**
736
- * Updates the Autoscale Configuration for HDInsight cluster.
737
- * @param resourceGroupName The name of the resource group.
738
- * @param clusterName The name of the cluster.
739
- * @param roleName The constant value for the roleName
740
- * @param parameters The parameters for the update autoscale configuration operation.
741
- * @param options The options parameters.
742
- */
743
- beginUpdateAutoScaleConfiguration(resourceGroupName: string, clusterName: string, roleName: RoleName, parameters: AutoscaleConfigurationUpdateParameter, options?: ClustersUpdateAutoScaleConfigurationOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
744
- /**
745
- * Updates the Autoscale Configuration for HDInsight cluster.
746
- * @param resourceGroupName The name of the resource group.
747
- * @param clusterName The name of the cluster.
748
- * @param roleName The constant value for the roleName
749
- * @param parameters The parameters for the update autoscale configuration operation.
750
- * @param options The options parameters.
751
- */
752
- beginUpdateAutoScaleConfigurationAndWait(resourceGroupName: string, clusterName: string, roleName: RoleName, parameters: AutoscaleConfigurationUpdateParameter, options?: ClustersUpdateAutoScaleConfigurationOptionalParams): Promise<void>;
753
- /**
754
- * Rotate disk encryption key of the specified HDInsight cluster.
755
- * @param resourceGroupName The name of the resource group.
756
- * @param clusterName The name of the cluster.
757
- * @param parameters The parameters for the disk encryption operation.
758
- * @param options The options parameters.
759
- */
760
- beginRotateDiskEncryptionKey(resourceGroupName: string, clusterName: string, parameters: ClusterDiskEncryptionParameters, options?: ClustersRotateDiskEncryptionKeyOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
761
- /**
762
- * Rotate disk encryption key of the specified HDInsight cluster.
763
- * @param resourceGroupName The name of the resource group.
764
- * @param clusterName The name of the cluster.
765
- * @param parameters The parameters for the disk encryption operation.
766
- * @param options The options parameters.
767
- */
768
- beginRotateDiskEncryptionKeyAndWait(resourceGroupName: string, clusterName: string, parameters: ClusterDiskEncryptionParameters, options?: ClustersRotateDiskEncryptionKeyOptionalParams): Promise<void>;
769
- /**
770
- * Gets the gateway settings for the specified cluster.
771
- * @param resourceGroupName The name of the resource group.
772
- * @param clusterName The name of the cluster.
773
- * @param options The options parameters.
774
- */
775
- getGatewaySettings(resourceGroupName: string, clusterName: string, options?: ClustersGetGatewaySettingsOptionalParams): Promise<ClustersGetGatewaySettingsResponse>;
776
- /**
777
- * Configures the gateway settings on the specified cluster.
778
- * @param resourceGroupName The name of the resource group.
779
- * @param clusterName The name of the cluster.
780
- * @param parameters The cluster configurations.
781
- * @param options The options parameters.
782
- */
783
- beginUpdateGatewaySettings(resourceGroupName: string, clusterName: string, parameters: UpdateGatewaySettingsParameters, options?: ClustersUpdateGatewaySettingsOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
784
- /**
785
- * Configures the gateway settings on the specified cluster.
786
- * @param resourceGroupName The name of the resource group.
787
- * @param clusterName The name of the cluster.
788
- * @param parameters The cluster configurations.
789
- * @param options The options parameters.
790
- */
791
- beginUpdateGatewaySettingsAndWait(resourceGroupName: string, clusterName: string, parameters: UpdateGatewaySettingsParameters, options?: ClustersUpdateGatewaySettingsOptionalParams): Promise<void>;
792
- /**
793
- * The the async operation status.
794
- * @param resourceGroupName The name of the resource group.
795
- * @param clusterName The name of the cluster.
796
- * @param operationId The long running operation id.
797
- * @param options The options parameters.
798
- */
799
- getAzureAsyncOperationStatus(resourceGroupName: string, clusterName: string, operationId: string, options?: ClustersGetAzureAsyncOperationStatusOptionalParams): Promise<ClustersGetAzureAsyncOperationStatusResponse>;
800
- /**
801
- * Updates the cluster identity certificate.
802
- * @param resourceGroupName The name of the resource group.
803
- * @param clusterName The name of the cluster.
804
- * @param parameters The cluster configurations.
805
- * @param options The options parameters.
806
- */
807
- beginUpdateIdentityCertificate(resourceGroupName: string, clusterName: string, parameters: UpdateClusterIdentityCertificateParameters, options?: ClustersUpdateIdentityCertificateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
808
- /**
809
- * Updates the cluster identity certificate.
810
- * @param resourceGroupName The name of the resource group.
811
- * @param clusterName The name of the cluster.
812
- * @param parameters The cluster configurations.
813
- * @param options The options parameters.
814
- */
815
- beginUpdateIdentityCertificateAndWait(resourceGroupName: string, clusterName: string, parameters: UpdateClusterIdentityCertificateParameters, options?: ClustersUpdateIdentityCertificateOptionalParams): Promise<void>;
816
- /**
817
- * Executes script actions on the specified HDInsight cluster.
818
- * @param resourceGroupName The name of the resource group.
819
- * @param clusterName The name of the cluster.
820
- * @param parameters The parameters for executing script actions.
821
- * @param options The options parameters.
822
- */
823
- beginExecuteScriptActions(resourceGroupName: string, clusterName: string, parameters: ExecuteScriptActionParameters, options?: ClustersExecuteScriptActionsOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
824
- /**
825
- * Executes script actions on the specified HDInsight cluster.
826
- * @param resourceGroupName The name of the resource group.
827
- * @param clusterName The name of the cluster.
828
- * @param parameters The parameters for executing script actions.
829
- * @param options The options parameters.
830
- */
831
- beginExecuteScriptActionsAndWait(resourceGroupName: string, clusterName: string, parameters: ExecuteScriptActionParameters, options?: ClustersExecuteScriptActionsOptionalParams): Promise<void>;
832
- }
833
-
834
- /** Optional parameters. */
835
- export declare interface ClustersCreateOptionalParams extends coreClient.OperationOptions {
836
- /** Delay to wait until next poll, in milliseconds. */
837
- updateIntervalInMs?: number;
838
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
839
- resumeFrom?: string;
840
- }
841
-
842
- /** Contains response data for the create operation. */
843
- export declare type ClustersCreateResponse = Cluster;
844
-
845
- /** Optional parameters. */
846
- export declare interface ClustersDeleteOptionalParams extends coreClient.OperationOptions {
847
- /** Delay to wait until next poll, in milliseconds. */
848
- updateIntervalInMs?: number;
849
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
850
- resumeFrom?: string;
851
- }
852
-
853
- /** Optional parameters. */
854
- export declare interface ClustersExecuteScriptActionsOptionalParams extends coreClient.OperationOptions {
855
- /** Delay to wait until next poll, in milliseconds. */
856
- updateIntervalInMs?: number;
857
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
858
- resumeFrom?: string;
859
- }
860
-
861
- /** Optional parameters. */
862
- export declare interface ClustersGetAzureAsyncOperationStatusOptionalParams extends coreClient.OperationOptions {
863
- }
864
-
865
- /** Contains response data for the getAzureAsyncOperationStatus operation. */
866
- export declare type ClustersGetAzureAsyncOperationStatusResponse = AsyncOperationResult;
867
-
868
- /** Optional parameters. */
869
- export declare interface ClustersGetGatewaySettingsOptionalParams extends coreClient.OperationOptions {
870
- }
871
-
872
- /** Contains response data for the getGatewaySettings operation. */
873
- export declare type ClustersGetGatewaySettingsResponse = GatewaySettings;
874
-
875
- /** Optional parameters. */
876
- export declare interface ClustersGetOptionalParams extends coreClient.OperationOptions {
877
- }
878
-
879
- /** Contains response data for the get operation. */
880
- export declare type ClustersGetResponse = Cluster;
881
-
882
- /** Optional parameters. */
883
- export declare interface ClustersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
884
- }
885
-
886
- /** Contains response data for the listByResourceGroupNext operation. */
887
- export declare type ClustersListByResourceGroupNextResponse = ClusterListResult;
888
-
889
- /** Optional parameters. */
890
- export declare interface ClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
891
- }
892
-
893
- /** Contains response data for the listByResourceGroup operation. */
894
- export declare type ClustersListByResourceGroupResponse = ClusterListResult;
895
-
896
- /** Optional parameters. */
897
- export declare interface ClustersListNextOptionalParams extends coreClient.OperationOptions {
898
- }
899
-
900
- /** Contains response data for the listNext operation. */
901
- export declare type ClustersListNextResponse = ClusterListResult;
902
-
903
- /** Optional parameters. */
904
- export declare interface ClustersListOptionalParams extends coreClient.OperationOptions {
905
- }
906
-
907
- /** Contains response data for the list operation. */
908
- export declare type ClustersListResponse = ClusterListResult;
909
-
910
- /** Optional parameters. */
911
- export declare interface ClustersResizeOptionalParams extends coreClient.OperationOptions {
912
- /** Delay to wait until next poll, in milliseconds. */
913
- updateIntervalInMs?: number;
914
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
915
- resumeFrom?: string;
916
- }
917
-
918
- /** Optional parameters. */
919
- export declare interface ClustersRotateDiskEncryptionKeyOptionalParams extends coreClient.OperationOptions {
920
- /** Delay to wait until next poll, in milliseconds. */
921
- updateIntervalInMs?: number;
922
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
923
- resumeFrom?: string;
924
- }
925
-
926
- /** Optional parameters. */
927
- export declare interface ClustersUpdateAutoScaleConfigurationOptionalParams extends coreClient.OperationOptions {
928
- /** Delay to wait until next poll, in milliseconds. */
929
- updateIntervalInMs?: number;
930
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
931
- resumeFrom?: string;
932
- }
933
-
934
- /** Optional parameters. */
935
- export declare interface ClustersUpdateGatewaySettingsOptionalParams extends coreClient.OperationOptions {
936
- /** Delay to wait until next poll, in milliseconds. */
937
- updateIntervalInMs?: number;
938
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
939
- resumeFrom?: string;
940
- }
941
-
942
- /** Optional parameters. */
943
- export declare interface ClustersUpdateIdentityCertificateOptionalParams extends coreClient.OperationOptions {
944
- /** Delay to wait until next poll, in milliseconds. */
945
- updateIntervalInMs?: number;
946
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
947
- resumeFrom?: string;
948
- }
949
-
950
- /** Optional parameters. */
951
- export declare interface ClustersUpdateOptionalParams extends coreClient.OperationOptions {
952
- }
953
-
954
- /** Contains response data for the update operation. */
955
- export declare type ClustersUpdateResponse = Cluster;
956
-
957
- /** The compute isolation properties. */
958
- export declare interface ComputeIsolationProperties {
959
- /** The flag indicates whether enable compute isolation or not. */
960
- enableComputeIsolation?: boolean;
961
- /** The host sku. */
962
- hostSku?: string;
963
- }
964
-
965
- /** Describes the compute profile. */
966
- export declare interface ComputeProfile {
967
- /** The list of roles in the cluster. */
968
- roles?: Role[];
969
- }
970
-
971
- /** Interface representing a Configurations. */
972
- export declare interface Configurations {
973
- /**
974
- * Gets all configuration information for an HDI cluster.
975
- * @param resourceGroupName The name of the resource group.
976
- * @param clusterName The name of the cluster.
977
- * @param options The options parameters.
978
- */
979
- list(resourceGroupName: string, clusterName: string, options?: ConfigurationsListOptionalParams): Promise<ConfigurationsListResponse>;
980
- /**
981
- * Configures the HTTP settings on the specified cluster. This API is deprecated, please use
982
- * UpdateGatewaySettings in cluster endpoint instead.
983
- * @param resourceGroupName The name of the resource group.
984
- * @param clusterName The name of the cluster.
985
- * @param configurationName The name of the cluster configuration.
986
- * @param parameters The cluster configurations.
987
- * @param options The options parameters.
988
- */
989
- beginUpdate(resourceGroupName: string, clusterName: string, configurationName: string, parameters: {
990
- [propertyName: string]: string;
991
- }, options?: ConfigurationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
992
- /**
993
- * Configures the HTTP settings on the specified cluster. This API is deprecated, please use
994
- * UpdateGatewaySettings in cluster endpoint instead.
995
- * @param resourceGroupName The name of the resource group.
996
- * @param clusterName The name of the cluster.
997
- * @param configurationName The name of the cluster configuration.
998
- * @param parameters The cluster configurations.
999
- * @param options The options parameters.
1000
- */
1001
- beginUpdateAndWait(resourceGroupName: string, clusterName: string, configurationName: string, parameters: {
1002
- [propertyName: string]: string;
1003
- }, options?: ConfigurationsUpdateOptionalParams): Promise<void>;
1004
- /**
1005
- * The configuration object for the specified cluster. This API is not recommended and might be removed
1006
- * in the future. Please consider using List configurations API instead.
1007
- * @param resourceGroupName The name of the resource group.
1008
- * @param clusterName The name of the cluster.
1009
- * @param configurationName The name of the cluster configuration.
1010
- * @param options The options parameters.
1011
- */
1012
- get(resourceGroupName: string, clusterName: string, configurationName: string, options?: ConfigurationsGetOptionalParams): Promise<ConfigurationsGetResponse>;
1013
- }
1014
-
1015
- /** Optional parameters. */
1016
- export declare interface ConfigurationsGetOptionalParams extends coreClient.OperationOptions {
1017
- }
1018
-
1019
- /** Contains response data for the get operation. */
1020
- export declare type ConfigurationsGetResponse = {
1021
- [propertyName: string]: string;
1022
- };
1023
-
1024
- /** Optional parameters. */
1025
- export declare interface ConfigurationsListOptionalParams extends coreClient.OperationOptions {
1026
- }
1027
-
1028
- /** Contains response data for the list operation. */
1029
- export declare type ConfigurationsListResponse = ClusterConfigurations;
1030
-
1031
- /** Optional parameters. */
1032
- export declare interface ConfigurationsUpdateOptionalParams extends coreClient.OperationOptions {
1033
- /** Delay to wait until next poll, in milliseconds. */
1034
- updateIntervalInMs?: number;
1035
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1036
- resumeFrom?: string;
1037
- }
1038
-
1039
- /** The connectivity properties */
1040
- export declare interface ConnectivityEndpoint {
1041
- /** The name of the endpoint. */
1042
- name?: string;
1043
- /** The protocol of the endpoint. */
1044
- protocol?: string;
1045
- /** The location of the endpoint. */
1046
- location?: string;
1047
- /** The port to connect to. */
1048
- port?: number;
1049
- /** The private ip address of the endpoint. */
1050
- privateIPAddress?: string;
1051
- }
1052
-
1053
- /**
1054
- * Defines values for CreatedByType. \
1055
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
1056
- * this enum contains the known values that the service supports.
1057
- * ### Known values supported by the service
1058
- * **User** \
1059
- * **Application** \
1060
- * **ManagedIdentity** \
1061
- * **Key**
1062
- */
1063
- export declare type CreatedByType = string;
1064
-
1065
- /** The data disks groups for the role. */
1066
- export declare interface DataDisksGroups {
1067
- /** The number of disks per node. */
1068
- disksPerNode?: number;
1069
- /**
1070
- * ReadOnly. The storage account type. Do not set this value.
1071
- * NOTE: This property will not be serialized. It can only be populated by the server.
1072
- */
1073
- readonly storageAccountType?: string;
1074
- /**
1075
- * ReadOnly. The DiskSize in GB. Do not set this value.
1076
- * NOTE: This property will not be serialized. It can only be populated by the server.
1077
- */
1078
- readonly diskSizeGB?: number;
1079
- }
1080
-
1081
- /**
1082
- * Defines values for DaysOfWeek. \
1083
- * {@link KnownDaysOfWeek} can be used interchangeably with DaysOfWeek,
1084
- * this enum contains the known values that the service supports.
1085
- * ### Known values supported by the service
1086
- * **Monday** \
1087
- * **Tuesday** \
1088
- * **Wednesday** \
1089
- * **Thursday** \
1090
- * **Friday** \
1091
- * **Saturday** \
1092
- * **Sunday**
1093
- */
1094
- export declare type DaysOfWeek = string;
1095
-
1096
- /** The definition of Dimension. */
1097
- export declare interface Dimension {
1098
- /** The name of the dimension. */
1099
- name?: string;
1100
- /** The display name of the dimension. */
1101
- displayName?: string;
1102
- /** The display name of the dimension. */
1103
- internalName?: string;
1104
- /** The flag indicates whether the metric will be exported for shoebox or not. */
1105
- toBeExportedForShoebox?: boolean;
1106
- }
1107
-
1108
- /**
1109
- * Defines values for DirectoryType. \
1110
- * {@link KnownDirectoryType} can be used interchangeably with DirectoryType,
1111
- * this enum contains the known values that the service supports.
1112
- * ### Known values supported by the service
1113
- * **ActiveDirectory**
1114
- */
1115
- export declare type DirectoryType = string;
1116
-
1117
- /** The disk billing meters. */
1118
- export declare interface DiskBillingMeters {
1119
- /** The managed disk meter guid. */
1120
- diskRpMeter?: string;
1121
- /** The managed disk billing sku, P30 or S30. */
1122
- sku?: string;
1123
- /** The managed disk billing tier, Standard or Premium. */
1124
- tier?: Tier;
1125
- }
1126
-
1127
- /** The disk encryption properties */
1128
- export declare interface DiskEncryptionProperties {
1129
- /** Base key vault URI where the customers key is located eg. https://myvault.vault.azure.net */
1130
- vaultUri?: string;
1131
- /** Key name that is used for enabling disk encryption. */
1132
- keyName?: string;
1133
- /** Specific key version that is used for enabling disk encryption. */
1134
- keyVersion?: string;
1135
- /** Algorithm identifier for encryption, default RSA-OAEP. */
1136
- encryptionAlgorithm?: JsonWebKeyEncryptionAlgorithm;
1137
- /** Resource ID of Managed Identity that is used to access the key vault. */
1138
- msiResourceId?: string;
1139
- /** Indicates whether or not resource disk encryption is enabled. */
1140
- encryptionAtHost?: boolean;
1141
- }
1142
-
1143
- /** The encryption-in-transit properties. */
1144
- export declare interface EncryptionInTransitProperties {
1145
- /** Indicates whether or not inter cluster node communication is encrypted in transit. */
1146
- isEncryptionInTransitEnabled?: boolean;
1147
- }
1148
-
1149
- /** Describes the format of Error response. */
1150
- export declare interface ErrorResponse {
1151
- /** Error code */
1152
- code?: string;
1153
- /** Error message indicating why the operation failed. */
1154
- message?: string;
1155
- }
1156
-
1157
- /** The error message associated with the cluster creation. */
1158
- export declare interface Errors {
1159
- /** The error code. */
1160
- code?: string;
1161
- /** The error message. */
1162
- message?: string;
1163
- }
1164
-
1165
- /** The configuration that services will be excluded when creating cluster. */
1166
- export declare interface ExcludedServicesConfig {
1167
- /** The config id of excluded services. */
1168
- excludedServicesConfigId?: string;
1169
- /** The list of excluded services. */
1170
- excludedServicesList?: string;
1171
- }
1172
-
1173
- /** The parameters for the script actions to execute on a running cluster. */
1174
- export declare interface ExecuteScriptActionParameters {
1175
- /** The list of run time script actions. */
1176
- scriptActions?: RuntimeScriptAction[];
1177
- /** Gets or sets if the scripts needs to be persisted. */
1178
- persistOnSuccess: boolean;
1179
- }
1180
-
1181
- /** Cluster monitoring extensions. */
1182
- export declare interface Extension {
1183
- /** The workspace ID for the cluster monitoring extension. */
1184
- workspaceId?: string;
1185
- /** The certificate for the cluster monitoring extensions. */
1186
- primaryKey?: string;
1187
- }
1188
-
1189
- /** Interface representing a Extensions. */
1190
- export declare interface Extensions {
1191
- /**
1192
- * Enables the Operations Management Suite (OMS) on the HDInsight cluster.
1193
- * @param resourceGroupName The name of the resource group.
1194
- * @param clusterName The name of the cluster.
1195
- * @param parameters The Operations Management Suite (OMS) workspace parameters.
1196
- * @param options The options parameters.
1197
- */
1198
- beginEnableMonitoring(resourceGroupName: string, clusterName: string, parameters: ClusterMonitoringRequest, options?: ExtensionsEnableMonitoringOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1199
- /**
1200
- * Enables the Operations Management Suite (OMS) on the HDInsight cluster.
1201
- * @param resourceGroupName The name of the resource group.
1202
- * @param clusterName The name of the cluster.
1203
- * @param parameters The Operations Management Suite (OMS) workspace parameters.
1204
- * @param options The options parameters.
1205
- */
1206
- beginEnableMonitoringAndWait(resourceGroupName: string, clusterName: string, parameters: ClusterMonitoringRequest, options?: ExtensionsEnableMonitoringOptionalParams): Promise<void>;
1207
- /**
1208
- * Gets the status of Operations Management Suite (OMS) on the HDInsight cluster.
1209
- * @param resourceGroupName The name of the resource group.
1210
- * @param clusterName The name of the cluster.
1211
- * @param options The options parameters.
1212
- */
1213
- getMonitoringStatus(resourceGroupName: string, clusterName: string, options?: ExtensionsGetMonitoringStatusOptionalParams): Promise<ExtensionsGetMonitoringStatusResponse>;
1214
- /**
1215
- * Disables the Operations Management Suite (OMS) on the HDInsight cluster.
1216
- * @param resourceGroupName The name of the resource group.
1217
- * @param clusterName The name of the cluster.
1218
- * @param options The options parameters.
1219
- */
1220
- beginDisableMonitoring(resourceGroupName: string, clusterName: string, options?: ExtensionsDisableMonitoringOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1221
- /**
1222
- * Disables the Operations Management Suite (OMS) on the HDInsight cluster.
1223
- * @param resourceGroupName The name of the resource group.
1224
- * @param clusterName The name of the cluster.
1225
- * @param options The options parameters.
1226
- */
1227
- beginDisableMonitoringAndWait(resourceGroupName: string, clusterName: string, options?: ExtensionsDisableMonitoringOptionalParams): Promise<void>;
1228
- /**
1229
- * Enables the Azure Monitor on the HDInsight cluster.
1230
- * @param resourceGroupName The name of the resource group.
1231
- * @param clusterName The name of the cluster.
1232
- * @param parameters The Log Analytics workspace parameters.
1233
- * @param options The options parameters.
1234
- */
1235
- beginEnableAzureMonitor(resourceGroupName: string, clusterName: string, parameters: AzureMonitorRequest, options?: ExtensionsEnableAzureMonitorOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1236
- /**
1237
- * Enables the Azure Monitor on the HDInsight cluster.
1238
- * @param resourceGroupName The name of the resource group.
1239
- * @param clusterName The name of the cluster.
1240
- * @param parameters The Log Analytics workspace parameters.
1241
- * @param options The options parameters.
1242
- */
1243
- beginEnableAzureMonitorAndWait(resourceGroupName: string, clusterName: string, parameters: AzureMonitorRequest, options?: ExtensionsEnableAzureMonitorOptionalParams): Promise<void>;
1244
- /**
1245
- * Gets the status of Azure Monitor on the HDInsight cluster.
1246
- * @param resourceGroupName The name of the resource group.
1247
- * @param clusterName The name of the cluster.
1248
- * @param options The options parameters.
1249
- */
1250
- getAzureMonitorStatus(resourceGroupName: string, clusterName: string, options?: ExtensionsGetAzureMonitorStatusOptionalParams): Promise<ExtensionsGetAzureMonitorStatusResponse>;
1251
- /**
1252
- * Disables the Azure Monitor on the HDInsight cluster.
1253
- * @param resourceGroupName The name of the resource group.
1254
- * @param clusterName The name of the cluster.
1255
- * @param options The options parameters.
1256
- */
1257
- beginDisableAzureMonitor(resourceGroupName: string, clusterName: string, options?: ExtensionsDisableAzureMonitorOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1258
- /**
1259
- * Disables the Azure Monitor on the HDInsight cluster.
1260
- * @param resourceGroupName The name of the resource group.
1261
- * @param clusterName The name of the cluster.
1262
- * @param options The options parameters.
1263
- */
1264
- beginDisableAzureMonitorAndWait(resourceGroupName: string, clusterName: string, options?: ExtensionsDisableAzureMonitorOptionalParams): Promise<void>;
1265
- /**
1266
- * Enables the Azure Monitor Agent on the HDInsight cluster.
1267
- * @param resourceGroupName The name of the resource group.
1268
- * @param clusterName The name of the cluster.
1269
- * @param parameters The Log Analytics workspace parameters.
1270
- * @param options The options parameters.
1271
- */
1272
- beginEnableAzureMonitorAgent(resourceGroupName: string, clusterName: string, parameters: AzureMonitorRequest, options?: ExtensionsEnableAzureMonitorAgentOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1273
- /**
1274
- * Enables the Azure Monitor Agent on the HDInsight cluster.
1275
- * @param resourceGroupName The name of the resource group.
1276
- * @param clusterName The name of the cluster.
1277
- * @param parameters The Log Analytics workspace parameters.
1278
- * @param options The options parameters.
1279
- */
1280
- beginEnableAzureMonitorAgentAndWait(resourceGroupName: string, clusterName: string, parameters: AzureMonitorRequest, options?: ExtensionsEnableAzureMonitorAgentOptionalParams): Promise<void>;
1281
- /**
1282
- * Gets the status of Azure Monitor Agent on the HDInsight cluster.
1283
- * @param resourceGroupName The name of the resource group.
1284
- * @param clusterName The name of the cluster.
1285
- * @param options The options parameters.
1286
- */
1287
- getAzureMonitorAgentStatus(resourceGroupName: string, clusterName: string, options?: ExtensionsGetAzureMonitorAgentStatusOptionalParams): Promise<ExtensionsGetAzureMonitorAgentStatusResponse>;
1288
- /**
1289
- * Disables the Azure Monitor Agent on the HDInsight cluster.
1290
- * @param resourceGroupName The name of the resource group.
1291
- * @param clusterName The name of the cluster.
1292
- * @param options The options parameters.
1293
- */
1294
- beginDisableAzureMonitorAgent(resourceGroupName: string, clusterName: string, options?: ExtensionsDisableAzureMonitorAgentOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1295
- /**
1296
- * Disables the Azure Monitor Agent on the HDInsight cluster.
1297
- * @param resourceGroupName The name of the resource group.
1298
- * @param clusterName The name of the cluster.
1299
- * @param options The options parameters.
1300
- */
1301
- beginDisableAzureMonitorAgentAndWait(resourceGroupName: string, clusterName: string, options?: ExtensionsDisableAzureMonitorAgentOptionalParams): Promise<void>;
1302
- /**
1303
- * Creates an HDInsight cluster extension.
1304
- * @param resourceGroupName The name of the resource group.
1305
- * @param clusterName The name of the cluster.
1306
- * @param extensionName The name of the cluster extension.
1307
- * @param parameters The cluster extensions create request.
1308
- * @param options The options parameters.
1309
- */
1310
- beginCreate(resourceGroupName: string, clusterName: string, extensionName: string, parameters: Extension, options?: ExtensionsCreateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1311
- /**
1312
- * Creates an HDInsight cluster extension.
1313
- * @param resourceGroupName The name of the resource group.
1314
- * @param clusterName The name of the cluster.
1315
- * @param extensionName The name of the cluster extension.
1316
- * @param parameters The cluster extensions create request.
1317
- * @param options The options parameters.
1318
- */
1319
- beginCreateAndWait(resourceGroupName: string, clusterName: string, extensionName: string, parameters: Extension, options?: ExtensionsCreateOptionalParams): Promise<void>;
1320
- /**
1321
- * Gets the extension properties for the specified HDInsight cluster extension.
1322
- * @param resourceGroupName The name of the resource group.
1323
- * @param clusterName The name of the cluster.
1324
- * @param extensionName The name of the cluster extension.
1325
- * @param options The options parameters.
1326
- */
1327
- get(resourceGroupName: string, clusterName: string, extensionName: string, options?: ExtensionsGetOptionalParams): Promise<ExtensionsGetResponse>;
1328
- /**
1329
- * Deletes the specified extension for HDInsight cluster.
1330
- * @param resourceGroupName The name of the resource group.
1331
- * @param clusterName The name of the cluster.
1332
- * @param extensionName The name of the cluster extension.
1333
- * @param options The options parameters.
1334
- */
1335
- beginDelete(resourceGroupName: string, clusterName: string, extensionName: string, options?: ExtensionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1336
- /**
1337
- * Deletes the specified extension for HDInsight cluster.
1338
- * @param resourceGroupName The name of the resource group.
1339
- * @param clusterName The name of the cluster.
1340
- * @param extensionName The name of the cluster extension.
1341
- * @param options The options parameters.
1342
- */
1343
- beginDeleteAndWait(resourceGroupName: string, clusterName: string, extensionName: string, options?: ExtensionsDeleteOptionalParams): Promise<void>;
1344
- /**
1345
- * Gets the async operation status.
1346
- * @param resourceGroupName The name of the resource group.
1347
- * @param clusterName The name of the cluster.
1348
- * @param extensionName The name of the cluster extension.
1349
- * @param operationId The long running operation id.
1350
- * @param options The options parameters.
1351
- */
1352
- getAzureAsyncOperationStatus(resourceGroupName: string, clusterName: string, extensionName: string, operationId: string, options?: ExtensionsGetAzureAsyncOperationStatusOptionalParams): Promise<ExtensionsGetAzureAsyncOperationStatusResponse>;
1353
- }
1354
-
1355
- /** Optional parameters. */
1356
- export declare interface ExtensionsCreateOptionalParams extends coreClient.OperationOptions {
1357
- /** Delay to wait until next poll, in milliseconds. */
1358
- updateIntervalInMs?: number;
1359
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1360
- resumeFrom?: string;
1361
- }
1362
-
1363
- /** Optional parameters. */
1364
- export declare interface ExtensionsDeleteOptionalParams extends coreClient.OperationOptions {
1365
- /** Delay to wait until next poll, in milliseconds. */
1366
- updateIntervalInMs?: number;
1367
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1368
- resumeFrom?: string;
1369
- }
1370
-
1371
- /** Optional parameters. */
1372
- export declare interface ExtensionsDisableAzureMonitorAgentOptionalParams extends coreClient.OperationOptions {
1373
- /** Delay to wait until next poll, in milliseconds. */
1374
- updateIntervalInMs?: number;
1375
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1376
- resumeFrom?: string;
1377
- }
1378
-
1379
- /** Optional parameters. */
1380
- export declare interface ExtensionsDisableAzureMonitorOptionalParams extends coreClient.OperationOptions {
1381
- /** Delay to wait until next poll, in milliseconds. */
1382
- updateIntervalInMs?: number;
1383
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1384
- resumeFrom?: string;
1385
- }
1386
-
1387
- /** Optional parameters. */
1388
- export declare interface ExtensionsDisableMonitoringOptionalParams extends coreClient.OperationOptions {
1389
- /** Delay to wait until next poll, in milliseconds. */
1390
- updateIntervalInMs?: number;
1391
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1392
- resumeFrom?: string;
1393
- }
1394
-
1395
- /** Optional parameters. */
1396
- export declare interface ExtensionsEnableAzureMonitorAgentOptionalParams extends coreClient.OperationOptions {
1397
- /** Delay to wait until next poll, in milliseconds. */
1398
- updateIntervalInMs?: number;
1399
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1400
- resumeFrom?: string;
1401
- }
1402
-
1403
- /** Optional parameters. */
1404
- export declare interface ExtensionsEnableAzureMonitorOptionalParams extends coreClient.OperationOptions {
1405
- /** Delay to wait until next poll, in milliseconds. */
1406
- updateIntervalInMs?: number;
1407
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1408
- resumeFrom?: string;
1409
- }
1410
-
1411
- /** Optional parameters. */
1412
- export declare interface ExtensionsEnableMonitoringOptionalParams extends coreClient.OperationOptions {
1413
- /** Delay to wait until next poll, in milliseconds. */
1414
- updateIntervalInMs?: number;
1415
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1416
- resumeFrom?: string;
1417
- }
1418
-
1419
- /** Optional parameters. */
1420
- export declare interface ExtensionsGetAzureAsyncOperationStatusOptionalParams extends coreClient.OperationOptions {
1421
- }
1422
-
1423
- /** Contains response data for the getAzureAsyncOperationStatus operation. */
1424
- export declare type ExtensionsGetAzureAsyncOperationStatusResponse = AsyncOperationResult;
1425
-
1426
- /** Optional parameters. */
1427
- export declare interface ExtensionsGetAzureMonitorAgentStatusOptionalParams extends coreClient.OperationOptions {
1428
- }
1429
-
1430
- /** Contains response data for the getAzureMonitorAgentStatus operation. */
1431
- export declare type ExtensionsGetAzureMonitorAgentStatusResponse = AzureMonitorResponse;
1432
-
1433
- /** Optional parameters. */
1434
- export declare interface ExtensionsGetAzureMonitorStatusOptionalParams extends coreClient.OperationOptions {
1435
- }
1436
-
1437
- /** Contains response data for the getAzureMonitorStatus operation. */
1438
- export declare type ExtensionsGetAzureMonitorStatusResponse = AzureMonitorResponse;
1439
-
1440
- /** Optional parameters. */
1441
- export declare interface ExtensionsGetMonitoringStatusOptionalParams extends coreClient.OperationOptions {
1442
- }
1443
-
1444
- /** Contains response data for the getMonitoringStatus operation. */
1445
- export declare type ExtensionsGetMonitoringStatusResponse = ClusterMonitoringResponse;
1446
-
1447
- /** Optional parameters. */
1448
- export declare interface ExtensionsGetOptionalParams extends coreClient.OperationOptions {
1449
- }
1450
-
1451
- /** Contains response data for the get operation. */
1452
- export declare type ExtensionsGetResponse = ClusterMonitoringResponse;
1453
-
1454
- /**
1455
- * Defines values for FilterMode. \
1456
- * {@link KnownFilterMode} can be used interchangeably with FilterMode,
1457
- * this enum contains the known values that the service supports.
1458
- * ### Known values supported by the service
1459
- * **Exclude** \
1460
- * **Include** \
1461
- * **Recommend** \
1462
- * **Default**
1463
- */
1464
- export declare type FilterMode = string;
1465
-
1466
- /** Gateway settings. */
1467
- export declare interface GatewaySettings {
1468
- /**
1469
- * Indicates whether or not the gateway settings based authorization is enabled.
1470
- * NOTE: This property will not be serialized. It can only be populated by the server.
1471
- */
1472
- readonly isCredentialEnabled?: string;
1473
- /**
1474
- * The gateway settings user name.
1475
- * NOTE: This property will not be serialized. It can only be populated by the server.
1476
- */
1477
- readonly userName?: string;
1478
- /**
1479
- * The gateway settings user password.
1480
- * NOTE: This property will not be serialized. It can only be populated by the server.
1481
- */
1482
- readonly password?: string;
1483
- }
1484
-
1485
- /**
1486
- * Given the last `.value` produced by the `byPage` iterator,
1487
- * returns a continuation token that can be used to begin paging from
1488
- * that point later.
1489
- * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
1490
- * @returns The continuation token that can be passed into byPage() during future calls.
1491
- */
1492
- export declare function getContinuationToken(page: unknown): string | undefined;
1493
-
1494
- /** The hardware profile. */
1495
- export declare interface HardwareProfile {
1496
- /** The size of the VM */
1497
- vmSize?: string;
1498
- }
1499
-
1500
- /**
1501
- * Defines values for HDInsightClusterProvisioningState. \
1502
- * {@link KnownHDInsightClusterProvisioningState} can be used interchangeably with HDInsightClusterProvisioningState,
1503
- * this enum contains the known values that the service supports.
1504
- * ### Known values supported by the service
1505
- * **InProgress** \
1506
- * **Failed** \
1507
- * **Succeeded** \
1508
- * **Canceled** \
1509
- * **Deleting**
1510
- */
1511
- export declare type HDInsightClusterProvisioningState = string;
1512
-
1513
- export declare class HDInsightManagementClient extends coreClient.ServiceClient {
1514
- $host: string;
1515
- subscriptionId: string;
1516
- apiVersion: string;
1517
- /**
1518
- * Initializes a new instance of the HDInsightManagementClient class.
1519
- * @param credentials Subscription credentials which uniquely identify client subscription.
1520
- * @param subscriptionId The subscription credentials which uniquely identify Microsoft Azure
1521
- * subscription. The subscription ID forms part of the URI for every service call.
1522
- * @param options The parameter options
1523
- */
1524
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: HDInsightManagementClientOptionalParams);
1525
- /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
1526
- private addCustomApiVersionPolicy;
1527
- applications: Applications;
1528
- clusters: Clusters;
1529
- configurations: Configurations;
1530
- extensions: Extensions;
1531
- locations: Locations;
1532
- operations: Operations;
1533
- privateEndpointConnections: PrivateEndpointConnections;
1534
- privateLinkResources: PrivateLinkResources;
1535
- scriptActions: ScriptActions;
1536
- scriptExecutionHistory: ScriptExecutionHistory;
1537
- virtualMachines: VirtualMachines;
1538
- }
1539
-
1540
- /** Optional parameters. */
1541
- export declare interface HDInsightManagementClientOptionalParams extends coreClient.ServiceClientOptions {
1542
- /** server parameter */
1543
- $host?: string;
1544
- /** Api Version */
1545
- apiVersion?: string;
1546
- /** Overrides client endpoint. */
1547
- endpoint?: string;
1548
- }
1549
-
1550
- /** The cluster host information. */
1551
- export declare interface HostInfo {
1552
- /** The host name */
1553
- name?: string;
1554
- /** The Fully Qualified Domain Name of host */
1555
- fqdn?: string;
1556
- /** The effective disk encryption key URL used by the host */
1557
- effectiveDiskEncryptionKeyUrl?: string;
1558
- }
1559
-
1560
- /** The ip configurations for the private link service. */
1561
- export declare interface IPConfiguration {
1562
- /**
1563
- * The private link IP configuration id.
1564
- * NOTE: This property will not be serialized. It can only be populated by the server.
1565
- */
1566
- readonly id?: string;
1567
- /** The name of private link IP configuration. */
1568
- name: string;
1569
- /**
1570
- * The type of the private link IP configuration.
1571
- * NOTE: This property will not be serialized. It can only be populated by the server.
1572
- */
1573
- readonly type?: string;
1574
- /**
1575
- * The private link configuration provisioning state, which only appears in the response.
1576
- * NOTE: This property will not be serialized. It can only be populated by the server.
1577
- */
1578
- readonly provisioningState?: PrivateLinkConfigurationProvisioningState;
1579
- /** Indicates whether this IP configuration is primary for the corresponding NIC. */
1580
- primary?: boolean;
1581
- /** The IP address. */
1582
- privateIPAddress?: string;
1583
- /** The method that private IP address is allocated. */
1584
- privateIPAllocationMethod?: PrivateIPAllocationMethod;
1585
- /** The subnet resource id. */
1586
- subnet?: ResourceId;
1587
- }
1588
-
1589
- /** Contains the IpTag associated with the public IP address */
1590
- export declare interface IpTag {
1591
- /** Gets or sets the ipTag type: Example FirstPartyUsage. */
1592
- ipTagType: string;
1593
- /** Gets or sets value of the IpTag associated with the public IP. Example HDInsight, SQL, Storage etc */
1594
- tag: string;
1595
- }
1596
-
1597
- /**
1598
- * Defines values for JsonWebKeyEncryptionAlgorithm. \
1599
- * {@link KnownJsonWebKeyEncryptionAlgorithm} can be used interchangeably with JsonWebKeyEncryptionAlgorithm,
1600
- * this enum contains the known values that the service supports.
1601
- * ### Known values supported by the service
1602
- * **RSA-OAEP** \
1603
- * **RSA-OAEP-256** \
1604
- * **RSA1_5**
1605
- */
1606
- export declare type JsonWebKeyEncryptionAlgorithm = string;
1607
-
1608
- /** The kafka rest proxy configuration which contains AAD security group information. */
1609
- export declare interface KafkaRestProperties {
1610
- /** The information of AAD security group. */
1611
- clientGroupInfo?: ClientGroupInfo;
1612
- /** The configurations that need to be overriden. */
1613
- configurationOverride?: {
1614
- [propertyName: string]: string;
1615
- };
1616
- }
1617
-
1618
- /** Known values of {@link AsyncOperationState} that the service accepts. */
1619
- export declare enum KnownAsyncOperationState {
1620
- /** InProgress */
1621
- InProgress = "InProgress",
1622
- /** Succeeded */
1623
- Succeeded = "Succeeded",
1624
- /** Failed */
1625
- Failed = "Failed"
1626
- }
1627
-
1628
- /** Known values of {@link CreatedByType} that the service accepts. */
1629
- export declare enum KnownCreatedByType {
1630
- /** User */
1631
- User = "User",
1632
- /** Application */
1633
- Application = "Application",
1634
- /** ManagedIdentity */
1635
- ManagedIdentity = "ManagedIdentity",
1636
- /** Key */
1637
- Key = "Key"
1638
- }
1639
-
1640
- /** Known values of {@link DaysOfWeek} that the service accepts. */
1641
- export declare enum KnownDaysOfWeek {
1642
- /** Monday */
1643
- Monday = "Monday",
1644
- /** Tuesday */
1645
- Tuesday = "Tuesday",
1646
- /** Wednesday */
1647
- Wednesday = "Wednesday",
1648
- /** Thursday */
1649
- Thursday = "Thursday",
1650
- /** Friday */
1651
- Friday = "Friday",
1652
- /** Saturday */
1653
- Saturday = "Saturday",
1654
- /** Sunday */
1655
- Sunday = "Sunday"
1656
- }
1657
-
1658
- /** Known values of {@link DirectoryType} that the service accepts. */
1659
- export declare enum KnownDirectoryType {
1660
- /** ActiveDirectory */
1661
- ActiveDirectory = "ActiveDirectory"
1662
- }
1663
-
1664
- /** Known values of {@link FilterMode} that the service accepts. */
1665
- export declare enum KnownFilterMode {
1666
- /** Exclude */
1667
- Exclude = "Exclude",
1668
- /** Include */
1669
- Include = "Include",
1670
- /** Recommend */
1671
- Recommend = "Recommend",
1672
- /** Default */
1673
- Default = "Default"
1674
- }
1675
-
1676
- /** Known values of {@link HDInsightClusterProvisioningState} that the service accepts. */
1677
- export declare enum KnownHDInsightClusterProvisioningState {
1678
- /** InProgress */
1679
- InProgress = "InProgress",
1680
- /** Failed */
1681
- Failed = "Failed",
1682
- /** Succeeded */
1683
- Succeeded = "Succeeded",
1684
- /** Canceled */
1685
- Canceled = "Canceled",
1686
- /** Deleting */
1687
- Deleting = "Deleting"
1688
- }
1689
-
1690
- /** Known values of {@link JsonWebKeyEncryptionAlgorithm} that the service accepts. */
1691
- export declare enum KnownJsonWebKeyEncryptionAlgorithm {
1692
- /** RSAOaep */
1693
- RSAOaep = "RSA-OAEP",
1694
- /** RSAOaep256 */
1695
- RSAOaep256 = "RSA-OAEP-256",
1696
- /** RSA15 */
1697
- RSA15 = "RSA1_5"
1698
- }
1699
-
1700
- /** Known values of {@link OSType} that the service accepts. */
1701
- export declare enum KnownOSType {
1702
- /** Windows */
1703
- Windows = "Windows",
1704
- /** Linux */
1705
- Linux = "Linux"
1706
- }
1707
-
1708
- /** Known values of {@link OutboundDependenciesManagedType} that the service accepts. */
1709
- export declare enum KnownOutboundDependenciesManagedType {
1710
- /** Managed */
1711
- Managed = "Managed",
1712
- /** External */
1713
- External = "External"
1714
- }
1715
-
1716
- /** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
1717
- export declare enum KnownPrivateEndpointConnectionProvisioningState {
1718
- /** InProgress */
1719
- InProgress = "InProgress",
1720
- /** Updating */
1721
- Updating = "Updating",
1722
- /** Failed */
1723
- Failed = "Failed",
1724
- /** Succeeded */
1725
- Succeeded = "Succeeded",
1726
- /** Canceled */
1727
- Canceled = "Canceled",
1728
- /** Deleting */
1729
- Deleting = "Deleting"
1730
- }
1731
-
1732
- /** Known values of {@link PrivateIPAllocationMethod} that the service accepts. */
1733
- export declare enum KnownPrivateIPAllocationMethod {
1734
- /** Dynamic */
1735
- Dynamic = "dynamic",
1736
- /** Static */
1737
- Static = "static"
1738
- }
1739
-
1740
- /** Known values of {@link PrivateLink} that the service accepts. */
1741
- export declare enum KnownPrivateLink {
1742
- /** Disabled */
1743
- Disabled = "Disabled",
1744
- /** Enabled */
1745
- Enabled = "Enabled"
1746
- }
1747
-
1748
- /** Known values of {@link PrivateLinkConfigurationProvisioningState} that the service accepts. */
1749
- export declare enum KnownPrivateLinkConfigurationProvisioningState {
1750
- /** InProgress */
1751
- InProgress = "InProgress",
1752
- /** Failed */
1753
- Failed = "Failed",
1754
- /** Succeeded */
1755
- Succeeded = "Succeeded",
1756
- /** Canceled */
1757
- Canceled = "Canceled",
1758
- /** Deleting */
1759
- Deleting = "Deleting"
1760
- }
1761
-
1762
- /** Known values of {@link PrivateLinkServiceConnectionStatus} that the service accepts. */
1763
- export declare enum KnownPrivateLinkServiceConnectionStatus {
1764
- /** Approved */
1765
- Approved = "Approved",
1766
- /** Rejected */
1767
- Rejected = "Rejected",
1768
- /** Pending */
1769
- Pending = "Pending",
1770
- /** Removed */
1771
- Removed = "Removed"
1772
- }
1773
-
1774
- /** Known values of {@link ResourceIdentityType} that the service accepts. */
1775
- export declare enum KnownResourceIdentityType {
1776
- /** SystemAssigned */
1777
- SystemAssigned = "SystemAssigned",
1778
- /** UserAssigned */
1779
- UserAssigned = "UserAssigned",
1780
- /** SystemAssignedUserAssigned */
1781
- SystemAssignedUserAssigned = "SystemAssigned, UserAssigned",
1782
- /** None */
1783
- None = "None"
1784
- }
1785
-
1786
- /** Known values of {@link ResourceProviderConnection} that the service accepts. */
1787
- export declare enum KnownResourceProviderConnection {
1788
- /** Inbound */
1789
- Inbound = "Inbound",
1790
- /** Outbound */
1791
- Outbound = "Outbound"
1792
- }
1793
-
1794
- /** Known values of {@link RoleName} that the service accepts. */
1795
- export declare enum KnownRoleName {
1796
- /** Workernode */
1797
- Workernode = "workernode"
1798
- }
1799
-
1800
- /** Known values of {@link Tier} that the service accepts. */
1801
- export declare enum KnownTier {
1802
- /** Standard */
1803
- Standard = "Standard",
1804
- /** Premium */
1805
- Premium = "Premium"
1806
- }
1807
-
1808
- /** The ssh username, password, and ssh public key. */
1809
- export declare interface LinuxOperatingSystemProfile {
1810
- /** The username. */
1811
- username?: string;
1812
- /** The password. */
1813
- password?: string;
1814
- /** The SSH profile. */
1815
- sshProfile?: SshProfile;
1816
- }
1817
-
1818
- /** The details about the localizable name of a type of usage. */
1819
- export declare interface LocalizedName {
1820
- /** The name of the used resource. */
1821
- value?: string;
1822
- /** The localized name of the used resource. */
1823
- localizedValue?: string;
1824
- }
1825
-
1826
- /** Interface representing a Locations. */
1827
- export declare interface Locations {
1828
- /**
1829
- * Gets the capabilities for the specified location.
1830
- * @param location The Azure location (region) for which to make the request.
1831
- * @param options The options parameters.
1832
- */
1833
- getCapabilities(location: string, options?: LocationsGetCapabilitiesOptionalParams): Promise<LocationsGetCapabilitiesResponse>;
1834
- /**
1835
- * Lists the usages for the specified location.
1836
- * @param location The Azure location (region) for which to make the request.
1837
- * @param options The options parameters.
1838
- */
1839
- listUsages(location: string, options?: LocationsListUsagesOptionalParams): Promise<LocationsListUsagesResponse>;
1840
- /**
1841
- * Lists the billingSpecs for the specified subscription and location.
1842
- * @param location The Azure location (region) for which to make the request.
1843
- * @param options The options parameters.
1844
- */
1845
- listBillingSpecs(location: string, options?: LocationsListBillingSpecsOptionalParams): Promise<LocationsListBillingSpecsResponse>;
1846
- /**
1847
- * Get the async operation status.
1848
- * @param location The Azure location (region) for which to make the request.
1849
- * @param operationId The long running operation id.
1850
- * @param options The options parameters.
1851
- */
1852
- getAzureAsyncOperationStatus(location: string, operationId: string, options?: LocationsGetAzureAsyncOperationStatusOptionalParams): Promise<LocationsGetAzureAsyncOperationStatusResponse>;
1853
- /**
1854
- * Check the cluster name is available or not.
1855
- * @param location The Azure location (region) for which to make the request.
1856
- * @param parameters The request spec of checking name availability.
1857
- * @param options The options parameters.
1858
- */
1859
- checkNameAvailability(location: string, parameters: NameAvailabilityCheckRequestParameters, options?: LocationsCheckNameAvailabilityOptionalParams): Promise<LocationsCheckNameAvailabilityResponse>;
1860
- /**
1861
- * Validate the cluster create request spec is valid or not.
1862
- * @param location The Azure location (region) for which to make the request.
1863
- * @param parameters The cluster create request specification.
1864
- * @param options The options parameters.
1865
- */
1866
- validateClusterCreateRequest(location: string, parameters: ClusterCreateRequestValidationParameters, options?: LocationsValidateClusterCreateRequestOptionalParams): Promise<LocationsValidateClusterCreateRequestResponse>;
1867
- }
1868
-
1869
- /** Optional parameters. */
1870
- export declare interface LocationsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
1871
- }
1872
-
1873
- /** Contains response data for the checkNameAvailability operation. */
1874
- export declare type LocationsCheckNameAvailabilityResponse = NameAvailabilityCheckResult;
1875
-
1876
- /** Optional parameters. */
1877
- export declare interface LocationsGetAzureAsyncOperationStatusOptionalParams extends coreClient.OperationOptions {
1878
- }
1879
-
1880
- /** Contains response data for the getAzureAsyncOperationStatus operation. */
1881
- export declare type LocationsGetAzureAsyncOperationStatusResponse = AsyncOperationResult;
1882
-
1883
- /** Optional parameters. */
1884
- export declare interface LocationsGetCapabilitiesOptionalParams extends coreClient.OperationOptions {
1885
- }
1886
-
1887
- /** Contains response data for the getCapabilities operation. */
1888
- export declare type LocationsGetCapabilitiesResponse = CapabilitiesResult;
1889
-
1890
- /** Optional parameters. */
1891
- export declare interface LocationsListBillingSpecsOptionalParams extends coreClient.OperationOptions {
1892
- }
1893
-
1894
- /** Contains response data for the listBillingSpecs operation. */
1895
- export declare type LocationsListBillingSpecsResponse = BillingResponseListResult;
1896
-
1897
- /** Optional parameters. */
1898
- export declare interface LocationsListUsagesOptionalParams extends coreClient.OperationOptions {
1899
- }
1900
-
1901
- /** Contains response data for the listUsages operation. */
1902
- export declare type LocationsListUsagesResponse = UsagesListResult;
1903
-
1904
- /** Optional parameters. */
1905
- export declare interface LocationsValidateClusterCreateRequestOptionalParams extends coreClient.OperationOptions {
1906
- }
1907
-
1908
- /** Contains response data for the validateClusterCreateRequest operation. */
1909
- export declare type LocationsValidateClusterCreateRequestResponse = ClusterCreateValidationResult;
1910
-
1911
- /** The details of metric specifications. */
1912
- export declare interface MetricSpecifications {
1913
- /** The name of the metric specification. */
1914
- name?: string;
1915
- /** The display name of the metric specification. */
1916
- displayName?: string;
1917
- /** The display description of the metric specification. */
1918
- displayDescription?: string;
1919
- /** The unit of the metric specification. */
1920
- unit?: string;
1921
- /** The aggregation type of the metric specification. */
1922
- aggregationType?: string;
1923
- /** The supported aggregation types of the metric specification. */
1924
- supportedAggregationTypes?: string[];
1925
- /** The supported time grain types of the metric specification. */
1926
- supportedTimeGrainTypes?: string[];
1927
- /** The flag indicates whether enable regional mdm account or not. */
1928
- enableRegionalMdmAccount?: boolean;
1929
- /** The source mdm account. */
1930
- sourceMdmAccount?: string;
1931
- /** The source mdm namespace. */
1932
- sourceMdmNamespace?: string;
1933
- /** The metric filter pattern. */
1934
- metricFilterPattern?: string;
1935
- /** The flag indicates whether filling gap with zero. */
1936
- fillGapWithZero?: boolean;
1937
- /** The category of the metric. */
1938
- category?: string;
1939
- /** The override name of resource id dimension name. */
1940
- resourceIdDimensionNameOverride?: string;
1941
- /** The flag indicates whether the metric is internal or not. */
1942
- isInternal?: boolean;
1943
- /** The override name of delegate metric. */
1944
- delegateMetricNameOverride?: string;
1945
- /** The dimensions of the metric specification. */
1946
- dimensions?: Dimension[];
1947
- }
1948
-
1949
- /** The request spec of checking name availability. */
1950
- export declare interface NameAvailabilityCheckRequestParameters {
1951
- /** The resource name. */
1952
- name?: string;
1953
- /** The resource type */
1954
- type?: string;
1955
- }
1956
-
1957
- /** The response spec of checking name availability. */
1958
- export declare interface NameAvailabilityCheckResult {
1959
- /** This indicates whether the name is available. */
1960
- nameAvailable?: boolean;
1961
- /**
1962
- * The reason of the result.
1963
- * NOTE: This property will not be serialized. It can only be populated by the server.
1964
- */
1965
- readonly reason?: string;
1966
- /**
1967
- * The related message.
1968
- * NOTE: This property will not be serialized. It can only be populated by the server.
1969
- */
1970
- readonly message?: string;
1971
- }
1972
-
1973
- /** The network properties. */
1974
- export declare interface NetworkProperties {
1975
- /** A value to describe how the outbound dependencies of a HDInsight cluster are managed. 'Managed' means that the outbound dependencies are managed by the HDInsight service. 'External' means that the outbound dependencies are managed by a customer specific solution. */
1976
- outboundDependenciesManagedType?: OutboundDependenciesManagedType;
1977
- /** The direction for the resource provider connection. */
1978
- resourceProviderConnection?: ResourceProviderConnection;
1979
- /** Indicates whether or not private link is enabled. */
1980
- privateLink?: PrivateLink;
1981
- /** Gets or sets the IP tag for the public IPs created along with the HDInsight Clusters. */
1982
- publicIpTag?: IpTag;
1983
- }
1984
-
1985
- /** The HDInsight REST API operation. */
1986
- export declare interface Operation {
1987
- /** The operation name: {provider}/{resource}/{operation} */
1988
- name?: string;
1989
- /** The display of operation. */
1990
- display?: OperationDisplay;
1991
- /** The operation properties. */
1992
- properties?: OperationProperties;
1993
- }
1994
-
1995
- /** The object that represents the operation. */
1996
- export declare interface OperationDisplay {
1997
- /** The service provider: Microsoft.HDInsight */
1998
- provider?: string;
1999
- /** The resource on which the operation is performed: Cluster, Applications, etc. */
2000
- resource?: string;
2001
- /** The operation type: read, write, delete, etc. */
2002
- operation?: string;
2003
- /** Localized friendly description for the operation */
2004
- description?: string;
2005
- }
2006
-
2007
- /** 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. */
2008
- export declare interface OperationListResult {
2009
- /** The list of HDInsight operations supported by the HDInsight resource provider. */
2010
- value?: Operation[];
2011
- /** The URL to get the next set of operation list results if there are any. */
2012
- nextLink?: string;
2013
- }
2014
-
2015
- /** The details of operation. */
2016
- export declare interface OperationProperties {
2017
- /** The specification of the service. */
2018
- serviceSpecification?: ServiceSpecification;
2019
- }
2020
-
2021
- /** Interface representing a Operations. */
2022
- export declare interface Operations {
2023
- /**
2024
- * Lists all of the available HDInsight REST API operations.
2025
- * @param options The options parameters.
2026
- */
2027
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
2028
- }
2029
-
2030
- /** Optional parameters. */
2031
- export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
2032
- }
2033
-
2034
- /** Contains response data for the listNext operation. */
2035
- export declare type OperationsListNextResponse = OperationListResult;
2036
-
2037
- /** Optional parameters. */
2038
- export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
2039
- }
2040
-
2041
- /** Contains response data for the list operation. */
2042
- export declare type OperationsListResponse = OperationListResult;
2043
-
2044
- /** The Linux operation systems profile. */
2045
- export declare interface OsProfile {
2046
- /** The Linux OS profile. */
2047
- linuxOperatingSystemProfile?: LinuxOperatingSystemProfile;
2048
- }
2049
-
2050
- /**
2051
- * Defines values for OSType. \
2052
- * {@link KnownOSType} can be used interchangeably with OSType,
2053
- * this enum contains the known values that the service supports.
2054
- * ### Known values supported by the service
2055
- * **Windows** \
2056
- * **Linux**
2057
- */
2058
- export declare type OSType = string;
2059
-
2060
- /**
2061
- * Defines values for OutboundDependenciesManagedType. \
2062
- * {@link KnownOutboundDependenciesManagedType} can be used interchangeably with OutboundDependenciesManagedType,
2063
- * this enum contains the known values that the service supports.
2064
- * ### Known values supported by the service
2065
- * **Managed** \
2066
- * **External**
2067
- */
2068
- export declare type OutboundDependenciesManagedType = string;
2069
-
2070
- /** The private endpoint. */
2071
- export declare interface PrivateEndpoint {
2072
- /** The private endpoint id. */
2073
- id?: string;
2074
- }
2075
-
2076
- /** The private endpoint connection. */
2077
- export declare interface PrivateEndpointConnection extends Resource {
2078
- /**
2079
- * Metadata pertaining to creation and last modification of the resource.
2080
- * NOTE: This property will not be serialized. It can only be populated by the server.
2081
- */
2082
- readonly systemData?: SystemData;
2083
- /**
2084
- * The private endpoint of the private endpoint connection
2085
- * NOTE: This property will not be serialized. It can only be populated by the server.
2086
- */
2087
- readonly privateEndpoint?: PrivateEndpoint;
2088
- /** The private link service connection state. */
2089
- privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
2090
- /**
2091
- * The link identifier.
2092
- * NOTE: This property will not be serialized. It can only be populated by the server.
2093
- */
2094
- readonly linkIdentifier?: string;
2095
- /**
2096
- * The provisioning state, which only appears in the response.
2097
- * NOTE: This property will not be serialized. It can only be populated by the server.
2098
- */
2099
- readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
2100
- }
2101
-
2102
- /** The list private endpoint connections response. */
2103
- export declare interface PrivateEndpointConnectionListResult {
2104
- /** The list of private endpoint connections. */
2105
- value?: PrivateEndpointConnection[];
2106
- /**
2107
- * The link (url) to the next page of results.
2108
- * NOTE: This property will not be serialized. It can only be populated by the server.
2109
- */
2110
- readonly nextLink?: string;
2111
- }
2112
-
2113
- /**
2114
- * Defines values for PrivateEndpointConnectionProvisioningState. \
2115
- * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
2116
- * this enum contains the known values that the service supports.
2117
- * ### Known values supported by the service
2118
- * **InProgress** \
2119
- * **Updating** \
2120
- * **Failed** \
2121
- * **Succeeded** \
2122
- * **Canceled** \
2123
- * **Deleting**
2124
- */
2125
- export declare type PrivateEndpointConnectionProvisioningState = string;
2126
-
2127
- /** Interface representing a PrivateEndpointConnections. */
2128
- export declare interface PrivateEndpointConnections {
2129
- /**
2130
- * Lists the private endpoint connections for a HDInsight cluster.
2131
- * @param resourceGroupName The name of the resource group.
2132
- * @param clusterName The name of the cluster.
2133
- * @param options The options parameters.
2134
- */
2135
- listByCluster(resourceGroupName: string, clusterName: string, options?: PrivateEndpointConnectionsListByClusterOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
2136
- /**
2137
- * Approve or reject a private endpoint connection manually.
2138
- * @param resourceGroupName The name of the resource group.
2139
- * @param clusterName The name of the cluster.
2140
- * @param privateEndpointConnectionName The name of the private endpoint connection.
2141
- * @param parameters The private endpoint connection create or update request.
2142
- * @param options The options parameters.
2143
- */
2144
- beginCreateOrUpdate(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>, PrivateEndpointConnectionsCreateOrUpdateResponse>>;
2145
- /**
2146
- * Approve or reject a private endpoint connection manually.
2147
- * @param resourceGroupName The name of the resource group.
2148
- * @param clusterName The name of the cluster.
2149
- * @param privateEndpointConnectionName The name of the private endpoint connection.
2150
- * @param parameters The private endpoint connection create or update request.
2151
- * @param options The options parameters.
2152
- */
2153
- beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;
2154
- /**
2155
- * Gets the specific private endpoint connection.
2156
- * @param resourceGroupName The name of the resource group.
2157
- * @param clusterName The name of the cluster.
2158
- * @param privateEndpointConnectionName The name of the private endpoint connection.
2159
- * @param options The options parameters.
2160
- */
2161
- get(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
2162
- /**
2163
- * Deletes the specific private endpoint connection.
2164
- * @param resourceGroupName The name of the resource group.
2165
- * @param clusterName The name of the cluster.
2166
- * @param privateEndpointConnectionName The name of the private endpoint connection.
2167
- * @param options The options parameters.
2168
- */
2169
- beginDelete(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
2170
- /**
2171
- * Deletes the specific private endpoint connection.
2172
- * @param resourceGroupName The name of the resource group.
2173
- * @param clusterName The name of the cluster.
2174
- * @param privateEndpointConnectionName The name of the private endpoint connection.
2175
- * @param options The options parameters.
2176
- */
2177
- beginDeleteAndWait(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
2178
- }
2179
-
2180
- /** Optional parameters. */
2181
- export declare interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2182
- /** Delay to wait until next poll, in milliseconds. */
2183
- updateIntervalInMs?: number;
2184
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2185
- resumeFrom?: string;
2186
- }
2187
-
2188
- /** Contains response data for the createOrUpdate operation. */
2189
- export declare type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
2190
-
2191
- /** Optional parameters. */
2192
- export declare interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
2193
- /** Delay to wait until next poll, in milliseconds. */
2194
- updateIntervalInMs?: number;
2195
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2196
- resumeFrom?: string;
2197
- }
2198
-
2199
- /** Optional parameters. */
2200
- export declare interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
2201
- }
2202
-
2203
- /** Contains response data for the get operation. */
2204
- export declare type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
2205
-
2206
- /** Optional parameters. */
2207
- export declare interface PrivateEndpointConnectionsListByClusterNextOptionalParams extends coreClient.OperationOptions {
2208
- }
2209
-
2210
- /** Contains response data for the listByClusterNext operation. */
2211
- export declare type PrivateEndpointConnectionsListByClusterNextResponse = PrivateEndpointConnectionListResult;
2212
-
2213
- /** Optional parameters. */
2214
- export declare interface PrivateEndpointConnectionsListByClusterOptionalParams extends coreClient.OperationOptions {
2215
- }
2216
-
2217
- /** Contains response data for the listByCluster operation. */
2218
- export declare type PrivateEndpointConnectionsListByClusterResponse = PrivateEndpointConnectionListResult;
2219
-
2220
- /**
2221
- * Defines values for PrivateIPAllocationMethod. \
2222
- * {@link KnownPrivateIPAllocationMethod} can be used interchangeably with PrivateIPAllocationMethod,
2223
- * this enum contains the known values that the service supports.
2224
- * ### Known values supported by the service
2225
- * **dynamic** \
2226
- * **static**
2227
- */
2228
- export declare type PrivateIPAllocationMethod = string;
2229
-
2230
- /**
2231
- * Defines values for PrivateLink. \
2232
- * {@link KnownPrivateLink} can be used interchangeably with PrivateLink,
2233
- * this enum contains the known values that the service supports.
2234
- * ### Known values supported by the service
2235
- * **Disabled** \
2236
- * **Enabled**
2237
- */
2238
- export declare type PrivateLink = string;
2239
-
2240
- /** The private link configuration. */
2241
- export declare interface PrivateLinkConfiguration {
2242
- /**
2243
- * The private link configuration id.
2244
- * NOTE: This property will not be serialized. It can only be populated by the server.
2245
- */
2246
- readonly id?: string;
2247
- /** The name of private link configuration. */
2248
- name: string;
2249
- /**
2250
- * The type of the private link configuration.
2251
- * NOTE: This property will not be serialized. It can only be populated by the server.
2252
- */
2253
- readonly type?: string;
2254
- /** The HDInsight private linkable sub-resource name to apply the private link configuration to. For example, 'headnode', 'gateway', 'edgenode'. */
2255
- groupId: string;
2256
- /**
2257
- * The private link configuration provisioning state, which only appears in the response.
2258
- * NOTE: This property will not be serialized. It can only be populated by the server.
2259
- */
2260
- readonly provisioningState?: PrivateLinkConfigurationProvisioningState;
2261
- /** The IP configurations for the private link service. */
2262
- ipConfigurations: IPConfiguration[];
2263
- }
2264
-
2265
- /**
2266
- * Defines values for PrivateLinkConfigurationProvisioningState. \
2267
- * {@link KnownPrivateLinkConfigurationProvisioningState} can be used interchangeably with PrivateLinkConfigurationProvisioningState,
2268
- * this enum contains the known values that the service supports.
2269
- * ### Known values supported by the service
2270
- * **InProgress** \
2271
- * **Failed** \
2272
- * **Succeeded** \
2273
- * **Canceled** \
2274
- * **Deleting**
2275
- */
2276
- export declare type PrivateLinkConfigurationProvisioningState = string;
2277
-
2278
- /** A private link resource */
2279
- export declare interface PrivateLinkResource extends ResourceAutoGenerated {
2280
- /**
2281
- * Metadata pertaining to creation and last modification of the resource.
2282
- * NOTE: This property will not be serialized. It can only be populated by the server.
2283
- */
2284
- readonly systemData?: SystemData;
2285
- /**
2286
- * The private link resource group id.
2287
- * NOTE: This property will not be serialized. It can only be populated by the server.
2288
- */
2289
- readonly groupId?: string;
2290
- /**
2291
- * The private link resource required member names.
2292
- * NOTE: This property will not be serialized. It can only be populated by the server.
2293
- */
2294
- readonly requiredMembers?: string[];
2295
- /** The private link resource Private link DNS zone name. */
2296
- requiredZoneNames?: string[];
2297
- }
2298
-
2299
- /** A list of private link resources */
2300
- export declare interface PrivateLinkResourceListResult {
2301
- /** Array of private link resources */
2302
- value?: PrivateLinkResource[];
2303
- }
2304
-
2305
- /** Interface representing a PrivateLinkResources. */
2306
- export declare interface PrivateLinkResources {
2307
- /**
2308
- * Lists the private link resources in a HDInsight cluster.
2309
- * @param resourceGroupName The name of the resource group.
2310
- * @param clusterName The name of the cluster.
2311
- * @param options The options parameters.
2312
- */
2313
- listByCluster(resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListByClusterOptionalParams): Promise<PrivateLinkResourcesListByClusterResponse>;
2314
- /**
2315
- * Gets the specific private link resource.
2316
- * @param resourceGroupName The name of the resource group.
2317
- * @param clusterName The name of the cluster.
2318
- * @param privateLinkResourceName The name of the private link resource.
2319
- * @param options The options parameters.
2320
- */
2321
- get(resourceGroupName: string, clusterName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
2322
- }
2323
-
2324
- /** Optional parameters. */
2325
- export declare interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
2326
- }
2327
-
2328
- /** Contains response data for the get operation. */
2329
- export declare type PrivateLinkResourcesGetResponse = PrivateLinkResource;
2330
-
2331
- /** Optional parameters. */
2332
- export declare interface PrivateLinkResourcesListByClusterOptionalParams extends coreClient.OperationOptions {
2333
- }
2334
-
2335
- /** Contains response data for the listByCluster operation. */
2336
- export declare type PrivateLinkResourcesListByClusterResponse = PrivateLinkResourceListResult;
2337
-
2338
- /** The private link service connection state. */
2339
- export declare interface PrivateLinkServiceConnectionState {
2340
- /** The concrete private link service connection. */
2341
- status: PrivateLinkServiceConnectionStatus;
2342
- /** The optional description of the status. */
2343
- description?: string;
2344
- /** Whether there is further actions. */
2345
- actionsRequired?: string;
2346
- }
2347
-
2348
- /**
2349
- * Defines values for PrivateLinkServiceConnectionStatus. \
2350
- * {@link KnownPrivateLinkServiceConnectionStatus} can be used interchangeably with PrivateLinkServiceConnectionStatus,
2351
- * this enum contains the known values that the service supports.
2352
- * ### Known values supported by the service
2353
- * **Approved** \
2354
- * **Rejected** \
2355
- * **Pending** \
2356
- * **Removed**
2357
- */
2358
- export declare type PrivateLinkServiceConnectionStatus = string;
2359
-
2360
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
2361
- export declare interface ProxyResource extends Resource {
2362
- }
2363
-
2364
- /** The regional quota capability. */
2365
- export declare interface QuotaCapability {
2366
- /** The number of cores used in the subscription. */
2367
- coresUsed?: number;
2368
- /** The number of cores that the subscription allowed. */
2369
- maxCoresAllowed?: number;
2370
- /** The list of region quota capabilities. */
2371
- regionalQuotas?: RegionalQuotaCapability[];
2372
- }
2373
-
2374
- /** The quota properties for the cluster. */
2375
- export declare interface QuotaInfo {
2376
- /** The cores used by the cluster. */
2377
- coresUsed?: number;
2378
- }
2379
-
2380
- /** The regional quota capacity. */
2381
- export declare interface RegionalQuotaCapability {
2382
- /** The region name. */
2383
- regionName?: string;
2384
- /** The number of cores used in the region. */
2385
- coresUsed?: number;
2386
- /** The number of cores available in the region. */
2387
- coresAvailable?: number;
2388
- }
2389
-
2390
- /** The regions capability. */
2391
- export declare interface RegionsCapability {
2392
- /** The list of region capabilities. */
2393
- available?: string[];
2394
- }
2395
-
2396
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
2397
- export declare interface Resource {
2398
- /**
2399
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
2400
- * NOTE: This property will not be serialized. It can only be populated by the server.
2401
- */
2402
- readonly id?: string;
2403
- /**
2404
- * The name of the resource
2405
- * NOTE: This property will not be serialized. It can only be populated by the server.
2406
- */
2407
- readonly name?: string;
2408
- /**
2409
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
2410
- * NOTE: This property will not be serialized. It can only be populated by the server.
2411
- */
2412
- readonly type?: string;
2413
- }
2414
-
2415
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
2416
- export declare interface ResourceAutoGenerated {
2417
- /**
2418
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
2419
- * NOTE: This property will not be serialized. It can only be populated by the server.
2420
- */
2421
- readonly id?: string;
2422
- /**
2423
- * The name of the resource
2424
- * NOTE: This property will not be serialized. It can only be populated by the server.
2425
- */
2426
- readonly name?: string;
2427
- /**
2428
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
2429
- * NOTE: This property will not be serialized. It can only be populated by the server.
2430
- */
2431
- readonly type?: string;
2432
- }
2433
-
2434
- /** The azure resource id. */
2435
- export declare interface ResourceId {
2436
- /** The azure resource id. */
2437
- id?: string;
2438
- }
2439
-
2440
- /**
2441
- * Defines values for ResourceIdentityType. \
2442
- * {@link KnownResourceIdentityType} can be used interchangeably with ResourceIdentityType,
2443
- * this enum contains the known values that the service supports.
2444
- * ### Known values supported by the service
2445
- * **SystemAssigned** \
2446
- * **UserAssigned** \
2447
- * **SystemAssigned, UserAssigned** \
2448
- * **None**
2449
- */
2450
- export declare type ResourceIdentityType = string;
2451
-
2452
- /**
2453
- * Defines values for ResourceProviderConnection. \
2454
- * {@link KnownResourceProviderConnection} can be used interchangeably with ResourceProviderConnection,
2455
- * this enum contains the known values that the service supports.
2456
- * ### Known values supported by the service
2457
- * **Inbound** \
2458
- * **Outbound**
2459
- */
2460
- export declare type ResourceProviderConnection = string;
2461
-
2462
- /** Describes a role on the cluster. */
2463
- export declare interface Role {
2464
- /** The name of the role. */
2465
- name?: string;
2466
- /** The minimum instance count of the cluster. */
2467
- minInstanceCount?: number;
2468
- /** The instance count of the cluster. */
2469
- targetInstanceCount?: number;
2470
- /** The name of the virtual machine group. */
2471
- vMGroupName?: string;
2472
- /** The autoscale configurations. */
2473
- autoscaleConfiguration?: Autoscale;
2474
- /** The hardware profile. */
2475
- hardwareProfile?: HardwareProfile;
2476
- /** The operating system profile. */
2477
- osProfile?: OsProfile;
2478
- /** The virtual network profile. */
2479
- virtualNetworkProfile?: VirtualNetworkProfile;
2480
- /** The data disks groups for the role. */
2481
- dataDisksGroups?: DataDisksGroups[];
2482
- /** The list of script actions on the role. */
2483
- scriptActions?: ScriptAction[];
2484
- /** Indicates whether encrypt the data disks. */
2485
- encryptDataDisks?: boolean;
2486
- }
2487
-
2488
- /**
2489
- * Defines values for RoleName. \
2490
- * {@link KnownRoleName} can be used interchangeably with RoleName,
2491
- * this enum contains the known values that the service supports.
2492
- * ### Known values supported by the service
2493
- * **workernode**
2494
- */
2495
- export declare type RoleName = string;
2496
-
2497
- /** Describes a script action on a running cluster. */
2498
- export declare interface RuntimeScriptAction {
2499
- /** The name of the script action. */
2500
- name: string;
2501
- /** The URI to the script. */
2502
- uri: string;
2503
- /** The parameters for the script */
2504
- parameters?: string;
2505
- /** The list of roles where script will be executed. */
2506
- roles: string[];
2507
- /**
2508
- * The application name of the script action, if any.
2509
- * NOTE: This property will not be serialized. It can only be populated by the server.
2510
- */
2511
- readonly applicationName?: string;
2512
- }
2513
-
2514
- /** The execution details of a script action. */
2515
- export declare interface RuntimeScriptActionDetail extends RuntimeScriptAction {
2516
- /**
2517
- * The execution id of the script action.
2518
- * NOTE: This property will not be serialized. It can only be populated by the server.
2519
- */
2520
- readonly scriptExecutionId?: number;
2521
- /**
2522
- * The start time of script action execution.
2523
- * NOTE: This property will not be serialized. It can only be populated by the server.
2524
- */
2525
- readonly startTime?: string;
2526
- /**
2527
- * The end time of script action execution.
2528
- * NOTE: This property will not be serialized. It can only be populated by the server.
2529
- */
2530
- readonly endTime?: string;
2531
- /**
2532
- * The current execution status of the script action.
2533
- * NOTE: This property will not be serialized. It can only be populated by the server.
2534
- */
2535
- readonly status?: string;
2536
- /**
2537
- * The reason why the script action was executed.
2538
- * NOTE: This property will not be serialized. It can only be populated by the server.
2539
- */
2540
- readonly operation?: string;
2541
- /**
2542
- * The summary of script action execution result.
2543
- * NOTE: This property will not be serialized. It can only be populated by the server.
2544
- */
2545
- readonly executionSummary?: ScriptActionExecutionSummary[];
2546
- /**
2547
- * The script action execution debug information.
2548
- * NOTE: This property will not be serialized. It can only be populated by the server.
2549
- */
2550
- readonly debugInformation?: string;
2551
- }
2552
-
2553
- /** Describes a script action on role on the cluster. */
2554
- export declare interface ScriptAction {
2555
- /** The name of the script action. */
2556
- name: string;
2557
- /** The URI to the script. */
2558
- uri: string;
2559
- /** The parameters for the script provided. */
2560
- parameters: string;
2561
- }
2562
-
2563
- /** The list script execution history response. */
2564
- export declare interface ScriptActionExecutionHistoryList {
2565
- /**
2566
- * The list of persisted script action details for the cluster.
2567
- * NOTE: This property will not be serialized. It can only be populated by the server.
2568
- */
2569
- readonly value?: RuntimeScriptActionDetail[];
2570
- /**
2571
- * The link (url) to the next page of results.
2572
- * NOTE: This property will not be serialized. It can only be populated by the server.
2573
- */
2574
- readonly nextLink?: string;
2575
- }
2576
-
2577
- /** The execution summary of a script action. */
2578
- export declare interface ScriptActionExecutionSummary {
2579
- /**
2580
- * The status of script action execution.
2581
- * NOTE: This property will not be serialized. It can only be populated by the server.
2582
- */
2583
- readonly status?: string;
2584
- /**
2585
- * The instance count for a given script action execution status.
2586
- * NOTE: This property will not be serialized. It can only be populated by the server.
2587
- */
2588
- readonly instanceCount?: number;
2589
- }
2590
-
2591
- /** The persisted script action for cluster. */
2592
- export declare interface ScriptActionPersistedGetResponseSpec {
2593
- /** The name of script action. */
2594
- name?: string;
2595
- /** The URI to the script. */
2596
- uri?: string;
2597
- /** The parameters for the script provided. */
2598
- parameters?: string;
2599
- /** The list of roles where script will be executed. */
2600
- roles?: string[];
2601
- /** The application name for the script action. */
2602
- applicationName?: string;
2603
- }
2604
-
2605
- /** Interface representing a ScriptActions. */
2606
- export declare interface ScriptActions {
2607
- /**
2608
- * Lists all the persisted script actions for the specified cluster.
2609
- * @param resourceGroupName The name of the resource group.
2610
- * @param clusterName The name of the cluster.
2611
- * @param options The options parameters.
2612
- */
2613
- listByCluster(resourceGroupName: string, clusterName: string, options?: ScriptActionsListByClusterOptionalParams): PagedAsyncIterableIterator<RuntimeScriptActionDetail>;
2614
- /**
2615
- * Deletes a specified persisted script action of the cluster.
2616
- * @param resourceGroupName The name of the resource group.
2617
- * @param clusterName The name of the cluster.
2618
- * @param scriptName The name of the script.
2619
- * @param options The options parameters.
2620
- */
2621
- delete(resourceGroupName: string, clusterName: string, scriptName: string, options?: ScriptActionsDeleteOptionalParams): Promise<void>;
2622
- /**
2623
- * Gets the script execution detail for the given script execution ID.
2624
- * @param resourceGroupName The name of the resource group.
2625
- * @param clusterName The name of the cluster.
2626
- * @param scriptExecutionId The script execution Id
2627
- * @param options The options parameters.
2628
- */
2629
- getExecutionDetail(resourceGroupName: string, clusterName: string, scriptExecutionId: string, options?: ScriptActionsGetExecutionDetailOptionalParams): Promise<ScriptActionsGetExecutionDetailResponse>;
2630
- /**
2631
- * Gets the async operation status of execution operation.
2632
- * @param resourceGroupName The name of the resource group.
2633
- * @param clusterName The name of the cluster.
2634
- * @param operationId The long running operation id.
2635
- * @param options The options parameters.
2636
- */
2637
- getExecutionAsyncOperationStatus(resourceGroupName: string, clusterName: string, operationId: string, options?: ScriptActionsGetExecutionAsyncOperationStatusOptionalParams): Promise<ScriptActionsGetExecutionAsyncOperationStatusResponse>;
2638
- }
2639
-
2640
- /** Optional parameters. */
2641
- export declare interface ScriptActionsDeleteOptionalParams extends coreClient.OperationOptions {
2642
- }
2643
-
2644
- /** Optional parameters. */
2645
- export declare interface ScriptActionsGetExecutionAsyncOperationStatusOptionalParams extends coreClient.OperationOptions {
2646
- }
2647
-
2648
- /** Contains response data for the getExecutionAsyncOperationStatus operation. */
2649
- export declare type ScriptActionsGetExecutionAsyncOperationStatusResponse = AsyncOperationResult;
2650
-
2651
- /** Optional parameters. */
2652
- export declare interface ScriptActionsGetExecutionDetailOptionalParams extends coreClient.OperationOptions {
2653
- }
2654
-
2655
- /** Contains response data for the getExecutionDetail operation. */
2656
- export declare type ScriptActionsGetExecutionDetailResponse = RuntimeScriptActionDetail;
2657
-
2658
- /** The persisted script action for the cluster. */
2659
- export declare interface ScriptActionsList {
2660
- /** The list of persisted script action details for the cluster. */
2661
- value?: RuntimeScriptActionDetail[];
2662
- /**
2663
- * The link (url) to the next page of results.
2664
- * NOTE: This property will not be serialized. It can only be populated by the server.
2665
- */
2666
- readonly nextLink?: string;
2667
- }
2668
-
2669
- /** Optional parameters. */
2670
- export declare interface ScriptActionsListByClusterNextOptionalParams extends coreClient.OperationOptions {
2671
- }
2672
-
2673
- /** Contains response data for the listByClusterNext operation. */
2674
- export declare type ScriptActionsListByClusterNextResponse = ScriptActionsList;
2675
-
2676
- /** Optional parameters. */
2677
- export declare interface ScriptActionsListByClusterOptionalParams extends coreClient.OperationOptions {
2678
- }
2679
-
2680
- /** Contains response data for the listByCluster operation. */
2681
- export declare type ScriptActionsListByClusterResponse = ScriptActionsList;
2682
-
2683
- /** Interface representing a ScriptExecutionHistory. */
2684
- export declare interface ScriptExecutionHistory {
2685
- /**
2686
- * Lists all scripts' execution history for the specified cluster.
2687
- * @param resourceGroupName The name of the resource group.
2688
- * @param clusterName The name of the cluster.
2689
- * @param options The options parameters.
2690
- */
2691
- listByCluster(resourceGroupName: string, clusterName: string, options?: ScriptExecutionHistoryListByClusterOptionalParams): PagedAsyncIterableIterator<RuntimeScriptActionDetail>;
2692
- /**
2693
- * Promotes the specified ad-hoc script execution to a persisted script.
2694
- * @param resourceGroupName The name of the resource group.
2695
- * @param clusterName The name of the cluster.
2696
- * @param scriptExecutionId The script execution Id
2697
- * @param options The options parameters.
2698
- */
2699
- promote(resourceGroupName: string, clusterName: string, scriptExecutionId: string, options?: ScriptExecutionHistoryPromoteOptionalParams): Promise<void>;
2700
- }
2701
-
2702
- /** Optional parameters. */
2703
- export declare interface ScriptExecutionHistoryListByClusterNextOptionalParams extends coreClient.OperationOptions {
2704
- }
2705
-
2706
- /** Contains response data for the listByClusterNext operation. */
2707
- export declare type ScriptExecutionHistoryListByClusterNextResponse = ScriptActionExecutionHistoryList;
2708
-
2709
- /** Optional parameters. */
2710
- export declare interface ScriptExecutionHistoryListByClusterOptionalParams extends coreClient.OperationOptions {
2711
- }
2712
-
2713
- /** Contains response data for the listByCluster operation. */
2714
- export declare type ScriptExecutionHistoryListByClusterResponse = ScriptActionExecutionHistoryList;
2715
-
2716
- /** Optional parameters. */
2717
- export declare interface ScriptExecutionHistoryPromoteOptionalParams extends coreClient.OperationOptions {
2718
- }
2719
-
2720
- /** The security profile which contains Ssh public key for the HDInsight cluster. */
2721
- export declare interface SecurityProfile {
2722
- /** The directory type. */
2723
- directoryType?: DirectoryType;
2724
- /** The organization's active directory domain. */
2725
- domain?: string;
2726
- /** The organizational unit within the Active Directory to place the cluster and service accounts. */
2727
- organizationalUnitDN?: string;
2728
- /** The LDAPS protocol URLs to communicate with the Active Directory. */
2729
- ldapsUrls?: string[];
2730
- /** The domain user account that will have admin privileges on the cluster. */
2731
- domainUsername?: string;
2732
- /**
2733
- * The domain admin password.
2734
- * This value contains a credential. Consider obscuring before showing to users
2735
- */
2736
- domainUserPassword?: string;
2737
- /** Optional. The Distinguished Names for cluster user groups */
2738
- clusterUsersGroupDNs?: string[];
2739
- /** The resource ID of the user's Azure Active Directory Domain Service. */
2740
- aaddsResourceId?: string;
2741
- /** User assigned identity that has permissions to read and create cluster-related artifacts in the user's AADDS. */
2742
- msiResourceId?: string;
2743
- }
2744
-
2745
- /** The specification of the service. */
2746
- export declare interface ServiceSpecification {
2747
- /** The metric specifications. */
2748
- metricSpecifications?: MetricSpecifications[];
2749
- }
2750
-
2751
- /** The list of SSH public keys. */
2752
- export declare interface SshProfile {
2753
- /** The list of SSH public keys. */
2754
- publicKeys?: SshPublicKey[];
2755
- }
2756
-
2757
- /** The SSH public key for the cluster nodes. */
2758
- export declare interface SshPublicKey {
2759
- /** The certificate for SSH. */
2760
- certificateData?: string;
2761
- }
2762
-
2763
- /** The storage Account. */
2764
- export declare interface StorageAccount {
2765
- /** The name of the storage account. */
2766
- name?: string;
2767
- /** Whether or not the storage account is the default storage account. */
2768
- isDefault?: boolean;
2769
- /** The container in the storage account, only to be specified for WASB storage accounts. */
2770
- container?: string;
2771
- /** The filesystem, only to be specified for Azure Data Lake Storage Gen 2. */
2772
- fileSystem?: string;
2773
- /** The storage account access key. */
2774
- key?: string;
2775
- /** The resource ID of storage account, only to be specified for Azure Data Lake Storage Gen 2. */
2776
- resourceId?: string;
2777
- /** The managed identity (MSI) that is allowed to access the storage account, only to be specified for Azure Data Lake Storage Gen 2. */
2778
- msiResourceId?: string;
2779
- /** The shared access signature key. */
2780
- saskey?: string;
2781
- /** The file share name. */
2782
- fileshare?: string;
2783
- /** 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 , */
2784
- enableSecureChannel?: boolean;
2785
- }
2786
-
2787
- /** The storage profile. */
2788
- export declare interface StorageProfile {
2789
- /** The list of storage accounts in the cluster. */
2790
- storageaccounts?: StorageAccount[];
2791
- }
2792
-
2793
- /** Metadata pertaining to creation and last modification of the resource. */
2794
- export declare interface SystemData {
2795
- /** The identity that created the resource. */
2796
- createdBy?: string;
2797
- /** The type of identity that created the resource. */
2798
- createdByType?: CreatedByType;
2799
- /** The timestamp of resource creation (UTC). */
2800
- createdAt?: Date;
2801
- /** The identity that last modified the resource. */
2802
- lastModifiedBy?: string;
2803
- /** The type of identity that last modified the resource. */
2804
- lastModifiedByType?: CreatedByType;
2805
- /** The timestamp of resource last modification (UTC) */
2806
- lastModifiedAt?: Date;
2807
- }
2808
-
2809
- /**
2810
- * Defines values for Tier. \
2811
- * {@link KnownTier} can be used interchangeably with Tier,
2812
- * this enum contains the known values that the service supports.
2813
- * ### Known values supported by the service
2814
- * **Standard** \
2815
- * **Premium**
2816
- */
2817
- export declare type Tier = string;
2818
-
2819
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
2820
- export declare interface TrackedResource extends ResourceAutoGenerated {
2821
- /** Resource tags. */
2822
- tags?: {
2823
- [propertyName: string]: string;
2824
- };
2825
- /** The geo-location where the resource lives */
2826
- location: string;
2827
- }
2828
-
2829
- /** The update cluster identity certificate request parameters. */
2830
- export declare interface UpdateClusterIdentityCertificateParameters {
2831
- /** The application id. */
2832
- applicationId?: string;
2833
- /** The certificate in base64 encoded format. */
2834
- certificate?: string;
2835
- /** The password of the certificate. */
2836
- certificatePassword?: string;
2837
- }
2838
-
2839
- /** The update gateway settings request parameters. */
2840
- export declare interface UpdateGatewaySettingsParameters {
2841
- /** Indicates whether or not the gateway settings based authorization is enabled. */
2842
- isCredentialEnabled?: boolean;
2843
- /** The gateway settings user name. */
2844
- userName?: string;
2845
- /** The gateway settings user password. */
2846
- password?: string;
2847
- }
2848
-
2849
- /** The details about the usage of a particular limited resource. */
2850
- export declare interface Usage {
2851
- /** The type of measurement for usage. */
2852
- unit?: string;
2853
- /** The current usage. */
2854
- currentValue?: number;
2855
- /** The maximum allowed usage. */
2856
- limit?: number;
2857
- /**
2858
- * The details about the localizable name of the used resource.
2859
- * NOTE: This property will not be serialized. It can only be populated by the server.
2860
- */
2861
- readonly name?: LocalizedName;
2862
- }
2863
-
2864
- /** The response for the operation to get regional usages for a subscription. */
2865
- export declare interface UsagesListResult {
2866
- /** The list of usages. */
2867
- value?: Usage[];
2868
- }
2869
-
2870
- /** The User Assigned Identity */
2871
- export declare interface UserAssignedIdentity {
2872
- /**
2873
- * The principal id of user assigned identity.
2874
- * NOTE: This property will not be serialized. It can only be populated by the server.
2875
- */
2876
- readonly principalId?: string;
2877
- /**
2878
- * The client id of user assigned identity.
2879
- * NOTE: This property will not be serialized. It can only be populated by the server.
2880
- */
2881
- readonly clientId?: string;
2882
- /** The tenant id of user assigned identity. */
2883
- tenantId?: string;
2884
- }
2885
-
2886
- /** The validation error information. */
2887
- export declare interface ValidationErrorInfo {
2888
- /** The error code. */
2889
- code?: string;
2890
- /** The error message. */
2891
- message?: string;
2892
- /** The error resource. */
2893
- errorResource?: string;
2894
- /** The message arguments */
2895
- messageArguments?: string[];
2896
- }
2897
-
2898
- /** The version capability. */
2899
- export declare interface VersionsCapability {
2900
- /** The list of version capabilities. */
2901
- available?: VersionSpec[];
2902
- }
2903
-
2904
- /** The version properties. */
2905
- export declare interface VersionSpec {
2906
- /** The friendly name */
2907
- friendlyName?: string;
2908
- /** The display name */
2909
- displayName?: string;
2910
- /** Whether or not the version is the default version. */
2911
- isDefault?: boolean;
2912
- /** The component version property. */
2913
- componentVersions?: {
2914
- [propertyName: string]: string;
2915
- };
2916
- }
2917
-
2918
- /** Interface representing a VirtualMachines. */
2919
- export declare interface VirtualMachines {
2920
- /**
2921
- * Lists the HDInsight clusters hosts
2922
- * @param resourceGroupName The name of the resource group.
2923
- * @param clusterName The name of the cluster.
2924
- * @param options The options parameters.
2925
- */
2926
- listHosts(resourceGroupName: string, clusterName: string, options?: VirtualMachinesListHostsOptionalParams): Promise<VirtualMachinesListHostsResponse>;
2927
- /**
2928
- * Restarts the specified HDInsight cluster hosts.
2929
- * @param resourceGroupName The name of the resource group.
2930
- * @param clusterName The name of the cluster.
2931
- * @param hosts The list of hosts to restart
2932
- * @param options The options parameters.
2933
- */
2934
- beginRestartHosts(resourceGroupName: string, clusterName: string, hosts: string[], options?: VirtualMachinesRestartHostsOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
2935
- /**
2936
- * Restarts the specified HDInsight cluster hosts.
2937
- * @param resourceGroupName The name of the resource group.
2938
- * @param clusterName The name of the cluster.
2939
- * @param hosts The list of hosts to restart
2940
- * @param options The options parameters.
2941
- */
2942
- beginRestartHostsAndWait(resourceGroupName: string, clusterName: string, hosts: string[], options?: VirtualMachinesRestartHostsOptionalParams): Promise<void>;
2943
- /**
2944
- * Gets the async operation status.
2945
- * @param resourceGroupName The name of the resource group.
2946
- * @param clusterName The name of the cluster.
2947
- * @param operationId The long running operation id.
2948
- * @param options The options parameters.
2949
- */
2950
- getAsyncOperationStatus(resourceGroupName: string, clusterName: string, operationId: string, options?: VirtualMachinesGetAsyncOperationStatusOptionalParams): Promise<VirtualMachinesGetAsyncOperationStatusResponse>;
2951
- }
2952
-
2953
- /** Optional parameters. */
2954
- export declare interface VirtualMachinesGetAsyncOperationStatusOptionalParams extends coreClient.OperationOptions {
2955
- }
2956
-
2957
- /** Contains response data for the getAsyncOperationStatus operation. */
2958
- export declare type VirtualMachinesGetAsyncOperationStatusResponse = AsyncOperationResult;
2959
-
2960
- /** Optional parameters. */
2961
- export declare interface VirtualMachinesListHostsOptionalParams extends coreClient.OperationOptions {
2962
- }
2963
-
2964
- /** Contains response data for the listHosts operation. */
2965
- export declare type VirtualMachinesListHostsResponse = HostInfo[];
2966
-
2967
- /** Optional parameters. */
2968
- export declare interface VirtualMachinesRestartHostsOptionalParams extends coreClient.OperationOptions {
2969
- /** Delay to wait until next poll, in milliseconds. */
2970
- updateIntervalInMs?: number;
2971
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2972
- resumeFrom?: string;
2973
- }
2974
-
2975
- /** The virtual network properties. */
2976
- export declare interface VirtualNetworkProfile {
2977
- /** The ID of the virtual network. */
2978
- id?: string;
2979
- /** The name of the subnet. */
2980
- subnet?: string;
2981
- }
2982
-
2983
- /** 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. */
2984
- export declare interface VmSizeCompatibilityFilterV2 {
2985
- /** The filtering mode. Effectively this can enabling or disabling the VM sizes in a particular set. */
2986
- filterMode?: FilterMode;
2987
- /** The list of regions under the effect of the filter. */
2988
- regions?: string[];
2989
- /** The list of cluster flavors under the effect of the filter. */
2990
- clusterFlavors?: string[];
2991
- /** The list of node types affected by the filter. */
2992
- nodeTypes?: string[];
2993
- /** The list of cluster versions affected in Major.Minor format. */
2994
- clusterVersions?: string[];
2995
- /** The OSType affected, Windows or Linux. */
2996
- osType?: OSType[];
2997
- /** The list of virtual machine sizes to include or exclude. */
2998
- vmSizes?: string[];
2999
- /** 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. */
3000
- espApplied?: string;
3001
- /** Whether support compute isolation. 'true' means only for ComputeIsolationEnabled, 'false' means only for regular cluster. */
3002
- computeIsolationSupported?: string;
3003
- }
3004
-
3005
- /** The vm size property */
3006
- export declare interface VmSizeProperty {
3007
- /** The vm size name. */
3008
- name?: string;
3009
- /** The number of cores that the vm size has. */
3010
- cores?: number;
3011
- /** The data disk storage tier of the vm size. */
3012
- dataDiskStorageTier?: string;
3013
- /** The label of the vm size. */
3014
- label?: string;
3015
- /** The max data disk count of the vm size. */
3016
- maxDataDiskCount?: number;
3017
- /** The memory whose unit is MB of the vm size. */
3018
- memoryInMb?: number;
3019
- /** This indicates this vm size is supported by virtual machines or not */
3020
- supportedByVirtualMachines?: boolean;
3021
- /** The indicates this vm size is supported by web worker roles or not */
3022
- supportedByWebWorkerRoles?: boolean;
3023
- /** The virtual machine resource disk size whose unit is MB of the vm size. */
3024
- virtualMachineResourceDiskSizeInMb?: number;
3025
- /** The web worker resource disk size whose unit is MB of the vm size. */
3026
- webWorkerResourceDiskSizeInMb?: number;
3027
- }
3028
-
3029
- export { }