@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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAinEH,+EAA+E;AAC/E,MAAM,CAAN,IAAY,2BAaX;AAbD,WAAY,2BAA2B;IACrC,UAAU;IACV,0CAAW,CAAA;IACX,WAAW;IACX,4CAAa,CAAA;IACb,WAAW;IACX,4CAAa,CAAA;IACb,gBAAgB;IAChB,sDAAuB,CAAA;IACvB,cAAc;IACd,kDAAmB,CAAA;IACnB,YAAY;IACZ,8CAAe,CAAA;AACjB,CAAC,EAbW,2BAA2B,KAA3B,2BAA2B,QAatC;AAgBD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAOX;AAPD,WAAY,oBAAoB;IAC9B,WAAW;IACX,qCAAa,CAAA;IACb,WAAW;IACX,qCAAa,CAAA;IACb,cAAc;IACd,2CAAmB,CAAA;AACrB,CAAC,EAPW,oBAAoB,KAApB,oBAAoB,QAO/B;AAaD,2EAA2E;AAC3E,MAAM,CAAN,IAAY,uBAKX;AALD,WAAY,uBAAuB;IACjC,WAAW;IACX,wCAAa,CAAA;IACb,oBAAoB;IACpB,0DAA+B,CAAA;AACjC,CAAC,EALW,uBAAuB,KAAvB,uBAAuB,QAKlC;AAYD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAOX;AAPD,WAAY,wBAAwB;IAClC,WAAW;IACX,yCAAa,CAAA;IACb,oCAAoC;IACpC,2FAA+D,CAAA;IAC/D,0CAA0C;IAC1C,uGAA2E,CAAA;AAC7E,CAAC,EAPW,wBAAwB,KAAxB,wBAAwB,QAOnC;AAaD,gEAAgE;AAChE,MAAM,CAAN,IAAY,YAGX;AAHD,WAAY,YAAY;IACtB,eAAe;IACf,qCAAqB,CAAA;AACvB,CAAC,EAHW,YAAY,KAAZ,YAAY,QAGvB;AAWD,gEAAgE;AAChE,MAAM,CAAN,IAAY,YAKX;AALD,WAAY,YAAY;IACtB,YAAY;IACZ,+BAAe,CAAA;IACf,WAAW;IACX,6BAAa,CAAA;AACf,CAAC,EALW,YAAY,KAAZ,YAAY,QAKvB;AAYD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAOX;AAPD,WAAY,oBAAoB;IAC9B,mBAAmB;IACnB,qDAA6B,CAAA;IAC7B,iBAAiB;IACjB,iDAAyB,CAAA;IACzB,0BAA0B;IAC1B,mEAA2C,CAAA;AAC7C,CAAC,EAPW,oBAAoB,KAApB,oBAAoB,QAO/B;AAaD,+EAA+E;AAC/E,MAAM,CAAN,IAAY,2BAKX;AALD,WAAY,2BAA2B;IACrC,aAAa;IACb,gDAAiB,CAAA;IACjB,WAAW;IACX,4CAAa,CAAA;AACf,CAAC,EALW,2BAA2B,KAA3B,2BAA2B,QAKtC;AAYD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAKX;AALD,WAAY,sBAAsB;IAChC,WAAW;IACX,uCAAa,CAAA;IACb,WAAW;IACX,uCAAa,CAAA;AACf,CAAC,EALW,sBAAsB,KAAtB,sBAAsB,QAKjC;AAYD,2EAA2E;AAC3E,MAAM,CAAN,IAAY,uBAKX;AALD,WAAY,uBAAuB;IACjC,WAAW;IACX,uCAAY,CAAA;IACZ,WAAW;IACX,uCAAY,CAAA;AACd,CAAC,EALW,uBAAuB,KAAvB,uBAAuB,QAKlC;AAYD,2EAA2E;AAC3E,MAAM,CAAN,IAAY,uBAOX;AAPD,WAAY,uBAAuB;IACjC,UAAU;IACV,sCAAW,CAAA;IACX,gBAAgB;IAChB,kDAAuB,CAAA;IACvB,uBAAuB;IACvB,gEAAqC,CAAA;AACvC,CAAC,EAPW,uBAAuB,KAAvB,uBAAuB,QAOlC;AAaD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBAKX;AALD,WAAY,yBAAyB;IACnC,oBAAoB;IACpB,4DAA+B,CAAA;IAC/B,wBAAwB;IACxB,oEAAuC,CAAA;AACzC,CAAC,EALW,yBAAyB,KAAzB,yBAAyB,QAKpC;AAYD,gFAAgF;AAChF,MAAM,CAAN,IAAY,4BAKX;AALD,WAAY,4BAA4B;IACtC,eAAe;IACf,qDAAqB,CAAA;IACrB,kBAAkB;IAClB,2DAA2B,CAAA;AAC7B,CAAC,EALW,4BAA4B,KAA5B,4BAA4B,QAKvC;AAYD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IAC3B,4CAA4C;IAC5C,sGAAiF,CAAA;AACnF,CAAC,EAHW,iBAAiB,KAAjB,iBAAiB,QAG5B;AAWD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBAOX;AAPD,WAAY,yBAAyB;IACnC,sCAAsC;IACtC,oDAAuB,CAAA;IACvB,mCAAmC;IACnC,8CAAiB,CAAA;IACjB,6BAA6B;IAC7B,0CAAa,CAAA;AACf,CAAC,EAPW,yBAAyB,KAAzB,yBAAyB,QAOpC;AAaD,iFAAiF;AACjF,MAAM,CAAN,IAAY,6BAaX;AAbD,WAAY,6BAA6B;IACvC,iDAAiD;IACjD,oDAAmB,CAAA;IACnB,6CAA6C;IAC7C,oDAAmB,CAAA;IACnB,kEAAkE;IAClE,gEAA+B,CAAA;IAC/B,iEAAiE;IACjE,8DAA6B,CAAA;IAC7B,2DAA2D;IAC3D,oDAAmB,CAAA;IACnB,mEAAmE;IACnE,8DAA6B,CAAA;AAC/B,CAAC,EAbW,6BAA6B,KAA7B,6BAA6B,QAaxC;AAgBD,gFAAgF;AAChF,MAAM,CAAN,IAAY,4BAOX;AAPD,WAAY,4BAA4B;IACtC,gFAAgF;IAChF,6EAA6C,CAAA;IAC7C,+DAA+D;IAC/D,6EAA6C,CAAA;IAC7C,iEAAiE;IACjE,iFAAiD,CAAA;AACnD,CAAC,EAPW,4BAA4B,KAA5B,4BAA4B,QAOvC;AAaD,mFAAmF;AACnF,MAAM,CAAN,IAAY,+BAKX;AALD,WAAY,+BAA+B;IACzC,+CAA+C;IAC/C,kEAA+B,CAAA;IAC/B,4CAA4C;IAC5C,4DAAyB,CAAA;AAC3B,CAAC,EALW,+BAA+B,KAA/B,+BAA+B,QAK1C;AAYD,uEAAuE;AACvE,MAAM,CAAN,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC7B,uBAAuB;IACvB,0CAAmB,CAAA;AACrB,CAAC,EAHW,mBAAmB,KAAnB,mBAAmB,QAG9B;AAWD,iFAAiF;AACjF,MAAM,CAAN,IAAY,6BASX;AATD,WAAY,6BAA6B;IACvC,0CAA0C;IAC1C,wDAAuB,CAAA;IACvB,uCAAuC;IACvC,kDAAiB,CAAA;IACjB,6CAA6C;IAC7C,sDAAqB,CAAA;IACrB,+CAA+C;IAC/C,0DAAyB,CAAA;AAC3B,CAAC,EATW,6BAA6B,KAA7B,6BAA6B,QASxC;AAcD,iEAAiE;AACjE,MAAM,CAAN,IAAY,aAqBX;AArBD,WAAY,aAAa;IACvB,iDAAiD;IACjD,oCAAmB,CAAA;IACnB,kDAAkD;IAClD,sCAAqB,CAAA;IACrB,iDAAiD;IACjD,oCAAmB,CAAA;IACnB,kDAAkD;IAClD,sCAAqB,CAAA;IACrB,iDAAiD;IACjD,oCAAmB,CAAA;IACnB,kDAAkD;IAClD,sCAAqB,CAAA;IACrB,gDAAgD;IAChD,kCAAiB,CAAA;IACjB,kDAAkD;IAClD,sCAAqB,CAAA;IACrB,oDAAoD;IACpD,0CAAyB,CAAA;IACzB,iDAAiD;IACjD,oCAAmB,CAAA;AACrB,CAAC,EArBW,aAAa,KAAb,aAAa,QAqBxB;AAoBD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAKX;AALD,WAAY,eAAe;IACzB,aAAa;IACb,oCAAiB,CAAA;IACjB,kBAAkB;IAClB,8CAA2B,CAAA;AAC7B,CAAC,EALW,eAAe,KAAf,eAAe,QAK1B;AAYD,iEAAiE;AACjE,MAAM,CAAN,IAAY,aAGX;AAHD,WAAY,aAAa;IACvB,WAAW;IACX,8BAAa,CAAA;AACf,CAAC,EAHW,aAAa,KAAb,aAAa,QAGxB;AAWD,sFAAsF;AACtF,MAAM,CAAN,IAAY,kCAKX;AALD,WAAY,kCAAkC;IAC5C,oBAAoB;IACpB,qEAA+B,CAAA;IAC/B,YAAY;IACZ,qDAAe,CAAA;AACjB,CAAC,EALW,kCAAkC,KAAlC,kCAAkC,QAK7C;AAYD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAOX;AAPD,WAAY,gBAAgB;IAC1B,aAAa;IACb,qCAAiB,CAAA;IACjB,kCAAkC;IAClC,+EAA2D,CAAA;IAC3D,mCAAmC;IACnC,iFAA6D,CAAA;AAC/D,CAAC,EAPW,gBAAgB,KAAhB,gBAAgB,QAO3B;AAaD,iFAAiF;AACjF,MAAM,CAAN,IAAY,6BAKX;AALD,WAAY,6BAA6B;IACvC,2BAA2B;IAC3B,8EAA6C,CAAA;IAC7C,uBAAuB;IACvB,sEAAqC,CAAA;AACvC,CAAC,EALW,6BAA6B,KAA7B,6BAA6B,QAKxC;AAYD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,aAAa;IACb,uCAAiB,CAAA;IACjB,WAAW;IACX,mCAAa,CAAA;AACf,CAAC,EALW,kBAAkB,KAAlB,kBAAkB,QAK7B","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport type FunctionPropertiesUnion =\n | FunctionProperties\n | ScalarFunctionProperties\n | AggregateFunctionProperties;\nexport type FunctionBindingUnion =\n | FunctionBinding\n | AzureMachineLearningStudioFunctionBinding\n | JavaScriptFunctionBinding\n | CSharpFunctionBinding\n | AzureMachineLearningServiceFunctionBinding;\nexport type FunctionRetrieveDefaultDefinitionParametersUnion =\n | FunctionRetrieveDefaultDefinitionParameters\n | AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters\n | AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters\n | JavaScriptFunctionRetrieveDefaultDefinitionParameters\n | CSharpFunctionRetrieveDefaultDefinitionParameters;\nexport type InputPropertiesUnion =\n | InputProperties\n | StreamInputProperties\n | ReferenceInputProperties;\nexport type SerializationUnion =\n | Serialization\n | DeltaSerialization\n | ParquetSerialization\n | CustomClrSerialization\n | CsvSerialization\n | JsonSerialization\n | AvroSerialization;\nexport type OutputDataSourceUnion =\n | OutputDataSource\n | RawOutputDatasource\n | BlobOutputDataSource\n | AzureTableOutputDataSource\n | EventHubOutputDataSource\n | EventHubV2OutputDataSource\n | AzureSqlDatabaseOutputDataSource\n | AzureSynapseOutputDataSource\n | PostgreSQLOutputDataSource\n | DocumentDbOutputDataSource\n | AzureFunctionOutputDataSource\n | ServiceBusQueueOutputDataSource\n | ServiceBusTopicOutputDataSource\n | PowerBIOutputDataSource\n | AzureDataLakeStoreOutputDataSource\n | GatewayMessageBusOutputDataSource\n | AzureDataExplorerOutputDataSource;\nexport type StreamInputDataSourceUnion =\n | StreamInputDataSource\n | BlobStreamInputDataSource\n | EventHubStreamInputDataSource\n | EventHubV2StreamInputDataSource\n | IoTHubStreamInputDataSource\n | RawStreamInputDataSource\n | GatewayMessageBusStreamInputDataSource\n | EventGridStreamInputDataSource;\nexport type ReferenceInputDataSourceUnion =\n | ReferenceInputDataSource\n | FileReferenceInputDataSource\n | BlobReferenceInputDataSource\n | RawReferenceInputDataSource\n | AzureSqlReferenceInputDataSource;\n\n/** The properties that are associated with a function. */\nexport interface FunctionProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Scalar\" | \"Aggregate\";\n /**\n * The current entity tag for the function. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n inputs?: FunctionInput[];\n /** Describes the output of a function. */\n output?: FunctionOutput;\n /** The physical binding of the function. For example, in the Azure Machine Learning web service’s case, this describes the endpoint. */\n binding?: FunctionBindingUnion;\n}\n\n/** Describes one input parameter of a function. */\nexport interface FunctionInput {\n /** The (Azure Stream Analytics supported) data type of the function input parameter. A list of valid Azure Stream Analytics data types are described at https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx */\n dataType?: string;\n /** A flag indicating if the parameter is a configuration parameter. True if this input parameter is expected to be a constant. Default is false. */\n isConfigurationParameter?: boolean;\n}\n\n/** Describes the output of a function. */\nexport interface FunctionOutput {\n /** The (Azure Stream Analytics supported) data type of the function output. A list of valid Azure Stream Analytics data types are described at https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx */\n dataType?: string;\n}\n\n/** The physical binding of the function. For example, in the Azure Machine Learning web service’s case, this describes the endpoint. */\nexport interface FunctionBinding {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type:\n | \"Microsoft.MachineLearning/WebService\"\n | \"Microsoft.StreamAnalytics/JavascriptUdf\"\n | \"Microsoft.StreamAnalytics/CLRUdf\"\n | \"Microsoft.MachineLearningServices\";\n}\n\n/** The base sub-resource model definition. */\nexport interface SubResource {\n /**\n * Resource Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** Resource name */\n name?: string;\n /**\n * Resource type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Common error representation. */\nexport interface ErrorModel {\n /** Error definition properties. */\n error?: ErrorError;\n}\n\n/** Error definition properties. */\nexport interface ErrorError {\n /** Error code. */\n code?: string;\n /** Error message. */\n message?: string;\n /** Error target. */\n target?: string;\n /** Error details. */\n details?: ErrorDetails[];\n}\n\n/** Common error details representation. */\nexport interface ErrorDetails {\n /** Error code. */\n code?: string;\n /** Error target. */\n target?: string;\n /** Error message. */\n message?: string;\n}\n\n/** Object containing a list of functions under a streaming job. */\nexport interface FunctionListResult {\n /**\n * A list of functions under a streaming job. Populated by a 'List' operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: FunctionModel[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Describes the status of the test operation along with error information, if applicable. */\nexport interface ResourceTestStatus {\n /**\n * The status of the test operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n /**\n * Describes the error that occurred.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: ErrorResponse;\n}\n\n/** Describes the error that occurred. */\nexport interface ErrorResponse {\n /**\n * Error code associated with the error that occurred.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Describes the error in detail.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** Parameters used to specify the type of function to retrieve the default definition for. */\nexport interface FunctionRetrieveDefaultDefinitionParameters {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n bindingType:\n | \"Microsoft.MachineLearning/WebService\"\n | \"Microsoft.MachineLearningServices\"\n | \"Microsoft.StreamAnalytics/JavascriptUdf\"\n | \"Microsoft.StreamAnalytics/CLRUdf\";\n}\n\n/** The properties that are associated with an input. */\nexport interface InputProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Stream\" | \"Reference\";\n /** Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests. */\n serialization?: SerializationUnion;\n /**\n * Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly diagnostics?: Diagnostics;\n /**\n * The current entity tag for the input. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** Describes how input data is compressed */\n compression?: Compression;\n /** partitionKey Describes a key in the input data which is used for partitioning the input data */\n partitionKey?: string;\n /** Settings which determine whether to read watermark events. */\n watermarkSettings?: InputWatermarkProperties;\n}\n\n/** Describes how data from an input is serialized or how data is serialized when written to an output. */\nexport interface Serialization {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Delta\" | \"Parquet\" | \"CustomClr\" | \"Csv\" | \"Json\" | \"Avro\";\n}\n\n/** Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention. */\nexport interface Diagnostics {\n /**\n * A collection of zero or more conditions applicable to the resource, or to the job overall, that warrant customer attention.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly conditions?: DiagnosticCondition[];\n}\n\n/** Condition applicable to the resource, or to the job overall, that warrant customer attention. */\nexport interface DiagnosticCondition {\n /**\n * The UTC timestamp of when the condition started. Customers should be able to find a corresponding event in the ops log around this time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly since?: string;\n /**\n * The opaque diagnostic code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The human-readable message describing the condition in detail. Localized in the Accept-Language of the client request.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** Describes how input data is compressed */\nexport interface Compression {\n /** Indicates the type of compression that the input uses. Required on PUT (CreateOrReplace) requests. */\n type: CompressionType;\n}\n\n/** Settings which determine whether to read watermark events. */\nexport interface InputWatermarkProperties {\n /** The input watermark mode. */\n watermarkMode?: InputWatermarkMode;\n}\n\n/** Object containing a list of inputs under a streaming job. */\nexport interface InputListResult {\n /**\n * A list of inputs under a streaming job. Populated by a 'List' operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Input[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Describes the data source that output will be written to. */\nexport interface OutputDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type:\n | \"Raw\"\n | \"Microsoft.Storage/Blob\"\n | \"Microsoft.Storage/Table\"\n | \"Microsoft.ServiceBus/EventHub\"\n | \"Microsoft.EventHub/EventHub\"\n | \"Microsoft.Sql/Server/Database\"\n | \"Microsoft.Sql/Server/DataWarehouse\"\n | \"Microsoft.DBForPostgreSQL/servers/databases\"\n | \"Microsoft.Storage/DocumentDB\"\n | \"Microsoft.AzureFunction\"\n | \"Microsoft.ServiceBus/Queue\"\n | \"Microsoft.ServiceBus/Topic\"\n | \"PowerBI\"\n | \"Microsoft.DataLake/Accounts\"\n | \"GatewayMessageBus\"\n | \"Microsoft.Kusto/clusters/databases\";\n}\n\n/** An output event timestamp. */\nexport interface LastOutputEventTimestamp {\n /** The last output event time. */\n lastOutputEventTime?: string;\n /** The time that the last update happened. */\n lastUpdateTime?: string;\n}\n\n/** Settings which determine whether to send watermarks to downstream. */\nexport interface OutputWatermarkProperties {\n /** The output watermark mode. */\n watermarkMode?: OutputWatermarkMode;\n /** Describes the maximal delta between the fastest and slowest partitions, so the out of order window that catches all necessary events in downstream jobs is well defined. */\n maxWatermarkDifferenceAcrossPartitions?: string;\n}\n\n/** Object containing a list of outputs under a streaming job. */\nexport interface OutputListResult {\n /**\n * A list of outputs under a streaming job. Populated by a 'List' operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Output[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Result of the request to list Stream Analytics operations. It contains a list of operations and a URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of Stream Analytics operations supported by the Microsoft.StreamAnalytics resource provider.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results if there are any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** A Stream Analytics REST API operation */\nexport interface Operation {\n /**\n * The name of the operation being performed on this particular object.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n /**\n * Contains the localized display information for this particular operation / action.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly display?: OperationDisplay;\n}\n\n/** Contains the localized display information for this particular operation / action. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly form of the resource type related to this action/operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The localized friendly name for the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The localized friendly description for the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** The properties that are associated with a SKU. */\nexport interface Sku {\n /** The name of the SKU. Required on PUT (CreateOrReplace) requests. */\n name?: SkuName;\n /** The capacity of the SKU. */\n capacity?: number;\n}\n\n/** The properties that are associated with an Azure Storage account */\nexport interface StorageAccount {\n /** The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests. */\n accountName?: string;\n /** The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests. */\n accountKey?: string;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n}\n\n/** The storage account where the custom code artifacts are located. */\nexport interface External {\n /** The properties that are associated with an Azure Storage account */\n storageAccount?: StorageAccount;\n /** The UserCustomCode container. */\n container?: string;\n /** The UserCustomCode path. */\n path?: string;\n /** The refresh parameters for any/all updatable user defined functions present in the job config. */\n refreshConfiguration?: RefreshConfiguration;\n}\n\n/** The refresh parameters for any/all updatable user defined functions present in the job config. */\nexport interface RefreshConfiguration {\n /** The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example. */\n pathPattern?: string;\n /** The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead. */\n dateFormat?: string;\n /** The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. */\n timeFormat?: string;\n /** The refresh interval. */\n refreshInterval?: string;\n /** This property indicates which data refresh option to use, Blocking or Nonblocking. */\n refreshType?: UpdatableUdfRefreshType;\n}\n\n/** The properties associated with a Stream Analytics cluster. */\nexport interface ClusterInfo {\n /** The resource id of cluster. */\n id?: string;\n}\n\n/** Describes how identity is verified */\nexport interface Identity {\n /**\n * The tenantId of the identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /**\n * The principalId of the identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /** The type of identity, can be SystemAssigned or UserAssigned. */\n type?: string;\n /** The user assigned identities associated with the streaming job resource. */\n userAssignedIdentities?: { [propertyName: string]: Record<string, unknown> };\n}\n\n/** The base resource definition */\nexport interface Resource {\n /**\n * Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Object containing a list of streaming jobs. */\nexport interface StreamingJobListResult {\n /**\n * A list of streaming jobs. Populated by a 'List' operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: StreamingJob[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Parameters supplied to the Start Streaming Job operation. */\nexport interface StartStreamingJobParameters {\n /** Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whenever the job is started, start at a custom user time stamp specified via the outputStartTime property, or start from the last event output time. */\n outputStartMode?: OutputStartMode;\n /** Value is either an ISO-8601 formatted time stamp that indicates the starting point of the output event stream, or null to indicate that the output event stream will start whenever the streaming job is started. This property must have a value if outputStartMode is set to CustomTime. */\n outputStartTime?: Date;\n}\n\n/** Parameters supplied to the Scale Streaming Job operation. */\nexport interface ScaleStreamingJobParameters {\n /** Specifies the number of streaming units that the streaming job will scale to. */\n streamingUnits?: number;\n}\n\n/** Result of the request to get streaming job SKUs. */\nexport interface GetStreamingJobSkuResults {\n /** The list of available SKUs that the streaming job can use. */\n value?: GetStreamingJobSkuResult[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Describes an available SKU information. */\nexport interface GetStreamingJobSkuResult {\n /**\n * The type of resource the SKU applies to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceType?: ResourceType;\n /**\n * The properties that are associated with a SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sku?: GetStreamingJobSkuResultSku;\n /**\n * Describes scaling information of a SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly capacity?: SkuCapacity;\n}\n\n/** The properties that are associated with a SKU. */\nexport interface GetStreamingJobSkuResultSku {\n /** The name of the SKU. */\n name?: SkuName;\n}\n\n/** Describes scaling information of a SKU. */\nexport interface SkuCapacity {\n /**\n * Specifies the minimum streaming units that the streaming job can use.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly minimum?: number;\n /**\n * Specifies the maximum streaming units that the streaming job can use.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maximum?: number;\n /**\n * Specifies the default streaming units that the streaming job can use.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly default?: number;\n /**\n * The scale type applicable to the SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scaleType?: SkuCapacityScaleType;\n /**\n * Specifies the valid streaming units a streaming job can scale to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly allowedValues?: number[];\n}\n\n/** Result of the GetQuotas operation. It contains a list of quotas for the subscription in a particular region. */\nexport interface SubscriptionQuotasListResult {\n /**\n * List of quotas for the subscription in a particular region.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: SubscriptionQuota[];\n}\n\n/** The request object for query testing. */\nexport interface TestQuery {\n /** Diagnostics information related to query testing. */\n diagnostics?: TestQueryDiagnostics;\n /** Stream analytics job object which defines the input, output, and transformation for the query testing. */\n streamingJob: StreamingJob;\n}\n\n/** Diagnostics information related to query testing. */\nexport interface TestQueryDiagnostics {\n /** The SAS URI to the container or directory. */\n writeUri: string;\n /** The path to the subdirectory. */\n path?: string;\n}\n\n/** The query compilation object which defines the input, output, and transformation for the query compilation. */\nexport interface CompileQuery {\n /** The query to compile. */\n query: string;\n /** The inputs for the query compilation. */\n inputs?: QueryInput[];\n /** The functions for the query compilation. */\n functions?: QueryFunction[];\n /** Describes the type of the job. Valid values are `Cloud` and 'Edge'. */\n jobType: JobType;\n /** The query to compile. */\n compatibilityLevel?: CompatibilityLevel;\n}\n\n/** An input for the query compilation. */\nexport interface QueryInput {\n /** The name of the input. */\n name: string;\n /** The type of the input, can be Stream or Reference. */\n type: string;\n}\n\n/** A function for the query compilation. */\nexport interface QueryFunction {\n /** The name of the function. */\n name: string;\n /** The type of the function. */\n type: string;\n /** The type of the function binding. */\n bindingType: string;\n /** The inputs for the function. */\n inputs: FunctionInput[];\n /** An output for the function. */\n output: FunctionOutput;\n}\n\n/** The result of the query compilation request. */\nexport interface QueryCompilationResult {\n /**\n * Error messages produced by the compiler.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errors?: QueryCompilationError[];\n /**\n * Warning messages produced by the compiler.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly warnings?: string[];\n /**\n * All input names used by the query.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly inputs?: string[];\n /**\n * All output names used by the query.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outputs?: string[];\n /**\n * All function names used by the query.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly functions?: string[];\n}\n\n/** An error produced by the compiler. */\nexport interface QueryCompilationError {\n /**\n * The content of the error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Describes the error location in the original query. Not set if isGlobal is true.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startLine?: number;\n /**\n * Describes the error location in the original query. Not set if isGlobal is true.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startColumn?: number;\n /**\n * Describes the error location in the original query. Not set if isGlobal is true.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endLine?: number;\n /**\n * Describes the error location in the original query. Not set if isGlobal is true.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endColumn?: number;\n /**\n * Whether the error is not for a specific part but for the entire query.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isGlobal?: boolean;\n}\n\n/** The stream analytics input to sample. */\nexport interface SampleInput {\n /** The stream analytics input to sample. */\n input?: Input;\n /** Defaults to the default ASA job compatibility level. Today it is 1.2 */\n compatibilityLevel?: string;\n /** The SAS URI of the storage blob for service to write the sampled events to. If this parameter is not provided, service will write events to he system account and share a temporary SAS URI to it. */\n eventsUri?: string;\n /** Defaults to en-US. */\n dataLocale?: string;\n}\n\n/** A stream analytics input. */\nexport interface TestInput {\n /** The stream analytics input to test. */\n input: Input;\n}\n\n/** A stream analytics output. */\nexport interface TestOutput {\n /** The stream analytics output to test. */\n output: Output;\n}\n\n/** The SKU of the cluster. This determines the size/capacity of the cluster. Required on PUT (CreateOrUpdate) requests. */\nexport interface ClusterSku {\n /** Specifies the SKU name of the cluster. Required on PUT (CreateOrUpdate) requests. */\n name?: ClusterSkuName;\n /** Denotes the number of streaming units the cluster can support. Valid values for this property are multiples of 36 with a minimum value of 36 and maximum value of 216. Required on PUT (CreateOrUpdate) requests. */\n capacity?: number;\n}\n\n/** The properties associated with a Stream Analytics cluster. */\nexport interface ClusterProperties {\n /**\n * The date this cluster was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdDate?: Date;\n /**\n * Unique identifier for the cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clusterId?: string;\n /**\n * The status of the cluster provisioning. The three terminal states are: Succeeded, Failed and Canceled\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ClusterProvisioningState;\n /**\n * Represents the number of streaming units currently being used on the cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly capacityAllocated?: number;\n /**\n * Represents the sum of the SUs of all streaming jobs associated with the cluster. If all of the jobs were running, this would be the capacity allocated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly capacityAssigned?: number;\n}\n\n/** A list of clusters populated by a 'list' operation. */\nexport interface ClusterListResult {\n /**\n * A list of clusters.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Cluster[];\n /**\n * The URL to fetch the next set of clusters.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** A list of streaming jobs. Populated by a List operation. */\nexport interface ClusterJobListResult {\n /**\n * A list of streaming jobs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: ClusterJob[];\n /**\n * The URL to fetch the next set of streaming jobs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** A streaming job. */\nexport interface ClusterJob {\n /**\n * Resource ID of the streaming job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The number of streaming units that are used by the streaming job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly streamingUnits?: number;\n /**\n * The current execution state of the streaming job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly jobState?: JobState;\n}\n\n/** The properties associated with a private endpoint. */\nexport interface PrivateEndpointProperties {\n /**\n * The date when this private endpoint was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdDate?: string;\n /** A list of connections to the remote resource. Immutable after it is set. */\n manualPrivateLinkServiceConnections?: PrivateLinkServiceConnection[];\n}\n\n/** A grouping of information about the connection to the remote resource. */\nexport interface PrivateLinkServiceConnection {\n /** The resource id of the private link service. Required on PUT (CreateOrUpdate) requests. */\n privateLinkServiceId?: string;\n /** The ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to. Required on PUT (CreateOrUpdate) requests. */\n groupIds?: string[];\n /**\n * A message passed to the owner of the remote resource with this connection request. Restricted to 140 chars.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requestMessage?: string;\n /** A collection of read-only information about the state of the connection to the private remote resource. */\n privateLinkServiceConnectionState?: PrivateLinkConnectionState;\n}\n\n/** A collection of read-only information about the state of the connection to the private remote resource. */\nexport interface PrivateLinkConnectionState {\n /**\n * Indicates whether the connection has been Approved/Rejected/Removed by the owner of the remote resource/service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n /**\n * The reason for approval/rejection of the connection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * A message indicating if changes on the service provider require any updates on the consumer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionsRequired?: string;\n}\n\n/** A list of private endpoints. */\nexport interface PrivateEndpointListResult {\n /**\n * A list of private endpoints.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: PrivateEndpoint[];\n /**\n * The URL to fetch the next set of private endpoints.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The inputs for the Azure Machine Learning Studio endpoint. */\nexport interface AzureMachineLearningStudioInputs {\n /** The name of the input. This is the name provided while authoring the endpoint. */\n name?: string;\n /** A list of input columns for the Azure Machine Learning Studio endpoint. */\n columnNames?: AzureMachineLearningStudioInputColumn[];\n}\n\n/** Describes an input column for the Azure Machine Learning Studio endpoint. */\nexport interface AzureMachineLearningStudioInputColumn {\n /** The name of the input column. */\n name?: string;\n /** The (Azure Machine Learning supported) data type of the input column. A list of valid Azure Machine Learning data types are described at https://msdn.microsoft.com/en-us/library/azure/dn905923.aspx . */\n dataType?: string;\n /** The zero based index of the function parameter this input maps to. */\n mapTo?: number;\n}\n\n/** Describes an output column for the Azure Machine Learning Studio endpoint. */\nexport interface AzureMachineLearningStudioOutputColumn {\n /** The name of the output column. */\n name?: string;\n /** The (Azure Machine Learning supported) data type of the output column. A list of valid Azure Machine Learning data types are described at https://msdn.microsoft.com/en-us/library/azure/dn905923.aspx . */\n dataType?: string;\n}\n\n/** Describes an input column for the Azure Machine Learning web service endpoint. */\nexport interface AzureMachineLearningServiceInputColumn {\n /** The name of the input column. */\n name?: string;\n /** The (Azure Machine Learning supported) data type of the input column. */\n dataType?: string;\n /** The zero based index of the function parameter this input maps to. */\n mapTo?: number;\n}\n\n/** Describes an output column for the Azure Machine Learning web service endpoint. */\nexport interface AzureMachineLearningServiceOutputColumn {\n /** The name of the output column. */\n name?: string;\n /** The (Azure Machine Learning supported) data type of the output column. */\n dataType?: string;\n /** The zero based index of the function parameter this input maps to. */\n mapTo?: number;\n}\n\n/** The inputs for the Azure Machine Learning web service endpoint. */\nexport interface AzureMachineLearningServiceInputs {\n /** The name of the input. This is the name provided while authoring the endpoint. */\n name?: string;\n /** A list of input columns for the Azure Machine Learning web service endpoint. */\n columnNames?: AzureMachineLearningServiceInputColumn[];\n}\n\n/** Describes an input data source that contains stream data. */\nexport interface StreamInputDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type:\n | \"Microsoft.Storage/Blob\"\n | \"Microsoft.ServiceBus/EventHub\"\n | \"Microsoft.EventHub/EventHub\"\n | \"Microsoft.Devices/IotHubs\"\n | \"Raw\"\n | \"GatewayMessageBus\"\n | \"Microsoft.EventGrid/EventSubscriptions\";\n}\n\n/** Describes an input data source that contains reference data. */\nexport interface ReferenceInputDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type:\n | \"File\"\n | \"Microsoft.Storage/Blob\"\n | \"Raw\"\n | \"Microsoft.Sql/Server/Database\";\n}\n\n/** The properties that are associated with a blob data source. */\nexport interface BlobDataSourceProperties {\n /** A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests. */\n storageAccounts?: StorageAccount[];\n /** The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests. */\n container?: string;\n /** The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example. */\n pathPattern?: string;\n /** The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead. */\n dateFormat?: string;\n /** The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. */\n timeFormat?: string;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n}\n\n/** The common properties that are associated with Service Bus data sources (Queues, Topics, Event Hubs, etc.). */\nexport interface ServiceBusDataSourceProperties {\n /** The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */\n serviceBusNamespace?: string;\n /** The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */\n sharedAccessPolicyName?: string;\n /** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */\n sharedAccessPolicyKey?: string;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n}\n\n/** The properties that are associated with a gateway message bus datasource. */\nexport interface GatewayMessageBusSourceProperties {\n /** The name of the Service Bus topic. */\n topic?: string;\n}\n\n/** The properties that are associated with an Azure SQL database data source. */\nexport interface AzureSqlDatabaseDataSourceProperties {\n /** The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n server?: string;\n /** The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n database?: string;\n /** The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n user?: string;\n /** The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n password?: string;\n /** The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n table?: string;\n /** Max Batch count for write to Sql database, the default value is 10,000. Optional on PUT requests. */\n maxBatchCount?: number;\n /** Max Writer count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT requests. */\n maxWriterCount?: number;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n}\n\n/** The properties that are associated with an Azure SQL database data source. */\nexport interface AzureSynapseDataSourceProperties {\n /** The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n server?: string;\n /** The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n database?: string;\n /** The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n table?: string;\n /** The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n user?: string;\n /** The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n password?: string;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n}\n\n/** The properties that are associated with an Azure SQL database data source. */\nexport interface PostgreSQLDataSourceProperties {\n /** The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n server?: string;\n /** The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n database?: string;\n /** The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n table?: string;\n /** The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n user?: string;\n /** The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n password?: string;\n /** Max Writer count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT requests. */\n maxWriterCount?: number;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n}\n\n/** The properties that are associated with data sources that use OAuth as their authentication model. */\nexport interface OAuthBasedDataSourceProperties {\n /** A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests. */\n refreshToken?: string;\n /** The user principal name (UPN) of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token. */\n tokenUserPrincipalName?: string;\n /** The user display name of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token. */\n tokenUserDisplayName?: string;\n}\n\n/** The properties that are associated with a scalar function. */\nexport interface ScalarFunctionProperties extends FunctionProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Scalar\";\n}\n\n/** The properties that are associated with an aggregate function. */\nexport interface AggregateFunctionProperties extends FunctionProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Aggregate\";\n}\n\n/** The binding to an Azure Machine Learning Studio. */\nexport interface AzureMachineLearningStudioFunctionBinding\n extends FunctionBinding {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.MachineLearning/WebService\";\n /** The Request-Response execute endpoint of the Azure Machine Learning Studio. Find out more here: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs */\n endpoint?: string;\n /** The API key used to authenticate with Request-Response endpoint. */\n apiKey?: string;\n /** The inputs for the Azure Machine Learning Studio endpoint. */\n inputs?: AzureMachineLearningStudioInputs;\n /** A list of outputs from the Azure Machine Learning Studio endpoint execution. */\n outputs?: AzureMachineLearningStudioOutputColumn[];\n /** Number between 1 and 10000 describing maximum number of rows for every Azure ML RRS execute request. Default is 1000. */\n batchSize?: number;\n}\n\n/** The binding to a JavaScript function. */\nexport interface JavaScriptFunctionBinding extends FunctionBinding {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.StreamAnalytics/JavascriptUdf\";\n /** The JavaScript code containing a single function definition. For example: 'function (x, y) { return x + y; }' */\n script?: string;\n}\n\n/** The binding to a CSharp function. */\nexport interface CSharpFunctionBinding extends FunctionBinding {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.StreamAnalytics/CLRUdf\";\n /** The Csharp code containing a single function definition. */\n dllPath?: string;\n /** The Csharp code containing a single function definition. */\n class?: string;\n /** The Csharp code containing a single function definition. */\n method?: string;\n /** Refresh modes for Stream Analytics functions. */\n updateMode?: UpdateMode;\n}\n\n/** The binding to an Azure Machine Learning web service. */\nexport interface AzureMachineLearningServiceFunctionBinding\n extends FunctionBinding {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.MachineLearningServices\";\n /** The Request-Response execute endpoint of the Azure Machine Learning web service. */\n endpoint?: string;\n /** The API key used to authenticate with Request-Response endpoint. */\n apiKey?: string;\n /** The inputs for the Azure Machine Learning web service endpoint. */\n inputs?: AzureMachineLearningServiceInputColumn[];\n /** A list of outputs from the Azure Machine Learning web service endpoint execution. */\n outputs?: AzureMachineLearningServiceOutputColumn[];\n /** Number between 1 and 10000 describing maximum number of rows for every Azure ML RRS execute request. Default is 1000. */\n batchSize?: number;\n /** The number of parallel requests that will be sent per partition of your job to the machine learning service. Default is 1. */\n numberOfParallelRequests?: number;\n /** Label for the input request object. */\n inputRequestName?: string;\n /** Label for the output request object. */\n outputResponseName?: string;\n}\n\n/** A function object, containing all information associated with the named function. All functions are contained under a streaming job. */\nexport interface FunctionModel extends SubResource {\n /** The properties that are associated with a function. */\n properties?: FunctionPropertiesUnion;\n}\n\n/** An input object, containing all information associated with the named input. All inputs are contained under a streaming job. */\nexport interface Input extends SubResource {\n /** The properties that are associated with an input. Required on PUT (CreateOrReplace) requests. */\n properties?: InputPropertiesUnion;\n}\n\n/** An output object, containing all information associated with the named output. All outputs are contained under a streaming job. */\nexport interface Output extends SubResource {\n /** Describes the data source that output will be written to. Required on PUT (CreateOrReplace) requests. */\n datasource?: OutputDataSourceUnion;\n /** The time frame for filtering Stream Analytics job outputs. */\n timeWindow?: string;\n /** The size window to constrain a Stream Analytics output to. */\n sizeWindow?: number;\n /** Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests. */\n serialization?: SerializationUnion;\n /**\n * Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly diagnostics?: Diagnostics;\n /**\n * The current entity tag for the output. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /**\n * A list of the last output event times for each output partition. The index of the array corresponds to the partition number.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastOutputEventTimestamps?: LastOutputEventTimestamp[];\n /** Settings which determine whether to send watermarks to downstream. */\n watermarkSettings?: OutputWatermarkProperties;\n}\n\n/** A transformation object, containing all information associated with the named transformation. All transformations are contained under a streaming job. */\nexport interface Transformation extends SubResource {\n /** Specifies the number of streaming units that the streaming job uses. */\n streamingUnits?: number;\n /** Specifies the valid streaming units a streaming job can scale to. */\n validStreamingUnits?: number[];\n /** Specifies the query that will be run in the streaming job. You can learn more about the Stream Analytics Query Language (SAQL) here: https://msdn.microsoft.com/library/azure/dn834998 . Required on PUT (CreateOrReplace) requests. */\n query?: string;\n /**\n * The current entity tag for the transformation. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n}\n\n/** Describes the current quota for the subscription. */\nexport interface SubscriptionQuota extends SubResource {\n /**\n * The max permitted usage of this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxCount?: number;\n /**\n * The current usage of this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentCount?: number;\n}\n\n/** The result of the query testing request. */\nexport interface QueryTestingResult extends ErrorModel {\n /**\n * The status of the query testing request.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: QueryTestingResultStatus;\n /**\n * The SAS URL to the outputs payload.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly outputUri?: string;\n}\n\n/** The result of the sample input request. */\nexport interface SampleInputResult extends ErrorModel {\n /**\n * The status of the sample input request.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: SampleInputResultStatus;\n /**\n * Diagnostics messages. E.g. message indicating some partitions from the input have no data.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly diagnostics?: string[];\n /**\n * A SAS URL to download the sampled input data.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly eventsDownloadUrl?: string;\n /**\n * The timestamp for the last event in the data. It is in DateTime format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastArrivalTime?: string;\n}\n\n/** The result of the test input or output request. */\nexport interface TestDatasourceResult extends ErrorModel {\n /**\n * The status of the sample output request.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: TestDatasourceResultStatus;\n}\n\n/** The parameters needed to retrieve the default function definition for an Azure Machine Learning Studio function. */\nexport interface AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters\n extends FunctionRetrieveDefaultDefinitionParameters {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n bindingType: \"Microsoft.MachineLearning/WebService\";\n /** The Request-Response execute endpoint of the Azure Machine Learning Studio. Find out more here: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs */\n executeEndpoint?: string;\n /** The function type. */\n udfType?: \"Scalar\";\n}\n\n/** The parameters needed to retrieve the default function definition for an Azure Machine Learning web service function. */\nexport interface AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters\n extends FunctionRetrieveDefaultDefinitionParameters {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n bindingType: \"Microsoft.MachineLearningServices\";\n /** The Request-Response execute endpoint of the Azure Machine Learning web service. */\n executeEndpoint?: string;\n /** The function type. */\n udfType?: \"Scalar\";\n}\n\n/** The parameters needed to retrieve the default function definition for a JavaScript function. */\nexport interface JavaScriptFunctionRetrieveDefaultDefinitionParameters\n extends FunctionRetrieveDefaultDefinitionParameters {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n bindingType: \"Microsoft.StreamAnalytics/JavascriptUdf\";\n /** The JavaScript code containing a single function definition. For example: 'function (x, y) { return x + y; }'. */\n script?: string;\n /** The function type. */\n udfType?: \"Scalar\";\n}\n\n/** The parameters needed to retrieve the default function definition for a CSharp function. */\nexport interface CSharpFunctionRetrieveDefaultDefinitionParameters\n extends FunctionRetrieveDefaultDefinitionParameters {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n bindingType: \"Microsoft.StreamAnalytics/CLRUdf\";\n /** The CSharp code containing a single function definition. */\n script?: string;\n /** The function type. */\n udfType?: \"Scalar\";\n}\n\n/** The properties that are associated with an input containing stream data. */\nexport interface StreamInputProperties extends InputProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Stream\";\n /** Describes an input data source that contains stream data. Required on PUT (CreateOrReplace) requests. */\n datasource?: StreamInputDataSourceUnion;\n}\n\n/** The properties that are associated with an input containing reference data. */\nexport interface ReferenceInputProperties extends InputProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Reference\";\n /** Describes an input data source that contains reference data. Required on PUT (CreateOrReplace) requests. */\n datasource?: ReferenceInputDataSourceUnion;\n}\n\n/** Describes how data from an input is serialized or how data is serialized when written to an output in Delta Lake format. */\nexport interface DeltaSerialization extends Serialization {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Delta\";\n /** Specifies the path of the Delta Lake table that the output will be written to. */\n deltaTablePath?: string;\n /** Specifies the names of the columns for which the Delta Lake table will be partitioned. We are only supporting 1 partition column, but keeping it as an array for extensibility. */\n partitionColumns?: string[];\n}\n\n/** Describes how data from an input is serialized or how data is serialized when written to an output in Parquet format. */\nexport interface ParquetSerialization extends Serialization {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Parquet\";\n /** The properties that are associated with the Parquet serialization type. Required on PUT (CreateOrReplace) requests. */\n properties?: Record<string, unknown>;\n}\n\n/** Describes how data from an input is serialized or how data is serialized when written to an output in custom format. */\nexport interface CustomClrSerialization extends Serialization {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"CustomClr\";\n /** The serialization library path. */\n serializationDllPath?: string;\n /** The serialization class name. */\n serializationClassName?: string;\n}\n\n/** Describes how data from an input is serialized or how data is serialized when written to an output in CSV format. */\nexport interface CsvSerialization extends Serialization {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Csv\";\n /** Specifies the delimiter that will be used to separate comma-separated value (CSV) records. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a list of supported values. Required on PUT (CreateOrReplace) requests. */\n fieldDelimiter?: string;\n /** Specifies the encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output. Required on PUT (CreateOrReplace) requests. */\n encoding?: Encoding;\n}\n\n/** Describes how data from an input is serialized or how data is serialized when written to an output in JSON format. */\nexport interface JsonSerialization extends Serialization {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Json\";\n /** Specifies the encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output. Required on PUT (CreateOrReplace) requests. */\n encoding?: Encoding;\n /** This property only applies to JSON serialization of outputs only. It is not applicable to inputs. This property specifies the format of the JSON the output will be written in. The currently supported values are 'lineSeparated' indicating the output will be formatted by having each JSON object separated by a new line and 'array' indicating the output will be formatted as an array of JSON objects. Default value is 'lineSeparated' if left null. */\n format?: JsonOutputSerializationFormat;\n}\n\n/** Describes how data from an input is serialized or how data is serialized when written to an output in Avro format. */\nexport interface AvroSerialization extends Serialization {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Avro\";\n /** The properties that are associated with the Avro serialization type. Required on PUT (CreateOrReplace) requests. */\n properties?: Record<string, unknown>;\n}\n\n/** Describes a raw output data source. This data source type is only applicable/usable when using the query testing API. You cannot create a job with this data source type or add an output of this data source type to an existing job. */\nexport interface RawOutputDatasource extends OutputDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Raw\";\n /** The SAS URL to a blob where the output should be written. If this property is not set, output data will be written into a temporary storage, and a SAS URL to that temporary storage will be included in the result. */\n payloadUri?: string;\n}\n\n/** Describes a blob output data source. */\nexport interface BlobOutputDataSource extends OutputDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.Storage/Blob\";\n /** A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests. */\n storageAccounts?: StorageAccount[];\n /** The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests. */\n container?: string;\n /** The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example. */\n pathPattern?: string;\n /** The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead. */\n dateFormat?: string;\n /** The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. */\n timeFormat?: string;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n /** Blob path prefix. */\n blobPathPrefix?: string;\n /** Blob write mode. */\n blobWriteMode?: BlobWriteMode;\n}\n\n/** Describes an Azure Table output data source. */\nexport interface AzureTableOutputDataSource extends OutputDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.Storage/Table\";\n /** The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests. */\n accountName?: string;\n /** The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests. */\n accountKey?: string;\n /** The name of the Azure Table. Required on PUT (CreateOrReplace) requests. */\n table?: string;\n /** This element indicates the name of a column from the SELECT statement in the query that will be used as the partition key for the Azure Table. Required on PUT (CreateOrReplace) requests. */\n partitionKey?: string;\n /** This element indicates the name of a column from the SELECT statement in the query that will be used as the row key for the Azure Table. Required on PUT (CreateOrReplace) requests. */\n rowKey?: string;\n /** If specified, each item in the array is the name of a column to remove (if present) from output event entities. */\n columnsToRemove?: string[];\n /** The number of rows to write to the Azure Table at a time. */\n batchSize?: number;\n}\n\n/** Describes an Event Hub output data source. */\nexport interface EventHubOutputDataSource extends OutputDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.ServiceBus/EventHub\";\n /** The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */\n serviceBusNamespace?: string;\n /** The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */\n sharedAccessPolicyName?: string;\n /** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */\n sharedAccessPolicyKey?: string;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n /** The name of the Event Hub. Required on PUT (CreateOrReplace) requests. */\n eventHubName?: string;\n /** The partition count of the event hub data source. Range 1 - 256. */\n partitionCount?: number;\n /** The key/column that is used to determine to which partition to send event data. */\n partitionKey?: string;\n /** The properties associated with this Event Hub output. */\n propertyColumns?: string[];\n}\n\n/** Describes an Event Hub output data source. */\nexport interface EventHubV2OutputDataSource extends OutputDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.EventHub/EventHub\";\n /** The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */\n serviceBusNamespace?: string;\n /** The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */\n sharedAccessPolicyName?: string;\n /** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */\n sharedAccessPolicyKey?: string;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n /** The name of the Event Hub. Required on PUT (CreateOrReplace) requests. */\n eventHubName?: string;\n /** The partition count of the event hub data source. Range 1 - 256. */\n partitionCount?: number;\n /** The key/column that is used to determine to which partition to send event data. */\n partitionKey?: string;\n /** The properties associated with this Event Hub output. */\n propertyColumns?: string[];\n}\n\n/** Describes an Azure SQL database output data source. */\nexport interface AzureSqlDatabaseOutputDataSource extends OutputDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.Sql/Server/Database\";\n /** The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n server?: string;\n /** The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n database?: string;\n /** The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n user?: string;\n /** The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n password?: string;\n /** The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n table?: string;\n /** Max Batch count for write to Sql database, the default value is 10,000. Optional on PUT requests. */\n maxBatchCount?: number;\n /** Max Writer count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT requests. */\n maxWriterCount?: number;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n}\n\n/** Describes an Azure Synapse output data source. */\nexport interface AzureSynapseOutputDataSource extends OutputDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.Sql/Server/DataWarehouse\";\n /** The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n server?: string;\n /** The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n database?: string;\n /** The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n table?: string;\n /** The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n user?: string;\n /** The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n password?: string;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n}\n\n/** Describes a PostgreSQL output data source. */\nexport interface PostgreSQLOutputDataSource extends OutputDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.DBForPostgreSQL/servers/databases\";\n /** The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n server?: string;\n /** The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n database?: string;\n /** The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n table?: string;\n /** The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n user?: string;\n /** The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n password?: string;\n /** Max Writer count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT requests. */\n maxWriterCount?: number;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n}\n\n/** Describes a DocumentDB output data source. */\nexport interface DocumentDbOutputDataSource extends OutputDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.Storage/DocumentDB\";\n /** The DocumentDB account name or ID. Required on PUT (CreateOrReplace) requests. */\n accountId?: string;\n /** The account key for the DocumentDB account. Required on PUT (CreateOrReplace) requests. */\n accountKey?: string;\n /** The name of the DocumentDB database. Required on PUT (CreateOrReplace) requests. */\n database?: string;\n /** The collection name pattern for the collections to be used. The collection name format can be constructed using the optional {partition} token, where partitions start from 0. See the DocumentDB section of https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for more information. Required on PUT (CreateOrReplace) requests. */\n collectionNamePattern?: string;\n /** The name of the field in output events used to specify the key for partitioning output across collections. If 'collectionNamePattern' contains the {partition} token, this property is required to be specified. */\n partitionKey?: string;\n /** The name of the field in output events used to specify the primary key which insert or update operations are based on. */\n documentId?: string;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n}\n\n/** Defines the metadata of AzureFunctionOutputDataSource */\nexport interface AzureFunctionOutputDataSource extends OutputDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.AzureFunction\";\n /** The name of your Azure Functions app. */\n functionAppName?: string;\n /** The name of the function in your Azure Functions app. */\n functionName?: string;\n /** If you want to use an Azure Function from another subscription, you can do so by providing the key to access your function. */\n apiKey?: string;\n /** A property that lets you set the maximum size for each output batch that's sent to your Azure function. The input unit is in bytes. By default, this value is 262,144 bytes (256 KB). */\n maxBatchSize?: number;\n /** A property that lets you specify the maximum number of events in each batch that's sent to Azure Functions. The default value is 100. */\n maxBatchCount?: number;\n}\n\n/** Describes a Service Bus Queue output data source. */\nexport interface ServiceBusQueueOutputDataSource extends OutputDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.ServiceBus/Queue\";\n /** The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */\n serviceBusNamespace?: string;\n /** The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */\n sharedAccessPolicyName?: string;\n /** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */\n sharedAccessPolicyKey?: string;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n /** The name of the Service Bus Queue. Required on PUT (CreateOrReplace) requests. */\n queueName?: string;\n /** A string array of the names of output columns to be attached to Service Bus messages as custom properties. */\n propertyColumns?: string[];\n /** The system properties associated with the Service Bus Queue. The following system properties are supported: ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc. */\n systemPropertyColumns?: Record<string, unknown>;\n}\n\n/** Describes a Service Bus Topic output data source. */\nexport interface ServiceBusTopicOutputDataSource extends OutputDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.ServiceBus/Topic\";\n /** The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */\n serviceBusNamespace?: string;\n /** The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */\n sharedAccessPolicyName?: string;\n /** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */\n sharedAccessPolicyKey?: string;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n /** The name of the Service Bus Topic. Required on PUT (CreateOrReplace) requests. */\n topicName?: string;\n /** A string array of the names of output columns to be attached to Service Bus messages as custom properties. */\n propertyColumns?: string[];\n /** The system properties associated with the Service Bus Topic Output. The following system properties are supported: ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc. */\n systemPropertyColumns?: { [propertyName: string]: string };\n}\n\n/** Describes a Power BI output data source. */\nexport interface PowerBIOutputDataSource extends OutputDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"PowerBI\";\n /** A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests. */\n refreshToken?: string;\n /** The user principal name (UPN) of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token. */\n tokenUserPrincipalName?: string;\n /** The user display name of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token. */\n tokenUserDisplayName?: string;\n /** The name of the Power BI dataset. Required on PUT (CreateOrReplace) requests. */\n dataset?: string;\n /** The name of the Power BI table under the specified dataset. Required on PUT (CreateOrReplace) requests. */\n table?: string;\n /** The ID of the Power BI group. */\n groupId?: string;\n /** The name of the Power BI group. Use this property to help remember which specific Power BI group id was used. */\n groupName?: string;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n}\n\n/** Describes an Azure Data Lake Store output data source. */\nexport interface AzureDataLakeStoreOutputDataSource extends OutputDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.DataLake/Accounts\";\n /** A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests. */\n refreshToken?: string;\n /** The user principal name (UPN) of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token. */\n tokenUserPrincipalName?: string;\n /** The user display name of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token. */\n tokenUserDisplayName?: string;\n /** The name of the Azure Data Lake Store account. Required on PUT (CreateOrReplace) requests. */\n accountName?: string;\n /** The tenant id of the user used to obtain the refresh token. Required on PUT (CreateOrReplace) requests. */\n tenantId?: string;\n /** The location of the file to which the output should be written to. Required on PUT (CreateOrReplace) requests. */\n filePathPrefix?: string;\n /** The date format. Wherever {date} appears in filePathPrefix, the value of this property is used as the date format instead. */\n dateFormat?: string;\n /** The time format. Wherever {time} appears in filePathPrefix, the value of this property is used as the time format instead. */\n timeFormat?: string;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n}\n\n/** Describes a Gateway Message Bus output data source. */\nexport interface GatewayMessageBusOutputDataSource extends OutputDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"GatewayMessageBus\";\n /** The name of the Service Bus topic. */\n topic?: string;\n}\n\n/** Describes an Azure Data Explorer output data source. */\nexport interface AzureDataExplorerOutputDataSource extends OutputDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.Kusto/clusters/databases\";\n /** The name of the Azure Data Explorer cluster. Required on PUT (CreateOrReplace) requests. */\n cluster?: string;\n /** The name of the Azure Data Explorer database. Required on PUT (CreateOrReplace) requests. */\n database?: string;\n /** The name of the Azure Table. Required on PUT (CreateOrReplace) requests. */\n table?: string;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n}\n\n/** The properties that are associated with an Azure Storage account with MSI */\nexport interface JobStorageAccount extends StorageAccount {}\n\n/** The resource model definition for a ARM tracked top level resource */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location?: string;\n}\n\n/** The resource model definition for a ARM proxy resource. It will have everything other than required location and tags */\nexport interface ProxyResource extends Resource {}\n\n/** Describes a blob input data source that contains stream data. */\nexport interface BlobStreamInputDataSource extends StreamInputDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.Storage/Blob\";\n /** A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests. */\n storageAccounts?: StorageAccount[];\n /** The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests. */\n container?: string;\n /** The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example. */\n pathPattern?: string;\n /** The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead. */\n dateFormat?: string;\n /** The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. */\n timeFormat?: string;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n /** The partition count of the blob input data source. Range 1 - 1024. */\n sourcePartitionCount?: number;\n}\n\n/** Describes an Event Hub input data source that contains stream data. */\nexport interface EventHubStreamInputDataSource extends StreamInputDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.ServiceBus/EventHub\";\n /** The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */\n serviceBusNamespace?: string;\n /** The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */\n sharedAccessPolicyName?: string;\n /** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */\n sharedAccessPolicyKey?: string;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n /** The name of the Event Hub. Required on PUT (CreateOrReplace) requests. */\n eventHubName?: string;\n /** The partition count of the event hub data source. Range 1 - 256. */\n partitionCount?: number;\n /** The name of an Event Hub Consumer Group that should be used to read events from the Event Hub. Specifying distinct consumer group names for multiple inputs allows each of those inputs to receive the same events from the Event Hub. If not specified, the input uses the Event Hub’s default consumer group. */\n consumerGroupName?: string;\n /** The number of messages that the message receiver can simultaneously request. */\n prefetchCount?: number;\n}\n\n/** Describes an Event Hub input data source that contains stream data. */\nexport interface EventHubV2StreamInputDataSource extends StreamInputDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.EventHub/EventHub\";\n /** The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */\n serviceBusNamespace?: string;\n /** The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */\n sharedAccessPolicyName?: string;\n /** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */\n sharedAccessPolicyKey?: string;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n /** The name of the Event Hub. Required on PUT (CreateOrReplace) requests. */\n eventHubName?: string;\n /** The partition count of the event hub data source. Range 1 - 256. */\n partitionCount?: number;\n /** The name of an Event Hub Consumer Group that should be used to read events from the Event Hub. Specifying distinct consumer group names for multiple inputs allows each of those inputs to receive the same events from the Event Hub. If not specified, the input uses the Event Hub’s default consumer group. */\n consumerGroupName?: string;\n /** The number of messages that the message receiver can simultaneously request. */\n prefetchCount?: number;\n}\n\n/** Describes an IoT Hub input data source that contains stream data. */\nexport interface IoTHubStreamInputDataSource extends StreamInputDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.Devices/IotHubs\";\n /** The name or the URI of the IoT Hub. Required on PUT (CreateOrReplace) requests. */\n iotHubNamespace?: string;\n /** The shared access policy name for the IoT Hub. This policy must contain at least the Service connect permission. Required on PUT (CreateOrReplace) requests. */\n sharedAccessPolicyName?: string;\n /** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */\n sharedAccessPolicyKey?: string;\n /** The name of an IoT Hub Consumer Group that should be used to read events from the IoT Hub. If not specified, the input uses the Iot Hub’s default consumer group. */\n consumerGroupName?: string;\n /** The IoT Hub endpoint to connect to (ie. messages/events, messages/operationsMonitoringEvents, etc.). */\n endpoint?: string;\n}\n\n/** Describes a raw input data source that contains stream data. This data source type is only applicable/usable when using the query testing API. You cannot create a job with this data source type or add an input of this data source type to an existing job. */\nexport interface RawStreamInputDataSource extends StreamInputDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Raw\";\n /** The JSON serialized content of the input data. Either payload or payloadUri must be set, but not both. */\n payload?: string;\n /** The SAS URL to a blob containing the JSON serialized content of the input data. Either payload or payloadUri must be set, but not both. */\n payloadUri?: string;\n}\n\n/** Describes a blob input data source that contains stream data. */\nexport interface GatewayMessageBusStreamInputDataSource\n extends StreamInputDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"GatewayMessageBus\";\n /** The name of the Service Bus topic. */\n topic?: string;\n}\n\n/** Describes an event grid input data source that contains stream data. */\nexport interface EventGridStreamInputDataSource extends StreamInputDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.EventGrid/EventSubscriptions\";\n /** Subscribers for the Event Grid. Currently only EventHub Subscriber is supported. */\n subscriber?: EventHubV2StreamInputDataSource;\n /** Indicates the Event Grid schema type. */\n schema?: EventGridEventSchemaType;\n /** A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests. */\n storageAccounts?: StorageAccount[];\n /** List of Event Types that are supported by the Event Grid adapter. */\n eventTypes?: string[];\n}\n\n/** Describes a file input data source that contains reference data. */\nexport interface FileReferenceInputDataSource extends ReferenceInputDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"File\";\n /** The path of the file. */\n path?: string;\n}\n\n/** Describes a blob input data source that contains reference data. */\nexport interface BlobReferenceInputDataSource extends ReferenceInputDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.Storage/Blob\";\n /** A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests. */\n storageAccounts?: StorageAccount[];\n /** The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests. */\n container?: string;\n /** The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example. */\n pathPattern?: string;\n /** The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead. */\n dateFormat?: string;\n /** The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. */\n timeFormat?: string;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n /** The name of the blob input. */\n blobName?: string;\n /** The path pattern of the delta snapshot. */\n deltaPathPattern?: string;\n /** The partition count of the blob input data source. Range 1 - 256. */\n sourcePartitionCount?: number;\n /** The refresh interval of the blob input data source. */\n fullSnapshotRefreshRate?: string;\n /** The interval that the user generates a delta snapshot of this reference blob input data source. */\n deltaSnapshotRefreshRate?: string;\n}\n\n/** Describes a raw input data source that contains reference data. This data source type is only applicable/usable when using the query testing API. You cannot create a job with this data source type or add an input of this data source type to an existing job. */\nexport interface RawReferenceInputDataSource extends ReferenceInputDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Raw\";\n /** The JSON serialized content of the input data. Either payload or payloadUri must be set, but not both. */\n payload?: string;\n /** The SAS URL to a blob containing the JSON serialized content of the input data. Either payload or payloadUri must be set, but not both. */\n payloadUri?: string;\n}\n\n/** Describes an Azure SQL database reference input data source. */\nexport interface AzureSqlReferenceInputDataSource\n extends ReferenceInputDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.Sql/Server/Database\";\n /** This element is associated with the datasource element. This is the name of the server that contains the database that will be written to. */\n server?: string;\n /** This element is associated with the datasource element. This is the name of the database that output will be written to. */\n database?: string;\n /** This element is associated with the datasource element. This is the user name that will be used to connect to the SQL Database instance. */\n user?: string;\n /** This element is associated with the datasource element. This is the password that will be used to connect to the SQL Database instance. */\n password?: string;\n /** Indicates the type of data refresh option. */\n refreshType?: RefreshType;\n /** This element is associated with the datasource element. This indicates how frequently the data will be fetched from the database. It is of DateTime format. */\n refreshRate?: string;\n /** This element is associated with the datasource element. This query is used to fetch data from the sql database. */\n fullSnapshotQuery?: string;\n /** This element is associated with the datasource element. This query is used to fetch incremental changes from the SQL database. To use this option, we recommend using temporal tables in Azure SQL Database. */\n deltaSnapshotQuery?: string;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n}\n\n/** The properties that are associated with a blob input containing stream data. */\nexport interface BlobStreamInputDataSourceProperties\n extends BlobDataSourceProperties {\n /** The partition count of the blob input data source. Range 1 - 1024. */\n sourcePartitionCount?: number;\n}\n\n/** The properties that are associated with a blob input containing reference data. */\nexport interface BlobReferenceInputDataSourceProperties\n extends BlobDataSourceProperties {\n /** The name of the blob input. */\n blobName?: string;\n /** The path pattern of the delta snapshot. */\n deltaPathPattern?: string;\n /** The partition count of the blob input data source. Range 1 - 256. */\n sourcePartitionCount?: number;\n /** The refresh interval of the blob input data source. */\n fullSnapshotRefreshRate?: string;\n /** The interval that the user generates a delta snapshot of this reference blob input data source. */\n deltaSnapshotRefreshRate?: string;\n}\n\n/** The properties that are associated with a blob output. */\nexport interface BlobOutputDataSourceProperties\n extends BlobDataSourceProperties {\n /** Blob path prefix. */\n blobPathPrefix?: string;\n /** Blob write mode. */\n blobWriteMode?: BlobWriteMode;\n}\n\n/** The common properties that are associated with Event Hub data sources. */\nexport interface EventHubDataSourceProperties\n extends ServiceBusDataSourceProperties {\n /** The name of the Event Hub. Required on PUT (CreateOrReplace) requests. */\n eventHubName?: string;\n /** The partition count of the event hub data source. Range 1 - 256. */\n partitionCount?: number;\n}\n\n/** The properties that are associated with a Service Bus Queue output. */\nexport interface ServiceBusQueueOutputDataSourceProperties\n extends ServiceBusDataSourceProperties {\n /** The name of the Service Bus Queue. Required on PUT (CreateOrReplace) requests. */\n queueName?: string;\n /** A string array of the names of output columns to be attached to Service Bus messages as custom properties. */\n propertyColumns?: string[];\n /** The system properties associated with the Service Bus Queue. The following system properties are supported: ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc. */\n systemPropertyColumns?: Record<string, unknown>;\n}\n\n/** The properties that are associated with a Service Bus Topic output. */\nexport interface ServiceBusTopicOutputDataSourceProperties\n extends ServiceBusDataSourceProperties {\n /** The name of the Service Bus Topic. Required on PUT (CreateOrReplace) requests. */\n topicName?: string;\n /** A string array of the names of output columns to be attached to Service Bus messages as custom properties. */\n propertyColumns?: string[];\n /** The system properties associated with the Service Bus Topic Output. The following system properties are supported: ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc. */\n systemPropertyColumns?: { [propertyName: string]: string };\n}\n\n/** The properties that are associated with a gateway message bus input containing stream data. */\nexport interface GatewayMessageBusStreamInputDataSourceProperties\n extends GatewayMessageBusSourceProperties {}\n\n/** The properties that are associated with a Gateway Message Bus. */\nexport interface GatewayMessageBusOutputDataSourceProperties\n extends GatewayMessageBusSourceProperties {}\n\n/** The properties that are associated with an Azure SQL database output. */\nexport interface AzureSqlDatabaseOutputDataSourceProperties\n extends AzureSqlDatabaseDataSourceProperties {}\n\n/** The properties that are associated with an Azure Synapse output. */\nexport interface AzureSynapseOutputDataSourceProperties\n extends AzureSynapseDataSourceProperties {}\n\n/** The properties that are associated with a PostgreSQL output. */\nexport interface PostgreSQLOutputDataSourceProperties\n extends PostgreSQLDataSourceProperties {}\n\n/** The properties that are associated with a Power BI output. */\nexport interface PowerBIOutputDataSourceProperties\n extends OAuthBasedDataSourceProperties {\n /** The name of the Power BI dataset. Required on PUT (CreateOrReplace) requests. */\n dataset?: string;\n /** The name of the Power BI table under the specified dataset. Required on PUT (CreateOrReplace) requests. */\n table?: string;\n /** The ID of the Power BI group. */\n groupId?: string;\n /** The name of the Power BI group. Use this property to help remember which specific Power BI group id was used. */\n groupName?: string;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n}\n\n/** The properties that are associated with an Azure Data Lake Store. */\nexport interface AzureDataLakeStoreOutputDataSourceProperties\n extends OAuthBasedDataSourceProperties {\n /** The name of the Azure Data Lake Store account. Required on PUT (CreateOrReplace) requests. */\n accountName?: string;\n /** The tenant id of the user used to obtain the refresh token. Required on PUT (CreateOrReplace) requests. */\n tenantId?: string;\n /** The location of the file to which the output should be written to. Required on PUT (CreateOrReplace) requests. */\n filePathPrefix?: string;\n /** The date format. Wherever {date} appears in filePathPrefix, the value of this property is used as the date format instead. */\n dateFormat?: string;\n /** The time format. Wherever {time} appears in filePathPrefix, the value of this property is used as the time format instead. */\n timeFormat?: string;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n}\n\n/** A streaming job object, containing all information associated with the named streaming job. */\nexport interface StreamingJob extends TrackedResource {\n /** Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) requests. */\n sku?: Sku;\n /** Describes the managed identity assigned to this job that can be used to authenticate with inputs and outputs. */\n identity?: Identity;\n /** Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) requests. */\n skuPropertiesSku?: Sku;\n /**\n * A GUID uniquely identifying the streaming job. This GUID is generated upon creation of the streaming job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly jobId?: string;\n /**\n * Describes the provisioning status of the streaming job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * Describes the state of the streaming job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly jobState?: string;\n /** Describes the type of the job. Valid modes are `Cloud` and 'Edge'. */\n jobType?: JobType;\n /** This property should only be utilized when it is desired that the job be started immediately upon creation. Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whenever the job is started, start at a custom user time stamp specified via the outputStartTime property, or start from the last event output time. */\n outputStartMode?: OutputStartMode;\n /** Value is either an ISO-8601 formatted time stamp that indicates the starting point of the output event stream, or null to indicate that the output event stream will start whenever the streaming job is started. This property must have a value if outputStartMode is set to CustomTime. */\n outputStartTime?: Date;\n /**\n * Value is either an ISO-8601 formatted timestamp indicating the last output event time of the streaming job or null indicating that output has not yet been produced. In case of multiple outputs or multiple streams, this shows the latest value in that set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastOutputEventTime?: Date;\n /** Indicates the policy to apply to events that arrive out of order in the input event stream. */\n eventsOutOfOrderPolicy?: EventsOutOfOrderPolicy;\n /** Indicates the policy to apply to events that arrive at the output and cannot be written to the external storage due to being malformed (missing column values, column values of wrong type or size). */\n outputErrorPolicy?: OutputErrorPolicy;\n /** The maximum tolerable delay in seconds where out-of-order events can be adjusted to be back in order. */\n eventsOutOfOrderMaxDelayInSeconds?: number;\n /** The maximum tolerable delay in seconds where events arriving late could be included. Supported range is -1 to 1814399 (20.23:59:59 days) and -1 is used to specify wait indefinitely. If the property is absent, it is interpreted to have a value of -1. */\n eventsLateArrivalMaxDelayInSeconds?: number;\n /** The data locale of the stream analytics job. Value should be the name of a supported .NET Culture from the set https://msdn.microsoft.com/en-us/library/system.globalization.culturetypes(v=vs.110).aspx. Defaults to 'en-US' if none specified. */\n dataLocale?: string;\n /** Controls certain runtime behaviors of the streaming job. */\n compatibilityLevel?: CompatibilityLevel;\n /**\n * Value is an ISO-8601 formatted UTC timestamp indicating when the streaming job was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdDate?: Date;\n /** A list of one or more inputs to the streaming job. The name property for each input is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual input. */\n inputs?: Input[];\n /** Indicates the query and the number of streaming units to use for the streaming job. The name property of the transformation is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual transformation. */\n transformation?: Transformation;\n /** A list of one or more outputs for the streaming job. The name property for each output is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual output. */\n outputs?: Output[];\n /** A list of one or more functions for the streaming job. The name property for each function is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual transformation. */\n functions?: FunctionModel[];\n /**\n * The current entity tag for the streaming job. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** The properties that are associated with an Azure Storage account with MSI */\n jobStorageAccount?: JobStorageAccount;\n /** Valid values are JobStorageAccount and SystemAccount. If set to JobStorageAccount, this requires the user to also specify jobStorageAccount property. . */\n contentStoragePolicy?: ContentStoragePolicy;\n /** The storage account where the custom code artifacts are located. */\n externals?: External;\n /** The cluster which streaming jobs will run on. */\n cluster?: ClusterInfo;\n}\n\n/** A Stream Analytics Cluster object */\nexport interface Cluster extends TrackedResource {\n /** The SKU of the cluster. This determines the size/capacity of the cluster. Required on PUT (CreateOrUpdate) requests. */\n sku?: ClusterSku;\n /**\n * The current entity tag for the cluster. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** The properties associated with a Stream Analytics cluster. */\n properties?: ClusterProperties;\n}\n\n/** Complete information about the private endpoint. */\nexport interface PrivateEndpoint extends ProxyResource {\n /** The properties associated with a private endpoint. */\n properties?: PrivateEndpointProperties;\n /**\n * Unique opaque string (generally a GUID) that represents the metadata state of the resource (private endpoint) and changes whenever the resource is updated. Required on PUT (CreateOrUpdate) requests.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n}\n\n/** The properties that are associated with a Event Hub input containing stream data. */\nexport interface EventHubStreamInputDataSourceProperties\n extends EventHubDataSourceProperties {\n /** The name of an Event Hub Consumer Group that should be used to read events from the Event Hub. Specifying distinct consumer group names for multiple inputs allows each of those inputs to receive the same events from the Event Hub. If not specified, the input uses the Event Hub’s default consumer group. */\n consumerGroupName?: string;\n /** The number of messages that the message receiver can simultaneously request. */\n prefetchCount?: number;\n}\n\n/** The properties that are associated with an Event Hub output. */\nexport interface EventHubOutputDataSourceProperties\n extends EventHubDataSourceProperties {\n /** The key/column that is used to determine to which partition to send event data. */\n partitionKey?: string;\n /** The properties associated with this Event Hub output. */\n propertyColumns?: string[];\n}\n\n/** Defines headers for Functions_createOrReplace operation. */\nexport interface FunctionsCreateOrReplaceHeaders {\n /** The current entity tag for the function. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */\n eTag?: string;\n}\n\n/** Defines headers for Functions_update operation. */\nexport interface FunctionsUpdateHeaders {\n /** The current entity tag for the function. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */\n eTag?: string;\n}\n\n/** Defines headers for Functions_get operation. */\nexport interface FunctionsGetHeaders {\n /** The current entity tag for the function. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */\n eTag?: string;\n}\n\n/** Defines headers for Inputs_createOrReplace operation. */\nexport interface InputsCreateOrReplaceHeaders {\n /** The current entity tag for the input. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */\n eTag?: string;\n}\n\n/** Defines headers for Inputs_update operation. */\nexport interface InputsUpdateHeaders {\n /** The current entity tag for the input. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */\n eTag?: string;\n}\n\n/** Defines headers for Inputs_get operation. */\nexport interface InputsGetHeaders {\n /** The current entity tag for the input. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */\n eTag?: string;\n}\n\n/** Defines headers for Outputs_createOrReplace operation. */\nexport interface OutputsCreateOrReplaceHeaders {\n /** The current entity tag for the output. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */\n eTag?: string;\n}\n\n/** Defines headers for Outputs_update operation. */\nexport interface OutputsUpdateHeaders {\n /** The current entity tag for the output. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */\n eTag?: string;\n}\n\n/** Defines headers for Outputs_get operation. */\nexport interface OutputsGetHeaders {\n /** The current entity tag for the output. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */\n eTag?: string;\n}\n\n/** Defines headers for StreamingJobs_createOrReplace operation. */\nexport interface StreamingJobsCreateOrReplaceHeaders {\n /** The current entity tag for the streaming job. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */\n eTag?: string;\n}\n\n/** Defines headers for StreamingJobs_update operation. */\nexport interface StreamingJobsUpdateHeaders {\n /** The current entity tag for the streaming job. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */\n eTag?: string;\n}\n\n/** Defines headers for StreamingJobs_get operation. */\nexport interface StreamingJobsGetHeaders {\n /** The current entity tag for the streaming job. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */\n eTag?: string;\n}\n\n/** Defines headers for Transformations_createOrReplace operation. */\nexport interface TransformationsCreateOrReplaceHeaders {\n /** The current entity tag for the transformation. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */\n eTag?: string;\n}\n\n/** Defines headers for Transformations_update operation. */\nexport interface TransformationsUpdateHeaders {\n /** The current entity tag for the transformation. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */\n eTag?: string;\n}\n\n/** Defines headers for Transformations_get operation. */\nexport interface TransformationsGetHeaders {\n /** The current entity tag for the transformation. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */\n eTag?: string;\n}\n\n/** Known values of {@link EventSerializationType} that the service accepts. */\nexport enum KnownEventSerializationType {\n /** Csv */\n Csv = \"Csv\",\n /** Avro */\n Avro = \"Avro\",\n /** Json */\n Json = \"Json\",\n /** CustomClr */\n CustomClr = \"CustomClr\",\n /** Parquet */\n Parquet = \"Parquet\",\n /** Delta */\n Delta = \"Delta\",\n}\n\n/**\n * Defines values for EventSerializationType. \\\n * {@link KnownEventSerializationType} can be used interchangeably with EventSerializationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Csv** \\\n * **Avro** \\\n * **Json** \\\n * **CustomClr** \\\n * **Parquet** \\\n * **Delta**\n */\nexport type EventSerializationType = string;\n\n/** Known values of {@link CompressionType} that the service accepts. */\nexport enum KnownCompressionType {\n /** None */\n None = \"None\",\n /** GZip */\n GZip = \"GZip\",\n /** Deflate */\n Deflate = \"Deflate\",\n}\n\n/**\n * Defines values for CompressionType. \\\n * {@link KnownCompressionType} can be used interchangeably with CompressionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **GZip** \\\n * **Deflate**\n */\nexport type CompressionType = string;\n\n/** Known values of {@link InputWatermarkMode} that the service accepts. */\nexport enum KnownInputWatermarkMode {\n /** None */\n None = \"None\",\n /** ReadWatermark */\n ReadWatermark = \"ReadWatermark\",\n}\n\n/**\n * Defines values for InputWatermarkMode. \\\n * {@link KnownInputWatermarkMode} can be used interchangeably with InputWatermarkMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **ReadWatermark**\n */\nexport type InputWatermarkMode = string;\n\n/** Known values of {@link OutputWatermarkMode} that the service accepts. */\nexport enum KnownOutputWatermarkMode {\n /** None */\n None = \"None\",\n /** SendCurrentPartitionWatermark */\n SendCurrentPartitionWatermark = \"SendCurrentPartitionWatermark\",\n /** SendLowestWatermarkAcrossPartitions */\n SendLowestWatermarkAcrossPartitions = \"SendLowestWatermarkAcrossPartitions\",\n}\n\n/**\n * Defines values for OutputWatermarkMode. \\\n * {@link KnownOutputWatermarkMode} can be used interchangeably with OutputWatermarkMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SendCurrentPartitionWatermark** \\\n * **SendLowestWatermarkAcrossPartitions**\n */\nexport type OutputWatermarkMode = string;\n\n/** Known values of {@link SkuName} that the service accepts. */\nexport enum KnownSkuName {\n /** Standard */\n Standard = \"Standard\",\n}\n\n/**\n * Defines values for SkuName. \\\n * {@link KnownSkuName} can be used interchangeably with SkuName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard**\n */\nexport type SkuName = string;\n\n/** Known values of {@link JobType} that the service accepts. */\nexport enum KnownJobType {\n /** Cloud */\n Cloud = \"Cloud\",\n /** Edge */\n Edge = \"Edge\",\n}\n\n/**\n * Defines values for JobType. \\\n * {@link KnownJobType} can be used interchangeably with JobType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Cloud** \\\n * **Edge**\n */\nexport type JobType = string;\n\n/** Known values of {@link OutputStartMode} that the service accepts. */\nexport enum KnownOutputStartMode {\n /** JobStartTime */\n JobStartTime = \"JobStartTime\",\n /** CustomTime */\n CustomTime = \"CustomTime\",\n /** LastOutputEventTime */\n LastOutputEventTime = \"LastOutputEventTime\",\n}\n\n/**\n * Defines values for OutputStartMode. \\\n * {@link KnownOutputStartMode} can be used interchangeably with OutputStartMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **JobStartTime** \\\n * **CustomTime** \\\n * **LastOutputEventTime**\n */\nexport type OutputStartMode = string;\n\n/** Known values of {@link EventsOutOfOrderPolicy} that the service accepts. */\nexport enum KnownEventsOutOfOrderPolicy {\n /** Adjust */\n Adjust = \"Adjust\",\n /** Drop */\n Drop = \"Drop\",\n}\n\n/**\n * Defines values for EventsOutOfOrderPolicy. \\\n * {@link KnownEventsOutOfOrderPolicy} can be used interchangeably with EventsOutOfOrderPolicy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Adjust** \\\n * **Drop**\n */\nexport type EventsOutOfOrderPolicy = string;\n\n/** Known values of {@link OutputErrorPolicy} that the service accepts. */\nexport enum KnownOutputErrorPolicy {\n /** Stop */\n Stop = \"Stop\",\n /** Drop */\n Drop = \"Drop\",\n}\n\n/**\n * Defines values for OutputErrorPolicy. \\\n * {@link KnownOutputErrorPolicy} can be used interchangeably with OutputErrorPolicy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Stop** \\\n * **Drop**\n */\nexport type OutputErrorPolicy = string;\n\n/** Known values of {@link CompatibilityLevel} that the service accepts. */\nexport enum KnownCompatibilityLevel {\n /** One0 */\n One0 = \"1.0\",\n /** One2 */\n One2 = \"1.2\",\n}\n\n/**\n * Defines values for CompatibilityLevel. \\\n * {@link KnownCompatibilityLevel} can be used interchangeably with CompatibilityLevel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **1.0** \\\n * **1.2**\n */\nexport type CompatibilityLevel = string;\n\n/** Known values of {@link AuthenticationMode} that the service accepts. */\nexport enum KnownAuthenticationMode {\n /** Msi */\n Msi = \"Msi\",\n /** UserToken */\n UserToken = \"UserToken\",\n /** ConnectionString */\n ConnectionString = \"ConnectionString\",\n}\n\n/**\n * Defines values for AuthenticationMode. \\\n * {@link KnownAuthenticationMode} can be used interchangeably with AuthenticationMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Msi** \\\n * **UserToken** \\\n * **ConnectionString**\n */\nexport type AuthenticationMode = string;\n\n/** Known values of {@link ContentStoragePolicy} that the service accepts. */\nexport enum KnownContentStoragePolicy {\n /** SystemAccount */\n SystemAccount = \"SystemAccount\",\n /** JobStorageAccount */\n JobStorageAccount = \"JobStorageAccount\",\n}\n\n/**\n * Defines values for ContentStoragePolicy. \\\n * {@link KnownContentStoragePolicy} can be used interchangeably with ContentStoragePolicy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemAccount** \\\n * **JobStorageAccount**\n */\nexport type ContentStoragePolicy = string;\n\n/** Known values of {@link UpdatableUdfRefreshType} that the service accepts. */\nexport enum KnownUpdatableUdfRefreshType {\n /** Blocking */\n Blocking = \"Blocking\",\n /** Nonblocking */\n Nonblocking = \"Nonblocking\",\n}\n\n/**\n * Defines values for UpdatableUdfRefreshType. \\\n * {@link KnownUpdatableUdfRefreshType} can be used interchangeably with UpdatableUdfRefreshType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Blocking** \\\n * **Nonblocking**\n */\nexport type UpdatableUdfRefreshType = string;\n\n/** Known values of {@link ResourceType} that the service accepts. */\nexport enum KnownResourceType {\n /** MicrosoftStreamAnalyticsStreamingjobs */\n MicrosoftStreamAnalyticsStreamingjobs = \"Microsoft.StreamAnalytics/streamingjobs\",\n}\n\n/**\n * Defines values for ResourceType. \\\n * {@link KnownResourceType} can be used interchangeably with ResourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Microsoft.StreamAnalytics\\/streamingjobs**\n */\nexport type ResourceType = string;\n\n/** Known values of {@link SkuCapacityScaleType} that the service accepts. */\nexport enum KnownSkuCapacityScaleType {\n /** Supported scale type automatic. */\n Automatic = \"automatic\",\n /** Supported scale type manual. */\n Manual = \"manual\",\n /** Scaling not supported. */\n None = \"none\",\n}\n\n/**\n * Defines values for SkuCapacityScaleType. \\\n * {@link KnownSkuCapacityScaleType} can be used interchangeably with SkuCapacityScaleType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **automatic**: Supported scale type automatic. \\\n * **manual**: Supported scale type manual. \\\n * **none**: Scaling not supported.\n */\nexport type SkuCapacityScaleType = string;\n\n/** Known values of {@link QueryTestingResultStatus} that the service accepts. */\nexport enum KnownQueryTestingResultStatus {\n /** The query testing operation was initiated. */\n Started = \"Started\",\n /** The query testing operation succeeded. */\n Success = \"Success\",\n /** The query testing operation failed due to a compiler error. */\n CompilerError = \"CompilerError\",\n /** The query testing operation failed due to a runtime error. */\n RuntimeError = \"RuntimeError\",\n /** The query testing operation failed due to a timeout. */\n Timeout = \"Timeout\",\n /** The query testing operation failed due to an unknown error . */\n UnknownError = \"UnknownError\",\n}\n\n/**\n * Defines values for QueryTestingResultStatus. \\\n * {@link KnownQueryTestingResultStatus} can be used interchangeably with QueryTestingResultStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Started**: The query testing operation was initiated. \\\n * **Success**: The query testing operation succeeded. \\\n * **CompilerError**: The query testing operation failed due to a compiler error. \\\n * **RuntimeError**: The query testing operation failed due to a runtime error. \\\n * **Timeout**: The query testing operation failed due to a timeout. \\\n * **UnknownError**: The query testing operation failed due to an unknown error .\n */\nexport type QueryTestingResultStatus = string;\n\n/** Known values of {@link SampleInputResultStatus} that the service accepts. */\nexport enum KnownSampleInputResultStatus {\n /** The sample input operation successfully read all the events in the range. */\n ReadAllEventsInRange = \"ReadAllEventsInRange\",\n /** The sample input operation found no events in the range. */\n NoEventsFoundInRange = \"NoEventsFoundInRange\",\n /** The sample input operation failed to connect to the input. */\n ErrorConnectingToInput = \"ErrorConnectingToInput\",\n}\n\n/**\n * Defines values for SampleInputResultStatus. \\\n * {@link KnownSampleInputResultStatus} can be used interchangeably with SampleInputResultStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ReadAllEventsInRange**: The sample input operation successfully read all the events in the range. \\\n * **NoEventsFoundInRange**: The sample input operation found no events in the range. \\\n * **ErrorConnectingToInput**: The sample input operation failed to connect to the input.\n */\nexport type SampleInputResultStatus = string;\n\n/** Known values of {@link TestDatasourceResultStatus} that the service accepts. */\nexport enum KnownTestDatasourceResultStatus {\n /** The test datasource operation succeeded. */\n TestSucceeded = \"TestSucceeded\",\n /** The test datasource operation failed. */\n TestFailed = \"TestFailed\",\n}\n\n/**\n * Defines values for TestDatasourceResultStatus. \\\n * {@link KnownTestDatasourceResultStatus} can be used interchangeably with TestDatasourceResultStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **TestSucceeded**: The test datasource operation succeeded. \\\n * **TestFailed**: The test datasource operation failed.\n */\nexport type TestDatasourceResultStatus = string;\n\n/** Known values of {@link ClusterSkuName} that the service accepts. */\nexport enum KnownClusterSkuName {\n /** The default SKU. */\n Default = \"Default\",\n}\n\n/**\n * Defines values for ClusterSkuName. \\\n * {@link KnownClusterSkuName} can be used interchangeably with ClusterSkuName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default**: The default SKU.\n */\nexport type ClusterSkuName = string;\n\n/** Known values of {@link ClusterProvisioningState} that the service accepts. */\nexport enum KnownClusterProvisioningState {\n /** The cluster provisioning succeeded. */\n Succeeded = \"Succeeded\",\n /** The cluster provisioning failed. */\n Failed = \"Failed\",\n /** The cluster provisioning was canceled. */\n Canceled = \"Canceled\",\n /** The cluster provisioning was inprogress. */\n InProgress = \"InProgress\",\n}\n\n/**\n * Defines values for ClusterProvisioningState. \\\n * {@link KnownClusterProvisioningState} can be used interchangeably with ClusterProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: The cluster provisioning succeeded. \\\n * **Failed**: The cluster provisioning failed. \\\n * **Canceled**: The cluster provisioning was canceled. \\\n * **InProgress**: The cluster provisioning was inprogress.\n */\nexport type ClusterProvisioningState = string;\n\n/** Known values of {@link JobState} that the service accepts. */\nexport enum KnownJobState {\n /** The job is currently in the Created state. */\n Created = \"Created\",\n /** The job is currently in the Starting state. */\n Starting = \"Starting\",\n /** The job is currently in the Running state. */\n Running = \"Running\",\n /** The job is currently in the Stopping state. */\n Stopping = \"Stopping\",\n /** The job is currently in the Stopped state. */\n Stopped = \"Stopped\",\n /** The job is currently in the Deleting state. */\n Deleting = \"Deleting\",\n /** The job is currently in the Failed state. */\n Failed = \"Failed\",\n /** The job is currently in the Degraded state. */\n Degraded = \"Degraded\",\n /** The job is currently in the Restarting state. */\n Restarting = \"Restarting\",\n /** The job is currently in the Scaling state. */\n Scaling = \"Scaling\",\n}\n\n/**\n * Defines values for JobState. \\\n * {@link KnownJobState} can be used interchangeably with JobState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Created**: The job is currently in the Created state. \\\n * **Starting**: The job is currently in the Starting state. \\\n * **Running**: The job is currently in the Running state. \\\n * **Stopping**: The job is currently in the Stopping state. \\\n * **Stopped**: The job is currently in the Stopped state. \\\n * **Deleting**: The job is currently in the Deleting state. \\\n * **Failed**: The job is currently in the Failed state. \\\n * **Degraded**: The job is currently in the Degraded state. \\\n * **Restarting**: The job is currently in the Restarting state. \\\n * **Scaling**: The job is currently in the Scaling state.\n */\nexport type JobState = string;\n\n/** Known values of {@link UpdateMode} that the service accepts. */\nexport enum KnownUpdateMode {\n /** Static */\n Static = \"Static\",\n /** Refreshable */\n Refreshable = \"Refreshable\",\n}\n\n/**\n * Defines values for UpdateMode. \\\n * {@link KnownUpdateMode} can be used interchangeably with UpdateMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Static** \\\n * **Refreshable**\n */\nexport type UpdateMode = string;\n\n/** Known values of {@link Encoding} that the service accepts. */\nexport enum KnownEncoding {\n /** UTF8 */\n UTF8 = \"UTF8\",\n}\n\n/**\n * Defines values for Encoding. \\\n * {@link KnownEncoding} can be used interchangeably with Encoding,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **UTF8**\n */\nexport type Encoding = string;\n\n/** Known values of {@link JsonOutputSerializationFormat} that the service accepts. */\nexport enum KnownJsonOutputSerializationFormat {\n /** LineSeparated */\n LineSeparated = \"LineSeparated\",\n /** Array */\n Array = \"Array\",\n}\n\n/**\n * Defines values for JsonOutputSerializationFormat. \\\n * {@link KnownJsonOutputSerializationFormat} can be used interchangeably with JsonOutputSerializationFormat,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **LineSeparated** \\\n * **Array**\n */\nexport type JsonOutputSerializationFormat = string;\n\n/** Known values of {@link RefreshType} that the service accepts. */\nexport enum KnownRefreshType {\n /** Static */\n Static = \"Static\",\n /** RefreshPeriodicallyWithFull */\n RefreshPeriodicallyWithFull = \"RefreshPeriodicallyWithFull\",\n /** RefreshPeriodicallyWithDelta */\n RefreshPeriodicallyWithDelta = \"RefreshPeriodicallyWithDelta\",\n}\n\n/**\n * Defines values for RefreshType. \\\n * {@link KnownRefreshType} can be used interchangeably with RefreshType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Static** \\\n * **RefreshPeriodicallyWithFull** \\\n * **RefreshPeriodicallyWithDelta**\n */\nexport type RefreshType = string;\n\n/** Known values of {@link EventGridEventSchemaType} that the service accepts. */\nexport enum KnownEventGridEventSchemaType {\n /** EventGridEventSchema */\n EventGridEventSchema = \"EventGridEventSchema\",\n /** CloudEventSchema */\n CloudEventSchema = \"CloudEventSchema\",\n}\n\n/**\n * Defines values for EventGridEventSchemaType. \\\n * {@link KnownEventGridEventSchemaType} can be used interchangeably with EventGridEventSchemaType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **EventGridEventSchema** \\\n * **CloudEventSchema**\n */\nexport type EventGridEventSchemaType = string;\n\n/** Known values of {@link BlobWriteMode} that the service accepts. */\nexport enum KnownBlobWriteMode {\n /** Append */\n Append = \"Append\",\n /** Once */\n Once = \"Once\",\n}\n\n/**\n * Defines values for BlobWriteMode. \\\n * {@link KnownBlobWriteMode} can be used interchangeably with BlobWriteMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Append** \\\n * **Once**\n */\nexport type BlobWriteMode = string;\n\n/** Optional parameters. */\nexport interface FunctionsCreateOrReplaceOptionalParams\n extends coreClient.OperationOptions {\n /** The ETag of the function. Omit this value to always overwrite the current function. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new function to be created, but to prevent updating an existing function. Other values will result in a 412 Pre-condition Failed response. */\n ifNoneMatch?: string;\n}\n\n/** Contains response data for the createOrReplace operation. */\nexport type FunctionsCreateOrReplaceResponse = FunctionsCreateOrReplaceHeaders &\n FunctionModel;\n\n/** Optional parameters. */\nexport interface FunctionsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The ETag of the function. Omit this value to always overwrite the current function. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */\n ifMatch?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type FunctionsUpdateResponse = FunctionsUpdateHeaders & FunctionModel;\n\n/** Optional parameters. */\nexport interface FunctionsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface FunctionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type FunctionsGetResponse = FunctionsGetHeaders & FunctionModel;\n\n/** Optional parameters. */\nexport interface FunctionsListByStreamingJobOptionalParams\n extends coreClient.OperationOptions {\n /** The $select OData query parameter. This is a comma-separated list of structural properties to include in the response, or \"*\" to include all properties. By default, all properties are returned except diagnostics. Currently only accepts '*' as a valid value. */\n select?: string;\n}\n\n/** Contains response data for the listByStreamingJob operation. */\nexport type FunctionsListByStreamingJobResponse = FunctionListResult;\n\n/** Optional parameters. */\nexport interface FunctionsTestOptionalParams\n extends coreClient.OperationOptions {\n /** If the function specified does not already exist, this parameter must contain the full function definition intended to be tested. If the function specified already exists, this parameter can be left null to test the existing function as is or if specified, the properties specified will overwrite the corresponding properties in the existing function (exactly like a PATCH operation) and the resulting function will be tested. */\n function?: FunctionModel;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the test operation. */\nexport type FunctionsTestResponse = ResourceTestStatus;\n\n/** Optional parameters. */\nexport interface FunctionsRetrieveDefaultDefinitionOptionalParams\n extends coreClient.OperationOptions {\n /** Parameters used to specify the type of function to retrieve the default definition for. */\n functionRetrieveDefaultDefinitionParameters?: FunctionRetrieveDefaultDefinitionParametersUnion;\n}\n\n/** Contains response data for the retrieveDefaultDefinition operation. */\nexport type FunctionsRetrieveDefaultDefinitionResponse = FunctionModel;\n\n/** Optional parameters. */\nexport interface FunctionsListByStreamingJobNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByStreamingJobNext operation. */\nexport type FunctionsListByStreamingJobNextResponse = FunctionListResult;\n\n/** Optional parameters. */\nexport interface InputsCreateOrReplaceOptionalParams\n extends coreClient.OperationOptions {\n /** The ETag of the input. Omit this value to always overwrite the current input. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new input to be created, but to prevent updating an existing input. Other values will result in a 412 Pre-condition Failed response. */\n ifNoneMatch?: string;\n}\n\n/** Contains response data for the createOrReplace operation. */\nexport type InputsCreateOrReplaceResponse = InputsCreateOrReplaceHeaders &\n Input;\n\n/** Optional parameters. */\nexport interface InputsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The ETag of the input. Omit this value to always overwrite the current input. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */\n ifMatch?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type InputsUpdateResponse = InputsUpdateHeaders & Input;\n\n/** Optional parameters. */\nexport interface InputsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface InputsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type InputsGetResponse = InputsGetHeaders & Input;\n\n/** Optional parameters. */\nexport interface InputsListByStreamingJobOptionalParams\n extends coreClient.OperationOptions {\n /** The $select OData query parameter. This is a comma-separated list of structural properties to include in the response, or \"*\" to include all properties. By default, all properties are returned except diagnostics. Currently only accepts '*' as a valid value. */\n select?: string;\n}\n\n/** Contains response data for the listByStreamingJob operation. */\nexport type InputsListByStreamingJobResponse = InputListResult;\n\n/** Optional parameters. */\nexport interface InputsTestOptionalParams extends coreClient.OperationOptions {\n /** If the input specified does not already exist, this parameter must contain the full input definition intended to be tested. If the input specified already exists, this parameter can be left null to test the existing input as is or if specified, the properties specified will overwrite the corresponding properties in the existing input (exactly like a PATCH operation) and the resulting input will be tested. */\n input?: Input;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the test operation. */\nexport type InputsTestResponse = ResourceTestStatus;\n\n/** Optional parameters. */\nexport interface InputsListByStreamingJobNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByStreamingJobNext operation. */\nexport type InputsListByStreamingJobNextResponse = InputListResult;\n\n/** Optional parameters. */\nexport interface OutputsCreateOrReplaceOptionalParams\n extends coreClient.OperationOptions {\n /** The ETag of the output. Omit this value to always overwrite the current output. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new output to be created, but to prevent updating an existing output. Other values will result in a 412 Pre-condition Failed response. */\n ifNoneMatch?: string;\n}\n\n/** Contains response data for the createOrReplace operation. */\nexport type OutputsCreateOrReplaceResponse = OutputsCreateOrReplaceHeaders &\n Output;\n\n/** Optional parameters. */\nexport interface OutputsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The ETag of the output. Omit this value to always overwrite the current output. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */\n ifMatch?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type OutputsUpdateResponse = OutputsUpdateHeaders & Output;\n\n/** Optional parameters. */\nexport interface OutputsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface OutputsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type OutputsGetResponse = OutputsGetHeaders & Output;\n\n/** Optional parameters. */\nexport interface OutputsListByStreamingJobOptionalParams\n extends coreClient.OperationOptions {\n /** The $select OData query parameter. This is a comma-separated list of structural properties to include in the response, or \"*\" to include all properties. By default, all properties are returned except diagnostics. Currently only accepts '*' as a valid value. */\n select?: string;\n}\n\n/** Contains response data for the listByStreamingJob operation. */\nexport type OutputsListByStreamingJobResponse = OutputListResult;\n\n/** Optional parameters. */\nexport interface OutputsTestOptionalParams extends coreClient.OperationOptions {\n /** If the output specified does not already exist, this parameter must contain the full output definition intended to be tested. If the output specified already exists, this parameter can be left null to test the existing output as is or if specified, the properties specified will overwrite the corresponding properties in the existing output (exactly like a PATCH operation) and the resulting output will be tested. */\n output?: Output;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the test operation. */\nexport type OutputsTestResponse = ResourceTestStatus;\n\n/** Optional parameters. */\nexport interface OutputsListByStreamingJobNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByStreamingJobNext operation. */\nexport type OutputsListByStreamingJobNextResponse = OutputListResult;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface StreamingJobsCreateOrReplaceOptionalParams\n extends coreClient.OperationOptions {\n /** The ETag of the streaming job. Omit this value to always overwrite the current record set. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new streaming job to be created, but to prevent updating an existing record set. Other values will result in a 412 Pre-condition Failed response. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrReplace operation. */\nexport type StreamingJobsCreateOrReplaceResponse =\n StreamingJobsCreateOrReplaceHeaders & StreamingJob;\n\n/** Optional parameters. */\nexport interface StreamingJobsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The ETag of the streaming job. Omit this value to always overwrite the current record set. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */\n ifMatch?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type StreamingJobsUpdateResponse = StreamingJobsUpdateHeaders &\n StreamingJob;\n\n/** Optional parameters. */\nexport interface StreamingJobsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StreamingJobsGetOptionalParams\n extends coreClient.OperationOptions {\n /** The $expand OData query parameter. This is a comma-separated list of additional streaming job properties to include in the response, beyond the default set returned when this parameter is absent. The default set is all streaming job properties other than 'inputs', 'transformation', 'outputs', and 'functions'. */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type StreamingJobsGetResponse = StreamingJobsGetHeaders & StreamingJob;\n\n/** Optional parameters. */\nexport interface StreamingJobsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The $expand OData query parameter. This is a comma-separated list of additional streaming job properties to include in the response, beyond the default set returned when this parameter is absent. The default set is all streaming job properties other than 'inputs', 'transformation', 'outputs', and 'functions'. */\n expand?: string;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type StreamingJobsListByResourceGroupResponse = StreamingJobListResult;\n\n/** Optional parameters. */\nexport interface StreamingJobsListOptionalParams\n extends coreClient.OperationOptions {\n /** The $expand OData query parameter. This is a comma-separated list of additional streaming job properties to include in the response, beyond the default set returned when this parameter is absent. The default set is all streaming job properties other than 'inputs', 'transformation', 'outputs', and 'functions'. */\n expand?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type StreamingJobsListResponse = StreamingJobListResult;\n\n/** Optional parameters. */\nexport interface StreamingJobsStartOptionalParams\n extends coreClient.OperationOptions {\n /** Parameters applicable to a start streaming job operation. */\n startJobParameters?: StartStreamingJobParameters;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StreamingJobsStopOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StreamingJobsScaleOptionalParams\n extends coreClient.OperationOptions {\n /** Parameters applicable to a scale streaming job operation. */\n scaleJobParameters?: ScaleStreamingJobParameters;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StreamingJobsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type StreamingJobsListByResourceGroupNextResponse =\n StreamingJobListResult;\n\n/** Optional parameters. */\nexport interface StreamingJobsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type StreamingJobsListNextResponse = StreamingJobListResult;\n\n/** Optional parameters. */\nexport interface SkuListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type SkuListResponse = GetStreamingJobSkuResults;\n\n/** Optional parameters. */\nexport interface SkuListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type SkuListNextResponse = GetStreamingJobSkuResults;\n\n/** Optional parameters. */\nexport interface SubscriptionsListQuotasOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listQuotas operation. */\nexport type SubscriptionsListQuotasResponse = SubscriptionQuotasListResult;\n\n/** Optional parameters. */\nexport interface SubscriptionsTestQueryOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the testQuery operation. */\nexport type SubscriptionsTestQueryResponse = QueryTestingResult;\n\n/** Optional parameters. */\nexport interface SubscriptionsCompileQueryOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the compileQuery operation. */\nexport type SubscriptionsCompileQueryResponse = QueryCompilationResult;\n\n/** Optional parameters. */\nexport interface SubscriptionsSampleInputOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the sampleInput operation. */\nexport type SubscriptionsSampleInputResponse = SampleInputResult;\n\n/** Optional parameters. */\nexport interface SubscriptionsTestInputOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the testInput operation. */\nexport type SubscriptionsTestInputResponse = TestDatasourceResult;\n\n/** Optional parameters. */\nexport interface SubscriptionsTestOutputOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the testOutput operation. */\nexport type SubscriptionsTestOutputResponse = TestDatasourceResult;\n\n/** Optional parameters. */\nexport interface TransformationsCreateOrReplaceOptionalParams\n extends coreClient.OperationOptions {\n /** The ETag of the transformation. Omit this value to always overwrite the current transformation. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new transformation to be created, but to prevent updating an existing transformation. Other values will result in a 412 Pre-condition Failed response. */\n ifNoneMatch?: string;\n}\n\n/** Contains response data for the createOrReplace operation. */\nexport type TransformationsCreateOrReplaceResponse =\n TransformationsCreateOrReplaceHeaders & Transformation;\n\n/** Optional parameters. */\nexport interface TransformationsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The ETag of the transformation. Omit this value to always overwrite the current transformation. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */\n ifMatch?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type TransformationsUpdateResponse = TransformationsUpdateHeaders &\n Transformation;\n\n/** Optional parameters. */\nexport interface TransformationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TransformationsGetResponse = TransformationsGetHeaders &\n Transformation;\n\n/** Optional parameters. */\nexport interface ClustersCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The ETag of the resource. Omit this value to always overwrite the current record set. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing record set. Other values will result in a 412 Pre-condition Failed response. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ClustersCreateOrUpdateResponse = Cluster;\n\n/** Optional parameters. */\nexport interface ClustersUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The ETag of the resource. Omit this value to always overwrite the current record set. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ClustersUpdateResponse = Cluster;\n\n/** Optional parameters. */\nexport interface ClustersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ClustersGetResponse = Cluster;\n\n/** Optional parameters. */\nexport interface ClustersDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ClustersListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type ClustersListBySubscriptionResponse = ClusterListResult;\n\n/** Optional parameters. */\nexport interface ClustersListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ClustersListByResourceGroupResponse = ClusterListResult;\n\n/** Optional parameters. */\nexport interface ClustersListStreamingJobsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listStreamingJobs operation. */\nexport type ClustersListStreamingJobsResponse = ClusterJobListResult;\n\n/** Optional parameters. */\nexport interface ClustersListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type ClustersListBySubscriptionNextResponse = ClusterListResult;\n\n/** Optional parameters. */\nexport interface ClustersListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ClustersListByResourceGroupNextResponse = ClusterListResult;\n\n/** Optional parameters. */\nexport interface ClustersListStreamingJobsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listStreamingJobsNext operation. */\nexport type ClustersListStreamingJobsNextResponse = ClusterJobListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The ETag of the resource. Omit this value to always overwrite the current record set. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing record set. Other values will result in a 412 Pre-condition Failed response. */\n ifNoneMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PrivateEndpointsCreateOrUpdateResponse = PrivateEndpoint;\n\n/** Optional parameters. */\nexport interface PrivateEndpointsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateEndpointsGetResponse = PrivateEndpoint;\n\n/** Optional parameters. */\nexport interface PrivateEndpointsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PrivateEndpointsListByClusterOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByCluster operation. */\nexport type PrivateEndpointsListByClusterResponse = PrivateEndpointListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointsListByClusterNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByClusterNext operation. */\nexport type PrivateEndpointsListByClusterNextResponse =\n PrivateEndpointListResult;\n\n/** Optional parameters. */\nexport interface StreamAnalyticsManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}