@azure/arm-streamanalytics 3.0.0 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (252) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/{LICENSE.txt → LICENSE} +1 -1
  3. package/README.md +70 -84
  4. package/dist/index.js +6818 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/index.d.ts +5 -0
  9. package/dist-esm/src/index.d.ts.map +1 -0
  10. package/dist-esm/src/index.js +12 -0
  11. package/dist-esm/src/index.js.map +1 -0
  12. package/dist-esm/src/lroImpl.d.ts +16 -0
  13. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  14. package/dist-esm/src/lroImpl.js +29 -0
  15. package/dist-esm/src/lroImpl.js.map +1 -0
  16. package/dist-esm/src/models/index.d.ts +1940 -0
  17. package/dist-esm/src/models/index.d.ts.map +1 -0
  18. package/dist-esm/src/models/index.js +132 -0
  19. package/dist-esm/src/models/index.js.map +1 -0
  20. package/dist-esm/src/models/mappers.d.ts +155 -0
  21. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  22. package/{esm → dist-esm/src}/models/mappers.js +1412 -2137
  23. package/dist-esm/src/models/mappers.js.map +1 -0
  24. package/dist-esm/src/models/parameters.d.ts +34 -0
  25. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  26. package/dist-esm/src/models/parameters.js +260 -0
  27. package/dist-esm/src/models/parameters.js.map +1 -0
  28. package/dist-esm/src/operations/clusters.d.ts +137 -0
  29. package/dist-esm/src/operations/clusters.d.ts.map +1 -0
  30. package/dist-esm/src/operations/clusters.js +627 -0
  31. package/dist-esm/src/operations/clusters.js.map +1 -0
  32. package/dist-esm/src/operations/functions.d.ts +107 -0
  33. package/dist-esm/src/operations/functions.d.ts.map +1 -0
  34. package/dist-esm/src/operations/functions.js +416 -0
  35. package/dist-esm/src/operations/functions.js.map +1 -0
  36. package/{esm → dist-esm/src}/operations/index.d.ts +4 -4
  37. package/dist-esm/src/operations/index.d.ts.map +1 -0
  38. package/{esm → dist-esm/src}/operations/index.js +5 -6
  39. package/dist-esm/src/operations/index.js.map +1 -0
  40. package/dist-esm/src/operations/inputs.d.ts +94 -0
  41. package/dist-esm/src/operations/inputs.d.ts.map +1 -0
  42. package/dist-esm/src/operations/inputs.js +377 -0
  43. package/dist-esm/src/operations/inputs.js.map +1 -0
  44. package/dist-esm/src/operations/operations.d.ts +32 -0
  45. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  46. package/dist-esm/src/operations/operations.js +120 -0
  47. package/dist-esm/src/operations/operations.js.map +1 -0
  48. package/dist-esm/src/operations/outputs.d.ts +95 -0
  49. package/dist-esm/src/operations/outputs.d.ts.map +1 -0
  50. package/dist-esm/src/operations/outputs.js +378 -0
  51. package/dist-esm/src/operations/outputs.js.map +1 -0
  52. package/dist-esm/src/operations/privateEndpoints.d.ts +73 -0
  53. package/dist-esm/src/operations/privateEndpoints.d.ts.map +1 -0
  54. package/dist-esm/src/operations/privateEndpoints.js +295 -0
  55. package/dist-esm/src/operations/privateEndpoints.js.map +1 -0
  56. package/dist-esm/src/operations/streamingJobs.d.ts +151 -0
  57. package/dist-esm/src/operations/streamingJobs.d.ts.map +1 -0
  58. package/dist-esm/src/operations/streamingJobs.js +692 -0
  59. package/dist-esm/src/operations/streamingJobs.js.map +1 -0
  60. package/dist-esm/src/operations/subscriptions.d.ts +21 -0
  61. package/dist-esm/src/operations/subscriptions.d.ts.map +1 -0
  62. package/dist-esm/src/operations/subscriptions.js +53 -0
  63. package/dist-esm/src/operations/subscriptions.js.map +1 -0
  64. package/dist-esm/src/operations/transformations.d.ts +46 -0
  65. package/dist-esm/src/operations/transformations.d.ts.map +1 -0
  66. package/dist-esm/src/operations/transformations.js +160 -0
  67. package/dist-esm/src/operations/transformations.js.map +1 -0
  68. package/dist-esm/src/operationsInterfaces/clusters.d.ts +84 -0
  69. package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +1 -0
  70. package/dist-esm/src/operationsInterfaces/clusters.js +9 -0
  71. package/dist-esm/src/operationsInterfaces/clusters.js.map +1 -0
  72. package/dist-esm/src/operationsInterfaces/functions.d.ts +82 -0
  73. package/dist-esm/src/operationsInterfaces/functions.d.ts.map +1 -0
  74. package/dist-esm/src/operationsInterfaces/functions.js +9 -0
  75. package/dist-esm/src/operationsInterfaces/functions.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/index.d.ts +10 -0
  77. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  78. package/dist-esm/src/operationsInterfaces/index.js +17 -0
  79. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/inputs.d.ts +69 -0
  81. package/dist-esm/src/operationsInterfaces/inputs.d.ts.map +1 -0
  82. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/inputs.js} +2 -1
  83. package/dist-esm/src/operationsInterfaces/inputs.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  85. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  86. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  87. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/outputs.d.ts +70 -0
  89. package/dist-esm/src/operationsInterfaces/outputs.d.ts.map +1 -0
  90. package/dist-esm/src/operationsInterfaces/outputs.js +9 -0
  91. package/dist-esm/src/operationsInterfaces/outputs.js.map +1 -0
  92. package/dist-esm/src/operationsInterfaces/privateEndpoints.d.ts +48 -0
  93. package/dist-esm/src/operationsInterfaces/privateEndpoints.d.ts.map +1 -0
  94. package/dist-esm/src/operationsInterfaces/privateEndpoints.js +9 -0
  95. package/dist-esm/src/operationsInterfaces/privateEndpoints.js.map +1 -0
  96. package/dist-esm/src/operationsInterfaces/streamingJobs.d.ts +115 -0
  97. package/dist-esm/src/operationsInterfaces/streamingJobs.d.ts.map +1 -0
  98. package/dist-esm/src/operationsInterfaces/streamingJobs.js +9 -0
  99. package/dist-esm/src/operationsInterfaces/streamingJobs.js.map +1 -0
  100. package/dist-esm/src/operationsInterfaces/subscriptions.d.ts +13 -0
  101. package/dist-esm/src/operationsInterfaces/subscriptions.d.ts.map +1 -0
  102. package/dist-esm/src/operationsInterfaces/subscriptions.js +9 -0
  103. package/dist-esm/src/operationsInterfaces/subscriptions.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/transformations.d.ts +38 -0
  105. package/dist-esm/src/operationsInterfaces/transformations.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/transformations.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/transformations.js.map +1 -0
  108. package/dist-esm/src/streamAnalyticsManagementClient.d.ts +26 -0
  109. package/dist-esm/src/streamAnalyticsManagementClient.d.ts.map +1 -0
  110. package/dist-esm/src/streamAnalyticsManagementClient.js +59 -0
  111. package/dist-esm/src/streamAnalyticsManagementClient.js.map +1 -0
  112. package/dist-esm/test/sampleTest.d.ts +2 -0
  113. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  114. package/dist-esm/test/sampleTest.js +40 -0
  115. package/dist-esm/test/sampleTest.js.map +1 -0
  116. package/package.json +65 -32
  117. package/review/arm-streamanalytics.api.md +1598 -0
  118. package/rollup.config.js +181 -30
  119. package/src/{models/operationsMappers.ts → index.ts} +4 -12
  120. package/src/lroImpl.ts +34 -0
  121. package/src/models/index.ts +1943 -4505
  122. package/src/models/mappers.ts +1393 -2127
  123. package/src/models/parameters.ts +180 -90
  124. package/src/operations/clusters.ts +640 -393
  125. package/src/operations/functions.ts +366 -375
  126. package/src/operations/index.ts +5 -6
  127. package/src/operations/inputs.ts +337 -326
  128. package/src/operations/operations.ts +85 -73
  129. package/src/operations/outputs.ts +337 -325
  130. package/src/operations/privateEndpoints.ts +276 -209
  131. package/src/operations/streamingJobs.ts +686 -398
  132. package/src/operations/subscriptions.ts +36 -376
  133. package/src/operations/transformations.ts +104 -162
  134. package/src/operationsInterfaces/clusters.ts +157 -0
  135. package/src/operationsInterfaces/functions.ts +148 -0
  136. package/src/operationsInterfaces/index.ts +17 -0
  137. package/src/operationsInterfaces/inputs.ts +128 -0
  138. package/src/operationsInterfaces/operations.ts +22 -0
  139. package/src/operationsInterfaces/outputs.ts +129 -0
  140. package/src/operationsInterfaces/privateEndpoints.ts +90 -0
  141. package/src/operationsInterfaces/streamingJobs.ts +199 -0
  142. package/src/operationsInterfaces/subscriptions.ts +27 -0
  143. package/src/operationsInterfaces/transformations.ts +71 -0
  144. package/src/streamAnalyticsManagementClient.ts +97 -49
  145. package/tsconfig.json +3 -3
  146. package/types/arm-streamanalytics.d.ts +2730 -0
  147. package/types/tsdoc-metadata.json +11 -0
  148. package/dist/arm-streamanalytics.js +0 -7772
  149. package/dist/arm-streamanalytics.js.map +0 -1
  150. package/dist/arm-streamanalytics.min.js +0 -1
  151. package/dist/arm-streamanalytics.min.js.map +0 -1
  152. package/esm/models/clustersMappers.d.ts +0 -2
  153. package/esm/models/clustersMappers.d.ts.map +0 -1
  154. package/esm/models/clustersMappers.js +0 -9
  155. package/esm/models/clustersMappers.js.map +0 -1
  156. package/esm/models/functionsMappers.d.ts +0 -2
  157. package/esm/models/functionsMappers.d.ts.map +0 -1
  158. package/esm/models/functionsMappers.js +0 -9
  159. package/esm/models/functionsMappers.js.map +0 -1
  160. package/esm/models/index.d.ts +0 -4514
  161. package/esm/models/index.d.ts.map +0 -1
  162. package/esm/models/index.js.map +0 -1
  163. package/esm/models/inputsMappers.d.ts +0 -2
  164. package/esm/models/inputsMappers.d.ts.map +0 -1
  165. package/esm/models/inputsMappers.js +0 -9
  166. package/esm/models/inputsMappers.js.map +0 -1
  167. package/esm/models/mappers.d.ts +0 -185
  168. package/esm/models/mappers.d.ts.map +0 -1
  169. package/esm/models/mappers.js.map +0 -1
  170. package/esm/models/operationsMappers.d.ts +0 -2
  171. package/esm/models/operationsMappers.d.ts.map +0 -1
  172. package/esm/models/operationsMappers.js +0 -9
  173. package/esm/models/operationsMappers.js.map +0 -1
  174. package/esm/models/outputsMappers.d.ts +0 -2
  175. package/esm/models/outputsMappers.d.ts.map +0 -1
  176. package/esm/models/outputsMappers.js +0 -9
  177. package/esm/models/outputsMappers.js.map +0 -1
  178. package/esm/models/parameters.d.ts +0 -20
  179. package/esm/models/parameters.d.ts.map +0 -1
  180. package/esm/models/parameters.js +0 -216
  181. package/esm/models/parameters.js.map +0 -1
  182. package/esm/models/privateEndpointsMappers.d.ts +0 -2
  183. package/esm/models/privateEndpointsMappers.d.ts.map +0 -1
  184. package/esm/models/privateEndpointsMappers.js +0 -9
  185. package/esm/models/privateEndpointsMappers.js.map +0 -1
  186. package/esm/models/streamingJobsMappers.d.ts +0 -2
  187. package/esm/models/streamingJobsMappers.d.ts.map +0 -1
  188. package/esm/models/streamingJobsMappers.js +0 -9
  189. package/esm/models/streamingJobsMappers.js.map +0 -1
  190. package/esm/models/subscriptionsMappers.d.ts +0 -2
  191. package/esm/models/subscriptionsMappers.d.ts.map +0 -1
  192. package/esm/models/subscriptionsMappers.js +0 -9
  193. package/esm/models/subscriptionsMappers.js.map +0 -1
  194. package/esm/models/transformationsMappers.d.ts +0 -2
  195. package/esm/models/transformationsMappers.d.ts.map +0 -1
  196. package/esm/models/transformationsMappers.js +0 -9
  197. package/esm/models/transformationsMappers.js.map +0 -1
  198. package/esm/operations/clusters.d.ts +0 -201
  199. package/esm/operations/clusters.d.ts.map +0 -1
  200. package/esm/operations/clusters.js +0 -406
  201. package/esm/operations/clusters.js.map +0 -1
  202. package/esm/operations/functions.d.ts +0 -215
  203. package/esm/operations/functions.d.ts.map +0 -1
  204. package/esm/operations/functions.js +0 -348
  205. package/esm/operations/functions.js.map +0 -1
  206. package/esm/operations/index.d.ts.map +0 -1
  207. package/esm/operations/index.js.map +0 -1
  208. package/esm/operations/inputs.d.ts +0 -189
  209. package/esm/operations/inputs.d.ts.map +0 -1
  210. package/esm/operations/inputs.js +0 -306
  211. package/esm/operations/inputs.js.map +0 -1
  212. package/esm/operations/operations.d.ts +0 -46
  213. package/esm/operations/operations.d.ts.map +0 -1
  214. package/esm/operations/operations.js +0 -79
  215. package/esm/operations/operations.js.map +0 -1
  216. package/esm/operations/outputs.d.ts +0 -189
  217. package/esm/operations/outputs.d.ts.map +0 -1
  218. package/esm/operations/outputs.js +0 -306
  219. package/esm/operations/outputs.js.map +0 -1
  220. package/esm/operations/privateEndpoints.d.ts +0 -125
  221. package/esm/operations/privateEndpoints.d.ts.map +0 -1
  222. package/esm/operations/privateEndpoints.js +0 -216
  223. package/esm/operations/privateEndpoints.js.map +0 -1
  224. package/esm/operations/streamingJobs.d.ts +0 -210
  225. package/esm/operations/streamingJobs.d.ts.map +0 -1
  226. package/esm/operations/streamingJobs.js +0 -440
  227. package/esm/operations/streamingJobs.js.map +0 -1
  228. package/esm/operations/subscriptions.d.ts +0 -138
  229. package/esm/operations/subscriptions.d.ts.map +0 -1
  230. package/esm/operations/subscriptions.js +0 -311
  231. package/esm/operations/subscriptions.js.map +0 -1
  232. package/esm/operations/transformations.d.ts +0 -106
  233. package/esm/operations/transformations.d.ts.map +0 -1
  234. package/esm/operations/transformations.js +0 -149
  235. package/esm/operations/transformations.js.map +0 -1
  236. package/esm/streamAnalyticsManagementClient.d.ts +0 -32
  237. package/esm/streamAnalyticsManagementClient.d.ts.map +0 -1
  238. package/esm/streamAnalyticsManagementClient.js +0 -45
  239. package/esm/streamAnalyticsManagementClient.js.map +0 -1
  240. package/esm/streamAnalyticsManagementClientContext.d.ts +0 -21
  241. package/esm/streamAnalyticsManagementClientContext.d.ts.map +0 -1
  242. package/esm/streamAnalyticsManagementClientContext.js +0 -59
  243. package/esm/streamAnalyticsManagementClientContext.js.map +0 -1
  244. package/src/models/clustersMappers.ts +0 -96
  245. package/src/models/functionsMappers.ts +0 -104
  246. package/src/models/inputsMappers.ts +0 -99
  247. package/src/models/outputsMappers.ts +0 -99
  248. package/src/models/privateEndpointsMappers.ts +0 -94
  249. package/src/models/streamingJobsMappers.ts +0 -98
  250. package/src/models/subscriptionsMappers.ts +0 -104
  251. package/src/models/transformationsMappers.ts +0 -96
  252. package/src/streamAnalyticsManagementClientContext.ts +0 -65
@@ -0,0 +1,1598 @@
1
+ ## API Report File for "@azure/arm-streamanalytics"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ import * as coreAuth from '@azure/core-auth';
8
+ import * as coreClient from '@azure/core-client';
9
+ import { PagedAsyncIterableIterator } from '@azure/core-paging';
10
+ import { PollerLike } from '@azure/core-lro';
11
+ import { PollOperationState } from '@azure/core-lro';
12
+
13
+ // @public
14
+ export type AuthenticationMode = string;
15
+
16
+ // @public
17
+ export type AvroSerialization = Serialization & {
18
+ type: "Avro";
19
+ properties?: Record<string, unknown>;
20
+ };
21
+
22
+ // @public
23
+ export type AzureDataLakeStoreOutputDataSource = OutputDataSource & {
24
+ type: "Microsoft.DataLake/Accounts";
25
+ refreshToken?: string;
26
+ tokenUserPrincipalName?: string;
27
+ tokenUserDisplayName?: string;
28
+ accountName?: string;
29
+ tenantId?: string;
30
+ filePathPrefix?: string;
31
+ dateFormat?: string;
32
+ timeFormat?: string;
33
+ authenticationMode?: AuthenticationMode;
34
+ };
35
+
36
+ // @public
37
+ export type AzureDataLakeStoreOutputDataSourceProperties = OAuthBasedDataSourceProperties & {
38
+ accountName?: string;
39
+ tenantId?: string;
40
+ filePathPrefix?: string;
41
+ dateFormat?: string;
42
+ timeFormat?: string;
43
+ authenticationMode?: AuthenticationMode;
44
+ };
45
+
46
+ // @public
47
+ export type AzureMachineLearningWebServiceFunctionBinding = FunctionBinding & {
48
+ type: "Microsoft.MachineLearning/WebService";
49
+ endpoint?: string;
50
+ apiKey?: string;
51
+ inputs?: AzureMachineLearningWebServiceInputs;
52
+ outputs?: AzureMachineLearningWebServiceOutputColumn[];
53
+ batchSize?: number;
54
+ };
55
+
56
+ // @public
57
+ export type AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters = FunctionRetrieveDefaultDefinitionParameters & {
58
+ bindingType: "Microsoft.MachineLearning/WebService";
59
+ executeEndpoint?: string;
60
+ udfType?: "Scalar";
61
+ };
62
+
63
+ // @public
64
+ export interface AzureMachineLearningWebServiceInputColumn {
65
+ dataType?: string;
66
+ mapTo?: number;
67
+ name?: string;
68
+ }
69
+
70
+ // @public
71
+ export interface AzureMachineLearningWebServiceInputs {
72
+ columnNames?: AzureMachineLearningWebServiceInputColumn[];
73
+ name?: string;
74
+ }
75
+
76
+ // @public
77
+ export interface AzureMachineLearningWebServiceOutputColumn {
78
+ dataType?: string;
79
+ name?: string;
80
+ }
81
+
82
+ // @public
83
+ export interface AzureSqlDatabaseDataSourceProperties {
84
+ authenticationMode?: AuthenticationMode;
85
+ database?: string;
86
+ maxBatchCount?: number;
87
+ maxWriterCount?: number;
88
+ password?: string;
89
+ server?: string;
90
+ table?: string;
91
+ user?: string;
92
+ }
93
+
94
+ // @public
95
+ export type AzureSqlDatabaseOutputDataSource = OutputDataSource & {
96
+ type: "Microsoft.Sql/Server/Database";
97
+ server?: string;
98
+ database?: string;
99
+ user?: string;
100
+ password?: string;
101
+ table?: string;
102
+ maxBatchCount?: number;
103
+ maxWriterCount?: number;
104
+ authenticationMode?: AuthenticationMode;
105
+ };
106
+
107
+ // @public
108
+ export type AzureSqlDatabaseOutputDataSourceProperties = AzureSqlDatabaseDataSourceProperties & {};
109
+
110
+ // @public
111
+ export type AzureSqlReferenceInputDataSource = ReferenceInputDataSource & {
112
+ type: "Microsoft.Sql/Server/Database";
113
+ server?: string;
114
+ database?: string;
115
+ user?: string;
116
+ password?: string;
117
+ table?: string;
118
+ refreshType?: RefreshType;
119
+ refreshRate?: string;
120
+ fullSnapshotQuery?: string;
121
+ deltaSnapshotQuery?: string;
122
+ };
123
+
124
+ // @public
125
+ export interface AzureSynapseDataSourceProperties {
126
+ database?: string;
127
+ password?: string;
128
+ server?: string;
129
+ table?: string;
130
+ user?: string;
131
+ }
132
+
133
+ // @public
134
+ export type AzureSynapseOutputDataSource = OutputDataSource & {
135
+ type: "Microsoft.Sql/Server/DataWarehouse";
136
+ server?: string;
137
+ database?: string;
138
+ table?: string;
139
+ user?: string;
140
+ password?: string;
141
+ };
142
+
143
+ // @public
144
+ export type AzureSynapseOutputDataSourceProperties = AzureSynapseDataSourceProperties & {};
145
+
146
+ // @public
147
+ export type AzureTableOutputDataSource = OutputDataSource & {
148
+ type: "Microsoft.Storage/Table";
149
+ accountName?: string;
150
+ accountKey?: string;
151
+ table?: string;
152
+ partitionKey?: string;
153
+ rowKey?: string;
154
+ columnsToRemove?: string[];
155
+ batchSize?: number;
156
+ };
157
+
158
+ // @public
159
+ export interface BlobDataSourceProperties {
160
+ container?: string;
161
+ dateFormat?: string;
162
+ pathPattern?: string;
163
+ storageAccounts?: StorageAccount[];
164
+ timeFormat?: string;
165
+ }
166
+
167
+ // @public
168
+ export type BlobOutputDataSource = OutputDataSource & {
169
+ type: "Microsoft.Storage/Blob";
170
+ storageAccounts?: StorageAccount[];
171
+ container?: string;
172
+ pathPattern?: string;
173
+ dateFormat?: string;
174
+ timeFormat?: string;
175
+ authenticationMode?: AuthenticationMode;
176
+ };
177
+
178
+ // @public
179
+ export type BlobOutputDataSourceProperties = BlobDataSourceProperties & {
180
+ authenticationMode?: AuthenticationMode;
181
+ };
182
+
183
+ // @public
184
+ export type BlobReferenceInputDataSource = ReferenceInputDataSource & {
185
+ type: "Microsoft.Storage/Blob";
186
+ storageAccounts?: StorageAccount[];
187
+ container?: string;
188
+ pathPattern?: string;
189
+ dateFormat?: string;
190
+ timeFormat?: string;
191
+ };
192
+
193
+ // @public
194
+ export type BlobReferenceInputDataSourceProperties = BlobDataSourceProperties & {};
195
+
196
+ // @public
197
+ export type BlobStreamInputDataSource = StreamInputDataSource & {
198
+ type: "Microsoft.Storage/Blob";
199
+ storageAccounts?: StorageAccount[];
200
+ container?: string;
201
+ pathPattern?: string;
202
+ dateFormat?: string;
203
+ timeFormat?: string;
204
+ sourcePartitionCount?: number;
205
+ };
206
+
207
+ // @public
208
+ export type BlobStreamInputDataSourceProperties = BlobDataSourceProperties & {
209
+ sourcePartitionCount?: number;
210
+ };
211
+
212
+ // @public
213
+ export type Cluster = TrackedResource & {
214
+ sku?: ClusterSku;
215
+ readonly etag?: string;
216
+ readonly createdDate?: Date;
217
+ readonly clusterId?: string;
218
+ readonly provisioningState?: ClusterProvisioningState;
219
+ readonly capacityAllocated?: number;
220
+ readonly capacityAssigned?: number;
221
+ };
222
+
223
+ // @public
224
+ export interface ClusterInfo {
225
+ id?: string;
226
+ }
227
+
228
+ // @public
229
+ export interface ClusterJob {
230
+ readonly id?: string;
231
+ readonly jobState?: JobState;
232
+ readonly streamingUnits?: number;
233
+ }
234
+
235
+ // @public
236
+ export interface ClusterJobListResult {
237
+ readonly nextLink?: string;
238
+ readonly value?: ClusterJob[];
239
+ }
240
+
241
+ // @public
242
+ export interface ClusterListResult {
243
+ readonly nextLink?: string;
244
+ readonly value?: Cluster[];
245
+ }
246
+
247
+ // @public
248
+ export type ClusterProvisioningState = string;
249
+
250
+ // @public
251
+ export interface Clusters {
252
+ beginCreateOrUpdate(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ClustersCreateOrUpdateResponse>, ClustersCreateOrUpdateResponse>>;
253
+ beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<ClustersCreateOrUpdateResponse>;
254
+ beginDelete(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
255
+ beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<void>;
256
+ beginUpdate(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersUpdateOptionalParams): Promise<PollerLike<PollOperationState<ClustersUpdateResponse>, ClustersUpdateResponse>>;
257
+ beginUpdateAndWait(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersUpdateOptionalParams): Promise<ClustersUpdateResponse>;
258
+ get(resourceGroupName: string, clusterName: string, options?: ClustersGetOptionalParams): Promise<ClustersGetResponse>;
259
+ listByResourceGroup(resourceGroupName: string, options?: ClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cluster>;
260
+ listBySubscription(options?: ClustersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Cluster>;
261
+ listStreamingJobs(resourceGroupName: string, clusterName: string, options?: ClustersListStreamingJobsOptionalParams): PagedAsyncIterableIterator<ClusterJob>;
262
+ }
263
+
264
+ // @public
265
+ export interface ClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
266
+ ifMatch?: string;
267
+ ifNoneMatch?: string;
268
+ resumeFrom?: string;
269
+ updateIntervalInMs?: number;
270
+ }
271
+
272
+ // @public
273
+ export type ClustersCreateOrUpdateResponse = Cluster;
274
+
275
+ // @public
276
+ export interface ClustersDeleteOptionalParams extends coreClient.OperationOptions {
277
+ resumeFrom?: string;
278
+ updateIntervalInMs?: number;
279
+ }
280
+
281
+ // @public
282
+ export interface ClustersGetOptionalParams extends coreClient.OperationOptions {
283
+ }
284
+
285
+ // @public
286
+ export type ClustersGetResponse = Cluster;
287
+
288
+ // @public
289
+ export interface ClusterSku {
290
+ capacity?: number;
291
+ name?: ClusterSkuName;
292
+ }
293
+
294
+ // @public
295
+ export type ClusterSkuName = string;
296
+
297
+ // @public
298
+ export interface ClustersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
299
+ }
300
+
301
+ // @public
302
+ export type ClustersListByResourceGroupNextResponse = ClusterListResult;
303
+
304
+ // @public
305
+ export interface ClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
306
+ }
307
+
308
+ // @public
309
+ export type ClustersListByResourceGroupResponse = ClusterListResult;
310
+
311
+ // @public
312
+ export interface ClustersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
313
+ }
314
+
315
+ // @public
316
+ export type ClustersListBySubscriptionNextResponse = ClusterListResult;
317
+
318
+ // @public
319
+ export interface ClustersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
320
+ }
321
+
322
+ // @public
323
+ export type ClustersListBySubscriptionResponse = ClusterListResult;
324
+
325
+ // @public
326
+ export interface ClustersListStreamingJobsNextOptionalParams extends coreClient.OperationOptions {
327
+ }
328
+
329
+ // @public
330
+ export type ClustersListStreamingJobsNextResponse = ClusterJobListResult;
331
+
332
+ // @public
333
+ export interface ClustersListStreamingJobsOptionalParams extends coreClient.OperationOptions {
334
+ }
335
+
336
+ // @public
337
+ export type ClustersListStreamingJobsResponse = ClusterJobListResult;
338
+
339
+ // @public
340
+ export interface ClustersUpdateOptionalParams extends coreClient.OperationOptions {
341
+ ifMatch?: string;
342
+ resumeFrom?: string;
343
+ updateIntervalInMs?: number;
344
+ }
345
+
346
+ // @public
347
+ export type ClustersUpdateResponse = Cluster;
348
+
349
+ // @public
350
+ export type CompatibilityLevel = string;
351
+
352
+ // @public
353
+ export interface Compression {
354
+ type: CompressionType;
355
+ }
356
+
357
+ // @public
358
+ export type CompressionType = string;
359
+
360
+ // @public
361
+ export type ContentStoragePolicy = string;
362
+
363
+ // @public
364
+ export type CsvSerialization = Serialization & {
365
+ type: "Csv";
366
+ fieldDelimiter?: string;
367
+ encoding?: Encoding;
368
+ };
369
+
370
+ // @public
371
+ export interface DiagnosticCondition {
372
+ readonly code?: string;
373
+ readonly message?: string;
374
+ readonly since?: string;
375
+ }
376
+
377
+ // @public
378
+ export interface Diagnostics {
379
+ readonly conditions?: DiagnosticCondition[];
380
+ }
381
+
382
+ // @public
383
+ export type DocumentDbOutputDataSource = OutputDataSource & {
384
+ type: "Microsoft.Storage/DocumentDB";
385
+ accountId?: string;
386
+ accountKey?: string;
387
+ database?: string;
388
+ collectionNamePattern?: string;
389
+ partitionKey?: string;
390
+ documentId?: string;
391
+ };
392
+
393
+ // @public
394
+ export type Encoding = string;
395
+
396
+ // @public
397
+ export interface ErrorDetails {
398
+ code?: string;
399
+ message?: string;
400
+ target?: string;
401
+ }
402
+
403
+ // @public
404
+ export interface ErrorError {
405
+ code?: string;
406
+ details?: ErrorDetails[];
407
+ message?: string;
408
+ target?: string;
409
+ }
410
+
411
+ // @public
412
+ export interface ErrorModel {
413
+ error?: ErrorError;
414
+ }
415
+
416
+ // @public
417
+ export interface ErrorResponse {
418
+ readonly code?: string;
419
+ readonly message?: string;
420
+ }
421
+
422
+ // @public
423
+ export type EventHubDataSourceProperties = ServiceBusDataSourceProperties & {
424
+ eventHubName?: string;
425
+ };
426
+
427
+ // @public
428
+ export type EventHubOutputDataSource = OutputDataSource & {
429
+ type: "Microsoft.ServiceBus/EventHub";
430
+ serviceBusNamespace?: string;
431
+ sharedAccessPolicyName?: string;
432
+ sharedAccessPolicyKey?: string;
433
+ authenticationMode?: AuthenticationMode;
434
+ eventHubName?: string;
435
+ partitionKey?: string;
436
+ propertyColumns?: string[];
437
+ };
438
+
439
+ // @public
440
+ export type EventHubOutputDataSourceProperties = EventHubDataSourceProperties & {
441
+ partitionKey?: string;
442
+ propertyColumns?: string[];
443
+ };
444
+
445
+ // @public
446
+ export type EventHubStreamInputDataSource = StreamInputDataSource & {
447
+ type: "Microsoft.ServiceBus/EventHub";
448
+ serviceBusNamespace?: string;
449
+ sharedAccessPolicyName?: string;
450
+ sharedAccessPolicyKey?: string;
451
+ authenticationMode?: AuthenticationMode;
452
+ eventHubName?: string;
453
+ consumerGroupName?: string;
454
+ };
455
+
456
+ // @public
457
+ export type EventHubStreamInputDataSourceProperties = EventHubDataSourceProperties & {
458
+ consumerGroupName?: string;
459
+ };
460
+
461
+ // @public
462
+ export type EventHubV2OutputDataSource = OutputDataSource & {
463
+ type: "Microsoft.EventHub/EventHub";
464
+ serviceBusNamespace?: string;
465
+ sharedAccessPolicyName?: string;
466
+ sharedAccessPolicyKey?: string;
467
+ authenticationMode?: AuthenticationMode;
468
+ eventHubName?: string;
469
+ partitionKey?: string;
470
+ propertyColumns?: string[];
471
+ };
472
+
473
+ // @public
474
+ export type EventHubV2StreamInputDataSource = StreamInputDataSource & {
475
+ type: "Microsoft.EventHub/EventHub";
476
+ serviceBusNamespace?: string;
477
+ sharedAccessPolicyName?: string;
478
+ sharedAccessPolicyKey?: string;
479
+ authenticationMode?: AuthenticationMode;
480
+ eventHubName?: string;
481
+ consumerGroupName?: string;
482
+ };
483
+
484
+ // @public
485
+ export type EventSerializationType = string;
486
+
487
+ // @public
488
+ export type EventsOutOfOrderPolicy = string;
489
+
490
+ // @public
491
+ export interface FunctionBinding {
492
+ type: "Microsoft.MachineLearning/WebService" | "Microsoft.StreamAnalytics/JavascriptUdf";
493
+ }
494
+
495
+ // @public (undocumented)
496
+ export type FunctionBindingUnion = FunctionBinding | AzureMachineLearningWebServiceFunctionBinding | JavaScriptFunctionBinding;
497
+
498
+ // @public
499
+ export interface FunctionInput {
500
+ dataType?: string;
501
+ isConfigurationParameter?: boolean;
502
+ }
503
+
504
+ // @public
505
+ export interface FunctionListResult {
506
+ readonly nextLink?: string;
507
+ readonly value?: FunctionModel[];
508
+ }
509
+
510
+ // @public
511
+ export type FunctionModel = SubResource & {
512
+ properties?: FunctionPropertiesUnion;
513
+ };
514
+
515
+ // @public
516
+ export interface FunctionOutput {
517
+ dataType?: string;
518
+ }
519
+
520
+ // @public
521
+ export interface FunctionProperties {
522
+ readonly etag?: string;
523
+ type: "Scalar";
524
+ }
525
+
526
+ // @public (undocumented)
527
+ export type FunctionPropertiesUnion = FunctionProperties | ScalarFunctionProperties;
528
+
529
+ // @public
530
+ export interface FunctionRetrieveDefaultDefinitionParameters {
531
+ bindingType: "Microsoft.MachineLearning/WebService" | "Microsoft.StreamAnalytics/JavascriptUdf";
532
+ }
533
+
534
+ // @public (undocumented)
535
+ export type FunctionRetrieveDefaultDefinitionParametersUnion = FunctionRetrieveDefaultDefinitionParameters | AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters | JavaScriptFunctionRetrieveDefaultDefinitionParameters;
536
+
537
+ // @public
538
+ export interface Functions {
539
+ beginTest(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsTestOptionalParams): Promise<PollerLike<PollOperationState<FunctionsTestResponse>, FunctionsTestResponse>>;
540
+ beginTestAndWait(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsTestOptionalParams): Promise<FunctionsTestResponse>;
541
+ createOrReplace(resourceGroupName: string, jobName: string, functionName: string, functionParam: FunctionModel, options?: FunctionsCreateOrReplaceOptionalParams): Promise<FunctionsCreateOrReplaceResponse>;
542
+ delete(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsDeleteOptionalParams): Promise<void>;
543
+ get(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsGetOptionalParams): Promise<FunctionsGetResponse>;
544
+ listByStreamingJob(resourceGroupName: string, jobName: string, options?: FunctionsListByStreamingJobOptionalParams): PagedAsyncIterableIterator<FunctionModel>;
545
+ retrieveDefaultDefinition(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsRetrieveDefaultDefinitionOptionalParams): Promise<FunctionsRetrieveDefaultDefinitionResponse>;
546
+ update(resourceGroupName: string, jobName: string, functionName: string, functionParam: FunctionModel, options?: FunctionsUpdateOptionalParams): Promise<FunctionsUpdateResponse>;
547
+ }
548
+
549
+ // @public
550
+ export interface FunctionsCreateOrReplaceHeaders {
551
+ eTag?: string;
552
+ }
553
+
554
+ // @public
555
+ export interface FunctionsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
556
+ ifMatch?: string;
557
+ ifNoneMatch?: string;
558
+ }
559
+
560
+ // @public
561
+ export type FunctionsCreateOrReplaceResponse = FunctionsCreateOrReplaceHeaders & FunctionModel;
562
+
563
+ // @public
564
+ export interface FunctionsDeleteOptionalParams extends coreClient.OperationOptions {
565
+ }
566
+
567
+ // @public
568
+ export interface FunctionsGetHeaders {
569
+ eTag?: string;
570
+ }
571
+
572
+ // @public
573
+ export interface FunctionsGetOptionalParams extends coreClient.OperationOptions {
574
+ }
575
+
576
+ // @public
577
+ export type FunctionsGetResponse = FunctionsGetHeaders & FunctionModel;
578
+
579
+ // @public
580
+ export interface FunctionsListByStreamingJobNextOptionalParams extends coreClient.OperationOptions {
581
+ select?: string;
582
+ }
583
+
584
+ // @public
585
+ export type FunctionsListByStreamingJobNextResponse = FunctionListResult;
586
+
587
+ // @public
588
+ export interface FunctionsListByStreamingJobOptionalParams extends coreClient.OperationOptions {
589
+ select?: string;
590
+ }
591
+
592
+ // @public
593
+ export type FunctionsListByStreamingJobResponse = FunctionListResult;
594
+
595
+ // @public
596
+ export interface FunctionsRetrieveDefaultDefinitionOptionalParams extends coreClient.OperationOptions {
597
+ functionRetrieveDefaultDefinitionParameters?: FunctionRetrieveDefaultDefinitionParametersUnion;
598
+ }
599
+
600
+ // @public
601
+ export type FunctionsRetrieveDefaultDefinitionResponse = FunctionModel;
602
+
603
+ // @public
604
+ export interface FunctionsTestOptionalParams extends coreClient.OperationOptions {
605
+ functionParam?: FunctionModel;
606
+ resumeFrom?: string;
607
+ updateIntervalInMs?: number;
608
+ }
609
+
610
+ // @public
611
+ export type FunctionsTestResponse = ResourceTestStatus;
612
+
613
+ // @public
614
+ export interface FunctionsUpdateHeaders {
615
+ eTag?: string;
616
+ }
617
+
618
+ // @public
619
+ export interface FunctionsUpdateOptionalParams extends coreClient.OperationOptions {
620
+ ifMatch?: string;
621
+ }
622
+
623
+ // @public
624
+ export type FunctionsUpdateResponse = FunctionsUpdateHeaders & FunctionModel;
625
+
626
+ // @public
627
+ export interface Identity {
628
+ principalId?: string;
629
+ tenantId?: string;
630
+ type?: string;
631
+ }
632
+
633
+ // @public
634
+ export type Input = SubResource & {
635
+ properties?: InputPropertiesUnion;
636
+ };
637
+
638
+ // @public
639
+ export interface InputListResult {
640
+ readonly nextLink?: string;
641
+ readonly value?: Input[];
642
+ }
643
+
644
+ // @public
645
+ export interface InputProperties {
646
+ compression?: Compression;
647
+ readonly diagnostics?: Diagnostics;
648
+ readonly etag?: string;
649
+ partitionKey?: string;
650
+ serialization?: SerializationUnion;
651
+ type: "Stream" | "Reference";
652
+ }
653
+
654
+ // @public (undocumented)
655
+ export type InputPropertiesUnion = InputProperties | StreamInputProperties | ReferenceInputProperties;
656
+
657
+ // @public
658
+ export interface Inputs {
659
+ beginTest(resourceGroupName: string, jobName: string, inputName: string, options?: InputsTestOptionalParams): Promise<PollerLike<PollOperationState<InputsTestResponse>, InputsTestResponse>>;
660
+ beginTestAndWait(resourceGroupName: string, jobName: string, inputName: string, options?: InputsTestOptionalParams): Promise<InputsTestResponse>;
661
+ createOrReplace(resourceGroupName: string, jobName: string, inputName: string, input: Input, options?: InputsCreateOrReplaceOptionalParams): Promise<InputsCreateOrReplaceResponse>;
662
+ delete(resourceGroupName: string, jobName: string, inputName: string, options?: InputsDeleteOptionalParams): Promise<void>;
663
+ get(resourceGroupName: string, jobName: string, inputName: string, options?: InputsGetOptionalParams): Promise<InputsGetResponse>;
664
+ listByStreamingJob(resourceGroupName: string, jobName: string, options?: InputsListByStreamingJobOptionalParams): PagedAsyncIterableIterator<Input>;
665
+ update(resourceGroupName: string, jobName: string, inputName: string, input: Input, options?: InputsUpdateOptionalParams): Promise<InputsUpdateResponse>;
666
+ }
667
+
668
+ // @public
669
+ export interface InputsCreateOrReplaceHeaders {
670
+ eTag?: string;
671
+ }
672
+
673
+ // @public
674
+ export interface InputsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
675
+ ifMatch?: string;
676
+ ifNoneMatch?: string;
677
+ }
678
+
679
+ // @public
680
+ export type InputsCreateOrReplaceResponse = InputsCreateOrReplaceHeaders & Input;
681
+
682
+ // @public
683
+ export interface InputsDeleteOptionalParams extends coreClient.OperationOptions {
684
+ }
685
+
686
+ // @public
687
+ export interface InputsGetHeaders {
688
+ eTag?: string;
689
+ }
690
+
691
+ // @public
692
+ export interface InputsGetOptionalParams extends coreClient.OperationOptions {
693
+ }
694
+
695
+ // @public
696
+ export type InputsGetResponse = InputsGetHeaders & Input;
697
+
698
+ // @public
699
+ export interface InputsListByStreamingJobNextOptionalParams extends coreClient.OperationOptions {
700
+ select?: string;
701
+ }
702
+
703
+ // @public
704
+ export type InputsListByStreamingJobNextResponse = InputListResult;
705
+
706
+ // @public
707
+ export interface InputsListByStreamingJobOptionalParams extends coreClient.OperationOptions {
708
+ select?: string;
709
+ }
710
+
711
+ // @public
712
+ export type InputsListByStreamingJobResponse = InputListResult;
713
+
714
+ // @public
715
+ export interface InputsTestOptionalParams extends coreClient.OperationOptions {
716
+ input?: Input;
717
+ resumeFrom?: string;
718
+ updateIntervalInMs?: number;
719
+ }
720
+
721
+ // @public
722
+ export type InputsTestResponse = ResourceTestStatus;
723
+
724
+ // @public
725
+ export interface InputsUpdateHeaders {
726
+ eTag?: string;
727
+ }
728
+
729
+ // @public
730
+ export interface InputsUpdateOptionalParams extends coreClient.OperationOptions {
731
+ ifMatch?: string;
732
+ }
733
+
734
+ // @public
735
+ export type InputsUpdateResponse = InputsUpdateHeaders & Input;
736
+
737
+ // @public
738
+ export type IoTHubStreamInputDataSource = StreamInputDataSource & {
739
+ type: "Microsoft.Devices/IotHubs";
740
+ iotHubNamespace?: string;
741
+ sharedAccessPolicyName?: string;
742
+ sharedAccessPolicyKey?: string;
743
+ consumerGroupName?: string;
744
+ endpoint?: string;
745
+ };
746
+
747
+ // @public
748
+ export type JavaScriptFunctionBinding = FunctionBinding & {
749
+ type: "Microsoft.StreamAnalytics/JavascriptUdf";
750
+ script?: string;
751
+ };
752
+
753
+ // @public
754
+ export type JavaScriptFunctionRetrieveDefaultDefinitionParameters = FunctionRetrieveDefaultDefinitionParameters & {
755
+ bindingType: "Microsoft.StreamAnalytics/JavascriptUdf";
756
+ script?: string;
757
+ udfType?: "Scalar";
758
+ };
759
+
760
+ // @public
761
+ export type JobState = string;
762
+
763
+ // @public
764
+ export type JobStorageAccount = StorageAccount & {
765
+ authenticationMode?: AuthenticationMode;
766
+ };
767
+
768
+ // @public
769
+ export type JobType = string;
770
+
771
+ // @public
772
+ export type JsonOutputSerializationFormat = string;
773
+
774
+ // @public
775
+ export type JsonSerialization = Serialization & {
776
+ type: "Json";
777
+ encoding?: Encoding;
778
+ format?: JsonOutputSerializationFormat;
779
+ };
780
+
781
+ // @public
782
+ export enum KnownAuthenticationMode {
783
+ // (undocumented)
784
+ ConnectionString = "ConnectionString",
785
+ // (undocumented)
786
+ Msi = "Msi",
787
+ // (undocumented)
788
+ UserToken = "UserToken"
789
+ }
790
+
791
+ // @public
792
+ export enum KnownClusterProvisioningState {
793
+ Canceled = "Canceled",
794
+ Failed = "Failed",
795
+ InProgress = "InProgress",
796
+ Succeeded = "Succeeded"
797
+ }
798
+
799
+ // @public
800
+ export enum KnownClusterSkuName {
801
+ Default = "Default"
802
+ }
803
+
804
+ // @public
805
+ export enum KnownCompatibilityLevel {
806
+ // (undocumented)
807
+ One0 = "1.0",
808
+ // (undocumented)
809
+ One2 = "1.2"
810
+ }
811
+
812
+ // @public
813
+ export enum KnownCompressionType {
814
+ // (undocumented)
815
+ Deflate = "Deflate",
816
+ // (undocumented)
817
+ GZip = "GZip",
818
+ // (undocumented)
819
+ None = "None"
820
+ }
821
+
822
+ // @public
823
+ export enum KnownContentStoragePolicy {
824
+ // (undocumented)
825
+ JobStorageAccount = "JobStorageAccount",
826
+ // (undocumented)
827
+ SystemAccount = "SystemAccount"
828
+ }
829
+
830
+ // @public
831
+ export enum KnownEncoding {
832
+ // (undocumented)
833
+ UTF8 = "UTF8"
834
+ }
835
+
836
+ // @public
837
+ export enum KnownEventSerializationType {
838
+ // (undocumented)
839
+ Avro = "Avro",
840
+ // (undocumented)
841
+ Csv = "Csv",
842
+ // (undocumented)
843
+ Json = "Json",
844
+ // (undocumented)
845
+ Parquet = "Parquet"
846
+ }
847
+
848
+ // @public
849
+ export enum KnownEventsOutOfOrderPolicy {
850
+ // (undocumented)
851
+ Adjust = "Adjust",
852
+ // (undocumented)
853
+ Drop = "Drop"
854
+ }
855
+
856
+ // @public
857
+ export enum KnownJobState {
858
+ Created = "Created",
859
+ Degraded = "Degraded",
860
+ Deleting = "Deleting",
861
+ Failed = "Failed",
862
+ Restarting = "Restarting",
863
+ Running = "Running",
864
+ Scaling = "Scaling",
865
+ Starting = "Starting",
866
+ Stopped = "Stopped",
867
+ Stopping = "Stopping"
868
+ }
869
+
870
+ // @public
871
+ export enum KnownJobType {
872
+ // (undocumented)
873
+ Cloud = "Cloud",
874
+ // (undocumented)
875
+ Edge = "Edge"
876
+ }
877
+
878
+ // @public
879
+ export enum KnownJsonOutputSerializationFormat {
880
+ // (undocumented)
881
+ Array = "Array",
882
+ // (undocumented)
883
+ LineSeparated = "LineSeparated"
884
+ }
885
+
886
+ // @public
887
+ export enum KnownOutputErrorPolicy {
888
+ // (undocumented)
889
+ Drop = "Drop",
890
+ // (undocumented)
891
+ Stop = "Stop"
892
+ }
893
+
894
+ // @public
895
+ export enum KnownOutputStartMode {
896
+ // (undocumented)
897
+ CustomTime = "CustomTime",
898
+ // (undocumented)
899
+ JobStartTime = "JobStartTime",
900
+ // (undocumented)
901
+ LastOutputEventTime = "LastOutputEventTime"
902
+ }
903
+
904
+ // @public
905
+ export enum KnownRefreshType {
906
+ // (undocumented)
907
+ RefreshPeriodicallyWithDelta = "RefreshPeriodicallyWithDelta",
908
+ // (undocumented)
909
+ RefreshPeriodicallyWithFull = "RefreshPeriodicallyWithFull",
910
+ // (undocumented)
911
+ Static = "Static"
912
+ }
913
+
914
+ // @public
915
+ export enum KnownSkuName {
916
+ // (undocumented)
917
+ Standard = "Standard"
918
+ }
919
+
920
+ // @public
921
+ export interface OAuthBasedDataSourceProperties {
922
+ refreshToken?: string;
923
+ tokenUserDisplayName?: string;
924
+ tokenUserPrincipalName?: string;
925
+ }
926
+
927
+ // @public
928
+ export interface Operation {
929
+ readonly display?: OperationDisplay;
930
+ isDataAction?: boolean;
931
+ readonly name?: string;
932
+ }
933
+
934
+ // @public
935
+ export interface OperationDisplay {
936
+ readonly description?: string;
937
+ readonly operation?: string;
938
+ readonly provider?: string;
939
+ readonly resource?: string;
940
+ }
941
+
942
+ // @public
943
+ export interface OperationListResult {
944
+ readonly nextLink?: string;
945
+ readonly value?: Operation[];
946
+ }
947
+
948
+ // @public
949
+ export interface Operations {
950
+ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
951
+ }
952
+
953
+ // @public
954
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
955
+ }
956
+
957
+ // @public
958
+ export type OperationsListNextResponse = OperationListResult;
959
+
960
+ // @public
961
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
962
+ }
963
+
964
+ // @public
965
+ export type OperationsListResponse = OperationListResult;
966
+
967
+ // @public
968
+ export type Output = SubResource & {
969
+ datasource?: OutputDataSourceUnion;
970
+ timeWindow?: string;
971
+ sizeWindow?: number;
972
+ serialization?: SerializationUnion;
973
+ readonly diagnostics?: Diagnostics;
974
+ readonly etag?: string;
975
+ };
976
+
977
+ // @public
978
+ export interface OutputDataSource {
979
+ type: "Microsoft.Storage/Blob" | "Microsoft.Storage/Table" | "Microsoft.ServiceBus/EventHub" | "Microsoft.EventHub/EventHub" | "Microsoft.Sql/Server/Database" | "Microsoft.Sql/Server/DataWarehouse" | "Microsoft.Storage/DocumentDB" | "Microsoft.ServiceBus/Queue" | "Microsoft.ServiceBus/Topic" | "PowerBI" | "Microsoft.DataLake/Accounts";
980
+ }
981
+
982
+ // @public (undocumented)
983
+ export type OutputDataSourceUnion = OutputDataSource | BlobOutputDataSource | AzureTableOutputDataSource | EventHubOutputDataSource | EventHubV2OutputDataSource | AzureSqlDatabaseOutputDataSource | AzureSynapseOutputDataSource | DocumentDbOutputDataSource | ServiceBusQueueOutputDataSource | ServiceBusTopicOutputDataSource | PowerBIOutputDataSource | AzureDataLakeStoreOutputDataSource;
984
+
985
+ // @public
986
+ export type OutputErrorPolicy = string;
987
+
988
+ // @public
989
+ export interface OutputListResult {
990
+ readonly nextLink?: string;
991
+ readonly value?: Output[];
992
+ }
993
+
994
+ // @public
995
+ export interface Outputs {
996
+ beginTest(resourceGroupName: string, jobName: string, outputName: string, options?: OutputsTestOptionalParams): Promise<PollerLike<PollOperationState<OutputsTestResponse>, OutputsTestResponse>>;
997
+ beginTestAndWait(resourceGroupName: string, jobName: string, outputName: string, options?: OutputsTestOptionalParams): Promise<OutputsTestResponse>;
998
+ createOrReplace(resourceGroupName: string, jobName: string, outputName: string, output: Output, options?: OutputsCreateOrReplaceOptionalParams): Promise<OutputsCreateOrReplaceResponse>;
999
+ delete(resourceGroupName: string, jobName: string, outputName: string, options?: OutputsDeleteOptionalParams): Promise<void>;
1000
+ get(resourceGroupName: string, jobName: string, outputName: string, options?: OutputsGetOptionalParams): Promise<OutputsGetResponse>;
1001
+ listByStreamingJob(resourceGroupName: string, jobName: string, options?: OutputsListByStreamingJobOptionalParams): PagedAsyncIterableIterator<Output>;
1002
+ update(resourceGroupName: string, jobName: string, outputName: string, output: Output, options?: OutputsUpdateOptionalParams): Promise<OutputsUpdateResponse>;
1003
+ }
1004
+
1005
+ // @public
1006
+ export interface OutputsCreateOrReplaceHeaders {
1007
+ eTag?: string;
1008
+ }
1009
+
1010
+ // @public
1011
+ export interface OutputsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
1012
+ ifMatch?: string;
1013
+ ifNoneMatch?: string;
1014
+ }
1015
+
1016
+ // @public
1017
+ export type OutputsCreateOrReplaceResponse = OutputsCreateOrReplaceHeaders & Output;
1018
+
1019
+ // @public
1020
+ export interface OutputsDeleteOptionalParams extends coreClient.OperationOptions {
1021
+ }
1022
+
1023
+ // @public
1024
+ export interface OutputsGetHeaders {
1025
+ eTag?: string;
1026
+ }
1027
+
1028
+ // @public
1029
+ export interface OutputsGetOptionalParams extends coreClient.OperationOptions {
1030
+ }
1031
+
1032
+ // @public
1033
+ export type OutputsGetResponse = OutputsGetHeaders & Output;
1034
+
1035
+ // @public
1036
+ export interface OutputsListByStreamingJobNextOptionalParams extends coreClient.OperationOptions {
1037
+ select?: string;
1038
+ }
1039
+
1040
+ // @public
1041
+ export type OutputsListByStreamingJobNextResponse = OutputListResult;
1042
+
1043
+ // @public
1044
+ export interface OutputsListByStreamingJobOptionalParams extends coreClient.OperationOptions {
1045
+ select?: string;
1046
+ }
1047
+
1048
+ // @public
1049
+ export type OutputsListByStreamingJobResponse = OutputListResult;
1050
+
1051
+ // @public
1052
+ export type OutputStartMode = string;
1053
+
1054
+ // @public
1055
+ export interface OutputsTestOptionalParams extends coreClient.OperationOptions {
1056
+ output?: Output;
1057
+ resumeFrom?: string;
1058
+ updateIntervalInMs?: number;
1059
+ }
1060
+
1061
+ // @public
1062
+ export type OutputsTestResponse = ResourceTestStatus;
1063
+
1064
+ // @public
1065
+ export interface OutputsUpdateHeaders {
1066
+ eTag?: string;
1067
+ }
1068
+
1069
+ // @public
1070
+ export interface OutputsUpdateOptionalParams extends coreClient.OperationOptions {
1071
+ ifMatch?: string;
1072
+ }
1073
+
1074
+ // @public
1075
+ export type OutputsUpdateResponse = OutputsUpdateHeaders & Output;
1076
+
1077
+ // @public
1078
+ export type ParquetSerialization = Serialization & {
1079
+ type: "Parquet";
1080
+ properties?: Record<string, unknown>;
1081
+ };
1082
+
1083
+ // @public
1084
+ export type PowerBIOutputDataSource = OutputDataSource & {
1085
+ type: "PowerBI";
1086
+ refreshToken?: string;
1087
+ tokenUserPrincipalName?: string;
1088
+ tokenUserDisplayName?: string;
1089
+ dataset?: string;
1090
+ table?: string;
1091
+ groupId?: string;
1092
+ groupName?: string;
1093
+ authenticationMode?: AuthenticationMode;
1094
+ };
1095
+
1096
+ // @public
1097
+ export type PowerBIOutputDataSourceProperties = OAuthBasedDataSourceProperties & {
1098
+ dataset?: string;
1099
+ table?: string;
1100
+ groupId?: string;
1101
+ groupName?: string;
1102
+ authenticationMode?: AuthenticationMode;
1103
+ };
1104
+
1105
+ // @public
1106
+ export type PrivateEndpoint = ProxyResource & {
1107
+ readonly etag?: string;
1108
+ readonly createdDate?: string;
1109
+ manualPrivateLinkServiceConnections?: PrivateLinkServiceConnection[];
1110
+ };
1111
+
1112
+ // @public
1113
+ export interface PrivateEndpointListResult {
1114
+ readonly nextLink?: string;
1115
+ readonly value?: PrivateEndpoint[];
1116
+ }
1117
+
1118
+ // @public
1119
+ export interface PrivateEndpoints {
1120
+ beginDelete(resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: PrivateEndpointsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1121
+ beginDeleteAndWait(resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: PrivateEndpointsDeleteOptionalParams): Promise<void>;
1122
+ createOrUpdate(resourceGroupName: string, clusterName: string, privateEndpointName: string, privateEndpoint: PrivateEndpoint, options?: PrivateEndpointsCreateOrUpdateOptionalParams): Promise<PrivateEndpointsCreateOrUpdateResponse>;
1123
+ get(resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: PrivateEndpointsGetOptionalParams): Promise<PrivateEndpointsGetResponse>;
1124
+ listByCluster(resourceGroupName: string, clusterName: string, options?: PrivateEndpointsListByClusterOptionalParams): PagedAsyncIterableIterator<PrivateEndpoint>;
1125
+ }
1126
+
1127
+ // @public
1128
+ export interface PrivateEndpointsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1129
+ ifMatch?: string;
1130
+ ifNoneMatch?: string;
1131
+ }
1132
+
1133
+ // @public
1134
+ export type PrivateEndpointsCreateOrUpdateResponse = PrivateEndpoint;
1135
+
1136
+ // @public
1137
+ export interface PrivateEndpointsDeleteOptionalParams extends coreClient.OperationOptions {
1138
+ resumeFrom?: string;
1139
+ updateIntervalInMs?: number;
1140
+ }
1141
+
1142
+ // @public
1143
+ export interface PrivateEndpointsGetOptionalParams extends coreClient.OperationOptions {
1144
+ }
1145
+
1146
+ // @public
1147
+ export type PrivateEndpointsGetResponse = PrivateEndpoint;
1148
+
1149
+ // @public
1150
+ export interface PrivateEndpointsListByClusterNextOptionalParams extends coreClient.OperationOptions {
1151
+ }
1152
+
1153
+ // @public
1154
+ export type PrivateEndpointsListByClusterNextResponse = PrivateEndpointListResult;
1155
+
1156
+ // @public
1157
+ export interface PrivateEndpointsListByClusterOptionalParams extends coreClient.OperationOptions {
1158
+ }
1159
+
1160
+ // @public
1161
+ export type PrivateEndpointsListByClusterResponse = PrivateEndpointListResult;
1162
+
1163
+ // @public
1164
+ export interface PrivateLinkConnectionState {
1165
+ readonly actionsRequired?: string;
1166
+ readonly description?: string;
1167
+ readonly status?: string;
1168
+ }
1169
+
1170
+ // @public
1171
+ export interface PrivateLinkServiceConnection {
1172
+ groupIds?: string[];
1173
+ privateLinkServiceConnectionState?: PrivateLinkConnectionState;
1174
+ privateLinkServiceId?: string;
1175
+ readonly requestMessage?: string;
1176
+ }
1177
+
1178
+ // @public
1179
+ export type ProxyResource = Resource & {};
1180
+
1181
+ // @public
1182
+ export interface ReferenceInputDataSource {
1183
+ type: "Microsoft.Storage/Blob" | "Microsoft.Sql/Server/Database";
1184
+ }
1185
+
1186
+ // @public (undocumented)
1187
+ export type ReferenceInputDataSourceUnion = ReferenceInputDataSource | BlobReferenceInputDataSource | AzureSqlReferenceInputDataSource;
1188
+
1189
+ // @public
1190
+ export type ReferenceInputProperties = InputProperties & {
1191
+ type: "Reference";
1192
+ datasource?: ReferenceInputDataSourceUnion;
1193
+ };
1194
+
1195
+ // @public
1196
+ export type RefreshType = string;
1197
+
1198
+ // @public
1199
+ export interface Resource {
1200
+ readonly id?: string;
1201
+ readonly name?: string;
1202
+ readonly type?: string;
1203
+ }
1204
+
1205
+ // @public
1206
+ export interface ResourceTestStatus {
1207
+ readonly error?: ErrorResponse;
1208
+ readonly status?: string;
1209
+ }
1210
+
1211
+ // @public
1212
+ export type ScalarFunctionProperties = FunctionProperties & {
1213
+ type: "Scalar";
1214
+ inputs?: FunctionInput[];
1215
+ output?: FunctionOutput;
1216
+ binding?: FunctionBindingUnion;
1217
+ };
1218
+
1219
+ // @public
1220
+ export interface ScaleStreamingJobParameters {
1221
+ streamingUnits?: number;
1222
+ }
1223
+
1224
+ // @public
1225
+ export interface Serialization {
1226
+ type: "Parquet" | "Csv" | "Json" | "Avro";
1227
+ }
1228
+
1229
+ // @public (undocumented)
1230
+ export type SerializationUnion = Serialization | ParquetSerialization | CsvSerialization | JsonSerialization | AvroSerialization;
1231
+
1232
+ // @public
1233
+ export interface ServiceBusDataSourceProperties {
1234
+ authenticationMode?: AuthenticationMode;
1235
+ serviceBusNamespace?: string;
1236
+ sharedAccessPolicyKey?: string;
1237
+ sharedAccessPolicyName?: string;
1238
+ }
1239
+
1240
+ // @public
1241
+ export type ServiceBusQueueOutputDataSource = OutputDataSource & {
1242
+ type: "Microsoft.ServiceBus/Queue";
1243
+ serviceBusNamespace?: string;
1244
+ sharedAccessPolicyName?: string;
1245
+ sharedAccessPolicyKey?: string;
1246
+ authenticationMode?: AuthenticationMode;
1247
+ queueName?: string;
1248
+ propertyColumns?: string[];
1249
+ systemPropertyColumns?: Record<string, unknown>;
1250
+ };
1251
+
1252
+ // @public
1253
+ export type ServiceBusQueueOutputDataSourceProperties = ServiceBusDataSourceProperties & {
1254
+ queueName?: string;
1255
+ propertyColumns?: string[];
1256
+ systemPropertyColumns?: Record<string, unknown>;
1257
+ };
1258
+
1259
+ // @public
1260
+ export type ServiceBusTopicOutputDataSource = OutputDataSource & {
1261
+ type: "Microsoft.ServiceBus/Topic";
1262
+ serviceBusNamespace?: string;
1263
+ sharedAccessPolicyName?: string;
1264
+ sharedAccessPolicyKey?: string;
1265
+ authenticationMode?: AuthenticationMode;
1266
+ topicName?: string;
1267
+ propertyColumns?: string[];
1268
+ systemPropertyColumns?: {
1269
+ [propertyName: string]: string;
1270
+ };
1271
+ };
1272
+
1273
+ // @public
1274
+ export type ServiceBusTopicOutputDataSourceProperties = ServiceBusDataSourceProperties & {
1275
+ topicName?: string;
1276
+ propertyColumns?: string[];
1277
+ systemPropertyColumns?: {
1278
+ [propertyName: string]: string;
1279
+ };
1280
+ };
1281
+
1282
+ // @public
1283
+ export interface Sku {
1284
+ name?: SkuName;
1285
+ }
1286
+
1287
+ // @public
1288
+ export type SkuName = string;
1289
+
1290
+ // @public
1291
+ export interface StartStreamingJobParameters {
1292
+ outputStartMode?: OutputStartMode;
1293
+ outputStartTime?: Date;
1294
+ }
1295
+
1296
+ // @public
1297
+ export interface StorageAccount {
1298
+ accountKey?: string;
1299
+ accountName?: string;
1300
+ }
1301
+
1302
+ // @public (undocumented)
1303
+ export class StreamAnalyticsManagementClient extends coreClient.ServiceClient {
1304
+ // (undocumented)
1305
+ $host: string;
1306
+ constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: StreamAnalyticsManagementClientOptionalParams);
1307
+ // (undocumented)
1308
+ apiVersion: string;
1309
+ // (undocumented)
1310
+ clusters: Clusters;
1311
+ // (undocumented)
1312
+ functions: Functions;
1313
+ // (undocumented)
1314
+ inputs: Inputs;
1315
+ // (undocumented)
1316
+ operations: Operations;
1317
+ // (undocumented)
1318
+ outputs: Outputs;
1319
+ // (undocumented)
1320
+ privateEndpoints: PrivateEndpoints;
1321
+ // (undocumented)
1322
+ streamingJobs: StreamingJobs;
1323
+ // (undocumented)
1324
+ subscriptionId: string;
1325
+ // (undocumented)
1326
+ subscriptions: Subscriptions;
1327
+ // (undocumented)
1328
+ transformations: Transformations;
1329
+ }
1330
+
1331
+ // @public
1332
+ export interface StreamAnalyticsManagementClientOptionalParams extends coreClient.ServiceClientOptions {
1333
+ $host?: string;
1334
+ apiVersion?: string;
1335
+ endpoint?: string;
1336
+ }
1337
+
1338
+ // @public
1339
+ export type StreamingJob = TrackedResource & {
1340
+ identity?: Identity;
1341
+ sku?: Sku;
1342
+ readonly jobId?: string;
1343
+ readonly provisioningState?: string;
1344
+ readonly jobState?: string;
1345
+ jobType?: JobType;
1346
+ outputStartMode?: OutputStartMode;
1347
+ outputStartTime?: Date;
1348
+ readonly lastOutputEventTime?: Date;
1349
+ eventsOutOfOrderPolicy?: EventsOutOfOrderPolicy;
1350
+ outputErrorPolicy?: OutputErrorPolicy;
1351
+ eventsOutOfOrderMaxDelayInSeconds?: number;
1352
+ eventsLateArrivalMaxDelayInSeconds?: number;
1353
+ dataLocale?: string;
1354
+ compatibilityLevel?: CompatibilityLevel;
1355
+ readonly createdDate?: Date;
1356
+ inputs?: Input[];
1357
+ transformation?: Transformation;
1358
+ outputs?: Output[];
1359
+ functions?: FunctionModel[];
1360
+ readonly etag?: string;
1361
+ jobStorageAccount?: JobStorageAccount;
1362
+ contentStoragePolicy?: ContentStoragePolicy;
1363
+ cluster?: ClusterInfo;
1364
+ };
1365
+
1366
+ // @public
1367
+ export interface StreamingJobListResult {
1368
+ readonly nextLink?: string;
1369
+ readonly value?: StreamingJob[];
1370
+ }
1371
+
1372
+ // @public
1373
+ export interface StreamingJobs {
1374
+ beginCreateOrReplace(resourceGroupName: string, jobName: string, streamingJob: StreamingJob, options?: StreamingJobsCreateOrReplaceOptionalParams): Promise<PollerLike<PollOperationState<StreamingJobsCreateOrReplaceResponse>, StreamingJobsCreateOrReplaceResponse>>;
1375
+ beginCreateOrReplaceAndWait(resourceGroupName: string, jobName: string, streamingJob: StreamingJob, options?: StreamingJobsCreateOrReplaceOptionalParams): Promise<StreamingJobsCreateOrReplaceResponse>;
1376
+ beginDelete(resourceGroupName: string, jobName: string, options?: StreamingJobsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1377
+ beginDeleteAndWait(resourceGroupName: string, jobName: string, options?: StreamingJobsDeleteOptionalParams): Promise<void>;
1378
+ beginScale(resourceGroupName: string, jobName: string, options?: StreamingJobsScaleOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1379
+ beginScaleAndWait(resourceGroupName: string, jobName: string, options?: StreamingJobsScaleOptionalParams): Promise<void>;
1380
+ beginStart(resourceGroupName: string, jobName: string, options?: StreamingJobsStartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1381
+ beginStartAndWait(resourceGroupName: string, jobName: string, options?: StreamingJobsStartOptionalParams): Promise<void>;
1382
+ beginStop(resourceGroupName: string, jobName: string, options?: StreamingJobsStopOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1383
+ beginStopAndWait(resourceGroupName: string, jobName: string, options?: StreamingJobsStopOptionalParams): Promise<void>;
1384
+ get(resourceGroupName: string, jobName: string, options?: StreamingJobsGetOptionalParams): Promise<StreamingJobsGetResponse>;
1385
+ list(options?: StreamingJobsListOptionalParams): PagedAsyncIterableIterator<StreamingJob>;
1386
+ listByResourceGroup(resourceGroupName: string, options?: StreamingJobsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<StreamingJob>;
1387
+ update(resourceGroupName: string, jobName: string, streamingJob: StreamingJob, options?: StreamingJobsUpdateOptionalParams): Promise<StreamingJobsUpdateResponse>;
1388
+ }
1389
+
1390
+ // @public
1391
+ export interface StreamingJobsCreateOrReplaceHeaders {
1392
+ eTag?: string;
1393
+ }
1394
+
1395
+ // @public
1396
+ export interface StreamingJobsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
1397
+ ifMatch?: string;
1398
+ ifNoneMatch?: string;
1399
+ resumeFrom?: string;
1400
+ updateIntervalInMs?: number;
1401
+ }
1402
+
1403
+ // @public
1404
+ export type StreamingJobsCreateOrReplaceResponse = StreamingJobsCreateOrReplaceHeaders & StreamingJob;
1405
+
1406
+ // @public
1407
+ export interface StreamingJobsDeleteOptionalParams extends coreClient.OperationOptions {
1408
+ resumeFrom?: string;
1409
+ updateIntervalInMs?: number;
1410
+ }
1411
+
1412
+ // @public
1413
+ export interface StreamingJobsGetHeaders {
1414
+ eTag?: string;
1415
+ }
1416
+
1417
+ // @public
1418
+ export interface StreamingJobsGetOptionalParams extends coreClient.OperationOptions {
1419
+ expand?: string;
1420
+ }
1421
+
1422
+ // @public
1423
+ export type StreamingJobsGetResponse = StreamingJobsGetHeaders & StreamingJob;
1424
+
1425
+ // @public
1426
+ export interface StreamingJobsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1427
+ expand?: string;
1428
+ }
1429
+
1430
+ // @public
1431
+ export type StreamingJobsListByResourceGroupNextResponse = StreamingJobListResult;
1432
+
1433
+ // @public
1434
+ export interface StreamingJobsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1435
+ expand?: string;
1436
+ }
1437
+
1438
+ // @public
1439
+ export type StreamingJobsListByResourceGroupResponse = StreamingJobListResult;
1440
+
1441
+ // @public
1442
+ export interface StreamingJobsListNextOptionalParams extends coreClient.OperationOptions {
1443
+ expand?: string;
1444
+ }
1445
+
1446
+ // @public
1447
+ export type StreamingJobsListNextResponse = StreamingJobListResult;
1448
+
1449
+ // @public
1450
+ export interface StreamingJobsListOptionalParams extends coreClient.OperationOptions {
1451
+ expand?: string;
1452
+ }
1453
+
1454
+ // @public
1455
+ export type StreamingJobsListResponse = StreamingJobListResult;
1456
+
1457
+ // @public
1458
+ export interface StreamingJobsScaleOptionalParams extends coreClient.OperationOptions {
1459
+ resumeFrom?: string;
1460
+ scaleJobParameters?: ScaleStreamingJobParameters;
1461
+ updateIntervalInMs?: number;
1462
+ }
1463
+
1464
+ // @public
1465
+ export interface StreamingJobsStartOptionalParams extends coreClient.OperationOptions {
1466
+ resumeFrom?: string;
1467
+ startJobParameters?: StartStreamingJobParameters;
1468
+ updateIntervalInMs?: number;
1469
+ }
1470
+
1471
+ // @public
1472
+ export interface StreamingJobsStopOptionalParams extends coreClient.OperationOptions {
1473
+ resumeFrom?: string;
1474
+ updateIntervalInMs?: number;
1475
+ }
1476
+
1477
+ // @public
1478
+ export interface StreamingJobsUpdateHeaders {
1479
+ eTag?: string;
1480
+ }
1481
+
1482
+ // @public
1483
+ export interface StreamingJobsUpdateOptionalParams extends coreClient.OperationOptions {
1484
+ ifMatch?: string;
1485
+ }
1486
+
1487
+ // @public
1488
+ export type StreamingJobsUpdateResponse = StreamingJobsUpdateHeaders & StreamingJob;
1489
+
1490
+ // @public
1491
+ export interface StreamInputDataSource {
1492
+ type: "Microsoft.Storage/Blob" | "Microsoft.ServiceBus/EventHub" | "Microsoft.EventHub/EventHub" | "Microsoft.Devices/IotHubs";
1493
+ }
1494
+
1495
+ // @public (undocumented)
1496
+ export type StreamInputDataSourceUnion = StreamInputDataSource | BlobStreamInputDataSource | EventHubStreamInputDataSource | EventHubV2StreamInputDataSource | IoTHubStreamInputDataSource;
1497
+
1498
+ // @public
1499
+ export type StreamInputProperties = InputProperties & {
1500
+ type: "Stream";
1501
+ datasource?: StreamInputDataSourceUnion;
1502
+ };
1503
+
1504
+ // @public
1505
+ export interface SubResource {
1506
+ readonly id?: string;
1507
+ name?: string;
1508
+ readonly type?: string;
1509
+ }
1510
+
1511
+ // @public
1512
+ export type SubscriptionQuota = SubResource & {
1513
+ readonly maxCount?: number;
1514
+ readonly currentCount?: number;
1515
+ };
1516
+
1517
+ // @public
1518
+ export interface SubscriptionQuotasListResult {
1519
+ readonly value?: SubscriptionQuota[];
1520
+ }
1521
+
1522
+ // @public
1523
+ export interface Subscriptions {
1524
+ listQuotas(location: string, options?: SubscriptionsListQuotasOptionalParams): Promise<SubscriptionsListQuotasResponse>;
1525
+ }
1526
+
1527
+ // @public
1528
+ export interface SubscriptionsListQuotasOptionalParams extends coreClient.OperationOptions {
1529
+ }
1530
+
1531
+ // @public
1532
+ export type SubscriptionsListQuotasResponse = SubscriptionQuotasListResult;
1533
+
1534
+ // @public
1535
+ export type TrackedResource = Resource & {
1536
+ tags?: {
1537
+ [propertyName: string]: string;
1538
+ };
1539
+ location?: string;
1540
+ };
1541
+
1542
+ // @public
1543
+ export type Transformation = SubResource & {
1544
+ streamingUnits?: number;
1545
+ validStreamingUnits?: number[];
1546
+ query?: string;
1547
+ readonly etag?: string;
1548
+ };
1549
+
1550
+ // @public
1551
+ export interface Transformations {
1552
+ createOrReplace(resourceGroupName: string, jobName: string, transformationName: string, transformation: Transformation, options?: TransformationsCreateOrReplaceOptionalParams): Promise<TransformationsCreateOrReplaceResponse>;
1553
+ get(resourceGroupName: string, jobName: string, transformationName: string, options?: TransformationsGetOptionalParams): Promise<TransformationsGetResponse>;
1554
+ update(resourceGroupName: string, jobName: string, transformationName: string, transformation: Transformation, options?: TransformationsUpdateOptionalParams): Promise<TransformationsUpdateResponse>;
1555
+ }
1556
+
1557
+ // @public
1558
+ export interface TransformationsCreateOrReplaceHeaders {
1559
+ eTag?: string;
1560
+ }
1561
+
1562
+ // @public
1563
+ export interface TransformationsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
1564
+ ifMatch?: string;
1565
+ ifNoneMatch?: string;
1566
+ }
1567
+
1568
+ // @public
1569
+ export type TransformationsCreateOrReplaceResponse = TransformationsCreateOrReplaceHeaders & Transformation;
1570
+
1571
+ // @public
1572
+ export interface TransformationsGetHeaders {
1573
+ eTag?: string;
1574
+ }
1575
+
1576
+ // @public
1577
+ export interface TransformationsGetOptionalParams extends coreClient.OperationOptions {
1578
+ }
1579
+
1580
+ // @public
1581
+ export type TransformationsGetResponse = TransformationsGetHeaders & Transformation;
1582
+
1583
+ // @public
1584
+ export interface TransformationsUpdateHeaders {
1585
+ eTag?: string;
1586
+ }
1587
+
1588
+ // @public
1589
+ export interface TransformationsUpdateOptionalParams extends coreClient.OperationOptions {
1590
+ ifMatch?: string;
1591
+ }
1592
+
1593
+ // @public
1594
+ export type TransformationsUpdateResponse = TransformationsUpdateHeaders & Transformation;
1595
+
1596
+ // (No @packageDocumentation comment for this package)
1597
+
1598
+ ```