@azure/arm-streamanalytics 5.0.0-beta.1 → 5.0.0-beta.2

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 (811) hide show
  1. package/CHANGELOG.md +15 -5
  2. package/LICENSE +4 -4
  3. package/README.md +26 -17
  4. package/dist/browser/index.d.ts +5 -0
  5. package/dist/browser/index.d.ts.map +1 -0
  6. package/dist/browser/index.js +13 -0
  7. package/dist/browser/index.js.map +1 -0
  8. package/dist/browser/lroImpl.d.ts.map +1 -0
  9. package/dist/browser/lroImpl.js +18 -0
  10. package/dist/browser/lroImpl.js.map +1 -0
  11. package/dist/browser/models/index.js.map +1 -0
  12. package/dist/browser/models/mappers.js +5148 -0
  13. package/dist/browser/models/mappers.js.map +1 -0
  14. package/dist/browser/models/parameters.js +291 -0
  15. package/dist/browser/models/parameters.js.map +1 -0
  16. package/dist/browser/operations/clusters.d.ts +137 -0
  17. package/dist/browser/operations/clusters.d.ts.map +1 -0
  18. package/dist/browser/operations/clusters.js +634 -0
  19. package/dist/browser/operations/clusters.js.map +1 -0
  20. package/dist/browser/operations/functions.d.ts +107 -0
  21. package/dist/browser/operations/functions.d.ts.map +1 -0
  22. package/dist/browser/operations/functions.js +419 -0
  23. package/dist/browser/operations/functions.js.map +1 -0
  24. package/dist/browser/operations/index.d.ts +11 -0
  25. package/dist/browser/operations/index.d.ts.map +1 -0
  26. package/dist/browser/operations/index.js +18 -0
  27. package/dist/browser/operations/index.js.map +1 -0
  28. package/dist/browser/operations/inputs.d.ts +94 -0
  29. package/dist/browser/operations/inputs.d.ts.map +1 -0
  30. package/dist/browser/operations/inputs.js +380 -0
  31. package/dist/browser/operations/inputs.js.map +1 -0
  32. package/dist/browser/operations/operations.d.ts +32 -0
  33. package/dist/browser/operations/operations.d.ts.map +1 -0
  34. package/dist/browser/operations/operations.js +116 -0
  35. package/dist/browser/operations/operations.js.map +1 -0
  36. package/dist/browser/operations/outputs.d.ts +95 -0
  37. package/dist/browser/operations/outputs.d.ts.map +1 -0
  38. package/dist/browser/operations/outputs.js +381 -0
  39. package/dist/browser/operations/outputs.js.map +1 -0
  40. package/dist/browser/operations/privateEndpoints.d.ts +73 -0
  41. package/dist/browser/operations/privateEndpoints.d.ts.map +1 -0
  42. package/dist/browser/operations/privateEndpoints.js +298 -0
  43. package/dist/browser/operations/privateEndpoints.js.map +1 -0
  44. package/dist/browser/operations/skuOperations.d.ts +38 -0
  45. package/dist/browser/operations/skuOperations.d.ts.map +1 -0
  46. package/dist/browser/operations/skuOperations.js +133 -0
  47. package/dist/browser/operations/skuOperations.js.map +1 -0
  48. package/dist/browser/operations/streamingJobs.d.ts +151 -0
  49. package/dist/browser/operations/streamingJobs.d.ts.map +1 -0
  50. package/dist/browser/operations/streamingJobs.js +718 -0
  51. package/dist/browser/operations/streamingJobs.js.map +1 -0
  52. package/dist/browser/operations/subscriptions.d.ts +96 -0
  53. package/dist/browser/operations/subscriptions.d.ts.map +1 -0
  54. package/dist/browser/operations/subscriptions.js +450 -0
  55. package/dist/browser/operations/subscriptions.js.map +1 -0
  56. package/dist/browser/operations/transformations.d.ts +46 -0
  57. package/dist/browser/operations/transformations.d.ts.map +1 -0
  58. package/dist/browser/operations/transformations.js +161 -0
  59. package/dist/browser/operations/transformations.js.map +1 -0
  60. package/dist/browser/operationsInterfaces/clusters.d.ts +84 -0
  61. package/dist/browser/operationsInterfaces/clusters.d.ts.map +1 -0
  62. package/dist/browser/operationsInterfaces/clusters.js.map +1 -0
  63. package/dist/browser/operationsInterfaces/functions.d.ts +82 -0
  64. package/dist/browser/operationsInterfaces/functions.d.ts.map +1 -0
  65. package/dist/browser/operationsInterfaces/functions.js.map +1 -0
  66. package/dist/browser/operationsInterfaces/index.d.ts +11 -0
  67. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  68. package/dist/browser/operationsInterfaces/index.js +18 -0
  69. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  70. package/dist/browser/operationsInterfaces/inputs.d.ts +69 -0
  71. package/dist/browser/operationsInterfaces/inputs.d.ts.map +1 -0
  72. package/dist/browser/operationsInterfaces/inputs.js.map +1 -0
  73. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  74. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  75. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  76. package/dist/browser/operationsInterfaces/outputs.d.ts +70 -0
  77. package/dist/browser/operationsInterfaces/outputs.d.ts.map +1 -0
  78. package/dist/browser/operationsInterfaces/outputs.js.map +1 -0
  79. package/dist/browser/operationsInterfaces/privateEndpoints.d.ts +48 -0
  80. package/dist/browser/operationsInterfaces/privateEndpoints.d.ts.map +1 -0
  81. package/dist/browser/operationsInterfaces/privateEndpoints.js.map +1 -0
  82. package/dist/browser/operationsInterfaces/skuOperations.d.ts +13 -0
  83. package/dist/browser/operationsInterfaces/skuOperations.d.ts.map +1 -0
  84. package/dist/browser/operationsInterfaces/skuOperations.js.map +1 -0
  85. package/dist/browser/operationsInterfaces/streamingJobs.d.ts +115 -0
  86. package/dist/browser/operationsInterfaces/streamingJobs.d.ts.map +1 -0
  87. package/dist/browser/operationsInterfaces/streamingJobs.js.map +1 -0
  88. package/dist/browser/operationsInterfaces/subscriptions.d.ts +88 -0
  89. package/dist/browser/operationsInterfaces/subscriptions.d.ts.map +1 -0
  90. package/dist/browser/operationsInterfaces/subscriptions.js.map +1 -0
  91. package/dist/browser/operationsInterfaces/transformations.d.ts +38 -0
  92. package/dist/browser/operationsInterfaces/transformations.d.ts.map +1 -0
  93. package/dist/browser/operationsInterfaces/transformations.js.map +1 -0
  94. package/dist/browser/package.json +3 -0
  95. package/dist/browser/pagingHelper.js +30 -0
  96. package/dist/browser/pagingHelper.js.map +1 -0
  97. package/dist/browser/streamAnalyticsManagementClient.d.ts +26 -0
  98. package/dist/browser/streamAnalyticsManagementClient.d.ts.map +1 -0
  99. package/dist/browser/streamAnalyticsManagementClient.js +96 -0
  100. package/dist/browser/streamAnalyticsManagementClient.js.map +1 -0
  101. package/dist/commonjs/index.d.ts +5 -0
  102. package/dist/commonjs/index.d.ts.map +1 -0
  103. package/dist/commonjs/index.js +19 -0
  104. package/dist/commonjs/index.js.map +1 -0
  105. package/dist/commonjs/lroImpl.d.ts +11 -0
  106. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  107. package/dist/commonjs/lroImpl.js +21 -0
  108. package/dist/commonjs/lroImpl.js.map +1 -0
  109. package/dist/commonjs/models/index.d.ts +2815 -0
  110. package/dist/commonjs/models/index.d.ts.map +1 -0
  111. package/dist/commonjs/models/index.js +269 -0
  112. package/dist/commonjs/models/index.js.map +1 -0
  113. package/dist/commonjs/models/mappers.d.ts +221 -0
  114. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  115. package/dist/commonjs/models/mappers.js +5154 -0
  116. package/dist/commonjs/models/mappers.js.map +1 -0
  117. package/dist/commonjs/models/parameters.d.ts +40 -0
  118. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  119. package/dist/commonjs/models/parameters.js +294 -0
  120. package/dist/commonjs/models/parameters.js.map +1 -0
  121. package/dist/commonjs/operations/clusters.d.ts +137 -0
  122. package/dist/commonjs/operations/clusters.d.ts.map +1 -0
  123. package/dist/commonjs/operations/clusters.js +639 -0
  124. package/dist/commonjs/operations/clusters.js.map +1 -0
  125. package/dist/commonjs/operations/functions.d.ts +107 -0
  126. package/dist/commonjs/operations/functions.d.ts.map +1 -0
  127. package/dist/commonjs/operations/functions.js +424 -0
  128. package/dist/commonjs/operations/functions.js.map +1 -0
  129. package/dist/commonjs/operations/index.d.ts +11 -0
  130. package/dist/commonjs/operations/index.d.ts.map +1 -0
  131. package/dist/commonjs/operations/index.js +21 -0
  132. package/dist/commonjs/operations/index.js.map +1 -0
  133. package/dist/commonjs/operations/inputs.d.ts +94 -0
  134. package/dist/commonjs/operations/inputs.d.ts.map +1 -0
  135. package/dist/commonjs/operations/inputs.js +385 -0
  136. package/dist/commonjs/operations/inputs.js.map +1 -0
  137. package/dist/commonjs/operations/operations.d.ts +32 -0
  138. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  139. package/dist/commonjs/operations/operations.js +121 -0
  140. package/dist/commonjs/operations/operations.js.map +1 -0
  141. package/dist/commonjs/operations/outputs.d.ts +95 -0
  142. package/dist/commonjs/operations/outputs.d.ts.map +1 -0
  143. package/dist/commonjs/operations/outputs.js +386 -0
  144. package/dist/commonjs/operations/outputs.js.map +1 -0
  145. package/dist/commonjs/operations/privateEndpoints.d.ts +73 -0
  146. package/dist/commonjs/operations/privateEndpoints.d.ts.map +1 -0
  147. package/dist/commonjs/operations/privateEndpoints.js +303 -0
  148. package/dist/commonjs/operations/privateEndpoints.js.map +1 -0
  149. package/dist/commonjs/operations/skuOperations.d.ts +38 -0
  150. package/dist/commonjs/operations/skuOperations.d.ts.map +1 -0
  151. package/dist/commonjs/operations/skuOperations.js +138 -0
  152. package/dist/commonjs/operations/skuOperations.js.map +1 -0
  153. package/dist/commonjs/operations/streamingJobs.d.ts +151 -0
  154. package/dist/commonjs/operations/streamingJobs.d.ts.map +1 -0
  155. package/dist/commonjs/operations/streamingJobs.js +723 -0
  156. package/dist/commonjs/operations/streamingJobs.js.map +1 -0
  157. package/dist/commonjs/operations/subscriptions.d.ts +96 -0
  158. package/dist/commonjs/operations/subscriptions.d.ts.map +1 -0
  159. package/dist/commonjs/operations/subscriptions.js +455 -0
  160. package/dist/commonjs/operations/subscriptions.js.map +1 -0
  161. package/dist/commonjs/operations/transformations.d.ts +46 -0
  162. package/dist/commonjs/operations/transformations.d.ts.map +1 -0
  163. package/dist/commonjs/operations/transformations.js +166 -0
  164. package/dist/commonjs/operations/transformations.js.map +1 -0
  165. package/dist/commonjs/operationsInterfaces/clusters.d.ts +84 -0
  166. package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +1 -0
  167. package/dist/commonjs/operationsInterfaces/clusters.js +10 -0
  168. package/dist/commonjs/operationsInterfaces/clusters.js.map +1 -0
  169. package/dist/commonjs/operationsInterfaces/functions.d.ts +82 -0
  170. package/dist/commonjs/operationsInterfaces/functions.d.ts.map +1 -0
  171. package/dist/commonjs/operationsInterfaces/functions.js +10 -0
  172. package/dist/commonjs/operationsInterfaces/functions.js.map +1 -0
  173. package/dist/commonjs/operationsInterfaces/index.d.ts +11 -0
  174. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  175. package/dist/commonjs/operationsInterfaces/index.js +21 -0
  176. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  177. package/dist/commonjs/operationsInterfaces/inputs.d.ts +69 -0
  178. package/dist/commonjs/operationsInterfaces/inputs.d.ts.map +1 -0
  179. package/dist/commonjs/operationsInterfaces/inputs.js +10 -0
  180. package/dist/commonjs/operationsInterfaces/inputs.js.map +1 -0
  181. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  182. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  183. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  184. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  185. package/dist/commonjs/operationsInterfaces/outputs.d.ts +70 -0
  186. package/dist/commonjs/operationsInterfaces/outputs.d.ts.map +1 -0
  187. package/dist/commonjs/operationsInterfaces/outputs.js +10 -0
  188. package/dist/commonjs/operationsInterfaces/outputs.js.map +1 -0
  189. package/dist/commonjs/operationsInterfaces/privateEndpoints.d.ts +48 -0
  190. package/dist/commonjs/operationsInterfaces/privateEndpoints.d.ts.map +1 -0
  191. package/dist/commonjs/operationsInterfaces/privateEndpoints.js +10 -0
  192. package/dist/commonjs/operationsInterfaces/privateEndpoints.js.map +1 -0
  193. package/dist/commonjs/operationsInterfaces/skuOperations.d.ts +13 -0
  194. package/dist/commonjs/operationsInterfaces/skuOperations.d.ts.map +1 -0
  195. package/dist/commonjs/operationsInterfaces/skuOperations.js +10 -0
  196. package/dist/commonjs/operationsInterfaces/skuOperations.js.map +1 -0
  197. package/dist/commonjs/operationsInterfaces/streamingJobs.d.ts +115 -0
  198. package/dist/commonjs/operationsInterfaces/streamingJobs.d.ts.map +1 -0
  199. package/dist/commonjs/operationsInterfaces/streamingJobs.js +10 -0
  200. package/dist/commonjs/operationsInterfaces/streamingJobs.js.map +1 -0
  201. package/dist/commonjs/operationsInterfaces/subscriptions.d.ts +88 -0
  202. package/dist/commonjs/operationsInterfaces/subscriptions.d.ts.map +1 -0
  203. package/dist/commonjs/operationsInterfaces/subscriptions.js +10 -0
  204. package/dist/commonjs/operationsInterfaces/subscriptions.js.map +1 -0
  205. package/dist/commonjs/operationsInterfaces/transformations.d.ts +38 -0
  206. package/dist/commonjs/operationsInterfaces/transformations.d.ts.map +1 -0
  207. package/dist/commonjs/operationsInterfaces/transformations.js +10 -0
  208. package/dist/commonjs/operationsInterfaces/transformations.js.map +1 -0
  209. package/dist/commonjs/package.json +3 -0
  210. package/dist/commonjs/pagingHelper.d.ts +13 -0
  211. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  212. package/dist/commonjs/pagingHelper.js +34 -0
  213. package/dist/commonjs/pagingHelper.js.map +1 -0
  214. package/dist/commonjs/streamAnalyticsManagementClient.d.ts +26 -0
  215. package/dist/commonjs/streamAnalyticsManagementClient.d.ts.map +1 -0
  216. package/dist/commonjs/streamAnalyticsManagementClient.js +101 -0
  217. package/dist/commonjs/streamAnalyticsManagementClient.js.map +1 -0
  218. package/dist/commonjs/tsdoc-metadata.json +11 -0
  219. package/dist/esm/index.d.ts +5 -0
  220. package/dist/esm/index.d.ts.map +1 -0
  221. package/dist/esm/index.js +13 -0
  222. package/dist/esm/index.js.map +1 -0
  223. package/dist/esm/lroImpl.d.ts +11 -0
  224. package/dist/esm/lroImpl.d.ts.map +1 -0
  225. package/dist/esm/lroImpl.js +18 -0
  226. package/dist/esm/lroImpl.js.map +1 -0
  227. package/dist/esm/models/index.d.ts +2815 -0
  228. package/dist/esm/models/index.d.ts.map +1 -0
  229. package/dist/esm/models/index.js +266 -0
  230. package/dist/esm/models/index.js.map +1 -0
  231. package/dist/esm/models/mappers.d.ts +221 -0
  232. package/dist/esm/models/mappers.d.ts.map +1 -0
  233. package/dist/esm/models/mappers.js +5148 -0
  234. package/dist/esm/models/mappers.js.map +1 -0
  235. package/dist/esm/models/parameters.d.ts +40 -0
  236. package/dist/esm/models/parameters.d.ts.map +1 -0
  237. package/dist/esm/models/parameters.js +291 -0
  238. package/dist/esm/models/parameters.js.map +1 -0
  239. package/dist/esm/operations/clusters.d.ts +137 -0
  240. package/dist/esm/operations/clusters.d.ts.map +1 -0
  241. package/dist/esm/operations/clusters.js +634 -0
  242. package/dist/esm/operations/clusters.js.map +1 -0
  243. package/dist/esm/operations/functions.d.ts +107 -0
  244. package/dist/esm/operations/functions.d.ts.map +1 -0
  245. package/dist/esm/operations/functions.js +419 -0
  246. package/dist/esm/operations/functions.js.map +1 -0
  247. package/dist/esm/operations/index.d.ts +11 -0
  248. package/dist/esm/operations/index.d.ts.map +1 -0
  249. package/dist/esm/operations/index.js +18 -0
  250. package/dist/esm/operations/index.js.map +1 -0
  251. package/dist/esm/operations/inputs.d.ts +94 -0
  252. package/dist/esm/operations/inputs.d.ts.map +1 -0
  253. package/dist/esm/operations/inputs.js +380 -0
  254. package/dist/esm/operations/inputs.js.map +1 -0
  255. package/dist/esm/operations/operations.d.ts +32 -0
  256. package/dist/esm/operations/operations.d.ts.map +1 -0
  257. package/dist/esm/operations/operations.js +116 -0
  258. package/dist/esm/operations/operations.js.map +1 -0
  259. package/dist/esm/operations/outputs.d.ts +95 -0
  260. package/dist/esm/operations/outputs.d.ts.map +1 -0
  261. package/dist/esm/operations/outputs.js +381 -0
  262. package/dist/esm/operations/outputs.js.map +1 -0
  263. package/dist/esm/operations/privateEndpoints.d.ts +73 -0
  264. package/dist/esm/operations/privateEndpoints.d.ts.map +1 -0
  265. package/dist/esm/operations/privateEndpoints.js +298 -0
  266. package/dist/esm/operations/privateEndpoints.js.map +1 -0
  267. package/dist/esm/operations/skuOperations.d.ts +38 -0
  268. package/dist/esm/operations/skuOperations.d.ts.map +1 -0
  269. package/dist/esm/operations/skuOperations.js +133 -0
  270. package/dist/esm/operations/skuOperations.js.map +1 -0
  271. package/dist/esm/operations/streamingJobs.d.ts +151 -0
  272. package/dist/esm/operations/streamingJobs.d.ts.map +1 -0
  273. package/dist/esm/operations/streamingJobs.js +718 -0
  274. package/dist/esm/operations/streamingJobs.js.map +1 -0
  275. package/dist/esm/operations/subscriptions.d.ts +96 -0
  276. package/dist/esm/operations/subscriptions.d.ts.map +1 -0
  277. package/dist/esm/operations/subscriptions.js +450 -0
  278. package/dist/esm/operations/subscriptions.js.map +1 -0
  279. package/dist/esm/operations/transformations.d.ts +46 -0
  280. package/dist/esm/operations/transformations.d.ts.map +1 -0
  281. package/dist/esm/operations/transformations.js +161 -0
  282. package/dist/esm/operations/transformations.js.map +1 -0
  283. package/dist/esm/operationsInterfaces/clusters.d.ts +84 -0
  284. package/dist/esm/operationsInterfaces/clusters.d.ts.map +1 -0
  285. package/dist/esm/operationsInterfaces/clusters.js +9 -0
  286. package/dist/esm/operationsInterfaces/clusters.js.map +1 -0
  287. package/dist/esm/operationsInterfaces/functions.d.ts +82 -0
  288. package/dist/esm/operationsInterfaces/functions.d.ts.map +1 -0
  289. package/dist/esm/operationsInterfaces/functions.js +9 -0
  290. package/dist/esm/operationsInterfaces/functions.js.map +1 -0
  291. package/dist/esm/operationsInterfaces/index.d.ts +11 -0
  292. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  293. package/dist/esm/operationsInterfaces/index.js +18 -0
  294. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  295. package/dist/esm/operationsInterfaces/inputs.d.ts +69 -0
  296. package/dist/esm/operationsInterfaces/inputs.d.ts.map +1 -0
  297. package/dist/esm/operationsInterfaces/inputs.js +9 -0
  298. package/dist/esm/operationsInterfaces/inputs.js.map +1 -0
  299. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  300. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  301. package/dist/esm/operationsInterfaces/operations.js +9 -0
  302. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  303. package/dist/esm/operationsInterfaces/outputs.d.ts +70 -0
  304. package/dist/esm/operationsInterfaces/outputs.d.ts.map +1 -0
  305. package/dist/esm/operationsInterfaces/outputs.js +9 -0
  306. package/dist/esm/operationsInterfaces/outputs.js.map +1 -0
  307. package/dist/esm/operationsInterfaces/privateEndpoints.d.ts +48 -0
  308. package/dist/esm/operationsInterfaces/privateEndpoints.d.ts.map +1 -0
  309. package/dist/esm/operationsInterfaces/privateEndpoints.js +9 -0
  310. package/dist/esm/operationsInterfaces/privateEndpoints.js.map +1 -0
  311. package/dist/esm/operationsInterfaces/skuOperations.d.ts +13 -0
  312. package/dist/esm/operationsInterfaces/skuOperations.d.ts.map +1 -0
  313. package/dist/esm/operationsInterfaces/skuOperations.js +9 -0
  314. package/dist/esm/operationsInterfaces/skuOperations.js.map +1 -0
  315. package/dist/esm/operationsInterfaces/streamingJobs.d.ts +115 -0
  316. package/dist/esm/operationsInterfaces/streamingJobs.d.ts.map +1 -0
  317. package/dist/esm/operationsInterfaces/streamingJobs.js +9 -0
  318. package/dist/esm/operationsInterfaces/streamingJobs.js.map +1 -0
  319. package/dist/esm/operationsInterfaces/subscriptions.d.ts +88 -0
  320. package/dist/esm/operationsInterfaces/subscriptions.d.ts.map +1 -0
  321. package/dist/esm/operationsInterfaces/subscriptions.js +9 -0
  322. package/dist/esm/operationsInterfaces/subscriptions.js.map +1 -0
  323. package/dist/esm/operationsInterfaces/transformations.d.ts +38 -0
  324. package/dist/esm/operationsInterfaces/transformations.d.ts.map +1 -0
  325. package/dist/esm/operationsInterfaces/transformations.js +9 -0
  326. package/dist/esm/operationsInterfaces/transformations.js.map +1 -0
  327. package/dist/esm/package.json +3 -0
  328. package/dist/esm/pagingHelper.d.ts +13 -0
  329. package/dist/esm/pagingHelper.d.ts.map +1 -0
  330. package/dist/esm/pagingHelper.js +30 -0
  331. package/dist/esm/pagingHelper.js.map +1 -0
  332. package/dist/esm/streamAnalyticsManagementClient.d.ts +26 -0
  333. package/dist/esm/streamAnalyticsManagementClient.d.ts.map +1 -0
  334. package/dist/esm/streamAnalyticsManagementClient.js +96 -0
  335. package/dist/esm/streamAnalyticsManagementClient.js.map +1 -0
  336. package/dist/react-native/index.d.ts +5 -0
  337. package/dist/react-native/index.d.ts.map +1 -0
  338. package/dist/react-native/index.js +13 -0
  339. package/dist/react-native/index.js.map +1 -0
  340. package/dist/react-native/lroImpl.d.ts +11 -0
  341. package/dist/react-native/lroImpl.d.ts.map +1 -0
  342. package/dist/react-native/lroImpl.js +18 -0
  343. package/dist/react-native/lroImpl.js.map +1 -0
  344. package/dist/react-native/models/index.d.ts +2815 -0
  345. package/dist/react-native/models/index.d.ts.map +1 -0
  346. package/dist/react-native/models/index.js +266 -0
  347. package/dist/react-native/models/index.js.map +1 -0
  348. package/dist/react-native/models/mappers.d.ts +221 -0
  349. package/dist/react-native/models/mappers.d.ts.map +1 -0
  350. package/dist/react-native/models/mappers.js +5148 -0
  351. package/dist/react-native/models/mappers.js.map +1 -0
  352. package/dist/react-native/models/parameters.d.ts +40 -0
  353. package/dist/react-native/models/parameters.d.ts.map +1 -0
  354. package/dist/react-native/models/parameters.js +291 -0
  355. package/dist/react-native/models/parameters.js.map +1 -0
  356. package/dist/react-native/operations/clusters.d.ts +137 -0
  357. package/dist/react-native/operations/clusters.d.ts.map +1 -0
  358. package/dist/react-native/operations/clusters.js +634 -0
  359. package/dist/react-native/operations/clusters.js.map +1 -0
  360. package/dist/react-native/operations/functions.d.ts +107 -0
  361. package/dist/react-native/operations/functions.d.ts.map +1 -0
  362. package/dist/react-native/operations/functions.js +419 -0
  363. package/dist/react-native/operations/functions.js.map +1 -0
  364. package/dist/react-native/operations/index.d.ts +11 -0
  365. package/dist/react-native/operations/index.d.ts.map +1 -0
  366. package/dist/react-native/operations/index.js +18 -0
  367. package/dist/react-native/operations/index.js.map +1 -0
  368. package/dist/react-native/operations/inputs.d.ts +94 -0
  369. package/dist/react-native/operations/inputs.d.ts.map +1 -0
  370. package/dist/react-native/operations/inputs.js +380 -0
  371. package/dist/react-native/operations/inputs.js.map +1 -0
  372. package/dist/react-native/operations/operations.d.ts +32 -0
  373. package/dist/react-native/operations/operations.d.ts.map +1 -0
  374. package/dist/react-native/operations/operations.js +116 -0
  375. package/dist/react-native/operations/operations.js.map +1 -0
  376. package/dist/react-native/operations/outputs.d.ts +95 -0
  377. package/dist/react-native/operations/outputs.d.ts.map +1 -0
  378. package/dist/react-native/operations/outputs.js +381 -0
  379. package/dist/react-native/operations/outputs.js.map +1 -0
  380. package/dist/react-native/operations/privateEndpoints.d.ts +73 -0
  381. package/dist/react-native/operations/privateEndpoints.d.ts.map +1 -0
  382. package/dist/react-native/operations/privateEndpoints.js +298 -0
  383. package/dist/react-native/operations/privateEndpoints.js.map +1 -0
  384. package/dist/react-native/operations/skuOperations.d.ts +38 -0
  385. package/dist/react-native/operations/skuOperations.d.ts.map +1 -0
  386. package/dist/react-native/operations/skuOperations.js +133 -0
  387. package/dist/react-native/operations/skuOperations.js.map +1 -0
  388. package/dist/react-native/operations/streamingJobs.d.ts +151 -0
  389. package/dist/react-native/operations/streamingJobs.d.ts.map +1 -0
  390. package/dist/react-native/operations/streamingJobs.js +718 -0
  391. package/dist/react-native/operations/streamingJobs.js.map +1 -0
  392. package/dist/react-native/operations/subscriptions.d.ts +96 -0
  393. package/dist/react-native/operations/subscriptions.d.ts.map +1 -0
  394. package/dist/react-native/operations/subscriptions.js +450 -0
  395. package/dist/react-native/operations/subscriptions.js.map +1 -0
  396. package/dist/react-native/operations/transformations.d.ts +46 -0
  397. package/dist/react-native/operations/transformations.d.ts.map +1 -0
  398. package/dist/react-native/operations/transformations.js +161 -0
  399. package/dist/react-native/operations/transformations.js.map +1 -0
  400. package/dist/react-native/operationsInterfaces/clusters.d.ts +84 -0
  401. package/dist/react-native/operationsInterfaces/clusters.d.ts.map +1 -0
  402. package/dist/react-native/operationsInterfaces/clusters.js +9 -0
  403. package/dist/react-native/operationsInterfaces/clusters.js.map +1 -0
  404. package/dist/react-native/operationsInterfaces/functions.d.ts +82 -0
  405. package/dist/react-native/operationsInterfaces/functions.d.ts.map +1 -0
  406. package/dist/react-native/operationsInterfaces/functions.js +9 -0
  407. package/dist/react-native/operationsInterfaces/functions.js.map +1 -0
  408. package/dist/react-native/operationsInterfaces/index.d.ts +11 -0
  409. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  410. package/dist/react-native/operationsInterfaces/index.js +18 -0
  411. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  412. package/dist/react-native/operationsInterfaces/inputs.d.ts +69 -0
  413. package/dist/react-native/operationsInterfaces/inputs.d.ts.map +1 -0
  414. package/dist/react-native/operationsInterfaces/inputs.js +9 -0
  415. package/dist/react-native/operationsInterfaces/inputs.js.map +1 -0
  416. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  417. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  418. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  419. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  420. package/dist/react-native/operationsInterfaces/outputs.d.ts +70 -0
  421. package/dist/react-native/operationsInterfaces/outputs.d.ts.map +1 -0
  422. package/dist/react-native/operationsInterfaces/outputs.js +9 -0
  423. package/dist/react-native/operationsInterfaces/outputs.js.map +1 -0
  424. package/dist/react-native/operationsInterfaces/privateEndpoints.d.ts +48 -0
  425. package/dist/react-native/operationsInterfaces/privateEndpoints.d.ts.map +1 -0
  426. package/dist/react-native/operationsInterfaces/privateEndpoints.js +9 -0
  427. package/dist/react-native/operationsInterfaces/privateEndpoints.js.map +1 -0
  428. package/dist/react-native/operationsInterfaces/skuOperations.d.ts +13 -0
  429. package/dist/react-native/operationsInterfaces/skuOperations.d.ts.map +1 -0
  430. package/dist/react-native/operationsInterfaces/skuOperations.js +9 -0
  431. package/dist/react-native/operationsInterfaces/skuOperations.js.map +1 -0
  432. package/dist/react-native/operationsInterfaces/streamingJobs.d.ts +115 -0
  433. package/dist/react-native/operationsInterfaces/streamingJobs.d.ts.map +1 -0
  434. package/dist/react-native/operationsInterfaces/streamingJobs.js +9 -0
  435. package/dist/react-native/operationsInterfaces/streamingJobs.js.map +1 -0
  436. package/dist/react-native/operationsInterfaces/subscriptions.d.ts +88 -0
  437. package/dist/react-native/operationsInterfaces/subscriptions.d.ts.map +1 -0
  438. package/dist/react-native/operationsInterfaces/subscriptions.js +9 -0
  439. package/dist/react-native/operationsInterfaces/subscriptions.js.map +1 -0
  440. package/dist/react-native/operationsInterfaces/transformations.d.ts +38 -0
  441. package/dist/react-native/operationsInterfaces/transformations.d.ts.map +1 -0
  442. package/dist/react-native/operationsInterfaces/transformations.js +9 -0
  443. package/dist/react-native/operationsInterfaces/transformations.js.map +1 -0
  444. package/dist/react-native/package.json +3 -0
  445. package/dist/react-native/pagingHelper.d.ts +13 -0
  446. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  447. package/dist/react-native/pagingHelper.js +30 -0
  448. package/dist/react-native/pagingHelper.js.map +1 -0
  449. package/dist/react-native/streamAnalyticsManagementClient.d.ts +26 -0
  450. package/dist/react-native/streamAnalyticsManagementClient.d.ts.map +1 -0
  451. package/dist/react-native/streamAnalyticsManagementClient.js +96 -0
  452. package/dist/react-native/streamAnalyticsManagementClient.js.map +1 -0
  453. package/package.json +83 -67
  454. package/review/arm-streamanalytics-node.api.md +2128 -0
  455. package/dist/index.js +0 -9400
  456. package/dist/index.js.map +0 -1
  457. package/dist/index.min.js +0 -1
  458. package/dist/index.min.js.map +0 -1
  459. package/dist-esm/samples-dev/clustersCreateOrUpdateSample.d.ts +0 -2
  460. package/dist-esm/samples-dev/clustersCreateOrUpdateSample.d.ts.map +0 -1
  461. package/dist-esm/samples-dev/clustersCreateOrUpdateSample.js +0 -44
  462. package/dist-esm/samples-dev/clustersCreateOrUpdateSample.js.map +0 -1
  463. package/dist-esm/samples-dev/clustersDeleteSample.d.ts +0 -2
  464. package/dist-esm/samples-dev/clustersDeleteSample.d.ts.map +0 -1
  465. package/dist-esm/samples-dev/clustersDeleteSample.js +0 -39
  466. package/dist-esm/samples-dev/clustersDeleteSample.js.map +0 -1
  467. package/dist-esm/samples-dev/clustersGetSample.d.ts +0 -2
  468. package/dist-esm/samples-dev/clustersGetSample.d.ts.map +0 -1
  469. package/dist-esm/samples-dev/clustersGetSample.js +0 -39
  470. package/dist-esm/samples-dev/clustersGetSample.js.map +0 -1
  471. package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts +0 -2
  472. package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts.map +0 -1
  473. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +0 -54
  474. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +0 -1
  475. package/dist-esm/samples-dev/clustersListBySubscriptionSample.d.ts +0 -2
  476. package/dist-esm/samples-dev/clustersListBySubscriptionSample.d.ts.map +0 -1
  477. package/dist-esm/samples-dev/clustersListBySubscriptionSample.js +0 -53
  478. package/dist-esm/samples-dev/clustersListBySubscriptionSample.js.map +0 -1
  479. package/dist-esm/samples-dev/clustersListStreamingJobsSample.d.ts +0 -2
  480. package/dist-esm/samples-dev/clustersListStreamingJobsSample.d.ts.map +0 -1
  481. package/dist-esm/samples-dev/clustersListStreamingJobsSample.js +0 -55
  482. package/dist-esm/samples-dev/clustersListStreamingJobsSample.js.map +0 -1
  483. package/dist-esm/samples-dev/clustersUpdateSample.d.ts +0 -2
  484. package/dist-esm/samples-dev/clustersUpdateSample.d.ts.map +0 -1
  485. package/dist-esm/samples-dev/clustersUpdateSample.js +0 -40
  486. package/dist-esm/samples-dev/clustersUpdateSample.js.map +0 -1
  487. package/dist-esm/samples-dev/functionsCreateOrReplaceSample.d.ts +0 -2
  488. package/dist-esm/samples-dev/functionsCreateOrReplaceSample.d.ts.map +0 -1
  489. package/dist-esm/samples-dev/functionsCreateOrReplaceSample.js +0 -161
  490. package/dist-esm/samples-dev/functionsCreateOrReplaceSample.js.map +0 -1
  491. package/dist-esm/samples-dev/functionsDeleteSample.d.ts +0 -2
  492. package/dist-esm/samples-dev/functionsDeleteSample.d.ts.map +0 -1
  493. package/dist-esm/samples-dev/functionsDeleteSample.js +0 -40
  494. package/dist-esm/samples-dev/functionsDeleteSample.js.map +0 -1
  495. package/dist-esm/samples-dev/functionsGetSample.d.ts +0 -2
  496. package/dist-esm/samples-dev/functionsGetSample.d.ts.map +0 -1
  497. package/dist-esm/samples-dev/functionsGetSample.js +0 -60
  498. package/dist-esm/samples-dev/functionsGetSample.js.map +0 -1
  499. package/dist-esm/samples-dev/functionsListByStreamingJobSample.d.ts +0 -2
  500. package/dist-esm/samples-dev/functionsListByStreamingJobSample.d.ts.map +0 -1
  501. package/dist-esm/samples-dev/functionsListByStreamingJobSample.js +0 -55
  502. package/dist-esm/samples-dev/functionsListByStreamingJobSample.js.map +0 -1
  503. package/dist-esm/samples-dev/functionsRetrieveDefaultDefinitionSample.d.ts +0 -2
  504. package/dist-esm/samples-dev/functionsRetrieveDefaultDefinitionSample.d.ts.map +0 -1
  505. package/dist-esm/samples-dev/functionsRetrieveDefaultDefinitionSample.js +0 -48
  506. package/dist-esm/samples-dev/functionsRetrieveDefaultDefinitionSample.js.map +0 -1
  507. package/dist-esm/samples-dev/functionsTestSample.d.ts +0 -2
  508. package/dist-esm/samples-dev/functionsTestSample.d.ts.map +0 -1
  509. package/dist-esm/samples-dev/functionsTestSample.js +0 -60
  510. package/dist-esm/samples-dev/functionsTestSample.js.map +0 -1
  511. package/dist-esm/samples-dev/functionsUpdateSample.d.ts +0 -2
  512. package/dist-esm/samples-dev/functionsUpdateSample.d.ts.map +0 -1
  513. package/dist-esm/samples-dev/functionsUpdateSample.js +0 -78
  514. package/dist-esm/samples-dev/functionsUpdateSample.js.map +0 -1
  515. package/dist-esm/samples-dev/inputsCreateOrReplaceSample.d.ts +0 -2
  516. package/dist-esm/samples-dev/inputsCreateOrReplaceSample.d.ts.map +0 -1
  517. package/dist-esm/samples-dev/inputsCreateOrReplaceSample.js +0 -266
  518. package/dist-esm/samples-dev/inputsCreateOrReplaceSample.js.map +0 -1
  519. package/dist-esm/samples-dev/inputsDeleteSample.d.ts +0 -2
  520. package/dist-esm/samples-dev/inputsDeleteSample.d.ts.map +0 -1
  521. package/dist-esm/samples-dev/inputsDeleteSample.js +0 -40
  522. package/dist-esm/samples-dev/inputsDeleteSample.js.map +0 -1
  523. package/dist-esm/samples-dev/inputsGetSample.d.ts +0 -2
  524. package/dist-esm/samples-dev/inputsGetSample.d.ts.map +0 -1
  525. package/dist-esm/samples-dev/inputsGetSample.js +0 -100
  526. package/dist-esm/samples-dev/inputsGetSample.js.map +0 -1
  527. package/dist-esm/samples-dev/inputsListByStreamingJobSample.d.ts +0 -2
  528. package/dist-esm/samples-dev/inputsListByStreamingJobSample.d.ts.map +0 -1
  529. package/dist-esm/samples-dev/inputsListByStreamingJobSample.js +0 -92
  530. package/dist-esm/samples-dev/inputsListByStreamingJobSample.js.map +0 -1
  531. package/dist-esm/samples-dev/inputsTestSample.d.ts +0 -2
  532. package/dist-esm/samples-dev/inputsTestSample.d.ts.map +0 -1
  533. package/dist-esm/samples-dev/inputsTestSample.js +0 -40
  534. package/dist-esm/samples-dev/inputsTestSample.js.map +0 -1
  535. package/dist-esm/samples-dev/inputsUpdateSample.d.ts +0 -2
  536. package/dist-esm/samples-dev/inputsUpdateSample.d.ts.map +0 -1
  537. package/dist-esm/samples-dev/inputsUpdateSample.js +0 -137
  538. package/dist-esm/samples-dev/inputsUpdateSample.js.map +0 -1
  539. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  540. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  541. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  542. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  543. package/dist-esm/samples-dev/outputsCreateOrReplaceSample.d.ts +0 -2
  544. package/dist-esm/samples-dev/outputsCreateOrReplaceSample.d.ts.map +0 -1
  545. package/dist-esm/samples-dev/outputsCreateOrReplaceSample.js +0 -495
  546. package/dist-esm/samples-dev/outputsCreateOrReplaceSample.js.map +0 -1
  547. package/dist-esm/samples-dev/outputsDeleteSample.d.ts +0 -2
  548. package/dist-esm/samples-dev/outputsDeleteSample.d.ts.map +0 -1
  549. package/dist-esm/samples-dev/outputsDeleteSample.js +0 -40
  550. package/dist-esm/samples-dev/outputsDeleteSample.js.map +0 -1
  551. package/dist-esm/samples-dev/outputsGetSample.d.ts +0 -2
  552. package/dist-esm/samples-dev/outputsGetSample.d.ts.map +0 -1
  553. package/dist-esm/samples-dev/outputsGetSample.js +0 -260
  554. package/dist-esm/samples-dev/outputsGetSample.js.map +0 -1
  555. package/dist-esm/samples-dev/outputsListByStreamingJobSample.d.ts +0 -2
  556. package/dist-esm/samples-dev/outputsListByStreamingJobSample.d.ts.map +0 -1
  557. package/dist-esm/samples-dev/outputsListByStreamingJobSample.js +0 -55
  558. package/dist-esm/samples-dev/outputsListByStreamingJobSample.js.map +0 -1
  559. package/dist-esm/samples-dev/outputsTestSample.d.ts +0 -2
  560. package/dist-esm/samples-dev/outputsTestSample.d.ts.map +0 -1
  561. package/dist-esm/samples-dev/outputsTestSample.js +0 -40
  562. package/dist-esm/samples-dev/outputsTestSample.js.map +0 -1
  563. package/dist-esm/samples-dev/outputsUpdateSample.d.ts +0 -2
  564. package/dist-esm/samples-dev/outputsUpdateSample.d.ts.map +0 -1
  565. package/dist-esm/samples-dev/outputsUpdateSample.js +0 -336
  566. package/dist-esm/samples-dev/outputsUpdateSample.js.map +0 -1
  567. package/dist-esm/samples-dev/privateEndpointsCreateOrUpdateSample.d.ts +0 -2
  568. package/dist-esm/samples-dev/privateEndpointsCreateOrUpdateSample.d.ts.map +0 -1
  569. package/dist-esm/samples-dev/privateEndpointsCreateOrUpdateSample.js +0 -50
  570. package/dist-esm/samples-dev/privateEndpointsCreateOrUpdateSample.js.map +0 -1
  571. package/dist-esm/samples-dev/privateEndpointsDeleteSample.d.ts +0 -2
  572. package/dist-esm/samples-dev/privateEndpointsDeleteSample.d.ts.map +0 -1
  573. package/dist-esm/samples-dev/privateEndpointsDeleteSample.js +0 -40
  574. package/dist-esm/samples-dev/privateEndpointsDeleteSample.js.map +0 -1
  575. package/dist-esm/samples-dev/privateEndpointsGetSample.d.ts +0 -2
  576. package/dist-esm/samples-dev/privateEndpointsGetSample.d.ts.map +0 -1
  577. package/dist-esm/samples-dev/privateEndpointsGetSample.js +0 -40
  578. package/dist-esm/samples-dev/privateEndpointsGetSample.js.map +0 -1
  579. package/dist-esm/samples-dev/privateEndpointsListByClusterSample.d.ts +0 -2
  580. package/dist-esm/samples-dev/privateEndpointsListByClusterSample.d.ts.map +0 -1
  581. package/dist-esm/samples-dev/privateEndpointsListByClusterSample.js +0 -55
  582. package/dist-esm/samples-dev/privateEndpointsListByClusterSample.js.map +0 -1
  583. package/dist-esm/samples-dev/skuListSample.d.ts +0 -2
  584. package/dist-esm/samples-dev/skuListSample.d.ts.map +0 -1
  585. package/dist-esm/samples-dev/skuListSample.js +0 -55
  586. package/dist-esm/samples-dev/skuListSample.js.map +0 -1
  587. package/dist-esm/samples-dev/streamingJobsCreateOrReplaceSample.d.ts +0 -2
  588. package/dist-esm/samples-dev/streamingJobsCreateOrReplaceSample.d.ts.map +0 -1
  589. package/dist-esm/samples-dev/streamingJobsCreateOrReplaceSample.js +0 -173
  590. package/dist-esm/samples-dev/streamingJobsCreateOrReplaceSample.js.map +0 -1
  591. package/dist-esm/samples-dev/streamingJobsDeleteSample.d.ts +0 -2
  592. package/dist-esm/samples-dev/streamingJobsDeleteSample.d.ts.map +0 -1
  593. package/dist-esm/samples-dev/streamingJobsDeleteSample.js +0 -39
  594. package/dist-esm/samples-dev/streamingJobsDeleteSample.js.map +0 -1
  595. package/dist-esm/samples-dev/streamingJobsGetSample.d.ts +0 -2
  596. package/dist-esm/samples-dev/streamingJobsGetSample.d.ts.map +0 -1
  597. package/dist-esm/samples-dev/streamingJobsGetSample.js +0 -60
  598. package/dist-esm/samples-dev/streamingJobsGetSample.js.map +0 -1
  599. package/dist-esm/samples-dev/streamingJobsListByResourceGroupSample.d.ts +0 -2
  600. package/dist-esm/samples-dev/streamingJobsListByResourceGroupSample.d.ts.map +0 -1
  601. package/dist-esm/samples-dev/streamingJobsListByResourceGroupSample.js +0 -90
  602. package/dist-esm/samples-dev/streamingJobsListByResourceGroupSample.js.map +0 -1
  603. package/dist-esm/samples-dev/streamingJobsListSample.d.ts +0 -2
  604. package/dist-esm/samples-dev/streamingJobsListSample.d.ts.map +0 -1
  605. package/dist-esm/samples-dev/streamingJobsListSample.js +0 -88
  606. package/dist-esm/samples-dev/streamingJobsListSample.js.map +0 -1
  607. package/dist-esm/samples-dev/streamingJobsScaleSample.d.ts +0 -2
  608. package/dist-esm/samples-dev/streamingJobsScaleSample.d.ts.map +0 -1
  609. package/dist-esm/samples-dev/streamingJobsScaleSample.js +0 -43
  610. package/dist-esm/samples-dev/streamingJobsScaleSample.js.map +0 -1
  611. package/dist-esm/samples-dev/streamingJobsStartSample.d.ts +0 -2
  612. package/dist-esm/samples-dev/streamingJobsStartSample.d.ts.map +0 -1
  613. package/dist-esm/samples-dev/streamingJobsStartSample.js +0 -90
  614. package/dist-esm/samples-dev/streamingJobsStartSample.js.map +0 -1
  615. package/dist-esm/samples-dev/streamingJobsStopSample.d.ts +0 -2
  616. package/dist-esm/samples-dev/streamingJobsStopSample.d.ts.map +0 -1
  617. package/dist-esm/samples-dev/streamingJobsStopSample.js +0 -39
  618. package/dist-esm/samples-dev/streamingJobsStopSample.js.map +0 -1
  619. package/dist-esm/samples-dev/streamingJobsUpdateSample.d.ts +0 -2
  620. package/dist-esm/samples-dev/streamingJobsUpdateSample.d.ts.map +0 -1
  621. package/dist-esm/samples-dev/streamingJobsUpdateSample.js +0 -43
  622. package/dist-esm/samples-dev/streamingJobsUpdateSample.js.map +0 -1
  623. package/dist-esm/samples-dev/subscriptionsCompileQuerySample.d.ts +0 -2
  624. package/dist-esm/samples-dev/subscriptionsCompileQuerySample.d.ts.map +0 -1
  625. package/dist-esm/samples-dev/subscriptionsCompileQuerySample.js +0 -53
  626. package/dist-esm/samples-dev/subscriptionsCompileQuerySample.js.map +0 -1
  627. package/dist-esm/samples-dev/subscriptionsListQuotasSample.d.ts +0 -2
  628. package/dist-esm/samples-dev/subscriptionsListQuotasSample.d.ts.map +0 -1
  629. package/dist-esm/samples-dev/subscriptionsListQuotasSample.js +0 -38
  630. package/dist-esm/samples-dev/subscriptionsListQuotasSample.js.map +0 -1
  631. package/dist-esm/samples-dev/subscriptionsSampleInputSample.d.ts +0 -2
  632. package/dist-esm/samples-dev/subscriptionsSampleInputSample.d.ts.map +0 -1
  633. package/dist-esm/samples-dev/subscriptionsSampleInputSample.js +0 -60
  634. package/dist-esm/samples-dev/subscriptionsSampleInputSample.js.map +0 -1
  635. package/dist-esm/samples-dev/subscriptionsTestInputSample.d.ts +0 -2
  636. package/dist-esm/samples-dev/subscriptionsTestInputSample.d.ts.map +0 -1
  637. package/dist-esm/samples-dev/subscriptionsTestInputSample.js +0 -57
  638. package/dist-esm/samples-dev/subscriptionsTestInputSample.js.map +0 -1
  639. package/dist-esm/samples-dev/subscriptionsTestOutputSample.d.ts +0 -2
  640. package/dist-esm/samples-dev/subscriptionsTestOutputSample.d.ts.map +0 -1
  641. package/dist-esm/samples-dev/subscriptionsTestOutputSample.js +0 -53
  642. package/dist-esm/samples-dev/subscriptionsTestOutputSample.js.map +0 -1
  643. package/dist-esm/samples-dev/subscriptionsTestQuerySample.d.ts +0 -2
  644. package/dist-esm/samples-dev/subscriptionsTestQuerySample.d.ts.map +0 -1
  645. package/dist-esm/samples-dev/subscriptionsTestQuerySample.js +0 -78
  646. package/dist-esm/samples-dev/subscriptionsTestQuerySample.js.map +0 -1
  647. package/dist-esm/samples-dev/transformationsCreateOrReplaceSample.d.ts +0 -2
  648. package/dist-esm/samples-dev/transformationsCreateOrReplaceSample.d.ts.map +0 -1
  649. package/dist-esm/samples-dev/transformationsCreateOrReplaceSample.js +0 -44
  650. package/dist-esm/samples-dev/transformationsCreateOrReplaceSample.js.map +0 -1
  651. package/dist-esm/samples-dev/transformationsGetSample.d.ts +0 -2
  652. package/dist-esm/samples-dev/transformationsGetSample.d.ts.map +0 -1
  653. package/dist-esm/samples-dev/transformationsGetSample.js +0 -40
  654. package/dist-esm/samples-dev/transformationsGetSample.js.map +0 -1
  655. package/dist-esm/samples-dev/transformationsUpdateSample.d.ts +0 -2
  656. package/dist-esm/samples-dev/transformationsUpdateSample.d.ts.map +0 -1
  657. package/dist-esm/samples-dev/transformationsUpdateSample.js +0 -41
  658. package/dist-esm/samples-dev/transformationsUpdateSample.js.map +0 -1
  659. package/dist-esm/src/index.d.ts +0 -6
  660. package/dist-esm/src/index.d.ts.map +0 -1
  661. package/dist-esm/src/index.js +0 -13
  662. package/dist-esm/src/index.js.map +0 -1
  663. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  664. package/dist-esm/src/lroImpl.js +0 -21
  665. package/dist-esm/src/lroImpl.js.map +0 -1
  666. package/dist-esm/src/models/index.js.map +0 -1
  667. package/dist-esm/src/models/mappers.js +0 -4716
  668. package/dist-esm/src/models/mappers.js.map +0 -1
  669. package/dist-esm/src/models/parameters.js +0 -291
  670. package/dist-esm/src/models/parameters.js.map +0 -1
  671. package/dist-esm/src/operations/clusters.d.ts +0 -137
  672. package/dist-esm/src/operations/clusters.d.ts.map +0 -1
  673. package/dist-esm/src/operations/clusters.js +0 -682
  674. package/dist-esm/src/operations/clusters.js.map +0 -1
  675. package/dist-esm/src/operations/functions.d.ts +0 -107
  676. package/dist-esm/src/operations/functions.d.ts.map +0 -1
  677. package/dist-esm/src/operations/functions.js +0 -435
  678. package/dist-esm/src/operations/functions.js.map +0 -1
  679. package/dist-esm/src/operations/index.d.ts +0 -11
  680. package/dist-esm/src/operations/index.d.ts.map +0 -1
  681. package/dist-esm/src/operations/index.js +0 -18
  682. package/dist-esm/src/operations/index.js.map +0 -1
  683. package/dist-esm/src/operations/inputs.d.ts +0 -94
  684. package/dist-esm/src/operations/inputs.d.ts.map +0 -1
  685. package/dist-esm/src/operations/inputs.js +0 -396
  686. package/dist-esm/src/operations/inputs.js.map +0 -1
  687. package/dist-esm/src/operations/operations.d.ts +0 -32
  688. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  689. package/dist-esm/src/operations/operations.js +0 -133
  690. package/dist-esm/src/operations/operations.js.map +0 -1
  691. package/dist-esm/src/operations/outputs.d.ts +0 -95
  692. package/dist-esm/src/operations/outputs.d.ts.map +0 -1
  693. package/dist-esm/src/operations/outputs.js +0 -397
  694. package/dist-esm/src/operations/outputs.js.map +0 -1
  695. package/dist-esm/src/operations/privateEndpoints.d.ts +0 -73
  696. package/dist-esm/src/operations/privateEndpoints.d.ts.map +0 -1
  697. package/dist-esm/src/operations/privateEndpoints.js +0 -314
  698. package/dist-esm/src/operations/privateEndpoints.js.map +0 -1
  699. package/dist-esm/src/operations/skuOperations.d.ts +0 -38
  700. package/dist-esm/src/operations/skuOperations.d.ts.map +0 -1
  701. package/dist-esm/src/operations/skuOperations.js +0 -150
  702. package/dist-esm/src/operations/skuOperations.js.map +0 -1
  703. package/dist-esm/src/operations/streamingJobs.d.ts +0 -151
  704. package/dist-esm/src/operations/streamingJobs.d.ts.map +0 -1
  705. package/dist-esm/src/operations/streamingJobs.js +0 -747
  706. package/dist-esm/src/operations/streamingJobs.js.map +0 -1
  707. package/dist-esm/src/operations/subscriptions.d.ts +0 -96
  708. package/dist-esm/src/operations/subscriptions.d.ts.map +0 -1
  709. package/dist-esm/src/operations/subscriptions.js +0 -446
  710. package/dist-esm/src/operations/subscriptions.js.map +0 -1
  711. package/dist-esm/src/operations/transformations.d.ts +0 -46
  712. package/dist-esm/src/operations/transformations.d.ts.map +0 -1
  713. package/dist-esm/src/operations/transformations.js +0 -160
  714. package/dist-esm/src/operations/transformations.js.map +0 -1
  715. package/dist-esm/src/operationsInterfaces/clusters.d.ts +0 -84
  716. package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +0 -1
  717. package/dist-esm/src/operationsInterfaces/clusters.js.map +0 -1
  718. package/dist-esm/src/operationsInterfaces/functions.d.ts +0 -82
  719. package/dist-esm/src/operationsInterfaces/functions.d.ts.map +0 -1
  720. package/dist-esm/src/operationsInterfaces/functions.js.map +0 -1
  721. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -11
  722. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  723. package/dist-esm/src/operationsInterfaces/index.js +0 -18
  724. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  725. package/dist-esm/src/operationsInterfaces/inputs.d.ts +0 -69
  726. package/dist-esm/src/operationsInterfaces/inputs.d.ts.map +0 -1
  727. package/dist-esm/src/operationsInterfaces/inputs.js.map +0 -1
  728. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  729. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  730. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  731. package/dist-esm/src/operationsInterfaces/outputs.d.ts +0 -70
  732. package/dist-esm/src/operationsInterfaces/outputs.d.ts.map +0 -1
  733. package/dist-esm/src/operationsInterfaces/outputs.js.map +0 -1
  734. package/dist-esm/src/operationsInterfaces/privateEndpoints.d.ts +0 -48
  735. package/dist-esm/src/operationsInterfaces/privateEndpoints.d.ts.map +0 -1
  736. package/dist-esm/src/operationsInterfaces/privateEndpoints.js.map +0 -1
  737. package/dist-esm/src/operationsInterfaces/skuOperations.d.ts +0 -13
  738. package/dist-esm/src/operationsInterfaces/skuOperations.d.ts.map +0 -1
  739. package/dist-esm/src/operationsInterfaces/skuOperations.js.map +0 -1
  740. package/dist-esm/src/operationsInterfaces/streamingJobs.d.ts +0 -115
  741. package/dist-esm/src/operationsInterfaces/streamingJobs.d.ts.map +0 -1
  742. package/dist-esm/src/operationsInterfaces/streamingJobs.js.map +0 -1
  743. package/dist-esm/src/operationsInterfaces/subscriptions.d.ts +0 -88
  744. package/dist-esm/src/operationsInterfaces/subscriptions.d.ts.map +0 -1
  745. package/dist-esm/src/operationsInterfaces/subscriptions.js.map +0 -1
  746. package/dist-esm/src/operationsInterfaces/transformations.d.ts +0 -38
  747. package/dist-esm/src/operationsInterfaces/transformations.d.ts.map +0 -1
  748. package/dist-esm/src/operationsInterfaces/transformations.js.map +0 -1
  749. package/dist-esm/src/pagingHelper.js +0 -32
  750. package/dist-esm/src/pagingHelper.js.map +0 -1
  751. package/dist-esm/src/streamAnalyticsManagementClient.d.ts +0 -26
  752. package/dist-esm/src/streamAnalyticsManagementClient.d.ts.map +0 -1
  753. package/dist-esm/src/streamAnalyticsManagementClient.js +0 -79
  754. package/dist-esm/src/streamAnalyticsManagementClient.js.map +0 -1
  755. package/dist-esm/test/streamanalytics_operations_test.spec.d.ts +0 -4
  756. package/dist-esm/test/streamanalytics_operations_test.spec.d.ts.map +0 -1
  757. package/dist-esm/test/streamanalytics_operations_test.spec.js +0 -112
  758. package/dist-esm/test/streamanalytics_operations_test.spec.js.map +0 -1
  759. package/review/arm-streamanalytics.api.md +0 -2129
  760. package/src/index.ts +0 -13
  761. package/src/lroImpl.ts +0 -42
  762. package/src/models/index.ts +0 -3290
  763. package/src/models/mappers.ts +0 -5377
  764. package/src/models/parameters.ts +0 -350
  765. package/src/operations/clusters.ts +0 -889
  766. package/src/operations/functions.ts +0 -585
  767. package/src/operations/index.ts +0 -18
  768. package/src/operations/inputs.ts +0 -532
  769. package/src/operations/operations.ts +0 -149
  770. package/src/operations/outputs.ts +0 -533
  771. package/src/operations/privateEndpoints.ts +0 -422
  772. package/src/operations/skuOperations.ts +0 -193
  773. package/src/operations/streamingJobs.ts +0 -945
  774. package/src/operations/subscriptions.ts +0 -609
  775. package/src/operations/transformations.ts +0 -204
  776. package/src/operationsInterfaces/clusters.ts +0 -157
  777. package/src/operationsInterfaces/functions.ts +0 -151
  778. package/src/operationsInterfaces/index.ts +0 -18
  779. package/src/operationsInterfaces/inputs.ts +0 -128
  780. package/src/operationsInterfaces/operations.ts +0 -22
  781. package/src/operationsInterfaces/outputs.ts +0 -129
  782. package/src/operationsInterfaces/privateEndpoints.ts +0 -90
  783. package/src/operationsInterfaces/skuOperations.ts +0 -26
  784. package/src/operationsInterfaces/streamingJobs.ts +0 -199
  785. package/src/operationsInterfaces/subscriptions.ts +0 -173
  786. package/src/operationsInterfaces/transformations.ts +0 -71
  787. package/src/pagingHelper.ts +0 -39
  788. package/src/streamAnalyticsManagementClient.ts +0 -145
  789. package/tsconfig.json +0 -33
  790. package/types/arm-streamanalytics.d.ts +0 -3785
  791. package/types/tsdoc-metadata.json +0 -11
  792. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  793. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  794. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  795. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  796. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  797. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  798. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  799. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  800. /package/{dist-esm/src → dist/browser}/operationsInterfaces/clusters.js +0 -0
  801. /package/{dist-esm/src → dist/browser}/operationsInterfaces/functions.js +0 -0
  802. /package/{dist-esm/src → dist/browser}/operationsInterfaces/inputs.js +0 -0
  803. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  804. /package/{dist-esm/src → dist/browser}/operationsInterfaces/outputs.js +0 -0
  805. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpoints.js +0 -0
  806. /package/{dist-esm/src → dist/browser}/operationsInterfaces/skuOperations.js +0 -0
  807. /package/{dist-esm/src → dist/browser}/operationsInterfaces/streamingJobs.js +0 -0
  808. /package/{dist-esm/src → dist/browser}/operationsInterfaces/subscriptions.js +0 -0
  809. /package/{dist-esm/src → dist/browser}/operationsInterfaces/transformations.js +0 -0
  810. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  811. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
@@ -1,2129 +0,0 @@
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 { OperationState } from '@azure/core-lro';
10
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
11
- import { SimplePollerLike } from '@azure/core-lro';
12
-
13
- // @public
14
- export interface AggregateFunctionProperties extends FunctionProperties {
15
- type: "Aggregate";
16
- }
17
-
18
- // @public
19
- export type AuthenticationMode = string;
20
-
21
- // @public
22
- export interface AvroSerialization extends Serialization {
23
- properties?: Record<string, unknown>;
24
- type: "Avro";
25
- }
26
-
27
- // @public
28
- export interface AzureDataExplorerOutputDataSource extends OutputDataSource {
29
- authenticationMode?: AuthenticationMode;
30
- cluster?: string;
31
- database?: string;
32
- table?: string;
33
- type: "Microsoft.Kusto/clusters/databases";
34
- }
35
-
36
- // @public
37
- export interface AzureDataLakeStoreOutputDataSource extends OutputDataSource {
38
- accountName?: string;
39
- authenticationMode?: AuthenticationMode;
40
- dateFormat?: string;
41
- filePathPrefix?: string;
42
- refreshToken?: string;
43
- tenantId?: string;
44
- timeFormat?: string;
45
- tokenUserDisplayName?: string;
46
- tokenUserPrincipalName?: string;
47
- type: "Microsoft.DataLake/Accounts";
48
- }
49
-
50
- // @public
51
- export interface AzureDataLakeStoreOutputDataSourceProperties extends OAuthBasedDataSourceProperties {
52
- accountName?: string;
53
- authenticationMode?: AuthenticationMode;
54
- dateFormat?: string;
55
- filePathPrefix?: string;
56
- tenantId?: string;
57
- timeFormat?: string;
58
- }
59
-
60
- // @public
61
- export interface AzureFunctionOutputDataSource extends OutputDataSource {
62
- apiKey?: string;
63
- functionAppName?: string;
64
- functionName?: string;
65
- maxBatchCount?: number;
66
- maxBatchSize?: number;
67
- type: "Microsoft.AzureFunction";
68
- }
69
-
70
- // @public
71
- export interface AzureMachineLearningServiceFunctionBinding extends FunctionBinding {
72
- apiKey?: string;
73
- batchSize?: number;
74
- endpoint?: string;
75
- inputRequestName?: string;
76
- inputs?: AzureMachineLearningServiceInputColumn[];
77
- numberOfParallelRequests?: number;
78
- outputResponseName?: string;
79
- outputs?: AzureMachineLearningServiceOutputColumn[];
80
- type: "Microsoft.MachineLearningServices";
81
- }
82
-
83
- // @public
84
- export interface AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters extends FunctionRetrieveDefaultDefinitionParameters {
85
- bindingType: "Microsoft.MachineLearningServices";
86
- executeEndpoint?: string;
87
- udfType?: "Scalar";
88
- }
89
-
90
- // @public
91
- export interface AzureMachineLearningServiceInputColumn {
92
- dataType?: string;
93
- mapTo?: number;
94
- name?: string;
95
- }
96
-
97
- // @public
98
- export interface AzureMachineLearningServiceInputs {
99
- columnNames?: AzureMachineLearningServiceInputColumn[];
100
- name?: string;
101
- }
102
-
103
- // @public
104
- export interface AzureMachineLearningServiceOutputColumn {
105
- dataType?: string;
106
- mapTo?: number;
107
- name?: string;
108
- }
109
-
110
- // @public
111
- export interface AzureMachineLearningStudioFunctionBinding extends FunctionBinding {
112
- apiKey?: string;
113
- batchSize?: number;
114
- endpoint?: string;
115
- inputs?: AzureMachineLearningStudioInputs;
116
- outputs?: AzureMachineLearningStudioOutputColumn[];
117
- type: "Microsoft.MachineLearning/WebService";
118
- }
119
-
120
- // @public
121
- export interface AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters extends FunctionRetrieveDefaultDefinitionParameters {
122
- bindingType: "Microsoft.MachineLearning/WebService";
123
- executeEndpoint?: string;
124
- udfType?: "Scalar";
125
- }
126
-
127
- // @public
128
- export interface AzureMachineLearningStudioInputColumn {
129
- dataType?: string;
130
- mapTo?: number;
131
- name?: string;
132
- }
133
-
134
- // @public
135
- export interface AzureMachineLearningStudioInputs {
136
- columnNames?: AzureMachineLearningStudioInputColumn[];
137
- name?: string;
138
- }
139
-
140
- // @public
141
- export interface AzureMachineLearningStudioOutputColumn {
142
- dataType?: string;
143
- name?: string;
144
- }
145
-
146
- // @public
147
- export interface AzureSqlDatabaseDataSourceProperties {
148
- authenticationMode?: AuthenticationMode;
149
- database?: string;
150
- maxBatchCount?: number;
151
- maxWriterCount?: number;
152
- password?: string;
153
- server?: string;
154
- table?: string;
155
- user?: string;
156
- }
157
-
158
- // @public
159
- export interface AzureSqlDatabaseOutputDataSource extends OutputDataSource {
160
- authenticationMode?: AuthenticationMode;
161
- database?: string;
162
- maxBatchCount?: number;
163
- maxWriterCount?: number;
164
- password?: string;
165
- server?: string;
166
- table?: string;
167
- type: "Microsoft.Sql/Server/Database";
168
- user?: string;
169
- }
170
-
171
- // @public
172
- export interface AzureSqlDatabaseOutputDataSourceProperties extends AzureSqlDatabaseDataSourceProperties {
173
- }
174
-
175
- // @public
176
- export interface AzureSqlReferenceInputDataSource extends ReferenceInputDataSource {
177
- authenticationMode?: AuthenticationMode;
178
- database?: string;
179
- deltaSnapshotQuery?: string;
180
- fullSnapshotQuery?: string;
181
- password?: string;
182
- refreshRate?: string;
183
- refreshType?: RefreshType;
184
- server?: string;
185
- type: "Microsoft.Sql/Server/Database";
186
- user?: string;
187
- }
188
-
189
- // @public
190
- export interface AzureSynapseDataSourceProperties {
191
- authenticationMode?: AuthenticationMode;
192
- database?: string;
193
- password?: string;
194
- server?: string;
195
- table?: string;
196
- user?: string;
197
- }
198
-
199
- // @public
200
- export interface AzureSynapseOutputDataSource extends OutputDataSource {
201
- authenticationMode?: AuthenticationMode;
202
- database?: string;
203
- password?: string;
204
- server?: string;
205
- table?: string;
206
- type: "Microsoft.Sql/Server/DataWarehouse";
207
- user?: string;
208
- }
209
-
210
- // @public
211
- export interface AzureSynapseOutputDataSourceProperties extends AzureSynapseDataSourceProperties {
212
- }
213
-
214
- // @public
215
- export interface AzureTableOutputDataSource extends OutputDataSource {
216
- accountKey?: string;
217
- accountName?: string;
218
- batchSize?: number;
219
- columnsToRemove?: string[];
220
- partitionKey?: string;
221
- rowKey?: string;
222
- table?: string;
223
- type: "Microsoft.Storage/Table";
224
- }
225
-
226
- // @public
227
- export interface BlobDataSourceProperties {
228
- authenticationMode?: AuthenticationMode;
229
- container?: string;
230
- dateFormat?: string;
231
- pathPattern?: string;
232
- storageAccounts?: StorageAccount[];
233
- timeFormat?: string;
234
- }
235
-
236
- // @public
237
- export interface BlobOutputDataSource extends OutputDataSource {
238
- authenticationMode?: AuthenticationMode;
239
- blobPathPrefix?: string;
240
- blobWriteMode?: BlobWriteMode;
241
- container?: string;
242
- dateFormat?: string;
243
- pathPattern?: string;
244
- storageAccounts?: StorageAccount[];
245
- timeFormat?: string;
246
- type: "Microsoft.Storage/Blob";
247
- }
248
-
249
- // @public
250
- export interface BlobOutputDataSourceProperties extends BlobDataSourceProperties {
251
- blobPathPrefix?: string;
252
- blobWriteMode?: BlobWriteMode;
253
- }
254
-
255
- // @public
256
- export interface BlobReferenceInputDataSource extends ReferenceInputDataSource {
257
- authenticationMode?: AuthenticationMode;
258
- blobName?: string;
259
- container?: string;
260
- dateFormat?: string;
261
- deltaPathPattern?: string;
262
- deltaSnapshotRefreshRate?: string;
263
- fullSnapshotRefreshRate?: string;
264
- pathPattern?: string;
265
- sourcePartitionCount?: number;
266
- storageAccounts?: StorageAccount[];
267
- timeFormat?: string;
268
- type: "Microsoft.Storage/Blob";
269
- }
270
-
271
- // @public
272
- export interface BlobReferenceInputDataSourceProperties extends BlobDataSourceProperties {
273
- blobName?: string;
274
- deltaPathPattern?: string;
275
- deltaSnapshotRefreshRate?: string;
276
- fullSnapshotRefreshRate?: string;
277
- sourcePartitionCount?: number;
278
- }
279
-
280
- // @public
281
- export interface BlobStreamInputDataSource extends StreamInputDataSource {
282
- authenticationMode?: AuthenticationMode;
283
- container?: string;
284
- dateFormat?: string;
285
- pathPattern?: string;
286
- sourcePartitionCount?: number;
287
- storageAccounts?: StorageAccount[];
288
- timeFormat?: string;
289
- type: "Microsoft.Storage/Blob";
290
- }
291
-
292
- // @public
293
- export interface BlobStreamInputDataSourceProperties extends BlobDataSourceProperties {
294
- sourcePartitionCount?: number;
295
- }
296
-
297
- // @public
298
- export type BlobWriteMode = string;
299
-
300
- // @public
301
- export interface Cluster extends TrackedResource {
302
- readonly etag?: string;
303
- properties?: ClusterProperties;
304
- sku?: ClusterSku;
305
- }
306
-
307
- // @public
308
- export interface ClusterInfo {
309
- id?: string;
310
- }
311
-
312
- // @public
313
- export interface ClusterJob {
314
- readonly id?: string;
315
- readonly jobState?: JobState;
316
- readonly streamingUnits?: number;
317
- }
318
-
319
- // @public
320
- export interface ClusterJobListResult {
321
- readonly nextLink?: string;
322
- readonly value?: ClusterJob[];
323
- }
324
-
325
- // @public
326
- export interface ClusterListResult {
327
- readonly nextLink?: string;
328
- readonly value?: Cluster[];
329
- }
330
-
331
- // @public
332
- export interface ClusterProperties {
333
- readonly capacityAllocated?: number;
334
- readonly capacityAssigned?: number;
335
- readonly clusterId?: string;
336
- readonly createdDate?: Date;
337
- readonly provisioningState?: ClusterProvisioningState;
338
- }
339
-
340
- // @public
341
- export type ClusterProvisioningState = string;
342
-
343
- // @public
344
- export interface Clusters {
345
- beginCreateOrUpdate(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ClustersCreateOrUpdateResponse>, ClustersCreateOrUpdateResponse>>;
346
- beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<ClustersCreateOrUpdateResponse>;
347
- beginDelete(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
348
- beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<void>;
349
- beginUpdate(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ClustersUpdateResponse>, ClustersUpdateResponse>>;
350
- beginUpdateAndWait(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersUpdateOptionalParams): Promise<ClustersUpdateResponse>;
351
- get(resourceGroupName: string, clusterName: string, options?: ClustersGetOptionalParams): Promise<ClustersGetResponse>;
352
- listByResourceGroup(resourceGroupName: string, options?: ClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cluster>;
353
- listBySubscription(options?: ClustersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Cluster>;
354
- listStreamingJobs(resourceGroupName: string, clusterName: string, options?: ClustersListStreamingJobsOptionalParams): PagedAsyncIterableIterator<ClusterJob>;
355
- }
356
-
357
- // @public
358
- export interface ClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
359
- ifMatch?: string;
360
- ifNoneMatch?: string;
361
- resumeFrom?: string;
362
- updateIntervalInMs?: number;
363
- }
364
-
365
- // @public
366
- export type ClustersCreateOrUpdateResponse = Cluster;
367
-
368
- // @public
369
- export interface ClustersDeleteOptionalParams extends coreClient.OperationOptions {
370
- resumeFrom?: string;
371
- updateIntervalInMs?: number;
372
- }
373
-
374
- // @public
375
- export interface ClustersGetOptionalParams extends coreClient.OperationOptions {
376
- }
377
-
378
- // @public
379
- export type ClustersGetResponse = Cluster;
380
-
381
- // @public
382
- export interface ClusterSku {
383
- capacity?: number;
384
- name?: ClusterSkuName;
385
- }
386
-
387
- // @public
388
- export type ClusterSkuName = string;
389
-
390
- // @public
391
- export interface ClustersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
392
- }
393
-
394
- // @public
395
- export type ClustersListByResourceGroupNextResponse = ClusterListResult;
396
-
397
- // @public
398
- export interface ClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
399
- }
400
-
401
- // @public
402
- export type ClustersListByResourceGroupResponse = ClusterListResult;
403
-
404
- // @public
405
- export interface ClustersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
406
- }
407
-
408
- // @public
409
- export type ClustersListBySubscriptionNextResponse = ClusterListResult;
410
-
411
- // @public
412
- export interface ClustersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
413
- }
414
-
415
- // @public
416
- export type ClustersListBySubscriptionResponse = ClusterListResult;
417
-
418
- // @public
419
- export interface ClustersListStreamingJobsNextOptionalParams extends coreClient.OperationOptions {
420
- }
421
-
422
- // @public
423
- export type ClustersListStreamingJobsNextResponse = ClusterJobListResult;
424
-
425
- // @public
426
- export interface ClustersListStreamingJobsOptionalParams extends coreClient.OperationOptions {
427
- }
428
-
429
- // @public
430
- export type ClustersListStreamingJobsResponse = ClusterJobListResult;
431
-
432
- // @public
433
- export interface ClustersUpdateOptionalParams extends coreClient.OperationOptions {
434
- ifMatch?: string;
435
- resumeFrom?: string;
436
- updateIntervalInMs?: number;
437
- }
438
-
439
- // @public
440
- export type ClustersUpdateResponse = Cluster;
441
-
442
- // @public
443
- export type CompatibilityLevel = string;
444
-
445
- // @public
446
- export interface CompileQuery {
447
- compatibilityLevel?: CompatibilityLevel;
448
- functions?: QueryFunction[];
449
- inputs?: QueryInput[];
450
- jobType: JobType;
451
- query: string;
452
- }
453
-
454
- // @public
455
- export interface Compression {
456
- type: CompressionType;
457
- }
458
-
459
- // @public
460
- export type CompressionType = string;
461
-
462
- // @public
463
- export type ContentStoragePolicy = string;
464
-
465
- // @public
466
- export interface CSharpFunctionBinding extends FunctionBinding {
467
- class?: string;
468
- dllPath?: string;
469
- method?: string;
470
- type: "Microsoft.StreamAnalytics/CLRUdf";
471
- updateMode?: UpdateMode;
472
- }
473
-
474
- // @public
475
- export interface CSharpFunctionRetrieveDefaultDefinitionParameters extends FunctionRetrieveDefaultDefinitionParameters {
476
- bindingType: "Microsoft.StreamAnalytics/CLRUdf";
477
- script?: string;
478
- udfType?: "Scalar";
479
- }
480
-
481
- // @public
482
- export interface CsvSerialization extends Serialization {
483
- encoding?: Encoding;
484
- fieldDelimiter?: string;
485
- type: "Csv";
486
- }
487
-
488
- // @public
489
- export interface CustomClrSerialization extends Serialization {
490
- serializationClassName?: string;
491
- serializationDllPath?: string;
492
- type: "CustomClr";
493
- }
494
-
495
- // @public
496
- export interface DeltaSerialization extends Serialization {
497
- deltaTablePath?: string;
498
- partitionColumns?: string[];
499
- type: "Delta";
500
- }
501
-
502
- // @public
503
- export interface DiagnosticCondition {
504
- readonly code?: string;
505
- readonly message?: string;
506
- readonly since?: string;
507
- }
508
-
509
- // @public
510
- export interface Diagnostics {
511
- readonly conditions?: DiagnosticCondition[];
512
- }
513
-
514
- // @public
515
- export interface DocumentDbOutputDataSource extends OutputDataSource {
516
- accountId?: string;
517
- accountKey?: string;
518
- authenticationMode?: AuthenticationMode;
519
- collectionNamePattern?: string;
520
- database?: string;
521
- documentId?: string;
522
- partitionKey?: string;
523
- type: "Microsoft.Storage/DocumentDB";
524
- }
525
-
526
- // @public
527
- export type Encoding = string;
528
-
529
- // @public
530
- export interface ErrorDetails {
531
- code?: string;
532
- message?: string;
533
- target?: string;
534
- }
535
-
536
- // @public
537
- export interface ErrorError {
538
- code?: string;
539
- details?: ErrorDetails[];
540
- message?: string;
541
- target?: string;
542
- }
543
-
544
- // @public
545
- export interface ErrorModel {
546
- error?: ErrorError;
547
- }
548
-
549
- // @public
550
- export interface ErrorResponse {
551
- readonly code?: string;
552
- readonly message?: string;
553
- }
554
-
555
- // @public
556
- export type EventGridEventSchemaType = string;
557
-
558
- // @public
559
- export interface EventGridStreamInputDataSource extends StreamInputDataSource {
560
- eventTypes?: string[];
561
- schema?: EventGridEventSchemaType;
562
- storageAccounts?: StorageAccount[];
563
- subscriber?: EventHubV2StreamInputDataSource;
564
- type: "Microsoft.EventGrid/EventSubscriptions";
565
- }
566
-
567
- // @public
568
- export interface EventHubDataSourceProperties extends ServiceBusDataSourceProperties {
569
- eventHubName?: string;
570
- partitionCount?: number;
571
- }
572
-
573
- // @public
574
- export interface EventHubOutputDataSource extends OutputDataSource {
575
- authenticationMode?: AuthenticationMode;
576
- eventHubName?: string;
577
- partitionCount?: number;
578
- partitionKey?: string;
579
- propertyColumns?: string[];
580
- serviceBusNamespace?: string;
581
- sharedAccessPolicyKey?: string;
582
- sharedAccessPolicyName?: string;
583
- type: "Microsoft.ServiceBus/EventHub";
584
- }
585
-
586
- // @public
587
- export interface EventHubOutputDataSourceProperties extends EventHubDataSourceProperties {
588
- partitionKey?: string;
589
- propertyColumns?: string[];
590
- }
591
-
592
- // @public
593
- export interface EventHubStreamInputDataSource extends StreamInputDataSource {
594
- authenticationMode?: AuthenticationMode;
595
- consumerGroupName?: string;
596
- eventHubName?: string;
597
- partitionCount?: number;
598
- prefetchCount?: number;
599
- serviceBusNamespace?: string;
600
- sharedAccessPolicyKey?: string;
601
- sharedAccessPolicyName?: string;
602
- type: "Microsoft.ServiceBus/EventHub";
603
- }
604
-
605
- // @public
606
- export interface EventHubStreamInputDataSourceProperties extends EventHubDataSourceProperties {
607
- consumerGroupName?: string;
608
- prefetchCount?: number;
609
- }
610
-
611
- // @public
612
- export interface EventHubV2OutputDataSource extends OutputDataSource {
613
- authenticationMode?: AuthenticationMode;
614
- eventHubName?: string;
615
- partitionCount?: number;
616
- partitionKey?: string;
617
- propertyColumns?: string[];
618
- serviceBusNamespace?: string;
619
- sharedAccessPolicyKey?: string;
620
- sharedAccessPolicyName?: string;
621
- type: "Microsoft.EventHub/EventHub";
622
- }
623
-
624
- // @public
625
- export interface EventHubV2StreamInputDataSource extends StreamInputDataSource {
626
- authenticationMode?: AuthenticationMode;
627
- consumerGroupName?: string;
628
- eventHubName?: string;
629
- partitionCount?: number;
630
- prefetchCount?: number;
631
- serviceBusNamespace?: string;
632
- sharedAccessPolicyKey?: string;
633
- sharedAccessPolicyName?: string;
634
- type: "Microsoft.EventHub/EventHub";
635
- }
636
-
637
- // @public
638
- export type EventSerializationType = string;
639
-
640
- // @public
641
- export type EventsOutOfOrderPolicy = string;
642
-
643
- // @public
644
- interface External_2 {
645
- container?: string;
646
- path?: string;
647
- refreshConfiguration?: RefreshConfiguration;
648
- storageAccount?: StorageAccount;
649
- }
650
- export { External_2 as External }
651
-
652
- // @public
653
- export interface FileReferenceInputDataSource extends ReferenceInputDataSource {
654
- path?: string;
655
- type: "File";
656
- }
657
-
658
- // @public
659
- export interface FunctionBinding {
660
- type: "Microsoft.MachineLearning/WebService" | "Microsoft.StreamAnalytics/JavascriptUdf" | "Microsoft.StreamAnalytics/CLRUdf" | "Microsoft.MachineLearningServices";
661
- }
662
-
663
- // @public (undocumented)
664
- export type FunctionBindingUnion = FunctionBinding | AzureMachineLearningStudioFunctionBinding | JavaScriptFunctionBinding | CSharpFunctionBinding | AzureMachineLearningServiceFunctionBinding;
665
-
666
- // @public
667
- export interface FunctionInput {
668
- dataType?: string;
669
- isConfigurationParameter?: boolean;
670
- }
671
-
672
- // @public
673
- export interface FunctionListResult {
674
- readonly nextLink?: string;
675
- readonly value?: FunctionModel[];
676
- }
677
-
678
- // @public
679
- export interface FunctionModel extends SubResource {
680
- properties?: FunctionPropertiesUnion;
681
- }
682
-
683
- // @public
684
- export interface FunctionOutput {
685
- dataType?: string;
686
- }
687
-
688
- // @public
689
- export interface FunctionProperties {
690
- binding?: FunctionBindingUnion;
691
- readonly etag?: string;
692
- // (undocumented)
693
- inputs?: FunctionInput[];
694
- output?: FunctionOutput;
695
- type: "Scalar" | "Aggregate";
696
- }
697
-
698
- // @public (undocumented)
699
- export type FunctionPropertiesUnion = FunctionProperties | ScalarFunctionProperties | AggregateFunctionProperties;
700
-
701
- // @public
702
- export interface FunctionRetrieveDefaultDefinitionParameters {
703
- bindingType: "Microsoft.MachineLearning/WebService" | "Microsoft.MachineLearningServices" | "Microsoft.StreamAnalytics/JavascriptUdf" | "Microsoft.StreamAnalytics/CLRUdf";
704
- }
705
-
706
- // @public (undocumented)
707
- export type FunctionRetrieveDefaultDefinitionParametersUnion = FunctionRetrieveDefaultDefinitionParameters | AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters | AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters | JavaScriptFunctionRetrieveDefaultDefinitionParameters | CSharpFunctionRetrieveDefaultDefinitionParameters;
708
-
709
- // @public
710
- export interface Functions {
711
- beginTest(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsTestOptionalParams): Promise<SimplePollerLike<OperationState<FunctionsTestResponse>, FunctionsTestResponse>>;
712
- beginTestAndWait(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsTestOptionalParams): Promise<FunctionsTestResponse>;
713
- createOrReplace(resourceGroupName: string, jobName: string, functionName: string, functionParam: FunctionModel, options?: FunctionsCreateOrReplaceOptionalParams): Promise<FunctionsCreateOrReplaceResponse>;
714
- delete(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsDeleteOptionalParams): Promise<void>;
715
- get(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsGetOptionalParams): Promise<FunctionsGetResponse>;
716
- listByStreamingJob(resourceGroupName: string, jobName: string, options?: FunctionsListByStreamingJobOptionalParams): PagedAsyncIterableIterator<FunctionModel>;
717
- retrieveDefaultDefinition(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsRetrieveDefaultDefinitionOptionalParams): Promise<FunctionsRetrieveDefaultDefinitionResponse>;
718
- update(resourceGroupName: string, jobName: string, functionName: string, functionParam: FunctionModel, options?: FunctionsUpdateOptionalParams): Promise<FunctionsUpdateResponse>;
719
- }
720
-
721
- // @public
722
- export interface FunctionsCreateOrReplaceHeaders {
723
- eTag?: string;
724
- }
725
-
726
- // @public
727
- export interface FunctionsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
728
- ifMatch?: string;
729
- ifNoneMatch?: string;
730
- }
731
-
732
- // @public
733
- export type FunctionsCreateOrReplaceResponse = FunctionsCreateOrReplaceHeaders & FunctionModel;
734
-
735
- // @public
736
- export interface FunctionsDeleteOptionalParams extends coreClient.OperationOptions {
737
- }
738
-
739
- // @public
740
- export interface FunctionsGetHeaders {
741
- eTag?: string;
742
- }
743
-
744
- // @public
745
- export interface FunctionsGetOptionalParams extends coreClient.OperationOptions {
746
- }
747
-
748
- // @public
749
- export type FunctionsGetResponse = FunctionsGetHeaders & FunctionModel;
750
-
751
- // @public
752
- export interface FunctionsListByStreamingJobNextOptionalParams extends coreClient.OperationOptions {
753
- }
754
-
755
- // @public
756
- export type FunctionsListByStreamingJobNextResponse = FunctionListResult;
757
-
758
- // @public
759
- export interface FunctionsListByStreamingJobOptionalParams extends coreClient.OperationOptions {
760
- select?: string;
761
- }
762
-
763
- // @public
764
- export type FunctionsListByStreamingJobResponse = FunctionListResult;
765
-
766
- // @public
767
- export interface FunctionsRetrieveDefaultDefinitionOptionalParams extends coreClient.OperationOptions {
768
- functionRetrieveDefaultDefinitionParameters?: FunctionRetrieveDefaultDefinitionParametersUnion;
769
- }
770
-
771
- // @public
772
- export type FunctionsRetrieveDefaultDefinitionResponse = FunctionModel;
773
-
774
- // @public
775
- export interface FunctionsTestOptionalParams extends coreClient.OperationOptions {
776
- function?: FunctionModel;
777
- resumeFrom?: string;
778
- updateIntervalInMs?: number;
779
- }
780
-
781
- // @public
782
- export type FunctionsTestResponse = ResourceTestStatus;
783
-
784
- // @public
785
- export interface FunctionsUpdateHeaders {
786
- eTag?: string;
787
- }
788
-
789
- // @public
790
- export interface FunctionsUpdateOptionalParams extends coreClient.OperationOptions {
791
- ifMatch?: string;
792
- }
793
-
794
- // @public
795
- export type FunctionsUpdateResponse = FunctionsUpdateHeaders & FunctionModel;
796
-
797
- // @public
798
- export interface GatewayMessageBusOutputDataSource extends OutputDataSource {
799
- topic?: string;
800
- type: "GatewayMessageBus";
801
- }
802
-
803
- // @public
804
- export interface GatewayMessageBusOutputDataSourceProperties extends GatewayMessageBusSourceProperties {
805
- }
806
-
807
- // @public
808
- export interface GatewayMessageBusSourceProperties {
809
- topic?: string;
810
- }
811
-
812
- // @public
813
- export interface GatewayMessageBusStreamInputDataSource extends StreamInputDataSource {
814
- topic?: string;
815
- type: "GatewayMessageBus";
816
- }
817
-
818
- // @public
819
- export interface GatewayMessageBusStreamInputDataSourceProperties extends GatewayMessageBusSourceProperties {
820
- }
821
-
822
- // @public
823
- export function getContinuationToken(page: unknown): string | undefined;
824
-
825
- // @public
826
- export interface GetStreamingJobSkuResult {
827
- readonly capacity?: SkuCapacity;
828
- readonly resourceType?: ResourceType;
829
- readonly sku?: GetStreamingJobSkuResultSku;
830
- }
831
-
832
- // @public
833
- export interface GetStreamingJobSkuResults {
834
- readonly nextLink?: string;
835
- value?: GetStreamingJobSkuResult[];
836
- }
837
-
838
- // @public
839
- export interface GetStreamingJobSkuResultSku {
840
- name?: SkuName;
841
- }
842
-
843
- // @public
844
- export interface Identity {
845
- readonly principalId?: string;
846
- readonly tenantId?: string;
847
- type?: string;
848
- userAssignedIdentities?: {
849
- [propertyName: string]: Record<string, unknown>;
850
- };
851
- }
852
-
853
- // @public
854
- export interface Input extends SubResource {
855
- properties?: InputPropertiesUnion;
856
- }
857
-
858
- // @public
859
- export interface InputListResult {
860
- readonly nextLink?: string;
861
- readonly value?: Input[];
862
- }
863
-
864
- // @public
865
- export interface InputProperties {
866
- compression?: Compression;
867
- readonly diagnostics?: Diagnostics;
868
- readonly etag?: string;
869
- partitionKey?: string;
870
- serialization?: SerializationUnion;
871
- type: "Stream" | "Reference";
872
- watermarkSettings?: InputWatermarkProperties;
873
- }
874
-
875
- // @public (undocumented)
876
- export type InputPropertiesUnion = InputProperties | StreamInputProperties | ReferenceInputProperties;
877
-
878
- // @public
879
- export interface Inputs {
880
- beginTest(resourceGroupName: string, jobName: string, inputName: string, options?: InputsTestOptionalParams): Promise<SimplePollerLike<OperationState<InputsTestResponse>, InputsTestResponse>>;
881
- beginTestAndWait(resourceGroupName: string, jobName: string, inputName: string, options?: InputsTestOptionalParams): Promise<InputsTestResponse>;
882
- createOrReplace(resourceGroupName: string, jobName: string, inputName: string, input: Input, options?: InputsCreateOrReplaceOptionalParams): Promise<InputsCreateOrReplaceResponse>;
883
- delete(resourceGroupName: string, jobName: string, inputName: string, options?: InputsDeleteOptionalParams): Promise<void>;
884
- get(resourceGroupName: string, jobName: string, inputName: string, options?: InputsGetOptionalParams): Promise<InputsGetResponse>;
885
- listByStreamingJob(resourceGroupName: string, jobName: string, options?: InputsListByStreamingJobOptionalParams): PagedAsyncIterableIterator<Input>;
886
- update(resourceGroupName: string, jobName: string, inputName: string, input: Input, options?: InputsUpdateOptionalParams): Promise<InputsUpdateResponse>;
887
- }
888
-
889
- // @public
890
- export interface InputsCreateOrReplaceHeaders {
891
- eTag?: string;
892
- }
893
-
894
- // @public
895
- export interface InputsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
896
- ifMatch?: string;
897
- ifNoneMatch?: string;
898
- }
899
-
900
- // @public
901
- export type InputsCreateOrReplaceResponse = InputsCreateOrReplaceHeaders & Input;
902
-
903
- // @public
904
- export interface InputsDeleteOptionalParams extends coreClient.OperationOptions {
905
- }
906
-
907
- // @public
908
- export interface InputsGetHeaders {
909
- eTag?: string;
910
- }
911
-
912
- // @public
913
- export interface InputsGetOptionalParams extends coreClient.OperationOptions {
914
- }
915
-
916
- // @public
917
- export type InputsGetResponse = InputsGetHeaders & Input;
918
-
919
- // @public
920
- export interface InputsListByStreamingJobNextOptionalParams extends coreClient.OperationOptions {
921
- }
922
-
923
- // @public
924
- export type InputsListByStreamingJobNextResponse = InputListResult;
925
-
926
- // @public
927
- export interface InputsListByStreamingJobOptionalParams extends coreClient.OperationOptions {
928
- select?: string;
929
- }
930
-
931
- // @public
932
- export type InputsListByStreamingJobResponse = InputListResult;
933
-
934
- // @public
935
- export interface InputsTestOptionalParams extends coreClient.OperationOptions {
936
- input?: Input;
937
- resumeFrom?: string;
938
- updateIntervalInMs?: number;
939
- }
940
-
941
- // @public
942
- export type InputsTestResponse = ResourceTestStatus;
943
-
944
- // @public
945
- export interface InputsUpdateHeaders {
946
- eTag?: string;
947
- }
948
-
949
- // @public
950
- export interface InputsUpdateOptionalParams extends coreClient.OperationOptions {
951
- ifMatch?: string;
952
- }
953
-
954
- // @public
955
- export type InputsUpdateResponse = InputsUpdateHeaders & Input;
956
-
957
- // @public
958
- export type InputWatermarkMode = string;
959
-
960
- // @public
961
- export interface InputWatermarkProperties {
962
- watermarkMode?: InputWatermarkMode;
963
- }
964
-
965
- // @public
966
- export interface IoTHubStreamInputDataSource extends StreamInputDataSource {
967
- consumerGroupName?: string;
968
- endpoint?: string;
969
- iotHubNamespace?: string;
970
- sharedAccessPolicyKey?: string;
971
- sharedAccessPolicyName?: string;
972
- type: "Microsoft.Devices/IotHubs";
973
- }
974
-
975
- // @public
976
- export interface JavaScriptFunctionBinding extends FunctionBinding {
977
- script?: string;
978
- type: "Microsoft.StreamAnalytics/JavascriptUdf";
979
- }
980
-
981
- // @public
982
- export interface JavaScriptFunctionRetrieveDefaultDefinitionParameters extends FunctionRetrieveDefaultDefinitionParameters {
983
- bindingType: "Microsoft.StreamAnalytics/JavascriptUdf";
984
- script?: string;
985
- udfType?: "Scalar";
986
- }
987
-
988
- // @public
989
- export type JobState = string;
990
-
991
- // @public
992
- export interface JobStorageAccount extends StorageAccount {
993
- }
994
-
995
- // @public
996
- export type JobType = string;
997
-
998
- // @public
999
- export type JsonOutputSerializationFormat = string;
1000
-
1001
- // @public
1002
- export interface JsonSerialization extends Serialization {
1003
- encoding?: Encoding;
1004
- format?: JsonOutputSerializationFormat;
1005
- type: "Json";
1006
- }
1007
-
1008
- // @public
1009
- export enum KnownAuthenticationMode {
1010
- ConnectionString = "ConnectionString",
1011
- Msi = "Msi",
1012
- UserToken = "UserToken"
1013
- }
1014
-
1015
- // @public
1016
- export enum KnownBlobWriteMode {
1017
- Append = "Append",
1018
- Once = "Once"
1019
- }
1020
-
1021
- // @public
1022
- export enum KnownClusterProvisioningState {
1023
- Canceled = "Canceled",
1024
- Failed = "Failed",
1025
- InProgress = "InProgress",
1026
- Succeeded = "Succeeded"
1027
- }
1028
-
1029
- // @public
1030
- export enum KnownClusterSkuName {
1031
- Default = "Default"
1032
- }
1033
-
1034
- // @public
1035
- export enum KnownCompatibilityLevel {
1036
- One0 = "1.0",
1037
- One2 = "1.2"
1038
- }
1039
-
1040
- // @public
1041
- export enum KnownCompressionType {
1042
- Deflate = "Deflate",
1043
- GZip = "GZip",
1044
- None = "None"
1045
- }
1046
-
1047
- // @public
1048
- export enum KnownContentStoragePolicy {
1049
- JobStorageAccount = "JobStorageAccount",
1050
- SystemAccount = "SystemAccount"
1051
- }
1052
-
1053
- // @public
1054
- export enum KnownEncoding {
1055
- UTF8 = "UTF8"
1056
- }
1057
-
1058
- // @public
1059
- export enum KnownEventGridEventSchemaType {
1060
- CloudEventSchema = "CloudEventSchema",
1061
- EventGridEventSchema = "EventGridEventSchema"
1062
- }
1063
-
1064
- // @public
1065
- export enum KnownEventSerializationType {
1066
- Avro = "Avro",
1067
- Csv = "Csv",
1068
- CustomClr = "CustomClr",
1069
- Delta = "Delta",
1070
- Json = "Json",
1071
- Parquet = "Parquet"
1072
- }
1073
-
1074
- // @public
1075
- export enum KnownEventsOutOfOrderPolicy {
1076
- Adjust = "Adjust",
1077
- Drop = "Drop"
1078
- }
1079
-
1080
- // @public
1081
- export enum KnownInputWatermarkMode {
1082
- None = "None",
1083
- ReadWatermark = "ReadWatermark"
1084
- }
1085
-
1086
- // @public
1087
- export enum KnownJobState {
1088
- Created = "Created",
1089
- Degraded = "Degraded",
1090
- Deleting = "Deleting",
1091
- Failed = "Failed",
1092
- Restarting = "Restarting",
1093
- Running = "Running",
1094
- Scaling = "Scaling",
1095
- Starting = "Starting",
1096
- Stopped = "Stopped",
1097
- Stopping = "Stopping"
1098
- }
1099
-
1100
- // @public
1101
- export enum KnownJobType {
1102
- Cloud = "Cloud",
1103
- Edge = "Edge"
1104
- }
1105
-
1106
- // @public
1107
- export enum KnownJsonOutputSerializationFormat {
1108
- Array = "Array",
1109
- LineSeparated = "LineSeparated"
1110
- }
1111
-
1112
- // @public
1113
- export enum KnownOutputErrorPolicy {
1114
- Drop = "Drop",
1115
- Stop = "Stop"
1116
- }
1117
-
1118
- // @public
1119
- export enum KnownOutputStartMode {
1120
- CustomTime = "CustomTime",
1121
- JobStartTime = "JobStartTime",
1122
- LastOutputEventTime = "LastOutputEventTime"
1123
- }
1124
-
1125
- // @public
1126
- export enum KnownOutputWatermarkMode {
1127
- None = "None",
1128
- SendCurrentPartitionWatermark = "SendCurrentPartitionWatermark",
1129
- SendLowestWatermarkAcrossPartitions = "SendLowestWatermarkAcrossPartitions"
1130
- }
1131
-
1132
- // @public
1133
- export enum KnownQueryTestingResultStatus {
1134
- CompilerError = "CompilerError",
1135
- RuntimeError = "RuntimeError",
1136
- Started = "Started",
1137
- Success = "Success",
1138
- Timeout = "Timeout",
1139
- UnknownError = "UnknownError"
1140
- }
1141
-
1142
- // @public
1143
- export enum KnownRefreshType {
1144
- RefreshPeriodicallyWithDelta = "RefreshPeriodicallyWithDelta",
1145
- RefreshPeriodicallyWithFull = "RefreshPeriodicallyWithFull",
1146
- Static = "Static"
1147
- }
1148
-
1149
- // @public
1150
- export enum KnownResourceType {
1151
- MicrosoftStreamAnalyticsStreamingjobs = "Microsoft.StreamAnalytics/streamingjobs"
1152
- }
1153
-
1154
- // @public
1155
- export enum KnownSampleInputResultStatus {
1156
- ErrorConnectingToInput = "ErrorConnectingToInput",
1157
- NoEventsFoundInRange = "NoEventsFoundInRange",
1158
- ReadAllEventsInRange = "ReadAllEventsInRange"
1159
- }
1160
-
1161
- // @public
1162
- export enum KnownSkuCapacityScaleType {
1163
- Automatic = "automatic",
1164
- Manual = "manual",
1165
- None = "none"
1166
- }
1167
-
1168
- // @public
1169
- export enum KnownSkuName {
1170
- Standard = "Standard"
1171
- }
1172
-
1173
- // @public
1174
- export enum KnownTestDatasourceResultStatus {
1175
- TestFailed = "TestFailed",
1176
- TestSucceeded = "TestSucceeded"
1177
- }
1178
-
1179
- // @public
1180
- export enum KnownUpdatableUdfRefreshType {
1181
- Blocking = "Blocking",
1182
- Nonblocking = "Nonblocking"
1183
- }
1184
-
1185
- // @public
1186
- export enum KnownUpdateMode {
1187
- Refreshable = "Refreshable",
1188
- Static = "Static"
1189
- }
1190
-
1191
- // @public
1192
- export interface LastOutputEventTimestamp {
1193
- lastOutputEventTime?: string;
1194
- lastUpdateTime?: string;
1195
- }
1196
-
1197
- // @public
1198
- export interface OAuthBasedDataSourceProperties {
1199
- refreshToken?: string;
1200
- tokenUserDisplayName?: string;
1201
- tokenUserPrincipalName?: string;
1202
- }
1203
-
1204
- // @public
1205
- export interface Operation {
1206
- readonly display?: OperationDisplay;
1207
- isDataAction?: boolean;
1208
- readonly name?: string;
1209
- }
1210
-
1211
- // @public
1212
- export interface OperationDisplay {
1213
- readonly description?: string;
1214
- readonly operation?: string;
1215
- readonly provider?: string;
1216
- readonly resource?: string;
1217
- }
1218
-
1219
- // @public
1220
- export interface OperationListResult {
1221
- readonly nextLink?: string;
1222
- readonly value?: Operation[];
1223
- }
1224
-
1225
- // @public
1226
- export interface Operations {
1227
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
1228
- }
1229
-
1230
- // @public
1231
- export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
1232
- }
1233
-
1234
- // @public
1235
- export type OperationsListNextResponse = OperationListResult;
1236
-
1237
- // @public
1238
- export interface OperationsListOptionalParams extends coreClient.OperationOptions {
1239
- }
1240
-
1241
- // @public
1242
- export type OperationsListResponse = OperationListResult;
1243
-
1244
- // @public
1245
- export interface Output extends SubResource {
1246
- datasource?: OutputDataSourceUnion;
1247
- readonly diagnostics?: Diagnostics;
1248
- readonly etag?: string;
1249
- readonly lastOutputEventTimestamps?: LastOutputEventTimestamp[];
1250
- serialization?: SerializationUnion;
1251
- sizeWindow?: number;
1252
- timeWindow?: string;
1253
- watermarkSettings?: OutputWatermarkProperties;
1254
- }
1255
-
1256
- // @public
1257
- export interface OutputDataSource {
1258
- type: "Raw" | "Microsoft.Storage/Blob" | "Microsoft.Storage/Table" | "Microsoft.ServiceBus/EventHub" | "Microsoft.EventHub/EventHub" | "Microsoft.Sql/Server/Database" | "Microsoft.Sql/Server/DataWarehouse" | "Microsoft.DBForPostgreSQL/servers/databases" | "Microsoft.Storage/DocumentDB" | "Microsoft.AzureFunction" | "Microsoft.ServiceBus/Queue" | "Microsoft.ServiceBus/Topic" | "PowerBI" | "Microsoft.DataLake/Accounts" | "GatewayMessageBus" | "Microsoft.Kusto/clusters/databases";
1259
- }
1260
-
1261
- // @public (undocumented)
1262
- export type OutputDataSourceUnion = OutputDataSource | RawOutputDatasource | BlobOutputDataSource | AzureTableOutputDataSource | EventHubOutputDataSource | EventHubV2OutputDataSource | AzureSqlDatabaseOutputDataSource | AzureSynapseOutputDataSource | PostgreSQLOutputDataSource | DocumentDbOutputDataSource | AzureFunctionOutputDataSource | ServiceBusQueueOutputDataSource | ServiceBusTopicOutputDataSource | PowerBIOutputDataSource | AzureDataLakeStoreOutputDataSource | GatewayMessageBusOutputDataSource | AzureDataExplorerOutputDataSource;
1263
-
1264
- // @public
1265
- export type OutputErrorPolicy = string;
1266
-
1267
- // @public
1268
- export interface OutputListResult {
1269
- readonly nextLink?: string;
1270
- readonly value?: Output[];
1271
- }
1272
-
1273
- // @public
1274
- export interface Outputs {
1275
- beginTest(resourceGroupName: string, jobName: string, outputName: string, options?: OutputsTestOptionalParams): Promise<SimplePollerLike<OperationState<OutputsTestResponse>, OutputsTestResponse>>;
1276
- beginTestAndWait(resourceGroupName: string, jobName: string, outputName: string, options?: OutputsTestOptionalParams): Promise<OutputsTestResponse>;
1277
- createOrReplace(resourceGroupName: string, jobName: string, outputName: string, output: Output, options?: OutputsCreateOrReplaceOptionalParams): Promise<OutputsCreateOrReplaceResponse>;
1278
- delete(resourceGroupName: string, jobName: string, outputName: string, options?: OutputsDeleteOptionalParams): Promise<void>;
1279
- get(resourceGroupName: string, jobName: string, outputName: string, options?: OutputsGetOptionalParams): Promise<OutputsGetResponse>;
1280
- listByStreamingJob(resourceGroupName: string, jobName: string, options?: OutputsListByStreamingJobOptionalParams): PagedAsyncIterableIterator<Output>;
1281
- update(resourceGroupName: string, jobName: string, outputName: string, output: Output, options?: OutputsUpdateOptionalParams): Promise<OutputsUpdateResponse>;
1282
- }
1283
-
1284
- // @public
1285
- export interface OutputsCreateOrReplaceHeaders {
1286
- eTag?: string;
1287
- }
1288
-
1289
- // @public
1290
- export interface OutputsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
1291
- ifMatch?: string;
1292
- ifNoneMatch?: string;
1293
- }
1294
-
1295
- // @public
1296
- export type OutputsCreateOrReplaceResponse = OutputsCreateOrReplaceHeaders & Output;
1297
-
1298
- // @public
1299
- export interface OutputsDeleteOptionalParams extends coreClient.OperationOptions {
1300
- }
1301
-
1302
- // @public
1303
- export interface OutputsGetHeaders {
1304
- eTag?: string;
1305
- }
1306
-
1307
- // @public
1308
- export interface OutputsGetOptionalParams extends coreClient.OperationOptions {
1309
- }
1310
-
1311
- // @public
1312
- export type OutputsGetResponse = OutputsGetHeaders & Output;
1313
-
1314
- // @public
1315
- export interface OutputsListByStreamingJobNextOptionalParams extends coreClient.OperationOptions {
1316
- }
1317
-
1318
- // @public
1319
- export type OutputsListByStreamingJobNextResponse = OutputListResult;
1320
-
1321
- // @public
1322
- export interface OutputsListByStreamingJobOptionalParams extends coreClient.OperationOptions {
1323
- select?: string;
1324
- }
1325
-
1326
- // @public
1327
- export type OutputsListByStreamingJobResponse = OutputListResult;
1328
-
1329
- // @public
1330
- export type OutputStartMode = string;
1331
-
1332
- // @public
1333
- export interface OutputsTestOptionalParams extends coreClient.OperationOptions {
1334
- output?: Output;
1335
- resumeFrom?: string;
1336
- updateIntervalInMs?: number;
1337
- }
1338
-
1339
- // @public
1340
- export type OutputsTestResponse = ResourceTestStatus;
1341
-
1342
- // @public
1343
- export interface OutputsUpdateHeaders {
1344
- eTag?: string;
1345
- }
1346
-
1347
- // @public
1348
- export interface OutputsUpdateOptionalParams extends coreClient.OperationOptions {
1349
- ifMatch?: string;
1350
- }
1351
-
1352
- // @public
1353
- export type OutputsUpdateResponse = OutputsUpdateHeaders & Output;
1354
-
1355
- // @public
1356
- export type OutputWatermarkMode = string;
1357
-
1358
- // @public
1359
- export interface OutputWatermarkProperties {
1360
- maxWatermarkDifferenceAcrossPartitions?: string;
1361
- watermarkMode?: OutputWatermarkMode;
1362
- }
1363
-
1364
- // @public
1365
- export interface ParquetSerialization extends Serialization {
1366
- properties?: Record<string, unknown>;
1367
- type: "Parquet";
1368
- }
1369
-
1370
- // @public
1371
- export interface PostgreSQLDataSourceProperties {
1372
- authenticationMode?: AuthenticationMode;
1373
- database?: string;
1374
- maxWriterCount?: number;
1375
- password?: string;
1376
- server?: string;
1377
- table?: string;
1378
- user?: string;
1379
- }
1380
-
1381
- // @public
1382
- export interface PostgreSQLOutputDataSource extends OutputDataSource {
1383
- authenticationMode?: AuthenticationMode;
1384
- database?: string;
1385
- maxWriterCount?: number;
1386
- password?: string;
1387
- server?: string;
1388
- table?: string;
1389
- type: "Microsoft.DBForPostgreSQL/servers/databases";
1390
- user?: string;
1391
- }
1392
-
1393
- // @public
1394
- export interface PostgreSQLOutputDataSourceProperties extends PostgreSQLDataSourceProperties {
1395
- }
1396
-
1397
- // @public
1398
- export interface PowerBIOutputDataSource extends OutputDataSource {
1399
- authenticationMode?: AuthenticationMode;
1400
- dataset?: string;
1401
- groupId?: string;
1402
- groupName?: string;
1403
- refreshToken?: string;
1404
- table?: string;
1405
- tokenUserDisplayName?: string;
1406
- tokenUserPrincipalName?: string;
1407
- type: "PowerBI";
1408
- }
1409
-
1410
- // @public
1411
- export interface PowerBIOutputDataSourceProperties extends OAuthBasedDataSourceProperties {
1412
- authenticationMode?: AuthenticationMode;
1413
- dataset?: string;
1414
- groupId?: string;
1415
- groupName?: string;
1416
- table?: string;
1417
- }
1418
-
1419
- // @public
1420
- export interface PrivateEndpoint extends ProxyResource {
1421
- readonly etag?: string;
1422
- properties?: PrivateEndpointProperties;
1423
- }
1424
-
1425
- // @public
1426
- export interface PrivateEndpointListResult {
1427
- readonly nextLink?: string;
1428
- readonly value?: PrivateEndpoint[];
1429
- }
1430
-
1431
- // @public
1432
- export interface PrivateEndpointProperties {
1433
- readonly createdDate?: string;
1434
- manualPrivateLinkServiceConnections?: PrivateLinkServiceConnection[];
1435
- }
1436
-
1437
- // @public
1438
- export interface PrivateEndpoints {
1439
- beginDelete(resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: PrivateEndpointsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1440
- beginDeleteAndWait(resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: PrivateEndpointsDeleteOptionalParams): Promise<void>;
1441
- createOrUpdate(resourceGroupName: string, clusterName: string, privateEndpointName: string, privateEndpoint: PrivateEndpoint, options?: PrivateEndpointsCreateOrUpdateOptionalParams): Promise<PrivateEndpointsCreateOrUpdateResponse>;
1442
- get(resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: PrivateEndpointsGetOptionalParams): Promise<PrivateEndpointsGetResponse>;
1443
- listByCluster(resourceGroupName: string, clusterName: string, options?: PrivateEndpointsListByClusterOptionalParams): PagedAsyncIterableIterator<PrivateEndpoint>;
1444
- }
1445
-
1446
- // @public
1447
- export interface PrivateEndpointsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1448
- ifMatch?: string;
1449
- ifNoneMatch?: string;
1450
- }
1451
-
1452
- // @public
1453
- export type PrivateEndpointsCreateOrUpdateResponse = PrivateEndpoint;
1454
-
1455
- // @public
1456
- export interface PrivateEndpointsDeleteOptionalParams extends coreClient.OperationOptions {
1457
- resumeFrom?: string;
1458
- updateIntervalInMs?: number;
1459
- }
1460
-
1461
- // @public
1462
- export interface PrivateEndpointsGetOptionalParams extends coreClient.OperationOptions {
1463
- }
1464
-
1465
- // @public
1466
- export type PrivateEndpointsGetResponse = PrivateEndpoint;
1467
-
1468
- // @public
1469
- export interface PrivateEndpointsListByClusterNextOptionalParams extends coreClient.OperationOptions {
1470
- }
1471
-
1472
- // @public
1473
- export type PrivateEndpointsListByClusterNextResponse = PrivateEndpointListResult;
1474
-
1475
- // @public
1476
- export interface PrivateEndpointsListByClusterOptionalParams extends coreClient.OperationOptions {
1477
- }
1478
-
1479
- // @public
1480
- export type PrivateEndpointsListByClusterResponse = PrivateEndpointListResult;
1481
-
1482
- // @public
1483
- export interface PrivateLinkConnectionState {
1484
- readonly actionsRequired?: string;
1485
- readonly description?: string;
1486
- readonly status?: string;
1487
- }
1488
-
1489
- // @public
1490
- export interface PrivateLinkServiceConnection {
1491
- groupIds?: string[];
1492
- privateLinkServiceConnectionState?: PrivateLinkConnectionState;
1493
- privateLinkServiceId?: string;
1494
- readonly requestMessage?: string;
1495
- }
1496
-
1497
- // @public
1498
- export interface ProxyResource extends Resource {
1499
- }
1500
-
1501
- // @public
1502
- export interface QueryCompilationError {
1503
- readonly endColumn?: number;
1504
- readonly endLine?: number;
1505
- readonly isGlobal?: boolean;
1506
- readonly message?: string;
1507
- readonly startColumn?: number;
1508
- readonly startLine?: number;
1509
- }
1510
-
1511
- // @public
1512
- export interface QueryCompilationResult {
1513
- readonly errors?: QueryCompilationError[];
1514
- readonly functions?: string[];
1515
- readonly inputs?: string[];
1516
- readonly outputs?: string[];
1517
- readonly warnings?: string[];
1518
- }
1519
-
1520
- // @public
1521
- export interface QueryFunction {
1522
- bindingType: string;
1523
- inputs: FunctionInput[];
1524
- name: string;
1525
- output: FunctionOutput;
1526
- type: string;
1527
- }
1528
-
1529
- // @public
1530
- export interface QueryInput {
1531
- name: string;
1532
- type: string;
1533
- }
1534
-
1535
- // @public
1536
- export interface QueryTestingResult extends ErrorModel {
1537
- readonly outputUri?: string;
1538
- readonly status?: QueryTestingResultStatus;
1539
- }
1540
-
1541
- // @public
1542
- export type QueryTestingResultStatus = string;
1543
-
1544
- // @public
1545
- export interface RawOutputDatasource extends OutputDataSource {
1546
- payloadUri?: string;
1547
- type: "Raw";
1548
- }
1549
-
1550
- // @public
1551
- export interface RawReferenceInputDataSource extends ReferenceInputDataSource {
1552
- payload?: string;
1553
- payloadUri?: string;
1554
- type: "Raw";
1555
- }
1556
-
1557
- // @public
1558
- export interface RawStreamInputDataSource extends StreamInputDataSource {
1559
- payload?: string;
1560
- payloadUri?: string;
1561
- type: "Raw";
1562
- }
1563
-
1564
- // @public
1565
- export interface ReferenceInputDataSource {
1566
- type: "File" | "Microsoft.Storage/Blob" | "Raw" | "Microsoft.Sql/Server/Database";
1567
- }
1568
-
1569
- // @public (undocumented)
1570
- export type ReferenceInputDataSourceUnion = ReferenceInputDataSource | FileReferenceInputDataSource | BlobReferenceInputDataSource | RawReferenceInputDataSource | AzureSqlReferenceInputDataSource;
1571
-
1572
- // @public
1573
- export interface ReferenceInputProperties extends InputProperties {
1574
- datasource?: ReferenceInputDataSourceUnion;
1575
- type: "Reference";
1576
- }
1577
-
1578
- // @public
1579
- export interface RefreshConfiguration {
1580
- dateFormat?: string;
1581
- pathPattern?: string;
1582
- refreshInterval?: string;
1583
- refreshType?: UpdatableUdfRefreshType;
1584
- timeFormat?: string;
1585
- }
1586
-
1587
- // @public
1588
- export type RefreshType = string;
1589
-
1590
- // @public
1591
- export interface Resource {
1592
- readonly id?: string;
1593
- readonly name?: string;
1594
- readonly type?: string;
1595
- }
1596
-
1597
- // @public
1598
- export interface ResourceTestStatus {
1599
- readonly error?: ErrorResponse;
1600
- readonly status?: string;
1601
- }
1602
-
1603
- // @public
1604
- export type ResourceType = string;
1605
-
1606
- // @public
1607
- export interface SampleInput {
1608
- compatibilityLevel?: string;
1609
- dataLocale?: string;
1610
- eventsUri?: string;
1611
- input?: Input;
1612
- }
1613
-
1614
- // @public
1615
- export interface SampleInputResult extends ErrorModel {
1616
- readonly diagnostics?: string[];
1617
- readonly eventsDownloadUrl?: string;
1618
- readonly lastArrivalTime?: string;
1619
- readonly status?: SampleInputResultStatus;
1620
- }
1621
-
1622
- // @public
1623
- export type SampleInputResultStatus = string;
1624
-
1625
- // @public
1626
- export interface ScalarFunctionProperties extends FunctionProperties {
1627
- type: "Scalar";
1628
- }
1629
-
1630
- // @public
1631
- export interface ScaleStreamingJobParameters {
1632
- streamingUnits?: number;
1633
- }
1634
-
1635
- // @public
1636
- export interface Serialization {
1637
- type: "Delta" | "Parquet" | "CustomClr" | "Csv" | "Json" | "Avro";
1638
- }
1639
-
1640
- // @public (undocumented)
1641
- export type SerializationUnion = Serialization | DeltaSerialization | ParquetSerialization | CustomClrSerialization | CsvSerialization | JsonSerialization | AvroSerialization;
1642
-
1643
- // @public
1644
- export interface ServiceBusDataSourceProperties {
1645
- authenticationMode?: AuthenticationMode;
1646
- serviceBusNamespace?: string;
1647
- sharedAccessPolicyKey?: string;
1648
- sharedAccessPolicyName?: string;
1649
- }
1650
-
1651
- // @public
1652
- export interface ServiceBusQueueOutputDataSource extends OutputDataSource {
1653
- authenticationMode?: AuthenticationMode;
1654
- propertyColumns?: string[];
1655
- queueName?: string;
1656
- serviceBusNamespace?: string;
1657
- sharedAccessPolicyKey?: string;
1658
- sharedAccessPolicyName?: string;
1659
- systemPropertyColumns?: Record<string, unknown>;
1660
- type: "Microsoft.ServiceBus/Queue";
1661
- }
1662
-
1663
- // @public
1664
- export interface ServiceBusQueueOutputDataSourceProperties extends ServiceBusDataSourceProperties {
1665
- propertyColumns?: string[];
1666
- queueName?: string;
1667
- systemPropertyColumns?: Record<string, unknown>;
1668
- }
1669
-
1670
- // @public
1671
- export interface ServiceBusTopicOutputDataSource extends OutputDataSource {
1672
- authenticationMode?: AuthenticationMode;
1673
- propertyColumns?: string[];
1674
- serviceBusNamespace?: string;
1675
- sharedAccessPolicyKey?: string;
1676
- sharedAccessPolicyName?: string;
1677
- systemPropertyColumns?: {
1678
- [propertyName: string]: string;
1679
- };
1680
- topicName?: string;
1681
- type: "Microsoft.ServiceBus/Topic";
1682
- }
1683
-
1684
- // @public
1685
- export interface ServiceBusTopicOutputDataSourceProperties extends ServiceBusDataSourceProperties {
1686
- propertyColumns?: string[];
1687
- systemPropertyColumns?: {
1688
- [propertyName: string]: string;
1689
- };
1690
- topicName?: string;
1691
- }
1692
-
1693
- // @public
1694
- export interface Sku {
1695
- capacity?: number;
1696
- name?: SkuName;
1697
- }
1698
-
1699
- // @public
1700
- export interface SkuCapacity {
1701
- readonly allowedValues?: number[];
1702
- readonly default?: number;
1703
- readonly maximum?: number;
1704
- readonly minimum?: number;
1705
- readonly scaleType?: SkuCapacityScaleType;
1706
- }
1707
-
1708
- // @public
1709
- export type SkuCapacityScaleType = string;
1710
-
1711
- // @public
1712
- export interface SkuListNextOptionalParams extends coreClient.OperationOptions {
1713
- }
1714
-
1715
- // @public
1716
- export type SkuListNextResponse = GetStreamingJobSkuResults;
1717
-
1718
- // @public
1719
- export interface SkuListOptionalParams extends coreClient.OperationOptions {
1720
- }
1721
-
1722
- // @public
1723
- export type SkuListResponse = GetStreamingJobSkuResults;
1724
-
1725
- // @public
1726
- export type SkuName = string;
1727
-
1728
- // @public
1729
- export interface SkuOperations {
1730
- list(resourceGroupName: string, jobName: string, options?: SkuListOptionalParams): PagedAsyncIterableIterator<GetStreamingJobSkuResult>;
1731
- }
1732
-
1733
- // @public
1734
- export interface StartStreamingJobParameters {
1735
- outputStartMode?: OutputStartMode;
1736
- outputStartTime?: Date;
1737
- }
1738
-
1739
- // @public
1740
- export interface StorageAccount {
1741
- accountKey?: string;
1742
- accountName?: string;
1743
- authenticationMode?: AuthenticationMode;
1744
- }
1745
-
1746
- // @public (undocumented)
1747
- export class StreamAnalyticsManagementClient extends coreClient.ServiceClient {
1748
- // (undocumented)
1749
- $host: string;
1750
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: StreamAnalyticsManagementClientOptionalParams);
1751
- // (undocumented)
1752
- clusters: Clusters;
1753
- // (undocumented)
1754
- functions: Functions;
1755
- // (undocumented)
1756
- inputs: Inputs;
1757
- // (undocumented)
1758
- operations: Operations;
1759
- // (undocumented)
1760
- outputs: Outputs;
1761
- // (undocumented)
1762
- privateEndpoints: PrivateEndpoints;
1763
- // (undocumented)
1764
- skuOperations: SkuOperations;
1765
- // (undocumented)
1766
- streamingJobs: StreamingJobs;
1767
- // (undocumented)
1768
- subscriptionId: string;
1769
- // (undocumented)
1770
- subscriptions: Subscriptions;
1771
- // (undocumented)
1772
- transformations: Transformations;
1773
- }
1774
-
1775
- // @public
1776
- export interface StreamAnalyticsManagementClientOptionalParams extends coreClient.ServiceClientOptions {
1777
- $host?: string;
1778
- endpoint?: string;
1779
- }
1780
-
1781
- // @public
1782
- export interface StreamingJob extends TrackedResource {
1783
- cluster?: ClusterInfo;
1784
- compatibilityLevel?: CompatibilityLevel;
1785
- contentStoragePolicy?: ContentStoragePolicy;
1786
- readonly createdDate?: Date;
1787
- dataLocale?: string;
1788
- readonly etag?: string;
1789
- eventsLateArrivalMaxDelayInSeconds?: number;
1790
- eventsOutOfOrderMaxDelayInSeconds?: number;
1791
- eventsOutOfOrderPolicy?: EventsOutOfOrderPolicy;
1792
- externals?: External_2;
1793
- functions?: FunctionModel[];
1794
- identity?: Identity;
1795
- inputs?: Input[];
1796
- readonly jobId?: string;
1797
- readonly jobState?: string;
1798
- jobStorageAccount?: JobStorageAccount;
1799
- jobType?: JobType;
1800
- readonly lastOutputEventTime?: Date;
1801
- outputErrorPolicy?: OutputErrorPolicy;
1802
- outputs?: Output[];
1803
- outputStartMode?: OutputStartMode;
1804
- outputStartTime?: Date;
1805
- readonly provisioningState?: string;
1806
- sku?: Sku;
1807
- skuPropertiesSku?: Sku;
1808
- transformation?: Transformation;
1809
- }
1810
-
1811
- // @public
1812
- export interface StreamingJobListResult {
1813
- readonly nextLink?: string;
1814
- readonly value?: StreamingJob[];
1815
- }
1816
-
1817
- // @public
1818
- export interface StreamingJobs {
1819
- beginCreateOrReplace(resourceGroupName: string, jobName: string, streamingJob: StreamingJob, options?: StreamingJobsCreateOrReplaceOptionalParams): Promise<SimplePollerLike<OperationState<StreamingJobsCreateOrReplaceResponse>, StreamingJobsCreateOrReplaceResponse>>;
1820
- beginCreateOrReplaceAndWait(resourceGroupName: string, jobName: string, streamingJob: StreamingJob, options?: StreamingJobsCreateOrReplaceOptionalParams): Promise<StreamingJobsCreateOrReplaceResponse>;
1821
- beginDelete(resourceGroupName: string, jobName: string, options?: StreamingJobsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1822
- beginDeleteAndWait(resourceGroupName: string, jobName: string, options?: StreamingJobsDeleteOptionalParams): Promise<void>;
1823
- beginScale(resourceGroupName: string, jobName: string, options?: StreamingJobsScaleOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1824
- beginScaleAndWait(resourceGroupName: string, jobName: string, options?: StreamingJobsScaleOptionalParams): Promise<void>;
1825
- beginStart(resourceGroupName: string, jobName: string, options?: StreamingJobsStartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1826
- beginStartAndWait(resourceGroupName: string, jobName: string, options?: StreamingJobsStartOptionalParams): Promise<void>;
1827
- beginStop(resourceGroupName: string, jobName: string, options?: StreamingJobsStopOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1828
- beginStopAndWait(resourceGroupName: string, jobName: string, options?: StreamingJobsStopOptionalParams): Promise<void>;
1829
- get(resourceGroupName: string, jobName: string, options?: StreamingJobsGetOptionalParams): Promise<StreamingJobsGetResponse>;
1830
- list(options?: StreamingJobsListOptionalParams): PagedAsyncIterableIterator<StreamingJob>;
1831
- listByResourceGroup(resourceGroupName: string, options?: StreamingJobsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<StreamingJob>;
1832
- update(resourceGroupName: string, jobName: string, streamingJob: StreamingJob, options?: StreamingJobsUpdateOptionalParams): Promise<StreamingJobsUpdateResponse>;
1833
- }
1834
-
1835
- // @public
1836
- export interface StreamingJobsCreateOrReplaceHeaders {
1837
- eTag?: string;
1838
- }
1839
-
1840
- // @public
1841
- export interface StreamingJobsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
1842
- ifMatch?: string;
1843
- ifNoneMatch?: string;
1844
- resumeFrom?: string;
1845
- updateIntervalInMs?: number;
1846
- }
1847
-
1848
- // @public
1849
- export type StreamingJobsCreateOrReplaceResponse = StreamingJobsCreateOrReplaceHeaders & StreamingJob;
1850
-
1851
- // @public
1852
- export interface StreamingJobsDeleteOptionalParams extends coreClient.OperationOptions {
1853
- resumeFrom?: string;
1854
- updateIntervalInMs?: number;
1855
- }
1856
-
1857
- // @public
1858
- export interface StreamingJobsGetHeaders {
1859
- eTag?: string;
1860
- }
1861
-
1862
- // @public
1863
- export interface StreamingJobsGetOptionalParams extends coreClient.OperationOptions {
1864
- expand?: string;
1865
- }
1866
-
1867
- // @public
1868
- export type StreamingJobsGetResponse = StreamingJobsGetHeaders & StreamingJob;
1869
-
1870
- // @public
1871
- export interface StreamingJobsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1872
- }
1873
-
1874
- // @public
1875
- export type StreamingJobsListByResourceGroupNextResponse = StreamingJobListResult;
1876
-
1877
- // @public
1878
- export interface StreamingJobsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1879
- expand?: string;
1880
- }
1881
-
1882
- // @public
1883
- export type StreamingJobsListByResourceGroupResponse = StreamingJobListResult;
1884
-
1885
- // @public
1886
- export interface StreamingJobsListNextOptionalParams extends coreClient.OperationOptions {
1887
- }
1888
-
1889
- // @public
1890
- export type StreamingJobsListNextResponse = StreamingJobListResult;
1891
-
1892
- // @public
1893
- export interface StreamingJobsListOptionalParams extends coreClient.OperationOptions {
1894
- expand?: string;
1895
- }
1896
-
1897
- // @public
1898
- export type StreamingJobsListResponse = StreamingJobListResult;
1899
-
1900
- // @public
1901
- export interface StreamingJobsScaleOptionalParams extends coreClient.OperationOptions {
1902
- resumeFrom?: string;
1903
- scaleJobParameters?: ScaleStreamingJobParameters;
1904
- updateIntervalInMs?: number;
1905
- }
1906
-
1907
- // @public
1908
- export interface StreamingJobsStartOptionalParams extends coreClient.OperationOptions {
1909
- resumeFrom?: string;
1910
- startJobParameters?: StartStreamingJobParameters;
1911
- updateIntervalInMs?: number;
1912
- }
1913
-
1914
- // @public
1915
- export interface StreamingJobsStopOptionalParams extends coreClient.OperationOptions {
1916
- resumeFrom?: string;
1917
- updateIntervalInMs?: number;
1918
- }
1919
-
1920
- // @public
1921
- export interface StreamingJobsUpdateHeaders {
1922
- eTag?: string;
1923
- }
1924
-
1925
- // @public
1926
- export interface StreamingJobsUpdateOptionalParams extends coreClient.OperationOptions {
1927
- ifMatch?: string;
1928
- }
1929
-
1930
- // @public
1931
- export type StreamingJobsUpdateResponse = StreamingJobsUpdateHeaders & StreamingJob;
1932
-
1933
- // @public
1934
- export interface StreamInputDataSource {
1935
- type: "Microsoft.Storage/Blob" | "Microsoft.ServiceBus/EventHub" | "Microsoft.EventHub/EventHub" | "Microsoft.Devices/IotHubs" | "Raw" | "GatewayMessageBus" | "Microsoft.EventGrid/EventSubscriptions";
1936
- }
1937
-
1938
- // @public (undocumented)
1939
- export type StreamInputDataSourceUnion = StreamInputDataSource | BlobStreamInputDataSource | EventHubStreamInputDataSource | EventHubV2StreamInputDataSource | IoTHubStreamInputDataSource | RawStreamInputDataSource | GatewayMessageBusStreamInputDataSource | EventGridStreamInputDataSource;
1940
-
1941
- // @public
1942
- export interface StreamInputProperties extends InputProperties {
1943
- datasource?: StreamInputDataSourceUnion;
1944
- type: "Stream";
1945
- }
1946
-
1947
- // @public
1948
- export interface SubResource {
1949
- readonly id?: string;
1950
- name?: string;
1951
- readonly type?: string;
1952
- }
1953
-
1954
- // @public
1955
- export interface SubscriptionQuota extends SubResource {
1956
- readonly currentCount?: number;
1957
- readonly maxCount?: number;
1958
- }
1959
-
1960
- // @public
1961
- export interface SubscriptionQuotasListResult {
1962
- readonly value?: SubscriptionQuota[];
1963
- }
1964
-
1965
- // @public
1966
- export interface Subscriptions {
1967
- beginSampleInput(location: string, sampleInput: SampleInput, options?: SubscriptionsSampleInputOptionalParams): Promise<SimplePollerLike<OperationState<SubscriptionsSampleInputResponse>, SubscriptionsSampleInputResponse>>;
1968
- beginSampleInputAndWait(location: string, sampleInput: SampleInput, options?: SubscriptionsSampleInputOptionalParams): Promise<SubscriptionsSampleInputResponse>;
1969
- beginTestInput(location: string, testInput: TestInput, options?: SubscriptionsTestInputOptionalParams): Promise<SimplePollerLike<OperationState<SubscriptionsTestInputResponse>, SubscriptionsTestInputResponse>>;
1970
- beginTestInputAndWait(location: string, testInput: TestInput, options?: SubscriptionsTestInputOptionalParams): Promise<SubscriptionsTestInputResponse>;
1971
- beginTestOutput(location: string, testOutput: TestOutput, options?: SubscriptionsTestOutputOptionalParams): Promise<SimplePollerLike<OperationState<SubscriptionsTestOutputResponse>, SubscriptionsTestOutputResponse>>;
1972
- beginTestOutputAndWait(location: string, testOutput: TestOutput, options?: SubscriptionsTestOutputOptionalParams): Promise<SubscriptionsTestOutputResponse>;
1973
- beginTestQuery(location: string, testQuery: TestQuery, options?: SubscriptionsTestQueryOptionalParams): Promise<SimplePollerLike<OperationState<SubscriptionsTestQueryResponse>, SubscriptionsTestQueryResponse>>;
1974
- beginTestQueryAndWait(location: string, testQuery: TestQuery, options?: SubscriptionsTestQueryOptionalParams): Promise<SubscriptionsTestQueryResponse>;
1975
- compileQuery(location: string, compileQuery: CompileQuery, options?: SubscriptionsCompileQueryOptionalParams): Promise<SubscriptionsCompileQueryResponse>;
1976
- listQuotas(location: string, options?: SubscriptionsListQuotasOptionalParams): Promise<SubscriptionsListQuotasResponse>;
1977
- }
1978
-
1979
- // @public
1980
- export interface SubscriptionsCompileQueryOptionalParams extends coreClient.OperationOptions {
1981
- }
1982
-
1983
- // @public
1984
- export type SubscriptionsCompileQueryResponse = QueryCompilationResult;
1985
-
1986
- // @public
1987
- export interface SubscriptionsListQuotasOptionalParams extends coreClient.OperationOptions {
1988
- }
1989
-
1990
- // @public
1991
- export type SubscriptionsListQuotasResponse = SubscriptionQuotasListResult;
1992
-
1993
- // @public
1994
- export interface SubscriptionsSampleInputOptionalParams extends coreClient.OperationOptions {
1995
- resumeFrom?: string;
1996
- updateIntervalInMs?: number;
1997
- }
1998
-
1999
- // @public
2000
- export type SubscriptionsSampleInputResponse = SampleInputResult;
2001
-
2002
- // @public
2003
- export interface SubscriptionsTestInputOptionalParams extends coreClient.OperationOptions {
2004
- resumeFrom?: string;
2005
- updateIntervalInMs?: number;
2006
- }
2007
-
2008
- // @public
2009
- export type SubscriptionsTestInputResponse = TestDatasourceResult;
2010
-
2011
- // @public
2012
- export interface SubscriptionsTestOutputOptionalParams extends coreClient.OperationOptions {
2013
- resumeFrom?: string;
2014
- updateIntervalInMs?: number;
2015
- }
2016
-
2017
- // @public
2018
- export type SubscriptionsTestOutputResponse = TestDatasourceResult;
2019
-
2020
- // @public
2021
- export interface SubscriptionsTestQueryOptionalParams extends coreClient.OperationOptions {
2022
- resumeFrom?: string;
2023
- updateIntervalInMs?: number;
2024
- }
2025
-
2026
- // @public
2027
- export type SubscriptionsTestQueryResponse = QueryTestingResult;
2028
-
2029
- // @public
2030
- export interface TestDatasourceResult extends ErrorModel {
2031
- readonly status?: TestDatasourceResultStatus;
2032
- }
2033
-
2034
- // @public
2035
- export type TestDatasourceResultStatus = string;
2036
-
2037
- // @public
2038
- export interface TestInput {
2039
- input: Input;
2040
- }
2041
-
2042
- // @public
2043
- export interface TestOutput {
2044
- output: Output;
2045
- }
2046
-
2047
- // @public
2048
- export interface TestQuery {
2049
- diagnostics?: TestQueryDiagnostics;
2050
- streamingJob: StreamingJob;
2051
- }
2052
-
2053
- // @public
2054
- export interface TestQueryDiagnostics {
2055
- path?: string;
2056
- writeUri: string;
2057
- }
2058
-
2059
- // @public
2060
- export interface TrackedResource extends Resource {
2061
- location?: string;
2062
- tags?: {
2063
- [propertyName: string]: string;
2064
- };
2065
- }
2066
-
2067
- // @public
2068
- export interface Transformation extends SubResource {
2069
- readonly etag?: string;
2070
- query?: string;
2071
- streamingUnits?: number;
2072
- validStreamingUnits?: number[];
2073
- }
2074
-
2075
- // @public
2076
- export interface Transformations {
2077
- createOrReplace(resourceGroupName: string, jobName: string, transformationName: string, transformation: Transformation, options?: TransformationsCreateOrReplaceOptionalParams): Promise<TransformationsCreateOrReplaceResponse>;
2078
- get(resourceGroupName: string, jobName: string, transformationName: string, options?: TransformationsGetOptionalParams): Promise<TransformationsGetResponse>;
2079
- update(resourceGroupName: string, jobName: string, transformationName: string, transformation: Transformation, options?: TransformationsUpdateOptionalParams): Promise<TransformationsUpdateResponse>;
2080
- }
2081
-
2082
- // @public
2083
- export interface TransformationsCreateOrReplaceHeaders {
2084
- eTag?: string;
2085
- }
2086
-
2087
- // @public
2088
- export interface TransformationsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
2089
- ifMatch?: string;
2090
- ifNoneMatch?: string;
2091
- }
2092
-
2093
- // @public
2094
- export type TransformationsCreateOrReplaceResponse = TransformationsCreateOrReplaceHeaders & Transformation;
2095
-
2096
- // @public
2097
- export interface TransformationsGetHeaders {
2098
- eTag?: string;
2099
- }
2100
-
2101
- // @public
2102
- export interface TransformationsGetOptionalParams extends coreClient.OperationOptions {
2103
- }
2104
-
2105
- // @public
2106
- export type TransformationsGetResponse = TransformationsGetHeaders & Transformation;
2107
-
2108
- // @public
2109
- export interface TransformationsUpdateHeaders {
2110
- eTag?: string;
2111
- }
2112
-
2113
- // @public
2114
- export interface TransformationsUpdateOptionalParams extends coreClient.OperationOptions {
2115
- ifMatch?: string;
2116
- }
2117
-
2118
- // @public
2119
- export type TransformationsUpdateResponse = TransformationsUpdateHeaders & Transformation;
2120
-
2121
- // @public
2122
- export type UpdatableUdfRefreshType = string;
2123
-
2124
- // @public
2125
- export type UpdateMode = string;
2126
-
2127
- // (No @packageDocumentation comment for this package)
2128
-
2129
- ```