@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
@@ -1,2705 +0,0 @@
1
- import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
2
- import * as msRest from "@azure/ms-rest-js";
3
- export { BaseResource, CloudError };
4
- /**
5
- * Represents a tenant ID that is trusted by the cluster.
6
- */
7
- export interface TrustedExternalTenant {
8
- /**
9
- * GUID representing an external tenant.
10
- */
11
- value?: string;
12
- }
13
- /**
14
- * A class that contains the optimized auto scale definition.
15
- */
16
- export interface OptimizedAutoscale {
17
- /**
18
- * The version of the template defined, for instance 1.
19
- */
20
- version: number;
21
- /**
22
- * A boolean value that indicate if the optimized autoscale feature is enabled or not.
23
- */
24
- isEnabled: boolean;
25
- /**
26
- * Minimum allowed instances count.
27
- */
28
- minimum: number;
29
- /**
30
- * Maximum allowed instances count.
31
- */
32
- maximum: number;
33
- }
34
- /**
35
- * A class that contains virtual network definition.
36
- */
37
- export interface VirtualNetworkConfiguration {
38
- /**
39
- * The subnet resource id.
40
- */
41
- subnetId: string;
42
- /**
43
- * Engine service's public IP address resource id.
44
- */
45
- enginePublicIpId: string;
46
- /**
47
- * Data management's service public IP address resource id.
48
- */
49
- dataManagementPublicIpId: string;
50
- }
51
- /**
52
- * Properties of the key vault.
53
- */
54
- export interface KeyVaultProperties {
55
- /**
56
- * The name of the key vault key.
57
- */
58
- keyName: string;
59
- /**
60
- * The version of the key vault key.
61
- */
62
- keyVersion?: string;
63
- /**
64
- * The Uri of the key vault.
65
- */
66
- keyVaultUri: string;
67
- /**
68
- * The user assigned identity (ARM resource id) that has access to the key.
69
- */
70
- userIdentity?: string;
71
- }
72
- /**
73
- * The language extension object.
74
- */
75
- export interface LanguageExtension {
76
- /**
77
- * The language extension name. Possible values include: 'PYTHON', 'R'
78
- */
79
- languageExtensionName?: LanguageExtensionName;
80
- }
81
- /**
82
- * Azure SKU definition.
83
- */
84
- export interface AzureSku {
85
- /**
86
- * SKU name. Possible values include: 'Standard_DS13_v2+1TB_PS', 'Standard_DS13_v2+2TB_PS',
87
- * 'Standard_DS14_v2+3TB_PS', 'Standard_DS14_v2+4TB_PS', 'Standard_D13_v2', 'Standard_D14_v2',
88
- * 'Standard_L8s', 'Standard_L16s', 'Standard_L8s_v2', 'Standard_L16s_v2', 'Standard_D11_v2',
89
- * 'Standard_D12_v2', 'Standard_L4s', 'Dev(No SLA)_Standard_D11_v2', 'Standard_E64i_v3',
90
- * 'Standard_E80ids_v4', 'Standard_E2a_v4', 'Standard_E4a_v4', 'Standard_E8a_v4',
91
- * 'Standard_E16a_v4', 'Standard_E8as_v4+1TB_PS', 'Standard_E8as_v4+2TB_PS',
92
- * 'Standard_E16as_v4+3TB_PS', 'Standard_E16as_v4+4TB_PS', 'Dev(No SLA)_Standard_E2a_v4'
93
- */
94
- name: AzureSkuName;
95
- /**
96
- * The number of instances of the cluster.
97
- */
98
- capacity?: number;
99
- /**
100
- * SKU tier. Possible values include: 'Basic', 'Standard'
101
- */
102
- tier: AzureSkuTier;
103
- }
104
- /**
105
- * Azure capacity definition.
106
- */
107
- export interface AzureCapacity {
108
- /**
109
- * Scale type. Possible values include: 'automatic', 'manual', 'none'
110
- */
111
- scaleType: AzureScaleType;
112
- /**
113
- * Minimum allowed capacity.
114
- */
115
- minimum: number;
116
- /**
117
- * Maximum allowed capacity.
118
- */
119
- maximum: number;
120
- /**
121
- * The default capacity that would be used.
122
- */
123
- default: number;
124
- }
125
- /**
126
- * Azure resource SKU definition.
127
- */
128
- export interface AzureResourceSku {
129
- /**
130
- * Resource Namespace and Type.
131
- */
132
- resourceType?: string;
133
- /**
134
- * The SKU details.
135
- */
136
- sku?: AzureSku;
137
- /**
138
- * The number of instances of the cluster.
139
- */
140
- capacity?: AzureCapacity;
141
- }
142
- /**
143
- * The locations and zones info for SKU.
144
- */
145
- export interface SkuLocationInfoItem {
146
- /**
147
- * The available location of the SKU.
148
- */
149
- location: string;
150
- /**
151
- * The available zone of the SKU.
152
- */
153
- zones?: string[];
154
- }
155
- /**
156
- * The Kusto SKU description of given resource type
157
- */
158
- export interface SkuDescription {
159
- /**
160
- * The resource type
161
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
162
- */
163
- readonly resourceType?: string;
164
- /**
165
- * The name of the SKU
166
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
167
- */
168
- readonly name?: string;
169
- /**
170
- * The tier of the SKU
171
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
172
- */
173
- readonly tier?: string;
174
- /**
175
- * The set of locations that the SKU is available
176
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
177
- */
178
- readonly locations?: string[];
179
- /**
180
- * Locations and zones
181
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
182
- */
183
- readonly locationInfo?: SkuLocationInfoItem[];
184
- /**
185
- * The restrictions because of which SKU cannot be used
186
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
187
- */
188
- readonly restrictions?: any[];
189
- }
190
- /**
191
- * A class that contains database statistics information.
192
- */
193
- export interface DatabaseStatistics {
194
- /**
195
- * The database size - the total size of compressed data and index in bytes.
196
- */
197
- size?: number;
198
- }
199
- /**
200
- * Tables that will be included and excluded in the follower database
201
- */
202
- export interface TableLevelSharingProperties {
203
- /**
204
- * List of tables to include in the follower database
205
- */
206
- tablesToInclude?: string[];
207
- /**
208
- * List of tables to exclude from the follower database
209
- */
210
- tablesToExclude?: string[];
211
- /**
212
- * List of external tables to include in the follower database
213
- */
214
- externalTablesToInclude?: string[];
215
- /**
216
- * List of external tables exclude from the follower database
217
- */
218
- externalTablesToExclude?: string[];
219
- /**
220
- * List of materialized views to include in the follower database
221
- */
222
- materializedViewsToInclude?: string[];
223
- /**
224
- * List of materialized views exclude from the follower database
225
- */
226
- materializedViewsToExclude?: string[];
227
- }
228
- /**
229
- * An interface representing IdentityUserAssignedIdentitiesValue.
230
- */
231
- export interface IdentityUserAssignedIdentitiesValue {
232
- /**
233
- * The principal id of user assigned identity.
234
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
235
- */
236
- readonly principalId?: string;
237
- /**
238
- * The client id of user assigned identity.
239
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
240
- */
241
- readonly clientId?: string;
242
- }
243
- /**
244
- * Identity for the resource.
245
- */
246
- export interface Identity {
247
- /**
248
- * The principal ID of resource identity.
249
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
250
- */
251
- readonly principalId?: string;
252
- /**
253
- * The tenant ID of resource.
254
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
255
- */
256
- readonly tenantId?: string;
257
- /**
258
- * The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an
259
- * implicitly created identity and a set of user-assigned identities. The type 'None' will remove
260
- * all identities. Possible values include: 'None', 'SystemAssigned', 'UserAssigned',
261
- * 'SystemAssigned, UserAssigned'
262
- */
263
- type: IdentityType;
264
- /**
265
- * The list of user identities associated with the Kusto cluster. The user identity dictionary
266
- * key references will be ARM resource ids in the form:
267
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
268
- */
269
- userAssignedIdentities?: {
270
- [propertyName: string]: IdentityUserAssignedIdentitiesValue;
271
- };
272
- }
273
- /**
274
- * Common fields that are returned in the response for all Azure Resource Manager resources
275
- * @summary Resource
276
- */
277
- export interface Resource extends BaseResource {
278
- /**
279
- * Fully qualified resource ID for the resource. Ex -
280
- * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
281
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
282
- */
283
- readonly id?: string;
284
- /**
285
- * The name of the resource
286
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
287
- */
288
- readonly name?: string;
289
- /**
290
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or
291
- * "Microsoft.Storage/storageAccounts"
292
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
293
- */
294
- readonly type?: string;
295
- }
296
- /**
297
- * The resource model definition for an Azure Resource Manager tracked top level resource which has
298
- * 'tags' and a 'location'
299
- * @summary Tracked Resource
300
- */
301
- export interface TrackedResource extends Resource {
302
- /**
303
- * Resource tags.
304
- */
305
- tags?: {
306
- [propertyName: string]: string;
307
- };
308
- /**
309
- * The geo-location where the resource lives
310
- */
311
- location: string;
312
- }
313
- /**
314
- * Class representing a Kusto cluster.
315
- */
316
- export interface Cluster extends TrackedResource {
317
- /**
318
- * The SKU of the cluster.
319
- */
320
- sku: AzureSku;
321
- /**
322
- * The availability zones of the cluster.
323
- */
324
- zones?: string[];
325
- /**
326
- * The identity of the cluster, if configured.
327
- */
328
- identity?: Identity;
329
- /**
330
- * The state of the resource. Possible values include: 'Creating', 'Unavailable', 'Running',
331
- * 'Deleting', 'Deleted', 'Stopping', 'Stopped', 'Starting', 'Updating'
332
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
333
- */
334
- readonly state?: State;
335
- /**
336
- * The provisioned state of the resource. Possible values include: 'Running', 'Creating',
337
- * 'Deleting', 'Succeeded', 'Failed', 'Moving'
338
- */
339
- provisioningState?: ProvisioningState;
340
- /**
341
- * The cluster URI.
342
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
343
- */
344
- readonly uri?: string;
345
- /**
346
- * The cluster data ingestion URI.
347
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
348
- */
349
- readonly dataIngestionUri?: string;
350
- /**
351
- * The reason for the cluster's current state.
352
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
353
- */
354
- readonly stateReason?: string;
355
- /**
356
- * The cluster's external tenants.
357
- */
358
- trustedExternalTenants?: TrustedExternalTenant[];
359
- /**
360
- * Optimized auto scale definition.
361
- */
362
- optimizedAutoscale?: OptimizedAutoscale;
363
- /**
364
- * A boolean value that indicates if the cluster's disks are encrypted. Default value: false.
365
- */
366
- enableDiskEncryption?: boolean;
367
- /**
368
- * A boolean value that indicates if the streaming ingest is enabled. Default value: false.
369
- */
370
- enableStreamingIngest?: boolean;
371
- /**
372
- * Virtual network definition.
373
- */
374
- virtualNetworkConfiguration?: VirtualNetworkConfiguration;
375
- /**
376
- * KeyVault properties for the cluster encryption.
377
- */
378
- keyVaultProperties?: KeyVaultProperties;
379
- /**
380
- * A boolean value that indicates if the purge operations are enabled. Default value: false.
381
- */
382
- enablePurge?: boolean;
383
- /**
384
- * List of the cluster's language extensions.
385
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
386
- */
387
- readonly languageExtensions?: LanguageExtensionsList;
388
- /**
389
- * A boolean value that indicates if double encryption is enabled. Default value: false.
390
- */
391
- enableDoubleEncryption?: boolean;
392
- /**
393
- * The engine type. Possible values include: 'V2', 'V3'. Default value: 'V3'.
394
- */
395
- engineType?: EngineType;
396
- /**
397
- * A unique read-only string that changes whenever the resource is updated.
398
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
399
- */
400
- readonly etag?: string;
401
- }
402
- /**
403
- * Class representing an update to a Kusto cluster.
404
- */
405
- export interface ClusterUpdate extends Resource {
406
- /**
407
- * Resource tags.
408
- */
409
- tags?: {
410
- [propertyName: string]: string;
411
- };
412
- /**
413
- * Resource location.
414
- */
415
- location?: string;
416
- /**
417
- * The SKU of the cluster.
418
- */
419
- sku?: AzureSku;
420
- /**
421
- * The identity of the cluster, if configured.
422
- */
423
- identity?: Identity;
424
- /**
425
- * The state of the resource. Possible values include: 'Creating', 'Unavailable', 'Running',
426
- * 'Deleting', 'Deleted', 'Stopping', 'Stopped', 'Starting', 'Updating'
427
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
428
- */
429
- readonly state?: State;
430
- /**
431
- * The provisioned state of the resource. Possible values include: 'Running', 'Creating',
432
- * 'Deleting', 'Succeeded', 'Failed', 'Moving'
433
- */
434
- provisioningState?: ProvisioningState;
435
- /**
436
- * The cluster URI.
437
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
438
- */
439
- readonly uri?: string;
440
- /**
441
- * The cluster data ingestion URI.
442
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
443
- */
444
- readonly dataIngestionUri?: string;
445
- /**
446
- * The reason for the cluster's current state.
447
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
448
- */
449
- readonly stateReason?: string;
450
- /**
451
- * The cluster's external tenants.
452
- */
453
- trustedExternalTenants?: TrustedExternalTenant[];
454
- /**
455
- * Optimized auto scale definition.
456
- */
457
- optimizedAutoscale?: OptimizedAutoscale;
458
- /**
459
- * A boolean value that indicates if the cluster's disks are encrypted. Default value: false.
460
- */
461
- enableDiskEncryption?: boolean;
462
- /**
463
- * A boolean value that indicates if the streaming ingest is enabled. Default value: false.
464
- */
465
- enableStreamingIngest?: boolean;
466
- /**
467
- * Virtual network definition.
468
- */
469
- virtualNetworkConfiguration?: VirtualNetworkConfiguration;
470
- /**
471
- * KeyVault properties for the cluster encryption.
472
- */
473
- keyVaultProperties?: KeyVaultProperties;
474
- /**
475
- * A boolean value that indicates if the purge operations are enabled. Default value: false.
476
- */
477
- enablePurge?: boolean;
478
- /**
479
- * List of the cluster's language extensions.
480
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
481
- */
482
- readonly languageExtensions?: LanguageExtensionsList;
483
- /**
484
- * A boolean value that indicates if double encryption is enabled. Default value: false.
485
- */
486
- enableDoubleEncryption?: boolean;
487
- /**
488
- * The engine type. Possible values include: 'V2', 'V3'. Default value: 'V3'.
489
- */
490
- engineType?: EngineType;
491
- }
492
- /**
493
- * The resource model definition for a Azure Resource Manager proxy resource. It will not have tags
494
- * and a location
495
- * @summary Proxy Resource
496
- */
497
- export interface ProxyResource extends Resource {
498
- }
499
- /**
500
- * Class representing an attached database configuration.
501
- */
502
- export interface AttachedDatabaseConfiguration extends ProxyResource {
503
- /**
504
- * Resource location.
505
- */
506
- location?: string;
507
- /**
508
- * The provisioned state of the resource. Possible values include: 'Running', 'Creating',
509
- * 'Deleting', 'Succeeded', 'Failed', 'Moving'
510
- */
511
- provisioningState?: ProvisioningState;
512
- /**
513
- * The name of the database which you would like to attach, use * if you want to follow all
514
- * current and future databases.
515
- */
516
- databaseName: string;
517
- /**
518
- * The resource id of the cluster where the databases you would like to attach reside.
519
- */
520
- clusterResourceId: string;
521
- /**
522
- * The list of databases from the clusterResourceId which are currently attached to the cluster.
523
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
524
- */
525
- readonly attachedDatabaseNames?: string[];
526
- /**
527
- * The default principals modification kind. Possible values include: 'Union', 'Replace', 'None'
528
- */
529
- defaultPrincipalsModificationKind: DefaultPrincipalsModificationKind;
530
- /**
531
- * Table level sharing specifications
532
- */
533
- tableLevelSharingProperties?: TableLevelSharingProperties;
534
- }
535
- /**
536
- * Contains the possible cases for Database.
537
- */
538
- export declare type DatabaseUnion = Database | ReadWriteDatabase | ReadOnlyFollowingDatabase;
539
- /**
540
- * Class representing a Kusto database.
541
- */
542
- export interface Database {
543
- /**
544
- * Polymorphic Discriminator
545
- */
546
- kind: "Database";
547
- /**
548
- * Fully qualified resource ID for the resource. Ex -
549
- * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
550
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
551
- */
552
- readonly id?: string;
553
- /**
554
- * The name of the resource
555
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
556
- */
557
- readonly name?: string;
558
- /**
559
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or
560
- * "Microsoft.Storage/storageAccounts"
561
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
562
- */
563
- readonly type?: string;
564
- /**
565
- * Resource location.
566
- */
567
- location?: string;
568
- }
569
- /**
570
- * Class representing a read write database.
571
- */
572
- export interface ReadWriteDatabase {
573
- /**
574
- * Polymorphic Discriminator
575
- */
576
- kind: "ReadWrite";
577
- /**
578
- * Fully qualified resource ID for the resource. Ex -
579
- * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
580
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
581
- */
582
- readonly id?: string;
583
- /**
584
- * The name of the resource
585
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
586
- */
587
- readonly name?: string;
588
- /**
589
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or
590
- * "Microsoft.Storage/storageAccounts"
591
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
592
- */
593
- readonly type?: string;
594
- /**
595
- * Resource location.
596
- */
597
- location?: string;
598
- /**
599
- * The provisioned state of the resource. Possible values include: 'Running', 'Creating',
600
- * 'Deleting', 'Succeeded', 'Failed', 'Moving'
601
- */
602
- provisioningState?: ProvisioningState;
603
- /**
604
- * The time the data should be kept before it stops being accessible to queries in TimeSpan.
605
- */
606
- softDeletePeriod?: string;
607
- /**
608
- * The time the data should be kept in cache for fast queries in TimeSpan.
609
- */
610
- hotCachePeriod?: string;
611
- /**
612
- * The statistics of the database.
613
- */
614
- statistics?: DatabaseStatistics;
615
- /**
616
- * Indicates whether the database is followed.
617
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
618
- */
619
- readonly isFollowed?: boolean;
620
- }
621
- /**
622
- * Class representing a read only following database.
623
- */
624
- export interface ReadOnlyFollowingDatabase {
625
- /**
626
- * Polymorphic Discriminator
627
- */
628
- kind: "ReadOnlyFollowing";
629
- /**
630
- * Fully qualified resource ID for the resource. Ex -
631
- * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
632
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
633
- */
634
- readonly id?: string;
635
- /**
636
- * The name of the resource
637
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
638
- */
639
- readonly name?: string;
640
- /**
641
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or
642
- * "Microsoft.Storage/storageAccounts"
643
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
644
- */
645
- readonly type?: string;
646
- /**
647
- * Resource location.
648
- */
649
- location?: string;
650
- /**
651
- * The provisioned state of the resource. Possible values include: 'Running', 'Creating',
652
- * 'Deleting', 'Succeeded', 'Failed', 'Moving'
653
- */
654
- provisioningState?: ProvisioningState;
655
- /**
656
- * The time the data should be kept before it stops being accessible to queries in TimeSpan.
657
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
658
- */
659
- readonly softDeletePeriod?: string;
660
- /**
661
- * The time the data should be kept in cache for fast queries in TimeSpan.
662
- */
663
- hotCachePeriod?: string;
664
- /**
665
- * The statistics of the database.
666
- */
667
- statistics?: DatabaseStatistics;
668
- /**
669
- * The name of the leader cluster
670
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
671
- */
672
- readonly leaderClusterResourceId?: string;
673
- /**
674
- * The name of the attached database configuration cluster
675
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
676
- */
677
- readonly attachedDatabaseConfigurationName?: string;
678
- /**
679
- * The principals modification kind of the database. Possible values include: 'Union', 'Replace',
680
- * 'None'
681
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
682
- */
683
- readonly principalsModificationKind?: PrincipalsModificationKind;
684
- }
685
- /**
686
- * A class representing database principal entity.
687
- */
688
- export interface DatabasePrincipal {
689
- /**
690
- * Database principal role. Possible values include: 'Admin', 'Ingestor', 'Monitor', 'User',
691
- * 'UnrestrictedViewer', 'Viewer'
692
- */
693
- role: DatabasePrincipalRole;
694
- /**
695
- * Database principal name.
696
- */
697
- name: string;
698
- /**
699
- * Database principal type. Possible values include: 'App', 'Group', 'User'
700
- */
701
- type: DatabasePrincipalType;
702
- /**
703
- * Database principal fully qualified name.
704
- */
705
- fqn?: string;
706
- /**
707
- * Database principal email if exists.
708
- */
709
- email?: string;
710
- /**
711
- * Application id - relevant only for application principal type.
712
- */
713
- appId?: string;
714
- /**
715
- * The tenant name of the principal
716
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
717
- */
718
- readonly tenantName?: string;
719
- }
720
- /**
721
- * Class representing a database principal assignment.
722
- */
723
- export interface DatabasePrincipalAssignment extends ProxyResource {
724
- /**
725
- * The principal ID assigned to the database principal. It can be a user email, application ID,
726
- * or security group name.
727
- */
728
- principalId: string;
729
- /**
730
- * Database principal role. Possible values include: 'Admin', 'Ingestor', 'Monitor', 'User',
731
- * 'UnrestrictedViewer', 'Viewer'
732
- */
733
- role: DatabasePrincipalRole;
734
- /**
735
- * The tenant id of the principal
736
- */
737
- tenantId?: string;
738
- /**
739
- * Principal type. Possible values include: 'App', 'Group', 'User'
740
- */
741
- principalType: PrincipalType;
742
- /**
743
- * The tenant name of the principal
744
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
745
- */
746
- readonly tenantName?: string;
747
- /**
748
- * The principal name
749
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
750
- */
751
- readonly principalName?: string;
752
- /**
753
- * The provisioned state of the resource. Possible values include: 'Running', 'Creating',
754
- * 'Deleting', 'Succeeded', 'Failed', 'Moving'
755
- */
756
- provisioningState?: ProvisioningState;
757
- }
758
- /**
759
- * Class representing a cluster principal assignment.
760
- */
761
- export interface ClusterPrincipalAssignment extends ProxyResource {
762
- /**
763
- * The principal ID assigned to the cluster principal. It can be a user email, application ID, or
764
- * security group name.
765
- */
766
- principalId: string;
767
- /**
768
- * Cluster principal role. Possible values include: 'AllDatabasesAdmin', 'AllDatabasesViewer'
769
- */
770
- role: ClusterPrincipalRole;
771
- /**
772
- * The tenant id of the principal
773
- */
774
- tenantId?: string;
775
- /**
776
- * Principal type. Possible values include: 'App', 'Group', 'User'
777
- */
778
- principalType: PrincipalType;
779
- /**
780
- * The tenant name of the principal
781
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
782
- */
783
- readonly tenantName?: string;
784
- /**
785
- * The principal name
786
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
787
- */
788
- readonly principalName?: string;
789
- /**
790
- * The provisioned state of the resource. Possible values include: 'Running', 'Creating',
791
- * 'Deleting', 'Succeeded', 'Failed', 'Moving'
792
- */
793
- provisioningState?: ProvisioningState;
794
- }
795
- /**
796
- * Metadata pertaining to creation and last modification of the resource.
797
- */
798
- export interface SystemData {
799
- /**
800
- * The identity that created the resource.
801
- */
802
- createdBy?: string;
803
- /**
804
- * The type of identity that created the resource. Possible values include: 'User',
805
- * 'Application', 'ManagedIdentity', 'Key'
806
- */
807
- createdByType?: CreatedByType;
808
- /**
809
- * The timestamp of resource creation (UTC).
810
- */
811
- createdAt?: Date;
812
- /**
813
- * The identity that last modified the resource.
814
- */
815
- lastModifiedBy?: string;
816
- /**
817
- * The type of identity that last modified the resource. Possible values include: 'User',
818
- * 'Application', 'ManagedIdentity', 'Key'
819
- */
820
- lastModifiedByType?: CreatedByType;
821
- /**
822
- * The timestamp of resource last modification (UTC)
823
- */
824
- lastModifiedAt?: Date;
825
- }
826
- /**
827
- * Class representing a database script.
828
- */
829
- export interface Script extends ProxyResource {
830
- /**
831
- * The url to the KQL script blob file.
832
- */
833
- scriptUrl: string;
834
- /**
835
- * The SaS token.
836
- */
837
- scriptUrlSasToken: string;
838
- /**
839
- * A unique string. If changed the script will be applied again.
840
- */
841
- forceUpdateTag?: string;
842
- /**
843
- * Flag that indicates whether to continue if one of the command fails. Default value: false.
844
- */
845
- continueOnErrors?: boolean;
846
- /**
847
- * The provisioned state of the resource. Possible values include: 'Running', 'Creating',
848
- * 'Deleting', 'Succeeded', 'Failed', 'Moving'
849
- */
850
- provisioningState?: ProvisioningState;
851
- /**
852
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
853
- */
854
- readonly systemData?: SystemData;
855
- }
856
- /**
857
- * A class representing follower database request.
858
- */
859
- export interface FollowerDatabaseDefinition {
860
- /**
861
- * Resource id of the cluster that follows a database owned by this cluster.
862
- */
863
- clusterResourceId: string;
864
- /**
865
- * Resource name of the attached database configuration in the follower cluster.
866
- */
867
- attachedDatabaseConfigurationName: string;
868
- /**
869
- * The database name owned by this cluster that was followed. * in case following all databases.
870
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
871
- */
872
- readonly databaseName?: string;
873
- }
874
- /**
875
- * Contains the possible cases for DataConnection.
876
- */
877
- export declare type DataConnectionUnion = DataConnection | EventHubDataConnection | IotHubDataConnection | EventGridDataConnection;
878
- /**
879
- * Class representing an data connection.
880
- */
881
- export interface DataConnection {
882
- /**
883
- * Polymorphic Discriminator
884
- */
885
- kind: "DataConnection";
886
- /**
887
- * Fully qualified resource ID for the resource. Ex -
888
- * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
889
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
890
- */
891
- readonly id?: string;
892
- /**
893
- * The name of the resource
894
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
895
- */
896
- readonly name?: string;
897
- /**
898
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or
899
- * "Microsoft.Storage/storageAccounts"
900
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
901
- */
902
- readonly type?: string;
903
- /**
904
- * Resource location.
905
- */
906
- location?: string;
907
- }
908
- /**
909
- * The result returned from a data connection validation request.
910
- */
911
- export interface DataConnectionValidationResult {
912
- /**
913
- * A message which indicates a problem in data connection validation.
914
- */
915
- errorMessage?: string;
916
- }
917
- /**
918
- * The list Kusto database principals operation request.
919
- */
920
- export interface DatabasePrincipalListRequest {
921
- /**
922
- * The list of Kusto database principals.
923
- */
924
- value?: DatabasePrincipal[];
925
- }
926
- /**
927
- * An interface representing DiagnoseVirtualNetworkResult.
928
- */
929
- export interface DiagnoseVirtualNetworkResult {
930
- /**
931
- * The list of network connectivity diagnostic finding
932
- */
933
- findings?: string[];
934
- }
935
- /**
936
- * Class representing an data connection validation.
937
- */
938
- export interface DataConnectionValidation {
939
- /**
940
- * The name of the data connection.
941
- */
942
- dataConnectionName?: string;
943
- /**
944
- * The data connection properties to validate.
945
- */
946
- properties?: DataConnectionUnion;
947
- }
948
- /**
949
- * Class representing an event hub data connection.
950
- */
951
- export interface EventHubDataConnection {
952
- /**
953
- * Polymorphic Discriminator
954
- */
955
- kind: "EventHub";
956
- /**
957
- * Fully qualified resource ID for the resource. Ex -
958
- * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
959
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
960
- */
961
- readonly id?: string;
962
- /**
963
- * The name of the resource
964
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
965
- */
966
- readonly name?: string;
967
- /**
968
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or
969
- * "Microsoft.Storage/storageAccounts"
970
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
971
- */
972
- readonly type?: string;
973
- /**
974
- * Resource location.
975
- */
976
- location?: string;
977
- /**
978
- * The resource ID of the event hub to be used to create a data connection.
979
- */
980
- eventHubResourceId: string;
981
- /**
982
- * The event hub consumer group.
983
- */
984
- consumerGroup: string;
985
- /**
986
- * The table where the data should be ingested. Optionally the table information can be added to
987
- * each message.
988
- */
989
- tableName?: string;
990
- /**
991
- * The mapping rule to be used to ingest the data. Optionally the mapping information can be
992
- * added to each message.
993
- */
994
- mappingRuleName?: string;
995
- /**
996
- * The data format of the message. Optionally the data format can be added to each message.
997
- * Possible values include: 'MULTIJSON', 'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'TXT',
998
- * 'RAW', 'SINGLEJSON', 'AVRO', 'TSVE', 'PARQUET', 'ORC', 'APACHEAVRO', 'W3CLOGFILE'
999
- */
1000
- dataFormat?: EventHubDataFormat;
1001
- /**
1002
- * System properties of the event hub
1003
- */
1004
- eventSystemProperties?: string[];
1005
- /**
1006
- * The event hub messages compression type. Possible values include: 'None', 'GZip'. Default
1007
- * value: 'None'.
1008
- */
1009
- compression?: Compression;
1010
- /**
1011
- * The provisioned state of the resource. Possible values include: 'Running', 'Creating',
1012
- * 'Deleting', 'Succeeded', 'Failed', 'Moving'
1013
- */
1014
- provisioningState?: ProvisioningState;
1015
- /**
1016
- * The resource ID of a managed identity (system or user assigned) to be used to authenticate
1017
- * with event hub.
1018
- */
1019
- managedIdentityResourceId?: string;
1020
- }
1021
- /**
1022
- * Class representing an iot hub data connection.
1023
- */
1024
- export interface IotHubDataConnection {
1025
- /**
1026
- * Polymorphic Discriminator
1027
- */
1028
- kind: "IotHub";
1029
- /**
1030
- * Fully qualified resource ID for the resource. Ex -
1031
- * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
1032
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1033
- */
1034
- readonly id?: string;
1035
- /**
1036
- * The name of the resource
1037
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1038
- */
1039
- readonly name?: string;
1040
- /**
1041
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or
1042
- * "Microsoft.Storage/storageAccounts"
1043
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1044
- */
1045
- readonly type?: string;
1046
- /**
1047
- * Resource location.
1048
- */
1049
- location?: string;
1050
- /**
1051
- * The resource ID of the Iot hub to be used to create a data connection.
1052
- */
1053
- iotHubResourceId: string;
1054
- /**
1055
- * The iot hub consumer group.
1056
- */
1057
- consumerGroup: string;
1058
- /**
1059
- * The table where the data should be ingested. Optionally the table information can be added to
1060
- * each message.
1061
- */
1062
- tableName?: string;
1063
- /**
1064
- * The mapping rule to be used to ingest the data. Optionally the mapping information can be
1065
- * added to each message.
1066
- */
1067
- mappingRuleName?: string;
1068
- /**
1069
- * The data format of the message. Optionally the data format can be added to each message.
1070
- * Possible values include: 'MULTIJSON', 'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'TXT',
1071
- * 'RAW', 'SINGLEJSON', 'AVRO', 'TSVE', 'PARQUET', 'ORC', 'APACHEAVRO', 'W3CLOGFILE'
1072
- */
1073
- dataFormat?: IotHubDataFormat;
1074
- /**
1075
- * System properties of the iot hub
1076
- */
1077
- eventSystemProperties?: string[];
1078
- /**
1079
- * The name of the share access policy
1080
- */
1081
- sharedAccessPolicyName: string;
1082
- /**
1083
- * The provisioned state of the resource. Possible values include: 'Running', 'Creating',
1084
- * 'Deleting', 'Succeeded', 'Failed', 'Moving'
1085
- */
1086
- provisioningState?: ProvisioningState;
1087
- }
1088
- /**
1089
- * Class representing an Event Grid data connection.
1090
- */
1091
- export interface EventGridDataConnection {
1092
- /**
1093
- * Polymorphic Discriminator
1094
- */
1095
- kind: "EventGrid";
1096
- /**
1097
- * Fully qualified resource ID for the resource. Ex -
1098
- * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
1099
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1100
- */
1101
- readonly id?: string;
1102
- /**
1103
- * The name of the resource
1104
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1105
- */
1106
- readonly name?: string;
1107
- /**
1108
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or
1109
- * "Microsoft.Storage/storageAccounts"
1110
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1111
- */
1112
- readonly type?: string;
1113
- /**
1114
- * Resource location.
1115
- */
1116
- location?: string;
1117
- /**
1118
- * The resource ID of the storage account where the data resides.
1119
- */
1120
- storageAccountResourceId: string;
1121
- /**
1122
- * The resource ID where the event grid is configured to send events.
1123
- */
1124
- eventHubResourceId: string;
1125
- /**
1126
- * The event hub consumer group.
1127
- */
1128
- consumerGroup: string;
1129
- /**
1130
- * The table where the data should be ingested. Optionally the table information can be added to
1131
- * each message.
1132
- */
1133
- tableName?: string;
1134
- /**
1135
- * The mapping rule to be used to ingest the data. Optionally the mapping information can be
1136
- * added to each message.
1137
- */
1138
- mappingRuleName?: string;
1139
- /**
1140
- * The data format of the message. Optionally the data format can be added to each message.
1141
- * Possible values include: 'MULTIJSON', 'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'TXT',
1142
- * 'RAW', 'SINGLEJSON', 'AVRO', 'TSVE', 'PARQUET', 'ORC', 'APACHEAVRO', 'W3CLOGFILE'
1143
- */
1144
- dataFormat?: EventGridDataFormat;
1145
- /**
1146
- * A Boolean value that, if set to true, indicates that ingestion should ignore the first record
1147
- * of every file
1148
- */
1149
- ignoreFirstRecord?: boolean;
1150
- /**
1151
- * The name of blob storage event type to process. Possible values include:
1152
- * 'Microsoft.Storage.BlobCreated', 'Microsoft.Storage.BlobRenamed'
1153
- */
1154
- blobStorageEventType?: BlobStorageEventType;
1155
- /**
1156
- * The provisioned state of the resource. Possible values include: 'Running', 'Creating',
1157
- * 'Deleting', 'Succeeded', 'Failed', 'Moving'
1158
- */
1159
- provisioningState?: ProvisioningState;
1160
- }
1161
- /**
1162
- * The list Kusto data connection validation result.
1163
- */
1164
- export interface DataConnectionValidationListResult {
1165
- /**
1166
- * The list of Kusto data connection validation errors.
1167
- */
1168
- value?: DataConnectionValidationResult[];
1169
- }
1170
- /**
1171
- * The result returned from a cluster check name availability request.
1172
- */
1173
- export interface ClusterCheckNameRequest {
1174
- /**
1175
- * Cluster name.
1176
- */
1177
- name: string;
1178
- }
1179
- /**
1180
- * The result returned from a database check name availability request.
1181
- */
1182
- export interface CheckNameRequest {
1183
- /**
1184
- * Resource name.
1185
- */
1186
- name: string;
1187
- /**
1188
- * The type of resource, for instance Microsoft.Kusto/clusters/databases. Possible values
1189
- * include: 'Microsoft.Kusto/clusters/databases',
1190
- * 'Microsoft.Kusto/clusters/attachedDatabaseConfigurations'
1191
- */
1192
- type: Type;
1193
- }
1194
- /**
1195
- * A principal assignment check name availability request.
1196
- */
1197
- export interface ClusterPrincipalAssignmentCheckNameRequest {
1198
- /**
1199
- * Principal Assignment resource name.
1200
- */
1201
- name: string;
1202
- }
1203
- /**
1204
- * A data connection check name availability request.
1205
- */
1206
- export interface DataConnectionCheckNameRequest {
1207
- /**
1208
- * Data Connection name.
1209
- */
1210
- name: string;
1211
- }
1212
- /**
1213
- * A script name availability request.
1214
- */
1215
- export interface ScriptCheckNameRequest {
1216
- /**
1217
- * Script name.
1218
- */
1219
- name: string;
1220
- }
1221
- /**
1222
- * A principal assignment check name availability request.
1223
- */
1224
- export interface DatabasePrincipalAssignmentCheckNameRequest {
1225
- /**
1226
- * Principal Assignment resource name.
1227
- */
1228
- name: string;
1229
- }
1230
- /**
1231
- * The result returned from a check name availability request.
1232
- */
1233
- export interface CheckNameResult {
1234
- /**
1235
- * Specifies a Boolean value that indicates if the name is available.
1236
- */
1237
- nameAvailable?: boolean;
1238
- /**
1239
- * The name that was checked.
1240
- */
1241
- name?: string;
1242
- /**
1243
- * Message indicating an unavailable name due to a conflict, or a description of the naming rules
1244
- * that are violated.
1245
- */
1246
- message?: string;
1247
- /**
1248
- * Message providing the reason why the given name is invalid. Possible values include:
1249
- * 'Invalid', 'AlreadyExists'
1250
- */
1251
- reason?: Reason;
1252
- }
1253
- /**
1254
- * An interface representing OperationDisplay.
1255
- * @summary The object that describes the operation.
1256
- */
1257
- export interface OperationDisplay {
1258
- /**
1259
- * Friendly name of the resource provider.
1260
- */
1261
- provider?: string;
1262
- /**
1263
- * The operation type. For example: read, write, delete.
1264
- */
1265
- operation?: string;
1266
- /**
1267
- * The resource type on which the operation is performed.
1268
- */
1269
- resource?: string;
1270
- /**
1271
- * The friendly name of the operation.
1272
- */
1273
- description?: string;
1274
- }
1275
- /**
1276
- * An interface representing Operation.
1277
- * @summary A REST API operation
1278
- */
1279
- export interface Operation {
1280
- /**
1281
- * The operation name. This is of the format {provider}/{resource}/{operation}.
1282
- */
1283
- name?: string;
1284
- /**
1285
- * The object that describes the operation.
1286
- */
1287
- display?: OperationDisplay;
1288
- /**
1289
- * The intended executor of the operation.
1290
- */
1291
- origin?: string;
1292
- /**
1293
- * Properties of the operation.
1294
- */
1295
- properties?: any;
1296
- }
1297
- /**
1298
- * Operation Result Entity.
1299
- */
1300
- export interface OperationResult {
1301
- /**
1302
- * ID of the resource.
1303
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1304
- */
1305
- readonly id?: string;
1306
- /**
1307
- * Name of the resource.
1308
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1309
- */
1310
- readonly name?: string;
1311
- /**
1312
- * status of the Operation result. Possible values include: 'Succeeded', 'Canceled', 'Failed',
1313
- * 'Running'
1314
- */
1315
- status?: Status;
1316
- /**
1317
- * The operation start time
1318
- */
1319
- startTime?: Date;
1320
- /**
1321
- * The operation end time
1322
- */
1323
- endTime?: Date;
1324
- /**
1325
- * Percentage completed.
1326
- */
1327
- percentComplete?: number;
1328
- /**
1329
- * The kind of the operation.
1330
- */
1331
- operationKind?: string;
1332
- /**
1333
- * The state of the operation.
1334
- */
1335
- operationState?: string;
1336
- /**
1337
- * The code of the error.
1338
- */
1339
- code?: string;
1340
- /**
1341
- * The error message.
1342
- */
1343
- message?: string;
1344
- }
1345
- /**
1346
- * The resource model definition for an Azure Resource Manager resource with an etag.
1347
- * @summary Entity Resource
1348
- */
1349
- export interface AzureEntityResource extends Resource {
1350
- /**
1351
- * Resource Etag.
1352
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1353
- */
1354
- readonly etag?: string;
1355
- }
1356
- /**
1357
- * Optional Parameters.
1358
- */
1359
- export interface ClustersCreateOrUpdateOptionalParams extends msRest.RequestOptionsBase {
1360
- /**
1361
- * The ETag of the cluster. Omit this value to always overwrite the current cluster. Specify the
1362
- * last-seen ETag value to prevent accidentally overwriting concurrent changes.
1363
- */
1364
- ifMatch?: string;
1365
- /**
1366
- * Set to '*' to allow a new cluster to be created, but to prevent updating an existing cluster.
1367
- * Other values will result in a 412 Pre-condition Failed response.
1368
- */
1369
- ifNoneMatch?: string;
1370
- }
1371
- /**
1372
- * Optional Parameters.
1373
- */
1374
- export interface ClustersUpdateOptionalParams extends msRest.RequestOptionsBase {
1375
- /**
1376
- * The ETag of the cluster. Omit this value to always overwrite the current cluster. Specify the
1377
- * last-seen ETag value to prevent accidentally overwriting concurrent changes.
1378
- */
1379
- ifMatch?: string;
1380
- }
1381
- /**
1382
- * Optional Parameters.
1383
- */
1384
- export interface ClustersBeginCreateOrUpdateOptionalParams extends msRest.RequestOptionsBase {
1385
- /**
1386
- * The ETag of the cluster. Omit this value to always overwrite the current cluster. Specify the
1387
- * last-seen ETag value to prevent accidentally overwriting concurrent changes.
1388
- */
1389
- ifMatch?: string;
1390
- /**
1391
- * Set to '*' to allow a new cluster to be created, but to prevent updating an existing cluster.
1392
- * Other values will result in a 412 Pre-condition Failed response.
1393
- */
1394
- ifNoneMatch?: string;
1395
- }
1396
- /**
1397
- * Optional Parameters.
1398
- */
1399
- export interface ClustersBeginUpdateOptionalParams extends msRest.RequestOptionsBase {
1400
- /**
1401
- * The ETag of the cluster. Omit this value to always overwrite the current cluster. Specify the
1402
- * last-seen ETag value to prevent accidentally overwriting concurrent changes.
1403
- */
1404
- ifMatch?: string;
1405
- }
1406
- /**
1407
- * An interface representing KustoManagementClientOptions.
1408
- */
1409
- export interface KustoManagementClientOptions extends AzureServiceClientOptions {
1410
- baseUri?: string;
1411
- }
1412
- /**
1413
- * @interface
1414
- * The list Kusto database principals operation response.
1415
- * @extends Array<FollowerDatabaseDefinition>
1416
- */
1417
- export interface FollowerDatabaseListResult extends Array<FollowerDatabaseDefinition> {
1418
- }
1419
- /**
1420
- * @interface
1421
- * The list Kusto clusters operation response.
1422
- * @extends Array<Cluster>
1423
- */
1424
- export interface ClusterListResult extends Array<Cluster> {
1425
- }
1426
- /**
1427
- * @interface
1428
- * The list of the EngagementFabric SKU descriptions
1429
- * @extends Array<SkuDescription>
1430
- */
1431
- export interface SkuDescriptionList extends Array<SkuDescription> {
1432
- }
1433
- /**
1434
- * @interface
1435
- * List of available SKUs for a Kusto Cluster.
1436
- * @extends Array<AzureResourceSku>
1437
- */
1438
- export interface ListResourceSkusResult extends Array<AzureResourceSku> {
1439
- }
1440
- /**
1441
- * @interface
1442
- * The list of language extension objects.
1443
- * @extends Array<LanguageExtension>
1444
- */
1445
- export interface LanguageExtensionsList extends Array<LanguageExtension> {
1446
- }
1447
- /**
1448
- * @interface
1449
- * The list Kusto cluster principal assignments operation response.
1450
- * @extends Array<ClusterPrincipalAssignment>
1451
- */
1452
- export interface ClusterPrincipalAssignmentListResult extends Array<ClusterPrincipalAssignment> {
1453
- }
1454
- /**
1455
- * @interface
1456
- * The list Kusto databases operation response.
1457
- * @extends Array<DatabaseUnion>
1458
- */
1459
- export interface DatabaseListResult extends Array<DatabaseUnion> {
1460
- }
1461
- /**
1462
- * @interface
1463
- * The list Kusto database principals operation response.
1464
- * @extends Array<DatabasePrincipal>
1465
- */
1466
- export interface DatabasePrincipalListResult extends Array<DatabasePrincipal> {
1467
- }
1468
- /**
1469
- * @interface
1470
- * The list Kusto database principal assignments operation response.
1471
- * @extends Array<DatabasePrincipalAssignment>
1472
- */
1473
- export interface DatabasePrincipalAssignmentListResult extends Array<DatabasePrincipalAssignment> {
1474
- }
1475
- /**
1476
- * @interface
1477
- * The list Kusto database script operation response.
1478
- * @extends Array<Script>
1479
- */
1480
- export interface ScriptListResult extends Array<Script> {
1481
- }
1482
- /**
1483
- * @interface
1484
- * The list attached database configurations operation response.
1485
- * @extends Array<AttachedDatabaseConfiguration>
1486
- */
1487
- export interface AttachedDatabaseConfigurationListResult extends Array<AttachedDatabaseConfiguration> {
1488
- }
1489
- /**
1490
- * @interface
1491
- * The list Kusto data connections operation response.
1492
- * @extends Array<DataConnectionUnion>
1493
- */
1494
- export interface DataConnectionListResult extends Array<DataConnectionUnion> {
1495
- }
1496
- /**
1497
- * @interface
1498
- * An interface representing the OperationListResult.
1499
- * @summary Result of the request to list REST API operations. It contains a list of operations and
1500
- * a URL nextLink to get the next set of results.
1501
- * @extends Array<Operation>
1502
- */
1503
- export interface OperationListResult extends Array<Operation> {
1504
- nextLink?: string;
1505
- }
1506
- /**
1507
- * Defines values for State.
1508
- * Possible values include: 'Creating', 'Unavailable', 'Running', 'Deleting', 'Deleted',
1509
- * 'Stopping', 'Stopped', 'Starting', 'Updating'
1510
- * @readonly
1511
- * @enum {string}
1512
- */
1513
- export declare type State = "Creating" | "Unavailable" | "Running" | "Deleting" | "Deleted" | "Stopping" | "Stopped" | "Starting" | "Updating";
1514
- /**
1515
- * Defines values for ProvisioningState.
1516
- * Possible values include: 'Running', 'Creating', 'Deleting', 'Succeeded', 'Failed', 'Moving'
1517
- * @readonly
1518
- * @enum {string}
1519
- */
1520
- export declare type ProvisioningState = "Running" | "Creating" | "Deleting" | "Succeeded" | "Failed" | "Moving";
1521
- /**
1522
- * Defines values for LanguageExtensionName.
1523
- * Possible values include: 'PYTHON', 'R'
1524
- * @readonly
1525
- * @enum {string}
1526
- */
1527
- export declare type LanguageExtensionName = "PYTHON" | "R";
1528
- /**
1529
- * Defines values for EngineType.
1530
- * Possible values include: 'V2', 'V3'
1531
- * @readonly
1532
- * @enum {string}
1533
- */
1534
- export declare type EngineType = "V2" | "V3";
1535
- /**
1536
- * Defines values for AzureSkuName.
1537
- * Possible values include: 'Standard_DS13_v2+1TB_PS', 'Standard_DS13_v2+2TB_PS',
1538
- * 'Standard_DS14_v2+3TB_PS', 'Standard_DS14_v2+4TB_PS', 'Standard_D13_v2', 'Standard_D14_v2',
1539
- * 'Standard_L8s', 'Standard_L16s', 'Standard_L8s_v2', 'Standard_L16s_v2', 'Standard_D11_v2',
1540
- * 'Standard_D12_v2', 'Standard_L4s', 'Dev(No SLA)_Standard_D11_v2', 'Standard_E64i_v3',
1541
- * 'Standard_E80ids_v4', 'Standard_E2a_v4', 'Standard_E4a_v4', 'Standard_E8a_v4',
1542
- * 'Standard_E16a_v4', 'Standard_E8as_v4+1TB_PS', 'Standard_E8as_v4+2TB_PS',
1543
- * 'Standard_E16as_v4+3TB_PS', 'Standard_E16as_v4+4TB_PS', 'Dev(No SLA)_Standard_E2a_v4'
1544
- * @readonly
1545
- * @enum {string}
1546
- */
1547
- export declare type AzureSkuName = "Standard_DS13_v2+1TB_PS" | "Standard_DS13_v2+2TB_PS" | "Standard_DS14_v2+3TB_PS" | "Standard_DS14_v2+4TB_PS" | "Standard_D13_v2" | "Standard_D14_v2" | "Standard_L8s" | "Standard_L16s" | "Standard_L8s_v2" | "Standard_L16s_v2" | "Standard_D11_v2" | "Standard_D12_v2" | "Standard_L4s" | "Dev(No SLA)_Standard_D11_v2" | "Standard_E64i_v3" | "Standard_E80ids_v4" | "Standard_E2a_v4" | "Standard_E4a_v4" | "Standard_E8a_v4" | "Standard_E16a_v4" | "Standard_E8as_v4+1TB_PS" | "Standard_E8as_v4+2TB_PS" | "Standard_E16as_v4+3TB_PS" | "Standard_E16as_v4+4TB_PS" | "Dev(No SLA)_Standard_E2a_v4";
1548
- /**
1549
- * Defines values for AzureSkuTier.
1550
- * Possible values include: 'Basic', 'Standard'
1551
- * @readonly
1552
- * @enum {string}
1553
- */
1554
- export declare type AzureSkuTier = "Basic" | "Standard";
1555
- /**
1556
- * Defines values for AzureScaleType.
1557
- * Possible values include: 'automatic', 'manual', 'none'
1558
- * @readonly
1559
- * @enum {string}
1560
- */
1561
- export declare type AzureScaleType = "automatic" | "manual" | "none";
1562
- /**
1563
- * Defines values for DefaultPrincipalsModificationKind.
1564
- * Possible values include: 'Union', 'Replace', 'None'
1565
- * @readonly
1566
- * @enum {string}
1567
- */
1568
- export declare type DefaultPrincipalsModificationKind = "Union" | "Replace" | "None";
1569
- /**
1570
- * Defines values for PrincipalsModificationKind.
1571
- * Possible values include: 'Union', 'Replace', 'None'
1572
- * @readonly
1573
- * @enum {string}
1574
- */
1575
- export declare type PrincipalsModificationKind = "Union" | "Replace" | "None";
1576
- /**
1577
- * Defines values for EventHubDataFormat.
1578
- * Possible values include: 'MULTIJSON', 'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'TXT',
1579
- * 'RAW', 'SINGLEJSON', 'AVRO', 'TSVE', 'PARQUET', 'ORC', 'APACHEAVRO', 'W3CLOGFILE'
1580
- * @readonly
1581
- * @enum {string}
1582
- */
1583
- export declare type EventHubDataFormat = "MULTIJSON" | "JSON" | "CSV" | "TSV" | "SCSV" | "SOHSV" | "PSV" | "TXT" | "RAW" | "SINGLEJSON" | "AVRO" | "TSVE" | "PARQUET" | "ORC" | "APACHEAVRO" | "W3CLOGFILE";
1584
- /**
1585
- * Defines values for Compression.
1586
- * Possible values include: 'None', 'GZip'
1587
- * @readonly
1588
- * @enum {string}
1589
- */
1590
- export declare type Compression = "None" | "GZip";
1591
- /**
1592
- * Defines values for IotHubDataFormat.
1593
- * Possible values include: 'MULTIJSON', 'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'TXT',
1594
- * 'RAW', 'SINGLEJSON', 'AVRO', 'TSVE', 'PARQUET', 'ORC', 'APACHEAVRO', 'W3CLOGFILE'
1595
- * @readonly
1596
- * @enum {string}
1597
- */
1598
- export declare type IotHubDataFormat = "MULTIJSON" | "JSON" | "CSV" | "TSV" | "SCSV" | "SOHSV" | "PSV" | "TXT" | "RAW" | "SINGLEJSON" | "AVRO" | "TSVE" | "PARQUET" | "ORC" | "APACHEAVRO" | "W3CLOGFILE";
1599
- /**
1600
- * Defines values for EventGridDataFormat.
1601
- * Possible values include: 'MULTIJSON', 'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'TXT',
1602
- * 'RAW', 'SINGLEJSON', 'AVRO', 'TSVE', 'PARQUET', 'ORC', 'APACHEAVRO', 'W3CLOGFILE'
1603
- * @readonly
1604
- * @enum {string}
1605
- */
1606
- export declare type EventGridDataFormat = "MULTIJSON" | "JSON" | "CSV" | "TSV" | "SCSV" | "SOHSV" | "PSV" | "TXT" | "RAW" | "SINGLEJSON" | "AVRO" | "TSVE" | "PARQUET" | "ORC" | "APACHEAVRO" | "W3CLOGFILE";
1607
- /**
1608
- * Defines values for BlobStorageEventType.
1609
- * Possible values include: 'Microsoft.Storage.BlobCreated', 'Microsoft.Storage.BlobRenamed'
1610
- * @readonly
1611
- * @enum {string}
1612
- */
1613
- export declare type BlobStorageEventType = "Microsoft.Storage.BlobCreated" | "Microsoft.Storage.BlobRenamed";
1614
- /**
1615
- * Defines values for IdentityType.
1616
- * Possible values include: 'None', 'SystemAssigned', 'UserAssigned', 'SystemAssigned,
1617
- * UserAssigned'
1618
- * @readonly
1619
- * @enum {string}
1620
- */
1621
- export declare type IdentityType = "None" | "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned";
1622
- /**
1623
- * Defines values for DatabasePrincipalRole.
1624
- * Possible values include: 'Admin', 'Ingestor', 'Monitor', 'User', 'UnrestrictedViewer', 'Viewer'
1625
- * @readonly
1626
- * @enum {string}
1627
- */
1628
- export declare type DatabasePrincipalRole = "Admin" | "Ingestor" | "Monitor" | "User" | "UnrestrictedViewer" | "Viewer";
1629
- /**
1630
- * Defines values for DatabasePrincipalType.
1631
- * Possible values include: 'App', 'Group', 'User'
1632
- * @readonly
1633
- * @enum {string}
1634
- */
1635
- export declare type DatabasePrincipalType = "App" | "Group" | "User";
1636
- /**
1637
- * Defines values for PrincipalType.
1638
- * Possible values include: 'App', 'Group', 'User'
1639
- * @readonly
1640
- * @enum {string}
1641
- */
1642
- export declare type PrincipalType = "App" | "Group" | "User";
1643
- /**
1644
- * Defines values for ClusterPrincipalRole.
1645
- * Possible values include: 'AllDatabasesAdmin', 'AllDatabasesViewer'
1646
- * @readonly
1647
- * @enum {string}
1648
- */
1649
- export declare type ClusterPrincipalRole = "AllDatabasesAdmin" | "AllDatabasesViewer";
1650
- /**
1651
- * Defines values for CreatedByType.
1652
- * Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'
1653
- * @readonly
1654
- * @enum {string}
1655
- */
1656
- export declare type CreatedByType = "User" | "Application" | "ManagedIdentity" | "Key";
1657
- /**
1658
- * Defines values for Type.
1659
- * Possible values include: 'Microsoft.Kusto/clusters/databases',
1660
- * 'Microsoft.Kusto/clusters/attachedDatabaseConfigurations'
1661
- * @readonly
1662
- * @enum {string}
1663
- */
1664
- export declare type Type = "Microsoft.Kusto/clusters/databases" | "Microsoft.Kusto/clusters/attachedDatabaseConfigurations";
1665
- /**
1666
- * Defines values for Reason.
1667
- * Possible values include: 'Invalid', 'AlreadyExists'
1668
- * @readonly
1669
- * @enum {string}
1670
- */
1671
- export declare type Reason = "Invalid" | "AlreadyExists";
1672
- /**
1673
- * Defines values for Status.
1674
- * Possible values include: 'Succeeded', 'Canceled', 'Failed', 'Running'
1675
- * @readonly
1676
- * @enum {string}
1677
- */
1678
- export declare type Status = "Succeeded" | "Canceled" | "Failed" | "Running";
1679
- /**
1680
- * Contains response data for the get operation.
1681
- */
1682
- export declare type ClustersGetResponse = Cluster & {
1683
- /**
1684
- * The underlying HTTP response.
1685
- */
1686
- _response: msRest.HttpResponse & {
1687
- /**
1688
- * The response body as text (string format)
1689
- */
1690
- bodyAsText: string;
1691
- /**
1692
- * The response body as parsed JSON or XML
1693
- */
1694
- parsedBody: Cluster;
1695
- };
1696
- };
1697
- /**
1698
- * Contains response data for the createOrUpdate operation.
1699
- */
1700
- export declare type ClustersCreateOrUpdateResponse = Cluster & {
1701
- /**
1702
- * The underlying HTTP response.
1703
- */
1704
- _response: msRest.HttpResponse & {
1705
- /**
1706
- * The response body as text (string format)
1707
- */
1708
- bodyAsText: string;
1709
- /**
1710
- * The response body as parsed JSON or XML
1711
- */
1712
- parsedBody: Cluster;
1713
- };
1714
- };
1715
- /**
1716
- * Contains response data for the update operation.
1717
- */
1718
- export declare type ClustersUpdateResponse = Cluster & {
1719
- /**
1720
- * The underlying HTTP response.
1721
- */
1722
- _response: msRest.HttpResponse & {
1723
- /**
1724
- * The response body as text (string format)
1725
- */
1726
- bodyAsText: string;
1727
- /**
1728
- * The response body as parsed JSON or XML
1729
- */
1730
- parsedBody: Cluster;
1731
- };
1732
- };
1733
- /**
1734
- * Contains response data for the listFollowerDatabases operation.
1735
- */
1736
- export declare type ClustersListFollowerDatabasesResponse = FollowerDatabaseListResult & {
1737
- /**
1738
- * The underlying HTTP response.
1739
- */
1740
- _response: msRest.HttpResponse & {
1741
- /**
1742
- * The response body as text (string format)
1743
- */
1744
- bodyAsText: string;
1745
- /**
1746
- * The response body as parsed JSON or XML
1747
- */
1748
- parsedBody: FollowerDatabaseListResult;
1749
- };
1750
- };
1751
- /**
1752
- * Contains response data for the diagnoseVirtualNetwork operation.
1753
- */
1754
- export declare type ClustersDiagnoseVirtualNetworkResponse = DiagnoseVirtualNetworkResult & {
1755
- /**
1756
- * The underlying HTTP response.
1757
- */
1758
- _response: msRest.HttpResponse & {
1759
- /**
1760
- * The response body as text (string format)
1761
- */
1762
- bodyAsText: string;
1763
- /**
1764
- * The response body as parsed JSON or XML
1765
- */
1766
- parsedBody: DiagnoseVirtualNetworkResult;
1767
- };
1768
- };
1769
- /**
1770
- * Contains response data for the listByResourceGroup operation.
1771
- */
1772
- export declare type ClustersListByResourceGroupResponse = ClusterListResult & {
1773
- /**
1774
- * The underlying HTTP response.
1775
- */
1776
- _response: msRest.HttpResponse & {
1777
- /**
1778
- * The response body as text (string format)
1779
- */
1780
- bodyAsText: string;
1781
- /**
1782
- * The response body as parsed JSON or XML
1783
- */
1784
- parsedBody: ClusterListResult;
1785
- };
1786
- };
1787
- /**
1788
- * Contains response data for the list operation.
1789
- */
1790
- export declare type ClustersListResponse = ClusterListResult & {
1791
- /**
1792
- * The underlying HTTP response.
1793
- */
1794
- _response: msRest.HttpResponse & {
1795
- /**
1796
- * The response body as text (string format)
1797
- */
1798
- bodyAsText: string;
1799
- /**
1800
- * The response body as parsed JSON or XML
1801
- */
1802
- parsedBody: ClusterListResult;
1803
- };
1804
- };
1805
- /**
1806
- * Contains response data for the listSkus operation.
1807
- */
1808
- export declare type ClustersListSkusResponse = SkuDescriptionList & {
1809
- /**
1810
- * The underlying HTTP response.
1811
- */
1812
- _response: msRest.HttpResponse & {
1813
- /**
1814
- * The response body as text (string format)
1815
- */
1816
- bodyAsText: string;
1817
- /**
1818
- * The response body as parsed JSON or XML
1819
- */
1820
- parsedBody: SkuDescriptionList;
1821
- };
1822
- };
1823
- /**
1824
- * Contains response data for the checkNameAvailability operation.
1825
- */
1826
- export declare type ClustersCheckNameAvailabilityResponse = CheckNameResult & {
1827
- /**
1828
- * The underlying HTTP response.
1829
- */
1830
- _response: msRest.HttpResponse & {
1831
- /**
1832
- * The response body as text (string format)
1833
- */
1834
- bodyAsText: string;
1835
- /**
1836
- * The response body as parsed JSON or XML
1837
- */
1838
- parsedBody: CheckNameResult;
1839
- };
1840
- };
1841
- /**
1842
- * Contains response data for the listSkusByResource operation.
1843
- */
1844
- export declare type ClustersListSkusByResourceResponse = ListResourceSkusResult & {
1845
- /**
1846
- * The underlying HTTP response.
1847
- */
1848
- _response: msRest.HttpResponse & {
1849
- /**
1850
- * The response body as text (string format)
1851
- */
1852
- bodyAsText: string;
1853
- /**
1854
- * The response body as parsed JSON or XML
1855
- */
1856
- parsedBody: ListResourceSkusResult;
1857
- };
1858
- };
1859
- /**
1860
- * Contains response data for the listLanguageExtensions operation.
1861
- */
1862
- export declare type ClustersListLanguageExtensionsResponse = LanguageExtensionsList & {
1863
- /**
1864
- * The underlying HTTP response.
1865
- */
1866
- _response: msRest.HttpResponse & {
1867
- /**
1868
- * The response body as text (string format)
1869
- */
1870
- bodyAsText: string;
1871
- /**
1872
- * The response body as parsed JSON or XML
1873
- */
1874
- parsedBody: LanguageExtensionsList;
1875
- };
1876
- };
1877
- /**
1878
- * Contains response data for the beginCreateOrUpdate operation.
1879
- */
1880
- export declare type ClustersBeginCreateOrUpdateResponse = Cluster & {
1881
- /**
1882
- * The underlying HTTP response.
1883
- */
1884
- _response: msRest.HttpResponse & {
1885
- /**
1886
- * The response body as text (string format)
1887
- */
1888
- bodyAsText: string;
1889
- /**
1890
- * The response body as parsed JSON or XML
1891
- */
1892
- parsedBody: Cluster;
1893
- };
1894
- };
1895
- /**
1896
- * Contains response data for the beginUpdate operation.
1897
- */
1898
- export declare type ClustersBeginUpdateResponse = Cluster & {
1899
- /**
1900
- * The underlying HTTP response.
1901
- */
1902
- _response: msRest.HttpResponse & {
1903
- /**
1904
- * The response body as text (string format)
1905
- */
1906
- bodyAsText: string;
1907
- /**
1908
- * The response body as parsed JSON or XML
1909
- */
1910
- parsedBody: Cluster;
1911
- };
1912
- };
1913
- /**
1914
- * Contains response data for the beginDiagnoseVirtualNetwork operation.
1915
- */
1916
- export declare type ClustersBeginDiagnoseVirtualNetworkResponse = DiagnoseVirtualNetworkResult & {
1917
- /**
1918
- * The underlying HTTP response.
1919
- */
1920
- _response: msRest.HttpResponse & {
1921
- /**
1922
- * The response body as text (string format)
1923
- */
1924
- bodyAsText: string;
1925
- /**
1926
- * The response body as parsed JSON or XML
1927
- */
1928
- parsedBody: DiagnoseVirtualNetworkResult;
1929
- };
1930
- };
1931
- /**
1932
- * Contains response data for the checkNameAvailability operation.
1933
- */
1934
- export declare type ClusterPrincipalAssignmentsCheckNameAvailabilityResponse = CheckNameResult & {
1935
- /**
1936
- * The underlying HTTP response.
1937
- */
1938
- _response: msRest.HttpResponse & {
1939
- /**
1940
- * The response body as text (string format)
1941
- */
1942
- bodyAsText: string;
1943
- /**
1944
- * The response body as parsed JSON or XML
1945
- */
1946
- parsedBody: CheckNameResult;
1947
- };
1948
- };
1949
- /**
1950
- * Contains response data for the get operation.
1951
- */
1952
- export declare type ClusterPrincipalAssignmentsGetResponse = ClusterPrincipalAssignment & {
1953
- /**
1954
- * The underlying HTTP response.
1955
- */
1956
- _response: msRest.HttpResponse & {
1957
- /**
1958
- * The response body as text (string format)
1959
- */
1960
- bodyAsText: string;
1961
- /**
1962
- * The response body as parsed JSON or XML
1963
- */
1964
- parsedBody: ClusterPrincipalAssignment;
1965
- };
1966
- };
1967
- /**
1968
- * Contains response data for the createOrUpdate operation.
1969
- */
1970
- export declare type ClusterPrincipalAssignmentsCreateOrUpdateResponse = ClusterPrincipalAssignment & {
1971
- /**
1972
- * The underlying HTTP response.
1973
- */
1974
- _response: msRest.HttpResponse & {
1975
- /**
1976
- * The response body as text (string format)
1977
- */
1978
- bodyAsText: string;
1979
- /**
1980
- * The response body as parsed JSON or XML
1981
- */
1982
- parsedBody: ClusterPrincipalAssignment;
1983
- };
1984
- };
1985
- /**
1986
- * Contains response data for the list operation.
1987
- */
1988
- export declare type ClusterPrincipalAssignmentsListResponse = ClusterPrincipalAssignmentListResult & {
1989
- /**
1990
- * The underlying HTTP response.
1991
- */
1992
- _response: msRest.HttpResponse & {
1993
- /**
1994
- * The response body as text (string format)
1995
- */
1996
- bodyAsText: string;
1997
- /**
1998
- * The response body as parsed JSON or XML
1999
- */
2000
- parsedBody: ClusterPrincipalAssignmentListResult;
2001
- };
2002
- };
2003
- /**
2004
- * Contains response data for the beginCreateOrUpdate operation.
2005
- */
2006
- export declare type ClusterPrincipalAssignmentsBeginCreateOrUpdateResponse = ClusterPrincipalAssignment & {
2007
- /**
2008
- * The underlying HTTP response.
2009
- */
2010
- _response: msRest.HttpResponse & {
2011
- /**
2012
- * The response body as text (string format)
2013
- */
2014
- bodyAsText: string;
2015
- /**
2016
- * The response body as parsed JSON or XML
2017
- */
2018
- parsedBody: ClusterPrincipalAssignment;
2019
- };
2020
- };
2021
- /**
2022
- * Contains response data for the checkNameAvailability operation.
2023
- */
2024
- export declare type DatabasesCheckNameAvailabilityResponse = CheckNameResult & {
2025
- /**
2026
- * The underlying HTTP response.
2027
- */
2028
- _response: msRest.HttpResponse & {
2029
- /**
2030
- * The response body as text (string format)
2031
- */
2032
- bodyAsText: string;
2033
- /**
2034
- * The response body as parsed JSON or XML
2035
- */
2036
- parsedBody: CheckNameResult;
2037
- };
2038
- };
2039
- /**
2040
- * Contains response data for the listByCluster operation.
2041
- */
2042
- export declare type DatabasesListByClusterResponse = DatabaseListResult & {
2043
- /**
2044
- * The underlying HTTP response.
2045
- */
2046
- _response: msRest.HttpResponse & {
2047
- /**
2048
- * The response body as text (string format)
2049
- */
2050
- bodyAsText: string;
2051
- /**
2052
- * The response body as parsed JSON or XML
2053
- */
2054
- parsedBody: DatabaseListResult;
2055
- };
2056
- };
2057
- /**
2058
- * Contains response data for the get operation.
2059
- */
2060
- export declare type DatabasesGetResponse = DatabaseUnion & {
2061
- /**
2062
- * The underlying HTTP response.
2063
- */
2064
- _response: msRest.HttpResponse & {
2065
- /**
2066
- * The response body as text (string format)
2067
- */
2068
- bodyAsText: string;
2069
- /**
2070
- * The response body as parsed JSON or XML
2071
- */
2072
- parsedBody: DatabaseUnion;
2073
- };
2074
- };
2075
- /**
2076
- * Contains response data for the createOrUpdate operation.
2077
- */
2078
- export declare type DatabasesCreateOrUpdateResponse = DatabaseUnion & {
2079
- /**
2080
- * The underlying HTTP response.
2081
- */
2082
- _response: msRest.HttpResponse & {
2083
- /**
2084
- * The response body as text (string format)
2085
- */
2086
- bodyAsText: string;
2087
- /**
2088
- * The response body as parsed JSON or XML
2089
- */
2090
- parsedBody: DatabaseUnion;
2091
- };
2092
- };
2093
- /**
2094
- * Contains response data for the update operation.
2095
- */
2096
- export declare type DatabasesUpdateResponse = DatabaseUnion & {
2097
- /**
2098
- * The underlying HTTP response.
2099
- */
2100
- _response: msRest.HttpResponse & {
2101
- /**
2102
- * The response body as text (string format)
2103
- */
2104
- bodyAsText: string;
2105
- /**
2106
- * The response body as parsed JSON or XML
2107
- */
2108
- parsedBody: DatabaseUnion;
2109
- };
2110
- };
2111
- /**
2112
- * Contains response data for the listPrincipals operation.
2113
- */
2114
- export declare type DatabasesListPrincipalsResponse = DatabasePrincipalListResult & {
2115
- /**
2116
- * The underlying HTTP response.
2117
- */
2118
- _response: msRest.HttpResponse & {
2119
- /**
2120
- * The response body as text (string format)
2121
- */
2122
- bodyAsText: string;
2123
- /**
2124
- * The response body as parsed JSON or XML
2125
- */
2126
- parsedBody: DatabasePrincipalListResult;
2127
- };
2128
- };
2129
- /**
2130
- * Contains response data for the addPrincipals operation.
2131
- */
2132
- export declare type DatabasesAddPrincipalsResponse = DatabasePrincipalListResult & {
2133
- /**
2134
- * The underlying HTTP response.
2135
- */
2136
- _response: msRest.HttpResponse & {
2137
- /**
2138
- * The response body as text (string format)
2139
- */
2140
- bodyAsText: string;
2141
- /**
2142
- * The response body as parsed JSON or XML
2143
- */
2144
- parsedBody: DatabasePrincipalListResult;
2145
- };
2146
- };
2147
- /**
2148
- * Contains response data for the removePrincipals operation.
2149
- */
2150
- export declare type DatabasesRemovePrincipalsResponse = DatabasePrincipalListResult & {
2151
- /**
2152
- * The underlying HTTP response.
2153
- */
2154
- _response: msRest.HttpResponse & {
2155
- /**
2156
- * The response body as text (string format)
2157
- */
2158
- bodyAsText: string;
2159
- /**
2160
- * The response body as parsed JSON or XML
2161
- */
2162
- parsedBody: DatabasePrincipalListResult;
2163
- };
2164
- };
2165
- /**
2166
- * Contains response data for the beginCreateOrUpdate operation.
2167
- */
2168
- export declare type DatabasesBeginCreateOrUpdateResponse = DatabaseUnion & {
2169
- /**
2170
- * The underlying HTTP response.
2171
- */
2172
- _response: msRest.HttpResponse & {
2173
- /**
2174
- * The response body as text (string format)
2175
- */
2176
- bodyAsText: string;
2177
- /**
2178
- * The response body as parsed JSON or XML
2179
- */
2180
- parsedBody: DatabaseUnion;
2181
- };
2182
- };
2183
- /**
2184
- * Contains response data for the beginUpdate operation.
2185
- */
2186
- export declare type DatabasesBeginUpdateResponse = DatabaseUnion & {
2187
- /**
2188
- * The underlying HTTP response.
2189
- */
2190
- _response: msRest.HttpResponse & {
2191
- /**
2192
- * The response body as text (string format)
2193
- */
2194
- bodyAsText: string;
2195
- /**
2196
- * The response body as parsed JSON or XML
2197
- */
2198
- parsedBody: DatabaseUnion;
2199
- };
2200
- };
2201
- /**
2202
- * Contains response data for the checkNameAvailability operation.
2203
- */
2204
- export declare type DatabasePrincipalAssignmentsCheckNameAvailabilityResponse = CheckNameResult & {
2205
- /**
2206
- * The underlying HTTP response.
2207
- */
2208
- _response: msRest.HttpResponse & {
2209
- /**
2210
- * The response body as text (string format)
2211
- */
2212
- bodyAsText: string;
2213
- /**
2214
- * The response body as parsed JSON or XML
2215
- */
2216
- parsedBody: CheckNameResult;
2217
- };
2218
- };
2219
- /**
2220
- * Contains response data for the get operation.
2221
- */
2222
- export declare type DatabasePrincipalAssignmentsGetResponse = DatabasePrincipalAssignment & {
2223
- /**
2224
- * The underlying HTTP response.
2225
- */
2226
- _response: msRest.HttpResponse & {
2227
- /**
2228
- * The response body as text (string format)
2229
- */
2230
- bodyAsText: string;
2231
- /**
2232
- * The response body as parsed JSON or XML
2233
- */
2234
- parsedBody: DatabasePrincipalAssignment;
2235
- };
2236
- };
2237
- /**
2238
- * Contains response data for the createOrUpdate operation.
2239
- */
2240
- export declare type DatabasePrincipalAssignmentsCreateOrUpdateResponse = DatabasePrincipalAssignment & {
2241
- /**
2242
- * The underlying HTTP response.
2243
- */
2244
- _response: msRest.HttpResponse & {
2245
- /**
2246
- * The response body as text (string format)
2247
- */
2248
- bodyAsText: string;
2249
- /**
2250
- * The response body as parsed JSON or XML
2251
- */
2252
- parsedBody: DatabasePrincipalAssignment;
2253
- };
2254
- };
2255
- /**
2256
- * Contains response data for the list operation.
2257
- */
2258
- export declare type DatabasePrincipalAssignmentsListResponse = DatabasePrincipalAssignmentListResult & {
2259
- /**
2260
- * The underlying HTTP response.
2261
- */
2262
- _response: msRest.HttpResponse & {
2263
- /**
2264
- * The response body as text (string format)
2265
- */
2266
- bodyAsText: string;
2267
- /**
2268
- * The response body as parsed JSON or XML
2269
- */
2270
- parsedBody: DatabasePrincipalAssignmentListResult;
2271
- };
2272
- };
2273
- /**
2274
- * Contains response data for the beginCreateOrUpdate operation.
2275
- */
2276
- export declare type DatabasePrincipalAssignmentsBeginCreateOrUpdateResponse = DatabasePrincipalAssignment & {
2277
- /**
2278
- * The underlying HTTP response.
2279
- */
2280
- _response: msRest.HttpResponse & {
2281
- /**
2282
- * The response body as text (string format)
2283
- */
2284
- bodyAsText: string;
2285
- /**
2286
- * The response body as parsed JSON or XML
2287
- */
2288
- parsedBody: DatabasePrincipalAssignment;
2289
- };
2290
- };
2291
- /**
2292
- * Contains response data for the listByDatabase operation.
2293
- */
2294
- export declare type ScriptsListByDatabaseResponse = ScriptListResult & {
2295
- /**
2296
- * The underlying HTTP response.
2297
- */
2298
- _response: msRest.HttpResponse & {
2299
- /**
2300
- * The response body as text (string format)
2301
- */
2302
- bodyAsText: string;
2303
- /**
2304
- * The response body as parsed JSON or XML
2305
- */
2306
- parsedBody: ScriptListResult;
2307
- };
2308
- };
2309
- /**
2310
- * Contains response data for the get operation.
2311
- */
2312
- export declare type ScriptsGetResponse = Script & {
2313
- /**
2314
- * The underlying HTTP response.
2315
- */
2316
- _response: msRest.HttpResponse & {
2317
- /**
2318
- * The response body as text (string format)
2319
- */
2320
- bodyAsText: string;
2321
- /**
2322
- * The response body as parsed JSON or XML
2323
- */
2324
- parsedBody: Script;
2325
- };
2326
- };
2327
- /**
2328
- * Contains response data for the createOrUpdate operation.
2329
- */
2330
- export declare type ScriptsCreateOrUpdateResponse = Script & {
2331
- /**
2332
- * The underlying HTTP response.
2333
- */
2334
- _response: msRest.HttpResponse & {
2335
- /**
2336
- * The response body as text (string format)
2337
- */
2338
- bodyAsText: string;
2339
- /**
2340
- * The response body as parsed JSON or XML
2341
- */
2342
- parsedBody: Script;
2343
- };
2344
- };
2345
- /**
2346
- * Contains response data for the update operation.
2347
- */
2348
- export declare type ScriptsUpdateResponse = Script & {
2349
- /**
2350
- * The underlying HTTP response.
2351
- */
2352
- _response: msRest.HttpResponse & {
2353
- /**
2354
- * The response body as text (string format)
2355
- */
2356
- bodyAsText: string;
2357
- /**
2358
- * The response body as parsed JSON or XML
2359
- */
2360
- parsedBody: Script;
2361
- };
2362
- };
2363
- /**
2364
- * Contains response data for the checkNameAvailability operation.
2365
- */
2366
- export declare type ScriptsCheckNameAvailabilityResponse = CheckNameResult & {
2367
- /**
2368
- * The underlying HTTP response.
2369
- */
2370
- _response: msRest.HttpResponse & {
2371
- /**
2372
- * The response body as text (string format)
2373
- */
2374
- bodyAsText: string;
2375
- /**
2376
- * The response body as parsed JSON or XML
2377
- */
2378
- parsedBody: CheckNameResult;
2379
- };
2380
- };
2381
- /**
2382
- * Contains response data for the beginCreateOrUpdate operation.
2383
- */
2384
- export declare type ScriptsBeginCreateOrUpdateResponse = Script & {
2385
- /**
2386
- * The underlying HTTP response.
2387
- */
2388
- _response: msRest.HttpResponse & {
2389
- /**
2390
- * The response body as text (string format)
2391
- */
2392
- bodyAsText: string;
2393
- /**
2394
- * The response body as parsed JSON or XML
2395
- */
2396
- parsedBody: Script;
2397
- };
2398
- };
2399
- /**
2400
- * Contains response data for the beginUpdate operation.
2401
- */
2402
- export declare type ScriptsBeginUpdateResponse = Script & {
2403
- /**
2404
- * The underlying HTTP response.
2405
- */
2406
- _response: msRest.HttpResponse & {
2407
- /**
2408
- * The response body as text (string format)
2409
- */
2410
- bodyAsText: string;
2411
- /**
2412
- * The response body as parsed JSON or XML
2413
- */
2414
- parsedBody: Script;
2415
- };
2416
- };
2417
- /**
2418
- * Contains response data for the listByCluster operation.
2419
- */
2420
- export declare type AttachedDatabaseConfigurationsListByClusterResponse = AttachedDatabaseConfigurationListResult & {
2421
- /**
2422
- * The underlying HTTP response.
2423
- */
2424
- _response: msRest.HttpResponse & {
2425
- /**
2426
- * The response body as text (string format)
2427
- */
2428
- bodyAsText: string;
2429
- /**
2430
- * The response body as parsed JSON or XML
2431
- */
2432
- parsedBody: AttachedDatabaseConfigurationListResult;
2433
- };
2434
- };
2435
- /**
2436
- * Contains response data for the get operation.
2437
- */
2438
- export declare type AttachedDatabaseConfigurationsGetResponse = AttachedDatabaseConfiguration & {
2439
- /**
2440
- * The underlying HTTP response.
2441
- */
2442
- _response: msRest.HttpResponse & {
2443
- /**
2444
- * The response body as text (string format)
2445
- */
2446
- bodyAsText: string;
2447
- /**
2448
- * The response body as parsed JSON or XML
2449
- */
2450
- parsedBody: AttachedDatabaseConfiguration;
2451
- };
2452
- };
2453
- /**
2454
- * Contains response data for the createOrUpdate operation.
2455
- */
2456
- export declare type AttachedDatabaseConfigurationsCreateOrUpdateResponse = AttachedDatabaseConfiguration & {
2457
- /**
2458
- * The underlying HTTP response.
2459
- */
2460
- _response: msRest.HttpResponse & {
2461
- /**
2462
- * The response body as text (string format)
2463
- */
2464
- bodyAsText: string;
2465
- /**
2466
- * The response body as parsed JSON or XML
2467
- */
2468
- parsedBody: AttachedDatabaseConfiguration;
2469
- };
2470
- };
2471
- /**
2472
- * Contains response data for the beginCreateOrUpdate operation.
2473
- */
2474
- export declare type AttachedDatabaseConfigurationsBeginCreateOrUpdateResponse = AttachedDatabaseConfiguration & {
2475
- /**
2476
- * The underlying HTTP response.
2477
- */
2478
- _response: msRest.HttpResponse & {
2479
- /**
2480
- * The response body as text (string format)
2481
- */
2482
- bodyAsText: string;
2483
- /**
2484
- * The response body as parsed JSON or XML
2485
- */
2486
- parsedBody: AttachedDatabaseConfiguration;
2487
- };
2488
- };
2489
- /**
2490
- * Contains response data for the listByDatabase operation.
2491
- */
2492
- export declare type DataConnectionsListByDatabaseResponse = DataConnectionListResult & {
2493
- /**
2494
- * The underlying HTTP response.
2495
- */
2496
- _response: msRest.HttpResponse & {
2497
- /**
2498
- * The response body as text (string format)
2499
- */
2500
- bodyAsText: string;
2501
- /**
2502
- * The response body as parsed JSON or XML
2503
- */
2504
- parsedBody: DataConnectionListResult;
2505
- };
2506
- };
2507
- /**
2508
- * Contains response data for the dataConnectionValidationMethod operation.
2509
- */
2510
- export declare type DataConnectionsDataConnectionValidationMethodResponse = DataConnectionValidationListResult & {
2511
- /**
2512
- * The underlying HTTP response.
2513
- */
2514
- _response: msRest.HttpResponse & {
2515
- /**
2516
- * The response body as text (string format)
2517
- */
2518
- bodyAsText: string;
2519
- /**
2520
- * The response body as parsed JSON or XML
2521
- */
2522
- parsedBody: DataConnectionValidationListResult;
2523
- };
2524
- };
2525
- /**
2526
- * Contains response data for the checkNameAvailability operation.
2527
- */
2528
- export declare type DataConnectionsCheckNameAvailabilityResponse = CheckNameResult & {
2529
- /**
2530
- * The underlying HTTP response.
2531
- */
2532
- _response: msRest.HttpResponse & {
2533
- /**
2534
- * The response body as text (string format)
2535
- */
2536
- bodyAsText: string;
2537
- /**
2538
- * The response body as parsed JSON or XML
2539
- */
2540
- parsedBody: CheckNameResult;
2541
- };
2542
- };
2543
- /**
2544
- * Contains response data for the get operation.
2545
- */
2546
- export declare type DataConnectionsGetResponse = DataConnectionUnion & {
2547
- /**
2548
- * The underlying HTTP response.
2549
- */
2550
- _response: msRest.HttpResponse & {
2551
- /**
2552
- * The response body as text (string format)
2553
- */
2554
- bodyAsText: string;
2555
- /**
2556
- * The response body as parsed JSON or XML
2557
- */
2558
- parsedBody: DataConnectionUnion;
2559
- };
2560
- };
2561
- /**
2562
- * Contains response data for the createOrUpdate operation.
2563
- */
2564
- export declare type DataConnectionsCreateOrUpdateResponse = DataConnectionUnion & {
2565
- /**
2566
- * The underlying HTTP response.
2567
- */
2568
- _response: msRest.HttpResponse & {
2569
- /**
2570
- * The response body as text (string format)
2571
- */
2572
- bodyAsText: string;
2573
- /**
2574
- * The response body as parsed JSON or XML
2575
- */
2576
- parsedBody: DataConnectionUnion;
2577
- };
2578
- };
2579
- /**
2580
- * Contains response data for the update operation.
2581
- */
2582
- export declare type DataConnectionsUpdateResponse = DataConnectionUnion & {
2583
- /**
2584
- * The underlying HTTP response.
2585
- */
2586
- _response: msRest.HttpResponse & {
2587
- /**
2588
- * The response body as text (string format)
2589
- */
2590
- bodyAsText: string;
2591
- /**
2592
- * The response body as parsed JSON or XML
2593
- */
2594
- parsedBody: DataConnectionUnion;
2595
- };
2596
- };
2597
- /**
2598
- * Contains response data for the beginDataConnectionValidationMethod operation.
2599
- */
2600
- export declare type DataConnectionsBeginDataConnectionValidationMethodResponse = DataConnectionValidationListResult & {
2601
- /**
2602
- * The underlying HTTP response.
2603
- */
2604
- _response: msRest.HttpResponse & {
2605
- /**
2606
- * The response body as text (string format)
2607
- */
2608
- bodyAsText: string;
2609
- /**
2610
- * The response body as parsed JSON or XML
2611
- */
2612
- parsedBody: DataConnectionValidationListResult;
2613
- };
2614
- };
2615
- /**
2616
- * Contains response data for the beginCreateOrUpdate operation.
2617
- */
2618
- export declare type DataConnectionsBeginCreateOrUpdateResponse = DataConnectionUnion & {
2619
- /**
2620
- * The underlying HTTP response.
2621
- */
2622
- _response: msRest.HttpResponse & {
2623
- /**
2624
- * The response body as text (string format)
2625
- */
2626
- bodyAsText: string;
2627
- /**
2628
- * The response body as parsed JSON or XML
2629
- */
2630
- parsedBody: DataConnectionUnion;
2631
- };
2632
- };
2633
- /**
2634
- * Contains response data for the beginUpdate operation.
2635
- */
2636
- export declare type DataConnectionsBeginUpdateResponse = DataConnectionUnion & {
2637
- /**
2638
- * The underlying HTTP response.
2639
- */
2640
- _response: msRest.HttpResponse & {
2641
- /**
2642
- * The response body as text (string format)
2643
- */
2644
- bodyAsText: string;
2645
- /**
2646
- * The response body as parsed JSON or XML
2647
- */
2648
- parsedBody: DataConnectionUnion;
2649
- };
2650
- };
2651
- /**
2652
- * Contains response data for the list operation.
2653
- */
2654
- export declare type OperationsListResponse = OperationListResult & {
2655
- /**
2656
- * The underlying HTTP response.
2657
- */
2658
- _response: msRest.HttpResponse & {
2659
- /**
2660
- * The response body as text (string format)
2661
- */
2662
- bodyAsText: string;
2663
- /**
2664
- * The response body as parsed JSON or XML
2665
- */
2666
- parsedBody: OperationListResult;
2667
- };
2668
- };
2669
- /**
2670
- * Contains response data for the listNext operation.
2671
- */
2672
- export declare type OperationsListNextResponse = OperationListResult & {
2673
- /**
2674
- * The underlying HTTP response.
2675
- */
2676
- _response: msRest.HttpResponse & {
2677
- /**
2678
- * The response body as text (string format)
2679
- */
2680
- bodyAsText: string;
2681
- /**
2682
- * The response body as parsed JSON or XML
2683
- */
2684
- parsedBody: OperationListResult;
2685
- };
2686
- };
2687
- /**
2688
- * Contains response data for the get operation.
2689
- */
2690
- export declare type OperationsResultsGetResponse = OperationResult & {
2691
- /**
2692
- * The underlying HTTP response.
2693
- */
2694
- _response: msRest.HttpResponse & {
2695
- /**
2696
- * The response body as text (string format)
2697
- */
2698
- bodyAsText: string;
2699
- /**
2700
- * The response body as parsed JSON or XML
2701
- */
2702
- parsedBody: OperationResult;
2703
- };
2704
- };
2705
- //# sourceMappingURL=index.d.ts.map