@azure/arm-hdinsight 0.24.0 → 1.1.0

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 (286) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/{LICENSE.txt → LICENSE} +1 -1
  3. package/README.md +70 -82
  4. package/dist/index.js +7702 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/hDInsightManagementClient.d.ts +29 -0
  9. package/dist-esm/src/hDInsightManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/hDInsightManagementClient.js +62 -0
  11. package/dist-esm/src/hDInsightManagementClient.js.map +1 -0
  12. package/dist-esm/src/index.d.ts +5 -0
  13. package/dist-esm/src/index.d.ts.map +1 -0
  14. package/{esm/models/virtualMachinesMappers.js → dist-esm/src/index.js} +5 -2
  15. package/dist-esm/src/index.js.map +1 -0
  16. package/dist-esm/src/lroImpl.d.ts +16 -0
  17. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  18. package/dist-esm/src/lroImpl.js +29 -0
  19. package/dist-esm/src/lroImpl.js.map +1 -0
  20. package/dist-esm/src/models/index.d.ts +1966 -0
  21. package/dist-esm/src/models/index.d.ts.map +1 -0
  22. package/dist-esm/src/models/index.js +133 -0
  23. package/dist-esm/src/models/index.js.map +1 -0
  24. package/dist-esm/src/models/mappers.d.ts +111 -0
  25. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  26. package/{esm → dist-esm/src}/models/mappers.js +1516 -1670
  27. package/dist-esm/src/models/mappers.js.map +1 -0
  28. package/dist-esm/src/models/parameters.d.ts +37 -0
  29. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  30. package/dist-esm/src/models/parameters.js +280 -0
  31. package/dist-esm/src/models/parameters.js.map +1 -0
  32. package/dist-esm/src/operations/applications.d.ts +90 -0
  33. package/dist-esm/src/operations/applications.d.ts.map +1 -0
  34. package/dist-esm/src/operations/applications.js +367 -0
  35. package/dist-esm/src/operations/applications.js.map +1 -0
  36. package/dist-esm/src/operations/clusters.d.ts +214 -0
  37. package/dist-esm/src/operations/clusters.d.ts.map +1 -0
  38. package/dist-esm/src/operations/clusters.js +979 -0
  39. package/dist-esm/src/operations/clusters.js.map +1 -0
  40. package/dist-esm/src/operations/configurations.d.ts +54 -0
  41. package/dist-esm/src/operations/configurations.d.ts.map +1 -0
  42. package/dist-esm/src/operations/configurations.js +178 -0
  43. package/dist-esm/src/operations/configurations.js.map +1 -0
  44. package/dist-esm/src/operations/extensions.d.ts +139 -0
  45. package/dist-esm/src/operations/extensions.d.ts.map +1 -0
  46. package/dist-esm/src/operations/extensions.js +602 -0
  47. package/dist-esm/src/operations/extensions.js.map +1 -0
  48. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  49. package/dist-esm/src/operations/index.d.ts.map +1 -0
  50. package/{esm → dist-esm/src}/operations/index.js +1 -2
  51. package/dist-esm/src/operations/index.js.map +1 -0
  52. package/dist-esm/src/operations/locations.d.ts +52 -0
  53. package/dist-esm/src/operations/locations.d.ts.map +1 -0
  54. package/dist-esm/src/operations/locations.js +199 -0
  55. package/dist-esm/src/operations/locations.js.map +1 -0
  56. package/dist-esm/src/operations/operations.d.ts +32 -0
  57. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  58. package/dist-esm/src/operations/operations.js +120 -0
  59. package/dist-esm/src/operations/operations.js.map +1 -0
  60. package/dist-esm/src/operations/privateEndpointConnections.d.ts +81 -0
  61. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  62. package/dist-esm/src/operations/privateEndpointConnections.js +349 -0
  63. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  64. package/dist-esm/src/operations/privateLinkResources.d.ts +28 -0
  65. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
  66. package/dist-esm/src/operations/privateLinkResources.js +85 -0
  67. package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
  68. package/dist-esm/src/operations/scriptActions.d.ts +62 -0
  69. package/dist-esm/src/operations/scriptActions.d.ts.map +1 -0
  70. package/dist-esm/src/operations/scriptActions.js +232 -0
  71. package/dist-esm/src/operations/scriptActions.js.map +1 -0
  72. package/dist-esm/src/operations/scriptExecutionHistory.d.ts +46 -0
  73. package/dist-esm/src/operations/scriptExecutionHistory.d.ts.map +1 -0
  74. package/dist-esm/src/operations/scriptExecutionHistory.js +167 -0
  75. package/dist-esm/src/operations/scriptExecutionHistory.js.map +1 -0
  76. package/dist-esm/src/operations/virtualMachines.d.ts +45 -0
  77. package/dist-esm/src/operations/virtualMachines.d.ts.map +1 -0
  78. package/dist-esm/src/operations/virtualMachines.js +169 -0
  79. package/dist-esm/src/operations/virtualMachines.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/applications.d.ts +65 -0
  81. package/dist-esm/src/operationsInterfaces/applications.d.ts.map +1 -0
  82. package/{src/models/configurationsMappers.ts → dist-esm/src/operationsInterfaces/applications.js} +2 -5
  83. package/dist-esm/src/operationsInterfaces/applications.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/clusters.d.ts +178 -0
  85. package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +1 -0
  86. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/clusters.js} +2 -1
  87. package/dist-esm/src/operationsInterfaces/clusters.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/configurations.d.ts +46 -0
  89. package/dist-esm/src/operationsInterfaces/configurations.d.ts.map +1 -0
  90. package/{src/models/virtualMachinesMappers.ts → dist-esm/src/operationsInterfaces/configurations.js} +2 -7
  91. package/dist-esm/src/operationsInterfaces/configurations.js.map +1 -0
  92. package/dist-esm/src/operationsInterfaces/extensions.d.ts +131 -0
  93. package/dist-esm/src/operationsInterfaces/extensions.d.ts.map +1 -0
  94. package/{esm/models/configurationsMappers.js → dist-esm/src/operationsInterfaces/extensions.js} +2 -2
  95. package/dist-esm/src/operationsInterfaces/extensions.js.map +1 -0
  96. package/dist-esm/src/operationsInterfaces/index.d.ts +12 -0
  97. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  98. package/dist-esm/src/operationsInterfaces/index.js +19 -0
  99. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  100. package/dist-esm/src/operationsInterfaces/locations.d.ts +44 -0
  101. package/dist-esm/src/operationsInterfaces/locations.d.ts.map +1 -0
  102. package/dist-esm/src/operationsInterfaces/locations.js +9 -0
  103. package/dist-esm/src/operationsInterfaces/locations.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  105. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  109. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
  111. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +20 -0
  113. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
  116. package/dist-esm/src/operationsInterfaces/scriptActions.d.ts +37 -0
  117. package/dist-esm/src/operationsInterfaces/scriptActions.d.ts.map +1 -0
  118. package/dist-esm/src/operationsInterfaces/scriptActions.js +9 -0
  119. package/dist-esm/src/operationsInterfaces/scriptActions.js.map +1 -0
  120. package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.d.ts +21 -0
  121. package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -0
  122. package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.js +9 -0
  123. package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.js.map +1 -0
  124. package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +37 -0
  125. package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts.map +1 -0
  126. package/dist-esm/src/operationsInterfaces/virtualMachines.js +9 -0
  127. package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +1 -0
  128. package/dist-esm/test/sampleTest.d.ts +2 -0
  129. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  130. package/dist-esm/test/sampleTest.js +40 -0
  131. package/dist-esm/test/sampleTest.js.map +1 -0
  132. package/package.json +65 -32
  133. package/review/arm-hdinsight.api.md +1678 -0
  134. package/rollup.config.js +181 -30
  135. package/src/hDInsightManagementClient.ts +105 -53
  136. package/src/{models/scriptExecutionHistoryMappers.ts → index.ts} +4 -7
  137. package/src/lroImpl.ts +34 -0
  138. package/src/models/index.ts +1810 -2954
  139. package/src/models/mappers.ts +1607 -1764
  140. package/src/models/parameters.ts +215 -53
  141. package/src/operations/applications.ts +376 -247
  142. package/src/operations/clusters.ts +1038 -649
  143. package/src/operations/configurations.ts +162 -154
  144. package/src/operations/extensions.ts +644 -410
  145. package/src/operations/index.ts +1 -2
  146. package/src/operations/locations.ts +143 -239
  147. package/src/operations/operations.ts +85 -73
  148. package/src/operations/privateEndpointConnections.ts +345 -182
  149. package/src/operations/privateLinkResources.ts +60 -92
  150. package/src/operations/scriptActions.ts +202 -206
  151. package/src/operations/scriptExecutionHistory.ts +155 -123
  152. package/src/operations/virtualMachines.ts +157 -154
  153. package/src/operationsInterfaces/applications.ts +126 -0
  154. package/src/operationsInterfaces/clusters.ts +327 -0
  155. package/src/operationsInterfaces/configurations.ts +77 -0
  156. package/src/operationsInterfaces/extensions.ts +234 -0
  157. package/src/operationsInterfaces/index.ts +19 -0
  158. package/src/operationsInterfaces/locations.ts +88 -0
  159. package/src/operationsInterfaces/operations.ts +22 -0
  160. package/src/operationsInterfaces/privateEndpointConnections.ts +109 -0
  161. package/src/operationsInterfaces/privateLinkResources.ts +42 -0
  162. package/src/operationsInterfaces/scriptActions.ts +73 -0
  163. package/src/operationsInterfaces/scriptExecutionHistory.ts +43 -0
  164. package/src/operationsInterfaces/virtualMachines.ts +70 -0
  165. package/tsconfig.json +3 -3
  166. package/types/arm-hdinsight.d.ts +2866 -0
  167. package/types/tsdoc-metadata.json +11 -0
  168. package/dist/arm-hdinsight.js +0 -7464
  169. package/dist/arm-hdinsight.js.map +0 -1
  170. package/dist/arm-hdinsight.min.js +0 -1
  171. package/dist/arm-hdinsight.min.js.map +0 -1
  172. package/esm/hDInsightManagementClient.d.ts +0 -35
  173. package/esm/hDInsightManagementClient.d.ts.map +0 -1
  174. package/esm/hDInsightManagementClient.js +0 -48
  175. package/esm/hDInsightManagementClient.js.map +0 -1
  176. package/esm/hDInsightManagementClientContext.d.ts +0 -23
  177. package/esm/hDInsightManagementClientContext.d.ts.map +0 -1
  178. package/esm/hDInsightManagementClientContext.js +0 -61
  179. package/esm/hDInsightManagementClientContext.js.map +0 -1
  180. package/esm/models/applicationsMappers.d.ts +0 -2
  181. package/esm/models/applicationsMappers.d.ts.map +0 -1
  182. package/esm/models/applicationsMappers.js +0 -9
  183. package/esm/models/applicationsMappers.js.map +0 -1
  184. package/esm/models/clustersMappers.d.ts +0 -2
  185. package/esm/models/clustersMappers.d.ts.map +0 -1
  186. package/esm/models/clustersMappers.js +0 -9
  187. package/esm/models/clustersMappers.js.map +0 -1
  188. package/esm/models/configurationsMappers.d.ts +0 -2
  189. package/esm/models/configurationsMappers.d.ts.map +0 -1
  190. package/esm/models/configurationsMappers.js.map +0 -1
  191. package/esm/models/extensionsMappers.d.ts +0 -2
  192. package/esm/models/extensionsMappers.d.ts.map +0 -1
  193. package/esm/models/extensionsMappers.js +0 -9
  194. package/esm/models/extensionsMappers.js.map +0 -1
  195. package/esm/models/index.d.ts +0 -3163
  196. package/esm/models/index.d.ts.map +0 -1
  197. package/esm/models/index.js.map +0 -1
  198. package/esm/models/locationsMappers.d.ts +0 -2
  199. package/esm/models/locationsMappers.d.ts.map +0 -1
  200. package/esm/models/locationsMappers.js +0 -9
  201. package/esm/models/locationsMappers.js.map +0 -1
  202. package/esm/models/mappers.d.ts +0 -113
  203. package/esm/models/mappers.d.ts.map +0 -1
  204. package/esm/models/mappers.js.map +0 -1
  205. package/esm/models/operationsMappers.d.ts +0 -2
  206. package/esm/models/operationsMappers.d.ts.map +0 -1
  207. package/esm/models/operationsMappers.js +0 -9
  208. package/esm/models/operationsMappers.js.map +0 -1
  209. package/esm/models/parameters.d.ts +0 -18
  210. package/esm/models/parameters.d.ts.map +0 -1
  211. package/esm/models/parameters.js +0 -172
  212. package/esm/models/parameters.js.map +0 -1
  213. package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
  214. package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
  215. package/esm/models/privateEndpointConnectionsMappers.js +0 -9
  216. package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
  217. package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
  218. package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
  219. package/esm/models/privateLinkResourcesMappers.js +0 -9
  220. package/esm/models/privateLinkResourcesMappers.js.map +0 -1
  221. package/esm/models/scriptActionsMappers.d.ts +0 -2
  222. package/esm/models/scriptActionsMappers.d.ts.map +0 -1
  223. package/esm/models/scriptActionsMappers.js +0 -9
  224. package/esm/models/scriptActionsMappers.js.map +0 -1
  225. package/esm/models/scriptExecutionHistoryMappers.d.ts +0 -2
  226. package/esm/models/scriptExecutionHistoryMappers.d.ts.map +0 -1
  227. package/esm/models/scriptExecutionHistoryMappers.js +0 -9
  228. package/esm/models/scriptExecutionHistoryMappers.js.map +0 -1
  229. package/esm/models/virtualMachinesMappers.d.ts +0 -2
  230. package/esm/models/virtualMachinesMappers.d.ts.map +0 -1
  231. package/esm/models/virtualMachinesMappers.js.map +0 -1
  232. package/esm/operations/applications.d.ts +0 -142
  233. package/esm/operations/applications.d.ts.map +0 -1
  234. package/esm/operations/applications.js +0 -268
  235. package/esm/operations/applications.js.map +0 -1
  236. package/esm/operations/clusters.d.ts +0 -315
  237. package/esm/operations/clusters.d.ts.map +0 -1
  238. package/esm/operations/clusters.js +0 -710
  239. package/esm/operations/clusters.js.map +0 -1
  240. package/esm/operations/configurations.d.ts +0 -90
  241. package/esm/operations/configurations.d.ts.map +0 -1
  242. package/esm/operations/configurations.js +0 -173
  243. package/esm/operations/configurations.js.map +0 -1
  244. package/esm/operations/extensions.d.ts +0 -213
  245. package/esm/operations/extensions.d.ts.map +0 -1
  246. package/esm/operations/extensions.js +0 -477
  247. package/esm/operations/extensions.js.map +0 -1
  248. package/esm/operations/index.d.ts.map +0 -1
  249. package/esm/operations/index.js.map +0 -1
  250. package/esm/operations/locations.d.ts +0 -130
  251. package/esm/operations/locations.d.ts.map +0 -1
  252. package/esm/operations/locations.js +0 -213
  253. package/esm/operations/locations.js.map +0 -1
  254. package/esm/operations/operations.d.ts +0 -46
  255. package/esm/operations/operations.d.ts.map +0 -1
  256. package/esm/operations/operations.js +0 -79
  257. package/esm/operations/operations.js.map +0 -1
  258. package/esm/operations/privateEndpointConnections.d.ts +0 -115
  259. package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  260. package/esm/operations/privateEndpointConnections.js +0 -236
  261. package/esm/operations/privateEndpointConnections.js.map +0 -1
  262. package/esm/operations/privateLinkResources.d.ts +0 -58
  263. package/esm/operations/privateLinkResources.d.ts.map +0 -1
  264. package/esm/operations/privateLinkResources.js +0 -90
  265. package/esm/operations/privateLinkResources.js.map +0 -1
  266. package/esm/operations/scriptActions.d.ts +0 -124
  267. package/esm/operations/scriptActions.d.ts.map +0 -1
  268. package/esm/operations/scriptActions.js +0 -184
  269. package/esm/operations/scriptActions.js.map +0 -1
  270. package/esm/operations/scriptExecutionHistory.d.ts +0 -76
  271. package/esm/operations/scriptExecutionHistory.d.ts.map +0 -1
  272. package/esm/operations/scriptExecutionHistory.js +0 -117
  273. package/esm/operations/scriptExecutionHistory.js.map +0 -1
  274. package/esm/operations/virtualMachines.d.ts +0 -77
  275. package/esm/operations/virtualMachines.d.ts.map +0 -1
  276. package/esm/operations/virtualMachines.js +0 -167
  277. package/esm/operations/virtualMachines.js.map +0 -1
  278. package/src/hDInsightManagementClientContext.ts +0 -68
  279. package/src/models/applicationsMappers.ts +0 -66
  280. package/src/models/clustersMappers.ts +0 -77
  281. package/src/models/extensionsMappers.ts +0 -20
  282. package/src/models/locationsMappers.ts +0 -66
  283. package/src/models/operationsMappers.ts +0 -18
  284. package/src/models/privateEndpointConnectionsMappers.ts +0 -65
  285. package/src/models/privateLinkResourcesMappers.ts +0 -65
  286. package/src/models/scriptActionsMappers.ts +0 -17
@@ -0,0 +1,327 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+
9
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
10
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
11
+ import {
12
+ Cluster,
13
+ ClustersListByResourceGroupOptionalParams,
14
+ ClustersListOptionalParams,
15
+ ClusterCreateParametersExtended,
16
+ ClustersCreateOptionalParams,
17
+ ClustersCreateResponse,
18
+ ClusterPatchParameters,
19
+ ClustersUpdateOptionalParams,
20
+ ClustersUpdateResponse,
21
+ ClustersDeleteOptionalParams,
22
+ ClustersGetOptionalParams,
23
+ ClustersGetResponse,
24
+ ClusterResizeParameters,
25
+ RoleName,
26
+ ClustersResizeOptionalParams,
27
+ AutoscaleConfigurationUpdateParameter,
28
+ ClustersUpdateAutoScaleConfigurationOptionalParams,
29
+ ClusterDiskEncryptionParameters,
30
+ ClustersRotateDiskEncryptionKeyOptionalParams,
31
+ ClustersGetGatewaySettingsOptionalParams,
32
+ ClustersGetGatewaySettingsResponse,
33
+ UpdateGatewaySettingsParameters,
34
+ ClustersUpdateGatewaySettingsOptionalParams,
35
+ ClustersGetAzureAsyncOperationStatusOptionalParams,
36
+ ClustersGetAzureAsyncOperationStatusResponse,
37
+ UpdateClusterIdentityCertificateParameters,
38
+ ClustersUpdateIdentityCertificateOptionalParams,
39
+ ExecuteScriptActionParameters,
40
+ ClustersExecuteScriptActionsOptionalParams
41
+ } from "../models";
42
+
43
+ /// <reference lib="esnext.asynciterable" />
44
+ /** Interface representing a Clusters. */
45
+ export interface Clusters {
46
+ /**
47
+ * Lists the HDInsight clusters in a resource group.
48
+ * @param resourceGroupName The name of the resource group.
49
+ * @param options The options parameters.
50
+ */
51
+ listByResourceGroup(
52
+ resourceGroupName: string,
53
+ options?: ClustersListByResourceGroupOptionalParams
54
+ ): PagedAsyncIterableIterator<Cluster>;
55
+ /**
56
+ * Lists all the HDInsight clusters under the subscription.
57
+ * @param options The options parameters.
58
+ */
59
+ list(
60
+ options?: ClustersListOptionalParams
61
+ ): PagedAsyncIterableIterator<Cluster>;
62
+ /**
63
+ * Creates a new HDInsight cluster with the specified parameters.
64
+ * @param resourceGroupName The name of the resource group.
65
+ * @param clusterName The name of the cluster.
66
+ * @param parameters The cluster create request.
67
+ * @param options The options parameters.
68
+ */
69
+ beginCreate(
70
+ resourceGroupName: string,
71
+ clusterName: string,
72
+ parameters: ClusterCreateParametersExtended,
73
+ options?: ClustersCreateOptionalParams
74
+ ): Promise<
75
+ PollerLike<
76
+ PollOperationState<ClustersCreateResponse>,
77
+ ClustersCreateResponse
78
+ >
79
+ >;
80
+ /**
81
+ * Creates a new HDInsight cluster with the specified parameters.
82
+ * @param resourceGroupName The name of the resource group.
83
+ * @param clusterName The name of the cluster.
84
+ * @param parameters The cluster create request.
85
+ * @param options The options parameters.
86
+ */
87
+ beginCreateAndWait(
88
+ resourceGroupName: string,
89
+ clusterName: string,
90
+ parameters: ClusterCreateParametersExtended,
91
+ options?: ClustersCreateOptionalParams
92
+ ): Promise<ClustersCreateResponse>;
93
+ /**
94
+ * Patch HDInsight cluster with the specified parameters.
95
+ * @param resourceGroupName The name of the resource group.
96
+ * @param clusterName The name of the cluster.
97
+ * @param parameters The cluster patch request.
98
+ * @param options The options parameters.
99
+ */
100
+ update(
101
+ resourceGroupName: string,
102
+ clusterName: string,
103
+ parameters: ClusterPatchParameters,
104
+ options?: ClustersUpdateOptionalParams
105
+ ): Promise<ClustersUpdateResponse>;
106
+ /**
107
+ * Deletes the specified HDInsight cluster.
108
+ * @param resourceGroupName The name of the resource group.
109
+ * @param clusterName The name of the cluster.
110
+ * @param options The options parameters.
111
+ */
112
+ beginDelete(
113
+ resourceGroupName: string,
114
+ clusterName: string,
115
+ options?: ClustersDeleteOptionalParams
116
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
117
+ /**
118
+ * Deletes the specified HDInsight cluster.
119
+ * @param resourceGroupName The name of the resource group.
120
+ * @param clusterName The name of the cluster.
121
+ * @param options The options parameters.
122
+ */
123
+ beginDeleteAndWait(
124
+ resourceGroupName: string,
125
+ clusterName: string,
126
+ options?: ClustersDeleteOptionalParams
127
+ ): Promise<void>;
128
+ /**
129
+ * Gets the specified cluster.
130
+ * @param resourceGroupName The name of the resource group.
131
+ * @param clusterName The name of the cluster.
132
+ * @param options The options parameters.
133
+ */
134
+ get(
135
+ resourceGroupName: string,
136
+ clusterName: string,
137
+ options?: ClustersGetOptionalParams
138
+ ): Promise<ClustersGetResponse>;
139
+ /**
140
+ * Resizes the specified HDInsight cluster to the specified size.
141
+ * @param resourceGroupName The name of the resource group.
142
+ * @param clusterName The name of the cluster.
143
+ * @param roleName The constant value for the roleName
144
+ * @param parameters The parameters for the resize operation.
145
+ * @param options The options parameters.
146
+ */
147
+ beginResize(
148
+ resourceGroupName: string,
149
+ clusterName: string,
150
+ roleName: RoleName,
151
+ parameters: ClusterResizeParameters,
152
+ options?: ClustersResizeOptionalParams
153
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
154
+ /**
155
+ * Resizes the specified HDInsight cluster to the specified size.
156
+ * @param resourceGroupName The name of the resource group.
157
+ * @param clusterName The name of the cluster.
158
+ * @param roleName The constant value for the roleName
159
+ * @param parameters The parameters for the resize operation.
160
+ * @param options The options parameters.
161
+ */
162
+ beginResizeAndWait(
163
+ resourceGroupName: string,
164
+ clusterName: string,
165
+ roleName: RoleName,
166
+ parameters: ClusterResizeParameters,
167
+ options?: ClustersResizeOptionalParams
168
+ ): Promise<void>;
169
+ /**
170
+ * Updates the Autoscale Configuration for HDInsight cluster.
171
+ * @param resourceGroupName The name of the resource group.
172
+ * @param clusterName The name of the cluster.
173
+ * @param roleName The constant value for the roleName
174
+ * @param parameters The parameters for the update autoscale configuration operation.
175
+ * @param options The options parameters.
176
+ */
177
+ beginUpdateAutoScaleConfiguration(
178
+ resourceGroupName: string,
179
+ clusterName: string,
180
+ roleName: RoleName,
181
+ parameters: AutoscaleConfigurationUpdateParameter,
182
+ options?: ClustersUpdateAutoScaleConfigurationOptionalParams
183
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
184
+ /**
185
+ * Updates the Autoscale Configuration for HDInsight cluster.
186
+ * @param resourceGroupName The name of the resource group.
187
+ * @param clusterName The name of the cluster.
188
+ * @param roleName The constant value for the roleName
189
+ * @param parameters The parameters for the update autoscale configuration operation.
190
+ * @param options The options parameters.
191
+ */
192
+ beginUpdateAutoScaleConfigurationAndWait(
193
+ resourceGroupName: string,
194
+ clusterName: string,
195
+ roleName: RoleName,
196
+ parameters: AutoscaleConfigurationUpdateParameter,
197
+ options?: ClustersUpdateAutoScaleConfigurationOptionalParams
198
+ ): Promise<void>;
199
+ /**
200
+ * Rotate disk encryption key of the specified HDInsight cluster.
201
+ * @param resourceGroupName The name of the resource group.
202
+ * @param clusterName The name of the cluster.
203
+ * @param parameters The parameters for the disk encryption operation.
204
+ * @param options The options parameters.
205
+ */
206
+ beginRotateDiskEncryptionKey(
207
+ resourceGroupName: string,
208
+ clusterName: string,
209
+ parameters: ClusterDiskEncryptionParameters,
210
+ options?: ClustersRotateDiskEncryptionKeyOptionalParams
211
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
212
+ /**
213
+ * Rotate disk encryption key of the specified HDInsight cluster.
214
+ * @param resourceGroupName The name of the resource group.
215
+ * @param clusterName The name of the cluster.
216
+ * @param parameters The parameters for the disk encryption operation.
217
+ * @param options The options parameters.
218
+ */
219
+ beginRotateDiskEncryptionKeyAndWait(
220
+ resourceGroupName: string,
221
+ clusterName: string,
222
+ parameters: ClusterDiskEncryptionParameters,
223
+ options?: ClustersRotateDiskEncryptionKeyOptionalParams
224
+ ): Promise<void>;
225
+ /**
226
+ * Gets the gateway settings for the specified cluster.
227
+ * @param resourceGroupName The name of the resource group.
228
+ * @param clusterName The name of the cluster.
229
+ * @param options The options parameters.
230
+ */
231
+ getGatewaySettings(
232
+ resourceGroupName: string,
233
+ clusterName: string,
234
+ options?: ClustersGetGatewaySettingsOptionalParams
235
+ ): Promise<ClustersGetGatewaySettingsResponse>;
236
+ /**
237
+ * Configures the gateway settings on the specified cluster.
238
+ * @param resourceGroupName The name of the resource group.
239
+ * @param clusterName The name of the cluster.
240
+ * @param parameters The cluster configurations.
241
+ * @param options The options parameters.
242
+ */
243
+ beginUpdateGatewaySettings(
244
+ resourceGroupName: string,
245
+ clusterName: string,
246
+ parameters: UpdateGatewaySettingsParameters,
247
+ options?: ClustersUpdateGatewaySettingsOptionalParams
248
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
249
+ /**
250
+ * Configures the gateway settings on the specified cluster.
251
+ * @param resourceGroupName The name of the resource group.
252
+ * @param clusterName The name of the cluster.
253
+ * @param parameters The cluster configurations.
254
+ * @param options The options parameters.
255
+ */
256
+ beginUpdateGatewaySettingsAndWait(
257
+ resourceGroupName: string,
258
+ clusterName: string,
259
+ parameters: UpdateGatewaySettingsParameters,
260
+ options?: ClustersUpdateGatewaySettingsOptionalParams
261
+ ): Promise<void>;
262
+ /**
263
+ * The the async operation status.
264
+ * @param resourceGroupName The name of the resource group.
265
+ * @param clusterName The name of the cluster.
266
+ * @param operationId The long running operation id.
267
+ * @param options The options parameters.
268
+ */
269
+ getAzureAsyncOperationStatus(
270
+ resourceGroupName: string,
271
+ clusterName: string,
272
+ operationId: string,
273
+ options?: ClustersGetAzureAsyncOperationStatusOptionalParams
274
+ ): Promise<ClustersGetAzureAsyncOperationStatusResponse>;
275
+ /**
276
+ * Updates the cluster identity certificate.
277
+ * @param resourceGroupName The name of the resource group.
278
+ * @param clusterName The name of the cluster.
279
+ * @param parameters The cluster configurations.
280
+ * @param options The options parameters.
281
+ */
282
+ beginUpdateIdentityCertificate(
283
+ resourceGroupName: string,
284
+ clusterName: string,
285
+ parameters: UpdateClusterIdentityCertificateParameters,
286
+ options?: ClustersUpdateIdentityCertificateOptionalParams
287
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
288
+ /**
289
+ * Updates the cluster identity certificate.
290
+ * @param resourceGroupName The name of the resource group.
291
+ * @param clusterName The name of the cluster.
292
+ * @param parameters The cluster configurations.
293
+ * @param options The options parameters.
294
+ */
295
+ beginUpdateIdentityCertificateAndWait(
296
+ resourceGroupName: string,
297
+ clusterName: string,
298
+ parameters: UpdateClusterIdentityCertificateParameters,
299
+ options?: ClustersUpdateIdentityCertificateOptionalParams
300
+ ): Promise<void>;
301
+ /**
302
+ * Executes script actions on the specified HDInsight cluster.
303
+ * @param resourceGroupName The name of the resource group.
304
+ * @param clusterName The name of the cluster.
305
+ * @param parameters The parameters for executing script actions.
306
+ * @param options The options parameters.
307
+ */
308
+ beginExecuteScriptActions(
309
+ resourceGroupName: string,
310
+ clusterName: string,
311
+ parameters: ExecuteScriptActionParameters,
312
+ options?: ClustersExecuteScriptActionsOptionalParams
313
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
314
+ /**
315
+ * Executes script actions on the specified HDInsight cluster.
316
+ * @param resourceGroupName The name of the resource group.
317
+ * @param clusterName The name of the cluster.
318
+ * @param parameters The parameters for executing script actions.
319
+ * @param options The options parameters.
320
+ */
321
+ beginExecuteScriptActionsAndWait(
322
+ resourceGroupName: string,
323
+ clusterName: string,
324
+ parameters: ExecuteScriptActionParameters,
325
+ options?: ClustersExecuteScriptActionsOptionalParams
326
+ ): Promise<void>;
327
+ }
@@ -0,0 +1,77 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+
9
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
10
+ import {
11
+ ConfigurationsListOptionalParams,
12
+ ConfigurationsListResponse,
13
+ ConfigurationsUpdateOptionalParams,
14
+ ConfigurationsGetOptionalParams,
15
+ ConfigurationsGetResponse
16
+ } from "../models";
17
+
18
+ /** Interface representing a Configurations. */
19
+ export interface Configurations {
20
+ /**
21
+ * Gets all configuration information for an HDI cluster.
22
+ * @param resourceGroupName The name of the resource group.
23
+ * @param clusterName The name of the cluster.
24
+ * @param options The options parameters.
25
+ */
26
+ list(
27
+ resourceGroupName: string,
28
+ clusterName: string,
29
+ options?: ConfigurationsListOptionalParams
30
+ ): Promise<ConfigurationsListResponse>;
31
+ /**
32
+ * Configures the HTTP settings on the specified cluster. This API is deprecated, please use
33
+ * UpdateGatewaySettings in cluster endpoint instead.
34
+ * @param resourceGroupName The name of the resource group.
35
+ * @param clusterName The name of the cluster.
36
+ * @param configurationName The name of the cluster configuration.
37
+ * @param parameters The cluster configurations.
38
+ * @param options The options parameters.
39
+ */
40
+ beginUpdate(
41
+ resourceGroupName: string,
42
+ clusterName: string,
43
+ configurationName: string,
44
+ parameters: { [propertyName: string]: string },
45
+ options?: ConfigurationsUpdateOptionalParams
46
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
47
+ /**
48
+ * Configures the HTTP settings on the specified cluster. This API is deprecated, please use
49
+ * UpdateGatewaySettings in cluster endpoint instead.
50
+ * @param resourceGroupName The name of the resource group.
51
+ * @param clusterName The name of the cluster.
52
+ * @param configurationName The name of the cluster configuration.
53
+ * @param parameters The cluster configurations.
54
+ * @param options The options parameters.
55
+ */
56
+ beginUpdateAndWait(
57
+ resourceGroupName: string,
58
+ clusterName: string,
59
+ configurationName: string,
60
+ parameters: { [propertyName: string]: string },
61
+ options?: ConfigurationsUpdateOptionalParams
62
+ ): Promise<void>;
63
+ /**
64
+ * The configuration object for the specified cluster. This API is not recommended and might be removed
65
+ * in the future. Please consider using List configurations API instead.
66
+ * @param resourceGroupName The name of the resource group.
67
+ * @param clusterName The name of the cluster.
68
+ * @param configurationName The name of the cluster configuration.
69
+ * @param options The options parameters.
70
+ */
71
+ get(
72
+ resourceGroupName: string,
73
+ clusterName: string,
74
+ configurationName: string,
75
+ options?: ConfigurationsGetOptionalParams
76
+ ): Promise<ConfigurationsGetResponse>;
77
+ }
@@ -0,0 +1,234 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+
9
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
10
+ import {
11
+ ClusterMonitoringRequest,
12
+ ExtensionsEnableMonitoringOptionalParams,
13
+ ExtensionsGetMonitoringStatusOptionalParams,
14
+ ExtensionsGetMonitoringStatusResponse,
15
+ ExtensionsDisableMonitoringOptionalParams,
16
+ AzureMonitorRequest,
17
+ ExtensionsEnableAzureMonitorOptionalParams,
18
+ ExtensionsGetAzureMonitorStatusOptionalParams,
19
+ ExtensionsGetAzureMonitorStatusResponse,
20
+ ExtensionsDisableAzureMonitorOptionalParams,
21
+ Extension,
22
+ ExtensionsCreateOptionalParams,
23
+ ExtensionsGetOptionalParams,
24
+ ExtensionsGetResponse,
25
+ ExtensionsDeleteOptionalParams,
26
+ ExtensionsGetAzureAsyncOperationStatusOptionalParams,
27
+ ExtensionsGetAzureAsyncOperationStatusResponse
28
+ } from "../models";
29
+
30
+ /** Interface representing a Extensions. */
31
+ export interface Extensions {
32
+ /**
33
+ * Enables the Operations Management Suite (OMS) on the HDInsight cluster.
34
+ * @param resourceGroupName The name of the resource group.
35
+ * @param clusterName The name of the cluster.
36
+ * @param parameters The Operations Management Suite (OMS) workspace parameters.
37
+ * @param options The options parameters.
38
+ */
39
+ beginEnableMonitoring(
40
+ resourceGroupName: string,
41
+ clusterName: string,
42
+ parameters: ClusterMonitoringRequest,
43
+ options?: ExtensionsEnableMonitoringOptionalParams
44
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
45
+ /**
46
+ * Enables the Operations Management Suite (OMS) on the HDInsight cluster.
47
+ * @param resourceGroupName The name of the resource group.
48
+ * @param clusterName The name of the cluster.
49
+ * @param parameters The Operations Management Suite (OMS) workspace parameters.
50
+ * @param options The options parameters.
51
+ */
52
+ beginEnableMonitoringAndWait(
53
+ resourceGroupName: string,
54
+ clusterName: string,
55
+ parameters: ClusterMonitoringRequest,
56
+ options?: ExtensionsEnableMonitoringOptionalParams
57
+ ): Promise<void>;
58
+ /**
59
+ * Gets the status of Operations Management Suite (OMS) on the HDInsight cluster.
60
+ * @param resourceGroupName The name of the resource group.
61
+ * @param clusterName The name of the cluster.
62
+ * @param options The options parameters.
63
+ */
64
+ getMonitoringStatus(
65
+ resourceGroupName: string,
66
+ clusterName: string,
67
+ options?: ExtensionsGetMonitoringStatusOptionalParams
68
+ ): Promise<ExtensionsGetMonitoringStatusResponse>;
69
+ /**
70
+ * Disables the Operations Management Suite (OMS) on the HDInsight cluster.
71
+ * @param resourceGroupName The name of the resource group.
72
+ * @param clusterName The name of the cluster.
73
+ * @param options The options parameters.
74
+ */
75
+ beginDisableMonitoring(
76
+ resourceGroupName: string,
77
+ clusterName: string,
78
+ options?: ExtensionsDisableMonitoringOptionalParams
79
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
80
+ /**
81
+ * Disables the Operations Management Suite (OMS) on the HDInsight cluster.
82
+ * @param resourceGroupName The name of the resource group.
83
+ * @param clusterName The name of the cluster.
84
+ * @param options The options parameters.
85
+ */
86
+ beginDisableMonitoringAndWait(
87
+ resourceGroupName: string,
88
+ clusterName: string,
89
+ options?: ExtensionsDisableMonitoringOptionalParams
90
+ ): Promise<void>;
91
+ /**
92
+ * Enables the Azure Monitor on the HDInsight cluster.
93
+ * @param resourceGroupName The name of the resource group.
94
+ * @param clusterName The name of the cluster.
95
+ * @param parameters The Log Analytics workspace parameters.
96
+ * @param options The options parameters.
97
+ */
98
+ beginEnableAzureMonitor(
99
+ resourceGroupName: string,
100
+ clusterName: string,
101
+ parameters: AzureMonitorRequest,
102
+ options?: ExtensionsEnableAzureMonitorOptionalParams
103
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
104
+ /**
105
+ * Enables the Azure Monitor on the HDInsight cluster.
106
+ * @param resourceGroupName The name of the resource group.
107
+ * @param clusterName The name of the cluster.
108
+ * @param parameters The Log Analytics workspace parameters.
109
+ * @param options The options parameters.
110
+ */
111
+ beginEnableAzureMonitorAndWait(
112
+ resourceGroupName: string,
113
+ clusterName: string,
114
+ parameters: AzureMonitorRequest,
115
+ options?: ExtensionsEnableAzureMonitorOptionalParams
116
+ ): Promise<void>;
117
+ /**
118
+ * Gets the status of Azure Monitor on the HDInsight cluster.
119
+ * @param resourceGroupName The name of the resource group.
120
+ * @param clusterName The name of the cluster.
121
+ * @param options The options parameters.
122
+ */
123
+ getAzureMonitorStatus(
124
+ resourceGroupName: string,
125
+ clusterName: string,
126
+ options?: ExtensionsGetAzureMonitorStatusOptionalParams
127
+ ): Promise<ExtensionsGetAzureMonitorStatusResponse>;
128
+ /**
129
+ * Disables the Azure Monitor on the HDInsight cluster.
130
+ * @param resourceGroupName The name of the resource group.
131
+ * @param clusterName The name of the cluster.
132
+ * @param options The options parameters.
133
+ */
134
+ beginDisableAzureMonitor(
135
+ resourceGroupName: string,
136
+ clusterName: string,
137
+ options?: ExtensionsDisableAzureMonitorOptionalParams
138
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
139
+ /**
140
+ * Disables the Azure Monitor on the HDInsight cluster.
141
+ * @param resourceGroupName The name of the resource group.
142
+ * @param clusterName The name of the cluster.
143
+ * @param options The options parameters.
144
+ */
145
+ beginDisableAzureMonitorAndWait(
146
+ resourceGroupName: string,
147
+ clusterName: string,
148
+ options?: ExtensionsDisableAzureMonitorOptionalParams
149
+ ): Promise<void>;
150
+ /**
151
+ * Creates an HDInsight cluster extension.
152
+ * @param resourceGroupName The name of the resource group.
153
+ * @param clusterName The name of the cluster.
154
+ * @param extensionName The name of the cluster extension.
155
+ * @param parameters The cluster extensions create request.
156
+ * @param options The options parameters.
157
+ */
158
+ beginCreate(
159
+ resourceGroupName: string,
160
+ clusterName: string,
161
+ extensionName: string,
162
+ parameters: Extension,
163
+ options?: ExtensionsCreateOptionalParams
164
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
165
+ /**
166
+ * Creates an HDInsight cluster extension.
167
+ * @param resourceGroupName The name of the resource group.
168
+ * @param clusterName The name of the cluster.
169
+ * @param extensionName The name of the cluster extension.
170
+ * @param parameters The cluster extensions create request.
171
+ * @param options The options parameters.
172
+ */
173
+ beginCreateAndWait(
174
+ resourceGroupName: string,
175
+ clusterName: string,
176
+ extensionName: string,
177
+ parameters: Extension,
178
+ options?: ExtensionsCreateOptionalParams
179
+ ): Promise<void>;
180
+ /**
181
+ * Gets the extension properties for the specified HDInsight cluster extension.
182
+ * @param resourceGroupName The name of the resource group.
183
+ * @param clusterName The name of the cluster.
184
+ * @param extensionName The name of the cluster extension.
185
+ * @param options The options parameters.
186
+ */
187
+ get(
188
+ resourceGroupName: string,
189
+ clusterName: string,
190
+ extensionName: string,
191
+ options?: ExtensionsGetOptionalParams
192
+ ): Promise<ExtensionsGetResponse>;
193
+ /**
194
+ * Deletes the specified extension for HDInsight cluster.
195
+ * @param resourceGroupName The name of the resource group.
196
+ * @param clusterName The name of the cluster.
197
+ * @param extensionName The name of the cluster extension.
198
+ * @param options The options parameters.
199
+ */
200
+ beginDelete(
201
+ resourceGroupName: string,
202
+ clusterName: string,
203
+ extensionName: string,
204
+ options?: ExtensionsDeleteOptionalParams
205
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
206
+ /**
207
+ * Deletes the specified extension for HDInsight cluster.
208
+ * @param resourceGroupName The name of the resource group.
209
+ * @param clusterName The name of the cluster.
210
+ * @param extensionName The name of the cluster extension.
211
+ * @param options The options parameters.
212
+ */
213
+ beginDeleteAndWait(
214
+ resourceGroupName: string,
215
+ clusterName: string,
216
+ extensionName: string,
217
+ options?: ExtensionsDeleteOptionalParams
218
+ ): Promise<void>;
219
+ /**
220
+ * Gets the async operation status.
221
+ * @param resourceGroupName The name of the resource group.
222
+ * @param clusterName The name of the cluster.
223
+ * @param extensionName The name of the cluster extension.
224
+ * @param operationId The long running operation id.
225
+ * @param options The options parameters.
226
+ */
227
+ getAzureAsyncOperationStatus(
228
+ resourceGroupName: string,
229
+ clusterName: string,
230
+ extensionName: string,
231
+ operationId: string,
232
+ options?: ExtensionsGetAzureAsyncOperationStatusOptionalParams
233
+ ): Promise<ExtensionsGetAzureAsyncOperationStatusResponse>;
234
+ }
@@ -0,0 +1,19 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+
9
+ export * from "./clusters";
10
+ export * from "./applications";
11
+ export * from "./locations";
12
+ export * from "./configurations";
13
+ export * from "./extensions";
14
+ export * from "./scriptActions";
15
+ export * from "./scriptExecutionHistory";
16
+ export * from "./operations";
17
+ export * from "./virtualMachines";
18
+ export * from "./privateEndpointConnections";
19
+ export * from "./privateLinkResources";