@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,2023 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export declare type DatabaseUnion = Database | ReadWriteDatabase | ReadOnlyFollowingDatabase;
3
+ export declare type DataConnectionUnion = DataConnection | EventHubDataConnection | IotHubDataConnection | EventGridDataConnection;
4
+ /** Azure SKU definition. */
5
+ export interface AzureSku {
6
+ /** SKU name. */
7
+ name: AzureSkuName;
8
+ /** The number of instances of the cluster. */
9
+ capacity?: number;
10
+ /** SKU tier. */
11
+ tier: AzureSkuTier;
12
+ }
13
+ /** Metadata pertaining to creation and last modification of the resource. */
14
+ export interface SystemData {
15
+ /** The identity that created the resource. */
16
+ createdBy?: string;
17
+ /** The type of identity that created the resource. */
18
+ createdByType?: CreatedByType;
19
+ /** The timestamp of resource creation (UTC). */
20
+ createdAt?: Date;
21
+ /** The identity that last modified the resource. */
22
+ lastModifiedBy?: string;
23
+ /** The type of identity that last modified the resource. */
24
+ lastModifiedByType?: CreatedByType;
25
+ /** The timestamp of resource last modification (UTC) */
26
+ lastModifiedAt?: Date;
27
+ }
28
+ /** Identity for the resource. */
29
+ export interface Identity {
30
+ /**
31
+ * The principal ID of resource identity.
32
+ * NOTE: This property will not be serialized. It can only be populated by the server.
33
+ */
34
+ readonly principalId?: string;
35
+ /**
36
+ * The tenant ID of resource.
37
+ * NOTE: This property will not be serialized. It can only be populated by the server.
38
+ */
39
+ readonly tenantId?: string;
40
+ /** The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove all identities. */
41
+ type: IdentityType;
42
+ /** The list of user identities associated with the Kusto cluster. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. */
43
+ userAssignedIdentities?: {
44
+ [propertyName: string]: ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties;
45
+ };
46
+ }
47
+ export interface ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties {
48
+ /**
49
+ * The principal id of user assigned identity.
50
+ * NOTE: This property will not be serialized. It can only be populated by the server.
51
+ */
52
+ readonly principalId?: string;
53
+ /**
54
+ * The client id of user assigned identity.
55
+ * NOTE: This property will not be serialized. It can only be populated by the server.
56
+ */
57
+ readonly clientId?: string;
58
+ }
59
+ /** Represents a tenant ID that is trusted by the cluster. */
60
+ export interface TrustedExternalTenant {
61
+ /** GUID representing an external tenant. */
62
+ value?: string;
63
+ }
64
+ /** A class that contains the optimized auto scale definition. */
65
+ export interface OptimizedAutoscale {
66
+ /** The version of the template defined, for instance 1. */
67
+ version: number;
68
+ /** A boolean value that indicate if the optimized autoscale feature is enabled or not. */
69
+ isEnabled: boolean;
70
+ /** Minimum allowed instances count. */
71
+ minimum: number;
72
+ /** Maximum allowed instances count. */
73
+ maximum: number;
74
+ }
75
+ /** A class that contains virtual network definition. */
76
+ export interface VirtualNetworkConfiguration {
77
+ /** The subnet resource id. */
78
+ subnetId: string;
79
+ /** Engine service's public IP address resource id. */
80
+ enginePublicIpId: string;
81
+ /** Data management's service public IP address resource id. */
82
+ dataManagementPublicIpId: string;
83
+ }
84
+ /** Properties of the key vault. */
85
+ export interface KeyVaultProperties {
86
+ /** The name of the key vault key. */
87
+ keyName?: string;
88
+ /** The version of the key vault key. */
89
+ keyVersion?: string;
90
+ /** The Uri of the key vault. */
91
+ keyVaultUri?: string;
92
+ /** The user assigned identity (ARM resource id) that has access to the key. */
93
+ userIdentity?: string;
94
+ }
95
+ /** The list of language extension objects. */
96
+ export interface LanguageExtensionsList {
97
+ /** The list of language extensions. */
98
+ value?: LanguageExtension[];
99
+ }
100
+ /** The language extension object. */
101
+ export interface LanguageExtension {
102
+ /** The language extension name. */
103
+ languageExtensionName?: LanguageExtensionName;
104
+ }
105
+ /** Represents an accepted audience trusted by the cluster. */
106
+ export interface AcceptedAudiences {
107
+ /** GUID or valid URL representing an accepted audience. */
108
+ value?: string;
109
+ }
110
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
111
+ export interface Resource {
112
+ /**
113
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
114
+ * NOTE: This property will not be serialized. It can only be populated by the server.
115
+ */
116
+ readonly id?: string;
117
+ /**
118
+ * The name of the resource
119
+ * NOTE: This property will not be serialized. It can only be populated by the server.
120
+ */
121
+ readonly name?: string;
122
+ /**
123
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
124
+ * NOTE: This property will not be serialized. It can only be populated by the server.
125
+ */
126
+ readonly type?: string;
127
+ }
128
+ /** An error response from Kusto. */
129
+ export interface CloudError {
130
+ /** An error response from Kusto. */
131
+ error?: CloudErrorBody;
132
+ }
133
+ /** An error response from Kusto. */
134
+ export interface CloudErrorBody {
135
+ /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */
136
+ code?: string;
137
+ /** A message describing the error, intended to be suitable for displaying in a user interface. */
138
+ message?: string;
139
+ /** The target of the particular error. For example, the name of the property in error. */
140
+ target?: string;
141
+ /** A list of additional details about the error. */
142
+ details?: CloudErrorBody[];
143
+ }
144
+ /** A principal assignment check name availability request. */
145
+ export interface ClusterPrincipalAssignmentCheckNameRequest {
146
+ /** Principal Assignment resource name. */
147
+ name: string;
148
+ /** The type of resource, Microsoft.Kusto/clusters/principalAssignments. */
149
+ type: "Microsoft.Kusto/clusters/principalAssignments";
150
+ }
151
+ /** The result returned from a check name availability request. */
152
+ export interface CheckNameResult {
153
+ /** Specifies a Boolean value that indicates if the name is available. */
154
+ nameAvailable?: boolean;
155
+ /** The name that was checked. */
156
+ name?: string;
157
+ /** Message indicating an unavailable name due to a conflict, or a description of the naming rules that are violated. */
158
+ message?: string;
159
+ /** Message providing the reason why the given name is invalid. */
160
+ reason?: Reason;
161
+ }
162
+ /** The list Kusto cluster principal assignments operation response. */
163
+ export interface ClusterPrincipalAssignmentListResult {
164
+ /** The list of Kusto cluster principal assignments. */
165
+ value?: ClusterPrincipalAssignment[];
166
+ }
167
+ /** The list Kusto database principals operation response. */
168
+ export interface FollowerDatabaseListResult {
169
+ /** The list of follower database result. */
170
+ value?: FollowerDatabaseDefinition[];
171
+ }
172
+ /** A class representing follower database request. */
173
+ export interface FollowerDatabaseDefinition {
174
+ /** Resource id of the cluster that follows a database owned by this cluster. */
175
+ clusterResourceId: string;
176
+ /** Resource name of the attached database configuration in the follower cluster. */
177
+ attachedDatabaseConfigurationName: string;
178
+ /**
179
+ * The database name owned by this cluster that was followed. * in case following all databases.
180
+ * NOTE: This property will not be serialized. It can only be populated by the server.
181
+ */
182
+ readonly databaseName?: string;
183
+ }
184
+ export interface DiagnoseVirtualNetworkResult {
185
+ /** The list of network connectivity diagnostic finding */
186
+ findings?: string[];
187
+ }
188
+ /** The list Kusto clusters operation response. */
189
+ export interface ClusterListResult {
190
+ /** The list of Kusto clusters. */
191
+ value?: Cluster[];
192
+ }
193
+ /** The list of the EngagementFabric SKU descriptions */
194
+ export interface SkuDescriptionList {
195
+ /**
196
+ * SKU descriptions
197
+ * NOTE: This property will not be serialized. It can only be populated by the server.
198
+ */
199
+ readonly value?: SkuDescription[];
200
+ }
201
+ /** The Kusto SKU description of given resource type */
202
+ export interface SkuDescription {
203
+ /**
204
+ * The resource type
205
+ * NOTE: This property will not be serialized. It can only be populated by the server.
206
+ */
207
+ readonly resourceType?: string;
208
+ /**
209
+ * The name of the SKU
210
+ * NOTE: This property will not be serialized. It can only be populated by the server.
211
+ */
212
+ readonly name?: string;
213
+ /**
214
+ * The tier of the SKU
215
+ * NOTE: This property will not be serialized. It can only be populated by the server.
216
+ */
217
+ readonly tier?: string;
218
+ /**
219
+ * The set of locations that the SKU is available
220
+ * NOTE: This property will not be serialized. It can only be populated by the server.
221
+ */
222
+ readonly locations?: string[];
223
+ /**
224
+ * Locations and zones
225
+ * NOTE: This property will not be serialized. It can only be populated by the server.
226
+ */
227
+ readonly locationInfo?: SkuLocationInfoItem[];
228
+ /**
229
+ * The restrictions because of which SKU cannot be used
230
+ * NOTE: This property will not be serialized. It can only be populated by the server.
231
+ */
232
+ readonly restrictions?: Record<string, unknown>[];
233
+ }
234
+ /** The locations and zones info for SKU. */
235
+ export interface SkuLocationInfoItem {
236
+ /** The available location of the SKU. */
237
+ location: string;
238
+ /** The available zone of the SKU. */
239
+ zones?: string[];
240
+ }
241
+ /** The result returned from a cluster check name availability request. */
242
+ export interface ClusterCheckNameRequest {
243
+ /** Cluster name. */
244
+ name: string;
245
+ /** The type of resource, Microsoft.Kusto/clusters. */
246
+ type: "Microsoft.Kusto/clusters";
247
+ }
248
+ /** The result returned from a database check name availability request. */
249
+ export interface CheckNameRequest {
250
+ /** Resource name. */
251
+ name: string;
252
+ /** The type of resource, for instance Microsoft.Kusto/clusters/databases. */
253
+ type: Type;
254
+ }
255
+ /** The result returned from a AttachedDatabaseConfigurations check name availability request. */
256
+ export interface AttachedDatabaseConfigurationsCheckNameRequest {
257
+ /** Attached database resource name. */
258
+ name: string;
259
+ /** The type of resource, for instance Microsoft.Kusto/clusters/attachedDatabaseConfigurations. */
260
+ type: "Microsoft.Kusto/clusters/attachedDatabaseConfigurations";
261
+ }
262
+ /** The result returned from a managedPrivateEndpoints check name availability request. */
263
+ export interface ManagedPrivateEndpointsCheckNameRequest {
264
+ /** Managed private endpoint resource name. */
265
+ name: string;
266
+ /** The type of resource, for instance Microsoft.Kusto/clusters/managedPrivateEndpoints. */
267
+ type: "Microsoft.Kusto/clusters/managedPrivateEndpoints";
268
+ }
269
+ /** List of available SKUs for a Kusto Cluster. */
270
+ export interface ListResourceSkusResult {
271
+ /** The collection of available SKUs for an existing resource. */
272
+ value?: AzureResourceSku[];
273
+ }
274
+ /** Azure resource SKU definition. */
275
+ export interface AzureResourceSku {
276
+ /** Resource Namespace and Type. */
277
+ resourceType?: string;
278
+ /** The SKU details. */
279
+ sku?: AzureSku;
280
+ /** The number of instances of the cluster. */
281
+ capacity?: AzureCapacity;
282
+ }
283
+ /** Azure capacity definition. */
284
+ export interface AzureCapacity {
285
+ /** Scale type. */
286
+ scaleType: AzureScaleType;
287
+ /** Minimum allowed capacity. */
288
+ minimum: number;
289
+ /** Maximum allowed capacity. */
290
+ maximum: number;
291
+ /** The default capacity that would be used. */
292
+ default: number;
293
+ }
294
+ /** The list Kusto databases operation response. */
295
+ export interface DatabaseListResult {
296
+ /** The list of Kusto databases. */
297
+ value?: DatabaseUnion[];
298
+ }
299
+ /** A principal assignment check name availability request. */
300
+ export interface DatabasePrincipalAssignmentCheckNameRequest {
301
+ /** Principal Assignment resource name. */
302
+ name: string;
303
+ /** The type of resource, Microsoft.Kusto/clusters/databases/principalAssignments. */
304
+ type: "Microsoft.Kusto/clusters/databases/principalAssignments";
305
+ }
306
+ /** The list Kusto database principal assignments operation response. */
307
+ export interface DatabasePrincipalAssignmentListResult {
308
+ /** The list of Kusto database principal assignments. */
309
+ value?: DatabasePrincipalAssignment[];
310
+ }
311
+ /** The list Kusto database principals operation response. */
312
+ export interface DatabasePrincipalListResult {
313
+ /** The list of Kusto database principals. */
314
+ value?: DatabasePrincipal[];
315
+ }
316
+ /** A class representing database principal entity. */
317
+ export interface DatabasePrincipal {
318
+ /** Database principal role. */
319
+ role: DatabasePrincipalRole;
320
+ /** Database principal name. */
321
+ name: string;
322
+ /** Database principal type. */
323
+ type: DatabasePrincipalType;
324
+ /** Database principal fully qualified name. */
325
+ fqn?: string;
326
+ /** Database principal email if exists. */
327
+ email?: string;
328
+ /** Application id - relevant only for application principal type. */
329
+ appId?: string;
330
+ /**
331
+ * The tenant name of the principal
332
+ * NOTE: This property will not be serialized. It can only be populated by the server.
333
+ */
334
+ readonly tenantName?: string;
335
+ }
336
+ /** The list Kusto database principals operation request. */
337
+ export interface DatabasePrincipalListRequest {
338
+ /** The list of Kusto database principals. */
339
+ value?: DatabasePrincipal[];
340
+ }
341
+ /** The list Kusto database script operation response. */
342
+ export interface ScriptListResult {
343
+ /** The list of Kusto scripts. */
344
+ value?: Script[];
345
+ }
346
+ /** The list managed private endpoints operation response. */
347
+ export interface ManagedPrivateEndpointListResult {
348
+ /** The list of managed private endpoints. */
349
+ value?: ManagedPrivateEndpoint[];
350
+ }
351
+ /** A list of private endpoint connections */
352
+ export interface PrivateEndpointConnectionListResult {
353
+ /** Array of private endpoint connections */
354
+ value?: PrivateEndpointConnection[];
355
+ }
356
+ /** Private endpoint which the connection belongs to. */
357
+ export interface PrivateEndpointProperty {
358
+ /**
359
+ * Resource id of the private endpoint.
360
+ * NOTE: This property will not be serialized. It can only be populated by the server.
361
+ */
362
+ readonly id?: string;
363
+ }
364
+ /** Connection State of the Private Endpoint Connection. */
365
+ export interface PrivateLinkServiceConnectionStateProperty {
366
+ /** The private link service connection status. */
367
+ status?: string;
368
+ /** The private link service connection description. */
369
+ description?: string;
370
+ /**
371
+ * Any action that is required beyond basic workflow (approve/ reject/ disconnect)
372
+ * NOTE: This property will not be serialized. It can only be populated by the server.
373
+ */
374
+ readonly actionsRequired?: string;
375
+ }
376
+ /** A list of private link resources */
377
+ export interface PrivateLinkResourceListResult {
378
+ /** Array of private link resources */
379
+ value?: PrivateLinkResource[];
380
+ }
381
+ /** Collection of Outbound Environment Endpoints */
382
+ export interface OutboundNetworkDependenciesEndpointListResult {
383
+ /** Collection of resources. */
384
+ value: OutboundNetworkDependenciesEndpoint[];
385
+ /**
386
+ * Link to next page of resources.
387
+ * NOTE: This property will not be serialized. It can only be populated by the server.
388
+ */
389
+ readonly nextLink?: string;
390
+ }
391
+ /** A domain name that a service is reached at, including details of the current connection status. */
392
+ export interface EndpointDependency {
393
+ /** The domain name of the dependency. */
394
+ domainName?: string;
395
+ /** The ports used when connecting to DomainName. */
396
+ endpointDetails?: EndpointDetail[];
397
+ }
398
+ /** Current TCP connectivity information from the Kusto cluster to a single endpoint. */
399
+ export interface EndpointDetail {
400
+ /** The port an endpoint is connected to. */
401
+ port?: number;
402
+ }
403
+ /** The list attached database configurations operation response. */
404
+ export interface AttachedDatabaseConfigurationListResult {
405
+ /** The list of attached database configurations. */
406
+ value?: AttachedDatabaseConfiguration[];
407
+ }
408
+ /** Tables that will be included and excluded in the follower database */
409
+ export interface TableLevelSharingProperties {
410
+ /** List of tables to include in the follower database */
411
+ tablesToInclude?: string[];
412
+ /** List of tables to exclude from the follower database */
413
+ tablesToExclude?: string[];
414
+ /** List of external tables to include in the follower database */
415
+ externalTablesToInclude?: string[];
416
+ /** List of external tables exclude from the follower database */
417
+ externalTablesToExclude?: string[];
418
+ /** List of materialized views to include in the follower database */
419
+ materializedViewsToInclude?: string[];
420
+ /** List of materialized views exclude from the follower database */
421
+ materializedViewsToExclude?: string[];
422
+ }
423
+ /** The list Kusto data connections operation response. */
424
+ export interface DataConnectionListResult {
425
+ /** The list of Kusto data connections. */
426
+ value?: DataConnectionUnion[];
427
+ }
428
+ /** Class representing an data connection validation. */
429
+ export interface DataConnectionValidation {
430
+ /** The name of the data connection. */
431
+ dataConnectionName?: string;
432
+ /** The data connection properties to validate. */
433
+ properties?: DataConnectionUnion;
434
+ }
435
+ /** The list Kusto data connection validation result. */
436
+ export interface DataConnectionValidationListResult {
437
+ /** The list of Kusto data connection validation errors. */
438
+ value?: DataConnectionValidationResult[];
439
+ }
440
+ /** The result returned from a data connection validation request. */
441
+ export interface DataConnectionValidationResult {
442
+ /** A message which indicates a problem in data connection validation. */
443
+ errorMessage?: string;
444
+ }
445
+ /** A data connection check name availability request. */
446
+ export interface DataConnectionCheckNameRequest {
447
+ /** Data Connection name. */
448
+ name: string;
449
+ /** The type of resource, Microsoft.Kusto/clusters/databases/dataConnections. */
450
+ type: "Microsoft.Kusto/clusters/databases/dataConnections";
451
+ }
452
+ /** A script name availability request. */
453
+ export interface ScriptCheckNameRequest {
454
+ /** Script name. */
455
+ name: string;
456
+ /** The type of resource, Microsoft.Kusto/clusters/databases/scripts. */
457
+ type: "Microsoft.Kusto/clusters/databases/scripts";
458
+ }
459
+ /** Result of the request to list REST API operations. It contains a list of operations and a URL nextLink to get the next set of results. */
460
+ export interface OperationListResult {
461
+ /** The list of operations supported by the resource provider. */
462
+ value?: Operation[];
463
+ /** The URL to get the next set of operation list results if there are any. */
464
+ nextLink?: string;
465
+ }
466
+ /** A REST API operation */
467
+ export interface Operation {
468
+ /** This is of the format {provider}/{resource}/{operation}. */
469
+ name?: string;
470
+ /** The object that describes the operation. */
471
+ display?: OperationDisplay;
472
+ /** The intended executor of the operation. */
473
+ origin?: string;
474
+ /** Any object */
475
+ properties?: Record<string, unknown>;
476
+ }
477
+ /** The object that describes the operation. */
478
+ export interface OperationDisplay {
479
+ /** Friendly name of the resource provider. */
480
+ provider?: string;
481
+ /** For example: read, write, delete. */
482
+ operation?: string;
483
+ /** The resource type on which the operation is performed. */
484
+ resource?: string;
485
+ /** The friendly name of the operation. */
486
+ description?: string;
487
+ }
488
+ /** Operation Result Entity. */
489
+ export interface OperationResult {
490
+ /**
491
+ * ID of the resource.
492
+ * NOTE: This property will not be serialized. It can only be populated by the server.
493
+ */
494
+ readonly id?: string;
495
+ /**
496
+ * Name of the resource.
497
+ * NOTE: This property will not be serialized. It can only be populated by the server.
498
+ */
499
+ readonly name?: string;
500
+ /**
501
+ * status of the Operation result.
502
+ * NOTE: This property will not be serialized. It can only be populated by the server.
503
+ */
504
+ readonly status?: Status;
505
+ /** The operation start time */
506
+ startTime?: Date;
507
+ /** The operation end time */
508
+ endTime?: Date;
509
+ /** Percentage completed. */
510
+ percentComplete?: number;
511
+ /** The code of the error. */
512
+ code?: string;
513
+ /** The error message. */
514
+ message?: string;
515
+ /** The kind of the operation. */
516
+ operationKind?: string;
517
+ /** The state of the operation. */
518
+ operationState?: string;
519
+ }
520
+ /** A class that contains database statistics information. */
521
+ export interface DatabaseStatistics {
522
+ /** The database size - the total size of compressed data and index in bytes. */
523
+ size?: number;
524
+ }
525
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
526
+ export declare type TrackedResource = Resource & {
527
+ /** Resource tags. */
528
+ tags?: {
529
+ [propertyName: string]: string;
530
+ };
531
+ /** The geo-location where the resource lives */
532
+ location: string;
533
+ };
534
+ /** Class representing an update to a Kusto cluster. */
535
+ export declare type ClusterUpdate = Resource & {
536
+ /** Resource tags. */
537
+ tags?: {
538
+ [propertyName: string]: string;
539
+ };
540
+ /** Resource location. */
541
+ location?: string;
542
+ /** The SKU of the cluster. */
543
+ sku?: AzureSku;
544
+ /** The identity of the cluster, if configured. */
545
+ identity?: Identity;
546
+ /**
547
+ * The state of the resource.
548
+ * NOTE: This property will not be serialized. It can only be populated by the server.
549
+ */
550
+ readonly state?: State;
551
+ /**
552
+ * The provisioned state of the resource.
553
+ * NOTE: This property will not be serialized. It can only be populated by the server.
554
+ */
555
+ readonly provisioningState?: ProvisioningState;
556
+ /**
557
+ * The cluster URI.
558
+ * NOTE: This property will not be serialized. It can only be populated by the server.
559
+ */
560
+ readonly uri?: string;
561
+ /**
562
+ * The cluster data ingestion URI.
563
+ * NOTE: This property will not be serialized. It can only be populated by the server.
564
+ */
565
+ readonly dataIngestionUri?: string;
566
+ /**
567
+ * The reason for the cluster's current state.
568
+ * NOTE: This property will not be serialized. It can only be populated by the server.
569
+ */
570
+ readonly stateReason?: string;
571
+ /** The cluster's external tenants. */
572
+ trustedExternalTenants?: TrustedExternalTenant[];
573
+ /** Optimized auto scale definition. */
574
+ optimizedAutoscale?: OptimizedAutoscale;
575
+ /** A boolean value that indicates if the cluster's disks are encrypted. */
576
+ enableDiskEncryption?: boolean;
577
+ /** A boolean value that indicates if the streaming ingest is enabled. */
578
+ enableStreamingIngest?: boolean;
579
+ /** Virtual network definition. */
580
+ virtualNetworkConfiguration?: VirtualNetworkConfiguration;
581
+ /** KeyVault properties for the cluster encryption. */
582
+ keyVaultProperties?: KeyVaultProperties;
583
+ /** A boolean value that indicates if the purge operations are enabled. */
584
+ enablePurge?: boolean;
585
+ /**
586
+ * List of the cluster's language extensions.
587
+ * NOTE: This property will not be serialized. It can only be populated by the server.
588
+ */
589
+ readonly languageExtensions?: LanguageExtensionsList;
590
+ /** A boolean value that indicates if double encryption is enabled. */
591
+ enableDoubleEncryption?: boolean;
592
+ /** Public network access to the cluster is enabled by default. When disabled, only private endpoint connection to the cluster is allowed */
593
+ publicNetworkAccess?: PublicNetworkAccess;
594
+ /** The list of ips in the format of CIDR allowed to connect to the cluster. */
595
+ allowedIpRangeList?: string[];
596
+ /** The engine type */
597
+ engineType?: EngineType;
598
+ /** The cluster's accepted audiences. */
599
+ acceptedAudiences?: AcceptedAudiences[];
600
+ /** A boolean value that indicates if the cluster could be automatically stopped (due to lack of data or no activity for many days). */
601
+ enableAutoStop?: boolean;
602
+ /** Whether or not to restrict outbound network access. Value is optional but if passed in, must be 'Enabled' or 'Disabled' */
603
+ restrictOutboundNetworkAccess?: ClusterNetworkAccessFlag;
604
+ /** List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster. */
605
+ allowedFqdnList?: string[];
606
+ };
607
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
608
+ export declare type ProxyResource = Resource & {};
609
+ /** A private link resource */
610
+ export declare type PrivateLinkResource = Resource & {
611
+ /**
612
+ * Metadata pertaining to creation and last modification of the resource.
613
+ * NOTE: This property will not be serialized. It can only be populated by the server.
614
+ */
615
+ readonly systemData?: SystemData;
616
+ /**
617
+ * The private link resource group id.
618
+ * NOTE: This property will not be serialized. It can only be populated by the server.
619
+ */
620
+ readonly groupId?: string;
621
+ /**
622
+ * The private link resource required member names.
623
+ * NOTE: This property will not be serialized. It can only be populated by the server.
624
+ */
625
+ readonly requiredMembers?: string[];
626
+ /**
627
+ * The private link resource required zone names.
628
+ * NOTE: This property will not be serialized. It can only be populated by the server.
629
+ */
630
+ readonly requiredZoneNames?: string[];
631
+ };
632
+ /** Class representing a Kusto cluster. */
633
+ export declare type Cluster = TrackedResource & {
634
+ /** The SKU of the cluster. */
635
+ sku: AzureSku;
636
+ /**
637
+ * Metadata pertaining to creation and last modification of the resource.
638
+ * NOTE: This property will not be serialized. It can only be populated by the server.
639
+ */
640
+ readonly systemData?: SystemData;
641
+ /** The availability zones of the cluster. */
642
+ zones?: string[];
643
+ /** The identity of the cluster, if configured. */
644
+ identity?: Identity;
645
+ /**
646
+ * A unique read-only string that changes whenever the resource is updated.
647
+ * NOTE: This property will not be serialized. It can only be populated by the server.
648
+ */
649
+ readonly etag?: string;
650
+ /**
651
+ * The state of the resource.
652
+ * NOTE: This property will not be serialized. It can only be populated by the server.
653
+ */
654
+ readonly state?: State;
655
+ /**
656
+ * The provisioned state of the resource.
657
+ * NOTE: This property will not be serialized. It can only be populated by the server.
658
+ */
659
+ readonly provisioningState?: ProvisioningState;
660
+ /**
661
+ * The cluster URI.
662
+ * NOTE: This property will not be serialized. It can only be populated by the server.
663
+ */
664
+ readonly uri?: string;
665
+ /**
666
+ * The cluster data ingestion URI.
667
+ * NOTE: This property will not be serialized. It can only be populated by the server.
668
+ */
669
+ readonly dataIngestionUri?: string;
670
+ /**
671
+ * The reason for the cluster's current state.
672
+ * NOTE: This property will not be serialized. It can only be populated by the server.
673
+ */
674
+ readonly stateReason?: string;
675
+ /** The cluster's external tenants. */
676
+ trustedExternalTenants?: TrustedExternalTenant[];
677
+ /** Optimized auto scale definition. */
678
+ optimizedAutoscale?: OptimizedAutoscale;
679
+ /** A boolean value that indicates if the cluster's disks are encrypted. */
680
+ enableDiskEncryption?: boolean;
681
+ /** A boolean value that indicates if the streaming ingest is enabled. */
682
+ enableStreamingIngest?: boolean;
683
+ /** Virtual network definition. */
684
+ virtualNetworkConfiguration?: VirtualNetworkConfiguration;
685
+ /** KeyVault properties for the cluster encryption. */
686
+ keyVaultProperties?: KeyVaultProperties;
687
+ /** A boolean value that indicates if the purge operations are enabled. */
688
+ enablePurge?: boolean;
689
+ /**
690
+ * List of the cluster's language extensions.
691
+ * NOTE: This property will not be serialized. It can only be populated by the server.
692
+ */
693
+ readonly languageExtensions?: LanguageExtensionsList;
694
+ /** A boolean value that indicates if double encryption is enabled. */
695
+ enableDoubleEncryption?: boolean;
696
+ /** Public network access to the cluster is enabled by default. When disabled, only private endpoint connection to the cluster is allowed */
697
+ publicNetworkAccess?: PublicNetworkAccess;
698
+ /** The list of ips in the format of CIDR allowed to connect to the cluster. */
699
+ allowedIpRangeList?: string[];
700
+ /** The engine type */
701
+ engineType?: EngineType;
702
+ /** The cluster's accepted audiences. */
703
+ acceptedAudiences?: AcceptedAudiences[];
704
+ /** A boolean value that indicates if the cluster could be automatically stopped (due to lack of data or no activity for many days). */
705
+ enableAutoStop?: boolean;
706
+ /** Whether or not to restrict outbound network access. Value is optional but if passed in, must be 'Enabled' or 'Disabled' */
707
+ restrictOutboundNetworkAccess?: ClusterNetworkAccessFlag;
708
+ /** List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster. */
709
+ allowedFqdnList?: string[];
710
+ };
711
+ /** Class representing a cluster principal assignment. */
712
+ export declare type ClusterPrincipalAssignment = ProxyResource & {
713
+ /** The principal ID assigned to the cluster principal. It can be a user email, application ID, or security group name. */
714
+ principalId?: string;
715
+ /** Cluster principal role. */
716
+ role?: ClusterPrincipalRole;
717
+ /** The tenant id of the principal */
718
+ tenantId?: string;
719
+ /** Principal type. */
720
+ principalType?: PrincipalType;
721
+ /**
722
+ * The tenant name of the principal
723
+ * NOTE: This property will not be serialized. It can only be populated by the server.
724
+ */
725
+ readonly tenantName?: string;
726
+ /**
727
+ * The principal name
728
+ * NOTE: This property will not be serialized. It can only be populated by the server.
729
+ */
730
+ readonly principalName?: string;
731
+ /**
732
+ * The provisioned state of the resource.
733
+ * NOTE: This property will not be serialized. It can only be populated by the server.
734
+ */
735
+ readonly provisioningState?: ProvisioningState;
736
+ };
737
+ /** Class representing a Kusto database. */
738
+ export declare type Database = ProxyResource & {
739
+ /** Resource location. */
740
+ location?: string;
741
+ /** Kind of the database */
742
+ kind: Kind;
743
+ };
744
+ /** Class representing a database principal assignment. */
745
+ export declare type DatabasePrincipalAssignment = ProxyResource & {
746
+ /** The principal ID assigned to the database principal. It can be a user email, application ID, or security group name. */
747
+ principalId?: string;
748
+ /** Database principal role. */
749
+ role?: DatabasePrincipalRole;
750
+ /** The tenant id of the principal */
751
+ tenantId?: string;
752
+ /** Principal type. */
753
+ principalType?: PrincipalType;
754
+ /**
755
+ * The tenant name of the principal
756
+ * NOTE: This property will not be serialized. It can only be populated by the server.
757
+ */
758
+ readonly tenantName?: string;
759
+ /**
760
+ * The principal name
761
+ * NOTE: This property will not be serialized. It can only be populated by the server.
762
+ */
763
+ readonly principalName?: string;
764
+ /**
765
+ * The provisioned state of the resource.
766
+ * NOTE: This property will not be serialized. It can only be populated by the server.
767
+ */
768
+ readonly provisioningState?: ProvisioningState;
769
+ };
770
+ /** Class representing a database script. */
771
+ export declare type Script = ProxyResource & {
772
+ /**
773
+ * Metadata pertaining to creation and last modification of the resource.
774
+ * NOTE: This property will not be serialized. It can only be populated by the server.
775
+ */
776
+ readonly systemData?: SystemData;
777
+ /** The url to the KQL script blob file. */
778
+ scriptUrl?: string;
779
+ /** The SaS token. */
780
+ scriptUrlSasToken?: string;
781
+ /** A unique string. If changed the script will be applied again. */
782
+ forceUpdateTag?: string;
783
+ /** Flag that indicates whether to continue if one of the command fails. */
784
+ continueOnErrors?: boolean;
785
+ /**
786
+ * The provisioned state of the resource.
787
+ * NOTE: This property will not be serialized. It can only be populated by the server.
788
+ */
789
+ readonly provisioningState?: ProvisioningState;
790
+ };
791
+ /** Class representing a managed private endpoint. */
792
+ export declare type ManagedPrivateEndpoint = ProxyResource & {
793
+ /**
794
+ * Metadata pertaining to creation and last modification of the resource.
795
+ * NOTE: This property will not be serialized. It can only be populated by the server.
796
+ */
797
+ readonly systemData?: SystemData;
798
+ /** The ARM resource ID of the resource for which the managed private endpoint is created. */
799
+ privateLinkResourceId?: string;
800
+ /** The region of the resource to which the managed private endpoint is created. */
801
+ privateLinkResourceRegion?: string;
802
+ /** The groupId in which the managed private endpoint is created. */
803
+ groupId?: string;
804
+ /** The user request message. */
805
+ requestMessage?: string;
806
+ /**
807
+ * The provisioned state of the resource.
808
+ * NOTE: This property will not be serialized. It can only be populated by the server.
809
+ */
810
+ readonly provisioningState?: ProvisioningState;
811
+ };
812
+ /** A private endpoint connection */
813
+ export declare type PrivateEndpointConnection = ProxyResource & {
814
+ /**
815
+ * Metadata pertaining to creation and last modification of the resource.
816
+ * NOTE: This property will not be serialized. It can only be populated by the server.
817
+ */
818
+ readonly systemData?: SystemData;
819
+ /**
820
+ * Private endpoint which the connection belongs to.
821
+ * NOTE: This property will not be serialized. It can only be populated by the server.
822
+ */
823
+ readonly privateEndpoint?: PrivateEndpointProperty;
824
+ /** Connection State of the Private Endpoint Connection. */
825
+ privateLinkServiceConnectionState?: PrivateLinkServiceConnectionStateProperty;
826
+ /**
827
+ * Group id of the private endpoint.
828
+ * NOTE: This property will not be serialized. It can only be populated by the server.
829
+ */
830
+ readonly groupId?: string;
831
+ /**
832
+ * Provisioning state of the private endpoint.
833
+ * NOTE: This property will not be serialized. It can only be populated by the server.
834
+ */
835
+ readonly provisioningState?: string;
836
+ };
837
+ /** Endpoints accessed for a common purpose that the Kusto Service Environment requires outbound network access to. */
838
+ export declare type OutboundNetworkDependenciesEndpoint = ProxyResource & {
839
+ /**
840
+ * A unique read-only string that changes whenever the resource is updated.
841
+ * NOTE: This property will not be serialized. It can only be populated by the server.
842
+ */
843
+ readonly etag?: string;
844
+ /** The type of service accessed by the Kusto Service Environment, e.g., Azure Storage, Azure SQL Database, and Azure Active Directory. */
845
+ category?: string;
846
+ /** The endpoints that the Kusto Service Environment reaches the service at. */
847
+ endpoints?: EndpointDependency[];
848
+ /**
849
+ * The provisioned state of the resource.
850
+ * NOTE: This property will not be serialized. It can only be populated by the server.
851
+ */
852
+ readonly provisioningState?: ProvisioningState;
853
+ };
854
+ /** Class representing an attached database configuration. */
855
+ export declare type AttachedDatabaseConfiguration = ProxyResource & {
856
+ /** Resource location. */
857
+ location?: string;
858
+ /**
859
+ * The provisioned state of the resource.
860
+ * NOTE: This property will not be serialized. It can only be populated by the server.
861
+ */
862
+ readonly provisioningState?: ProvisioningState;
863
+ /** The name of the database which you would like to attach, use * if you want to follow all current and future databases. */
864
+ databaseName?: string;
865
+ /** The resource id of the cluster where the databases you would like to attach reside. */
866
+ clusterResourceId?: string;
867
+ /**
868
+ * The list of databases from the clusterResourceId which are currently attached to the cluster.
869
+ * NOTE: This property will not be serialized. It can only be populated by the server.
870
+ */
871
+ readonly attachedDatabaseNames?: string[];
872
+ /** The default principals modification kind */
873
+ defaultPrincipalsModificationKind?: DefaultPrincipalsModificationKind;
874
+ /** Table level sharing specifications */
875
+ tableLevelSharingProperties?: TableLevelSharingProperties;
876
+ };
877
+ /** Class representing an data connection. */
878
+ export declare type DataConnection = ProxyResource & {
879
+ /** Resource location. */
880
+ location?: string;
881
+ /** Kind of the endpoint for the data connection */
882
+ kind: DataConnectionKind;
883
+ };
884
+ /** Class representing a read write database. */
885
+ export declare type ReadWriteDatabase = Database & {
886
+ /**
887
+ * The provisioned state of the resource.
888
+ * NOTE: This property will not be serialized. It can only be populated by the server.
889
+ */
890
+ readonly provisioningState?: ProvisioningState;
891
+ /** The time the data should be kept before it stops being accessible to queries in TimeSpan. */
892
+ softDeletePeriod?: string;
893
+ /** The time the data should be kept in cache for fast queries in TimeSpan. */
894
+ hotCachePeriod?: string;
895
+ /**
896
+ * The statistics of the database.
897
+ * NOTE: This property will not be serialized. It can only be populated by the server.
898
+ */
899
+ readonly statistics?: DatabaseStatistics;
900
+ /**
901
+ * Indicates whether the database is followed.
902
+ * NOTE: This property will not be serialized. It can only be populated by the server.
903
+ */
904
+ readonly isFollowed?: boolean;
905
+ };
906
+ /** Class representing a read only following database. */
907
+ export declare type ReadOnlyFollowingDatabase = Database & {
908
+ /**
909
+ * The provisioned state of the resource.
910
+ * NOTE: This property will not be serialized. It can only be populated by the server.
911
+ */
912
+ readonly provisioningState?: ProvisioningState;
913
+ /**
914
+ * The time the data should be kept before it stops being accessible to queries in TimeSpan.
915
+ * NOTE: This property will not be serialized. It can only be populated by the server.
916
+ */
917
+ readonly softDeletePeriod?: string;
918
+ /** The time the data should be kept in cache for fast queries in TimeSpan. */
919
+ hotCachePeriod?: string;
920
+ /**
921
+ * The statistics of the database.
922
+ * NOTE: This property will not be serialized. It can only be populated by the server.
923
+ */
924
+ readonly statistics?: DatabaseStatistics;
925
+ /**
926
+ * The name of the leader cluster
927
+ * NOTE: This property will not be serialized. It can only be populated by the server.
928
+ */
929
+ readonly leaderClusterResourceId?: string;
930
+ /**
931
+ * The name of the attached database configuration cluster
932
+ * NOTE: This property will not be serialized. It can only be populated by the server.
933
+ */
934
+ readonly attachedDatabaseConfigurationName?: string;
935
+ /**
936
+ * The principals modification kind of the database
937
+ * NOTE: This property will not be serialized. It can only be populated by the server.
938
+ */
939
+ readonly principalsModificationKind?: PrincipalsModificationKind;
940
+ };
941
+ /** Class representing an event hub data connection. */
942
+ export declare type EventHubDataConnection = DataConnection & {
943
+ /** The resource ID of the event hub to be used to create a data connection. */
944
+ eventHubResourceId?: string;
945
+ /** The event hub consumer group. */
946
+ consumerGroup?: string;
947
+ /** The table where the data should be ingested. Optionally the table information can be added to each message. */
948
+ tableName?: string;
949
+ /** The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message. */
950
+ mappingRuleName?: string;
951
+ /** The data format of the message. Optionally the data format can be added to each message. */
952
+ dataFormat?: EventHubDataFormat;
953
+ /** System properties of the event hub */
954
+ eventSystemProperties?: string[];
955
+ /** The event hub messages compression type */
956
+ compression?: Compression;
957
+ /**
958
+ * The provisioned state of the resource.
959
+ * NOTE: This property will not be serialized. It can only be populated by the server.
960
+ */
961
+ readonly provisioningState?: ProvisioningState;
962
+ /** The resource ID of a managed identity (system or user assigned) to be used to authenticate with event hub. */
963
+ managedIdentityResourceId?: string;
964
+ };
965
+ /** Class representing an iot hub data connection. */
966
+ export declare type IotHubDataConnection = DataConnection & {
967
+ /** The resource ID of the Iot hub to be used to create a data connection. */
968
+ iotHubResourceId?: string;
969
+ /** The iot hub consumer group. */
970
+ consumerGroup?: string;
971
+ /** The table where the data should be ingested. Optionally the table information can be added to each message. */
972
+ tableName?: string;
973
+ /** The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message. */
974
+ mappingRuleName?: string;
975
+ /** The data format of the message. Optionally the data format can be added to each message. */
976
+ dataFormat?: IotHubDataFormat;
977
+ /** System properties of the iot hub */
978
+ eventSystemProperties?: string[];
979
+ /** The name of the share access policy */
980
+ sharedAccessPolicyName?: string;
981
+ /**
982
+ * The provisioned state of the resource.
983
+ * NOTE: This property will not be serialized. It can only be populated by the server.
984
+ */
985
+ readonly provisioningState?: ProvisioningState;
986
+ };
987
+ /** Class representing an Event Grid data connection. */
988
+ export declare type EventGridDataConnection = DataConnection & {
989
+ /** The resource ID of the storage account where the data resides. */
990
+ storageAccountResourceId?: string;
991
+ /** The resource ID where the event grid is configured to send events. */
992
+ eventHubResourceId?: string;
993
+ /** The event hub consumer group. */
994
+ consumerGroup?: string;
995
+ /** The table where the data should be ingested. Optionally the table information can be added to each message. */
996
+ tableName?: string;
997
+ /** The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message. */
998
+ mappingRuleName?: string;
999
+ /** The data format of the message. Optionally the data format can be added to each message. */
1000
+ dataFormat?: EventGridDataFormat;
1001
+ /** A Boolean value that, if set to true, indicates that ingestion should ignore the first record of every file */
1002
+ ignoreFirstRecord?: boolean;
1003
+ /** The name of blob storage event type to process. */
1004
+ blobStorageEventType?: BlobStorageEventType;
1005
+ /**
1006
+ * The provisioned state of the resource.
1007
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1008
+ */
1009
+ readonly provisioningState?: ProvisioningState;
1010
+ };
1011
+ /** Known values of {@link AzureSkuName} that the service accepts. */
1012
+ export declare enum KnownAzureSkuName {
1013
+ StandardDS13V21TBPS = "Standard_DS13_v2+1TB_PS",
1014
+ StandardDS13V22TBPS = "Standard_DS13_v2+2TB_PS",
1015
+ StandardDS14V23TBPS = "Standard_DS14_v2+3TB_PS",
1016
+ StandardDS14V24TBPS = "Standard_DS14_v2+4TB_PS",
1017
+ StandardD13V2 = "Standard_D13_v2",
1018
+ StandardD14V2 = "Standard_D14_v2",
1019
+ StandardL8S = "Standard_L8s",
1020
+ StandardL16S = "Standard_L16s",
1021
+ StandardL8SV2 = "Standard_L8s_v2",
1022
+ StandardL16SV2 = "Standard_L16s_v2",
1023
+ StandardD11V2 = "Standard_D11_v2",
1024
+ StandardD12V2 = "Standard_D12_v2",
1025
+ StandardL4S = "Standard_L4s",
1026
+ DevNoSLAStandardD11V2 = "Dev(No SLA)_Standard_D11_v2",
1027
+ StandardE64IV3 = "Standard_E64i_v3",
1028
+ StandardE80IdsV4 = "Standard_E80ids_v4",
1029
+ StandardE2AV4 = "Standard_E2a_v4",
1030
+ StandardE4AV4 = "Standard_E4a_v4",
1031
+ StandardE8AV4 = "Standard_E8a_v4",
1032
+ StandardE16AV4 = "Standard_E16a_v4",
1033
+ StandardE8AsV41TBPS = "Standard_E8as_v4+1TB_PS",
1034
+ StandardE8AsV42TBPS = "Standard_E8as_v4+2TB_PS",
1035
+ StandardE16AsV43TBPS = "Standard_E16as_v4+3TB_PS",
1036
+ StandardE16AsV44TBPS = "Standard_E16as_v4+4TB_PS",
1037
+ DevNoSLAStandardE2AV4 = "Dev(No SLA)_Standard_E2a_v4"
1038
+ }
1039
+ /**
1040
+ * Defines values for AzureSkuName. \
1041
+ * {@link KnownAzureSkuName} can be used interchangeably with AzureSkuName,
1042
+ * this enum contains the known values that the service supports.
1043
+ * ### Known values supported by the service
1044
+ * **Standard_DS13_v2+1TB_PS** \
1045
+ * **Standard_DS13_v2+2TB_PS** \
1046
+ * **Standard_DS14_v2+3TB_PS** \
1047
+ * **Standard_DS14_v2+4TB_PS** \
1048
+ * **Standard_D13_v2** \
1049
+ * **Standard_D14_v2** \
1050
+ * **Standard_L8s** \
1051
+ * **Standard_L16s** \
1052
+ * **Standard_L8s_v2** \
1053
+ * **Standard_L16s_v2** \
1054
+ * **Standard_D11_v2** \
1055
+ * **Standard_D12_v2** \
1056
+ * **Standard_L4s** \
1057
+ * **Dev(No SLA)_Standard_D11_v2** \
1058
+ * **Standard_E64i_v3** \
1059
+ * **Standard_E80ids_v4** \
1060
+ * **Standard_E2a_v4** \
1061
+ * **Standard_E4a_v4** \
1062
+ * **Standard_E8a_v4** \
1063
+ * **Standard_E16a_v4** \
1064
+ * **Standard_E8as_v4+1TB_PS** \
1065
+ * **Standard_E8as_v4+2TB_PS** \
1066
+ * **Standard_E16as_v4+3TB_PS** \
1067
+ * **Standard_E16as_v4+4TB_PS** \
1068
+ * **Dev(No SLA)_Standard_E2a_v4**
1069
+ */
1070
+ export declare type AzureSkuName = string;
1071
+ /** Known values of {@link AzureSkuTier} that the service accepts. */
1072
+ export declare enum KnownAzureSkuTier {
1073
+ Basic = "Basic",
1074
+ Standard = "Standard"
1075
+ }
1076
+ /**
1077
+ * Defines values for AzureSkuTier. \
1078
+ * {@link KnownAzureSkuTier} can be used interchangeably with AzureSkuTier,
1079
+ * this enum contains the known values that the service supports.
1080
+ * ### Known values supported by the service
1081
+ * **Basic** \
1082
+ * **Standard**
1083
+ */
1084
+ export declare type AzureSkuTier = string;
1085
+ /** Known values of {@link CreatedByType} that the service accepts. */
1086
+ export declare enum KnownCreatedByType {
1087
+ User = "User",
1088
+ Application = "Application",
1089
+ ManagedIdentity = "ManagedIdentity",
1090
+ Key = "Key"
1091
+ }
1092
+ /**
1093
+ * Defines values for CreatedByType. \
1094
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
1095
+ * this enum contains the known values that the service supports.
1096
+ * ### Known values supported by the service
1097
+ * **User** \
1098
+ * **Application** \
1099
+ * **ManagedIdentity** \
1100
+ * **Key**
1101
+ */
1102
+ export declare type CreatedByType = string;
1103
+ /** Known values of {@link IdentityType} that the service accepts. */
1104
+ export declare enum KnownIdentityType {
1105
+ None = "None",
1106
+ SystemAssigned = "SystemAssigned",
1107
+ UserAssigned = "UserAssigned",
1108
+ SystemAssignedUserAssigned = "SystemAssigned, UserAssigned"
1109
+ }
1110
+ /**
1111
+ * Defines values for IdentityType. \
1112
+ * {@link KnownIdentityType} can be used interchangeably with IdentityType,
1113
+ * this enum contains the known values that the service supports.
1114
+ * ### Known values supported by the service
1115
+ * **None** \
1116
+ * **SystemAssigned** \
1117
+ * **UserAssigned** \
1118
+ * **SystemAssigned, UserAssigned**
1119
+ */
1120
+ export declare type IdentityType = string;
1121
+ /** Known values of {@link State} that the service accepts. */
1122
+ export declare enum KnownState {
1123
+ Creating = "Creating",
1124
+ Unavailable = "Unavailable",
1125
+ Running = "Running",
1126
+ Deleting = "Deleting",
1127
+ Deleted = "Deleted",
1128
+ Stopping = "Stopping",
1129
+ Stopped = "Stopped",
1130
+ Starting = "Starting",
1131
+ Updating = "Updating"
1132
+ }
1133
+ /**
1134
+ * Defines values for State. \
1135
+ * {@link KnownState} can be used interchangeably with State,
1136
+ * this enum contains the known values that the service supports.
1137
+ * ### Known values supported by the service
1138
+ * **Creating** \
1139
+ * **Unavailable** \
1140
+ * **Running** \
1141
+ * **Deleting** \
1142
+ * **Deleted** \
1143
+ * **Stopping** \
1144
+ * **Stopped** \
1145
+ * **Starting** \
1146
+ * **Updating**
1147
+ */
1148
+ export declare type State = string;
1149
+ /** Known values of {@link ProvisioningState} that the service accepts. */
1150
+ export declare enum KnownProvisioningState {
1151
+ Running = "Running",
1152
+ Creating = "Creating",
1153
+ Deleting = "Deleting",
1154
+ Succeeded = "Succeeded",
1155
+ Failed = "Failed",
1156
+ Moving = "Moving"
1157
+ }
1158
+ /**
1159
+ * Defines values for ProvisioningState. \
1160
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
1161
+ * this enum contains the known values that the service supports.
1162
+ * ### Known values supported by the service
1163
+ * **Running** \
1164
+ * **Creating** \
1165
+ * **Deleting** \
1166
+ * **Succeeded** \
1167
+ * **Failed** \
1168
+ * **Moving**
1169
+ */
1170
+ export declare type ProvisioningState = string;
1171
+ /** Known values of {@link LanguageExtensionName} that the service accepts. */
1172
+ export declare enum KnownLanguageExtensionName {
1173
+ Python = "PYTHON",
1174
+ R = "R"
1175
+ }
1176
+ /**
1177
+ * Defines values for LanguageExtensionName. \
1178
+ * {@link KnownLanguageExtensionName} can be used interchangeably with LanguageExtensionName,
1179
+ * this enum contains the known values that the service supports.
1180
+ * ### Known values supported by the service
1181
+ * **PYTHON** \
1182
+ * **R**
1183
+ */
1184
+ export declare type LanguageExtensionName = string;
1185
+ /** Known values of {@link PublicNetworkAccess} that the service accepts. */
1186
+ export declare enum KnownPublicNetworkAccess {
1187
+ Enabled = "Enabled",
1188
+ Disabled = "Disabled"
1189
+ }
1190
+ /**
1191
+ * Defines values for PublicNetworkAccess. \
1192
+ * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
1193
+ * this enum contains the known values that the service supports.
1194
+ * ### Known values supported by the service
1195
+ * **Enabled** \
1196
+ * **Disabled**
1197
+ */
1198
+ export declare type PublicNetworkAccess = string;
1199
+ /** Known values of {@link EngineType} that the service accepts. */
1200
+ export declare enum KnownEngineType {
1201
+ V2 = "V2",
1202
+ V3 = "V3"
1203
+ }
1204
+ /**
1205
+ * Defines values for EngineType. \
1206
+ * {@link KnownEngineType} can be used interchangeably with EngineType,
1207
+ * this enum contains the known values that the service supports.
1208
+ * ### Known values supported by the service
1209
+ * **V2** \
1210
+ * **V3**
1211
+ */
1212
+ export declare type EngineType = string;
1213
+ /** Known values of {@link ClusterNetworkAccessFlag} that the service accepts. */
1214
+ export declare enum KnownClusterNetworkAccessFlag {
1215
+ Enabled = "Enabled",
1216
+ Disabled = "Disabled"
1217
+ }
1218
+ /**
1219
+ * Defines values for ClusterNetworkAccessFlag. \
1220
+ * {@link KnownClusterNetworkAccessFlag} can be used interchangeably with ClusterNetworkAccessFlag,
1221
+ * this enum contains the known values that the service supports.
1222
+ * ### Known values supported by the service
1223
+ * **Enabled** \
1224
+ * **Disabled**
1225
+ */
1226
+ export declare type ClusterNetworkAccessFlag = string;
1227
+ /** Known values of {@link Reason} that the service accepts. */
1228
+ export declare enum KnownReason {
1229
+ Invalid = "Invalid",
1230
+ AlreadyExists = "AlreadyExists"
1231
+ }
1232
+ /**
1233
+ * Defines values for Reason. \
1234
+ * {@link KnownReason} can be used interchangeably with Reason,
1235
+ * this enum contains the known values that the service supports.
1236
+ * ### Known values supported by the service
1237
+ * **Invalid** \
1238
+ * **AlreadyExists**
1239
+ */
1240
+ export declare type Reason = string;
1241
+ /** Known values of {@link ClusterPrincipalRole} that the service accepts. */
1242
+ export declare enum KnownClusterPrincipalRole {
1243
+ AllDatabasesAdmin = "AllDatabasesAdmin",
1244
+ AllDatabasesViewer = "AllDatabasesViewer"
1245
+ }
1246
+ /**
1247
+ * Defines values for ClusterPrincipalRole. \
1248
+ * {@link KnownClusterPrincipalRole} can be used interchangeably with ClusterPrincipalRole,
1249
+ * this enum contains the known values that the service supports.
1250
+ * ### Known values supported by the service
1251
+ * **AllDatabasesAdmin** \
1252
+ * **AllDatabasesViewer**
1253
+ */
1254
+ export declare type ClusterPrincipalRole = string;
1255
+ /** Known values of {@link PrincipalType} that the service accepts. */
1256
+ export declare enum KnownPrincipalType {
1257
+ App = "App",
1258
+ Group = "Group",
1259
+ User = "User"
1260
+ }
1261
+ /**
1262
+ * Defines values for PrincipalType. \
1263
+ * {@link KnownPrincipalType} can be used interchangeably with PrincipalType,
1264
+ * this enum contains the known values that the service supports.
1265
+ * ### Known values supported by the service
1266
+ * **App** \
1267
+ * **Group** \
1268
+ * **User**
1269
+ */
1270
+ export declare type PrincipalType = string;
1271
+ /** Known values of {@link AzureScaleType} that the service accepts. */
1272
+ export declare enum KnownAzureScaleType {
1273
+ Automatic = "automatic",
1274
+ Manual = "manual",
1275
+ None = "none"
1276
+ }
1277
+ /**
1278
+ * Defines values for AzureScaleType. \
1279
+ * {@link KnownAzureScaleType} can be used interchangeably with AzureScaleType,
1280
+ * this enum contains the known values that the service supports.
1281
+ * ### Known values supported by the service
1282
+ * **automatic** \
1283
+ * **manual** \
1284
+ * **none**
1285
+ */
1286
+ export declare type AzureScaleType = string;
1287
+ /** Known values of {@link Kind} that the service accepts. */
1288
+ export declare enum KnownKind {
1289
+ ReadWrite = "ReadWrite",
1290
+ ReadOnlyFollowing = "ReadOnlyFollowing"
1291
+ }
1292
+ /**
1293
+ * Defines values for Kind. \
1294
+ * {@link KnownKind} can be used interchangeably with Kind,
1295
+ * this enum contains the known values that the service supports.
1296
+ * ### Known values supported by the service
1297
+ * **ReadWrite** \
1298
+ * **ReadOnlyFollowing**
1299
+ */
1300
+ export declare type Kind = string;
1301
+ /** Known values of {@link DatabasePrincipalRole} that the service accepts. */
1302
+ export declare enum KnownDatabasePrincipalRole {
1303
+ Admin = "Admin",
1304
+ Ingestor = "Ingestor",
1305
+ Monitor = "Monitor",
1306
+ User = "User",
1307
+ UnrestrictedViewer = "UnrestrictedViewer",
1308
+ Viewer = "Viewer"
1309
+ }
1310
+ /**
1311
+ * Defines values for DatabasePrincipalRole. \
1312
+ * {@link KnownDatabasePrincipalRole} can be used interchangeably with DatabasePrincipalRole,
1313
+ * this enum contains the known values that the service supports.
1314
+ * ### Known values supported by the service
1315
+ * **Admin** \
1316
+ * **Ingestor** \
1317
+ * **Monitor** \
1318
+ * **User** \
1319
+ * **UnrestrictedViewer** \
1320
+ * **Viewer**
1321
+ */
1322
+ export declare type DatabasePrincipalRole = string;
1323
+ /** Known values of {@link DatabasePrincipalType} that the service accepts. */
1324
+ export declare enum KnownDatabasePrincipalType {
1325
+ App = "App",
1326
+ Group = "Group",
1327
+ User = "User"
1328
+ }
1329
+ /**
1330
+ * Defines values for DatabasePrincipalType. \
1331
+ * {@link KnownDatabasePrincipalType} can be used interchangeably with DatabasePrincipalType,
1332
+ * this enum contains the known values that the service supports.
1333
+ * ### Known values supported by the service
1334
+ * **App** \
1335
+ * **Group** \
1336
+ * **User**
1337
+ */
1338
+ export declare type DatabasePrincipalType = string;
1339
+ /** Known values of {@link DefaultPrincipalsModificationKind} that the service accepts. */
1340
+ export declare enum KnownDefaultPrincipalsModificationKind {
1341
+ Union = "Union",
1342
+ Replace = "Replace",
1343
+ None = "None"
1344
+ }
1345
+ /**
1346
+ * Defines values for DefaultPrincipalsModificationKind. \
1347
+ * {@link KnownDefaultPrincipalsModificationKind} can be used interchangeably with DefaultPrincipalsModificationKind,
1348
+ * this enum contains the known values that the service supports.
1349
+ * ### Known values supported by the service
1350
+ * **Union** \
1351
+ * **Replace** \
1352
+ * **None**
1353
+ */
1354
+ export declare type DefaultPrincipalsModificationKind = string;
1355
+ /** Known values of {@link DataConnectionKind} that the service accepts. */
1356
+ export declare enum KnownDataConnectionKind {
1357
+ EventHub = "EventHub",
1358
+ EventGrid = "EventGrid",
1359
+ IotHub = "IotHub"
1360
+ }
1361
+ /**
1362
+ * Defines values for DataConnectionKind. \
1363
+ * {@link KnownDataConnectionKind} can be used interchangeably with DataConnectionKind,
1364
+ * this enum contains the known values that the service supports.
1365
+ * ### Known values supported by the service
1366
+ * **EventHub** \
1367
+ * **EventGrid** \
1368
+ * **IotHub**
1369
+ */
1370
+ export declare type DataConnectionKind = string;
1371
+ /** Known values of {@link Status} that the service accepts. */
1372
+ export declare enum KnownStatus {
1373
+ Succeeded = "Succeeded",
1374
+ Canceled = "Canceled",
1375
+ Failed = "Failed",
1376
+ Running = "Running"
1377
+ }
1378
+ /**
1379
+ * Defines values for Status. \
1380
+ * {@link KnownStatus} can be used interchangeably with Status,
1381
+ * this enum contains the known values that the service supports.
1382
+ * ### Known values supported by the service
1383
+ * **Succeeded** \
1384
+ * **Canceled** \
1385
+ * **Failed** \
1386
+ * **Running**
1387
+ */
1388
+ export declare type Status = string;
1389
+ /** Known values of {@link PrincipalsModificationKind} that the service accepts. */
1390
+ export declare enum KnownPrincipalsModificationKind {
1391
+ Union = "Union",
1392
+ Replace = "Replace",
1393
+ None = "None"
1394
+ }
1395
+ /**
1396
+ * Defines values for PrincipalsModificationKind. \
1397
+ * {@link KnownPrincipalsModificationKind} can be used interchangeably with PrincipalsModificationKind,
1398
+ * this enum contains the known values that the service supports.
1399
+ * ### Known values supported by the service
1400
+ * **Union** \
1401
+ * **Replace** \
1402
+ * **None**
1403
+ */
1404
+ export declare type PrincipalsModificationKind = string;
1405
+ /** Known values of {@link EventHubDataFormat} that the service accepts. */
1406
+ export declare enum KnownEventHubDataFormat {
1407
+ Multijson = "MULTIJSON",
1408
+ Json = "JSON",
1409
+ CSV = "CSV",
1410
+ TSV = "TSV",
1411
+ Scsv = "SCSV",
1412
+ Sohsv = "SOHSV",
1413
+ PSV = "PSV",
1414
+ TXT = "TXT",
1415
+ RAW = "RAW",
1416
+ Singlejson = "SINGLEJSON",
1417
+ Avro = "AVRO",
1418
+ Tsve = "TSVE",
1419
+ Parquet = "PARQUET",
1420
+ ORC = "ORC",
1421
+ Apacheavro = "APACHEAVRO",
1422
+ W3Clogfile = "W3CLOGFILE"
1423
+ }
1424
+ /**
1425
+ * Defines values for EventHubDataFormat. \
1426
+ * {@link KnownEventHubDataFormat} can be used interchangeably with EventHubDataFormat,
1427
+ * this enum contains the known values that the service supports.
1428
+ * ### Known values supported by the service
1429
+ * **MULTIJSON** \
1430
+ * **JSON** \
1431
+ * **CSV** \
1432
+ * **TSV** \
1433
+ * **SCSV** \
1434
+ * **SOHSV** \
1435
+ * **PSV** \
1436
+ * **TXT** \
1437
+ * **RAW** \
1438
+ * **SINGLEJSON** \
1439
+ * **AVRO** \
1440
+ * **TSVE** \
1441
+ * **PARQUET** \
1442
+ * **ORC** \
1443
+ * **APACHEAVRO** \
1444
+ * **W3CLOGFILE**
1445
+ */
1446
+ export declare type EventHubDataFormat = string;
1447
+ /** Known values of {@link Compression} that the service accepts. */
1448
+ export declare enum KnownCompression {
1449
+ None = "None",
1450
+ GZip = "GZip"
1451
+ }
1452
+ /**
1453
+ * Defines values for Compression. \
1454
+ * {@link KnownCompression} can be used interchangeably with Compression,
1455
+ * this enum contains the known values that the service supports.
1456
+ * ### Known values supported by the service
1457
+ * **None** \
1458
+ * **GZip**
1459
+ */
1460
+ export declare type Compression = string;
1461
+ /** Known values of {@link IotHubDataFormat} that the service accepts. */
1462
+ export declare enum KnownIotHubDataFormat {
1463
+ Multijson = "MULTIJSON",
1464
+ Json = "JSON",
1465
+ CSV = "CSV",
1466
+ TSV = "TSV",
1467
+ Scsv = "SCSV",
1468
+ Sohsv = "SOHSV",
1469
+ PSV = "PSV",
1470
+ TXT = "TXT",
1471
+ RAW = "RAW",
1472
+ Singlejson = "SINGLEJSON",
1473
+ Avro = "AVRO",
1474
+ Tsve = "TSVE",
1475
+ Parquet = "PARQUET",
1476
+ ORC = "ORC",
1477
+ Apacheavro = "APACHEAVRO",
1478
+ W3Clogfile = "W3CLOGFILE"
1479
+ }
1480
+ /**
1481
+ * Defines values for IotHubDataFormat. \
1482
+ * {@link KnownIotHubDataFormat} can be used interchangeably with IotHubDataFormat,
1483
+ * this enum contains the known values that the service supports.
1484
+ * ### Known values supported by the service
1485
+ * **MULTIJSON** \
1486
+ * **JSON** \
1487
+ * **CSV** \
1488
+ * **TSV** \
1489
+ * **SCSV** \
1490
+ * **SOHSV** \
1491
+ * **PSV** \
1492
+ * **TXT** \
1493
+ * **RAW** \
1494
+ * **SINGLEJSON** \
1495
+ * **AVRO** \
1496
+ * **TSVE** \
1497
+ * **PARQUET** \
1498
+ * **ORC** \
1499
+ * **APACHEAVRO** \
1500
+ * **W3CLOGFILE**
1501
+ */
1502
+ export declare type IotHubDataFormat = string;
1503
+ /** Known values of {@link EventGridDataFormat} that the service accepts. */
1504
+ export declare enum KnownEventGridDataFormat {
1505
+ Multijson = "MULTIJSON",
1506
+ Json = "JSON",
1507
+ CSV = "CSV",
1508
+ TSV = "TSV",
1509
+ Scsv = "SCSV",
1510
+ Sohsv = "SOHSV",
1511
+ PSV = "PSV",
1512
+ TXT = "TXT",
1513
+ RAW = "RAW",
1514
+ Singlejson = "SINGLEJSON",
1515
+ Avro = "AVRO",
1516
+ Tsve = "TSVE",
1517
+ Parquet = "PARQUET",
1518
+ ORC = "ORC",
1519
+ Apacheavro = "APACHEAVRO",
1520
+ W3Clogfile = "W3CLOGFILE"
1521
+ }
1522
+ /**
1523
+ * Defines values for EventGridDataFormat. \
1524
+ * {@link KnownEventGridDataFormat} can be used interchangeably with EventGridDataFormat,
1525
+ * this enum contains the known values that the service supports.
1526
+ * ### Known values supported by the service
1527
+ * **MULTIJSON** \
1528
+ * **JSON** \
1529
+ * **CSV** \
1530
+ * **TSV** \
1531
+ * **SCSV** \
1532
+ * **SOHSV** \
1533
+ * **PSV** \
1534
+ * **TXT** \
1535
+ * **RAW** \
1536
+ * **SINGLEJSON** \
1537
+ * **AVRO** \
1538
+ * **TSVE** \
1539
+ * **PARQUET** \
1540
+ * **ORC** \
1541
+ * **APACHEAVRO** \
1542
+ * **W3CLOGFILE**
1543
+ */
1544
+ export declare type EventGridDataFormat = string;
1545
+ /** Known values of {@link BlobStorageEventType} that the service accepts. */
1546
+ export declare enum KnownBlobStorageEventType {
1547
+ MicrosoftStorageBlobCreated = "Microsoft.Storage.BlobCreated",
1548
+ MicrosoftStorageBlobRenamed = "Microsoft.Storage.BlobRenamed"
1549
+ }
1550
+ /**
1551
+ * Defines values for BlobStorageEventType. \
1552
+ * {@link KnownBlobStorageEventType} can be used interchangeably with BlobStorageEventType,
1553
+ * this enum contains the known values that the service supports.
1554
+ * ### Known values supported by the service
1555
+ * **Microsoft.Storage.BlobCreated** \
1556
+ * **Microsoft.Storage.BlobRenamed**
1557
+ */
1558
+ export declare type BlobStorageEventType = string;
1559
+ /** Defines values for Type. */
1560
+ export declare type Type = "Microsoft.Kusto/clusters/databases" | "Microsoft.Kusto/clusters/attachedDatabaseConfigurations";
1561
+ /** Optional parameters. */
1562
+ export interface ClustersGetOptionalParams extends coreClient.OperationOptions {
1563
+ }
1564
+ /** Contains response data for the get operation. */
1565
+ export declare type ClustersGetResponse = Cluster;
1566
+ /** Optional parameters. */
1567
+ export interface ClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1568
+ /** The ETag of the cluster. Omit this value to always overwrite the current cluster. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
1569
+ ifMatch?: string;
1570
+ /** Set to '*' to allow a new cluster to be created, but to prevent updating an existing cluster. Other values will result in a 412 Pre-condition Failed response. */
1571
+ ifNoneMatch?: string;
1572
+ /** Delay to wait until next poll, in milliseconds. */
1573
+ updateIntervalInMs?: number;
1574
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1575
+ resumeFrom?: string;
1576
+ }
1577
+ /** Contains response data for the createOrUpdate operation. */
1578
+ export declare type ClustersCreateOrUpdateResponse = Cluster;
1579
+ /** Optional parameters. */
1580
+ export interface ClustersUpdateOptionalParams extends coreClient.OperationOptions {
1581
+ /** The ETag of the cluster. Omit this value to always overwrite the current cluster. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
1582
+ ifMatch?: string;
1583
+ /** Delay to wait until next poll, in milliseconds. */
1584
+ updateIntervalInMs?: number;
1585
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1586
+ resumeFrom?: string;
1587
+ }
1588
+ /** Contains response data for the update operation. */
1589
+ export declare type ClustersUpdateResponse = Cluster;
1590
+ /** Optional parameters. */
1591
+ export interface ClustersDeleteOptionalParams extends coreClient.OperationOptions {
1592
+ /** Delay to wait until next poll, in milliseconds. */
1593
+ updateIntervalInMs?: number;
1594
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1595
+ resumeFrom?: string;
1596
+ }
1597
+ /** Optional parameters. */
1598
+ export interface ClustersStopOptionalParams extends coreClient.OperationOptions {
1599
+ /** Delay to wait until next poll, in milliseconds. */
1600
+ updateIntervalInMs?: number;
1601
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1602
+ resumeFrom?: string;
1603
+ }
1604
+ /** Optional parameters. */
1605
+ export interface ClustersStartOptionalParams extends coreClient.OperationOptions {
1606
+ /** Delay to wait until next poll, in milliseconds. */
1607
+ updateIntervalInMs?: number;
1608
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1609
+ resumeFrom?: string;
1610
+ }
1611
+ /** Optional parameters. */
1612
+ export interface ClustersListFollowerDatabasesOptionalParams extends coreClient.OperationOptions {
1613
+ }
1614
+ /** Contains response data for the listFollowerDatabases operation. */
1615
+ export declare type ClustersListFollowerDatabasesResponse = FollowerDatabaseListResult;
1616
+ /** Optional parameters. */
1617
+ export interface ClustersDetachFollowerDatabasesOptionalParams extends coreClient.OperationOptions {
1618
+ /** Delay to wait until next poll, in milliseconds. */
1619
+ updateIntervalInMs?: number;
1620
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1621
+ resumeFrom?: string;
1622
+ }
1623
+ /** Optional parameters. */
1624
+ export interface ClustersDiagnoseVirtualNetworkOptionalParams extends coreClient.OperationOptions {
1625
+ /** Delay to wait until next poll, in milliseconds. */
1626
+ updateIntervalInMs?: number;
1627
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1628
+ resumeFrom?: string;
1629
+ }
1630
+ /** Contains response data for the diagnoseVirtualNetwork operation. */
1631
+ export declare type ClustersDiagnoseVirtualNetworkResponse = DiagnoseVirtualNetworkResult;
1632
+ /** Optional parameters. */
1633
+ export interface ClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1634
+ }
1635
+ /** Contains response data for the listByResourceGroup operation. */
1636
+ export declare type ClustersListByResourceGroupResponse = ClusterListResult;
1637
+ /** Optional parameters. */
1638
+ export interface ClustersListOptionalParams extends coreClient.OperationOptions {
1639
+ }
1640
+ /** Contains response data for the list operation. */
1641
+ export declare type ClustersListResponse = ClusterListResult;
1642
+ /** Optional parameters. */
1643
+ export interface ClustersListSkusOptionalParams extends coreClient.OperationOptions {
1644
+ }
1645
+ /** Contains response data for the listSkus operation. */
1646
+ export declare type ClustersListSkusResponse = SkuDescriptionList;
1647
+ /** Optional parameters. */
1648
+ export interface ClustersCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
1649
+ }
1650
+ /** Contains response data for the checkNameAvailability operation. */
1651
+ export declare type ClustersCheckNameAvailabilityResponse = CheckNameResult;
1652
+ /** Optional parameters. */
1653
+ export interface ClustersListSkusByResourceOptionalParams extends coreClient.OperationOptions {
1654
+ }
1655
+ /** Contains response data for the listSkusByResource operation. */
1656
+ export declare type ClustersListSkusByResourceResponse = ListResourceSkusResult;
1657
+ /** Optional parameters. */
1658
+ export interface ClustersListOutboundNetworkDependenciesEndpointsOptionalParams extends coreClient.OperationOptions {
1659
+ }
1660
+ /** Contains response data for the listOutboundNetworkDependenciesEndpoints operation. */
1661
+ export declare type ClustersListOutboundNetworkDependenciesEndpointsResponse = OutboundNetworkDependenciesEndpointListResult;
1662
+ /** Optional parameters. */
1663
+ export interface ClustersListLanguageExtensionsOptionalParams extends coreClient.OperationOptions {
1664
+ }
1665
+ /** Contains response data for the listLanguageExtensions operation. */
1666
+ export declare type ClustersListLanguageExtensionsResponse = LanguageExtensionsList;
1667
+ /** Optional parameters. */
1668
+ export interface ClustersAddLanguageExtensionsOptionalParams extends coreClient.OperationOptions {
1669
+ /** Delay to wait until next poll, in milliseconds. */
1670
+ updateIntervalInMs?: number;
1671
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1672
+ resumeFrom?: string;
1673
+ }
1674
+ /** Optional parameters. */
1675
+ export interface ClustersRemoveLanguageExtensionsOptionalParams extends coreClient.OperationOptions {
1676
+ /** Delay to wait until next poll, in milliseconds. */
1677
+ updateIntervalInMs?: number;
1678
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1679
+ resumeFrom?: string;
1680
+ }
1681
+ /** Optional parameters. */
1682
+ export interface ClustersListOutboundNetworkDependenciesEndpointsNextOptionalParams extends coreClient.OperationOptions {
1683
+ }
1684
+ /** Contains response data for the listOutboundNetworkDependenciesEndpointsNext operation. */
1685
+ export declare type ClustersListOutboundNetworkDependenciesEndpointsNextResponse = OutboundNetworkDependenciesEndpointListResult;
1686
+ /** Optional parameters. */
1687
+ export interface ClusterPrincipalAssignmentsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
1688
+ }
1689
+ /** Contains response data for the checkNameAvailability operation. */
1690
+ export declare type ClusterPrincipalAssignmentsCheckNameAvailabilityResponse = CheckNameResult;
1691
+ /** Optional parameters. */
1692
+ export interface ClusterPrincipalAssignmentsGetOptionalParams extends coreClient.OperationOptions {
1693
+ }
1694
+ /** Contains response data for the get operation. */
1695
+ export declare type ClusterPrincipalAssignmentsGetResponse = ClusterPrincipalAssignment;
1696
+ /** Optional parameters. */
1697
+ export interface ClusterPrincipalAssignmentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1698
+ /** Delay to wait until next poll, in milliseconds. */
1699
+ updateIntervalInMs?: number;
1700
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1701
+ resumeFrom?: string;
1702
+ }
1703
+ /** Contains response data for the createOrUpdate operation. */
1704
+ export declare type ClusterPrincipalAssignmentsCreateOrUpdateResponse = ClusterPrincipalAssignment;
1705
+ /** Optional parameters. */
1706
+ export interface ClusterPrincipalAssignmentsDeleteOptionalParams extends coreClient.OperationOptions {
1707
+ /** Delay to wait until next poll, in milliseconds. */
1708
+ updateIntervalInMs?: number;
1709
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1710
+ resumeFrom?: string;
1711
+ }
1712
+ /** Optional parameters. */
1713
+ export interface ClusterPrincipalAssignmentsListOptionalParams extends coreClient.OperationOptions {
1714
+ }
1715
+ /** Contains response data for the list operation. */
1716
+ export declare type ClusterPrincipalAssignmentsListResponse = ClusterPrincipalAssignmentListResult;
1717
+ /** Optional parameters. */
1718
+ export interface DatabasesCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
1719
+ }
1720
+ /** Contains response data for the checkNameAvailability operation. */
1721
+ export declare type DatabasesCheckNameAvailabilityResponse = CheckNameResult;
1722
+ /** Optional parameters. */
1723
+ export interface DatabasesListByClusterOptionalParams extends coreClient.OperationOptions {
1724
+ }
1725
+ /** Contains response data for the listByCluster operation. */
1726
+ export declare type DatabasesListByClusterResponse = DatabaseListResult;
1727
+ /** Optional parameters. */
1728
+ export interface DatabasesGetOptionalParams extends coreClient.OperationOptions {
1729
+ }
1730
+ /** Contains response data for the get operation. */
1731
+ export declare type DatabasesGetResponse = DatabaseUnion;
1732
+ /** Optional parameters. */
1733
+ export interface DatabasesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1734
+ /** Delay to wait until next poll, in milliseconds. */
1735
+ updateIntervalInMs?: number;
1736
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1737
+ resumeFrom?: string;
1738
+ }
1739
+ /** Contains response data for the createOrUpdate operation. */
1740
+ export declare type DatabasesCreateOrUpdateResponse = DatabaseUnion;
1741
+ /** Optional parameters. */
1742
+ export interface DatabasesUpdateOptionalParams extends coreClient.OperationOptions {
1743
+ /** Delay to wait until next poll, in milliseconds. */
1744
+ updateIntervalInMs?: number;
1745
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1746
+ resumeFrom?: string;
1747
+ }
1748
+ /** Contains response data for the update operation. */
1749
+ export declare type DatabasesUpdateResponse = DatabaseUnion;
1750
+ /** Optional parameters. */
1751
+ export interface DatabasesDeleteOptionalParams extends coreClient.OperationOptions {
1752
+ /** Delay to wait until next poll, in milliseconds. */
1753
+ updateIntervalInMs?: number;
1754
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1755
+ resumeFrom?: string;
1756
+ }
1757
+ /** Optional parameters. */
1758
+ export interface DatabasesListPrincipalsOptionalParams extends coreClient.OperationOptions {
1759
+ }
1760
+ /** Contains response data for the listPrincipals operation. */
1761
+ export declare type DatabasesListPrincipalsResponse = DatabasePrincipalListResult;
1762
+ /** Optional parameters. */
1763
+ export interface DatabasesAddPrincipalsOptionalParams extends coreClient.OperationOptions {
1764
+ }
1765
+ /** Contains response data for the addPrincipals operation. */
1766
+ export declare type DatabasesAddPrincipalsResponse = DatabasePrincipalListResult;
1767
+ /** Optional parameters. */
1768
+ export interface DatabasesRemovePrincipalsOptionalParams extends coreClient.OperationOptions {
1769
+ }
1770
+ /** Contains response data for the removePrincipals operation. */
1771
+ export declare type DatabasesRemovePrincipalsResponse = DatabasePrincipalListResult;
1772
+ /** Optional parameters. */
1773
+ export interface AttachedDatabaseConfigurationsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
1774
+ }
1775
+ /** Contains response data for the checkNameAvailability operation. */
1776
+ export declare type AttachedDatabaseConfigurationsCheckNameAvailabilityResponse = CheckNameResult;
1777
+ /** Optional parameters. */
1778
+ export interface AttachedDatabaseConfigurationsListByClusterOptionalParams extends coreClient.OperationOptions {
1779
+ }
1780
+ /** Contains response data for the listByCluster operation. */
1781
+ export declare type AttachedDatabaseConfigurationsListByClusterResponse = AttachedDatabaseConfigurationListResult;
1782
+ /** Optional parameters. */
1783
+ export interface AttachedDatabaseConfigurationsGetOptionalParams extends coreClient.OperationOptions {
1784
+ }
1785
+ /** Contains response data for the get operation. */
1786
+ export declare type AttachedDatabaseConfigurationsGetResponse = AttachedDatabaseConfiguration;
1787
+ /** Optional parameters. */
1788
+ export interface AttachedDatabaseConfigurationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1789
+ /** Delay to wait until next poll, in milliseconds. */
1790
+ updateIntervalInMs?: number;
1791
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1792
+ resumeFrom?: string;
1793
+ }
1794
+ /** Contains response data for the createOrUpdate operation. */
1795
+ export declare type AttachedDatabaseConfigurationsCreateOrUpdateResponse = AttachedDatabaseConfiguration;
1796
+ /** Optional parameters. */
1797
+ export interface AttachedDatabaseConfigurationsDeleteOptionalParams extends coreClient.OperationOptions {
1798
+ /** Delay to wait until next poll, in milliseconds. */
1799
+ updateIntervalInMs?: number;
1800
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1801
+ resumeFrom?: string;
1802
+ }
1803
+ /** Optional parameters. */
1804
+ export interface ManagedPrivateEndpointsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
1805
+ }
1806
+ /** Contains response data for the checkNameAvailability operation. */
1807
+ export declare type ManagedPrivateEndpointsCheckNameAvailabilityResponse = CheckNameResult;
1808
+ /** Optional parameters. */
1809
+ export interface ManagedPrivateEndpointsListOptionalParams extends coreClient.OperationOptions {
1810
+ }
1811
+ /** Contains response data for the list operation. */
1812
+ export declare type ManagedPrivateEndpointsListResponse = ManagedPrivateEndpointListResult;
1813
+ /** Optional parameters. */
1814
+ export interface ManagedPrivateEndpointsGetOptionalParams extends coreClient.OperationOptions {
1815
+ }
1816
+ /** Contains response data for the get operation. */
1817
+ export declare type ManagedPrivateEndpointsGetResponse = ManagedPrivateEndpoint;
1818
+ /** Optional parameters. */
1819
+ export interface ManagedPrivateEndpointsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1820
+ /** Delay to wait until next poll, in milliseconds. */
1821
+ updateIntervalInMs?: number;
1822
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1823
+ resumeFrom?: string;
1824
+ }
1825
+ /** Contains response data for the createOrUpdate operation. */
1826
+ export declare type ManagedPrivateEndpointsCreateOrUpdateResponse = ManagedPrivateEndpoint;
1827
+ /** Optional parameters. */
1828
+ export interface ManagedPrivateEndpointsUpdateOptionalParams extends coreClient.OperationOptions {
1829
+ /** Delay to wait until next poll, in milliseconds. */
1830
+ updateIntervalInMs?: number;
1831
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1832
+ resumeFrom?: string;
1833
+ }
1834
+ /** Contains response data for the update operation. */
1835
+ export declare type ManagedPrivateEndpointsUpdateResponse = ManagedPrivateEndpoint;
1836
+ /** Optional parameters. */
1837
+ export interface ManagedPrivateEndpointsDeleteOptionalParams extends coreClient.OperationOptions {
1838
+ /** Delay to wait until next poll, in milliseconds. */
1839
+ updateIntervalInMs?: number;
1840
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1841
+ resumeFrom?: string;
1842
+ }
1843
+ /** Optional parameters. */
1844
+ export interface DatabasePrincipalAssignmentsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
1845
+ }
1846
+ /** Contains response data for the checkNameAvailability operation. */
1847
+ export declare type DatabasePrincipalAssignmentsCheckNameAvailabilityResponse = CheckNameResult;
1848
+ /** Optional parameters. */
1849
+ export interface DatabasePrincipalAssignmentsGetOptionalParams extends coreClient.OperationOptions {
1850
+ }
1851
+ /** Contains response data for the get operation. */
1852
+ export declare type DatabasePrincipalAssignmentsGetResponse = DatabasePrincipalAssignment;
1853
+ /** Optional parameters. */
1854
+ export interface DatabasePrincipalAssignmentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1855
+ /** Delay to wait until next poll, in milliseconds. */
1856
+ updateIntervalInMs?: number;
1857
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1858
+ resumeFrom?: string;
1859
+ }
1860
+ /** Contains response data for the createOrUpdate operation. */
1861
+ export declare type DatabasePrincipalAssignmentsCreateOrUpdateResponse = DatabasePrincipalAssignment;
1862
+ /** Optional parameters. */
1863
+ export interface DatabasePrincipalAssignmentsDeleteOptionalParams extends coreClient.OperationOptions {
1864
+ /** Delay to wait until next poll, in milliseconds. */
1865
+ updateIntervalInMs?: number;
1866
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1867
+ resumeFrom?: string;
1868
+ }
1869
+ /** Optional parameters. */
1870
+ export interface DatabasePrincipalAssignmentsListOptionalParams extends coreClient.OperationOptions {
1871
+ }
1872
+ /** Contains response data for the list operation. */
1873
+ export declare type DatabasePrincipalAssignmentsListResponse = DatabasePrincipalAssignmentListResult;
1874
+ /** Optional parameters. */
1875
+ export interface ScriptsListByDatabaseOptionalParams extends coreClient.OperationOptions {
1876
+ }
1877
+ /** Contains response data for the listByDatabase operation. */
1878
+ export declare type ScriptsListByDatabaseResponse = ScriptListResult;
1879
+ /** Optional parameters. */
1880
+ export interface ScriptsGetOptionalParams extends coreClient.OperationOptions {
1881
+ }
1882
+ /** Contains response data for the get operation. */
1883
+ export declare type ScriptsGetResponse = Script;
1884
+ /** Optional parameters. */
1885
+ export interface ScriptsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1886
+ /** Delay to wait until next poll, in milliseconds. */
1887
+ updateIntervalInMs?: number;
1888
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1889
+ resumeFrom?: string;
1890
+ }
1891
+ /** Contains response data for the createOrUpdate operation. */
1892
+ export declare type ScriptsCreateOrUpdateResponse = Script;
1893
+ /** Optional parameters. */
1894
+ export interface ScriptsUpdateOptionalParams extends coreClient.OperationOptions {
1895
+ /** Delay to wait until next poll, in milliseconds. */
1896
+ updateIntervalInMs?: number;
1897
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1898
+ resumeFrom?: string;
1899
+ }
1900
+ /** Contains response data for the update operation. */
1901
+ export declare type ScriptsUpdateResponse = Script;
1902
+ /** Optional parameters. */
1903
+ export interface ScriptsDeleteOptionalParams extends coreClient.OperationOptions {
1904
+ /** Delay to wait until next poll, in milliseconds. */
1905
+ updateIntervalInMs?: number;
1906
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1907
+ resumeFrom?: string;
1908
+ }
1909
+ /** Optional parameters. */
1910
+ export interface ScriptsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
1911
+ }
1912
+ /** Contains response data for the checkNameAvailability operation. */
1913
+ export declare type ScriptsCheckNameAvailabilityResponse = CheckNameResult;
1914
+ /** Optional parameters. */
1915
+ export interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
1916
+ }
1917
+ /** Contains response data for the list operation. */
1918
+ export declare type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;
1919
+ /** Optional parameters. */
1920
+ export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
1921
+ }
1922
+ /** Contains response data for the get operation. */
1923
+ export declare type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
1924
+ /** Optional parameters. */
1925
+ export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1926
+ /** Delay to wait until next poll, in milliseconds. */
1927
+ updateIntervalInMs?: number;
1928
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1929
+ resumeFrom?: string;
1930
+ }
1931
+ /** Contains response data for the createOrUpdate operation. */
1932
+ export declare type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
1933
+ /** Optional parameters. */
1934
+ export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
1935
+ /** Delay to wait until next poll, in milliseconds. */
1936
+ updateIntervalInMs?: number;
1937
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1938
+ resumeFrom?: string;
1939
+ }
1940
+ /** Optional parameters. */
1941
+ export interface PrivateLinkResourcesListOptionalParams extends coreClient.OperationOptions {
1942
+ }
1943
+ /** Contains response data for the list operation. */
1944
+ export declare type PrivateLinkResourcesListResponse = PrivateLinkResourceListResult;
1945
+ /** Optional parameters. */
1946
+ export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
1947
+ }
1948
+ /** Contains response data for the get operation. */
1949
+ export declare type PrivateLinkResourcesGetResponse = PrivateLinkResource;
1950
+ /** Optional parameters. */
1951
+ export interface DataConnectionsListByDatabaseOptionalParams extends coreClient.OperationOptions {
1952
+ }
1953
+ /** Contains response data for the listByDatabase operation. */
1954
+ export declare type DataConnectionsListByDatabaseResponse = DataConnectionListResult;
1955
+ /** Optional parameters. */
1956
+ export interface DataConnectionsDataConnectionValidationOptionalParams extends coreClient.OperationOptions {
1957
+ /** Delay to wait until next poll, in milliseconds. */
1958
+ updateIntervalInMs?: number;
1959
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1960
+ resumeFrom?: string;
1961
+ }
1962
+ /** Contains response data for the dataConnectionValidation operation. */
1963
+ export declare type DataConnectionsDataConnectionValidationResponse = DataConnectionValidationListResult;
1964
+ /** Optional parameters. */
1965
+ export interface DataConnectionsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
1966
+ }
1967
+ /** Contains response data for the checkNameAvailability operation. */
1968
+ export declare type DataConnectionsCheckNameAvailabilityResponse = CheckNameResult;
1969
+ /** Optional parameters. */
1970
+ export interface DataConnectionsGetOptionalParams extends coreClient.OperationOptions {
1971
+ }
1972
+ /** Contains response data for the get operation. */
1973
+ export declare type DataConnectionsGetResponse = DataConnectionUnion;
1974
+ /** Optional parameters. */
1975
+ export interface DataConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1976
+ /** Delay to wait until next poll, in milliseconds. */
1977
+ updateIntervalInMs?: number;
1978
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1979
+ resumeFrom?: string;
1980
+ }
1981
+ /** Contains response data for the createOrUpdate operation. */
1982
+ export declare type DataConnectionsCreateOrUpdateResponse = DataConnectionUnion;
1983
+ /** Optional parameters. */
1984
+ export interface DataConnectionsUpdateOptionalParams extends coreClient.OperationOptions {
1985
+ /** Delay to wait until next poll, in milliseconds. */
1986
+ updateIntervalInMs?: number;
1987
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1988
+ resumeFrom?: string;
1989
+ }
1990
+ /** Contains response data for the update operation. */
1991
+ export declare type DataConnectionsUpdateResponse = DataConnectionUnion;
1992
+ /** Optional parameters. */
1993
+ export interface DataConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
1994
+ /** Delay to wait until next poll, in milliseconds. */
1995
+ updateIntervalInMs?: number;
1996
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1997
+ resumeFrom?: string;
1998
+ }
1999
+ /** Optional parameters. */
2000
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
2001
+ }
2002
+ /** Contains response data for the list operation. */
2003
+ export declare type OperationsListResponse = OperationListResult;
2004
+ /** Optional parameters. */
2005
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
2006
+ }
2007
+ /** Contains response data for the listNext operation. */
2008
+ export declare type OperationsListNextResponse = OperationListResult;
2009
+ /** Optional parameters. */
2010
+ export interface OperationsResultsGetOptionalParams extends coreClient.OperationOptions {
2011
+ }
2012
+ /** Contains response data for the get operation. */
2013
+ export declare type OperationsResultsGetResponse = OperationResult;
2014
+ /** Optional parameters. */
2015
+ export interface KustoManagementClientOptionalParams extends coreClient.ServiceClientOptions {
2016
+ /** server parameter */
2017
+ $host?: string;
2018
+ /** Api Version */
2019
+ apiVersion?: string;
2020
+ /** Overrides client endpoint. */
2021
+ endpoint?: string;
2022
+ }
2023
+ //# sourceMappingURL=index.d.ts.map