@azure/arm-kusto 6.2.0 → 7.0.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 (279) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/README.md +69 -83
  4. package/dist/index.js +8198 -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/index.d.ts +5 -0
  9. package/dist-esm/src/index.d.ts.map +1 -0
  10. package/dist-esm/src/index.js +12 -0
  11. package/dist-esm/src/index.js.map +1 -0
  12. package/dist-esm/src/kustoManagementClient.d.ts +30 -0
  13. package/dist-esm/src/kustoManagementClient.d.ts.map +1 -0
  14. package/dist-esm/src/kustoManagementClient.js +63 -0
  15. package/dist-esm/src/kustoManagementClient.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 +2023 -0
  21. package/dist-esm/src/models/index.d.ts.map +1 -0
  22. package/dist-esm/src/models/index.js +256 -0
  23. package/dist-esm/src/models/index.js.map +1 -0
  24. package/dist-esm/src/models/mappers.d.ts +89 -0
  25. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  26. package/{esm → dist-esm/src}/models/mappers.js +1710 -1269
  27. package/dist-esm/src/models/mappers.js.map +1 -0
  28. package/dist-esm/src/models/parameters.d.ts +46 -0
  29. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  30. package/dist-esm/src/models/parameters.js +308 -0
  31. package/dist-esm/src/models/parameters.js.map +1 -0
  32. package/dist-esm/src/operations/attachedDatabaseConfigurations.d.ts +81 -0
  33. package/dist-esm/src/operations/attachedDatabaseConfigurations.d.ts.map +1 -0
  34. package/dist-esm/src/operations/attachedDatabaseConfigurations.js +342 -0
  35. package/dist-esm/src/operations/attachedDatabaseConfigurations.js.map +1 -0
  36. package/dist-esm/src/operations/clusterPrincipalAssignments.d.ts +81 -0
  37. package/dist-esm/src/operations/clusterPrincipalAssignments.d.ts.map +1 -0
  38. package/dist-esm/src/operations/clusterPrincipalAssignments.js +332 -0
  39. package/dist-esm/src/operations/clusterPrincipalAssignments.js.map +1 -0
  40. package/dist-esm/src/operations/clusters.d.ts +276 -0
  41. package/dist-esm/src/operations/clusters.d.ts.map +1 -0
  42. package/dist-esm/src/operations/clusters.js +1317 -0
  43. package/dist-esm/src/operations/clusters.js.map +1 -0
  44. package/dist-esm/src/operations/dataConnections.d.ts +127 -0
  45. package/dist-esm/src/operations/dataConnections.d.ts.map +1 -0
  46. package/dist-esm/src/operations/dataConnections.js +547 -0
  47. package/dist-esm/src/operations/dataConnections.js.map +1 -0
  48. package/dist-esm/src/operations/databasePrincipalAssignments.d.ts +89 -0
  49. package/dist-esm/src/operations/databasePrincipalAssignments.d.ts.map +1 -0
  50. package/dist-esm/src/operations/databasePrincipalAssignments.js +364 -0
  51. package/dist-esm/src/operations/databasePrincipalAssignments.js.map +1 -0
  52. package/dist-esm/src/operations/databases.d.ts +135 -0
  53. package/dist-esm/src/operations/databases.d.ts.map +1 -0
  54. package/dist-esm/src/operations/databases.js +571 -0
  55. package/dist-esm/src/operations/databases.js.map +1 -0
  56. package/{esm → dist-esm/src}/operations/index.d.ts +4 -1
  57. package/dist-esm/src/operations/index.d.ts.map +1 -0
  58. package/dist-esm/src/operations/index.js +20 -0
  59. package/dist-esm/src/operations/index.js.map +1 -0
  60. package/dist-esm/src/operations/managedPrivateEndpoints.d.ts +99 -0
  61. package/dist-esm/src/operations/managedPrivateEndpoints.d.ts.map +1 -0
  62. package/dist-esm/src/operations/managedPrivateEndpoints.js +424 -0
  63. package/dist-esm/src/operations/managedPrivateEndpoints.js.map +1 -0
  64. package/dist-esm/src/operations/operations.d.ts +32 -0
  65. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  66. package/dist-esm/src/operations/operations.js +120 -0
  67. package/dist-esm/src/operations/operations.js.map +1 -0
  68. package/dist-esm/src/operations/operationsResults.d.ts +20 -0
  69. package/dist-esm/src/operations/operationsResults.d.ts.map +1 -0
  70. package/dist-esm/src/operations/operationsResults.js +53 -0
  71. package/dist-esm/src/operations/operationsResults.js.map +1 -0
  72. package/dist-esm/src/operations/privateEndpointConnections.d.ts +73 -0
  73. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  74. package/dist-esm/src/operations/privateEndpointConnections.js +309 -0
  75. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  76. package/dist-esm/src/operations/privateLinkResources.d.ts +38 -0
  77. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
  78. package/dist-esm/src/operations/privateLinkResources.js +131 -0
  79. package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
  80. package/dist-esm/src/operations/scripts.d.ts +109 -0
  81. package/dist-esm/src/operations/scripts.d.ts.map +1 -0
  82. package/dist-esm/src/operations/scripts.js +442 -0
  83. package/dist-esm/src/operations/scripts.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/attachedDatabaseConfigurations.d.ts +64 -0
  85. package/dist-esm/src/operationsInterfaces/attachedDatabaseConfigurations.d.ts.map +1 -0
  86. package/{src/models/operationsResultsMappers.ts → dist-esm/src/operationsInterfaces/attachedDatabaseConfigurations.js} +2 -2
  87. package/dist-esm/src/operationsInterfaces/attachedDatabaseConfigurations.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/clusterPrincipalAssignments.d.ts +64 -0
  89. package/dist-esm/src/operationsInterfaces/clusterPrincipalAssignments.d.ts.map +1 -0
  90. package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/clusterPrincipalAssignments.js} +2 -8
  91. package/dist-esm/src/operationsInterfaces/clusterPrincipalAssignments.js.map +1 -0
  92. package/dist-esm/src/operationsInterfaces/clusters.d.ts +201 -0
  93. package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +1 -0
  94. package/{esm/models/operationsResultsMappers.js → dist-esm/src/operationsInterfaces/clusters.js} +2 -2
  95. package/dist-esm/src/operationsInterfaces/clusters.js.map +1 -0
  96. package/dist-esm/src/operationsInterfaces/dataConnections.d.ts +109 -0
  97. package/dist-esm/src/operationsInterfaces/dataConnections.d.ts.map +1 -0
  98. package/dist-esm/src/operationsInterfaces/dataConnections.js +9 -0
  99. package/dist-esm/src/operationsInterfaces/dataConnections.js.map +1 -0
  100. package/dist-esm/src/operationsInterfaces/databasePrincipalAssignments.d.ts +71 -0
  101. package/dist-esm/src/operationsInterfaces/databasePrincipalAssignments.d.ts.map +1 -0
  102. package/dist-esm/src/operationsInterfaces/databasePrincipalAssignments.js +9 -0
  103. package/dist-esm/src/operationsInterfaces/databasePrincipalAssignments.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/databases.d.ts +108 -0
  105. package/dist-esm/src/operationsInterfaces/databases.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/databases.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/databases.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/index.d.ts +13 -0
  109. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/index.js +20 -0
  111. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/managedPrivateEndpoints.d.ts +82 -0
  113. package/dist-esm/src/operationsInterfaces/managedPrivateEndpoints.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/managedPrivateEndpoints.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/managedPrivateEndpoints.js.map +1 -0
  116. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  117. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  118. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  119. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  120. package/dist-esm/src/operationsInterfaces/operationsResults.d.ts +12 -0
  121. package/dist-esm/src/operationsInterfaces/operationsResults.d.ts.map +1 -0
  122. package/dist-esm/src/operationsInterfaces/operationsResults.js +9 -0
  123. package/dist-esm/src/operationsInterfaces/operationsResults.js.map +1 -0
  124. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  125. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  126. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
  127. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  128. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +21 -0
  129. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  130. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
  131. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
  132. package/dist-esm/src/operationsInterfaces/scripts.d.ts +91 -0
  133. package/dist-esm/src/operationsInterfaces/scripts.d.ts.map +1 -0
  134. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/scripts.js} +2 -1
  135. package/dist-esm/src/operationsInterfaces/scripts.js.map +1 -0
  136. package/dist-esm/test/kusto-client-test.d.ts +4 -0
  137. package/dist-esm/test/kusto-client-test.d.ts.map +1 -0
  138. package/dist-esm/test/kusto-client-test.js +117 -0
  139. package/dist-esm/test/kusto-client-test.js.map +1 -0
  140. package/package.json +65 -22
  141. package/review/arm-kusto.api.md +1798 -0
  142. package/rollup.config.js +181 -24
  143. package/{esm/models/operationsMappers.js → src/index.ts} +5 -2
  144. package/src/kustoManagementClient.ts +112 -49
  145. package/src/lroImpl.ts +34 -0
  146. package/src/models/index.ts +1853 -2535
  147. package/src/models/mappers.ts +1798 -1302
  148. package/src/models/parameters.ts +264 -44
  149. package/src/operations/attachedDatabaseConfigurations.ts +314 -177
  150. package/src/operations/clusterPrincipalAssignments.ts +300 -264
  151. package/src/operations/clusters.ts +1396 -724
  152. package/src/operations/dataConnections.ts +499 -363
  153. package/src/operations/databasePrincipalAssignments.ts +326 -281
  154. package/src/operations/databases.ts +538 -517
  155. package/src/operations/index.ts +5 -3
  156. package/src/operations/managedPrivateEndpoints.ts +599 -0
  157. package/src/operations/operations.ts +85 -85
  158. package/src/operations/operationsResults.ts +34 -60
  159. package/src/operations/privateEndpointConnections.ts +427 -0
  160. package/src/operations/privateLinkResources.ts +167 -0
  161. package/src/operations/scripts.ts +408 -334
  162. package/src/operationsInterfaces/attachedDatabaseConfigurations.ts +125 -0
  163. package/src/operationsInterfaces/clusterPrincipalAssignments.ts +125 -0
  164. package/src/operationsInterfaces/clusters.ts +371 -0
  165. package/src/operationsInterfaces/dataConnections.ts +218 -0
  166. package/src/operationsInterfaces/databasePrincipalAssignments.ts +139 -0
  167. package/src/operationsInterfaces/databases.ts +212 -0
  168. package/{esm/operations/index.js → src/operationsInterfaces/index.ts} +6 -4
  169. package/src/operationsInterfaces/managedPrivateEndpoints.ts +162 -0
  170. package/src/operationsInterfaces/operations.ts +22 -0
  171. package/src/operationsInterfaces/operationsResults.ts +27 -0
  172. package/src/operationsInterfaces/privateEndpointConnections.ts +109 -0
  173. package/src/operationsInterfaces/privateLinkResources.ts +44 -0
  174. package/src/operationsInterfaces/scripts.ts +177 -0
  175. package/tsconfig.json +14 -6
  176. package/types/arm-kusto.d.ts +3174 -0
  177. package/types/tsdoc-metadata.json +11 -0
  178. package/dist/arm-kusto.js +0 -5320
  179. package/dist/arm-kusto.js.map +0 -1
  180. package/dist/arm-kusto.min.js +0 -1
  181. package/dist/arm-kusto.min.js.map +0 -1
  182. package/esm/kustoManagementClient.d.ts +0 -33
  183. package/esm/kustoManagementClient.d.ts.map +0 -1
  184. package/esm/kustoManagementClient.js +0 -46
  185. package/esm/kustoManagementClient.js.map +0 -1
  186. package/esm/kustoManagementClientContext.d.ts +0 -23
  187. package/esm/kustoManagementClientContext.d.ts.map +0 -1
  188. package/esm/kustoManagementClientContext.js +0 -62
  189. package/esm/kustoManagementClientContext.js.map +0 -1
  190. package/esm/models/attachedDatabaseConfigurationsMappers.d.ts +0 -2
  191. package/esm/models/attachedDatabaseConfigurationsMappers.d.ts.map +0 -1
  192. package/esm/models/attachedDatabaseConfigurationsMappers.js +0 -9
  193. package/esm/models/attachedDatabaseConfigurationsMappers.js.map +0 -1
  194. package/esm/models/clusterPrincipalAssignmentsMappers.d.ts +0 -2
  195. package/esm/models/clusterPrincipalAssignmentsMappers.d.ts.map +0 -1
  196. package/esm/models/clusterPrincipalAssignmentsMappers.js +0 -9
  197. package/esm/models/clusterPrincipalAssignmentsMappers.js.map +0 -1
  198. package/esm/models/clustersMappers.d.ts +0 -2
  199. package/esm/models/clustersMappers.d.ts.map +0 -1
  200. package/esm/models/clustersMappers.js +0 -9
  201. package/esm/models/clustersMappers.js.map +0 -1
  202. package/esm/models/dataConnectionsMappers.d.ts +0 -2
  203. package/esm/models/dataConnectionsMappers.d.ts.map +0 -1
  204. package/esm/models/dataConnectionsMappers.js +0 -9
  205. package/esm/models/dataConnectionsMappers.js.map +0 -1
  206. package/esm/models/databasePrincipalAssignmentsMappers.d.ts +0 -2
  207. package/esm/models/databasePrincipalAssignmentsMappers.d.ts.map +0 -1
  208. package/esm/models/databasePrincipalAssignmentsMappers.js +0 -9
  209. package/esm/models/databasePrincipalAssignmentsMappers.js.map +0 -1
  210. package/esm/models/databasesMappers.d.ts +0 -2
  211. package/esm/models/databasesMappers.d.ts.map +0 -1
  212. package/esm/models/databasesMappers.js +0 -9
  213. package/esm/models/databasesMappers.js.map +0 -1
  214. package/esm/models/index.d.ts +0 -2705
  215. package/esm/models/index.d.ts.map +0 -1
  216. package/esm/models/index.js.map +0 -1
  217. package/esm/models/mappers.d.ts +0 -75
  218. package/esm/models/mappers.d.ts.map +0 -1
  219. package/esm/models/mappers.js.map +0 -1
  220. package/esm/models/operationsMappers.d.ts +0 -2
  221. package/esm/models/operationsMappers.d.ts.map +0 -1
  222. package/esm/models/operationsMappers.js.map +0 -1
  223. package/esm/models/operationsResultsMappers.d.ts +0 -2
  224. package/esm/models/operationsResultsMappers.d.ts.map +0 -1
  225. package/esm/models/operationsResultsMappers.js.map +0 -1
  226. package/esm/models/parameters.d.ts +0 -17
  227. package/esm/models/parameters.d.ts.map +0 -1
  228. package/esm/models/parameters.js +0 -158
  229. package/esm/models/parameters.js.map +0 -1
  230. package/esm/models/scriptsMappers.d.ts +0 -2
  231. package/esm/models/scriptsMappers.d.ts.map +0 -1
  232. package/esm/models/scriptsMappers.js +0 -9
  233. package/esm/models/scriptsMappers.js.map +0 -1
  234. package/esm/operations/attachedDatabaseConfigurations.d.ts +0 -97
  235. package/esm/operations/attachedDatabaseConfigurations.d.ts.map +0 -1
  236. package/esm/operations/attachedDatabaseConfigurations.js +0 -188
  237. package/esm/operations/attachedDatabaseConfigurations.js.map +0 -1
  238. package/esm/operations/clusterPrincipalAssignments.d.ts +0 -121
  239. package/esm/operations/clusterPrincipalAssignments.d.ts.map +0 -1
  240. package/esm/operations/clusterPrincipalAssignments.js +0 -213
  241. package/esm/operations/clusterPrincipalAssignments.js.map +0 -1
  242. package/esm/operations/clusters.d.ts +0 -323
  243. package/esm/operations/clusters.d.ts.map +0 -1
  244. package/esm/operations/clusters.js +0 -620
  245. package/esm/operations/clusters.js.map +0 -1
  246. package/esm/operations/dataConnections.d.ts +0 -176
  247. package/esm/operations/dataConnections.d.ts.map +0 -1
  248. package/esm/operations/dataConnections.js +0 -359
  249. package/esm/operations/dataConnections.js.map +0 -1
  250. package/esm/operations/databasePrincipalAssignments.d.ts +0 -134
  251. package/esm/operations/databasePrincipalAssignments.d.ts.map +0 -1
  252. package/esm/operations/databasePrincipalAssignments.js +0 -235
  253. package/esm/operations/databasePrincipalAssignments.js.map +0 -1
  254. package/esm/operations/databases.d.ts +0 -219
  255. package/esm/operations/databases.d.ts.map +0 -1
  256. package/esm/operations/databases.js +0 -374
  257. package/esm/operations/databases.js.map +0 -1
  258. package/esm/operations/index.d.ts.map +0 -1
  259. package/esm/operations/index.js.map +0 -1
  260. package/esm/operations/operations.d.ts +0 -46
  261. package/esm/operations/operations.d.ts.map +0 -1
  262. package/esm/operations/operations.js +0 -69
  263. package/esm/operations/operations.js.map +0 -1
  264. package/esm/operations/operationsResults.d.ts +0 -34
  265. package/esm/operations/operationsResults.d.ts.map +0 -1
  266. package/esm/operations/operationsResults.js +0 -49
  267. package/esm/operations/operationsResults.js.map +0 -1
  268. package/esm/operations/scripts.d.ts +0 -156
  269. package/esm/operations/scripts.d.ts.map +0 -1
  270. package/esm/operations/scripts.js +0 -300
  271. package/esm/operations/scripts.js.map +0 -1
  272. package/src/kustoManagementClientContext.ts +0 -75
  273. package/src/models/attachedDatabaseConfigurationsMappers.ts +0 -43
  274. package/src/models/clusterPrincipalAssignmentsMappers.ts +0 -45
  275. package/src/models/clustersMappers.ts +0 -54
  276. package/src/models/dataConnectionsMappers.ts +0 -48
  277. package/src/models/databasePrincipalAssignmentsMappers.ts +0 -45
  278. package/src/models/databasesMappers.ts +0 -48
  279. package/src/models/scriptsMappers.ts +0 -45
@@ -0,0 +1,125 @@
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
+ AttachedDatabaseConfiguration,
13
+ AttachedDatabaseConfigurationsListByClusterOptionalParams,
14
+ AttachedDatabaseConfigurationsCheckNameRequest,
15
+ AttachedDatabaseConfigurationsCheckNameAvailabilityOptionalParams,
16
+ AttachedDatabaseConfigurationsCheckNameAvailabilityResponse,
17
+ AttachedDatabaseConfigurationsGetOptionalParams,
18
+ AttachedDatabaseConfigurationsGetResponse,
19
+ AttachedDatabaseConfigurationsCreateOrUpdateOptionalParams,
20
+ AttachedDatabaseConfigurationsCreateOrUpdateResponse,
21
+ AttachedDatabaseConfigurationsDeleteOptionalParams
22
+ } from "../models";
23
+
24
+ /// <reference lib="esnext.asynciterable" />
25
+ /** Interface representing a AttachedDatabaseConfigurations. */
26
+ export interface AttachedDatabaseConfigurations {
27
+ /**
28
+ * Returns the list of attached database configurations of the given Kusto cluster.
29
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
30
+ * @param clusterName The name of the Kusto cluster.
31
+ * @param options The options parameters.
32
+ */
33
+ listByCluster(
34
+ resourceGroupName: string,
35
+ clusterName: string,
36
+ options?: AttachedDatabaseConfigurationsListByClusterOptionalParams
37
+ ): PagedAsyncIterableIterator<AttachedDatabaseConfiguration>;
38
+ /**
39
+ * Checks that the attached database configuration resource name is valid and is not already in use.
40
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
41
+ * @param clusterName The name of the Kusto cluster.
42
+ * @param resourceName The name of the resource.
43
+ * @param options The options parameters.
44
+ */
45
+ checkNameAvailability(
46
+ resourceGroupName: string,
47
+ clusterName: string,
48
+ resourceName: AttachedDatabaseConfigurationsCheckNameRequest,
49
+ options?: AttachedDatabaseConfigurationsCheckNameAvailabilityOptionalParams
50
+ ): Promise<AttachedDatabaseConfigurationsCheckNameAvailabilityResponse>;
51
+ /**
52
+ * Returns an attached database configuration.
53
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
54
+ * @param clusterName The name of the Kusto cluster.
55
+ * @param attachedDatabaseConfigurationName The name of the attached database configuration.
56
+ * @param options The options parameters.
57
+ */
58
+ get(
59
+ resourceGroupName: string,
60
+ clusterName: string,
61
+ attachedDatabaseConfigurationName: string,
62
+ options?: AttachedDatabaseConfigurationsGetOptionalParams
63
+ ): Promise<AttachedDatabaseConfigurationsGetResponse>;
64
+ /**
65
+ * Creates or updates an attached database configuration.
66
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
67
+ * @param clusterName The name of the Kusto cluster.
68
+ * @param attachedDatabaseConfigurationName The name of the attached database configuration.
69
+ * @param parameters The database parameters supplied to the CreateOrUpdate operation.
70
+ * @param options The options parameters.
71
+ */
72
+ beginCreateOrUpdate(
73
+ resourceGroupName: string,
74
+ clusterName: string,
75
+ attachedDatabaseConfigurationName: string,
76
+ parameters: AttachedDatabaseConfiguration,
77
+ options?: AttachedDatabaseConfigurationsCreateOrUpdateOptionalParams
78
+ ): Promise<
79
+ PollerLike<
80
+ PollOperationState<AttachedDatabaseConfigurationsCreateOrUpdateResponse>,
81
+ AttachedDatabaseConfigurationsCreateOrUpdateResponse
82
+ >
83
+ >;
84
+ /**
85
+ * Creates or updates an attached database configuration.
86
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
87
+ * @param clusterName The name of the Kusto cluster.
88
+ * @param attachedDatabaseConfigurationName The name of the attached database configuration.
89
+ * @param parameters The database parameters supplied to the CreateOrUpdate operation.
90
+ * @param options The options parameters.
91
+ */
92
+ beginCreateOrUpdateAndWait(
93
+ resourceGroupName: string,
94
+ clusterName: string,
95
+ attachedDatabaseConfigurationName: string,
96
+ parameters: AttachedDatabaseConfiguration,
97
+ options?: AttachedDatabaseConfigurationsCreateOrUpdateOptionalParams
98
+ ): Promise<AttachedDatabaseConfigurationsCreateOrUpdateResponse>;
99
+ /**
100
+ * Deletes the attached database configuration with the given name.
101
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
102
+ * @param clusterName The name of the Kusto cluster.
103
+ * @param attachedDatabaseConfigurationName The name of the attached database configuration.
104
+ * @param options The options parameters.
105
+ */
106
+ beginDelete(
107
+ resourceGroupName: string,
108
+ clusterName: string,
109
+ attachedDatabaseConfigurationName: string,
110
+ options?: AttachedDatabaseConfigurationsDeleteOptionalParams
111
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
112
+ /**
113
+ * Deletes the attached database configuration with the given name.
114
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
115
+ * @param clusterName The name of the Kusto cluster.
116
+ * @param attachedDatabaseConfigurationName The name of the attached database configuration.
117
+ * @param options The options parameters.
118
+ */
119
+ beginDeleteAndWait(
120
+ resourceGroupName: string,
121
+ clusterName: string,
122
+ attachedDatabaseConfigurationName: string,
123
+ options?: AttachedDatabaseConfigurationsDeleteOptionalParams
124
+ ): Promise<void>;
125
+ }
@@ -0,0 +1,125 @@
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
+ ClusterPrincipalAssignment,
13
+ ClusterPrincipalAssignmentsListOptionalParams,
14
+ ClusterPrincipalAssignmentCheckNameRequest,
15
+ ClusterPrincipalAssignmentsCheckNameAvailabilityOptionalParams,
16
+ ClusterPrincipalAssignmentsCheckNameAvailabilityResponse,
17
+ ClusterPrincipalAssignmentsGetOptionalParams,
18
+ ClusterPrincipalAssignmentsGetResponse,
19
+ ClusterPrincipalAssignmentsCreateOrUpdateOptionalParams,
20
+ ClusterPrincipalAssignmentsCreateOrUpdateResponse,
21
+ ClusterPrincipalAssignmentsDeleteOptionalParams
22
+ } from "../models";
23
+
24
+ /// <reference lib="esnext.asynciterable" />
25
+ /** Interface representing a ClusterPrincipalAssignments. */
26
+ export interface ClusterPrincipalAssignments {
27
+ /**
28
+ * Lists all Kusto cluster principalAssignments.
29
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
30
+ * @param clusterName The name of the Kusto cluster.
31
+ * @param options The options parameters.
32
+ */
33
+ list(
34
+ resourceGroupName: string,
35
+ clusterName: string,
36
+ options?: ClusterPrincipalAssignmentsListOptionalParams
37
+ ): PagedAsyncIterableIterator<ClusterPrincipalAssignment>;
38
+ /**
39
+ * Checks that the principal assignment name is valid and is not already in use.
40
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
41
+ * @param clusterName The name of the Kusto cluster.
42
+ * @param principalAssignmentName The name of the principal assignment.
43
+ * @param options The options parameters.
44
+ */
45
+ checkNameAvailability(
46
+ resourceGroupName: string,
47
+ clusterName: string,
48
+ principalAssignmentName: ClusterPrincipalAssignmentCheckNameRequest,
49
+ options?: ClusterPrincipalAssignmentsCheckNameAvailabilityOptionalParams
50
+ ): Promise<ClusterPrincipalAssignmentsCheckNameAvailabilityResponse>;
51
+ /**
52
+ * Gets a Kusto cluster principalAssignment.
53
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
54
+ * @param clusterName The name of the Kusto cluster.
55
+ * @param principalAssignmentName The name of the Kusto principalAssignment.
56
+ * @param options The options parameters.
57
+ */
58
+ get(
59
+ resourceGroupName: string,
60
+ clusterName: string,
61
+ principalAssignmentName: string,
62
+ options?: ClusterPrincipalAssignmentsGetOptionalParams
63
+ ): Promise<ClusterPrincipalAssignmentsGetResponse>;
64
+ /**
65
+ * Create a Kusto cluster principalAssignment.
66
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
67
+ * @param clusterName The name of the Kusto cluster.
68
+ * @param principalAssignmentName The name of the Kusto principalAssignment.
69
+ * @param parameters The Kusto cluster principalAssignment's parameters supplied for the operation.
70
+ * @param options The options parameters.
71
+ */
72
+ beginCreateOrUpdate(
73
+ resourceGroupName: string,
74
+ clusterName: string,
75
+ principalAssignmentName: string,
76
+ parameters: ClusterPrincipalAssignment,
77
+ options?: ClusterPrincipalAssignmentsCreateOrUpdateOptionalParams
78
+ ): Promise<
79
+ PollerLike<
80
+ PollOperationState<ClusterPrincipalAssignmentsCreateOrUpdateResponse>,
81
+ ClusterPrincipalAssignmentsCreateOrUpdateResponse
82
+ >
83
+ >;
84
+ /**
85
+ * Create a Kusto cluster principalAssignment.
86
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
87
+ * @param clusterName The name of the Kusto cluster.
88
+ * @param principalAssignmentName The name of the Kusto principalAssignment.
89
+ * @param parameters The Kusto cluster principalAssignment's parameters supplied for the operation.
90
+ * @param options The options parameters.
91
+ */
92
+ beginCreateOrUpdateAndWait(
93
+ resourceGroupName: string,
94
+ clusterName: string,
95
+ principalAssignmentName: string,
96
+ parameters: ClusterPrincipalAssignment,
97
+ options?: ClusterPrincipalAssignmentsCreateOrUpdateOptionalParams
98
+ ): Promise<ClusterPrincipalAssignmentsCreateOrUpdateResponse>;
99
+ /**
100
+ * Deletes a Kusto cluster principalAssignment.
101
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
102
+ * @param clusterName The name of the Kusto cluster.
103
+ * @param principalAssignmentName The name of the Kusto principalAssignment.
104
+ * @param options The options parameters.
105
+ */
106
+ beginDelete(
107
+ resourceGroupName: string,
108
+ clusterName: string,
109
+ principalAssignmentName: string,
110
+ options?: ClusterPrincipalAssignmentsDeleteOptionalParams
111
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
112
+ /**
113
+ * Deletes a Kusto cluster principalAssignment.
114
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
115
+ * @param clusterName The name of the Kusto cluster.
116
+ * @param principalAssignmentName The name of the Kusto principalAssignment.
117
+ * @param options The options parameters.
118
+ */
119
+ beginDeleteAndWait(
120
+ resourceGroupName: string,
121
+ clusterName: string,
122
+ principalAssignmentName: string,
123
+ options?: ClusterPrincipalAssignmentsDeleteOptionalParams
124
+ ): Promise<void>;
125
+ }
@@ -0,0 +1,371 @@
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
+ FollowerDatabaseDefinition,
13
+ ClustersListFollowerDatabasesOptionalParams,
14
+ Cluster,
15
+ ClustersListByResourceGroupOptionalParams,
16
+ ClustersListOptionalParams,
17
+ SkuDescription,
18
+ ClustersListSkusOptionalParams,
19
+ AzureResourceSku,
20
+ ClustersListSkusByResourceOptionalParams,
21
+ OutboundNetworkDependenciesEndpoint,
22
+ ClustersListOutboundNetworkDependenciesEndpointsOptionalParams,
23
+ LanguageExtension,
24
+ ClustersListLanguageExtensionsOptionalParams,
25
+ ClustersGetOptionalParams,
26
+ ClustersGetResponse,
27
+ ClustersCreateOrUpdateOptionalParams,
28
+ ClustersCreateOrUpdateResponse,
29
+ ClusterUpdate,
30
+ ClustersUpdateOptionalParams,
31
+ ClustersUpdateResponse,
32
+ ClustersDeleteOptionalParams,
33
+ ClustersStopOptionalParams,
34
+ ClustersStartOptionalParams,
35
+ ClustersDetachFollowerDatabasesOptionalParams,
36
+ ClustersDiagnoseVirtualNetworkOptionalParams,
37
+ ClustersDiagnoseVirtualNetworkResponse,
38
+ ClusterCheckNameRequest,
39
+ ClustersCheckNameAvailabilityOptionalParams,
40
+ ClustersCheckNameAvailabilityResponse,
41
+ LanguageExtensionsList,
42
+ ClustersAddLanguageExtensionsOptionalParams,
43
+ ClustersRemoveLanguageExtensionsOptionalParams
44
+ } from "../models";
45
+
46
+ /// <reference lib="esnext.asynciterable" />
47
+ /** Interface representing a Clusters. */
48
+ export interface Clusters {
49
+ /**
50
+ * Returns a list of databases that are owned by this cluster and were followed by another cluster.
51
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
52
+ * @param clusterName The name of the Kusto cluster.
53
+ * @param options The options parameters.
54
+ */
55
+ listFollowerDatabases(
56
+ resourceGroupName: string,
57
+ clusterName: string,
58
+ options?: ClustersListFollowerDatabasesOptionalParams
59
+ ): PagedAsyncIterableIterator<FollowerDatabaseDefinition>;
60
+ /**
61
+ * Lists all Kusto clusters within a resource group.
62
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
63
+ * @param options The options parameters.
64
+ */
65
+ listByResourceGroup(
66
+ resourceGroupName: string,
67
+ options?: ClustersListByResourceGroupOptionalParams
68
+ ): PagedAsyncIterableIterator<Cluster>;
69
+ /**
70
+ * Lists all Kusto clusters within a subscription.
71
+ * @param options The options parameters.
72
+ */
73
+ list(
74
+ options?: ClustersListOptionalParams
75
+ ): PagedAsyncIterableIterator<Cluster>;
76
+ /**
77
+ * Lists eligible SKUs for Kusto resource provider.
78
+ * @param options The options parameters.
79
+ */
80
+ listSkus(
81
+ options?: ClustersListSkusOptionalParams
82
+ ): PagedAsyncIterableIterator<SkuDescription>;
83
+ /**
84
+ * Returns the SKUs available for the provided resource.
85
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
86
+ * @param clusterName The name of the Kusto cluster.
87
+ * @param options The options parameters.
88
+ */
89
+ listSkusByResource(
90
+ resourceGroupName: string,
91
+ clusterName: string,
92
+ options?: ClustersListSkusByResourceOptionalParams
93
+ ): PagedAsyncIterableIterator<AzureResourceSku>;
94
+ /**
95
+ * Gets the network endpoints of all outbound dependencies of a Kusto cluster
96
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
97
+ * @param clusterName The name of the Kusto cluster.
98
+ * @param options The options parameters.
99
+ */
100
+ listOutboundNetworkDependenciesEndpoints(
101
+ resourceGroupName: string,
102
+ clusterName: string,
103
+ options?: ClustersListOutboundNetworkDependenciesEndpointsOptionalParams
104
+ ): PagedAsyncIterableIterator<OutboundNetworkDependenciesEndpoint>;
105
+ /**
106
+ * Returns a list of language extensions that can run within KQL queries.
107
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
108
+ * @param clusterName The name of the Kusto cluster.
109
+ * @param options The options parameters.
110
+ */
111
+ listLanguageExtensions(
112
+ resourceGroupName: string,
113
+ clusterName: string,
114
+ options?: ClustersListLanguageExtensionsOptionalParams
115
+ ): PagedAsyncIterableIterator<LanguageExtension>;
116
+ /**
117
+ * Gets a Kusto cluster.
118
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
119
+ * @param clusterName The name of the Kusto cluster.
120
+ * @param options The options parameters.
121
+ */
122
+ get(
123
+ resourceGroupName: string,
124
+ clusterName: string,
125
+ options?: ClustersGetOptionalParams
126
+ ): Promise<ClustersGetResponse>;
127
+ /**
128
+ * Create or update a Kusto cluster.
129
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
130
+ * @param clusterName The name of the Kusto cluster.
131
+ * @param parameters The Kusto cluster parameters supplied to the CreateOrUpdate operation.
132
+ * @param options The options parameters.
133
+ */
134
+ beginCreateOrUpdate(
135
+ resourceGroupName: string,
136
+ clusterName: string,
137
+ parameters: Cluster,
138
+ options?: ClustersCreateOrUpdateOptionalParams
139
+ ): Promise<
140
+ PollerLike<
141
+ PollOperationState<ClustersCreateOrUpdateResponse>,
142
+ ClustersCreateOrUpdateResponse
143
+ >
144
+ >;
145
+ /**
146
+ * Create or update a Kusto cluster.
147
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
148
+ * @param clusterName The name of the Kusto cluster.
149
+ * @param parameters The Kusto cluster parameters supplied to the CreateOrUpdate operation.
150
+ * @param options The options parameters.
151
+ */
152
+ beginCreateOrUpdateAndWait(
153
+ resourceGroupName: string,
154
+ clusterName: string,
155
+ parameters: Cluster,
156
+ options?: ClustersCreateOrUpdateOptionalParams
157
+ ): Promise<ClustersCreateOrUpdateResponse>;
158
+ /**
159
+ * Update a Kusto cluster.
160
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
161
+ * @param clusterName The name of the Kusto cluster.
162
+ * @param parameters The Kusto cluster parameters supplied to the Update operation.
163
+ * @param options The options parameters.
164
+ */
165
+ beginUpdate(
166
+ resourceGroupName: string,
167
+ clusterName: string,
168
+ parameters: ClusterUpdate,
169
+ options?: ClustersUpdateOptionalParams
170
+ ): Promise<
171
+ PollerLike<
172
+ PollOperationState<ClustersUpdateResponse>,
173
+ ClustersUpdateResponse
174
+ >
175
+ >;
176
+ /**
177
+ * Update a Kusto cluster.
178
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
179
+ * @param clusterName The name of the Kusto cluster.
180
+ * @param parameters The Kusto cluster parameters supplied to the Update operation.
181
+ * @param options The options parameters.
182
+ */
183
+ beginUpdateAndWait(
184
+ resourceGroupName: string,
185
+ clusterName: string,
186
+ parameters: ClusterUpdate,
187
+ options?: ClustersUpdateOptionalParams
188
+ ): Promise<ClustersUpdateResponse>;
189
+ /**
190
+ * Deletes a Kusto cluster.
191
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
192
+ * @param clusterName The name of the Kusto cluster.
193
+ * @param options The options parameters.
194
+ */
195
+ beginDelete(
196
+ resourceGroupName: string,
197
+ clusterName: string,
198
+ options?: ClustersDeleteOptionalParams
199
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
200
+ /**
201
+ * Deletes a Kusto cluster.
202
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
203
+ * @param clusterName The name of the Kusto cluster.
204
+ * @param options The options parameters.
205
+ */
206
+ beginDeleteAndWait(
207
+ resourceGroupName: string,
208
+ clusterName: string,
209
+ options?: ClustersDeleteOptionalParams
210
+ ): Promise<void>;
211
+ /**
212
+ * Stops a Kusto cluster.
213
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
214
+ * @param clusterName The name of the Kusto cluster.
215
+ * @param options The options parameters.
216
+ */
217
+ beginStop(
218
+ resourceGroupName: string,
219
+ clusterName: string,
220
+ options?: ClustersStopOptionalParams
221
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
222
+ /**
223
+ * Stops a Kusto cluster.
224
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
225
+ * @param clusterName The name of the Kusto cluster.
226
+ * @param options The options parameters.
227
+ */
228
+ beginStopAndWait(
229
+ resourceGroupName: string,
230
+ clusterName: string,
231
+ options?: ClustersStopOptionalParams
232
+ ): Promise<void>;
233
+ /**
234
+ * Starts a Kusto cluster.
235
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
236
+ * @param clusterName The name of the Kusto cluster.
237
+ * @param options The options parameters.
238
+ */
239
+ beginStart(
240
+ resourceGroupName: string,
241
+ clusterName: string,
242
+ options?: ClustersStartOptionalParams
243
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
244
+ /**
245
+ * Starts a Kusto cluster.
246
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
247
+ * @param clusterName The name of the Kusto cluster.
248
+ * @param options The options parameters.
249
+ */
250
+ beginStartAndWait(
251
+ resourceGroupName: string,
252
+ clusterName: string,
253
+ options?: ClustersStartOptionalParams
254
+ ): Promise<void>;
255
+ /**
256
+ * Detaches all followers of a database owned by this cluster.
257
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
258
+ * @param clusterName The name of the Kusto cluster.
259
+ * @param followerDatabaseToRemove The follower databases properties to remove.
260
+ * @param options The options parameters.
261
+ */
262
+ beginDetachFollowerDatabases(
263
+ resourceGroupName: string,
264
+ clusterName: string,
265
+ followerDatabaseToRemove: FollowerDatabaseDefinition,
266
+ options?: ClustersDetachFollowerDatabasesOptionalParams
267
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
268
+ /**
269
+ * Detaches all followers of a database owned by this cluster.
270
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
271
+ * @param clusterName The name of the Kusto cluster.
272
+ * @param followerDatabaseToRemove The follower databases properties to remove.
273
+ * @param options The options parameters.
274
+ */
275
+ beginDetachFollowerDatabasesAndWait(
276
+ resourceGroupName: string,
277
+ clusterName: string,
278
+ followerDatabaseToRemove: FollowerDatabaseDefinition,
279
+ options?: ClustersDetachFollowerDatabasesOptionalParams
280
+ ): Promise<void>;
281
+ /**
282
+ * Diagnoses network connectivity status for external resources on which the service is dependent on.
283
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
284
+ * @param clusterName The name of the Kusto cluster.
285
+ * @param options The options parameters.
286
+ */
287
+ beginDiagnoseVirtualNetwork(
288
+ resourceGroupName: string,
289
+ clusterName: string,
290
+ options?: ClustersDiagnoseVirtualNetworkOptionalParams
291
+ ): Promise<
292
+ PollerLike<
293
+ PollOperationState<ClustersDiagnoseVirtualNetworkResponse>,
294
+ ClustersDiagnoseVirtualNetworkResponse
295
+ >
296
+ >;
297
+ /**
298
+ * Diagnoses network connectivity status for external resources on which the service is dependent on.
299
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
300
+ * @param clusterName The name of the Kusto cluster.
301
+ * @param options The options parameters.
302
+ */
303
+ beginDiagnoseVirtualNetworkAndWait(
304
+ resourceGroupName: string,
305
+ clusterName: string,
306
+ options?: ClustersDiagnoseVirtualNetworkOptionalParams
307
+ ): Promise<ClustersDiagnoseVirtualNetworkResponse>;
308
+ /**
309
+ * Checks that the cluster name is valid and is not already in use.
310
+ * @param location Azure location (region) name.
311
+ * @param clusterName The name of the cluster.
312
+ * @param options The options parameters.
313
+ */
314
+ checkNameAvailability(
315
+ location: string,
316
+ clusterName: ClusterCheckNameRequest,
317
+ options?: ClustersCheckNameAvailabilityOptionalParams
318
+ ): Promise<ClustersCheckNameAvailabilityResponse>;
319
+ /**
320
+ * Add a list of language extensions that can run within KQL queries.
321
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
322
+ * @param clusterName The name of the Kusto cluster.
323
+ * @param languageExtensionsToAdd The language extensions to add.
324
+ * @param options The options parameters.
325
+ */
326
+ beginAddLanguageExtensions(
327
+ resourceGroupName: string,
328
+ clusterName: string,
329
+ languageExtensionsToAdd: LanguageExtensionsList,
330
+ options?: ClustersAddLanguageExtensionsOptionalParams
331
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
332
+ /**
333
+ * Add a list of language extensions that can run within KQL queries.
334
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
335
+ * @param clusterName The name of the Kusto cluster.
336
+ * @param languageExtensionsToAdd The language extensions to add.
337
+ * @param options The options parameters.
338
+ */
339
+ beginAddLanguageExtensionsAndWait(
340
+ resourceGroupName: string,
341
+ clusterName: string,
342
+ languageExtensionsToAdd: LanguageExtensionsList,
343
+ options?: ClustersAddLanguageExtensionsOptionalParams
344
+ ): Promise<void>;
345
+ /**
346
+ * Remove a list of language extensions that can run within KQL queries.
347
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
348
+ * @param clusterName The name of the Kusto cluster.
349
+ * @param languageExtensionsToRemove The language extensions to remove.
350
+ * @param options The options parameters.
351
+ */
352
+ beginRemoveLanguageExtensions(
353
+ resourceGroupName: string,
354
+ clusterName: string,
355
+ languageExtensionsToRemove: LanguageExtensionsList,
356
+ options?: ClustersRemoveLanguageExtensionsOptionalParams
357
+ ): Promise<PollerLike<PollOperationState<void>, void>>;
358
+ /**
359
+ * Remove a list of language extensions that can run within KQL queries.
360
+ * @param resourceGroupName The name of the resource group containing the Kusto cluster.
361
+ * @param clusterName The name of the Kusto cluster.
362
+ * @param languageExtensionsToRemove The language extensions to remove.
363
+ * @param options The options parameters.
364
+ */
365
+ beginRemoveLanguageExtensionsAndWait(
366
+ resourceGroupName: string,
367
+ clusterName: string,
368
+ languageExtensionsToRemove: LanguageExtensionsList,
369
+ options?: ClustersRemoveLanguageExtensionsOptionalParams
370
+ ): Promise<void>;
371
+ }