@distilled.cloud/azure 0.8.0 → 0.10.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 (151) hide show
  1. package/lib/credentials.d.ts +2 -2
  2. package/lib/credentials.d.ts.map +1 -1
  3. package/lib/credentials.js +2 -2
  4. package/lib/credentials.js.map +1 -1
  5. package/lib/errors.d.ts +24 -24
  6. package/lib/retry.d.ts +2 -2
  7. package/lib/retry.d.ts.map +1 -1
  8. package/lib/retry.js +2 -2
  9. package/lib/retry.js.map +1 -1
  10. package/lib/services/app.d.ts +551 -0
  11. package/lib/services/app.d.ts.map +1 -1
  12. package/lib/services/app.js +788 -0
  13. package/lib/services/app.js.map +1 -1
  14. package/lib/services/applicationinsights.d.ts +56 -85
  15. package/lib/services/applicationinsights.d.ts.map +1 -1
  16. package/lib/services/applicationinsights.js +56 -120
  17. package/lib/services/applicationinsights.js.map +1 -1
  18. package/lib/services/authorization.d.ts +61 -243
  19. package/lib/services/authorization.d.ts.map +1 -1
  20. package/lib/services/authorization.js +61 -303
  21. package/lib/services/authorization.js.map +1 -1
  22. package/lib/services/automation.d.ts +764 -1010
  23. package/lib/services/automation.d.ts.map +1 -1
  24. package/lib/services/automation.js +764 -1070
  25. package/lib/services/automation.js.map +1 -1
  26. package/lib/services/azure-kusto.d.ts +440 -166
  27. package/lib/services/azure-kusto.d.ts.map +1 -1
  28. package/lib/services/azure-kusto.js +440 -166
  29. package/lib/services/azure-kusto.js.map +1 -1
  30. package/lib/services/batch.d.ts +1 -1
  31. package/lib/services/batch.js +1 -1
  32. package/lib/services/batch.js.map +1 -1
  33. package/lib/services/cognitiveservices.d.ts +2 -0
  34. package/lib/services/cognitiveservices.d.ts.map +1 -1
  35. package/lib/services/cognitiveservices.js +3 -1
  36. package/lib/services/cognitiveservices.js.map +1 -1
  37. package/lib/services/computelimit.d.ts +188 -0
  38. package/lib/services/computelimit.d.ts.map +1 -1
  39. package/lib/services/computelimit.js +236 -0
  40. package/lib/services/computelimit.js.map +1 -1
  41. package/lib/services/containerinstance.d.ts +210 -1291
  42. package/lib/services/containerinstance.d.ts.map +1 -1
  43. package/lib/services/containerinstance.js +250 -1355
  44. package/lib/services/containerinstance.js.map +1 -1
  45. package/lib/services/databricks.d.ts +111 -187
  46. package/lib/services/databricks.d.ts.map +1 -1
  47. package/lib/services/databricks.js +111 -220
  48. package/lib/services/databricks.js.map +1 -1
  49. package/lib/services/desktopvirtualization.d.ts +51 -575
  50. package/lib/services/desktopvirtualization.d.ts.map +1 -1
  51. package/lib/services/desktopvirtualization.js +56 -590
  52. package/lib/services/desktopvirtualization.js.map +1 -1
  53. package/lib/services/imagebuilder.d.ts +129 -15
  54. package/lib/services/imagebuilder.d.ts.map +1 -1
  55. package/lib/services/imagebuilder.js +129 -15
  56. package/lib/services/imagebuilder.js.map +1 -1
  57. package/lib/services/index.d.ts +2 -0
  58. package/lib/services/index.d.ts.map +1 -1
  59. package/lib/services/index.js +2 -0
  60. package/lib/services/index.js.map +1 -1
  61. package/lib/services/managednetworkfabric.d.ts +4283 -693
  62. package/lib/services/managednetworkfabric.d.ts.map +1 -1
  63. package/lib/services/managednetworkfabric.js +4833 -828
  64. package/lib/services/managednetworkfabric.js.map +1 -1
  65. package/lib/services/monitor.d.ts +81 -73
  66. package/lib/services/monitor.d.ts.map +1 -1
  67. package/lib/services/monitor.js +91 -88
  68. package/lib/services/monitor.js.map +1 -1
  69. package/lib/services/monitoringservice.d.ts +149 -0
  70. package/lib/services/monitoringservice.d.ts.map +1 -0
  71. package/lib/services/monitoringservice.js +216 -0
  72. package/lib/services/monitoringservice.js.map +1 -0
  73. package/lib/services/network.d.ts +4513 -3857
  74. package/lib/services/network.d.ts.map +1 -1
  75. package/lib/services/network.js +4544 -4056
  76. package/lib/services/network.js.map +1 -1
  77. package/lib/services/orbitalplanetarycomputer.d.ts +131 -0
  78. package/lib/services/orbitalplanetarycomputer.d.ts.map +1 -0
  79. package/lib/services/orbitalplanetarycomputer.js +183 -0
  80. package/lib/services/orbitalplanetarycomputer.js.map +1 -0
  81. package/lib/services/recoveryservicesbackup.d.ts +24 -312
  82. package/lib/services/recoveryservicesbackup.d.ts.map +1 -1
  83. package/lib/services/recoveryservicesbackup.js +24 -312
  84. package/lib/services/recoveryservicesbackup.js.map +1 -1
  85. package/lib/services/redhatopenshift.d.ts +9 -11
  86. package/lib/services/redhatopenshift.d.ts.map +1 -1
  87. package/lib/services/redhatopenshift.js +9 -11
  88. package/lib/services/redhatopenshift.js.map +1 -1
  89. package/lib/services/reservations.d.ts +159 -239
  90. package/lib/services/reservations.d.ts.map +1 -1
  91. package/lib/services/reservations.js +159 -369
  92. package/lib/services/reservations.js.map +1 -1
  93. package/lib/services/resourcegraph.d.ts +64 -30
  94. package/lib/services/resourcegraph.d.ts.map +1 -1
  95. package/lib/services/resourcegraph.js +74 -30
  96. package/lib/services/resourcegraph.js.map +1 -1
  97. package/lib/services/resources.d.ts +549 -3331
  98. package/lib/services/resources.d.ts.map +1 -1
  99. package/lib/services/resources.js +1029 -4846
  100. package/lib/services/resources.js.map +1 -1
  101. package/lib/services/search.d.ts +9 -2
  102. package/lib/services/search.d.ts.map +1 -1
  103. package/lib/services/search.js +9 -2
  104. package/lib/services/search.js.map +1 -1
  105. package/lib/services/sql.d.ts +4008 -2495
  106. package/lib/services/sql.d.ts.map +1 -1
  107. package/lib/services/sql.js +4208 -2521
  108. package/lib/services/sql.js.map +1 -1
  109. package/lib/services/storage.d.ts +4 -20
  110. package/lib/services/storage.d.ts.map +1 -1
  111. package/lib/services/storage.js +4 -20
  112. package/lib/services/storage.js.map +1 -1
  113. package/lib/services/storageactions.d.ts +18 -0
  114. package/lib/services/storageactions.d.ts.map +1 -1
  115. package/lib/services/storageactions.js +28 -0
  116. package/lib/services/storageactions.js.map +1 -1
  117. package/lib/services/storagecache.d.ts +288 -752
  118. package/lib/services/storagecache.d.ts.map +1 -1
  119. package/lib/services/storagecache.js +312 -930
  120. package/lib/services/storagecache.js.map +1 -1
  121. package/package.json +4 -4
  122. package/src/credentials.ts +2 -2
  123. package/src/retry.ts +2 -2
  124. package/src/services/app.ts +1014 -0
  125. package/src/services/applicationinsights.ts +56 -169
  126. package/src/services/authorization.ts +65 -397
  127. package/src/services/automation.ts +1179 -1686
  128. package/src/services/azure-kusto.ts +494 -228
  129. package/src/services/batch.ts +1 -1
  130. package/src/services/cognitiveservices.ts +3 -1
  131. package/src/services/computelimit.ts +310 -0
  132. package/src/services/containerinstance.ts +1393 -3134
  133. package/src/services/databricks.ts +125 -294
  134. package/src/services/desktopvirtualization.ts +83 -859
  135. package/src/services/imagebuilder.ts +129 -21
  136. package/src/services/index.ts +2 -0
  137. package/src/services/managednetworkfabric.ts +7141 -1408
  138. package/src/services/monitor.ts +134 -136
  139. package/src/services/monitoringservice.ts +287 -0
  140. package/src/services/network.ts +5738 -6158
  141. package/src/services/orbitalplanetarycomputer.ts +233 -0
  142. package/src/services/recoveryservicesbackup.ts +26 -456
  143. package/src/services/redhatopenshift.ts +26 -34
  144. package/src/services/reservations.ts +209 -553
  145. package/src/services/resourcegraph.ts +123 -55
  146. package/src/services/resources.ts +1852 -8168
  147. package/src/services/search.ts +9 -2
  148. package/src/services/sql.ts +4552 -2757
  149. package/src/services/storage.ts +4 -22
  150. package/src/services/storageactions.ts +36 -0
  151. package/src/services/storagecache.ts +312 -1303
@@ -6,8 +6,9 @@
6
6
  */
7
7
  import * as Schema from "effect/Schema";
8
8
  export declare const AttachedDatabaseConfigurationsCheckNameAvailabilityInput: Schema.Struct<{
9
- readonly resourceGroupName: Schema.String;
10
9
  readonly subscriptionId: Schema.String;
10
+ readonly resourceGroupName: Schema.String;
11
+ readonly clusterName: Schema.String;
11
12
  readonly "api-version": Schema.String;
12
13
  }>;
13
14
  export type AttachedDatabaseConfigurationsCheckNameAvailabilityInput = typeof AttachedDatabaseConfigurationsCheckNameAvailabilityInput.Type;
@@ -21,14 +22,17 @@ export type AttachedDatabaseConfigurationsCheckNameAvailabilityOutput = typeof A
21
22
  /**
22
23
  * Checks that the attached database configuration resource name is valid and is not already in use.
23
24
  *
24
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
25
25
  * @param api-version - The API version to use for this operation.
26
26
  * @param subscriptionId - The ID of the target subscription.
27
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
28
+ * @param clusterName - The name of the Kusto cluster.
27
29
  */
28
30
  export declare const AttachedDatabaseConfigurationsCheckNameAvailability: any;
29
31
  export declare const AttachedDatabaseConfigurationsCreateOrUpdateInput: Schema.Struct<{
30
- readonly resourceGroupName: Schema.String;
31
32
  readonly subscriptionId: Schema.String;
33
+ readonly resourceGroupName: Schema.String;
34
+ readonly clusterName: Schema.String;
35
+ readonly attachedDatabaseConfigurationName: Schema.String;
32
36
  readonly "api-version": Schema.String;
33
37
  }>;
34
38
  export type AttachedDatabaseConfigurationsCreateOrUpdateInput = typeof AttachedDatabaseConfigurationsCreateOrUpdateInput.Type;
@@ -37,14 +41,18 @@ export type AttachedDatabaseConfigurationsCreateOrUpdateOutput = typeof Attached
37
41
  /**
38
42
  * Creates or updates an attached database configuration.
39
43
  *
40
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
41
- * @param subscriptionId - The ID of the target subscription.
42
44
  * @param api-version - The API version to use for this operation.
45
+ * @param subscriptionId - The ID of the target subscription.
46
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
47
+ * @param clusterName - The name of the Kusto cluster.
48
+ * @param attachedDatabaseConfigurationName - The name of the attached database configuration.
43
49
  */
44
50
  export declare const AttachedDatabaseConfigurationsCreateOrUpdate: any;
45
51
  export declare const AttachedDatabaseConfigurationsDeleteInput: Schema.Struct<{
46
- readonly resourceGroupName: Schema.String;
47
52
  readonly subscriptionId: Schema.String;
53
+ readonly resourceGroupName: Schema.String;
54
+ readonly clusterName: Schema.String;
55
+ readonly attachedDatabaseConfigurationName: Schema.String;
48
56
  readonly "api-version": Schema.String;
49
57
  }>;
50
58
  export type AttachedDatabaseConfigurationsDeleteInput = typeof AttachedDatabaseConfigurationsDeleteInput.Type;
@@ -53,14 +61,18 @@ export type AttachedDatabaseConfigurationsDeleteOutput = typeof AttachedDatabase
53
61
  /**
54
62
  * Deletes the attached database configuration with the given name.
55
63
  *
56
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
57
- * @param subscriptionId - The ID of the target subscription.
58
64
  * @param api-version - The API version to use for this operation.
65
+ * @param subscriptionId - The ID of the target subscription.
66
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
67
+ * @param clusterName - The name of the Kusto cluster.
68
+ * @param attachedDatabaseConfigurationName - The name of the attached database configuration.
59
69
  */
60
70
  export declare const AttachedDatabaseConfigurationsDelete: any;
61
71
  export declare const AttachedDatabaseConfigurationsGetInput: Schema.Struct<{
62
- readonly resourceGroupName: Schema.String;
63
72
  readonly subscriptionId: Schema.String;
73
+ readonly resourceGroupName: Schema.String;
74
+ readonly clusterName: Schema.String;
75
+ readonly attachedDatabaseConfigurationName: Schema.String;
64
76
  readonly "api-version": Schema.String;
65
77
  }>;
66
78
  export type AttachedDatabaseConfigurationsGetInput = typeof AttachedDatabaseConfigurationsGetInput.Type;
@@ -69,32 +81,38 @@ export type AttachedDatabaseConfigurationsGetOutput = typeof AttachedDatabaseCon
69
81
  /**
70
82
  * Returns an attached database configuration.
71
83
  *
72
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
73
- * @param subscriptionId - The ID of the target subscription.
74
84
  * @param api-version - The API version to use for this operation.
85
+ * @param subscriptionId - The ID of the target subscription.
86
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
87
+ * @param clusterName - The name of the Kusto cluster.
88
+ * @param attachedDatabaseConfigurationName - The name of the attached database configuration.
75
89
  */
76
90
  export declare const AttachedDatabaseConfigurationsGet: any;
77
91
  export declare const AttachedDatabaseConfigurationsListByClusterInput: Schema.Struct<{
78
- readonly resourceGroupName: Schema.String;
79
92
  readonly subscriptionId: Schema.String;
93
+ readonly resourceGroupName: Schema.String;
94
+ readonly clusterName: Schema.String;
80
95
  readonly "api-version": Schema.String;
81
96
  }>;
82
97
  export type AttachedDatabaseConfigurationsListByClusterInput = typeof AttachedDatabaseConfigurationsListByClusterInput.Type;
83
98
  export declare const AttachedDatabaseConfigurationsListByClusterOutput: Schema.Struct<{
84
99
  readonly value: Schema.optional<Schema.$Array<Schema.Struct<{}>>>;
100
+ readonly nextLink: Schema.optional<Schema.String>;
85
101
  }>;
86
102
  export type AttachedDatabaseConfigurationsListByClusterOutput = typeof AttachedDatabaseConfigurationsListByClusterOutput.Type;
87
103
  /**
88
104
  * Returns the list of attached database configurations of the given Kusto cluster.
89
105
  *
90
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
91
- * @param subscriptionId - The ID of the target subscription.
92
106
  * @param api-version - The API version to use for this operation.
107
+ * @param subscriptionId - The ID of the target subscription.
108
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
109
+ * @param clusterName - The name of the Kusto cluster.
93
110
  */
94
111
  export declare const AttachedDatabaseConfigurationsListByCluster: any;
95
112
  export declare const ClusterPrincipalAssignmentsCheckNameAvailabilityInput: Schema.Struct<{
96
- readonly resourceGroupName: Schema.String;
97
113
  readonly subscriptionId: Schema.String;
114
+ readonly resourceGroupName: Schema.String;
115
+ readonly clusterName: Schema.String;
98
116
  readonly "api-version": Schema.String;
99
117
  }>;
100
118
  export type ClusterPrincipalAssignmentsCheckNameAvailabilityInput = typeof ClusterPrincipalAssignmentsCheckNameAvailabilityInput.Type;
@@ -108,14 +126,17 @@ export type ClusterPrincipalAssignmentsCheckNameAvailabilityOutput = typeof Clus
108
126
  /**
109
127
  * Checks that the principal assignment name is valid and is not already in use.
110
128
  *
111
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
112
129
  * @param api-version - The API version to use for this operation.
113
130
  * @param subscriptionId - The ID of the target subscription.
131
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
132
+ * @param clusterName - The name of the Kusto cluster.
114
133
  */
115
134
  export declare const ClusterPrincipalAssignmentsCheckNameAvailability: any;
116
135
  export declare const ClusterPrincipalAssignmentsCreateOrUpdateInput: Schema.Struct<{
117
136
  readonly subscriptionId: Schema.String;
118
137
  readonly resourceGroupName: Schema.String;
138
+ readonly clusterName: Schema.String;
139
+ readonly principalAssignmentName: Schema.String;
119
140
  readonly "api-version": Schema.String;
120
141
  }>;
121
142
  export type ClusterPrincipalAssignmentsCreateOrUpdateInput = typeof ClusterPrincipalAssignmentsCreateOrUpdateInput.Type;
@@ -124,14 +145,18 @@ export type ClusterPrincipalAssignmentsCreateOrUpdateOutput = typeof ClusterPrin
124
145
  /**
125
146
  * Create a Kusto cluster principalAssignment.
126
147
  *
148
+ * @param api-version - The API version to use for this operation.
127
149
  * @param subscriptionId - The ID of the target subscription.
128
150
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
129
- * @param api-version - The API version to use for this operation.
151
+ * @param clusterName - The name of the Kusto cluster.
152
+ * @param principalAssignmentName - The name of the Kusto principalAssignment.
130
153
  */
131
154
  export declare const ClusterPrincipalAssignmentsCreateOrUpdate: any;
132
155
  export declare const ClusterPrincipalAssignmentsDeleteInput: Schema.Struct<{
133
156
  readonly subscriptionId: Schema.String;
134
157
  readonly resourceGroupName: Schema.String;
158
+ readonly clusterName: Schema.String;
159
+ readonly principalAssignmentName: Schema.String;
135
160
  readonly "api-version": Schema.String;
136
161
  }>;
137
162
  export type ClusterPrincipalAssignmentsDeleteInput = typeof ClusterPrincipalAssignmentsDeleteInput.Type;
@@ -140,14 +165,18 @@ export type ClusterPrincipalAssignmentsDeleteOutput = typeof ClusterPrincipalAss
140
165
  /**
141
166
  * Deletes a Kusto cluster principalAssignment.
142
167
  *
168
+ * @param api-version - The API version to use for this operation.
143
169
  * @param subscriptionId - The ID of the target subscription.
144
170
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
145
- * @param api-version - The API version to use for this operation.
171
+ * @param clusterName - The name of the Kusto cluster.
172
+ * @param principalAssignmentName - The name of the Kusto principalAssignment.
146
173
  */
147
174
  export declare const ClusterPrincipalAssignmentsDelete: any;
148
175
  export declare const ClusterPrincipalAssignmentsGetInput: Schema.Struct<{
149
176
  readonly subscriptionId: Schema.String;
150
177
  readonly resourceGroupName: Schema.String;
178
+ readonly clusterName: Schema.String;
179
+ readonly principalAssignmentName: Schema.String;
151
180
  readonly "api-version": Schema.String;
152
181
  }>;
153
182
  export type ClusterPrincipalAssignmentsGetInput = typeof ClusterPrincipalAssignmentsGetInput.Type;
@@ -156,32 +185,38 @@ export type ClusterPrincipalAssignmentsGetOutput = typeof ClusterPrincipalAssign
156
185
  /**
157
186
  * Gets a Kusto cluster principalAssignment.
158
187
  *
188
+ * @param api-version - The API version to use for this operation.
159
189
  * @param subscriptionId - The ID of the target subscription.
160
190
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
161
- * @param api-version - The API version to use for this operation.
191
+ * @param clusterName - The name of the Kusto cluster.
192
+ * @param principalAssignmentName - The name of the Kusto principalAssignment.
162
193
  */
163
194
  export declare const ClusterPrincipalAssignmentsGet: any;
164
195
  export declare const ClusterPrincipalAssignmentsListInput: Schema.Struct<{
165
196
  readonly subscriptionId: Schema.String;
166
197
  readonly resourceGroupName: Schema.String;
198
+ readonly clusterName: Schema.String;
167
199
  readonly "api-version": Schema.String;
168
200
  }>;
169
201
  export type ClusterPrincipalAssignmentsListInput = typeof ClusterPrincipalAssignmentsListInput.Type;
170
202
  export declare const ClusterPrincipalAssignmentsListOutput: Schema.Struct<{
171
203
  readonly value: Schema.optional<Schema.$Array<Schema.Struct<{}>>>;
204
+ readonly nextLink: Schema.optional<Schema.String>;
172
205
  }>;
173
206
  export type ClusterPrincipalAssignmentsListOutput = typeof ClusterPrincipalAssignmentsListOutput.Type;
174
207
  /**
175
208
  * Lists all Kusto cluster principalAssignments.
176
209
  *
210
+ * @param api-version - The API version to use for this operation.
177
211
  * @param subscriptionId - The ID of the target subscription.
178
212
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
179
- * @param api-version - The API version to use for this operation.
213
+ * @param clusterName - The name of the Kusto cluster.
180
214
  */
181
215
  export declare const ClusterPrincipalAssignmentsList: any;
182
216
  export declare const ClustersAddCalloutPoliciesInput: Schema.Struct<{
183
217
  readonly subscriptionId: Schema.String;
184
218
  readonly resourceGroupName: Schema.String;
219
+ readonly clusterName: Schema.String;
185
220
  readonly "api-version": Schema.String;
186
221
  }>;
187
222
  export type ClustersAddCalloutPoliciesInput = typeof ClustersAddCalloutPoliciesInput.Type;
@@ -190,14 +225,16 @@ export type ClustersAddCalloutPoliciesOutput = typeof ClustersAddCalloutPolicies
190
225
  /**
191
226
  * Adds a list of callout policies for engine services.
192
227
  *
228
+ * @param api-version - The API version to use for this operation.
193
229
  * @param subscriptionId - The ID of the target subscription.
194
230
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
195
- * @param api-version - The API version to use for this operation.
231
+ * @param clusterName - The name of the Kusto cluster.
196
232
  */
197
233
  export declare const ClustersAddCalloutPolicies: any;
198
234
  export declare const ClustersAddLanguageExtensionsInput: Schema.Struct<{
199
235
  readonly subscriptionId: Schema.String;
200
236
  readonly resourceGroupName: Schema.String;
237
+ readonly clusterName: Schema.String;
201
238
  readonly "api-version": Schema.String;
202
239
  }>;
203
240
  export type ClustersAddLanguageExtensionsInput = typeof ClustersAddLanguageExtensionsInput.Type;
@@ -206,9 +243,10 @@ export type ClustersAddLanguageExtensionsOutput = typeof ClustersAddLanguageExte
206
243
  /**
207
244
  * Add a list of language extensions that can run within KQL queries.
208
245
  *
246
+ * @param api-version - The API version to use for this operation.
209
247
  * @param subscriptionId - The ID of the target subscription.
210
248
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
211
- * @param api-version - The API version to use for this operation.
249
+ * @param clusterName - The name of the Kusto cluster.
212
250
  */
213
251
  export declare const ClustersAddLanguageExtensions: any;
214
252
  export declare const ClustersCheckNameAvailabilityInput: Schema.Struct<{
@@ -233,8 +271,9 @@ export type ClustersCheckNameAvailabilityOutput = typeof ClustersCheckNameAvaila
233
271
  */
234
272
  export declare const ClustersCheckNameAvailability: any;
235
273
  export declare const ClustersCreateOrUpdateInput: Schema.Struct<{
236
- readonly resourceGroupName: Schema.String;
237
274
  readonly subscriptionId: Schema.String;
275
+ readonly resourceGroupName: Schema.String;
276
+ readonly clusterName: Schema.String;
238
277
  readonly "api-version": Schema.String;
239
278
  }>;
240
279
  export type ClustersCreateOrUpdateInput = typeof ClustersCreateOrUpdateInput.Type;
@@ -246,16 +285,18 @@ export type ClustersCreateOrUpdateOutput = typeof ClustersCreateOrUpdateOutput.T
246
285
  /**
247
286
  * Create or update a Kusto cluster.
248
287
  *
288
+ * @param api-version - The API version to use for this operation.
289
+ * @param subscriptionId - The ID of the target subscription.
249
290
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
291
+ * @param clusterName - The name of the Kusto cluster.
250
292
  * @param If-Match - The ETag of the cluster. Omit this value to always overwrite the current cluster. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes.
251
293
  * @param If-None-Match - Set to '*' to allow a new cluster to be created, but to prevent updating an existing cluster. Other values will result in a 412 Pre-condition Failed response.
252
- * @param subscriptionId - The ID of the target subscription.
253
- * @param api-version - The API version to use for this operation.
254
294
  */
255
295
  export declare const ClustersCreateOrUpdate: any;
256
296
  export declare const ClustersDeleteInput: Schema.Struct<{
257
- readonly resourceGroupName: Schema.String;
258
297
  readonly subscriptionId: Schema.String;
298
+ readonly resourceGroupName: Schema.String;
299
+ readonly clusterName: Schema.String;
259
300
  readonly "api-version": Schema.String;
260
301
  }>;
261
302
  export type ClustersDeleteInput = typeof ClustersDeleteInput.Type;
@@ -264,14 +305,16 @@ export type ClustersDeleteOutput = typeof ClustersDeleteOutput.Type;
264
305
  /**
265
306
  * Deletes a Kusto cluster.
266
307
  *
267
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
268
- * @param subscriptionId - The ID of the target subscription.
269
308
  * @param api-version - The API version to use for this operation.
309
+ * @param subscriptionId - The ID of the target subscription.
310
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
311
+ * @param clusterName - The name of the Kusto cluster.
270
312
  */
271
313
  export declare const ClustersDelete: any;
272
314
  export declare const ClustersDetachFollowerDatabasesInput: Schema.Struct<{
273
- readonly resourceGroupName: Schema.String;
274
315
  readonly subscriptionId: Schema.String;
316
+ readonly resourceGroupName: Schema.String;
317
+ readonly clusterName: Schema.String;
275
318
  readonly "api-version": Schema.String;
276
319
  }>;
277
320
  export type ClustersDetachFollowerDatabasesInput = typeof ClustersDetachFollowerDatabasesInput.Type;
@@ -280,14 +323,16 @@ export type ClustersDetachFollowerDatabasesOutput = typeof ClustersDetachFollowe
280
323
  /**
281
324
  * Detaches all followers of a database owned by this cluster.
282
325
  *
283
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
284
- * @param subscriptionId - The ID of the target subscription.
285
326
  * @param api-version - The API version to use for this operation.
327
+ * @param subscriptionId - The ID of the target subscription.
328
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
329
+ * @param clusterName - The name of the Kusto cluster.
286
330
  */
287
331
  export declare const ClustersDetachFollowerDatabases: any;
288
332
  export declare const ClustersDiagnoseVirtualNetworkInput: Schema.Struct<{
289
- readonly resourceGroupName: Schema.String;
290
333
  readonly subscriptionId: Schema.String;
334
+ readonly resourceGroupName: Schema.String;
335
+ readonly clusterName: Schema.String;
291
336
  readonly "api-version": Schema.String;
292
337
  }>;
293
338
  export type ClustersDiagnoseVirtualNetworkInput = typeof ClustersDiagnoseVirtualNetworkInput.Type;
@@ -298,14 +343,16 @@ export type ClustersDiagnoseVirtualNetworkOutput = typeof ClustersDiagnoseVirtua
298
343
  /**
299
344
  * Diagnoses network connectivity status for external resources on which the service is dependent on.
300
345
  *
301
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
302
- * @param subscriptionId - The ID of the target subscription.
303
346
  * @param api-version - The API version to use for this operation.
347
+ * @param subscriptionId - The ID of the target subscription.
348
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
349
+ * @param clusterName - The name of the Kusto cluster.
304
350
  */
305
351
  export declare const ClustersDiagnoseVirtualNetwork: any;
306
352
  export declare const ClustersGetInput: Schema.Struct<{
307
- readonly resourceGroupName: Schema.String;
308
353
  readonly subscriptionId: Schema.String;
354
+ readonly resourceGroupName: Schema.String;
355
+ readonly clusterName: Schema.String;
309
356
  readonly "api-version": Schema.String;
310
357
  }>;
311
358
  export type ClustersGetInput = typeof ClustersGetInput.Type;
@@ -317,9 +364,10 @@ export type ClustersGetOutput = typeof ClustersGetOutput.Type;
317
364
  /**
318
365
  * Gets a Kusto cluster.
319
366
  *
320
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
321
- * @param subscriptionId - The ID of the target subscription.
322
367
  * @param api-version - The API version to use for this operation.
368
+ * @param subscriptionId - The ID of the target subscription.
369
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
370
+ * @param clusterName - The name of the Kusto cluster.
323
371
  */
324
372
  export declare const ClustersGet: any;
325
373
  export declare const ClustersListInput: Schema.Struct<{
@@ -332,18 +380,19 @@ export declare const ClustersListOutput: Schema.Struct<{
332
380
  readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
333
381
  readonly location: Schema.String;
334
382
  }>>>;
383
+ readonly nextLink: Schema.optional<Schema.String>;
335
384
  }>;
336
385
  export type ClustersListOutput = typeof ClustersListOutput.Type;
337
386
  /**
338
387
  * Lists all Kusto clusters within a subscription.
339
388
  *
340
- * @param subscriptionId - The ID of the target subscription.
341
389
  * @param api-version - The API version to use for this operation.
390
+ * @param subscriptionId - The ID of the target subscription.
342
391
  */
343
392
  export declare const ClustersList: any;
344
393
  export declare const ClustersListByResourceGroupInput: Schema.Struct<{
345
- readonly resourceGroupName: Schema.String;
346
394
  readonly subscriptionId: Schema.String;
395
+ readonly resourceGroupName: Schema.String;
347
396
  readonly "api-version": Schema.String;
348
397
  }>;
349
398
  export type ClustersListByResourceGroupInput = typeof ClustersListByResourceGroupInput.Type;
@@ -352,43 +401,47 @@ export declare const ClustersListByResourceGroupOutput: Schema.Struct<{
352
401
  readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
353
402
  readonly location: Schema.String;
354
403
  }>>>;
404
+ readonly nextLink: Schema.optional<Schema.String>;
355
405
  }>;
356
406
  export type ClustersListByResourceGroupOutput = typeof ClustersListByResourceGroupOutput.Type;
357
407
  /**
358
408
  * Lists all Kusto clusters within a resource group.
359
409
  *
360
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
361
- * @param subscriptionId - The ID of the target subscription.
362
410
  * @param api-version - The API version to use for this operation.
411
+ * @param subscriptionId - The ID of the target subscription.
412
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
363
413
  */
364
414
  export declare const ClustersListByResourceGroup: any;
365
415
  export declare const ClustersListCalloutPoliciesInput: Schema.Struct<{
366
- readonly resourceGroupName: Schema.String;
367
416
  readonly subscriptionId: Schema.String;
417
+ readonly resourceGroupName: Schema.String;
418
+ readonly clusterName: Schema.String;
368
419
  readonly "api-version": Schema.String;
369
420
  }>;
370
421
  export type ClustersListCalloutPoliciesInput = typeof ClustersListCalloutPoliciesInput.Type;
371
422
  export declare const ClustersListCalloutPoliciesOutput: Schema.Struct<{
372
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
423
+ readonly value: Schema.$Array<Schema.Struct<{
373
424
  readonly calloutUriRegex: Schema.optional<Schema.String>;
374
425
  readonly calloutType: Schema.optional<Schema.Literals<readonly ["kusto", "sql", "cosmosdb", "external_data", "azure_digital_twins", "sandbox_artifacts", "webapi", "mysql", "postgresql", "genevametrics", "azure_openai"]>>;
375
426
  readonly outboundAccess: Schema.optional<Schema.Literals<readonly ["Allow", "Deny"]>>;
376
427
  readonly calloutId: Schema.optional<Schema.String>;
377
- }>>>;
428
+ }>>;
378
429
  readonly nextLink: Schema.optional<Schema.String>;
379
430
  }>;
380
431
  export type ClustersListCalloutPoliciesOutput = typeof ClustersListCalloutPoliciesOutput.Type;
381
432
  /**
382
433
  * Returns the allowed callout policies for the specified service.
383
434
  *
384
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
385
435
  * @param api-version - The API version to use for this operation.
386
436
  * @param subscriptionId - The ID of the target subscription.
437
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
438
+ * @param clusterName - The name of the Kusto cluster.
387
439
  */
388
440
  export declare const ClustersListCalloutPolicies: any;
389
441
  export declare const ClustersListFollowerDatabasesInput: Schema.Struct<{
390
- readonly resourceGroupName: Schema.String;
391
442
  readonly subscriptionId: Schema.String;
443
+ readonly resourceGroupName: Schema.String;
444
+ readonly clusterName: Schema.String;
392
445
  readonly "api-version": Schema.String;
393
446
  }>;
394
447
  export type ClustersListFollowerDatabasesInput = typeof ClustersListFollowerDatabasesInput.Type;
@@ -409,24 +462,27 @@ export declare const ClustersListFollowerDatabasesOutput: Schema.Struct<{
409
462
  }>>;
410
463
  readonly databaseShareOrigin: Schema.optional<Schema.Literals<readonly ["Direct", "DataShare", "Other"]>>;
411
464
  }>>>;
465
+ readonly nextLink: Schema.optional<Schema.String>;
412
466
  }>;
413
467
  export type ClustersListFollowerDatabasesOutput = typeof ClustersListFollowerDatabasesOutput.Type;
414
468
  /**
415
469
  * Returns a list of databases that are owned by this cluster and were followed by another cluster.
416
470
  *
417
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
418
- * @param subscriptionId - The ID of the target subscription.
419
471
  * @param api-version - The API version to use for this operation.
472
+ * @param subscriptionId - The ID of the target subscription.
473
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
474
+ * @param clusterName - The name of the Kusto cluster.
420
475
  */
421
476
  export declare const ClustersListFollowerDatabases: any;
422
477
  export declare const ClustersListFollowerDatabasesGetInput: Schema.Struct<{
423
- readonly resourceGroupName: Schema.String;
424
478
  readonly subscriptionId: Schema.String;
479
+ readonly resourceGroupName: Schema.String;
480
+ readonly clusterName: Schema.String;
425
481
  readonly "api-version": Schema.String;
426
482
  }>;
427
483
  export type ClustersListFollowerDatabasesGetInput = typeof ClustersListFollowerDatabasesGetInput.Type;
428
484
  export declare const ClustersListFollowerDatabasesGetOutput: Schema.Struct<{
429
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
485
+ readonly value: Schema.$Array<Schema.Struct<{
430
486
  readonly properties: Schema.optional<Schema.Struct<{
431
487
  readonly clusterResourceId: Schema.String;
432
488
  readonly attachedDatabaseConfigurationName: Schema.String;
@@ -443,21 +499,23 @@ export declare const ClustersListFollowerDatabasesGetOutput: Schema.Struct<{
443
499
  }>>;
444
500
  readonly databaseShareOrigin: Schema.optional<Schema.Literals<readonly ["Direct", "DataShare", "Other"]>>;
445
501
  }>>;
446
- }>>>;
502
+ }>>;
447
503
  readonly nextLink: Schema.optional<Schema.String>;
448
504
  }>;
449
505
  export type ClustersListFollowerDatabasesGetOutput = typeof ClustersListFollowerDatabasesGetOutput.Type;
450
506
  /**
451
507
  * Returns a list of databases that are owned by this cluster and were followed by another cluster.
452
508
  *
453
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
454
- * @param subscriptionId - The ID of the target subscription.
455
509
  * @param api-version - The API version to use for this operation.
510
+ * @param subscriptionId - The ID of the target subscription.
511
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
512
+ * @param clusterName - The name of the Kusto cluster.
456
513
  */
457
514
  export declare const ClustersListFollowerDatabasesGet: any;
458
515
  export declare const ClustersListLanguageExtensionsInput: Schema.Struct<{
459
516
  readonly subscriptionId: Schema.String;
460
517
  readonly resourceGroupName: Schema.String;
518
+ readonly clusterName: Schema.String;
461
519
  readonly "api-version": Schema.String;
462
520
  }>;
463
521
  export type ClustersListLanguageExtensionsInput = typeof ClustersListLanguageExtensionsInput.Type;
@@ -467,19 +525,22 @@ export declare const ClustersListLanguageExtensionsOutput: Schema.Struct<{
467
525
  readonly languageExtensionImageName: Schema.optional<Schema.Literals<readonly ["R", "Python3_6_5", "Python3_10_8", "Python3_10_8_DL", "PythonCustomImage", "Python3_11_7", "Python3_11_7_DL"]>>;
468
526
  readonly languageExtensionCustomImageName: Schema.optional<Schema.String>;
469
527
  }>>>;
528
+ readonly nextLink: Schema.optional<Schema.String>;
470
529
  }>;
471
530
  export type ClustersListLanguageExtensionsOutput = typeof ClustersListLanguageExtensionsOutput.Type;
472
531
  /**
473
532
  * Returns a list of language extensions that can run within KQL queries.
474
533
  *
534
+ * @param api-version - The API version to use for this operation.
475
535
  * @param subscriptionId - The ID of the target subscription.
476
536
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
477
- * @param api-version - The API version to use for this operation.
537
+ * @param clusterName - The name of the Kusto cluster.
478
538
  */
479
539
  export declare const ClustersListLanguageExtensions: any;
480
540
  export declare const ClustersListOutboundNetworkDependenciesEndpointsInput: Schema.Struct<{
481
541
  readonly subscriptionId: Schema.String;
482
542
  readonly resourceGroupName: Schema.String;
543
+ readonly clusterName: Schema.String;
483
544
  readonly "api-version": Schema.String;
484
545
  }>;
485
546
  export type ClustersListOutboundNetworkDependenciesEndpointsInput = typeof ClustersListOutboundNetworkDependenciesEndpointsInput.Type;
@@ -491,9 +552,10 @@ export type ClustersListOutboundNetworkDependenciesEndpointsOutput = typeof Clus
491
552
  /**
492
553
  * Gets the network endpoints of all outbound dependencies of a Kusto cluster
493
554
  *
555
+ * @param api-version - The API version to use for this operation.
494
556
  * @param subscriptionId - The ID of the target subscription.
495
557
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
496
- * @param api-version - The API version to use for this operation.
558
+ * @param clusterName - The name of the Kusto cluster.
497
559
  */
498
560
  export declare const ClustersListOutboundNetworkDependenciesEndpoints: any;
499
561
  export declare const ClustersListSkusInput: Schema.Struct<{
@@ -520,6 +582,7 @@ export declare const ClustersListSkusOutput: Schema.Struct<{
520
582
  }>>>;
521
583
  readonly restrictions: Schema.optional<Schema.$Array<Schema.Unknown>>;
522
584
  }>>>;
585
+ readonly nextLink: Schema.optional<Schema.String>;
523
586
  }>;
524
587
  export type ClustersListSkusOutput = typeof ClustersListSkusOutput.Type;
525
588
  /**
@@ -530,8 +593,9 @@ export type ClustersListSkusOutput = typeof ClustersListSkusOutput.Type;
530
593
  */
531
594
  export declare const ClustersListSkus: any;
532
595
  export declare const ClustersListSkusByResourceInput: Schema.Struct<{
533
- readonly resourceGroupName: Schema.String;
534
596
  readonly subscriptionId: Schema.String;
597
+ readonly resourceGroupName: Schema.String;
598
+ readonly clusterName: Schema.String;
535
599
  readonly "api-version": Schema.String;
536
600
  }>;
537
601
  export type ClustersListSkusByResourceInput = typeof ClustersListSkusByResourceInput.Type;
@@ -550,19 +614,22 @@ export declare const ClustersListSkusByResourceOutput: Schema.Struct<{
550
614
  readonly default: Schema.Number;
551
615
  }>>;
552
616
  }>>>;
617
+ readonly nextLink: Schema.optional<Schema.String>;
553
618
  }>;
554
619
  export type ClustersListSkusByResourceOutput = typeof ClustersListSkusByResourceOutput.Type;
555
620
  /**
556
621
  * Returns the SKUs available for the provided resource.
557
622
  *
558
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
559
623
  * @param api-version - The API version to use for this operation.
560
624
  * @param subscriptionId - The ID of the target subscription.
625
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
626
+ * @param clusterName - The name of the Kusto cluster.
561
627
  */
562
628
  export declare const ClustersListSkusByResource: any;
563
629
  export declare const ClustersMigrateInput: Schema.Struct<{
564
- readonly resourceGroupName: Schema.String;
565
630
  readonly subscriptionId: Schema.String;
631
+ readonly resourceGroupName: Schema.String;
632
+ readonly clusterName: Schema.String;
566
633
  readonly "api-version": Schema.String;
567
634
  }>;
568
635
  export type ClustersMigrateInput = typeof ClustersMigrateInput.Type;
@@ -571,14 +638,16 @@ export type ClustersMigrateOutput = typeof ClustersMigrateOutput.Type;
571
638
  /**
572
639
  * Migrate data from a Kusto cluster to another cluster.
573
640
  *
574
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
575
- * @param subscriptionId - The ID of the target subscription.
576
641
  * @param api-version - The API version to use for this operation.
642
+ * @param subscriptionId - The ID of the target subscription.
643
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
644
+ * @param clusterName - The name of the Kusto cluster.
577
645
  */
578
646
  export declare const ClustersMigrate: any;
579
647
  export declare const ClustersRemoveCalloutPolicyInput: Schema.Struct<{
580
648
  readonly subscriptionId: Schema.String;
581
649
  readonly resourceGroupName: Schema.String;
650
+ readonly clusterName: Schema.String;
582
651
  readonly "api-version": Schema.String;
583
652
  }>;
584
653
  export type ClustersRemoveCalloutPolicyInput = typeof ClustersRemoveCalloutPolicyInput.Type;
@@ -587,14 +656,16 @@ export type ClustersRemoveCalloutPolicyOutput = typeof ClustersRemoveCalloutPoli
587
656
  /**
588
657
  * Removes callout policy for engine services.
589
658
  *
659
+ * @param api-version - The API version to use for this operation.
590
660
  * @param subscriptionId - The ID of the target subscription.
591
661
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
592
- * @param api-version - The API version to use for this operation.
662
+ * @param clusterName - The name of the Kusto cluster.
593
663
  */
594
664
  export declare const ClustersRemoveCalloutPolicy: any;
595
665
  export declare const ClustersRemoveLanguageExtensionsInput: Schema.Struct<{
596
666
  readonly subscriptionId: Schema.String;
597
667
  readonly resourceGroupName: Schema.String;
668
+ readonly clusterName: Schema.String;
598
669
  readonly "api-version": Schema.String;
599
670
  }>;
600
671
  export type ClustersRemoveLanguageExtensionsInput = typeof ClustersRemoveLanguageExtensionsInput.Type;
@@ -603,14 +674,16 @@ export type ClustersRemoveLanguageExtensionsOutput = typeof ClustersRemoveLangua
603
674
  /**
604
675
  * Remove a list of language extensions that can run within KQL queries.
605
676
  *
677
+ * @param api-version - The API version to use for this operation.
606
678
  * @param subscriptionId - The ID of the target subscription.
607
679
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
608
- * @param api-version - The API version to use for this operation.
680
+ * @param clusterName - The name of the Kusto cluster.
609
681
  */
610
682
  export declare const ClustersRemoveLanguageExtensions: any;
611
683
  export declare const ClustersStartInput: Schema.Struct<{
612
- readonly resourceGroupName: Schema.String;
613
684
  readonly subscriptionId: Schema.String;
685
+ readonly resourceGroupName: Schema.String;
686
+ readonly clusterName: Schema.String;
614
687
  readonly "api-version": Schema.String;
615
688
  }>;
616
689
  export type ClustersStartInput = typeof ClustersStartInput.Type;
@@ -619,14 +692,16 @@ export type ClustersStartOutput = typeof ClustersStartOutput.Type;
619
692
  /**
620
693
  * Starts a Kusto cluster.
621
694
  *
622
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
623
- * @param subscriptionId - The ID of the target subscription.
624
695
  * @param api-version - The API version to use for this operation.
696
+ * @param subscriptionId - The ID of the target subscription.
697
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
698
+ * @param clusterName - The name of the Kusto cluster.
625
699
  */
626
700
  export declare const ClustersStart: any;
627
701
  export declare const ClustersStopInput: Schema.Struct<{
628
- readonly resourceGroupName: Schema.String;
629
702
  readonly subscriptionId: Schema.String;
703
+ readonly resourceGroupName: Schema.String;
704
+ readonly clusterName: Schema.String;
630
705
  readonly "api-version": Schema.String;
631
706
  }>;
632
707
  export type ClustersStopInput = typeof ClustersStopInput.Type;
@@ -635,14 +710,16 @@ export type ClustersStopOutput = typeof ClustersStopOutput.Type;
635
710
  /**
636
711
  * Stops a Kusto cluster.
637
712
  *
638
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
639
- * @param subscriptionId - The ID of the target subscription.
640
713
  * @param api-version - The API version to use for this operation.
714
+ * @param subscriptionId - The ID of the target subscription.
715
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
716
+ * @param clusterName - The name of the Kusto cluster.
641
717
  */
642
718
  export declare const ClustersStop: any;
643
719
  export declare const ClustersUpdateInput: Schema.Struct<{
644
- readonly resourceGroupName: Schema.String;
645
720
  readonly subscriptionId: Schema.String;
721
+ readonly resourceGroupName: Schema.String;
722
+ readonly clusterName: Schema.String;
646
723
  readonly "api-version": Schema.String;
647
724
  }>;
648
725
  export type ClustersUpdateInput = typeof ClustersUpdateInput.Type;
@@ -654,15 +731,18 @@ export type ClustersUpdateOutput = typeof ClustersUpdateOutput.Type;
654
731
  /**
655
732
  * Update a Kusto cluster.
656
733
  *
734
+ * @param api-version - The API version to use for this operation.
735
+ * @param subscriptionId - The ID of the target subscription.
657
736
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
737
+ * @param clusterName - The name of the Kusto cluster.
658
738
  * @param If-Match - The ETag of the cluster. Omit this value to always overwrite the current cluster. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes.
659
- * @param subscriptionId - The ID of the target subscription.
660
- * @param api-version - The API version to use for this operation.
661
739
  */
662
740
  export declare const ClustersUpdate: any;
663
741
  export declare const DatabaseInviteFollowerInput: Schema.Struct<{
664
742
  readonly subscriptionId: Schema.String;
665
743
  readonly resourceGroupName: Schema.String;
744
+ readonly clusterName: Schema.String;
745
+ readonly databaseName: Schema.String;
666
746
  readonly "api-version": Schema.String;
667
747
  }>;
668
748
  export type DatabaseInviteFollowerInput = typeof DatabaseInviteFollowerInput.Type;
@@ -673,14 +753,18 @@ export type DatabaseInviteFollowerOutput = typeof DatabaseInviteFollowerOutput.T
673
753
  /**
674
754
  * Generates an invitation token that allows attaching a follower database to this database.
675
755
  *
756
+ * @param api-version - The API version to use for this operation.
676
757
  * @param subscriptionId - The ID of the target subscription.
677
758
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
678
- * @param api-version - The API version to use for this operation.
759
+ * @param clusterName - The name of the Kusto cluster.
760
+ * @param databaseName - The name of the database in the Kusto cluster.
679
761
  */
680
762
  export declare const DatabaseInviteFollower: any;
681
763
  export declare const DatabasePrincipalAssignmentsCheckNameAvailabilityInput: Schema.Struct<{
682
- readonly resourceGroupName: Schema.String;
683
764
  readonly subscriptionId: Schema.String;
765
+ readonly resourceGroupName: Schema.String;
766
+ readonly clusterName: Schema.String;
767
+ readonly databaseName: Schema.String;
684
768
  readonly "api-version": Schema.String;
685
769
  }>;
686
770
  export type DatabasePrincipalAssignmentsCheckNameAvailabilityInput = typeof DatabasePrincipalAssignmentsCheckNameAvailabilityInput.Type;
@@ -694,14 +778,19 @@ export type DatabasePrincipalAssignmentsCheckNameAvailabilityOutput = typeof Dat
694
778
  /**
695
779
  * Checks that the database principal assignment is valid and is not already in use.
696
780
  *
697
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
698
781
  * @param api-version - The API version to use for this operation.
699
782
  * @param subscriptionId - The ID of the target subscription.
783
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
784
+ * @param clusterName - The name of the Kusto cluster.
785
+ * @param databaseName - The name of the database in the Kusto cluster.
700
786
  */
701
787
  export declare const DatabasePrincipalAssignmentsCheckNameAvailability: any;
702
788
  export declare const DatabasePrincipalAssignmentsCreateOrUpdateInput: Schema.Struct<{
703
789
  readonly subscriptionId: Schema.String;
704
790
  readonly resourceGroupName: Schema.String;
791
+ readonly clusterName: Schema.String;
792
+ readonly databaseName: Schema.String;
793
+ readonly principalAssignmentName: Schema.String;
705
794
  readonly "api-version": Schema.String;
706
795
  }>;
707
796
  export type DatabasePrincipalAssignmentsCreateOrUpdateInput = typeof DatabasePrincipalAssignmentsCreateOrUpdateInput.Type;
@@ -710,14 +799,20 @@ export type DatabasePrincipalAssignmentsCreateOrUpdateOutput = typeof DatabasePr
710
799
  /**
711
800
  * Creates a Kusto cluster database principalAssignment.
712
801
  *
802
+ * @param api-version - The API version to use for this operation.
713
803
  * @param subscriptionId - The ID of the target subscription.
714
804
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
715
- * @param api-version - The API version to use for this operation.
805
+ * @param clusterName - The name of the Kusto cluster.
806
+ * @param databaseName - The name of the database in the Kusto cluster.
807
+ * @param principalAssignmentName - The name of the Kusto principalAssignment.
716
808
  */
717
809
  export declare const DatabasePrincipalAssignmentsCreateOrUpdate: any;
718
810
  export declare const DatabasePrincipalAssignmentsDeleteInput: Schema.Struct<{
719
811
  readonly subscriptionId: Schema.String;
720
812
  readonly resourceGroupName: Schema.String;
813
+ readonly clusterName: Schema.String;
814
+ readonly databaseName: Schema.String;
815
+ readonly principalAssignmentName: Schema.String;
721
816
  readonly "api-version": Schema.String;
722
817
  }>;
723
818
  export type DatabasePrincipalAssignmentsDeleteInput = typeof DatabasePrincipalAssignmentsDeleteInput.Type;
@@ -726,14 +821,20 @@ export type DatabasePrincipalAssignmentsDeleteOutput = typeof DatabasePrincipalA
726
821
  /**
727
822
  * Deletes a Kusto principalAssignment.
728
823
  *
824
+ * @param api-version - The API version to use for this operation.
729
825
  * @param subscriptionId - The ID of the target subscription.
730
826
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
731
- * @param api-version - The API version to use for this operation.
827
+ * @param clusterName - The name of the Kusto cluster.
828
+ * @param databaseName - The name of the database in the Kusto cluster.
829
+ * @param principalAssignmentName - The name of the Kusto principalAssignment.
732
830
  */
733
831
  export declare const DatabasePrincipalAssignmentsDelete: any;
734
832
  export declare const DatabasePrincipalAssignmentsGetInput: Schema.Struct<{
735
833
  readonly subscriptionId: Schema.String;
736
834
  readonly resourceGroupName: Schema.String;
835
+ readonly clusterName: Schema.String;
836
+ readonly databaseName: Schema.String;
837
+ readonly principalAssignmentName: Schema.String;
737
838
  readonly "api-version": Schema.String;
738
839
  }>;
739
840
  export type DatabasePrincipalAssignmentsGetInput = typeof DatabasePrincipalAssignmentsGetInput.Type;
@@ -742,32 +843,42 @@ export type DatabasePrincipalAssignmentsGetOutput = typeof DatabasePrincipalAssi
742
843
  /**
743
844
  * Gets a Kusto cluster database principalAssignment.
744
845
  *
846
+ * @param api-version - The API version to use for this operation.
745
847
  * @param subscriptionId - The ID of the target subscription.
746
848
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
747
- * @param api-version - The API version to use for this operation.
849
+ * @param clusterName - The name of the Kusto cluster.
850
+ * @param databaseName - The name of the database in the Kusto cluster.
851
+ * @param principalAssignmentName - The name of the Kusto principalAssignment.
748
852
  */
749
853
  export declare const DatabasePrincipalAssignmentsGet: any;
750
854
  export declare const DatabasePrincipalAssignmentsListInput: Schema.Struct<{
751
855
  readonly subscriptionId: Schema.String;
752
856
  readonly resourceGroupName: Schema.String;
857
+ readonly clusterName: Schema.String;
858
+ readonly databaseName: Schema.String;
753
859
  readonly "api-version": Schema.String;
754
860
  }>;
755
861
  export type DatabasePrincipalAssignmentsListInput = typeof DatabasePrincipalAssignmentsListInput.Type;
756
862
  export declare const DatabasePrincipalAssignmentsListOutput: Schema.Struct<{
757
863
  readonly value: Schema.optional<Schema.$Array<Schema.Struct<{}>>>;
864
+ readonly nextLink: Schema.optional<Schema.String>;
758
865
  }>;
759
866
  export type DatabasePrincipalAssignmentsListOutput = typeof DatabasePrincipalAssignmentsListOutput.Type;
760
867
  /**
761
868
  * Lists all Kusto cluster database principalAssignments.
762
869
  *
870
+ * @param api-version - The API version to use for this operation.
763
871
  * @param subscriptionId - The ID of the target subscription.
764
872
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
765
- * @param api-version - The API version to use for this operation.
873
+ * @param clusterName - The name of the Kusto cluster.
874
+ * @param databaseName - The name of the database in the Kusto cluster.
766
875
  */
767
876
  export declare const DatabasePrincipalAssignmentsList: any;
768
877
  export declare const DatabasesAddPrincipalsInput: Schema.Struct<{
769
- readonly resourceGroupName: Schema.String;
770
878
  readonly subscriptionId: Schema.String;
879
+ readonly resourceGroupName: Schema.String;
880
+ readonly clusterName: Schema.String;
881
+ readonly databaseName: Schema.String;
771
882
  readonly "api-version": Schema.String;
772
883
  }>;
773
884
  export type DatabasesAddPrincipalsInput = typeof DatabasesAddPrincipalsInput.Type;
@@ -781,19 +892,23 @@ export declare const DatabasesAddPrincipalsOutput: Schema.Struct<{
781
892
  readonly appId: Schema.optional<Schema.String>;
782
893
  readonly tenantName: Schema.optional<Schema.String>;
783
894
  }>>>;
895
+ readonly nextLink: Schema.optional<Schema.String>;
784
896
  }>;
785
897
  export type DatabasesAddPrincipalsOutput = typeof DatabasesAddPrincipalsOutput.Type;
786
898
  /**
787
899
  * Add Database principals permissions.
788
900
  *
789
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
790
- * @param subscriptionId - The ID of the target subscription.
791
901
  * @param api-version - The API version to use for this operation.
902
+ * @param subscriptionId - The ID of the target subscription.
903
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
904
+ * @param clusterName - The name of the Kusto cluster.
905
+ * @param databaseName - The name of the database in the Kusto cluster.
792
906
  */
793
907
  export declare const DatabasesAddPrincipals: any;
794
908
  export declare const DatabasesCheckNameAvailabilityInput: Schema.Struct<{
795
- readonly resourceGroupName: Schema.String;
796
909
  readonly subscriptionId: Schema.String;
910
+ readonly resourceGroupName: Schema.String;
911
+ readonly clusterName: Schema.String;
797
912
  readonly "api-version": Schema.String;
798
913
  }>;
799
914
  export type DatabasesCheckNameAvailabilityInput = typeof DatabasesCheckNameAvailabilityInput.Type;
@@ -807,15 +922,19 @@ export type DatabasesCheckNameAvailabilityOutput = typeof DatabasesCheckNameAvai
807
922
  /**
808
923
  * Checks that the databases resource name is valid and is not already in use.
809
924
  *
810
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
811
925
  * @param api-version - The API version to use for this operation.
812
926
  * @param subscriptionId - The ID of the target subscription.
927
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
928
+ * @param clusterName - The name of the Kusto cluster.
813
929
  */
814
930
  export declare const DatabasesCheckNameAvailability: any;
815
931
  export declare const DatabasesCreateOrUpdateInput: Schema.Struct<{
816
- readonly resourceGroupName: Schema.String;
817
932
  readonly subscriptionId: Schema.String;
933
+ readonly resourceGroupName: Schema.String;
934
+ readonly clusterName: Schema.String;
935
+ readonly databaseName: Schema.String;
818
936
  readonly "api-version": Schema.String;
937
+ readonly callerRole: Schema.optional<Schema.Literals<readonly ["Admin", "None"]>>;
819
938
  }>;
820
939
  export type DatabasesCreateOrUpdateInput = typeof DatabasesCreateOrUpdateInput.Type;
821
940
  export declare const DatabasesCreateOrUpdateOutput: Schema.Struct<{}>;
@@ -823,14 +942,19 @@ export type DatabasesCreateOrUpdateOutput = typeof DatabasesCreateOrUpdateOutput
823
942
  /**
824
943
  * Creates or updates a database.
825
944
  *
826
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
827
- * @param subscriptionId - The ID of the target subscription.
828
945
  * @param api-version - The API version to use for this operation.
946
+ * @param subscriptionId - The ID of the target subscription.
947
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
948
+ * @param clusterName - The name of the Kusto cluster.
949
+ * @param databaseName - The name of the database in the Kusto cluster.
950
+ * @param callerRole - By default, any user who run operation on a database become an Admin on it. This property allows the caller to exclude the caller from Admins list.
829
951
  */
830
952
  export declare const DatabasesCreateOrUpdate: any;
831
953
  export declare const DatabasesDeleteInput: Schema.Struct<{
832
- readonly resourceGroupName: Schema.String;
833
954
  readonly subscriptionId: Schema.String;
955
+ readonly resourceGroupName: Schema.String;
956
+ readonly clusterName: Schema.String;
957
+ readonly databaseName: Schema.String;
834
958
  readonly "api-version": Schema.String;
835
959
  }>;
836
960
  export type DatabasesDeleteInput = typeof DatabasesDeleteInput.Type;
@@ -839,14 +963,18 @@ export type DatabasesDeleteOutput = typeof DatabasesDeleteOutput.Type;
839
963
  /**
840
964
  * Deletes the database with the given name.
841
965
  *
842
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
843
- * @param subscriptionId - The ID of the target subscription.
844
966
  * @param api-version - The API version to use for this operation.
967
+ * @param subscriptionId - The ID of the target subscription.
968
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
969
+ * @param clusterName - The name of the Kusto cluster.
970
+ * @param databaseName - The name of the database in the Kusto cluster.
845
971
  */
846
972
  export declare const DatabasesDelete: any;
847
973
  export declare const DatabasesGetInput: Schema.Struct<{
848
- readonly resourceGroupName: Schema.String;
849
974
  readonly subscriptionId: Schema.String;
975
+ readonly resourceGroupName: Schema.String;
976
+ readonly clusterName: Schema.String;
977
+ readonly databaseName: Schema.String;
850
978
  readonly "api-version": Schema.String;
851
979
  }>;
852
980
  export type DatabasesGetInput = typeof DatabasesGetInput.Type;
@@ -855,37 +983,43 @@ export type DatabasesGetOutput = typeof DatabasesGetOutput.Type;
855
983
  /**
856
984
  * Returns a database.
857
985
  *
858
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
859
- * @param subscriptionId - The ID of the target subscription.
860
986
  * @param api-version - The API version to use for this operation.
987
+ * @param subscriptionId - The ID of the target subscription.
988
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
989
+ * @param clusterName - The name of the Kusto cluster.
990
+ * @param databaseName - The name of the database in the Kusto cluster.
861
991
  */
862
992
  export declare const DatabasesGet: any;
863
993
  export declare const DatabasesListByClusterInput: Schema.Struct<{
864
- readonly resourceGroupName: Schema.String;
865
994
  readonly subscriptionId: Schema.String;
995
+ readonly resourceGroupName: Schema.String;
996
+ readonly clusterName: Schema.String;
866
997
  readonly "api-version": Schema.String;
867
998
  readonly $top: Schema.optional<Schema.Number>;
868
999
  readonly $skiptoken: Schema.optional<Schema.String>;
869
1000
  }>;
870
1001
  export type DatabasesListByClusterInput = typeof DatabasesListByClusterInput.Type;
871
1002
  export declare const DatabasesListByClusterOutput: Schema.Struct<{
1003
+ readonly value: Schema.$Array<Schema.Struct<{}>>;
872
1004
  readonly nextLink: Schema.optional<Schema.String>;
873
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{}>>>;
874
1005
  }>;
875
1006
  export type DatabasesListByClusterOutput = typeof DatabasesListByClusterOutput.Type;
876
1007
  /**
877
1008
  * Returns the list of databases of the given Kusto cluster.
878
1009
  *
879
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
880
- * @param subscriptionId - The ID of the target subscription.
881
1010
  * @param api-version - The API version to use for this operation.
1011
+ * @param subscriptionId - The ID of the target subscription.
1012
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1013
+ * @param clusterName - The name of the Kusto cluster.
882
1014
  * @param $top - limit the number of results
883
1015
  * @param $skiptoken - Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls.
884
1016
  */
885
1017
  export declare const DatabasesListByCluster: any;
886
1018
  export declare const DatabasesListPrincipalsInput: Schema.Struct<{
887
- readonly resourceGroupName: Schema.String;
888
1019
  readonly subscriptionId: Schema.String;
1020
+ readonly resourceGroupName: Schema.String;
1021
+ readonly clusterName: Schema.String;
1022
+ readonly databaseName: Schema.String;
889
1023
  readonly "api-version": Schema.String;
890
1024
  }>;
891
1025
  export type DatabasesListPrincipalsInput = typeof DatabasesListPrincipalsInput.Type;
@@ -899,19 +1033,24 @@ export declare const DatabasesListPrincipalsOutput: Schema.Struct<{
899
1033
  readonly appId: Schema.optional<Schema.String>;
900
1034
  readonly tenantName: Schema.optional<Schema.String>;
901
1035
  }>>>;
1036
+ readonly nextLink: Schema.optional<Schema.String>;
902
1037
  }>;
903
1038
  export type DatabasesListPrincipalsOutput = typeof DatabasesListPrincipalsOutput.Type;
904
1039
  /**
905
1040
  * Returns a list of database principals of the given Kusto cluster and database.
906
1041
  *
907
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
908
- * @param subscriptionId - The ID of the target subscription.
909
1042
  * @param api-version - The API version to use for this operation.
1043
+ * @param subscriptionId - The ID of the target subscription.
1044
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1045
+ * @param clusterName - The name of the Kusto cluster.
1046
+ * @param databaseName - The name of the database in the Kusto cluster.
910
1047
  */
911
1048
  export declare const DatabasesListPrincipals: any;
912
1049
  export declare const DatabasesRemovePrincipalsInput: Schema.Struct<{
913
- readonly resourceGroupName: Schema.String;
914
1050
  readonly subscriptionId: Schema.String;
1051
+ readonly resourceGroupName: Schema.String;
1052
+ readonly clusterName: Schema.String;
1053
+ readonly databaseName: Schema.String;
915
1054
  readonly "api-version": Schema.String;
916
1055
  }>;
917
1056
  export type DatabasesRemovePrincipalsInput = typeof DatabasesRemovePrincipalsInput.Type;
@@ -925,20 +1064,26 @@ export declare const DatabasesRemovePrincipalsOutput: Schema.Struct<{
925
1064
  readonly appId: Schema.optional<Schema.String>;
926
1065
  readonly tenantName: Schema.optional<Schema.String>;
927
1066
  }>>>;
1067
+ readonly nextLink: Schema.optional<Schema.String>;
928
1068
  }>;
929
1069
  export type DatabasesRemovePrincipalsOutput = typeof DatabasesRemovePrincipalsOutput.Type;
930
1070
  /**
931
1071
  * Remove Database principals permissions.
932
1072
  *
933
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
934
- * @param subscriptionId - The ID of the target subscription.
935
1073
  * @param api-version - The API version to use for this operation.
1074
+ * @param subscriptionId - The ID of the target subscription.
1075
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1076
+ * @param clusterName - The name of the Kusto cluster.
1077
+ * @param databaseName - The name of the database in the Kusto cluster.
936
1078
  */
937
1079
  export declare const DatabasesRemovePrincipals: any;
938
1080
  export declare const DatabasesUpdateInput: Schema.Struct<{
939
- readonly resourceGroupName: Schema.String;
940
1081
  readonly subscriptionId: Schema.String;
1082
+ readonly resourceGroupName: Schema.String;
1083
+ readonly clusterName: Schema.String;
1084
+ readonly databaseName: Schema.String;
941
1085
  readonly "api-version": Schema.String;
1086
+ readonly callerRole: Schema.optional<Schema.Literals<readonly ["Admin", "None"]>>;
942
1087
  }>;
943
1088
  export type DatabasesUpdateInput = typeof DatabasesUpdateInput.Type;
944
1089
  export declare const DatabasesUpdateOutput: Schema.Struct<{}>;
@@ -946,14 +1091,19 @@ export type DatabasesUpdateOutput = typeof DatabasesUpdateOutput.Type;
946
1091
  /**
947
1092
  * Updates a database.
948
1093
  *
949
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
950
- * @param subscriptionId - The ID of the target subscription.
951
1094
  * @param api-version - The API version to use for this operation.
1095
+ * @param subscriptionId - The ID of the target subscription.
1096
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1097
+ * @param clusterName - The name of the Kusto cluster.
1098
+ * @param databaseName - The name of the database in the Kusto cluster.
1099
+ * @param callerRole - By default, any user who run operation on a database become an Admin on it. This property allows the caller to exclude the caller from Admins list.
952
1100
  */
953
1101
  export declare const DatabasesUpdate: any;
954
1102
  export declare const DataConnectionsCheckNameAvailabilityInput: Schema.Struct<{
955
- readonly resourceGroupName: Schema.String;
956
1103
  readonly subscriptionId: Schema.String;
1104
+ readonly resourceGroupName: Schema.String;
1105
+ readonly clusterName: Schema.String;
1106
+ readonly databaseName: Schema.String;
957
1107
  readonly "api-version": Schema.String;
958
1108
  }>;
959
1109
  export type DataConnectionsCheckNameAvailabilityInput = typeof DataConnectionsCheckNameAvailabilityInput.Type;
@@ -967,14 +1117,19 @@ export type DataConnectionsCheckNameAvailabilityOutput = typeof DataConnectionsC
967
1117
  /**
968
1118
  * Checks that the data connection name is valid and is not already in use.
969
1119
  *
970
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
971
1120
  * @param api-version - The API version to use for this operation.
972
1121
  * @param subscriptionId - The ID of the target subscription.
1122
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1123
+ * @param clusterName - The name of the Kusto cluster.
1124
+ * @param databaseName - The name of the database in the Kusto cluster.
973
1125
  */
974
1126
  export declare const DataConnectionsCheckNameAvailability: any;
975
1127
  export declare const DataConnectionsCreateOrUpdateInput: Schema.Struct<{
976
- readonly resourceGroupName: Schema.String;
977
1128
  readonly subscriptionId: Schema.String;
1129
+ readonly resourceGroupName: Schema.String;
1130
+ readonly clusterName: Schema.String;
1131
+ readonly databaseName: Schema.String;
1132
+ readonly dataConnectionName: Schema.String;
978
1133
  readonly "api-version": Schema.String;
979
1134
  }>;
980
1135
  export type DataConnectionsCreateOrUpdateInput = typeof DataConnectionsCreateOrUpdateInput.Type;
@@ -983,14 +1138,19 @@ export type DataConnectionsCreateOrUpdateOutput = typeof DataConnectionsCreateOr
983
1138
  /**
984
1139
  * Creates or updates a data connection.
985
1140
  *
986
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
987
- * @param subscriptionId - The ID of the target subscription.
988
1141
  * @param api-version - The API version to use for this operation.
1142
+ * @param subscriptionId - The ID of the target subscription.
1143
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1144
+ * @param clusterName - The name of the Kusto cluster.
1145
+ * @param databaseName - The name of the database in the Kusto cluster.
1146
+ * @param dataConnectionName - The name of the data connection.
989
1147
  */
990
1148
  export declare const DataConnectionsCreateOrUpdate: any;
991
1149
  export declare const DataConnectionsDataConnectionValidationInput: Schema.Struct<{
992
- readonly resourceGroupName: Schema.String;
993
1150
  readonly subscriptionId: Schema.String;
1151
+ readonly resourceGroupName: Schema.String;
1152
+ readonly clusterName: Schema.String;
1153
+ readonly databaseName: Schema.String;
994
1154
  readonly "api-version": Schema.String;
995
1155
  }>;
996
1156
  export type DataConnectionsDataConnectionValidationInput = typeof DataConnectionsDataConnectionValidationInput.Type;
@@ -1003,14 +1163,19 @@ export type DataConnectionsDataConnectionValidationOutput = typeof DataConnectio
1003
1163
  /**
1004
1164
  * Checks that the data connection parameters are valid.
1005
1165
  *
1006
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1007
1166
  * @param api-version - The API version to use for this operation.
1008
1167
  * @param subscriptionId - The ID of the target subscription.
1168
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1169
+ * @param clusterName - The name of the Kusto cluster.
1170
+ * @param databaseName - The name of the database in the Kusto cluster.
1009
1171
  */
1010
1172
  export declare const DataConnectionsDataConnectionValidation: any;
1011
1173
  export declare const DataConnectionsDeleteInput: Schema.Struct<{
1012
- readonly resourceGroupName: Schema.String;
1013
1174
  readonly subscriptionId: Schema.String;
1175
+ readonly resourceGroupName: Schema.String;
1176
+ readonly clusterName: Schema.String;
1177
+ readonly databaseName: Schema.String;
1178
+ readonly dataConnectionName: Schema.String;
1014
1179
  readonly "api-version": Schema.String;
1015
1180
  }>;
1016
1181
  export type DataConnectionsDeleteInput = typeof DataConnectionsDeleteInput.Type;
@@ -1019,14 +1184,20 @@ export type DataConnectionsDeleteOutput = typeof DataConnectionsDeleteOutput.Typ
1019
1184
  /**
1020
1185
  * Deletes the data connection with the given name.
1021
1186
  *
1022
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1023
- * @param subscriptionId - The ID of the target subscription.
1024
1187
  * @param api-version - The API version to use for this operation.
1188
+ * @param subscriptionId - The ID of the target subscription.
1189
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1190
+ * @param clusterName - The name of the Kusto cluster.
1191
+ * @param databaseName - The name of the database in the Kusto cluster.
1192
+ * @param dataConnectionName - The name of the data connection.
1025
1193
  */
1026
1194
  export declare const DataConnectionsDelete: any;
1027
1195
  export declare const DataConnectionsGetInput: Schema.Struct<{
1028
- readonly resourceGroupName: Schema.String;
1029
1196
  readonly subscriptionId: Schema.String;
1197
+ readonly resourceGroupName: Schema.String;
1198
+ readonly clusterName: Schema.String;
1199
+ readonly databaseName: Schema.String;
1200
+ readonly dataConnectionName: Schema.String;
1030
1201
  readonly "api-version": Schema.String;
1031
1202
  }>;
1032
1203
  export type DataConnectionsGetInput = typeof DataConnectionsGetInput.Type;
@@ -1035,32 +1206,43 @@ export type DataConnectionsGetOutput = typeof DataConnectionsGetOutput.Type;
1035
1206
  /**
1036
1207
  * Returns a data connection.
1037
1208
  *
1038
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1039
- * @param subscriptionId - The ID of the target subscription.
1040
1209
  * @param api-version - The API version to use for this operation.
1210
+ * @param subscriptionId - The ID of the target subscription.
1211
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1212
+ * @param clusterName - The name of the Kusto cluster.
1213
+ * @param databaseName - The name of the database in the Kusto cluster.
1214
+ * @param dataConnectionName - The name of the data connection.
1041
1215
  */
1042
1216
  export declare const DataConnectionsGet: any;
1043
1217
  export declare const DataConnectionsListByDatabaseInput: Schema.Struct<{
1044
- readonly resourceGroupName: Schema.String;
1045
1218
  readonly subscriptionId: Schema.String;
1219
+ readonly resourceGroupName: Schema.String;
1220
+ readonly clusterName: Schema.String;
1221
+ readonly databaseName: Schema.String;
1046
1222
  readonly "api-version": Schema.String;
1047
1223
  }>;
1048
1224
  export type DataConnectionsListByDatabaseInput = typeof DataConnectionsListByDatabaseInput.Type;
1049
1225
  export declare const DataConnectionsListByDatabaseOutput: Schema.Struct<{
1050
1226
  readonly value: Schema.optional<Schema.$Array<Schema.Struct<{}>>>;
1227
+ readonly nextLink: Schema.optional<Schema.String>;
1051
1228
  }>;
1052
1229
  export type DataConnectionsListByDatabaseOutput = typeof DataConnectionsListByDatabaseOutput.Type;
1053
1230
  /**
1054
1231
  * Returns the list of data connections of the given Kusto database.
1055
1232
  *
1056
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1057
- * @param subscriptionId - The ID of the target subscription.
1058
1233
  * @param api-version - The API version to use for this operation.
1234
+ * @param subscriptionId - The ID of the target subscription.
1235
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1236
+ * @param clusterName - The name of the Kusto cluster.
1237
+ * @param databaseName - The name of the database in the Kusto cluster.
1059
1238
  */
1060
1239
  export declare const DataConnectionsListByDatabase: any;
1061
1240
  export declare const DataConnectionsUpdateInput: Schema.Struct<{
1062
- readonly resourceGroupName: Schema.String;
1063
1241
  readonly subscriptionId: Schema.String;
1242
+ readonly resourceGroupName: Schema.String;
1243
+ readonly clusterName: Schema.String;
1244
+ readonly databaseName: Schema.String;
1245
+ readonly dataConnectionName: Schema.String;
1064
1246
  readonly "api-version": Schema.String;
1065
1247
  }>;
1066
1248
  export type DataConnectionsUpdateInput = typeof DataConnectionsUpdateInput.Type;
@@ -1069,14 +1251,18 @@ export type DataConnectionsUpdateOutput = typeof DataConnectionsUpdateOutput.Typ
1069
1251
  /**
1070
1252
  * Updates a data connection.
1071
1253
  *
1072
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1073
- * @param subscriptionId - The ID of the target subscription.
1074
1254
  * @param api-version - The API version to use for this operation.
1255
+ * @param subscriptionId - The ID of the target subscription.
1256
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1257
+ * @param clusterName - The name of the Kusto cluster.
1258
+ * @param databaseName - The name of the database in the Kusto cluster.
1259
+ * @param dataConnectionName - The name of the data connection.
1075
1260
  */
1076
1261
  export declare const DataConnectionsUpdate: any;
1077
1262
  export declare const ManagedPrivateEndpointsCheckNameAvailabilityInput: Schema.Struct<{
1078
- readonly resourceGroupName: Schema.String;
1079
1263
  readonly subscriptionId: Schema.String;
1264
+ readonly resourceGroupName: Schema.String;
1265
+ readonly clusterName: Schema.String;
1080
1266
  readonly "api-version": Schema.String;
1081
1267
  }>;
1082
1268
  export type ManagedPrivateEndpointsCheckNameAvailabilityInput = typeof ManagedPrivateEndpointsCheckNameAvailabilityInput.Type;
@@ -1090,14 +1276,17 @@ export type ManagedPrivateEndpointsCheckNameAvailabilityOutput = typeof ManagedP
1090
1276
  /**
1091
1277
  * Checks that the managed private endpoints resource name is valid and is not already in use.
1092
1278
  *
1093
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1094
1279
  * @param api-version - The API version to use for this operation.
1095
1280
  * @param subscriptionId - The ID of the target subscription.
1281
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1282
+ * @param clusterName - The name of the Kusto cluster.
1096
1283
  */
1097
1284
  export declare const ManagedPrivateEndpointsCheckNameAvailability: any;
1098
1285
  export declare const ManagedPrivateEndpointsCreateOrUpdateInput: Schema.Struct<{
1099
1286
  readonly subscriptionId: Schema.String;
1100
1287
  readonly resourceGroupName: Schema.String;
1288
+ readonly clusterName: Schema.String;
1289
+ readonly managedPrivateEndpointName: Schema.String;
1101
1290
  readonly "api-version": Schema.String;
1102
1291
  }>;
1103
1292
  export type ManagedPrivateEndpointsCreateOrUpdateInput = typeof ManagedPrivateEndpointsCreateOrUpdateInput.Type;
@@ -1106,14 +1295,18 @@ export type ManagedPrivateEndpointsCreateOrUpdateOutput = typeof ManagedPrivateE
1106
1295
  /**
1107
1296
  * Creates a managed private endpoint.
1108
1297
  *
1298
+ * @param api-version - The API version to use for this operation.
1109
1299
  * @param subscriptionId - The ID of the target subscription.
1110
1300
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1111
- * @param api-version - The API version to use for this operation.
1301
+ * @param clusterName - The name of the Kusto cluster.
1302
+ * @param managedPrivateEndpointName - The name of the managed private endpoint.
1112
1303
  */
1113
1304
  export declare const ManagedPrivateEndpointsCreateOrUpdate: any;
1114
1305
  export declare const ManagedPrivateEndpointsDeleteInput: Schema.Struct<{
1115
1306
  readonly subscriptionId: Schema.String;
1116
1307
  readonly resourceGroupName: Schema.String;
1308
+ readonly clusterName: Schema.String;
1309
+ readonly managedPrivateEndpointName: Schema.String;
1117
1310
  readonly "api-version": Schema.String;
1118
1311
  }>;
1119
1312
  export type ManagedPrivateEndpointsDeleteInput = typeof ManagedPrivateEndpointsDeleteInput.Type;
@@ -1122,14 +1315,18 @@ export type ManagedPrivateEndpointsDeleteOutput = typeof ManagedPrivateEndpoints
1122
1315
  /**
1123
1316
  * Deletes a managed private endpoint.
1124
1317
  *
1318
+ * @param api-version - The API version to use for this operation.
1125
1319
  * @param subscriptionId - The ID of the target subscription.
1126
1320
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1127
- * @param api-version - The API version to use for this operation.
1321
+ * @param clusterName - The name of the Kusto cluster.
1322
+ * @param managedPrivateEndpointName - The name of the managed private endpoint.
1128
1323
  */
1129
1324
  export declare const ManagedPrivateEndpointsDelete: any;
1130
1325
  export declare const ManagedPrivateEndpointsGetInput: Schema.Struct<{
1131
1326
  readonly subscriptionId: Schema.String;
1132
1327
  readonly resourceGroupName: Schema.String;
1328
+ readonly clusterName: Schema.String;
1329
+ readonly managedPrivateEndpointName: Schema.String;
1133
1330
  readonly "api-version": Schema.String;
1134
1331
  }>;
1135
1332
  export type ManagedPrivateEndpointsGetInput = typeof ManagedPrivateEndpointsGetInput.Type;
@@ -1138,32 +1335,39 @@ export type ManagedPrivateEndpointsGetOutput = typeof ManagedPrivateEndpointsGet
1138
1335
  /**
1139
1336
  * Gets a managed private endpoint.
1140
1337
  *
1338
+ * @param api-version - The API version to use for this operation.
1141
1339
  * @param subscriptionId - The ID of the target subscription.
1142
1340
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1143
- * @param api-version - The API version to use for this operation.
1341
+ * @param clusterName - The name of the Kusto cluster.
1342
+ * @param managedPrivateEndpointName - The name of the managed private endpoint.
1144
1343
  */
1145
1344
  export declare const ManagedPrivateEndpointsGet: any;
1146
1345
  export declare const ManagedPrivateEndpointsListInput: Schema.Struct<{
1147
1346
  readonly subscriptionId: Schema.String;
1148
1347
  readonly resourceGroupName: Schema.String;
1348
+ readonly clusterName: Schema.String;
1149
1349
  readonly "api-version": Schema.String;
1150
1350
  }>;
1151
1351
  export type ManagedPrivateEndpointsListInput = typeof ManagedPrivateEndpointsListInput.Type;
1152
1352
  export declare const ManagedPrivateEndpointsListOutput: Schema.Struct<{
1153
1353
  readonly value: Schema.optional<Schema.$Array<Schema.Struct<{}>>>;
1354
+ readonly nextLink: Schema.optional<Schema.String>;
1154
1355
  }>;
1155
1356
  export type ManagedPrivateEndpointsListOutput = typeof ManagedPrivateEndpointsListOutput.Type;
1156
1357
  /**
1157
1358
  * Returns the list of managed private endpoints.
1158
1359
  *
1360
+ * @param api-version - The API version to use for this operation.
1159
1361
  * @param subscriptionId - The ID of the target subscription.
1160
1362
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1161
- * @param api-version - The API version to use for this operation.
1363
+ * @param clusterName - The name of the Kusto cluster.
1162
1364
  */
1163
1365
  export declare const ManagedPrivateEndpointsList: any;
1164
1366
  export declare const ManagedPrivateEndpointsUpdateInput: Schema.Struct<{
1165
1367
  readonly subscriptionId: Schema.String;
1166
1368
  readonly resourceGroupName: Schema.String;
1369
+ readonly clusterName: Schema.String;
1370
+ readonly managedPrivateEndpointName: Schema.String;
1167
1371
  readonly "api-version": Schema.String;
1168
1372
  }>;
1169
1373
  export type ManagedPrivateEndpointsUpdateInput = typeof ManagedPrivateEndpointsUpdateInput.Type;
@@ -1172,9 +1376,11 @@ export type ManagedPrivateEndpointsUpdateOutput = typeof ManagedPrivateEndpoints
1172
1376
  /**
1173
1377
  * Updates a managed private endpoint.
1174
1378
  *
1379
+ * @param api-version - The API version to use for this operation.
1175
1380
  * @param subscriptionId - The ID of the target subscription.
1176
1381
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1177
- * @param api-version - The API version to use for this operation.
1382
+ * @param clusterName - The name of the Kusto cluster.
1383
+ * @param managedPrivateEndpointName - The name of the managed private endpoint.
1178
1384
  */
1179
1385
  export declare const ManagedPrivateEndpointsUpdate: any;
1180
1386
  export declare const OperationsListInput: Schema.Struct<{
@@ -1197,7 +1403,7 @@ export declare const OperationsListOutput: Schema.Struct<{
1197
1403
  }>;
1198
1404
  export type OperationsListOutput = typeof OperationsListOutput.Type;
1199
1405
  /**
1200
- * Lists available operations for the Microsoft.Kusto provider.
1406
+ * List the operations for the provider
1201
1407
  *
1202
1408
  * @param api-version - The API version to use for this operation.
1203
1409
  */
@@ -1230,15 +1436,17 @@ export type OperationsResultsGetOutput = typeof OperationsResultsGetOutput.Type;
1230
1436
  /**
1231
1437
  * Returns operation results.
1232
1438
  *
1439
+ * @param api-version - The API version to use for this operation.
1233
1440
  * @param subscriptionId - The ID of the target subscription.
1234
1441
  * @param location - The name of Azure region.
1235
1442
  * @param operationId - The ID of an ongoing async operation.
1236
- * @param api-version - The API version to use for this operation.
1237
1443
  */
1238
1444
  export declare const OperationsResultsGet: any;
1239
1445
  export declare const PrivateEndpointConnectionsCreateOrUpdateInput: Schema.Struct<{
1240
1446
  readonly subscriptionId: Schema.String;
1241
1447
  readonly resourceGroupName: Schema.String;
1448
+ readonly clusterName: Schema.String;
1449
+ readonly privateEndpointConnectionName: Schema.String;
1242
1450
  readonly "api-version": Schema.String;
1243
1451
  }>;
1244
1452
  export type PrivateEndpointConnectionsCreateOrUpdateInput = typeof PrivateEndpointConnectionsCreateOrUpdateInput.Type;
@@ -1247,14 +1455,18 @@ export type PrivateEndpointConnectionsCreateOrUpdateOutput = typeof PrivateEndpo
1247
1455
  /**
1248
1456
  * Approve or reject a private endpoint connection with a given name.
1249
1457
  *
1458
+ * @param api-version - The API version to use for this operation.
1250
1459
  * @param subscriptionId - The ID of the target subscription.
1251
1460
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1252
- * @param api-version - The API version to use for this operation.
1461
+ * @param clusterName - The name of the Kusto cluster.
1462
+ * @param privateEndpointConnectionName - The name of the private endpoint connection.
1253
1463
  */
1254
1464
  export declare const PrivateEndpointConnectionsCreateOrUpdate: any;
1255
1465
  export declare const PrivateEndpointConnectionsDeleteInput: Schema.Struct<{
1256
1466
  readonly subscriptionId: Schema.String;
1257
1467
  readonly resourceGroupName: Schema.String;
1468
+ readonly clusterName: Schema.String;
1469
+ readonly privateEndpointConnectionName: Schema.String;
1258
1470
  readonly "api-version": Schema.String;
1259
1471
  }>;
1260
1472
  export type PrivateEndpointConnectionsDeleteInput = typeof PrivateEndpointConnectionsDeleteInput.Type;
@@ -1263,14 +1475,18 @@ export type PrivateEndpointConnectionsDeleteOutput = typeof PrivateEndpointConne
1263
1475
  /**
1264
1476
  * Deletes a private endpoint connection with a given name.
1265
1477
  *
1478
+ * @param api-version - The API version to use for this operation.
1266
1479
  * @param subscriptionId - The ID of the target subscription.
1267
1480
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1268
- * @param api-version - The API version to use for this operation.
1481
+ * @param clusterName - The name of the Kusto cluster.
1482
+ * @param privateEndpointConnectionName - The name of the private endpoint connection.
1269
1483
  */
1270
1484
  export declare const PrivateEndpointConnectionsDelete: any;
1271
1485
  export declare const PrivateEndpointConnectionsGetInput: Schema.Struct<{
1272
1486
  readonly subscriptionId: Schema.String;
1273
1487
  readonly resourceGroupName: Schema.String;
1488
+ readonly clusterName: Schema.String;
1489
+ readonly privateEndpointConnectionName: Schema.String;
1274
1490
  readonly "api-version": Schema.String;
1275
1491
  }>;
1276
1492
  export type PrivateEndpointConnectionsGetInput = typeof PrivateEndpointConnectionsGetInput.Type;
@@ -1279,74 +1495,79 @@ export type PrivateEndpointConnectionsGetOutput = typeof PrivateEndpointConnecti
1279
1495
  /**
1280
1496
  * Gets a private endpoint connection.
1281
1497
  *
1498
+ * @param api-version - The API version to use for this operation.
1282
1499
  * @param subscriptionId - The ID of the target subscription.
1283
1500
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1284
- * @param api-version - The API version to use for this operation.
1501
+ * @param clusterName - The name of the Kusto cluster.
1502
+ * @param privateEndpointConnectionName - The name of the private endpoint connection.
1285
1503
  */
1286
1504
  export declare const PrivateEndpointConnectionsGet: any;
1287
1505
  export declare const PrivateEndpointConnectionsListInput: Schema.Struct<{
1288
1506
  readonly subscriptionId: Schema.String;
1289
1507
  readonly resourceGroupName: Schema.String;
1508
+ readonly clusterName: Schema.String;
1290
1509
  readonly "api-version": Schema.String;
1291
1510
  }>;
1292
1511
  export type PrivateEndpointConnectionsListInput = typeof PrivateEndpointConnectionsListInput.Type;
1293
1512
  export declare const PrivateEndpointConnectionsListOutput: Schema.Struct<{
1294
1513
  readonly value: Schema.optional<Schema.$Array<Schema.Struct<{}>>>;
1514
+ readonly nextLink: Schema.optional<Schema.String>;
1295
1515
  }>;
1296
1516
  export type PrivateEndpointConnectionsListOutput = typeof PrivateEndpointConnectionsListOutput.Type;
1297
1517
  /**
1298
1518
  * Returns the list of private endpoint connections.
1299
1519
  *
1520
+ * @param api-version - The API version to use for this operation.
1300
1521
  * @param subscriptionId - The ID of the target subscription.
1301
1522
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1302
- * @param api-version - The API version to use for this operation.
1523
+ * @param clusterName - The name of the Kusto cluster.
1303
1524
  */
1304
1525
  export declare const PrivateEndpointConnectionsList: any;
1305
1526
  export declare const PrivateLinkResourcesGetInput: Schema.Struct<{
1306
1527
  readonly subscriptionId: Schema.String;
1307
1528
  readonly resourceGroupName: Schema.String;
1529
+ readonly clusterName: Schema.String;
1530
+ readonly privateLinkResourceName: Schema.String;
1308
1531
  readonly "api-version": Schema.String;
1309
1532
  }>;
1310
1533
  export type PrivateLinkResourcesGetInput = typeof PrivateLinkResourcesGetInput.Type;
1311
- export declare const PrivateLinkResourcesGetOutput: Schema.Struct<{
1312
- readonly id: Schema.optional<Schema.String>;
1313
- readonly name: Schema.optional<Schema.String>;
1314
- readonly type: Schema.optional<Schema.String>;
1315
- }>;
1534
+ export declare const PrivateLinkResourcesGetOutput: Schema.Struct<{}>;
1316
1535
  export type PrivateLinkResourcesGetOutput = typeof PrivateLinkResourcesGetOutput.Type;
1317
1536
  /**
1318
1537
  * Gets a private link resource.
1319
1538
  *
1539
+ * @param api-version - The API version to use for this operation.
1320
1540
  * @param subscriptionId - The ID of the target subscription.
1321
1541
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1322
- * @param api-version - The API version to use for this operation.
1542
+ * @param clusterName - The name of the Kusto cluster.
1543
+ * @param privateLinkResourceName - The name of the private link resource.
1323
1544
  */
1324
1545
  export declare const PrivateLinkResourcesGet: any;
1325
1546
  export declare const PrivateLinkResourcesListInput: Schema.Struct<{
1326
1547
  readonly subscriptionId: Schema.String;
1327
1548
  readonly resourceGroupName: Schema.String;
1549
+ readonly clusterName: Schema.String;
1328
1550
  readonly "api-version": Schema.String;
1329
1551
  }>;
1330
1552
  export type PrivateLinkResourcesListInput = typeof PrivateLinkResourcesListInput.Type;
1331
1553
  export declare const PrivateLinkResourcesListOutput: Schema.Struct<{
1332
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{
1333
- readonly id: Schema.optional<Schema.String>;
1334
- readonly name: Schema.optional<Schema.String>;
1335
- readonly type: Schema.optional<Schema.String>;
1336
- }>>>;
1554
+ readonly value: Schema.optional<Schema.$Array<Schema.Struct<{}>>>;
1555
+ readonly nextLink: Schema.optional<Schema.String>;
1337
1556
  }>;
1338
1557
  export type PrivateLinkResourcesListOutput = typeof PrivateLinkResourcesListOutput.Type;
1339
1558
  /**
1340
1559
  * Returns the list of private link resources.
1341
1560
  *
1561
+ * @param api-version - The API version to use for this operation.
1342
1562
  * @param subscriptionId - The ID of the target subscription.
1343
1563
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1344
- * @param api-version - The API version to use for this operation.
1564
+ * @param clusterName - The name of the Kusto cluster.
1345
1565
  */
1346
1566
  export declare const PrivateLinkResourcesList: any;
1347
1567
  export declare const SandboxCustomImagesCheckNameAvailabilityInput: Schema.Struct<{
1348
- readonly resourceGroupName: Schema.String;
1349
1568
  readonly subscriptionId: Schema.String;
1569
+ readonly resourceGroupName: Schema.String;
1570
+ readonly clusterName: Schema.String;
1350
1571
  readonly "api-version": Schema.String;
1351
1572
  }>;
1352
1573
  export type SandboxCustomImagesCheckNameAvailabilityInput = typeof SandboxCustomImagesCheckNameAvailabilityInput.Type;
@@ -1360,14 +1581,17 @@ export type SandboxCustomImagesCheckNameAvailabilityOutput = typeof SandboxCusto
1360
1581
  /**
1361
1582
  * Checks that the sandbox custom image resource name is valid and is not already in use.
1362
1583
  *
1363
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1364
1584
  * @param api-version - The API version to use for this operation.
1365
1585
  * @param subscriptionId - The ID of the target subscription.
1586
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1587
+ * @param clusterName - The name of the Kusto cluster.
1366
1588
  */
1367
1589
  export declare const SandboxCustomImagesCheckNameAvailability: any;
1368
1590
  export declare const SandboxCustomImagesCreateOrUpdateInput: Schema.Struct<{
1369
1591
  readonly subscriptionId: Schema.String;
1370
1592
  readonly resourceGroupName: Schema.String;
1593
+ readonly clusterName: Schema.String;
1594
+ readonly sandboxCustomImageName: Schema.String;
1371
1595
  readonly "api-version": Schema.String;
1372
1596
  }>;
1373
1597
  export type SandboxCustomImagesCreateOrUpdateInput = typeof SandboxCustomImagesCreateOrUpdateInput.Type;
@@ -1376,14 +1600,18 @@ export type SandboxCustomImagesCreateOrUpdateOutput = typeof SandboxCustomImages
1376
1600
  /**
1377
1601
  * Creates or updates a sandbox custom image.
1378
1602
  *
1603
+ * @param api-version - The API version to use for this operation.
1379
1604
  * @param subscriptionId - The ID of the target subscription.
1380
1605
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1381
- * @param api-version - The API version to use for this operation.
1606
+ * @param clusterName - The name of the Kusto cluster.
1607
+ * @param sandboxCustomImageName - The name of the sandbox custom image.
1382
1608
  */
1383
1609
  export declare const SandboxCustomImagesCreateOrUpdate: any;
1384
1610
  export declare const SandboxCustomImagesDeleteInput: Schema.Struct<{
1385
1611
  readonly subscriptionId: Schema.String;
1386
1612
  readonly resourceGroupName: Schema.String;
1613
+ readonly clusterName: Schema.String;
1614
+ readonly sandboxCustomImageName: Schema.String;
1387
1615
  readonly "api-version": Schema.String;
1388
1616
  }>;
1389
1617
  export type SandboxCustomImagesDeleteInput = typeof SandboxCustomImagesDeleteInput.Type;
@@ -1392,14 +1620,18 @@ export type SandboxCustomImagesDeleteOutput = typeof SandboxCustomImagesDeleteOu
1392
1620
  /**
1393
1621
  * Deletes a sandbox custom image.
1394
1622
  *
1623
+ * @param api-version - The API version to use for this operation.
1395
1624
  * @param subscriptionId - The ID of the target subscription.
1396
1625
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1397
- * @param api-version - The API version to use for this operation.
1626
+ * @param clusterName - The name of the Kusto cluster.
1627
+ * @param sandboxCustomImageName - The name of the sandbox custom image.
1398
1628
  */
1399
1629
  export declare const SandboxCustomImagesDelete: any;
1400
1630
  export declare const SandboxCustomImagesGetInput: Schema.Struct<{
1401
1631
  readonly subscriptionId: Schema.String;
1402
1632
  readonly resourceGroupName: Schema.String;
1633
+ readonly clusterName: Schema.String;
1634
+ readonly sandboxCustomImageName: Schema.String;
1403
1635
  readonly "api-version": Schema.String;
1404
1636
  }>;
1405
1637
  export type SandboxCustomImagesGetInput = typeof SandboxCustomImagesGetInput.Type;
@@ -1408,33 +1640,39 @@ export type SandboxCustomImagesGetOutput = typeof SandboxCustomImagesGetOutput.T
1408
1640
  /**
1409
1641
  * Returns a sandbox custom image
1410
1642
  *
1643
+ * @param api-version - The API version to use for this operation.
1411
1644
  * @param subscriptionId - The ID of the target subscription.
1412
1645
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1413
- * @param api-version - The API version to use for this operation.
1646
+ * @param clusterName - The name of the Kusto cluster.
1647
+ * @param sandboxCustomImageName - The name of the sandbox custom image.
1414
1648
  */
1415
1649
  export declare const SandboxCustomImagesGet: any;
1416
1650
  export declare const SandboxCustomImagesListByClusterInput: Schema.Struct<{
1417
- readonly resourceGroupName: Schema.String;
1418
1651
  readonly subscriptionId: Schema.String;
1652
+ readonly resourceGroupName: Schema.String;
1653
+ readonly clusterName: Schema.String;
1419
1654
  readonly "api-version": Schema.String;
1420
1655
  }>;
1421
1656
  export type SandboxCustomImagesListByClusterInput = typeof SandboxCustomImagesListByClusterInput.Type;
1422
1657
  export declare const SandboxCustomImagesListByClusterOutput: Schema.Struct<{
1658
+ readonly value: Schema.$Array<Schema.Struct<{}>>;
1423
1659
  readonly nextLink: Schema.optional<Schema.String>;
1424
- readonly value: Schema.optional<Schema.$Array<Schema.Struct<{}>>>;
1425
1660
  }>;
1426
1661
  export type SandboxCustomImagesListByClusterOutput = typeof SandboxCustomImagesListByClusterOutput.Type;
1427
1662
  /**
1428
1663
  * Returns the list of the existing sandbox custom images of the given Kusto cluster.
1429
1664
  *
1430
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1431
- * @param subscriptionId - The ID of the target subscription.
1432
1665
  * @param api-version - The API version to use for this operation.
1666
+ * @param subscriptionId - The ID of the target subscription.
1667
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1668
+ * @param clusterName - The name of the Kusto cluster.
1433
1669
  */
1434
1670
  export declare const SandboxCustomImagesListByCluster: any;
1435
1671
  export declare const SandboxCustomImagesUpdateInput: Schema.Struct<{
1436
1672
  readonly subscriptionId: Schema.String;
1437
1673
  readonly resourceGroupName: Schema.String;
1674
+ readonly clusterName: Schema.String;
1675
+ readonly sandboxCustomImageName: Schema.String;
1438
1676
  readonly "api-version": Schema.String;
1439
1677
  }>;
1440
1678
  export type SandboxCustomImagesUpdateInput = typeof SandboxCustomImagesUpdateInput.Type;
@@ -1443,14 +1681,18 @@ export type SandboxCustomImagesUpdateOutput = typeof SandboxCustomImagesUpdateOu
1443
1681
  /**
1444
1682
  * Updates a sandbox custom image.
1445
1683
  *
1684
+ * @param api-version - The API version to use for this operation.
1446
1685
  * @param subscriptionId - The ID of the target subscription.
1447
1686
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1448
- * @param api-version - The API version to use for this operation.
1687
+ * @param clusterName - The name of the Kusto cluster.
1688
+ * @param sandboxCustomImageName - The name of the sandbox custom image.
1449
1689
  */
1450
1690
  export declare const SandboxCustomImagesUpdate: any;
1451
1691
  export declare const ScriptsCheckNameAvailabilityInput: Schema.Struct<{
1452
- readonly resourceGroupName: Schema.String;
1453
1692
  readonly subscriptionId: Schema.String;
1693
+ readonly resourceGroupName: Schema.String;
1694
+ readonly clusterName: Schema.String;
1695
+ readonly databaseName: Schema.String;
1454
1696
  readonly "api-version": Schema.String;
1455
1697
  }>;
1456
1698
  export type ScriptsCheckNameAvailabilityInput = typeof ScriptsCheckNameAvailabilityInput.Type;
@@ -1464,14 +1706,19 @@ export type ScriptsCheckNameAvailabilityOutput = typeof ScriptsCheckNameAvailabi
1464
1706
  /**
1465
1707
  * Checks that the script name is valid and is not already in use.
1466
1708
  *
1467
- * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1468
1709
  * @param api-version - The API version to use for this operation.
1469
1710
  * @param subscriptionId - The ID of the target subscription.
1711
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1712
+ * @param clusterName - The name of the Kusto cluster.
1713
+ * @param databaseName - The name of the database in the Kusto cluster.
1470
1714
  */
1471
1715
  export declare const ScriptsCheckNameAvailability: any;
1472
1716
  export declare const ScriptsCreateOrUpdateInput: Schema.Struct<{
1473
1717
  readonly subscriptionId: Schema.String;
1474
1718
  readonly resourceGroupName: Schema.String;
1719
+ readonly clusterName: Schema.String;
1720
+ readonly databaseName: Schema.String;
1721
+ readonly scriptName: Schema.String;
1475
1722
  readonly "api-version": Schema.String;
1476
1723
  }>;
1477
1724
  export type ScriptsCreateOrUpdateInput = typeof ScriptsCreateOrUpdateInput.Type;
@@ -1480,14 +1727,20 @@ export type ScriptsCreateOrUpdateOutput = typeof ScriptsCreateOrUpdateOutput.Typ
1480
1727
  /**
1481
1728
  * Creates a Kusto database script.
1482
1729
  *
1730
+ * @param api-version - The API version to use for this operation.
1483
1731
  * @param subscriptionId - The ID of the target subscription.
1484
1732
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1485
- * @param api-version - The API version to use for this operation.
1733
+ * @param clusterName - The name of the Kusto cluster.
1734
+ * @param databaseName - The name of the database in the Kusto cluster.
1735
+ * @param scriptName - The name of the Kusto database script.
1486
1736
  */
1487
1737
  export declare const ScriptsCreateOrUpdate: any;
1488
1738
  export declare const ScriptsDeleteInput: Schema.Struct<{
1489
1739
  readonly subscriptionId: Schema.String;
1490
1740
  readonly resourceGroupName: Schema.String;
1741
+ readonly clusterName: Schema.String;
1742
+ readonly databaseName: Schema.String;
1743
+ readonly scriptName: Schema.String;
1491
1744
  readonly "api-version": Schema.String;
1492
1745
  }>;
1493
1746
  export type ScriptsDeleteInput = typeof ScriptsDeleteInput.Type;
@@ -1496,14 +1749,20 @@ export type ScriptsDeleteOutput = typeof ScriptsDeleteOutput.Type;
1496
1749
  /**
1497
1750
  * Deletes a Kusto database script.
1498
1751
  *
1752
+ * @param api-version - The API version to use for this operation.
1499
1753
  * @param subscriptionId - The ID of the target subscription.
1500
1754
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1501
- * @param api-version - The API version to use for this operation.
1755
+ * @param clusterName - The name of the Kusto cluster.
1756
+ * @param databaseName - The name of the database in the Kusto cluster.
1757
+ * @param scriptName - The name of the Kusto database script.
1502
1758
  */
1503
1759
  export declare const ScriptsDelete: any;
1504
1760
  export declare const ScriptsGetInput: Schema.Struct<{
1505
1761
  readonly subscriptionId: Schema.String;
1506
1762
  readonly resourceGroupName: Schema.String;
1763
+ readonly clusterName: Schema.String;
1764
+ readonly databaseName: Schema.String;
1765
+ readonly scriptName: Schema.String;
1507
1766
  readonly "api-version": Schema.String;
1508
1767
  }>;
1509
1768
  export type ScriptsGetInput = typeof ScriptsGetInput.Type;
@@ -1512,32 +1771,43 @@ export type ScriptsGetOutput = typeof ScriptsGetOutput.Type;
1512
1771
  /**
1513
1772
  * Gets a Kusto cluster database script.
1514
1773
  *
1774
+ * @param api-version - The API version to use for this operation.
1515
1775
  * @param subscriptionId - The ID of the target subscription.
1516
1776
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1517
- * @param api-version - The API version to use for this operation.
1777
+ * @param clusterName - The name of the Kusto cluster.
1778
+ * @param databaseName - The name of the database in the Kusto cluster.
1779
+ * @param scriptName - The name of the Kusto database script.
1518
1780
  */
1519
1781
  export declare const ScriptsGet: any;
1520
1782
  export declare const ScriptsListByDatabaseInput: Schema.Struct<{
1521
1783
  readonly subscriptionId: Schema.String;
1522
1784
  readonly resourceGroupName: Schema.String;
1785
+ readonly clusterName: Schema.String;
1786
+ readonly databaseName: Schema.String;
1523
1787
  readonly "api-version": Schema.String;
1524
1788
  }>;
1525
1789
  export type ScriptsListByDatabaseInput = typeof ScriptsListByDatabaseInput.Type;
1526
1790
  export declare const ScriptsListByDatabaseOutput: Schema.Struct<{
1527
1791
  readonly value: Schema.optional<Schema.$Array<Schema.Struct<{}>>>;
1792
+ readonly nextLink: Schema.optional<Schema.String>;
1528
1793
  }>;
1529
1794
  export type ScriptsListByDatabaseOutput = typeof ScriptsListByDatabaseOutput.Type;
1530
1795
  /**
1531
1796
  * Returns the list of database scripts for given database.
1532
1797
  *
1798
+ * @param api-version - The API version to use for this operation.
1533
1799
  * @param subscriptionId - The ID of the target subscription.
1534
1800
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1535
- * @param api-version - The API version to use for this operation.
1801
+ * @param clusterName - The name of the Kusto cluster.
1802
+ * @param databaseName - The name of the database in the Kusto cluster.
1536
1803
  */
1537
1804
  export declare const ScriptsListByDatabase: any;
1538
1805
  export declare const ScriptsUpdateInput: Schema.Struct<{
1539
1806
  readonly subscriptionId: Schema.String;
1540
1807
  readonly resourceGroupName: Schema.String;
1808
+ readonly clusterName: Schema.String;
1809
+ readonly databaseName: Schema.String;
1810
+ readonly scriptName: Schema.String;
1541
1811
  readonly "api-version": Schema.String;
1542
1812
  }>;
1543
1813
  export type ScriptsUpdateInput = typeof ScriptsUpdateInput.Type;
@@ -1546,9 +1816,12 @@ export type ScriptsUpdateOutput = typeof ScriptsUpdateOutput.Type;
1546
1816
  /**
1547
1817
  * Updates a database script.
1548
1818
  *
1819
+ * @param api-version - The API version to use for this operation.
1549
1820
  * @param subscriptionId - The ID of the target subscription.
1550
1821
  * @param resourceGroupName - The name of the resource group. The name is case insensitive.
1551
- * @param api-version - The API version to use for this operation.
1822
+ * @param clusterName - The name of the Kusto cluster.
1823
+ * @param databaseName - The name of the database in the Kusto cluster.
1824
+ * @param scriptName - The name of the Kusto database script.
1552
1825
  */
1553
1826
  export declare const ScriptsUpdate: any;
1554
1827
  export declare const SkusListInput: Schema.Struct<{
@@ -1576,6 +1849,7 @@ export declare const SkusListOutput: Schema.Struct<{
1576
1849
  }>>>;
1577
1850
  readonly restrictions: Schema.optional<Schema.$Array<Schema.Unknown>>;
1578
1851
  }>>>;
1852
+ readonly nextLink: Schema.optional<Schema.String>;
1579
1853
  }>;
1580
1854
  export type SkusListOutput = typeof SkusListOutput.Type;
1581
1855
  /**