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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (811) hide show
  1. package/CHANGELOG.md +15 -5
  2. package/LICENSE +4 -4
  3. package/README.md +26 -17
  4. package/dist/browser/index.d.ts +5 -0
  5. package/dist/browser/index.d.ts.map +1 -0
  6. package/dist/browser/index.js +13 -0
  7. package/dist/browser/index.js.map +1 -0
  8. package/dist/browser/lroImpl.d.ts.map +1 -0
  9. package/dist/browser/lroImpl.js +18 -0
  10. package/dist/browser/lroImpl.js.map +1 -0
  11. package/dist/browser/models/index.js.map +1 -0
  12. package/dist/browser/models/mappers.js +5148 -0
  13. package/dist/browser/models/mappers.js.map +1 -0
  14. package/dist/browser/models/parameters.js +291 -0
  15. package/dist/browser/models/parameters.js.map +1 -0
  16. package/dist/browser/operations/clusters.d.ts +137 -0
  17. package/dist/browser/operations/clusters.d.ts.map +1 -0
  18. package/dist/browser/operations/clusters.js +634 -0
  19. package/dist/browser/operations/clusters.js.map +1 -0
  20. package/dist/browser/operations/functions.d.ts +107 -0
  21. package/dist/browser/operations/functions.d.ts.map +1 -0
  22. package/dist/browser/operations/functions.js +419 -0
  23. package/dist/browser/operations/functions.js.map +1 -0
  24. package/dist/browser/operations/index.d.ts +11 -0
  25. package/dist/browser/operations/index.d.ts.map +1 -0
  26. package/dist/browser/operations/index.js +18 -0
  27. package/dist/browser/operations/index.js.map +1 -0
  28. package/dist/browser/operations/inputs.d.ts +94 -0
  29. package/dist/browser/operations/inputs.d.ts.map +1 -0
  30. package/dist/browser/operations/inputs.js +380 -0
  31. package/dist/browser/operations/inputs.js.map +1 -0
  32. package/dist/browser/operations/operations.d.ts +32 -0
  33. package/dist/browser/operations/operations.d.ts.map +1 -0
  34. package/dist/browser/operations/operations.js +116 -0
  35. package/dist/browser/operations/operations.js.map +1 -0
  36. package/dist/browser/operations/outputs.d.ts +95 -0
  37. package/dist/browser/operations/outputs.d.ts.map +1 -0
  38. package/dist/browser/operations/outputs.js +381 -0
  39. package/dist/browser/operations/outputs.js.map +1 -0
  40. package/dist/browser/operations/privateEndpoints.d.ts +73 -0
  41. package/dist/browser/operations/privateEndpoints.d.ts.map +1 -0
  42. package/dist/browser/operations/privateEndpoints.js +298 -0
  43. package/dist/browser/operations/privateEndpoints.js.map +1 -0
  44. package/dist/browser/operations/skuOperations.d.ts +38 -0
  45. package/dist/browser/operations/skuOperations.d.ts.map +1 -0
  46. package/dist/browser/operations/skuOperations.js +133 -0
  47. package/dist/browser/operations/skuOperations.js.map +1 -0
  48. package/dist/browser/operations/streamingJobs.d.ts +151 -0
  49. package/dist/browser/operations/streamingJobs.d.ts.map +1 -0
  50. package/dist/browser/operations/streamingJobs.js +718 -0
  51. package/dist/browser/operations/streamingJobs.js.map +1 -0
  52. package/dist/browser/operations/subscriptions.d.ts +96 -0
  53. package/dist/browser/operations/subscriptions.d.ts.map +1 -0
  54. package/dist/browser/operations/subscriptions.js +450 -0
  55. package/dist/browser/operations/subscriptions.js.map +1 -0
  56. package/dist/browser/operations/transformations.d.ts +46 -0
  57. package/dist/browser/operations/transformations.d.ts.map +1 -0
  58. package/dist/browser/operations/transformations.js +161 -0
  59. package/dist/browser/operations/transformations.js.map +1 -0
  60. package/dist/browser/operationsInterfaces/clusters.d.ts +84 -0
  61. package/dist/browser/operationsInterfaces/clusters.d.ts.map +1 -0
  62. package/dist/browser/operationsInterfaces/clusters.js.map +1 -0
  63. package/dist/browser/operationsInterfaces/functions.d.ts +82 -0
  64. package/dist/browser/operationsInterfaces/functions.d.ts.map +1 -0
  65. package/dist/browser/operationsInterfaces/functions.js.map +1 -0
  66. package/dist/browser/operationsInterfaces/index.d.ts +11 -0
  67. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  68. package/dist/browser/operationsInterfaces/index.js +18 -0
  69. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  70. package/dist/browser/operationsInterfaces/inputs.d.ts +69 -0
  71. package/dist/browser/operationsInterfaces/inputs.d.ts.map +1 -0
  72. package/dist/browser/operationsInterfaces/inputs.js.map +1 -0
  73. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  74. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  75. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  76. package/dist/browser/operationsInterfaces/outputs.d.ts +70 -0
  77. package/dist/browser/operationsInterfaces/outputs.d.ts.map +1 -0
  78. package/dist/browser/operationsInterfaces/outputs.js.map +1 -0
  79. package/dist/browser/operationsInterfaces/privateEndpoints.d.ts +48 -0
  80. package/dist/browser/operationsInterfaces/privateEndpoints.d.ts.map +1 -0
  81. package/dist/browser/operationsInterfaces/privateEndpoints.js.map +1 -0
  82. package/dist/browser/operationsInterfaces/skuOperations.d.ts +13 -0
  83. package/dist/browser/operationsInterfaces/skuOperations.d.ts.map +1 -0
  84. package/dist/browser/operationsInterfaces/skuOperations.js.map +1 -0
  85. package/dist/browser/operationsInterfaces/streamingJobs.d.ts +115 -0
  86. package/dist/browser/operationsInterfaces/streamingJobs.d.ts.map +1 -0
  87. package/dist/browser/operationsInterfaces/streamingJobs.js.map +1 -0
  88. package/dist/browser/operationsInterfaces/subscriptions.d.ts +88 -0
  89. package/dist/browser/operationsInterfaces/subscriptions.d.ts.map +1 -0
  90. package/dist/browser/operationsInterfaces/subscriptions.js.map +1 -0
  91. package/dist/browser/operationsInterfaces/transformations.d.ts +38 -0
  92. package/dist/browser/operationsInterfaces/transformations.d.ts.map +1 -0
  93. package/dist/browser/operationsInterfaces/transformations.js.map +1 -0
  94. package/dist/browser/package.json +3 -0
  95. package/dist/browser/pagingHelper.js +30 -0
  96. package/dist/browser/pagingHelper.js.map +1 -0
  97. package/dist/browser/streamAnalyticsManagementClient.d.ts +26 -0
  98. package/dist/browser/streamAnalyticsManagementClient.d.ts.map +1 -0
  99. package/dist/browser/streamAnalyticsManagementClient.js +96 -0
  100. package/dist/browser/streamAnalyticsManagementClient.js.map +1 -0
  101. package/dist/commonjs/index.d.ts +5 -0
  102. package/dist/commonjs/index.d.ts.map +1 -0
  103. package/dist/commonjs/index.js +19 -0
  104. package/dist/commonjs/index.js.map +1 -0
  105. package/dist/commonjs/lroImpl.d.ts +11 -0
  106. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  107. package/dist/commonjs/lroImpl.js +21 -0
  108. package/dist/commonjs/lroImpl.js.map +1 -0
  109. package/dist/commonjs/models/index.d.ts +2815 -0
  110. package/dist/commonjs/models/index.d.ts.map +1 -0
  111. package/dist/commonjs/models/index.js +269 -0
  112. package/dist/commonjs/models/index.js.map +1 -0
  113. package/dist/commonjs/models/mappers.d.ts +221 -0
  114. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  115. package/dist/commonjs/models/mappers.js +5154 -0
  116. package/dist/commonjs/models/mappers.js.map +1 -0
  117. package/dist/commonjs/models/parameters.d.ts +40 -0
  118. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  119. package/dist/commonjs/models/parameters.js +294 -0
  120. package/dist/commonjs/models/parameters.js.map +1 -0
  121. package/dist/commonjs/operations/clusters.d.ts +137 -0
  122. package/dist/commonjs/operations/clusters.d.ts.map +1 -0
  123. package/dist/commonjs/operations/clusters.js +639 -0
  124. package/dist/commonjs/operations/clusters.js.map +1 -0
  125. package/dist/commonjs/operations/functions.d.ts +107 -0
  126. package/dist/commonjs/operations/functions.d.ts.map +1 -0
  127. package/dist/commonjs/operations/functions.js +424 -0
  128. package/dist/commonjs/operations/functions.js.map +1 -0
  129. package/dist/commonjs/operations/index.d.ts +11 -0
  130. package/dist/commonjs/operations/index.d.ts.map +1 -0
  131. package/dist/commonjs/operations/index.js +21 -0
  132. package/dist/commonjs/operations/index.js.map +1 -0
  133. package/dist/commonjs/operations/inputs.d.ts +94 -0
  134. package/dist/commonjs/operations/inputs.d.ts.map +1 -0
  135. package/dist/commonjs/operations/inputs.js +385 -0
  136. package/dist/commonjs/operations/inputs.js.map +1 -0
  137. package/dist/commonjs/operations/operations.d.ts +32 -0
  138. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  139. package/dist/commonjs/operations/operations.js +121 -0
  140. package/dist/commonjs/operations/operations.js.map +1 -0
  141. package/dist/commonjs/operations/outputs.d.ts +95 -0
  142. package/dist/commonjs/operations/outputs.d.ts.map +1 -0
  143. package/dist/commonjs/operations/outputs.js +386 -0
  144. package/dist/commonjs/operations/outputs.js.map +1 -0
  145. package/dist/commonjs/operations/privateEndpoints.d.ts +73 -0
  146. package/dist/commonjs/operations/privateEndpoints.d.ts.map +1 -0
  147. package/dist/commonjs/operations/privateEndpoints.js +303 -0
  148. package/dist/commonjs/operations/privateEndpoints.js.map +1 -0
  149. package/dist/commonjs/operations/skuOperations.d.ts +38 -0
  150. package/dist/commonjs/operations/skuOperations.d.ts.map +1 -0
  151. package/dist/commonjs/operations/skuOperations.js +138 -0
  152. package/dist/commonjs/operations/skuOperations.js.map +1 -0
  153. package/dist/commonjs/operations/streamingJobs.d.ts +151 -0
  154. package/dist/commonjs/operations/streamingJobs.d.ts.map +1 -0
  155. package/dist/commonjs/operations/streamingJobs.js +723 -0
  156. package/dist/commonjs/operations/streamingJobs.js.map +1 -0
  157. package/dist/commonjs/operations/subscriptions.d.ts +96 -0
  158. package/dist/commonjs/operations/subscriptions.d.ts.map +1 -0
  159. package/dist/commonjs/operations/subscriptions.js +455 -0
  160. package/dist/commonjs/operations/subscriptions.js.map +1 -0
  161. package/dist/commonjs/operations/transformations.d.ts +46 -0
  162. package/dist/commonjs/operations/transformations.d.ts.map +1 -0
  163. package/dist/commonjs/operations/transformations.js +166 -0
  164. package/dist/commonjs/operations/transformations.js.map +1 -0
  165. package/dist/commonjs/operationsInterfaces/clusters.d.ts +84 -0
  166. package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +1 -0
  167. package/dist/commonjs/operationsInterfaces/clusters.js +10 -0
  168. package/dist/commonjs/operationsInterfaces/clusters.js.map +1 -0
  169. package/dist/commonjs/operationsInterfaces/functions.d.ts +82 -0
  170. package/dist/commonjs/operationsInterfaces/functions.d.ts.map +1 -0
  171. package/dist/commonjs/operationsInterfaces/functions.js +10 -0
  172. package/dist/commonjs/operationsInterfaces/functions.js.map +1 -0
  173. package/dist/commonjs/operationsInterfaces/index.d.ts +11 -0
  174. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  175. package/dist/commonjs/operationsInterfaces/index.js +21 -0
  176. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  177. package/dist/commonjs/operationsInterfaces/inputs.d.ts +69 -0
  178. package/dist/commonjs/operationsInterfaces/inputs.d.ts.map +1 -0
  179. package/dist/commonjs/operationsInterfaces/inputs.js +10 -0
  180. package/dist/commonjs/operationsInterfaces/inputs.js.map +1 -0
  181. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  182. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  183. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  184. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  185. package/dist/commonjs/operationsInterfaces/outputs.d.ts +70 -0
  186. package/dist/commonjs/operationsInterfaces/outputs.d.ts.map +1 -0
  187. package/dist/commonjs/operationsInterfaces/outputs.js +10 -0
  188. package/dist/commonjs/operationsInterfaces/outputs.js.map +1 -0
  189. package/dist/commonjs/operationsInterfaces/privateEndpoints.d.ts +48 -0
  190. package/dist/commonjs/operationsInterfaces/privateEndpoints.d.ts.map +1 -0
  191. package/dist/commonjs/operationsInterfaces/privateEndpoints.js +10 -0
  192. package/dist/commonjs/operationsInterfaces/privateEndpoints.js.map +1 -0
  193. package/dist/commonjs/operationsInterfaces/skuOperations.d.ts +13 -0
  194. package/dist/commonjs/operationsInterfaces/skuOperations.d.ts.map +1 -0
  195. package/dist/commonjs/operationsInterfaces/skuOperations.js +10 -0
  196. package/dist/commonjs/operationsInterfaces/skuOperations.js.map +1 -0
  197. package/dist/commonjs/operationsInterfaces/streamingJobs.d.ts +115 -0
  198. package/dist/commonjs/operationsInterfaces/streamingJobs.d.ts.map +1 -0
  199. package/dist/commonjs/operationsInterfaces/streamingJobs.js +10 -0
  200. package/dist/commonjs/operationsInterfaces/streamingJobs.js.map +1 -0
  201. package/dist/commonjs/operationsInterfaces/subscriptions.d.ts +88 -0
  202. package/dist/commonjs/operationsInterfaces/subscriptions.d.ts.map +1 -0
  203. package/dist/commonjs/operationsInterfaces/subscriptions.js +10 -0
  204. package/dist/commonjs/operationsInterfaces/subscriptions.js.map +1 -0
  205. package/dist/commonjs/operationsInterfaces/transformations.d.ts +38 -0
  206. package/dist/commonjs/operationsInterfaces/transformations.d.ts.map +1 -0
  207. package/dist/commonjs/operationsInterfaces/transformations.js +10 -0
  208. package/dist/commonjs/operationsInterfaces/transformations.js.map +1 -0
  209. package/dist/commonjs/package.json +3 -0
  210. package/dist/commonjs/pagingHelper.d.ts +13 -0
  211. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  212. package/dist/commonjs/pagingHelper.js +34 -0
  213. package/dist/commonjs/pagingHelper.js.map +1 -0
  214. package/dist/commonjs/streamAnalyticsManagementClient.d.ts +26 -0
  215. package/dist/commonjs/streamAnalyticsManagementClient.d.ts.map +1 -0
  216. package/dist/commonjs/streamAnalyticsManagementClient.js +101 -0
  217. package/dist/commonjs/streamAnalyticsManagementClient.js.map +1 -0
  218. package/dist/commonjs/tsdoc-metadata.json +11 -0
  219. package/dist/esm/index.d.ts +5 -0
  220. package/dist/esm/index.d.ts.map +1 -0
  221. package/dist/esm/index.js +13 -0
  222. package/dist/esm/index.js.map +1 -0
  223. package/dist/esm/lroImpl.d.ts +11 -0
  224. package/dist/esm/lroImpl.d.ts.map +1 -0
  225. package/dist/esm/lroImpl.js +18 -0
  226. package/dist/esm/lroImpl.js.map +1 -0
  227. package/dist/esm/models/index.d.ts +2815 -0
  228. package/dist/esm/models/index.d.ts.map +1 -0
  229. package/dist/esm/models/index.js +266 -0
  230. package/dist/esm/models/index.js.map +1 -0
  231. package/dist/esm/models/mappers.d.ts +221 -0
  232. package/dist/esm/models/mappers.d.ts.map +1 -0
  233. package/dist/esm/models/mappers.js +5148 -0
  234. package/dist/esm/models/mappers.js.map +1 -0
  235. package/dist/esm/models/parameters.d.ts +40 -0
  236. package/dist/esm/models/parameters.d.ts.map +1 -0
  237. package/dist/esm/models/parameters.js +291 -0
  238. package/dist/esm/models/parameters.js.map +1 -0
  239. package/dist/esm/operations/clusters.d.ts +137 -0
  240. package/dist/esm/operations/clusters.d.ts.map +1 -0
  241. package/dist/esm/operations/clusters.js +634 -0
  242. package/dist/esm/operations/clusters.js.map +1 -0
  243. package/dist/esm/operations/functions.d.ts +107 -0
  244. package/dist/esm/operations/functions.d.ts.map +1 -0
  245. package/dist/esm/operations/functions.js +419 -0
  246. package/dist/esm/operations/functions.js.map +1 -0
  247. package/dist/esm/operations/index.d.ts +11 -0
  248. package/dist/esm/operations/index.d.ts.map +1 -0
  249. package/dist/esm/operations/index.js +18 -0
  250. package/dist/esm/operations/index.js.map +1 -0
  251. package/dist/esm/operations/inputs.d.ts +94 -0
  252. package/dist/esm/operations/inputs.d.ts.map +1 -0
  253. package/dist/esm/operations/inputs.js +380 -0
  254. package/dist/esm/operations/inputs.js.map +1 -0
  255. package/dist/esm/operations/operations.d.ts +32 -0
  256. package/dist/esm/operations/operations.d.ts.map +1 -0
  257. package/dist/esm/operations/operations.js +116 -0
  258. package/dist/esm/operations/operations.js.map +1 -0
  259. package/dist/esm/operations/outputs.d.ts +95 -0
  260. package/dist/esm/operations/outputs.d.ts.map +1 -0
  261. package/dist/esm/operations/outputs.js +381 -0
  262. package/dist/esm/operations/outputs.js.map +1 -0
  263. package/dist/esm/operations/privateEndpoints.d.ts +73 -0
  264. package/dist/esm/operations/privateEndpoints.d.ts.map +1 -0
  265. package/dist/esm/operations/privateEndpoints.js +298 -0
  266. package/dist/esm/operations/privateEndpoints.js.map +1 -0
  267. package/dist/esm/operations/skuOperations.d.ts +38 -0
  268. package/dist/esm/operations/skuOperations.d.ts.map +1 -0
  269. package/dist/esm/operations/skuOperations.js +133 -0
  270. package/dist/esm/operations/skuOperations.js.map +1 -0
  271. package/dist/esm/operations/streamingJobs.d.ts +151 -0
  272. package/dist/esm/operations/streamingJobs.d.ts.map +1 -0
  273. package/dist/esm/operations/streamingJobs.js +718 -0
  274. package/dist/esm/operations/streamingJobs.js.map +1 -0
  275. package/dist/esm/operations/subscriptions.d.ts +96 -0
  276. package/dist/esm/operations/subscriptions.d.ts.map +1 -0
  277. package/dist/esm/operations/subscriptions.js +450 -0
  278. package/dist/esm/operations/subscriptions.js.map +1 -0
  279. package/dist/esm/operations/transformations.d.ts +46 -0
  280. package/dist/esm/operations/transformations.d.ts.map +1 -0
  281. package/dist/esm/operations/transformations.js +161 -0
  282. package/dist/esm/operations/transformations.js.map +1 -0
  283. package/dist/esm/operationsInterfaces/clusters.d.ts +84 -0
  284. package/dist/esm/operationsInterfaces/clusters.d.ts.map +1 -0
  285. package/dist/esm/operationsInterfaces/clusters.js +9 -0
  286. package/dist/esm/operationsInterfaces/clusters.js.map +1 -0
  287. package/dist/esm/operationsInterfaces/functions.d.ts +82 -0
  288. package/dist/esm/operationsInterfaces/functions.d.ts.map +1 -0
  289. package/dist/esm/operationsInterfaces/functions.js +9 -0
  290. package/dist/esm/operationsInterfaces/functions.js.map +1 -0
  291. package/dist/esm/operationsInterfaces/index.d.ts +11 -0
  292. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  293. package/dist/esm/operationsInterfaces/index.js +18 -0
  294. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  295. package/dist/esm/operationsInterfaces/inputs.d.ts +69 -0
  296. package/dist/esm/operationsInterfaces/inputs.d.ts.map +1 -0
  297. package/dist/esm/operationsInterfaces/inputs.js +9 -0
  298. package/dist/esm/operationsInterfaces/inputs.js.map +1 -0
  299. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  300. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  301. package/dist/esm/operationsInterfaces/operations.js +9 -0
  302. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  303. package/dist/esm/operationsInterfaces/outputs.d.ts +70 -0
  304. package/dist/esm/operationsInterfaces/outputs.d.ts.map +1 -0
  305. package/dist/esm/operationsInterfaces/outputs.js +9 -0
  306. package/dist/esm/operationsInterfaces/outputs.js.map +1 -0
  307. package/dist/esm/operationsInterfaces/privateEndpoints.d.ts +48 -0
  308. package/dist/esm/operationsInterfaces/privateEndpoints.d.ts.map +1 -0
  309. package/dist/esm/operationsInterfaces/privateEndpoints.js +9 -0
  310. package/dist/esm/operationsInterfaces/privateEndpoints.js.map +1 -0
  311. package/dist/esm/operationsInterfaces/skuOperations.d.ts +13 -0
  312. package/dist/esm/operationsInterfaces/skuOperations.d.ts.map +1 -0
  313. package/dist/esm/operationsInterfaces/skuOperations.js +9 -0
  314. package/dist/esm/operationsInterfaces/skuOperations.js.map +1 -0
  315. package/dist/esm/operationsInterfaces/streamingJobs.d.ts +115 -0
  316. package/dist/esm/operationsInterfaces/streamingJobs.d.ts.map +1 -0
  317. package/dist/esm/operationsInterfaces/streamingJobs.js +9 -0
  318. package/dist/esm/operationsInterfaces/streamingJobs.js.map +1 -0
  319. package/dist/esm/operationsInterfaces/subscriptions.d.ts +88 -0
  320. package/dist/esm/operationsInterfaces/subscriptions.d.ts.map +1 -0
  321. package/dist/esm/operationsInterfaces/subscriptions.js +9 -0
  322. package/dist/esm/operationsInterfaces/subscriptions.js.map +1 -0
  323. package/dist/esm/operationsInterfaces/transformations.d.ts +38 -0
  324. package/dist/esm/operationsInterfaces/transformations.d.ts.map +1 -0
  325. package/dist/esm/operationsInterfaces/transformations.js +9 -0
  326. package/dist/esm/operationsInterfaces/transformations.js.map +1 -0
  327. package/dist/esm/package.json +3 -0
  328. package/dist/esm/pagingHelper.d.ts +13 -0
  329. package/dist/esm/pagingHelper.d.ts.map +1 -0
  330. package/dist/esm/pagingHelper.js +30 -0
  331. package/dist/esm/pagingHelper.js.map +1 -0
  332. package/dist/esm/streamAnalyticsManagementClient.d.ts +26 -0
  333. package/dist/esm/streamAnalyticsManagementClient.d.ts.map +1 -0
  334. package/dist/esm/streamAnalyticsManagementClient.js +96 -0
  335. package/dist/esm/streamAnalyticsManagementClient.js.map +1 -0
  336. package/dist/react-native/index.d.ts +5 -0
  337. package/dist/react-native/index.d.ts.map +1 -0
  338. package/dist/react-native/index.js +13 -0
  339. package/dist/react-native/index.js.map +1 -0
  340. package/dist/react-native/lroImpl.d.ts +11 -0
  341. package/dist/react-native/lroImpl.d.ts.map +1 -0
  342. package/dist/react-native/lroImpl.js +18 -0
  343. package/dist/react-native/lroImpl.js.map +1 -0
  344. package/dist/react-native/models/index.d.ts +2815 -0
  345. package/dist/react-native/models/index.d.ts.map +1 -0
  346. package/dist/react-native/models/index.js +266 -0
  347. package/dist/react-native/models/index.js.map +1 -0
  348. package/dist/react-native/models/mappers.d.ts +221 -0
  349. package/dist/react-native/models/mappers.d.ts.map +1 -0
  350. package/dist/react-native/models/mappers.js +5148 -0
  351. package/dist/react-native/models/mappers.js.map +1 -0
  352. package/dist/react-native/models/parameters.d.ts +40 -0
  353. package/dist/react-native/models/parameters.d.ts.map +1 -0
  354. package/dist/react-native/models/parameters.js +291 -0
  355. package/dist/react-native/models/parameters.js.map +1 -0
  356. package/dist/react-native/operations/clusters.d.ts +137 -0
  357. package/dist/react-native/operations/clusters.d.ts.map +1 -0
  358. package/dist/react-native/operations/clusters.js +634 -0
  359. package/dist/react-native/operations/clusters.js.map +1 -0
  360. package/dist/react-native/operations/functions.d.ts +107 -0
  361. package/dist/react-native/operations/functions.d.ts.map +1 -0
  362. package/dist/react-native/operations/functions.js +419 -0
  363. package/dist/react-native/operations/functions.js.map +1 -0
  364. package/dist/react-native/operations/index.d.ts +11 -0
  365. package/dist/react-native/operations/index.d.ts.map +1 -0
  366. package/dist/react-native/operations/index.js +18 -0
  367. package/dist/react-native/operations/index.js.map +1 -0
  368. package/dist/react-native/operations/inputs.d.ts +94 -0
  369. package/dist/react-native/operations/inputs.d.ts.map +1 -0
  370. package/dist/react-native/operations/inputs.js +380 -0
  371. package/dist/react-native/operations/inputs.js.map +1 -0
  372. package/dist/react-native/operations/operations.d.ts +32 -0
  373. package/dist/react-native/operations/operations.d.ts.map +1 -0
  374. package/dist/react-native/operations/operations.js +116 -0
  375. package/dist/react-native/operations/operations.js.map +1 -0
  376. package/dist/react-native/operations/outputs.d.ts +95 -0
  377. package/dist/react-native/operations/outputs.d.ts.map +1 -0
  378. package/dist/react-native/operations/outputs.js +381 -0
  379. package/dist/react-native/operations/outputs.js.map +1 -0
  380. package/dist/react-native/operations/privateEndpoints.d.ts +73 -0
  381. package/dist/react-native/operations/privateEndpoints.d.ts.map +1 -0
  382. package/dist/react-native/operations/privateEndpoints.js +298 -0
  383. package/dist/react-native/operations/privateEndpoints.js.map +1 -0
  384. package/dist/react-native/operations/skuOperations.d.ts +38 -0
  385. package/dist/react-native/operations/skuOperations.d.ts.map +1 -0
  386. package/dist/react-native/operations/skuOperations.js +133 -0
  387. package/dist/react-native/operations/skuOperations.js.map +1 -0
  388. package/dist/react-native/operations/streamingJobs.d.ts +151 -0
  389. package/dist/react-native/operations/streamingJobs.d.ts.map +1 -0
  390. package/dist/react-native/operations/streamingJobs.js +718 -0
  391. package/dist/react-native/operations/streamingJobs.js.map +1 -0
  392. package/dist/react-native/operations/subscriptions.d.ts +96 -0
  393. package/dist/react-native/operations/subscriptions.d.ts.map +1 -0
  394. package/dist/react-native/operations/subscriptions.js +450 -0
  395. package/dist/react-native/operations/subscriptions.js.map +1 -0
  396. package/dist/react-native/operations/transformations.d.ts +46 -0
  397. package/dist/react-native/operations/transformations.d.ts.map +1 -0
  398. package/dist/react-native/operations/transformations.js +161 -0
  399. package/dist/react-native/operations/transformations.js.map +1 -0
  400. package/dist/react-native/operationsInterfaces/clusters.d.ts +84 -0
  401. package/dist/react-native/operationsInterfaces/clusters.d.ts.map +1 -0
  402. package/dist/react-native/operationsInterfaces/clusters.js +9 -0
  403. package/dist/react-native/operationsInterfaces/clusters.js.map +1 -0
  404. package/dist/react-native/operationsInterfaces/functions.d.ts +82 -0
  405. package/dist/react-native/operationsInterfaces/functions.d.ts.map +1 -0
  406. package/dist/react-native/operationsInterfaces/functions.js +9 -0
  407. package/dist/react-native/operationsInterfaces/functions.js.map +1 -0
  408. package/dist/react-native/operationsInterfaces/index.d.ts +11 -0
  409. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  410. package/dist/react-native/operationsInterfaces/index.js +18 -0
  411. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  412. package/dist/react-native/operationsInterfaces/inputs.d.ts +69 -0
  413. package/dist/react-native/operationsInterfaces/inputs.d.ts.map +1 -0
  414. package/dist/react-native/operationsInterfaces/inputs.js +9 -0
  415. package/dist/react-native/operationsInterfaces/inputs.js.map +1 -0
  416. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  417. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  418. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  419. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  420. package/dist/react-native/operationsInterfaces/outputs.d.ts +70 -0
  421. package/dist/react-native/operationsInterfaces/outputs.d.ts.map +1 -0
  422. package/dist/react-native/operationsInterfaces/outputs.js +9 -0
  423. package/dist/react-native/operationsInterfaces/outputs.js.map +1 -0
  424. package/dist/react-native/operationsInterfaces/privateEndpoints.d.ts +48 -0
  425. package/dist/react-native/operationsInterfaces/privateEndpoints.d.ts.map +1 -0
  426. package/dist/react-native/operationsInterfaces/privateEndpoints.js +9 -0
  427. package/dist/react-native/operationsInterfaces/privateEndpoints.js.map +1 -0
  428. package/dist/react-native/operationsInterfaces/skuOperations.d.ts +13 -0
  429. package/dist/react-native/operationsInterfaces/skuOperations.d.ts.map +1 -0
  430. package/dist/react-native/operationsInterfaces/skuOperations.js +9 -0
  431. package/dist/react-native/operationsInterfaces/skuOperations.js.map +1 -0
  432. package/dist/react-native/operationsInterfaces/streamingJobs.d.ts +115 -0
  433. package/dist/react-native/operationsInterfaces/streamingJobs.d.ts.map +1 -0
  434. package/dist/react-native/operationsInterfaces/streamingJobs.js +9 -0
  435. package/dist/react-native/operationsInterfaces/streamingJobs.js.map +1 -0
  436. package/dist/react-native/operationsInterfaces/subscriptions.d.ts +88 -0
  437. package/dist/react-native/operationsInterfaces/subscriptions.d.ts.map +1 -0
  438. package/dist/react-native/operationsInterfaces/subscriptions.js +9 -0
  439. package/dist/react-native/operationsInterfaces/subscriptions.js.map +1 -0
  440. package/dist/react-native/operationsInterfaces/transformations.d.ts +38 -0
  441. package/dist/react-native/operationsInterfaces/transformations.d.ts.map +1 -0
  442. package/dist/react-native/operationsInterfaces/transformations.js +9 -0
  443. package/dist/react-native/operationsInterfaces/transformations.js.map +1 -0
  444. package/dist/react-native/package.json +3 -0
  445. package/dist/react-native/pagingHelper.d.ts +13 -0
  446. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  447. package/dist/react-native/pagingHelper.js +30 -0
  448. package/dist/react-native/pagingHelper.js.map +1 -0
  449. package/dist/react-native/streamAnalyticsManagementClient.d.ts +26 -0
  450. package/dist/react-native/streamAnalyticsManagementClient.d.ts.map +1 -0
  451. package/dist/react-native/streamAnalyticsManagementClient.js +96 -0
  452. package/dist/react-native/streamAnalyticsManagementClient.js.map +1 -0
  453. package/package.json +83 -67
  454. package/review/arm-streamanalytics-node.api.md +2128 -0
  455. package/dist/index.js +0 -9400
  456. package/dist/index.js.map +0 -1
  457. package/dist/index.min.js +0 -1
  458. package/dist/index.min.js.map +0 -1
  459. package/dist-esm/samples-dev/clustersCreateOrUpdateSample.d.ts +0 -2
  460. package/dist-esm/samples-dev/clustersCreateOrUpdateSample.d.ts.map +0 -1
  461. package/dist-esm/samples-dev/clustersCreateOrUpdateSample.js +0 -44
  462. package/dist-esm/samples-dev/clustersCreateOrUpdateSample.js.map +0 -1
  463. package/dist-esm/samples-dev/clustersDeleteSample.d.ts +0 -2
  464. package/dist-esm/samples-dev/clustersDeleteSample.d.ts.map +0 -1
  465. package/dist-esm/samples-dev/clustersDeleteSample.js +0 -39
  466. package/dist-esm/samples-dev/clustersDeleteSample.js.map +0 -1
  467. package/dist-esm/samples-dev/clustersGetSample.d.ts +0 -2
  468. package/dist-esm/samples-dev/clustersGetSample.d.ts.map +0 -1
  469. package/dist-esm/samples-dev/clustersGetSample.js +0 -39
  470. package/dist-esm/samples-dev/clustersGetSample.js.map +0 -1
  471. package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts +0 -2
  472. package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts.map +0 -1
  473. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +0 -54
  474. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +0 -1
  475. package/dist-esm/samples-dev/clustersListBySubscriptionSample.d.ts +0 -2
  476. package/dist-esm/samples-dev/clustersListBySubscriptionSample.d.ts.map +0 -1
  477. package/dist-esm/samples-dev/clustersListBySubscriptionSample.js +0 -53
  478. package/dist-esm/samples-dev/clustersListBySubscriptionSample.js.map +0 -1
  479. package/dist-esm/samples-dev/clustersListStreamingJobsSample.d.ts +0 -2
  480. package/dist-esm/samples-dev/clustersListStreamingJobsSample.d.ts.map +0 -1
  481. package/dist-esm/samples-dev/clustersListStreamingJobsSample.js +0 -55
  482. package/dist-esm/samples-dev/clustersListStreamingJobsSample.js.map +0 -1
  483. package/dist-esm/samples-dev/clustersUpdateSample.d.ts +0 -2
  484. package/dist-esm/samples-dev/clustersUpdateSample.d.ts.map +0 -1
  485. package/dist-esm/samples-dev/clustersUpdateSample.js +0 -40
  486. package/dist-esm/samples-dev/clustersUpdateSample.js.map +0 -1
  487. package/dist-esm/samples-dev/functionsCreateOrReplaceSample.d.ts +0 -2
  488. package/dist-esm/samples-dev/functionsCreateOrReplaceSample.d.ts.map +0 -1
  489. package/dist-esm/samples-dev/functionsCreateOrReplaceSample.js +0 -161
  490. package/dist-esm/samples-dev/functionsCreateOrReplaceSample.js.map +0 -1
  491. package/dist-esm/samples-dev/functionsDeleteSample.d.ts +0 -2
  492. package/dist-esm/samples-dev/functionsDeleteSample.d.ts.map +0 -1
  493. package/dist-esm/samples-dev/functionsDeleteSample.js +0 -40
  494. package/dist-esm/samples-dev/functionsDeleteSample.js.map +0 -1
  495. package/dist-esm/samples-dev/functionsGetSample.d.ts +0 -2
  496. package/dist-esm/samples-dev/functionsGetSample.d.ts.map +0 -1
  497. package/dist-esm/samples-dev/functionsGetSample.js +0 -60
  498. package/dist-esm/samples-dev/functionsGetSample.js.map +0 -1
  499. package/dist-esm/samples-dev/functionsListByStreamingJobSample.d.ts +0 -2
  500. package/dist-esm/samples-dev/functionsListByStreamingJobSample.d.ts.map +0 -1
  501. package/dist-esm/samples-dev/functionsListByStreamingJobSample.js +0 -55
  502. package/dist-esm/samples-dev/functionsListByStreamingJobSample.js.map +0 -1
  503. package/dist-esm/samples-dev/functionsRetrieveDefaultDefinitionSample.d.ts +0 -2
  504. package/dist-esm/samples-dev/functionsRetrieveDefaultDefinitionSample.d.ts.map +0 -1
  505. package/dist-esm/samples-dev/functionsRetrieveDefaultDefinitionSample.js +0 -48
  506. package/dist-esm/samples-dev/functionsRetrieveDefaultDefinitionSample.js.map +0 -1
  507. package/dist-esm/samples-dev/functionsTestSample.d.ts +0 -2
  508. package/dist-esm/samples-dev/functionsTestSample.d.ts.map +0 -1
  509. package/dist-esm/samples-dev/functionsTestSample.js +0 -60
  510. package/dist-esm/samples-dev/functionsTestSample.js.map +0 -1
  511. package/dist-esm/samples-dev/functionsUpdateSample.d.ts +0 -2
  512. package/dist-esm/samples-dev/functionsUpdateSample.d.ts.map +0 -1
  513. package/dist-esm/samples-dev/functionsUpdateSample.js +0 -78
  514. package/dist-esm/samples-dev/functionsUpdateSample.js.map +0 -1
  515. package/dist-esm/samples-dev/inputsCreateOrReplaceSample.d.ts +0 -2
  516. package/dist-esm/samples-dev/inputsCreateOrReplaceSample.d.ts.map +0 -1
  517. package/dist-esm/samples-dev/inputsCreateOrReplaceSample.js +0 -266
  518. package/dist-esm/samples-dev/inputsCreateOrReplaceSample.js.map +0 -1
  519. package/dist-esm/samples-dev/inputsDeleteSample.d.ts +0 -2
  520. package/dist-esm/samples-dev/inputsDeleteSample.d.ts.map +0 -1
  521. package/dist-esm/samples-dev/inputsDeleteSample.js +0 -40
  522. package/dist-esm/samples-dev/inputsDeleteSample.js.map +0 -1
  523. package/dist-esm/samples-dev/inputsGetSample.d.ts +0 -2
  524. package/dist-esm/samples-dev/inputsGetSample.d.ts.map +0 -1
  525. package/dist-esm/samples-dev/inputsGetSample.js +0 -100
  526. package/dist-esm/samples-dev/inputsGetSample.js.map +0 -1
  527. package/dist-esm/samples-dev/inputsListByStreamingJobSample.d.ts +0 -2
  528. package/dist-esm/samples-dev/inputsListByStreamingJobSample.d.ts.map +0 -1
  529. package/dist-esm/samples-dev/inputsListByStreamingJobSample.js +0 -92
  530. package/dist-esm/samples-dev/inputsListByStreamingJobSample.js.map +0 -1
  531. package/dist-esm/samples-dev/inputsTestSample.d.ts +0 -2
  532. package/dist-esm/samples-dev/inputsTestSample.d.ts.map +0 -1
  533. package/dist-esm/samples-dev/inputsTestSample.js +0 -40
  534. package/dist-esm/samples-dev/inputsTestSample.js.map +0 -1
  535. package/dist-esm/samples-dev/inputsUpdateSample.d.ts +0 -2
  536. package/dist-esm/samples-dev/inputsUpdateSample.d.ts.map +0 -1
  537. package/dist-esm/samples-dev/inputsUpdateSample.js +0 -137
  538. package/dist-esm/samples-dev/inputsUpdateSample.js.map +0 -1
  539. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  540. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  541. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  542. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  543. package/dist-esm/samples-dev/outputsCreateOrReplaceSample.d.ts +0 -2
  544. package/dist-esm/samples-dev/outputsCreateOrReplaceSample.d.ts.map +0 -1
  545. package/dist-esm/samples-dev/outputsCreateOrReplaceSample.js +0 -495
  546. package/dist-esm/samples-dev/outputsCreateOrReplaceSample.js.map +0 -1
  547. package/dist-esm/samples-dev/outputsDeleteSample.d.ts +0 -2
  548. package/dist-esm/samples-dev/outputsDeleteSample.d.ts.map +0 -1
  549. package/dist-esm/samples-dev/outputsDeleteSample.js +0 -40
  550. package/dist-esm/samples-dev/outputsDeleteSample.js.map +0 -1
  551. package/dist-esm/samples-dev/outputsGetSample.d.ts +0 -2
  552. package/dist-esm/samples-dev/outputsGetSample.d.ts.map +0 -1
  553. package/dist-esm/samples-dev/outputsGetSample.js +0 -260
  554. package/dist-esm/samples-dev/outputsGetSample.js.map +0 -1
  555. package/dist-esm/samples-dev/outputsListByStreamingJobSample.d.ts +0 -2
  556. package/dist-esm/samples-dev/outputsListByStreamingJobSample.d.ts.map +0 -1
  557. package/dist-esm/samples-dev/outputsListByStreamingJobSample.js +0 -55
  558. package/dist-esm/samples-dev/outputsListByStreamingJobSample.js.map +0 -1
  559. package/dist-esm/samples-dev/outputsTestSample.d.ts +0 -2
  560. package/dist-esm/samples-dev/outputsTestSample.d.ts.map +0 -1
  561. package/dist-esm/samples-dev/outputsTestSample.js +0 -40
  562. package/dist-esm/samples-dev/outputsTestSample.js.map +0 -1
  563. package/dist-esm/samples-dev/outputsUpdateSample.d.ts +0 -2
  564. package/dist-esm/samples-dev/outputsUpdateSample.d.ts.map +0 -1
  565. package/dist-esm/samples-dev/outputsUpdateSample.js +0 -336
  566. package/dist-esm/samples-dev/outputsUpdateSample.js.map +0 -1
  567. package/dist-esm/samples-dev/privateEndpointsCreateOrUpdateSample.d.ts +0 -2
  568. package/dist-esm/samples-dev/privateEndpointsCreateOrUpdateSample.d.ts.map +0 -1
  569. package/dist-esm/samples-dev/privateEndpointsCreateOrUpdateSample.js +0 -50
  570. package/dist-esm/samples-dev/privateEndpointsCreateOrUpdateSample.js.map +0 -1
  571. package/dist-esm/samples-dev/privateEndpointsDeleteSample.d.ts +0 -2
  572. package/dist-esm/samples-dev/privateEndpointsDeleteSample.d.ts.map +0 -1
  573. package/dist-esm/samples-dev/privateEndpointsDeleteSample.js +0 -40
  574. package/dist-esm/samples-dev/privateEndpointsDeleteSample.js.map +0 -1
  575. package/dist-esm/samples-dev/privateEndpointsGetSample.d.ts +0 -2
  576. package/dist-esm/samples-dev/privateEndpointsGetSample.d.ts.map +0 -1
  577. package/dist-esm/samples-dev/privateEndpointsGetSample.js +0 -40
  578. package/dist-esm/samples-dev/privateEndpointsGetSample.js.map +0 -1
  579. package/dist-esm/samples-dev/privateEndpointsListByClusterSample.d.ts +0 -2
  580. package/dist-esm/samples-dev/privateEndpointsListByClusterSample.d.ts.map +0 -1
  581. package/dist-esm/samples-dev/privateEndpointsListByClusterSample.js +0 -55
  582. package/dist-esm/samples-dev/privateEndpointsListByClusterSample.js.map +0 -1
  583. package/dist-esm/samples-dev/skuListSample.d.ts +0 -2
  584. package/dist-esm/samples-dev/skuListSample.d.ts.map +0 -1
  585. package/dist-esm/samples-dev/skuListSample.js +0 -55
  586. package/dist-esm/samples-dev/skuListSample.js.map +0 -1
  587. package/dist-esm/samples-dev/streamingJobsCreateOrReplaceSample.d.ts +0 -2
  588. package/dist-esm/samples-dev/streamingJobsCreateOrReplaceSample.d.ts.map +0 -1
  589. package/dist-esm/samples-dev/streamingJobsCreateOrReplaceSample.js +0 -173
  590. package/dist-esm/samples-dev/streamingJobsCreateOrReplaceSample.js.map +0 -1
  591. package/dist-esm/samples-dev/streamingJobsDeleteSample.d.ts +0 -2
  592. package/dist-esm/samples-dev/streamingJobsDeleteSample.d.ts.map +0 -1
  593. package/dist-esm/samples-dev/streamingJobsDeleteSample.js +0 -39
  594. package/dist-esm/samples-dev/streamingJobsDeleteSample.js.map +0 -1
  595. package/dist-esm/samples-dev/streamingJobsGetSample.d.ts +0 -2
  596. package/dist-esm/samples-dev/streamingJobsGetSample.d.ts.map +0 -1
  597. package/dist-esm/samples-dev/streamingJobsGetSample.js +0 -60
  598. package/dist-esm/samples-dev/streamingJobsGetSample.js.map +0 -1
  599. package/dist-esm/samples-dev/streamingJobsListByResourceGroupSample.d.ts +0 -2
  600. package/dist-esm/samples-dev/streamingJobsListByResourceGroupSample.d.ts.map +0 -1
  601. package/dist-esm/samples-dev/streamingJobsListByResourceGroupSample.js +0 -90
  602. package/dist-esm/samples-dev/streamingJobsListByResourceGroupSample.js.map +0 -1
  603. package/dist-esm/samples-dev/streamingJobsListSample.d.ts +0 -2
  604. package/dist-esm/samples-dev/streamingJobsListSample.d.ts.map +0 -1
  605. package/dist-esm/samples-dev/streamingJobsListSample.js +0 -88
  606. package/dist-esm/samples-dev/streamingJobsListSample.js.map +0 -1
  607. package/dist-esm/samples-dev/streamingJobsScaleSample.d.ts +0 -2
  608. package/dist-esm/samples-dev/streamingJobsScaleSample.d.ts.map +0 -1
  609. package/dist-esm/samples-dev/streamingJobsScaleSample.js +0 -43
  610. package/dist-esm/samples-dev/streamingJobsScaleSample.js.map +0 -1
  611. package/dist-esm/samples-dev/streamingJobsStartSample.d.ts +0 -2
  612. package/dist-esm/samples-dev/streamingJobsStartSample.d.ts.map +0 -1
  613. package/dist-esm/samples-dev/streamingJobsStartSample.js +0 -90
  614. package/dist-esm/samples-dev/streamingJobsStartSample.js.map +0 -1
  615. package/dist-esm/samples-dev/streamingJobsStopSample.d.ts +0 -2
  616. package/dist-esm/samples-dev/streamingJobsStopSample.d.ts.map +0 -1
  617. package/dist-esm/samples-dev/streamingJobsStopSample.js +0 -39
  618. package/dist-esm/samples-dev/streamingJobsStopSample.js.map +0 -1
  619. package/dist-esm/samples-dev/streamingJobsUpdateSample.d.ts +0 -2
  620. package/dist-esm/samples-dev/streamingJobsUpdateSample.d.ts.map +0 -1
  621. package/dist-esm/samples-dev/streamingJobsUpdateSample.js +0 -43
  622. package/dist-esm/samples-dev/streamingJobsUpdateSample.js.map +0 -1
  623. package/dist-esm/samples-dev/subscriptionsCompileQuerySample.d.ts +0 -2
  624. package/dist-esm/samples-dev/subscriptionsCompileQuerySample.d.ts.map +0 -1
  625. package/dist-esm/samples-dev/subscriptionsCompileQuerySample.js +0 -53
  626. package/dist-esm/samples-dev/subscriptionsCompileQuerySample.js.map +0 -1
  627. package/dist-esm/samples-dev/subscriptionsListQuotasSample.d.ts +0 -2
  628. package/dist-esm/samples-dev/subscriptionsListQuotasSample.d.ts.map +0 -1
  629. package/dist-esm/samples-dev/subscriptionsListQuotasSample.js +0 -38
  630. package/dist-esm/samples-dev/subscriptionsListQuotasSample.js.map +0 -1
  631. package/dist-esm/samples-dev/subscriptionsSampleInputSample.d.ts +0 -2
  632. package/dist-esm/samples-dev/subscriptionsSampleInputSample.d.ts.map +0 -1
  633. package/dist-esm/samples-dev/subscriptionsSampleInputSample.js +0 -60
  634. package/dist-esm/samples-dev/subscriptionsSampleInputSample.js.map +0 -1
  635. package/dist-esm/samples-dev/subscriptionsTestInputSample.d.ts +0 -2
  636. package/dist-esm/samples-dev/subscriptionsTestInputSample.d.ts.map +0 -1
  637. package/dist-esm/samples-dev/subscriptionsTestInputSample.js +0 -57
  638. package/dist-esm/samples-dev/subscriptionsTestInputSample.js.map +0 -1
  639. package/dist-esm/samples-dev/subscriptionsTestOutputSample.d.ts +0 -2
  640. package/dist-esm/samples-dev/subscriptionsTestOutputSample.d.ts.map +0 -1
  641. package/dist-esm/samples-dev/subscriptionsTestOutputSample.js +0 -53
  642. package/dist-esm/samples-dev/subscriptionsTestOutputSample.js.map +0 -1
  643. package/dist-esm/samples-dev/subscriptionsTestQuerySample.d.ts +0 -2
  644. package/dist-esm/samples-dev/subscriptionsTestQuerySample.d.ts.map +0 -1
  645. package/dist-esm/samples-dev/subscriptionsTestQuerySample.js +0 -78
  646. package/dist-esm/samples-dev/subscriptionsTestQuerySample.js.map +0 -1
  647. package/dist-esm/samples-dev/transformationsCreateOrReplaceSample.d.ts +0 -2
  648. package/dist-esm/samples-dev/transformationsCreateOrReplaceSample.d.ts.map +0 -1
  649. package/dist-esm/samples-dev/transformationsCreateOrReplaceSample.js +0 -44
  650. package/dist-esm/samples-dev/transformationsCreateOrReplaceSample.js.map +0 -1
  651. package/dist-esm/samples-dev/transformationsGetSample.d.ts +0 -2
  652. package/dist-esm/samples-dev/transformationsGetSample.d.ts.map +0 -1
  653. package/dist-esm/samples-dev/transformationsGetSample.js +0 -40
  654. package/dist-esm/samples-dev/transformationsGetSample.js.map +0 -1
  655. package/dist-esm/samples-dev/transformationsUpdateSample.d.ts +0 -2
  656. package/dist-esm/samples-dev/transformationsUpdateSample.d.ts.map +0 -1
  657. package/dist-esm/samples-dev/transformationsUpdateSample.js +0 -41
  658. package/dist-esm/samples-dev/transformationsUpdateSample.js.map +0 -1
  659. package/dist-esm/src/index.d.ts +0 -6
  660. package/dist-esm/src/index.d.ts.map +0 -1
  661. package/dist-esm/src/index.js +0 -13
  662. package/dist-esm/src/index.js.map +0 -1
  663. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  664. package/dist-esm/src/lroImpl.js +0 -21
  665. package/dist-esm/src/lroImpl.js.map +0 -1
  666. package/dist-esm/src/models/index.js.map +0 -1
  667. package/dist-esm/src/models/mappers.js +0 -4716
  668. package/dist-esm/src/models/mappers.js.map +0 -1
  669. package/dist-esm/src/models/parameters.js +0 -291
  670. package/dist-esm/src/models/parameters.js.map +0 -1
  671. package/dist-esm/src/operations/clusters.d.ts +0 -137
  672. package/dist-esm/src/operations/clusters.d.ts.map +0 -1
  673. package/dist-esm/src/operations/clusters.js +0 -682
  674. package/dist-esm/src/operations/clusters.js.map +0 -1
  675. package/dist-esm/src/operations/functions.d.ts +0 -107
  676. package/dist-esm/src/operations/functions.d.ts.map +0 -1
  677. package/dist-esm/src/operations/functions.js +0 -435
  678. package/dist-esm/src/operations/functions.js.map +0 -1
  679. package/dist-esm/src/operations/index.d.ts +0 -11
  680. package/dist-esm/src/operations/index.d.ts.map +0 -1
  681. package/dist-esm/src/operations/index.js +0 -18
  682. package/dist-esm/src/operations/index.js.map +0 -1
  683. package/dist-esm/src/operations/inputs.d.ts +0 -94
  684. package/dist-esm/src/operations/inputs.d.ts.map +0 -1
  685. package/dist-esm/src/operations/inputs.js +0 -396
  686. package/dist-esm/src/operations/inputs.js.map +0 -1
  687. package/dist-esm/src/operations/operations.d.ts +0 -32
  688. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  689. package/dist-esm/src/operations/operations.js +0 -133
  690. package/dist-esm/src/operations/operations.js.map +0 -1
  691. package/dist-esm/src/operations/outputs.d.ts +0 -95
  692. package/dist-esm/src/operations/outputs.d.ts.map +0 -1
  693. package/dist-esm/src/operations/outputs.js +0 -397
  694. package/dist-esm/src/operations/outputs.js.map +0 -1
  695. package/dist-esm/src/operations/privateEndpoints.d.ts +0 -73
  696. package/dist-esm/src/operations/privateEndpoints.d.ts.map +0 -1
  697. package/dist-esm/src/operations/privateEndpoints.js +0 -314
  698. package/dist-esm/src/operations/privateEndpoints.js.map +0 -1
  699. package/dist-esm/src/operations/skuOperations.d.ts +0 -38
  700. package/dist-esm/src/operations/skuOperations.d.ts.map +0 -1
  701. package/dist-esm/src/operations/skuOperations.js +0 -150
  702. package/dist-esm/src/operations/skuOperations.js.map +0 -1
  703. package/dist-esm/src/operations/streamingJobs.d.ts +0 -151
  704. package/dist-esm/src/operations/streamingJobs.d.ts.map +0 -1
  705. package/dist-esm/src/operations/streamingJobs.js +0 -747
  706. package/dist-esm/src/operations/streamingJobs.js.map +0 -1
  707. package/dist-esm/src/operations/subscriptions.d.ts +0 -96
  708. package/dist-esm/src/operations/subscriptions.d.ts.map +0 -1
  709. package/dist-esm/src/operations/subscriptions.js +0 -446
  710. package/dist-esm/src/operations/subscriptions.js.map +0 -1
  711. package/dist-esm/src/operations/transformations.d.ts +0 -46
  712. package/dist-esm/src/operations/transformations.d.ts.map +0 -1
  713. package/dist-esm/src/operations/transformations.js +0 -160
  714. package/dist-esm/src/operations/transformations.js.map +0 -1
  715. package/dist-esm/src/operationsInterfaces/clusters.d.ts +0 -84
  716. package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +0 -1
  717. package/dist-esm/src/operationsInterfaces/clusters.js.map +0 -1
  718. package/dist-esm/src/operationsInterfaces/functions.d.ts +0 -82
  719. package/dist-esm/src/operationsInterfaces/functions.d.ts.map +0 -1
  720. package/dist-esm/src/operationsInterfaces/functions.js.map +0 -1
  721. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -11
  722. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  723. package/dist-esm/src/operationsInterfaces/index.js +0 -18
  724. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  725. package/dist-esm/src/operationsInterfaces/inputs.d.ts +0 -69
  726. package/dist-esm/src/operationsInterfaces/inputs.d.ts.map +0 -1
  727. package/dist-esm/src/operationsInterfaces/inputs.js.map +0 -1
  728. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  729. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  730. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  731. package/dist-esm/src/operationsInterfaces/outputs.d.ts +0 -70
  732. package/dist-esm/src/operationsInterfaces/outputs.d.ts.map +0 -1
  733. package/dist-esm/src/operationsInterfaces/outputs.js.map +0 -1
  734. package/dist-esm/src/operationsInterfaces/privateEndpoints.d.ts +0 -48
  735. package/dist-esm/src/operationsInterfaces/privateEndpoints.d.ts.map +0 -1
  736. package/dist-esm/src/operationsInterfaces/privateEndpoints.js.map +0 -1
  737. package/dist-esm/src/operationsInterfaces/skuOperations.d.ts +0 -13
  738. package/dist-esm/src/operationsInterfaces/skuOperations.d.ts.map +0 -1
  739. package/dist-esm/src/operationsInterfaces/skuOperations.js.map +0 -1
  740. package/dist-esm/src/operationsInterfaces/streamingJobs.d.ts +0 -115
  741. package/dist-esm/src/operationsInterfaces/streamingJobs.d.ts.map +0 -1
  742. package/dist-esm/src/operationsInterfaces/streamingJobs.js.map +0 -1
  743. package/dist-esm/src/operationsInterfaces/subscriptions.d.ts +0 -88
  744. package/dist-esm/src/operationsInterfaces/subscriptions.d.ts.map +0 -1
  745. package/dist-esm/src/operationsInterfaces/subscriptions.js.map +0 -1
  746. package/dist-esm/src/operationsInterfaces/transformations.d.ts +0 -38
  747. package/dist-esm/src/operationsInterfaces/transformations.d.ts.map +0 -1
  748. package/dist-esm/src/operationsInterfaces/transformations.js.map +0 -1
  749. package/dist-esm/src/pagingHelper.js +0 -32
  750. package/dist-esm/src/pagingHelper.js.map +0 -1
  751. package/dist-esm/src/streamAnalyticsManagementClient.d.ts +0 -26
  752. package/dist-esm/src/streamAnalyticsManagementClient.d.ts.map +0 -1
  753. package/dist-esm/src/streamAnalyticsManagementClient.js +0 -79
  754. package/dist-esm/src/streamAnalyticsManagementClient.js.map +0 -1
  755. package/dist-esm/test/streamanalytics_operations_test.spec.d.ts +0 -4
  756. package/dist-esm/test/streamanalytics_operations_test.spec.d.ts.map +0 -1
  757. package/dist-esm/test/streamanalytics_operations_test.spec.js +0 -112
  758. package/dist-esm/test/streamanalytics_operations_test.spec.js.map +0 -1
  759. package/review/arm-streamanalytics.api.md +0 -2129
  760. package/src/index.ts +0 -13
  761. package/src/lroImpl.ts +0 -42
  762. package/src/models/index.ts +0 -3290
  763. package/src/models/mappers.ts +0 -5377
  764. package/src/models/parameters.ts +0 -350
  765. package/src/operations/clusters.ts +0 -889
  766. package/src/operations/functions.ts +0 -585
  767. package/src/operations/index.ts +0 -18
  768. package/src/operations/inputs.ts +0 -532
  769. package/src/operations/operations.ts +0 -149
  770. package/src/operations/outputs.ts +0 -533
  771. package/src/operations/privateEndpoints.ts +0 -422
  772. package/src/operations/skuOperations.ts +0 -193
  773. package/src/operations/streamingJobs.ts +0 -945
  774. package/src/operations/subscriptions.ts +0 -609
  775. package/src/operations/transformations.ts +0 -204
  776. package/src/operationsInterfaces/clusters.ts +0 -157
  777. package/src/operationsInterfaces/functions.ts +0 -151
  778. package/src/operationsInterfaces/index.ts +0 -18
  779. package/src/operationsInterfaces/inputs.ts +0 -128
  780. package/src/operationsInterfaces/operations.ts +0 -22
  781. package/src/operationsInterfaces/outputs.ts +0 -129
  782. package/src/operationsInterfaces/privateEndpoints.ts +0 -90
  783. package/src/operationsInterfaces/skuOperations.ts +0 -26
  784. package/src/operationsInterfaces/streamingJobs.ts +0 -199
  785. package/src/operationsInterfaces/subscriptions.ts +0 -173
  786. package/src/operationsInterfaces/transformations.ts +0 -71
  787. package/src/pagingHelper.ts +0 -39
  788. package/src/streamAnalyticsManagementClient.ts +0 -145
  789. package/tsconfig.json +0 -33
  790. package/types/arm-streamanalytics.d.ts +0 -3785
  791. package/types/tsdoc-metadata.json +0 -11
  792. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  793. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  794. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  795. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  796. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  797. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  798. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  799. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  800. /package/{dist-esm/src → dist/browser}/operationsInterfaces/clusters.js +0 -0
  801. /package/{dist-esm/src → dist/browser}/operationsInterfaces/functions.js +0 -0
  802. /package/{dist-esm/src → dist/browser}/operationsInterfaces/inputs.js +0 -0
  803. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  804. /package/{dist-esm/src → dist/browser}/operationsInterfaces/outputs.js +0 -0
  805. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpoints.js +0 -0
  806. /package/{dist-esm/src → dist/browser}/operationsInterfaces/skuOperations.js +0 -0
  807. /package/{dist-esm/src → dist/browser}/operationsInterfaces/streamingJobs.js +0 -0
  808. /package/{dist-esm/src → dist/browser}/operationsInterfaces/subscriptions.js +0 -0
  809. /package/{dist-esm/src → dist/browser}/operationsInterfaces/transformations.js +0 -0
  810. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  811. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
@@ -1,3785 +0,0 @@
1
- import * as coreAuth from '@azure/core-auth';
2
- import * as coreClient from '@azure/core-client';
3
- import { OperationState } from '@azure/core-lro';
4
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
5
- import { SimplePollerLike } from '@azure/core-lro';
6
-
7
- /** The properties that are associated with an aggregate function. */
8
- export declare interface AggregateFunctionProperties extends FunctionProperties {
9
- /** Polymorphic discriminator, which specifies the different types this object can be */
10
- type: "Aggregate";
11
- }
12
-
13
- /**
14
- * Defines values for AuthenticationMode. \
15
- * {@link KnownAuthenticationMode} can be used interchangeably with AuthenticationMode,
16
- * this enum contains the known values that the service supports.
17
- * ### Known values supported by the service
18
- * **Msi** \
19
- * **UserToken** \
20
- * **ConnectionString**
21
- */
22
- export declare type AuthenticationMode = string;
23
-
24
- /** Describes how data from an input is serialized or how data is serialized when written to an output in Avro format. */
25
- export declare interface AvroSerialization extends Serialization {
26
- /** Polymorphic discriminator, which specifies the different types this object can be */
27
- type: "Avro";
28
- /** The properties that are associated with the Avro serialization type. Required on PUT (CreateOrReplace) requests. */
29
- properties?: Record<string, unknown>;
30
- }
31
-
32
- /** Describes an Azure Data Explorer output data source. */
33
- export declare interface AzureDataExplorerOutputDataSource extends OutputDataSource {
34
- /** Polymorphic discriminator, which specifies the different types this object can be */
35
- type: "Microsoft.Kusto/clusters/databases";
36
- /** The name of the Azure Data Explorer cluster. Required on PUT (CreateOrReplace) requests. */
37
- cluster?: string;
38
- /** The name of the Azure Data Explorer database. Required on PUT (CreateOrReplace) requests. */
39
- database?: string;
40
- /** The name of the Azure Table. Required on PUT (CreateOrReplace) requests. */
41
- table?: string;
42
- /** Authentication Mode. */
43
- authenticationMode?: AuthenticationMode;
44
- }
45
-
46
- /** Describes an Azure Data Lake Store output data source. */
47
- export declare interface AzureDataLakeStoreOutputDataSource extends OutputDataSource {
48
- /** Polymorphic discriminator, which specifies the different types this object can be */
49
- type: "Microsoft.DataLake/Accounts";
50
- /** 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. */
51
- refreshToken?: string;
52
- /** 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. */
53
- tokenUserPrincipalName?: string;
54
- /** 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. */
55
- tokenUserDisplayName?: string;
56
- /** The name of the Azure Data Lake Store account. Required on PUT (CreateOrReplace) requests. */
57
- accountName?: string;
58
- /** The tenant id of the user used to obtain the refresh token. Required on PUT (CreateOrReplace) requests. */
59
- tenantId?: string;
60
- /** The location of the file to which the output should be written to. Required on PUT (CreateOrReplace) requests. */
61
- filePathPrefix?: string;
62
- /** The date format. Wherever {date} appears in filePathPrefix, the value of this property is used as the date format instead. */
63
- dateFormat?: string;
64
- /** The time format. Wherever {time} appears in filePathPrefix, the value of this property is used as the time format instead. */
65
- timeFormat?: string;
66
- /** Authentication Mode. */
67
- authenticationMode?: AuthenticationMode;
68
- }
69
-
70
- /** The properties that are associated with an Azure Data Lake Store. */
71
- export declare interface AzureDataLakeStoreOutputDataSourceProperties extends OAuthBasedDataSourceProperties {
72
- /** The name of the Azure Data Lake Store account. Required on PUT (CreateOrReplace) requests. */
73
- accountName?: string;
74
- /** The tenant id of the user used to obtain the refresh token. Required on PUT (CreateOrReplace) requests. */
75
- tenantId?: string;
76
- /** The location of the file to which the output should be written to. Required on PUT (CreateOrReplace) requests. */
77
- filePathPrefix?: string;
78
- /** The date format. Wherever {date} appears in filePathPrefix, the value of this property is used as the date format instead. */
79
- dateFormat?: string;
80
- /** The time format. Wherever {time} appears in filePathPrefix, the value of this property is used as the time format instead. */
81
- timeFormat?: string;
82
- /** Authentication Mode. */
83
- authenticationMode?: AuthenticationMode;
84
- }
85
-
86
- /** Defines the metadata of AzureFunctionOutputDataSource */
87
- export declare interface AzureFunctionOutputDataSource extends OutputDataSource {
88
- /** Polymorphic discriminator, which specifies the different types this object can be */
89
- type: "Microsoft.AzureFunction";
90
- /** The name of your Azure Functions app. */
91
- functionAppName?: string;
92
- /** The name of the function in your Azure Functions app. */
93
- functionName?: string;
94
- /** If you want to use an Azure Function from another subscription, you can do so by providing the key to access your function. */
95
- apiKey?: string;
96
- /** 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). */
97
- maxBatchSize?: number;
98
- /** 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. */
99
- maxBatchCount?: number;
100
- }
101
-
102
- /** The binding to an Azure Machine Learning web service. */
103
- export declare interface AzureMachineLearningServiceFunctionBinding extends FunctionBinding {
104
- /** Polymorphic discriminator, which specifies the different types this object can be */
105
- type: "Microsoft.MachineLearningServices";
106
- /** The Request-Response execute endpoint of the Azure Machine Learning web service. */
107
- endpoint?: string;
108
- /** The API key used to authenticate with Request-Response endpoint. */
109
- apiKey?: string;
110
- /** The inputs for the Azure Machine Learning web service endpoint. */
111
- inputs?: AzureMachineLearningServiceInputColumn[];
112
- /** A list of outputs from the Azure Machine Learning web service endpoint execution. */
113
- outputs?: AzureMachineLearningServiceOutputColumn[];
114
- /** Number between 1 and 10000 describing maximum number of rows for every Azure ML RRS execute request. Default is 1000. */
115
- batchSize?: number;
116
- /** The number of parallel requests that will be sent per partition of your job to the machine learning service. Default is 1. */
117
- numberOfParallelRequests?: number;
118
- /** Label for the input request object. */
119
- inputRequestName?: string;
120
- /** Label for the output request object. */
121
- outputResponseName?: string;
122
- }
123
-
124
- /** The parameters needed to retrieve the default function definition for an Azure Machine Learning web service function. */
125
- export declare interface AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters extends FunctionRetrieveDefaultDefinitionParameters {
126
- /** Polymorphic discriminator, which specifies the different types this object can be */
127
- bindingType: "Microsoft.MachineLearningServices";
128
- /** The Request-Response execute endpoint of the Azure Machine Learning web service. */
129
- executeEndpoint?: string;
130
- /** The function type. */
131
- udfType?: "Scalar";
132
- }
133
-
134
- /** Describes an input column for the Azure Machine Learning web service endpoint. */
135
- export declare interface AzureMachineLearningServiceInputColumn {
136
- /** The name of the input column. */
137
- name?: string;
138
- /** The (Azure Machine Learning supported) data type of the input column. */
139
- dataType?: string;
140
- /** The zero based index of the function parameter this input maps to. */
141
- mapTo?: number;
142
- }
143
-
144
- /** The inputs for the Azure Machine Learning web service endpoint. */
145
- export declare interface AzureMachineLearningServiceInputs {
146
- /** The name of the input. This is the name provided while authoring the endpoint. */
147
- name?: string;
148
- /** A list of input columns for the Azure Machine Learning web service endpoint. */
149
- columnNames?: AzureMachineLearningServiceInputColumn[];
150
- }
151
-
152
- /** Describes an output column for the Azure Machine Learning web service endpoint. */
153
- export declare interface AzureMachineLearningServiceOutputColumn {
154
- /** The name of the output column. */
155
- name?: string;
156
- /** The (Azure Machine Learning supported) data type of the output column. */
157
- dataType?: string;
158
- /** The zero based index of the function parameter this input maps to. */
159
- mapTo?: number;
160
- }
161
-
162
- /** The binding to an Azure Machine Learning Studio. */
163
- export declare interface AzureMachineLearningStudioFunctionBinding extends FunctionBinding {
164
- /** Polymorphic discriminator, which specifies the different types this object can be */
165
- type: "Microsoft.MachineLearning/WebService";
166
- /** 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 */
167
- endpoint?: string;
168
- /** The API key used to authenticate with Request-Response endpoint. */
169
- apiKey?: string;
170
- /** The inputs for the Azure Machine Learning Studio endpoint. */
171
- inputs?: AzureMachineLearningStudioInputs;
172
- /** A list of outputs from the Azure Machine Learning Studio endpoint execution. */
173
- outputs?: AzureMachineLearningStudioOutputColumn[];
174
- /** Number between 1 and 10000 describing maximum number of rows for every Azure ML RRS execute request. Default is 1000. */
175
- batchSize?: number;
176
- }
177
-
178
- /** The parameters needed to retrieve the default function definition for an Azure Machine Learning Studio function. */
179
- export declare interface AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters extends FunctionRetrieveDefaultDefinitionParameters {
180
- /** Polymorphic discriminator, which specifies the different types this object can be */
181
- bindingType: "Microsoft.MachineLearning/WebService";
182
- /** 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 */
183
- executeEndpoint?: string;
184
- /** The function type. */
185
- udfType?: "Scalar";
186
- }
187
-
188
- /** Describes an input column for the Azure Machine Learning Studio endpoint. */
189
- export declare interface AzureMachineLearningStudioInputColumn {
190
- /** The name of the input column. */
191
- name?: string;
192
- /** 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 . */
193
- dataType?: string;
194
- /** The zero based index of the function parameter this input maps to. */
195
- mapTo?: number;
196
- }
197
-
198
- /** The inputs for the Azure Machine Learning Studio endpoint. */
199
- export declare interface AzureMachineLearningStudioInputs {
200
- /** The name of the input. This is the name provided while authoring the endpoint. */
201
- name?: string;
202
- /** A list of input columns for the Azure Machine Learning Studio endpoint. */
203
- columnNames?: AzureMachineLearningStudioInputColumn[];
204
- }
205
-
206
- /** Describes an output column for the Azure Machine Learning Studio endpoint. */
207
- export declare interface AzureMachineLearningStudioOutputColumn {
208
- /** The name of the output column. */
209
- name?: string;
210
- /** 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 . */
211
- dataType?: string;
212
- }
213
-
214
- /** The properties that are associated with an Azure SQL database data source. */
215
- export declare interface AzureSqlDatabaseDataSourceProperties {
216
- /** The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
217
- server?: string;
218
- /** The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
219
- database?: string;
220
- /** The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
221
- user?: string;
222
- /** The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
223
- password?: string;
224
- /** The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
225
- table?: string;
226
- /** Max Batch count for write to Sql database, the default value is 10,000. Optional on PUT requests. */
227
- maxBatchCount?: number;
228
- /** Max Writer count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT requests. */
229
- maxWriterCount?: number;
230
- /** Authentication Mode. */
231
- authenticationMode?: AuthenticationMode;
232
- }
233
-
234
- /** Describes an Azure SQL database output data source. */
235
- export declare interface AzureSqlDatabaseOutputDataSource extends OutputDataSource {
236
- /** Polymorphic discriminator, which specifies the different types this object can be */
237
- type: "Microsoft.Sql/Server/Database";
238
- /** The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
239
- server?: string;
240
- /** The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
241
- database?: string;
242
- /** The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
243
- user?: string;
244
- /** The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
245
- password?: string;
246
- /** The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
247
- table?: string;
248
- /** Max Batch count for write to Sql database, the default value is 10,000. Optional on PUT requests. */
249
- maxBatchCount?: number;
250
- /** Max Writer count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT requests. */
251
- maxWriterCount?: number;
252
- /** Authentication Mode. */
253
- authenticationMode?: AuthenticationMode;
254
- }
255
-
256
- /** The properties that are associated with an Azure SQL database output. */
257
- export declare interface AzureSqlDatabaseOutputDataSourceProperties extends AzureSqlDatabaseDataSourceProperties {
258
- }
259
-
260
- /** Describes an Azure SQL database reference input data source. */
261
- export declare interface AzureSqlReferenceInputDataSource extends ReferenceInputDataSource {
262
- /** Polymorphic discriminator, which specifies the different types this object can be */
263
- type: "Microsoft.Sql/Server/Database";
264
- /** This element is associated with the datasource element. This is the name of the server that contains the database that will be written to. */
265
- server?: string;
266
- /** This element is associated with the datasource element. This is the name of the database that output will be written to. */
267
- database?: string;
268
- /** This element is associated with the datasource element. This is the user name that will be used to connect to the SQL Database instance. */
269
- user?: string;
270
- /** This element is associated with the datasource element. This is the password that will be used to connect to the SQL Database instance. */
271
- password?: string;
272
- /** Indicates the type of data refresh option. */
273
- refreshType?: RefreshType;
274
- /** 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. */
275
- refreshRate?: string;
276
- /** This element is associated with the datasource element. This query is used to fetch data from the sql database. */
277
- fullSnapshotQuery?: string;
278
- /** 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. */
279
- deltaSnapshotQuery?: string;
280
- /** Authentication Mode. */
281
- authenticationMode?: AuthenticationMode;
282
- }
283
-
284
- /** The properties that are associated with an Azure SQL database data source. */
285
- export declare interface AzureSynapseDataSourceProperties {
286
- /** The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
287
- server?: string;
288
- /** The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
289
- database?: string;
290
- /** The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
291
- table?: string;
292
- /** The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
293
- user?: string;
294
- /** The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
295
- password?: string;
296
- /** Authentication Mode. */
297
- authenticationMode?: AuthenticationMode;
298
- }
299
-
300
- /** Describes an Azure Synapse output data source. */
301
- export declare interface AzureSynapseOutputDataSource extends OutputDataSource {
302
- /** Polymorphic discriminator, which specifies the different types this object can be */
303
- type: "Microsoft.Sql/Server/DataWarehouse";
304
- /** The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
305
- server?: string;
306
- /** The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
307
- database?: string;
308
- /** The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
309
- table?: string;
310
- /** The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
311
- user?: string;
312
- /** The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
313
- password?: string;
314
- /** Authentication Mode. */
315
- authenticationMode?: AuthenticationMode;
316
- }
317
-
318
- /** The properties that are associated with an Azure Synapse output. */
319
- export declare interface AzureSynapseOutputDataSourceProperties extends AzureSynapseDataSourceProperties {
320
- }
321
-
322
- /** Describes an Azure Table output data source. */
323
- export declare interface AzureTableOutputDataSource extends OutputDataSource {
324
- /** Polymorphic discriminator, which specifies the different types this object can be */
325
- type: "Microsoft.Storage/Table";
326
- /** The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests. */
327
- accountName?: string;
328
- /** The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests. */
329
- accountKey?: string;
330
- /** The name of the Azure Table. Required on PUT (CreateOrReplace) requests. */
331
- table?: string;
332
- /** 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. */
333
- partitionKey?: string;
334
- /** 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. */
335
- rowKey?: string;
336
- /** If specified, each item in the array is the name of a column to remove (if present) from output event entities. */
337
- columnsToRemove?: string[];
338
- /** The number of rows to write to the Azure Table at a time. */
339
- batchSize?: number;
340
- }
341
-
342
- /** The properties that are associated with a blob data source. */
343
- export declare interface BlobDataSourceProperties {
344
- /** A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests. */
345
- storageAccounts?: StorageAccount[];
346
- /** 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. */
347
- container?: string;
348
- /** 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. */
349
- pathPattern?: string;
350
- /** The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead. */
351
- dateFormat?: string;
352
- /** The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. */
353
- timeFormat?: string;
354
- /** Authentication Mode. */
355
- authenticationMode?: AuthenticationMode;
356
- }
357
-
358
- /** Describes a blob output data source. */
359
- export declare interface BlobOutputDataSource extends OutputDataSource {
360
- /** Polymorphic discriminator, which specifies the different types this object can be */
361
- type: "Microsoft.Storage/Blob";
362
- /** A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests. */
363
- storageAccounts?: StorageAccount[];
364
- /** 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. */
365
- container?: string;
366
- /** 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. */
367
- pathPattern?: string;
368
- /** The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead. */
369
- dateFormat?: string;
370
- /** The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. */
371
- timeFormat?: string;
372
- /** Authentication Mode. */
373
- authenticationMode?: AuthenticationMode;
374
- /** Blob path prefix. */
375
- blobPathPrefix?: string;
376
- /** Blob write mode. */
377
- blobWriteMode?: BlobWriteMode;
378
- }
379
-
380
- /** The properties that are associated with a blob output. */
381
- export declare interface BlobOutputDataSourceProperties extends BlobDataSourceProperties {
382
- /** Blob path prefix. */
383
- blobPathPrefix?: string;
384
- /** Blob write mode. */
385
- blobWriteMode?: BlobWriteMode;
386
- }
387
-
388
- /** Describes a blob input data source that contains reference data. */
389
- export declare interface BlobReferenceInputDataSource extends ReferenceInputDataSource {
390
- /** Polymorphic discriminator, which specifies the different types this object can be */
391
- type: "Microsoft.Storage/Blob";
392
- /** A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests. */
393
- storageAccounts?: StorageAccount[];
394
- /** 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. */
395
- container?: string;
396
- /** 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. */
397
- pathPattern?: string;
398
- /** The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead. */
399
- dateFormat?: string;
400
- /** The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. */
401
- timeFormat?: string;
402
- /** Authentication Mode. */
403
- authenticationMode?: AuthenticationMode;
404
- /** The name of the blob input. */
405
- blobName?: string;
406
- /** The path pattern of the delta snapshot. */
407
- deltaPathPattern?: string;
408
- /** The partition count of the blob input data source. Range 1 - 256. */
409
- sourcePartitionCount?: number;
410
- /** The refresh interval of the blob input data source. */
411
- fullSnapshotRefreshRate?: string;
412
- /** The interval that the user generates a delta snapshot of this reference blob input data source. */
413
- deltaSnapshotRefreshRate?: string;
414
- }
415
-
416
- /** The properties that are associated with a blob input containing reference data. */
417
- export declare interface BlobReferenceInputDataSourceProperties extends BlobDataSourceProperties {
418
- /** The name of the blob input. */
419
- blobName?: string;
420
- /** The path pattern of the delta snapshot. */
421
- deltaPathPattern?: string;
422
- /** The partition count of the blob input data source. Range 1 - 256. */
423
- sourcePartitionCount?: number;
424
- /** The refresh interval of the blob input data source. */
425
- fullSnapshotRefreshRate?: string;
426
- /** The interval that the user generates a delta snapshot of this reference blob input data source. */
427
- deltaSnapshotRefreshRate?: string;
428
- }
429
-
430
- /** Describes a blob input data source that contains stream data. */
431
- export declare interface BlobStreamInputDataSource extends StreamInputDataSource {
432
- /** Polymorphic discriminator, which specifies the different types this object can be */
433
- type: "Microsoft.Storage/Blob";
434
- /** A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests. */
435
- storageAccounts?: StorageAccount[];
436
- /** 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. */
437
- container?: string;
438
- /** 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. */
439
- pathPattern?: string;
440
- /** The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead. */
441
- dateFormat?: string;
442
- /** The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. */
443
- timeFormat?: string;
444
- /** Authentication Mode. */
445
- authenticationMode?: AuthenticationMode;
446
- /** The partition count of the blob input data source. Range 1 - 1024. */
447
- sourcePartitionCount?: number;
448
- }
449
-
450
- /** The properties that are associated with a blob input containing stream data. */
451
- export declare interface BlobStreamInputDataSourceProperties extends BlobDataSourceProperties {
452
- /** The partition count of the blob input data source. Range 1 - 1024. */
453
- sourcePartitionCount?: number;
454
- }
455
-
456
- /**
457
- * Defines values for BlobWriteMode. \
458
- * {@link KnownBlobWriteMode} can be used interchangeably with BlobWriteMode,
459
- * this enum contains the known values that the service supports.
460
- * ### Known values supported by the service
461
- * **Append** \
462
- * **Once**
463
- */
464
- export declare type BlobWriteMode = string;
465
-
466
- /** A Stream Analytics Cluster object */
467
- export declare interface Cluster extends TrackedResource {
468
- /** The SKU of the cluster. This determines the size/capacity of the cluster. Required on PUT (CreateOrUpdate) requests. */
469
- sku?: ClusterSku;
470
- /**
471
- * 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.
472
- * NOTE: This property will not be serialized. It can only be populated by the server.
473
- */
474
- readonly etag?: string;
475
- /** The properties associated with a Stream Analytics cluster. */
476
- properties?: ClusterProperties;
477
- }
478
-
479
- /** The properties associated with a Stream Analytics cluster. */
480
- export declare interface ClusterInfo {
481
- /** The resource id of cluster. */
482
- id?: string;
483
- }
484
-
485
- /** A streaming job. */
486
- export declare interface ClusterJob {
487
- /**
488
- * Resource ID of the streaming job.
489
- * NOTE: This property will not be serialized. It can only be populated by the server.
490
- */
491
- readonly id?: string;
492
- /**
493
- * The number of streaming units that are used by the streaming job.
494
- * NOTE: This property will not be serialized. It can only be populated by the server.
495
- */
496
- readonly streamingUnits?: number;
497
- /**
498
- * The current execution state of the streaming job.
499
- * NOTE: This property will not be serialized. It can only be populated by the server.
500
- */
501
- readonly jobState?: JobState;
502
- }
503
-
504
- /** A list of streaming jobs. Populated by a List operation. */
505
- export declare interface ClusterJobListResult {
506
- /**
507
- * A list of streaming jobs.
508
- * NOTE: This property will not be serialized. It can only be populated by the server.
509
- */
510
- readonly value?: ClusterJob[];
511
- /**
512
- * The URL to fetch the next set of streaming jobs.
513
- * NOTE: This property will not be serialized. It can only be populated by the server.
514
- */
515
- readonly nextLink?: string;
516
- }
517
-
518
- /** A list of clusters populated by a 'list' operation. */
519
- export declare interface ClusterListResult {
520
- /**
521
- * A list of clusters.
522
- * NOTE: This property will not be serialized. It can only be populated by the server.
523
- */
524
- readonly value?: Cluster[];
525
- /**
526
- * The URL to fetch the next set of clusters.
527
- * NOTE: This property will not be serialized. It can only be populated by the server.
528
- */
529
- readonly nextLink?: string;
530
- }
531
-
532
- /** The properties associated with a Stream Analytics cluster. */
533
- export declare interface ClusterProperties {
534
- /**
535
- * The date this cluster was created.
536
- * NOTE: This property will not be serialized. It can only be populated by the server.
537
- */
538
- readonly createdDate?: Date;
539
- /**
540
- * Unique identifier for the cluster.
541
- * NOTE: This property will not be serialized. It can only be populated by the server.
542
- */
543
- readonly clusterId?: string;
544
- /**
545
- * The status of the cluster provisioning. The three terminal states are: Succeeded, Failed and Canceled
546
- * NOTE: This property will not be serialized. It can only be populated by the server.
547
- */
548
- readonly provisioningState?: ClusterProvisioningState;
549
- /**
550
- * Represents the number of streaming units currently being used on the cluster.
551
- * NOTE: This property will not be serialized. It can only be populated by the server.
552
- */
553
- readonly capacityAllocated?: number;
554
- /**
555
- * 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.
556
- * NOTE: This property will not be serialized. It can only be populated by the server.
557
- */
558
- readonly capacityAssigned?: number;
559
- }
560
-
561
- /**
562
- * Defines values for ClusterProvisioningState. \
563
- * {@link KnownClusterProvisioningState} can be used interchangeably with ClusterProvisioningState,
564
- * this enum contains the known values that the service supports.
565
- * ### Known values supported by the service
566
- * **Succeeded**: The cluster provisioning succeeded. \
567
- * **Failed**: The cluster provisioning failed. \
568
- * **Canceled**: The cluster provisioning was canceled. \
569
- * **InProgress**: The cluster provisioning was inprogress.
570
- */
571
- export declare type ClusterProvisioningState = string;
572
-
573
- /** Interface representing a Clusters. */
574
- export declare interface Clusters {
575
- /**
576
- * Lists all of the clusters in the given subscription.
577
- * @param options The options parameters.
578
- */
579
- listBySubscription(options?: ClustersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Cluster>;
580
- /**
581
- * Lists all of the clusters in the given resource group.
582
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
583
- * @param options The options parameters.
584
- */
585
- listByResourceGroup(resourceGroupName: string, options?: ClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cluster>;
586
- /**
587
- * Lists all of the streaming jobs in the given cluster.
588
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
589
- * @param clusterName The name of the cluster.
590
- * @param options The options parameters.
591
- */
592
- listStreamingJobs(resourceGroupName: string, clusterName: string, options?: ClustersListStreamingJobsOptionalParams): PagedAsyncIterableIterator<ClusterJob>;
593
- /**
594
- * Creates a Stream Analytics Cluster or replaces an already existing cluster.
595
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
596
- * @param clusterName The name of the cluster.
597
- * @param cluster The definition of the cluster that will be used to create a new cluster or replace
598
- * the existing one.
599
- * @param options The options parameters.
600
- */
601
- beginCreateOrUpdate(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ClustersCreateOrUpdateResponse>, ClustersCreateOrUpdateResponse>>;
602
- /**
603
- * Creates a Stream Analytics Cluster or replaces an already existing cluster.
604
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
605
- * @param clusterName The name of the cluster.
606
- * @param cluster The definition of the cluster that will be used to create a new cluster or replace
607
- * the existing one.
608
- * @param options The options parameters.
609
- */
610
- beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<ClustersCreateOrUpdateResponse>;
611
- /**
612
- * Updates an existing cluster. This can be used to partially update (ie. update one or two properties)
613
- * a cluster without affecting the rest of the cluster definition.
614
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
615
- * @param clusterName The name of the cluster.
616
- * @param cluster The properties specified here will overwrite the corresponding properties in the
617
- * existing cluster (ie. Those properties will be updated).
618
- * @param options The options parameters.
619
- */
620
- beginUpdate(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ClustersUpdateResponse>, ClustersUpdateResponse>>;
621
- /**
622
- * Updates an existing cluster. This can be used to partially update (ie. update one or two properties)
623
- * a cluster without affecting the rest of the cluster definition.
624
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
625
- * @param clusterName The name of the cluster.
626
- * @param cluster The properties specified here will overwrite the corresponding properties in the
627
- * existing cluster (ie. Those properties will be updated).
628
- * @param options The options parameters.
629
- */
630
- beginUpdateAndWait(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersUpdateOptionalParams): Promise<ClustersUpdateResponse>;
631
- /**
632
- * Gets information about the specified cluster.
633
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
634
- * @param clusterName The name of the cluster.
635
- * @param options The options parameters.
636
- */
637
- get(resourceGroupName: string, clusterName: string, options?: ClustersGetOptionalParams): Promise<ClustersGetResponse>;
638
- /**
639
- * Deletes the specified cluster.
640
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
641
- * @param clusterName The name of the cluster.
642
- * @param options The options parameters.
643
- */
644
- beginDelete(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
645
- /**
646
- * Deletes the specified cluster.
647
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
648
- * @param clusterName The name of the cluster.
649
- * @param options The options parameters.
650
- */
651
- beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<void>;
652
- }
653
-
654
- /** Optional parameters. */
655
- export declare interface ClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
656
- /** 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. */
657
- ifMatch?: string;
658
- /** 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. */
659
- ifNoneMatch?: string;
660
- /** Delay to wait until next poll, in milliseconds. */
661
- updateIntervalInMs?: number;
662
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
663
- resumeFrom?: string;
664
- }
665
-
666
- /** Contains response data for the createOrUpdate operation. */
667
- export declare type ClustersCreateOrUpdateResponse = Cluster;
668
-
669
- /** Optional parameters. */
670
- export declare interface ClustersDeleteOptionalParams extends coreClient.OperationOptions {
671
- /** Delay to wait until next poll, in milliseconds. */
672
- updateIntervalInMs?: number;
673
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
674
- resumeFrom?: string;
675
- }
676
-
677
- /** Optional parameters. */
678
- export declare interface ClustersGetOptionalParams extends coreClient.OperationOptions {
679
- }
680
-
681
- /** Contains response data for the get operation. */
682
- export declare type ClustersGetResponse = Cluster;
683
-
684
- /** The SKU of the cluster. This determines the size/capacity of the cluster. Required on PUT (CreateOrUpdate) requests. */
685
- export declare interface ClusterSku {
686
- /** Specifies the SKU name of the cluster. Required on PUT (CreateOrUpdate) requests. */
687
- name?: ClusterSkuName;
688
- /** 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. */
689
- capacity?: number;
690
- }
691
-
692
- /**
693
- * Defines values for ClusterSkuName. \
694
- * {@link KnownClusterSkuName} can be used interchangeably with ClusterSkuName,
695
- * this enum contains the known values that the service supports.
696
- * ### Known values supported by the service
697
- * **Default**: The default SKU.
698
- */
699
- export declare type ClusterSkuName = string;
700
-
701
- /** Optional parameters. */
702
- export declare interface ClustersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
703
- }
704
-
705
- /** Contains response data for the listByResourceGroupNext operation. */
706
- export declare type ClustersListByResourceGroupNextResponse = ClusterListResult;
707
-
708
- /** Optional parameters. */
709
- export declare interface ClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
710
- }
711
-
712
- /** Contains response data for the listByResourceGroup operation. */
713
- export declare type ClustersListByResourceGroupResponse = ClusterListResult;
714
-
715
- /** Optional parameters. */
716
- export declare interface ClustersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
717
- }
718
-
719
- /** Contains response data for the listBySubscriptionNext operation. */
720
- export declare type ClustersListBySubscriptionNextResponse = ClusterListResult;
721
-
722
- /** Optional parameters. */
723
- export declare interface ClustersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
724
- }
725
-
726
- /** Contains response data for the listBySubscription operation. */
727
- export declare type ClustersListBySubscriptionResponse = ClusterListResult;
728
-
729
- /** Optional parameters. */
730
- export declare interface ClustersListStreamingJobsNextOptionalParams extends coreClient.OperationOptions {
731
- }
732
-
733
- /** Contains response data for the listStreamingJobsNext operation. */
734
- export declare type ClustersListStreamingJobsNextResponse = ClusterJobListResult;
735
-
736
- /** Optional parameters. */
737
- export declare interface ClustersListStreamingJobsOptionalParams extends coreClient.OperationOptions {
738
- }
739
-
740
- /** Contains response data for the listStreamingJobs operation. */
741
- export declare type ClustersListStreamingJobsResponse = ClusterJobListResult;
742
-
743
- /** Optional parameters. */
744
- export declare interface ClustersUpdateOptionalParams extends coreClient.OperationOptions {
745
- /** 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. */
746
- ifMatch?: string;
747
- /** Delay to wait until next poll, in milliseconds. */
748
- updateIntervalInMs?: number;
749
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
750
- resumeFrom?: string;
751
- }
752
-
753
- /** Contains response data for the update operation. */
754
- export declare type ClustersUpdateResponse = Cluster;
755
-
756
- /**
757
- * Defines values for CompatibilityLevel. \
758
- * {@link KnownCompatibilityLevel} can be used interchangeably with CompatibilityLevel,
759
- * this enum contains the known values that the service supports.
760
- * ### Known values supported by the service
761
- * **1.0** \
762
- * **1.2**
763
- */
764
- export declare type CompatibilityLevel = string;
765
-
766
- /** The query compilation object which defines the input, output, and transformation for the query compilation. */
767
- export declare interface CompileQuery {
768
- /** The query to compile. */
769
- query: string;
770
- /** The inputs for the query compilation. */
771
- inputs?: QueryInput[];
772
- /** The functions for the query compilation. */
773
- functions?: QueryFunction[];
774
- /** Describes the type of the job. Valid values are `Cloud` and 'Edge'. */
775
- jobType: JobType;
776
- /** The query to compile. */
777
- compatibilityLevel?: CompatibilityLevel;
778
- }
779
-
780
- /** Describes how input data is compressed */
781
- export declare interface Compression {
782
- /** Indicates the type of compression that the input uses. Required on PUT (CreateOrReplace) requests. */
783
- type: CompressionType;
784
- }
785
-
786
- /**
787
- * Defines values for CompressionType. \
788
- * {@link KnownCompressionType} can be used interchangeably with CompressionType,
789
- * this enum contains the known values that the service supports.
790
- * ### Known values supported by the service
791
- * **None** \
792
- * **GZip** \
793
- * **Deflate**
794
- */
795
- export declare type CompressionType = string;
796
-
797
- /**
798
- * Defines values for ContentStoragePolicy. \
799
- * {@link KnownContentStoragePolicy} can be used interchangeably with ContentStoragePolicy,
800
- * this enum contains the known values that the service supports.
801
- * ### Known values supported by the service
802
- * **SystemAccount** \
803
- * **JobStorageAccount**
804
- */
805
- export declare type ContentStoragePolicy = string;
806
-
807
- /** The binding to a CSharp function. */
808
- export declare interface CSharpFunctionBinding extends FunctionBinding {
809
- /** Polymorphic discriminator, which specifies the different types this object can be */
810
- type: "Microsoft.StreamAnalytics/CLRUdf";
811
- /** The Csharp code containing a single function definition. */
812
- dllPath?: string;
813
- /** The Csharp code containing a single function definition. */
814
- class?: string;
815
- /** The Csharp code containing a single function definition. */
816
- method?: string;
817
- /** Refresh modes for Stream Analytics functions. */
818
- updateMode?: UpdateMode;
819
- }
820
-
821
- /** The parameters needed to retrieve the default function definition for a CSharp function. */
822
- export declare interface CSharpFunctionRetrieveDefaultDefinitionParameters extends FunctionRetrieveDefaultDefinitionParameters {
823
- /** Polymorphic discriminator, which specifies the different types this object can be */
824
- bindingType: "Microsoft.StreamAnalytics/CLRUdf";
825
- /** The CSharp code containing a single function definition. */
826
- script?: string;
827
- /** The function type. */
828
- udfType?: "Scalar";
829
- }
830
-
831
- /** Describes how data from an input is serialized or how data is serialized when written to an output in CSV format. */
832
- export declare interface CsvSerialization extends Serialization {
833
- /** Polymorphic discriminator, which specifies the different types this object can be */
834
- type: "Csv";
835
- /** 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. */
836
- fieldDelimiter?: string;
837
- /** 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. */
838
- encoding?: Encoding;
839
- }
840
-
841
- /** Describes how data from an input is serialized or how data is serialized when written to an output in custom format. */
842
- export declare interface CustomClrSerialization extends Serialization {
843
- /** Polymorphic discriminator, which specifies the different types this object can be */
844
- type: "CustomClr";
845
- /** The serialization library path. */
846
- serializationDllPath?: string;
847
- /** The serialization class name. */
848
- serializationClassName?: string;
849
- }
850
-
851
- /** Describes how data from an input is serialized or how data is serialized when written to an output in Delta Lake format. */
852
- export declare interface DeltaSerialization extends Serialization {
853
- /** Polymorphic discriminator, which specifies the different types this object can be */
854
- type: "Delta";
855
- /** Specifies the path of the Delta Lake table that the output will be written to. */
856
- deltaTablePath?: string;
857
- /** 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. */
858
- partitionColumns?: string[];
859
- }
860
-
861
- /** Condition applicable to the resource, or to the job overall, that warrant customer attention. */
862
- export declare interface DiagnosticCondition {
863
- /**
864
- * The UTC timestamp of when the condition started. Customers should be able to find a corresponding event in the ops log around this time.
865
- * NOTE: This property will not be serialized. It can only be populated by the server.
866
- */
867
- readonly since?: string;
868
- /**
869
- * The opaque diagnostic code.
870
- * NOTE: This property will not be serialized. It can only be populated by the server.
871
- */
872
- readonly code?: string;
873
- /**
874
- * The human-readable message describing the condition in detail. Localized in the Accept-Language of the client request.
875
- * NOTE: This property will not be serialized. It can only be populated by the server.
876
- */
877
- readonly message?: string;
878
- }
879
-
880
- /** Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention. */
881
- export declare interface Diagnostics {
882
- /**
883
- * A collection of zero or more conditions applicable to the resource, or to the job overall, that warrant customer attention.
884
- * NOTE: This property will not be serialized. It can only be populated by the server.
885
- */
886
- readonly conditions?: DiagnosticCondition[];
887
- }
888
-
889
- /** Describes a DocumentDB output data source. */
890
- export declare interface DocumentDbOutputDataSource extends OutputDataSource {
891
- /** Polymorphic discriminator, which specifies the different types this object can be */
892
- type: "Microsoft.Storage/DocumentDB";
893
- /** The DocumentDB account name or ID. Required on PUT (CreateOrReplace) requests. */
894
- accountId?: string;
895
- /** The account key for the DocumentDB account. Required on PUT (CreateOrReplace) requests. */
896
- accountKey?: string;
897
- /** The name of the DocumentDB database. Required on PUT (CreateOrReplace) requests. */
898
- database?: string;
899
- /** 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. */
900
- collectionNamePattern?: string;
901
- /** 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. */
902
- partitionKey?: string;
903
- /** The name of the field in output events used to specify the primary key which insert or update operations are based on. */
904
- documentId?: string;
905
- /** Authentication Mode. */
906
- authenticationMode?: AuthenticationMode;
907
- }
908
-
909
- /**
910
- * Defines values for Encoding. \
911
- * {@link KnownEncoding} can be used interchangeably with Encoding,
912
- * this enum contains the known values that the service supports.
913
- * ### Known values supported by the service
914
- * **UTF8**
915
- */
916
- export declare type Encoding = string;
917
-
918
- /** Common error details representation. */
919
- export declare interface ErrorDetails {
920
- /** Error code. */
921
- code?: string;
922
- /** Error target. */
923
- target?: string;
924
- /** Error message. */
925
- message?: string;
926
- }
927
-
928
- /** Error definition properties. */
929
- export declare interface ErrorError {
930
- /** Error code. */
931
- code?: string;
932
- /** Error message. */
933
- message?: string;
934
- /** Error target. */
935
- target?: string;
936
- /** Error details. */
937
- details?: ErrorDetails[];
938
- }
939
-
940
- /** Common error representation. */
941
- export declare interface ErrorModel {
942
- /** Error definition properties. */
943
- error?: ErrorError;
944
- }
945
-
946
- /** Describes the error that occurred. */
947
- export declare interface ErrorResponse {
948
- /**
949
- * Error code associated with the error that occurred.
950
- * NOTE: This property will not be serialized. It can only be populated by the server.
951
- */
952
- readonly code?: string;
953
- /**
954
- * Describes the error in detail.
955
- * NOTE: This property will not be serialized. It can only be populated by the server.
956
- */
957
- readonly message?: string;
958
- }
959
-
960
- /**
961
- * Defines values for EventGridEventSchemaType. \
962
- * {@link KnownEventGridEventSchemaType} can be used interchangeably with EventGridEventSchemaType,
963
- * this enum contains the known values that the service supports.
964
- * ### Known values supported by the service
965
- * **EventGridEventSchema** \
966
- * **CloudEventSchema**
967
- */
968
- export declare type EventGridEventSchemaType = string;
969
-
970
- /** Describes an event grid input data source that contains stream data. */
971
- export declare interface EventGridStreamInputDataSource extends StreamInputDataSource {
972
- /** Polymorphic discriminator, which specifies the different types this object can be */
973
- type: "Microsoft.EventGrid/EventSubscriptions";
974
- /** Subscribers for the Event Grid. Currently only EventHub Subscriber is supported. */
975
- subscriber?: EventHubV2StreamInputDataSource;
976
- /** Indicates the Event Grid schema type. */
977
- schema?: EventGridEventSchemaType;
978
- /** A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests. */
979
- storageAccounts?: StorageAccount[];
980
- /** List of Event Types that are supported by the Event Grid adapter. */
981
- eventTypes?: string[];
982
- }
983
-
984
- /** The common properties that are associated with Event Hub data sources. */
985
- export declare interface EventHubDataSourceProperties extends ServiceBusDataSourceProperties {
986
- /** The name of the Event Hub. Required on PUT (CreateOrReplace) requests. */
987
- eventHubName?: string;
988
- /** The partition count of the event hub data source. Range 1 - 256. */
989
- partitionCount?: number;
990
- }
991
-
992
- /** Describes an Event Hub output data source. */
993
- export declare interface EventHubOutputDataSource extends OutputDataSource {
994
- /** Polymorphic discriminator, which specifies the different types this object can be */
995
- type: "Microsoft.ServiceBus/EventHub";
996
- /** The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
997
- serviceBusNamespace?: string;
998
- /** The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
999
- sharedAccessPolicyName?: string;
1000
- /** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */
1001
- sharedAccessPolicyKey?: string;
1002
- /** Authentication Mode. */
1003
- authenticationMode?: AuthenticationMode;
1004
- /** The name of the Event Hub. Required on PUT (CreateOrReplace) requests. */
1005
- eventHubName?: string;
1006
- /** The partition count of the event hub data source. Range 1 - 256. */
1007
- partitionCount?: number;
1008
- /** The key/column that is used to determine to which partition to send event data. */
1009
- partitionKey?: string;
1010
- /** The properties associated with this Event Hub output. */
1011
- propertyColumns?: string[];
1012
- }
1013
-
1014
- /** The properties that are associated with an Event Hub output. */
1015
- export declare interface EventHubOutputDataSourceProperties extends EventHubDataSourceProperties {
1016
- /** The key/column that is used to determine to which partition to send event data. */
1017
- partitionKey?: string;
1018
- /** The properties associated with this Event Hub output. */
1019
- propertyColumns?: string[];
1020
- }
1021
-
1022
- /** Describes an Event Hub input data source that contains stream data. */
1023
- export declare interface EventHubStreamInputDataSource extends StreamInputDataSource {
1024
- /** Polymorphic discriminator, which specifies the different types this object can be */
1025
- type: "Microsoft.ServiceBus/EventHub";
1026
- /** The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
1027
- serviceBusNamespace?: string;
1028
- /** The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
1029
- sharedAccessPolicyName?: string;
1030
- /** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */
1031
- sharedAccessPolicyKey?: string;
1032
- /** Authentication Mode. */
1033
- authenticationMode?: AuthenticationMode;
1034
- /** The name of the Event Hub. Required on PUT (CreateOrReplace) requests. */
1035
- eventHubName?: string;
1036
- /** The partition count of the event hub data source. Range 1 - 256. */
1037
- partitionCount?: number;
1038
- /** 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. */
1039
- consumerGroupName?: string;
1040
- /** The number of messages that the message receiver can simultaneously request. */
1041
- prefetchCount?: number;
1042
- }
1043
-
1044
- /** The properties that are associated with a Event Hub input containing stream data. */
1045
- export declare interface EventHubStreamInputDataSourceProperties extends EventHubDataSourceProperties {
1046
- /** 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. */
1047
- consumerGroupName?: string;
1048
- /** The number of messages that the message receiver can simultaneously request. */
1049
- prefetchCount?: number;
1050
- }
1051
-
1052
- /** Describes an Event Hub output data source. */
1053
- export declare interface EventHubV2OutputDataSource extends OutputDataSource {
1054
- /** Polymorphic discriminator, which specifies the different types this object can be */
1055
- type: "Microsoft.EventHub/EventHub";
1056
- /** The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
1057
- serviceBusNamespace?: string;
1058
- /** The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
1059
- sharedAccessPolicyName?: string;
1060
- /** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */
1061
- sharedAccessPolicyKey?: string;
1062
- /** Authentication Mode. */
1063
- authenticationMode?: AuthenticationMode;
1064
- /** The name of the Event Hub. Required on PUT (CreateOrReplace) requests. */
1065
- eventHubName?: string;
1066
- /** The partition count of the event hub data source. Range 1 - 256. */
1067
- partitionCount?: number;
1068
- /** The key/column that is used to determine to which partition to send event data. */
1069
- partitionKey?: string;
1070
- /** The properties associated with this Event Hub output. */
1071
- propertyColumns?: string[];
1072
- }
1073
-
1074
- /** Describes an Event Hub input data source that contains stream data. */
1075
- export declare interface EventHubV2StreamInputDataSource extends StreamInputDataSource {
1076
- /** Polymorphic discriminator, which specifies the different types this object can be */
1077
- type: "Microsoft.EventHub/EventHub";
1078
- /** The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
1079
- serviceBusNamespace?: string;
1080
- /** The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
1081
- sharedAccessPolicyName?: string;
1082
- /** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */
1083
- sharedAccessPolicyKey?: string;
1084
- /** Authentication Mode. */
1085
- authenticationMode?: AuthenticationMode;
1086
- /** The name of the Event Hub. Required on PUT (CreateOrReplace) requests. */
1087
- eventHubName?: string;
1088
- /** The partition count of the event hub data source. Range 1 - 256. */
1089
- partitionCount?: number;
1090
- /** 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. */
1091
- consumerGroupName?: string;
1092
- /** The number of messages that the message receiver can simultaneously request. */
1093
- prefetchCount?: number;
1094
- }
1095
-
1096
- /**
1097
- * Defines values for EventSerializationType. \
1098
- * {@link KnownEventSerializationType} can be used interchangeably with EventSerializationType,
1099
- * this enum contains the known values that the service supports.
1100
- * ### Known values supported by the service
1101
- * **Csv** \
1102
- * **Avro** \
1103
- * **Json** \
1104
- * **CustomClr** \
1105
- * **Parquet** \
1106
- * **Delta**
1107
- */
1108
- export declare type EventSerializationType = string;
1109
-
1110
- /**
1111
- * Defines values for EventsOutOfOrderPolicy. \
1112
- * {@link KnownEventsOutOfOrderPolicy} can be used interchangeably with EventsOutOfOrderPolicy,
1113
- * this enum contains the known values that the service supports.
1114
- * ### Known values supported by the service
1115
- * **Adjust** \
1116
- * **Drop**
1117
- */
1118
- export declare type EventsOutOfOrderPolicy = string;
1119
-
1120
- /** The storage account where the custom code artifacts are located. */
1121
- declare interface External_2 {
1122
- /** The properties that are associated with an Azure Storage account */
1123
- storageAccount?: StorageAccount;
1124
- /** The UserCustomCode container. */
1125
- container?: string;
1126
- /** The UserCustomCode path. */
1127
- path?: string;
1128
- /** The refresh parameters for any/all updatable user defined functions present in the job config. */
1129
- refreshConfiguration?: RefreshConfiguration;
1130
- }
1131
- export { External_2 as External }
1132
-
1133
- /** Describes a file input data source that contains reference data. */
1134
- export declare interface FileReferenceInputDataSource extends ReferenceInputDataSource {
1135
- /** Polymorphic discriminator, which specifies the different types this object can be */
1136
- type: "File";
1137
- /** The path of the file. */
1138
- path?: string;
1139
- }
1140
-
1141
- /** The physical binding of the function. For example, in the Azure Machine Learning web service’s case, this describes the endpoint. */
1142
- export declare interface FunctionBinding {
1143
- /** Polymorphic discriminator, which specifies the different types this object can be */
1144
- type: "Microsoft.MachineLearning/WebService" | "Microsoft.StreamAnalytics/JavascriptUdf" | "Microsoft.StreamAnalytics/CLRUdf" | "Microsoft.MachineLearningServices";
1145
- }
1146
-
1147
- export declare type FunctionBindingUnion = FunctionBinding | AzureMachineLearningStudioFunctionBinding | JavaScriptFunctionBinding | CSharpFunctionBinding | AzureMachineLearningServiceFunctionBinding;
1148
-
1149
- /** Describes one input parameter of a function. */
1150
- export declare interface FunctionInput {
1151
- /** 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 */
1152
- dataType?: string;
1153
- /** A flag indicating if the parameter is a configuration parameter. True if this input parameter is expected to be a constant. Default is false. */
1154
- isConfigurationParameter?: boolean;
1155
- }
1156
-
1157
- /** Object containing a list of functions under a streaming job. */
1158
- export declare interface FunctionListResult {
1159
- /**
1160
- * A list of functions under a streaming job. Populated by a 'List' operation.
1161
- * NOTE: This property will not be serialized. It can only be populated by the server.
1162
- */
1163
- readonly value?: FunctionModel[];
1164
- /**
1165
- * The link (url) to the next page of results.
1166
- * NOTE: This property will not be serialized. It can only be populated by the server.
1167
- */
1168
- readonly nextLink?: string;
1169
- }
1170
-
1171
- /** A function object, containing all information associated with the named function. All functions are contained under a streaming job. */
1172
- export declare interface FunctionModel extends SubResource {
1173
- /** The properties that are associated with a function. */
1174
- properties?: FunctionPropertiesUnion;
1175
- }
1176
-
1177
- /** Describes the output of a function. */
1178
- export declare interface FunctionOutput {
1179
- /** 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 */
1180
- dataType?: string;
1181
- }
1182
-
1183
- /** The properties that are associated with a function. */
1184
- export declare interface FunctionProperties {
1185
- /** Polymorphic discriminator, which specifies the different types this object can be */
1186
- type: "Scalar" | "Aggregate";
1187
- /**
1188
- * 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.
1189
- * NOTE: This property will not be serialized. It can only be populated by the server.
1190
- */
1191
- readonly etag?: string;
1192
- inputs?: FunctionInput[];
1193
- /** Describes the output of a function. */
1194
- output?: FunctionOutput;
1195
- /** The physical binding of the function. For example, in the Azure Machine Learning web service’s case, this describes the endpoint. */
1196
- binding?: FunctionBindingUnion;
1197
- }
1198
-
1199
- export declare type FunctionPropertiesUnion = FunctionProperties | ScalarFunctionProperties | AggregateFunctionProperties;
1200
-
1201
- /** Parameters used to specify the type of function to retrieve the default definition for. */
1202
- export declare interface FunctionRetrieveDefaultDefinitionParameters {
1203
- /** Polymorphic discriminator, which specifies the different types this object can be */
1204
- bindingType: "Microsoft.MachineLearning/WebService" | "Microsoft.MachineLearningServices" | "Microsoft.StreamAnalytics/JavascriptUdf" | "Microsoft.StreamAnalytics/CLRUdf";
1205
- }
1206
-
1207
- export declare type FunctionRetrieveDefaultDefinitionParametersUnion = FunctionRetrieveDefaultDefinitionParameters | AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters | AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters | JavaScriptFunctionRetrieveDefaultDefinitionParameters | CSharpFunctionRetrieveDefaultDefinitionParameters;
1208
-
1209
- /** Interface representing a Functions. */
1210
- export declare interface Functions {
1211
- /**
1212
- * Lists all of the functions under the specified streaming job.
1213
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1214
- * @param jobName The name of the streaming job.
1215
- * @param options The options parameters.
1216
- */
1217
- listByStreamingJob(resourceGroupName: string, jobName: string, options?: FunctionsListByStreamingJobOptionalParams): PagedAsyncIterableIterator<FunctionModel>;
1218
- /**
1219
- * Creates a function or replaces an already existing function under an existing streaming job.
1220
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1221
- * @param jobName The name of the streaming job.
1222
- * @param functionName The name of the function.
1223
- * @param functionParam The definition of the function that will be used to create a new function or
1224
- * replace the existing one under the streaming job.
1225
- * @param options The options parameters.
1226
- */
1227
- createOrReplace(resourceGroupName: string, jobName: string, functionName: string, functionParam: FunctionModel, options?: FunctionsCreateOrReplaceOptionalParams): Promise<FunctionsCreateOrReplaceResponse>;
1228
- /**
1229
- * Updates an existing function under an existing streaming job. This can be used to partially update
1230
- * (ie. update one or two properties) a function without affecting the rest the job or function
1231
- * definition.
1232
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1233
- * @param jobName The name of the streaming job.
1234
- * @param functionName The name of the function.
1235
- * @param functionParam A function object. The properties specified here will overwrite the
1236
- * corresponding properties in the existing function (ie. Those properties will be updated). Any
1237
- * properties that are set to null here will mean that the corresponding property in the existing
1238
- * function will remain the same and not change as a result of this PATCH operation.
1239
- * @param options The options parameters.
1240
- */
1241
- update(resourceGroupName: string, jobName: string, functionName: string, functionParam: FunctionModel, options?: FunctionsUpdateOptionalParams): Promise<FunctionsUpdateResponse>;
1242
- /**
1243
- * Deletes a function from the streaming job.
1244
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1245
- * @param jobName The name of the streaming job.
1246
- * @param functionName The name of the function.
1247
- * @param options The options parameters.
1248
- */
1249
- delete(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsDeleteOptionalParams): Promise<void>;
1250
- /**
1251
- * Gets details about the specified function.
1252
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1253
- * @param jobName The name of the streaming job.
1254
- * @param functionName The name of the function.
1255
- * @param options The options parameters.
1256
- */
1257
- get(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsGetOptionalParams): Promise<FunctionsGetResponse>;
1258
- /**
1259
- * Tests if the information provided for a function is valid. This can range from testing the
1260
- * connection to the underlying web service behind the function or making sure the function code
1261
- * provided is syntactically correct.
1262
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1263
- * @param jobName The name of the streaming job.
1264
- * @param functionName The name of the function.
1265
- * @param options The options parameters.
1266
- */
1267
- beginTest(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsTestOptionalParams): Promise<SimplePollerLike<OperationState<FunctionsTestResponse>, FunctionsTestResponse>>;
1268
- /**
1269
- * Tests if the information provided for a function is valid. This can range from testing the
1270
- * connection to the underlying web service behind the function or making sure the function code
1271
- * provided is syntactically correct.
1272
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1273
- * @param jobName The name of the streaming job.
1274
- * @param functionName The name of the function.
1275
- * @param options The options parameters.
1276
- */
1277
- beginTestAndWait(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsTestOptionalParams): Promise<FunctionsTestResponse>;
1278
- /**
1279
- * Retrieves the default definition of a function based on the parameters specified.
1280
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1281
- * @param jobName The name of the streaming job.
1282
- * @param functionName The name of the function.
1283
- * @param options The options parameters.
1284
- */
1285
- retrieveDefaultDefinition(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsRetrieveDefaultDefinitionOptionalParams): Promise<FunctionsRetrieveDefaultDefinitionResponse>;
1286
- }
1287
-
1288
- /** Defines headers for Functions_createOrReplace operation. */
1289
- export declare interface FunctionsCreateOrReplaceHeaders {
1290
- /** 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. */
1291
- eTag?: string;
1292
- }
1293
-
1294
- /** Optional parameters. */
1295
- export declare interface FunctionsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
1296
- /** 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. */
1297
- ifMatch?: string;
1298
- /** 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. */
1299
- ifNoneMatch?: string;
1300
- }
1301
-
1302
- /** Contains response data for the createOrReplace operation. */
1303
- export declare type FunctionsCreateOrReplaceResponse = FunctionsCreateOrReplaceHeaders & FunctionModel;
1304
-
1305
- /** Optional parameters. */
1306
- export declare interface FunctionsDeleteOptionalParams extends coreClient.OperationOptions {
1307
- }
1308
-
1309
- /** Defines headers for Functions_get operation. */
1310
- export declare interface FunctionsGetHeaders {
1311
- /** 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. */
1312
- eTag?: string;
1313
- }
1314
-
1315
- /** Optional parameters. */
1316
- export declare interface FunctionsGetOptionalParams extends coreClient.OperationOptions {
1317
- }
1318
-
1319
- /** Contains response data for the get operation. */
1320
- export declare type FunctionsGetResponse = FunctionsGetHeaders & FunctionModel;
1321
-
1322
- /** Optional parameters. */
1323
- export declare interface FunctionsListByStreamingJobNextOptionalParams extends coreClient.OperationOptions {
1324
- }
1325
-
1326
- /** Contains response data for the listByStreamingJobNext operation. */
1327
- export declare type FunctionsListByStreamingJobNextResponse = FunctionListResult;
1328
-
1329
- /** Optional parameters. */
1330
- export declare interface FunctionsListByStreamingJobOptionalParams extends coreClient.OperationOptions {
1331
- /** 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. */
1332
- select?: string;
1333
- }
1334
-
1335
- /** Contains response data for the listByStreamingJob operation. */
1336
- export declare type FunctionsListByStreamingJobResponse = FunctionListResult;
1337
-
1338
- /** Optional parameters. */
1339
- export declare interface FunctionsRetrieveDefaultDefinitionOptionalParams extends coreClient.OperationOptions {
1340
- /** Parameters used to specify the type of function to retrieve the default definition for. */
1341
- functionRetrieveDefaultDefinitionParameters?: FunctionRetrieveDefaultDefinitionParametersUnion;
1342
- }
1343
-
1344
- /** Contains response data for the retrieveDefaultDefinition operation. */
1345
- export declare type FunctionsRetrieveDefaultDefinitionResponse = FunctionModel;
1346
-
1347
- /** Optional parameters. */
1348
- export declare interface FunctionsTestOptionalParams extends coreClient.OperationOptions {
1349
- /** 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. */
1350
- function?: FunctionModel;
1351
- /** Delay to wait until next poll, in milliseconds. */
1352
- updateIntervalInMs?: number;
1353
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1354
- resumeFrom?: string;
1355
- }
1356
-
1357
- /** Contains response data for the test operation. */
1358
- export declare type FunctionsTestResponse = ResourceTestStatus;
1359
-
1360
- /** Defines headers for Functions_update operation. */
1361
- export declare interface FunctionsUpdateHeaders {
1362
- /** 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. */
1363
- eTag?: string;
1364
- }
1365
-
1366
- /** Optional parameters. */
1367
- export declare interface FunctionsUpdateOptionalParams extends coreClient.OperationOptions {
1368
- /** 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. */
1369
- ifMatch?: string;
1370
- }
1371
-
1372
- /** Contains response data for the update operation. */
1373
- export declare type FunctionsUpdateResponse = FunctionsUpdateHeaders & FunctionModel;
1374
-
1375
- /** Describes a Gateway Message Bus output data source. */
1376
- export declare interface GatewayMessageBusOutputDataSource extends OutputDataSource {
1377
- /** Polymorphic discriminator, which specifies the different types this object can be */
1378
- type: "GatewayMessageBus";
1379
- /** The name of the Service Bus topic. */
1380
- topic?: string;
1381
- }
1382
-
1383
- /** The properties that are associated with a Gateway Message Bus. */
1384
- export declare interface GatewayMessageBusOutputDataSourceProperties extends GatewayMessageBusSourceProperties {
1385
- }
1386
-
1387
- /** The properties that are associated with a gateway message bus datasource. */
1388
- export declare interface GatewayMessageBusSourceProperties {
1389
- /** The name of the Service Bus topic. */
1390
- topic?: string;
1391
- }
1392
-
1393
- /** Describes a blob input data source that contains stream data. */
1394
- export declare interface GatewayMessageBusStreamInputDataSource extends StreamInputDataSource {
1395
- /** Polymorphic discriminator, which specifies the different types this object can be */
1396
- type: "GatewayMessageBus";
1397
- /** The name of the Service Bus topic. */
1398
- topic?: string;
1399
- }
1400
-
1401
- /** The properties that are associated with a gateway message bus input containing stream data. */
1402
- export declare interface GatewayMessageBusStreamInputDataSourceProperties extends GatewayMessageBusSourceProperties {
1403
- }
1404
-
1405
- /**
1406
- * Given the last `.value` produced by the `byPage` iterator,
1407
- * returns a continuation token that can be used to begin paging from
1408
- * that point later.
1409
- * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
1410
- * @returns The continuation token that can be passed into byPage() during future calls.
1411
- */
1412
- export declare function getContinuationToken(page: unknown): string | undefined;
1413
-
1414
- /** Describes an available SKU information. */
1415
- export declare interface GetStreamingJobSkuResult {
1416
- /**
1417
- * The type of resource the SKU applies to.
1418
- * NOTE: This property will not be serialized. It can only be populated by the server.
1419
- */
1420
- readonly resourceType?: ResourceType;
1421
- /**
1422
- * The properties that are associated with a SKU.
1423
- * NOTE: This property will not be serialized. It can only be populated by the server.
1424
- */
1425
- readonly sku?: GetStreamingJobSkuResultSku;
1426
- /**
1427
- * Describes scaling information of a SKU.
1428
- * NOTE: This property will not be serialized. It can only be populated by the server.
1429
- */
1430
- readonly capacity?: SkuCapacity;
1431
- }
1432
-
1433
- /** Result of the request to get streaming job SKUs. */
1434
- export declare interface GetStreamingJobSkuResults {
1435
- /** The list of available SKUs that the streaming job can use. */
1436
- value?: GetStreamingJobSkuResult[];
1437
- /**
1438
- * The link (url) to the next page of results.
1439
- * NOTE: This property will not be serialized. It can only be populated by the server.
1440
- */
1441
- readonly nextLink?: string;
1442
- }
1443
-
1444
- /** The properties that are associated with a SKU. */
1445
- export declare interface GetStreamingJobSkuResultSku {
1446
- /** The name of the SKU. */
1447
- name?: SkuName;
1448
- }
1449
-
1450
- /** Describes how identity is verified */
1451
- export declare interface Identity {
1452
- /**
1453
- * The tenantId of the identity.
1454
- * NOTE: This property will not be serialized. It can only be populated by the server.
1455
- */
1456
- readonly tenantId?: string;
1457
- /**
1458
- * The principalId of the identity.
1459
- * NOTE: This property will not be serialized. It can only be populated by the server.
1460
- */
1461
- readonly principalId?: string;
1462
- /** The type of identity, can be SystemAssigned or UserAssigned. */
1463
- type?: string;
1464
- /** The user assigned identities associated with the streaming job resource. */
1465
- userAssignedIdentities?: {
1466
- [propertyName: string]: Record<string, unknown>;
1467
- };
1468
- }
1469
-
1470
- /** An input object, containing all information associated with the named input. All inputs are contained under a streaming job. */
1471
- export declare interface Input extends SubResource {
1472
- /** The properties that are associated with an input. Required on PUT (CreateOrReplace) requests. */
1473
- properties?: InputPropertiesUnion;
1474
- }
1475
-
1476
- /** Object containing a list of inputs under a streaming job. */
1477
- export declare interface InputListResult {
1478
- /**
1479
- * A list of inputs under a streaming job. Populated by a 'List' operation.
1480
- * NOTE: This property will not be serialized. It can only be populated by the server.
1481
- */
1482
- readonly value?: Input[];
1483
- /**
1484
- * The link (url) to the next page of results.
1485
- * NOTE: This property will not be serialized. It can only be populated by the server.
1486
- */
1487
- readonly nextLink?: string;
1488
- }
1489
-
1490
- /** The properties that are associated with an input. */
1491
- export declare interface InputProperties {
1492
- /** Polymorphic discriminator, which specifies the different types this object can be */
1493
- type: "Stream" | "Reference";
1494
- /** Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests. */
1495
- serialization?: SerializationUnion;
1496
- /**
1497
- * Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.
1498
- * NOTE: This property will not be serialized. It can only be populated by the server.
1499
- */
1500
- readonly diagnostics?: Diagnostics;
1501
- /**
1502
- * 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.
1503
- * NOTE: This property will not be serialized. It can only be populated by the server.
1504
- */
1505
- readonly etag?: string;
1506
- /** Describes how input data is compressed */
1507
- compression?: Compression;
1508
- /** partitionKey Describes a key in the input data which is used for partitioning the input data */
1509
- partitionKey?: string;
1510
- /** Settings which determine whether to read watermark events. */
1511
- watermarkSettings?: InputWatermarkProperties;
1512
- }
1513
-
1514
- export declare type InputPropertiesUnion = InputProperties | StreamInputProperties | ReferenceInputProperties;
1515
-
1516
- /** Interface representing a Inputs. */
1517
- export declare interface Inputs {
1518
- /**
1519
- * Lists all of the inputs under the specified streaming job.
1520
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1521
- * @param jobName The name of the streaming job.
1522
- * @param options The options parameters.
1523
- */
1524
- listByStreamingJob(resourceGroupName: string, jobName: string, options?: InputsListByStreamingJobOptionalParams): PagedAsyncIterableIterator<Input>;
1525
- /**
1526
- * Creates an input or replaces an already existing input under an existing streaming job.
1527
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1528
- * @param jobName The name of the streaming job.
1529
- * @param inputName The name of the input.
1530
- * @param input The definition of the input that will be used to create a new input or replace the
1531
- * existing one under the streaming job.
1532
- * @param options The options parameters.
1533
- */
1534
- createOrReplace(resourceGroupName: string, jobName: string, inputName: string, input: Input, options?: InputsCreateOrReplaceOptionalParams): Promise<InputsCreateOrReplaceResponse>;
1535
- /**
1536
- * Updates an existing input under an existing streaming job. This can be used to partially update (ie.
1537
- * update one or two properties) an input without affecting the rest the job or input definition.
1538
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1539
- * @param jobName The name of the streaming job.
1540
- * @param inputName The name of the input.
1541
- * @param input An Input object. The properties specified here will overwrite the corresponding
1542
- * properties in the existing input (ie. Those properties will be updated). Any properties that are set
1543
- * to null here will mean that the corresponding property in the existing input will remain the same
1544
- * and not change as a result of this PATCH operation.
1545
- * @param options The options parameters.
1546
- */
1547
- update(resourceGroupName: string, jobName: string, inputName: string, input: Input, options?: InputsUpdateOptionalParams): Promise<InputsUpdateResponse>;
1548
- /**
1549
- * Deletes an input from the streaming job.
1550
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1551
- * @param jobName The name of the streaming job.
1552
- * @param inputName The name of the input.
1553
- * @param options The options parameters.
1554
- */
1555
- delete(resourceGroupName: string, jobName: string, inputName: string, options?: InputsDeleteOptionalParams): Promise<void>;
1556
- /**
1557
- * Gets details about the specified input.
1558
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1559
- * @param jobName The name of the streaming job.
1560
- * @param inputName The name of the input.
1561
- * @param options The options parameters.
1562
- */
1563
- get(resourceGroupName: string, jobName: string, inputName: string, options?: InputsGetOptionalParams): Promise<InputsGetResponse>;
1564
- /**
1565
- * Tests whether an input’s datasource is reachable and usable by the Azure Stream Analytics service.
1566
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1567
- * @param jobName The name of the streaming job.
1568
- * @param inputName The name of the input.
1569
- * @param options The options parameters.
1570
- */
1571
- beginTest(resourceGroupName: string, jobName: string, inputName: string, options?: InputsTestOptionalParams): Promise<SimplePollerLike<OperationState<InputsTestResponse>, InputsTestResponse>>;
1572
- /**
1573
- * Tests whether an input’s datasource is reachable and usable by the Azure Stream Analytics service.
1574
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1575
- * @param jobName The name of the streaming job.
1576
- * @param inputName The name of the input.
1577
- * @param options The options parameters.
1578
- */
1579
- beginTestAndWait(resourceGroupName: string, jobName: string, inputName: string, options?: InputsTestOptionalParams): Promise<InputsTestResponse>;
1580
- }
1581
-
1582
- /** Defines headers for Inputs_createOrReplace operation. */
1583
- export declare interface InputsCreateOrReplaceHeaders {
1584
- /** 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. */
1585
- eTag?: string;
1586
- }
1587
-
1588
- /** Optional parameters. */
1589
- export declare interface InputsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
1590
- /** 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. */
1591
- ifMatch?: string;
1592
- /** 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. */
1593
- ifNoneMatch?: string;
1594
- }
1595
-
1596
- /** Contains response data for the createOrReplace operation. */
1597
- export declare type InputsCreateOrReplaceResponse = InputsCreateOrReplaceHeaders & Input;
1598
-
1599
- /** Optional parameters. */
1600
- export declare interface InputsDeleteOptionalParams extends coreClient.OperationOptions {
1601
- }
1602
-
1603
- /** Defines headers for Inputs_get operation. */
1604
- export declare interface InputsGetHeaders {
1605
- /** 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. */
1606
- eTag?: string;
1607
- }
1608
-
1609
- /** Optional parameters. */
1610
- export declare interface InputsGetOptionalParams extends coreClient.OperationOptions {
1611
- }
1612
-
1613
- /** Contains response data for the get operation. */
1614
- export declare type InputsGetResponse = InputsGetHeaders & Input;
1615
-
1616
- /** Optional parameters. */
1617
- export declare interface InputsListByStreamingJobNextOptionalParams extends coreClient.OperationOptions {
1618
- }
1619
-
1620
- /** Contains response data for the listByStreamingJobNext operation. */
1621
- export declare type InputsListByStreamingJobNextResponse = InputListResult;
1622
-
1623
- /** Optional parameters. */
1624
- export declare interface InputsListByStreamingJobOptionalParams extends coreClient.OperationOptions {
1625
- /** 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. */
1626
- select?: string;
1627
- }
1628
-
1629
- /** Contains response data for the listByStreamingJob operation. */
1630
- export declare type InputsListByStreamingJobResponse = InputListResult;
1631
-
1632
- /** Optional parameters. */
1633
- export declare interface InputsTestOptionalParams extends coreClient.OperationOptions {
1634
- /** 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. */
1635
- input?: Input;
1636
- /** Delay to wait until next poll, in milliseconds. */
1637
- updateIntervalInMs?: number;
1638
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1639
- resumeFrom?: string;
1640
- }
1641
-
1642
- /** Contains response data for the test operation. */
1643
- export declare type InputsTestResponse = ResourceTestStatus;
1644
-
1645
- /** Defines headers for Inputs_update operation. */
1646
- export declare interface InputsUpdateHeaders {
1647
- /** 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. */
1648
- eTag?: string;
1649
- }
1650
-
1651
- /** Optional parameters. */
1652
- export declare interface InputsUpdateOptionalParams extends coreClient.OperationOptions {
1653
- /** 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. */
1654
- ifMatch?: string;
1655
- }
1656
-
1657
- /** Contains response data for the update operation. */
1658
- export declare type InputsUpdateResponse = InputsUpdateHeaders & Input;
1659
-
1660
- /**
1661
- * Defines values for InputWatermarkMode. \
1662
- * {@link KnownInputWatermarkMode} can be used interchangeably with InputWatermarkMode,
1663
- * this enum contains the known values that the service supports.
1664
- * ### Known values supported by the service
1665
- * **None** \
1666
- * **ReadWatermark**
1667
- */
1668
- export declare type InputWatermarkMode = string;
1669
-
1670
- /** Settings which determine whether to read watermark events. */
1671
- export declare interface InputWatermarkProperties {
1672
- /** The input watermark mode. */
1673
- watermarkMode?: InputWatermarkMode;
1674
- }
1675
-
1676
- /** Describes an IoT Hub input data source that contains stream data. */
1677
- export declare interface IoTHubStreamInputDataSource extends StreamInputDataSource {
1678
- /** Polymorphic discriminator, which specifies the different types this object can be */
1679
- type: "Microsoft.Devices/IotHubs";
1680
- /** The name or the URI of the IoT Hub. Required on PUT (CreateOrReplace) requests. */
1681
- iotHubNamespace?: string;
1682
- /** The shared access policy name for the IoT Hub. This policy must contain at least the Service connect permission. Required on PUT (CreateOrReplace) requests. */
1683
- sharedAccessPolicyName?: string;
1684
- /** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */
1685
- sharedAccessPolicyKey?: string;
1686
- /** 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. */
1687
- consumerGroupName?: string;
1688
- /** The IoT Hub endpoint to connect to (ie. messages/events, messages/operationsMonitoringEvents, etc.). */
1689
- endpoint?: string;
1690
- }
1691
-
1692
- /** The binding to a JavaScript function. */
1693
- export declare interface JavaScriptFunctionBinding extends FunctionBinding {
1694
- /** Polymorphic discriminator, which specifies the different types this object can be */
1695
- type: "Microsoft.StreamAnalytics/JavascriptUdf";
1696
- /** The JavaScript code containing a single function definition. For example: 'function (x, y) { return x + y; }' */
1697
- script?: string;
1698
- }
1699
-
1700
- /** The parameters needed to retrieve the default function definition for a JavaScript function. */
1701
- export declare interface JavaScriptFunctionRetrieveDefaultDefinitionParameters extends FunctionRetrieveDefaultDefinitionParameters {
1702
- /** Polymorphic discriminator, which specifies the different types this object can be */
1703
- bindingType: "Microsoft.StreamAnalytics/JavascriptUdf";
1704
- /** The JavaScript code containing a single function definition. For example: 'function (x, y) { return x + y; }'. */
1705
- script?: string;
1706
- /** The function type. */
1707
- udfType?: "Scalar";
1708
- }
1709
-
1710
- /**
1711
- * Defines values for JobState. \
1712
- * {@link KnownJobState} can be used interchangeably with JobState,
1713
- * this enum contains the known values that the service supports.
1714
- * ### Known values supported by the service
1715
- * **Created**: The job is currently in the Created state. \
1716
- * **Starting**: The job is currently in the Starting state. \
1717
- * **Running**: The job is currently in the Running state. \
1718
- * **Stopping**: The job is currently in the Stopping state. \
1719
- * **Stopped**: The job is currently in the Stopped state. \
1720
- * **Deleting**: The job is currently in the Deleting state. \
1721
- * **Failed**: The job is currently in the Failed state. \
1722
- * **Degraded**: The job is currently in the Degraded state. \
1723
- * **Restarting**: The job is currently in the Restarting state. \
1724
- * **Scaling**: The job is currently in the Scaling state.
1725
- */
1726
- export declare type JobState = string;
1727
-
1728
- /** The properties that are associated with an Azure Storage account with MSI */
1729
- export declare interface JobStorageAccount extends StorageAccount {
1730
- }
1731
-
1732
- /**
1733
- * Defines values for JobType. \
1734
- * {@link KnownJobType} can be used interchangeably with JobType,
1735
- * this enum contains the known values that the service supports.
1736
- * ### Known values supported by the service
1737
- * **Cloud** \
1738
- * **Edge**
1739
- */
1740
- export declare type JobType = string;
1741
-
1742
- /**
1743
- * Defines values for JsonOutputSerializationFormat. \
1744
- * {@link KnownJsonOutputSerializationFormat} can be used interchangeably with JsonOutputSerializationFormat,
1745
- * this enum contains the known values that the service supports.
1746
- * ### Known values supported by the service
1747
- * **LineSeparated** \
1748
- * **Array**
1749
- */
1750
- export declare type JsonOutputSerializationFormat = string;
1751
-
1752
- /** Describes how data from an input is serialized or how data is serialized when written to an output in JSON format. */
1753
- export declare interface JsonSerialization extends Serialization {
1754
- /** Polymorphic discriminator, which specifies the different types this object can be */
1755
- type: "Json";
1756
- /** 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. */
1757
- encoding?: Encoding;
1758
- /** 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. */
1759
- format?: JsonOutputSerializationFormat;
1760
- }
1761
-
1762
- /** Known values of {@link AuthenticationMode} that the service accepts. */
1763
- export declare enum KnownAuthenticationMode {
1764
- /** Msi */
1765
- Msi = "Msi",
1766
- /** UserToken */
1767
- UserToken = "UserToken",
1768
- /** ConnectionString */
1769
- ConnectionString = "ConnectionString"
1770
- }
1771
-
1772
- /** Known values of {@link BlobWriteMode} that the service accepts. */
1773
- export declare enum KnownBlobWriteMode {
1774
- /** Append */
1775
- Append = "Append",
1776
- /** Once */
1777
- Once = "Once"
1778
- }
1779
-
1780
- /** Known values of {@link ClusterProvisioningState} that the service accepts. */
1781
- export declare enum KnownClusterProvisioningState {
1782
- /** The cluster provisioning succeeded. */
1783
- Succeeded = "Succeeded",
1784
- /** The cluster provisioning failed. */
1785
- Failed = "Failed",
1786
- /** The cluster provisioning was canceled. */
1787
- Canceled = "Canceled",
1788
- /** The cluster provisioning was inprogress. */
1789
- InProgress = "InProgress"
1790
- }
1791
-
1792
- /** Known values of {@link ClusterSkuName} that the service accepts. */
1793
- export declare enum KnownClusterSkuName {
1794
- /** The default SKU. */
1795
- Default = "Default"
1796
- }
1797
-
1798
- /** Known values of {@link CompatibilityLevel} that the service accepts. */
1799
- export declare enum KnownCompatibilityLevel {
1800
- /** One0 */
1801
- One0 = "1.0",
1802
- /** One2 */
1803
- One2 = "1.2"
1804
- }
1805
-
1806
- /** Known values of {@link CompressionType} that the service accepts. */
1807
- export declare enum KnownCompressionType {
1808
- /** None */
1809
- None = "None",
1810
- /** GZip */
1811
- GZip = "GZip",
1812
- /** Deflate */
1813
- Deflate = "Deflate"
1814
- }
1815
-
1816
- /** Known values of {@link ContentStoragePolicy} that the service accepts. */
1817
- export declare enum KnownContentStoragePolicy {
1818
- /** SystemAccount */
1819
- SystemAccount = "SystemAccount",
1820
- /** JobStorageAccount */
1821
- JobStorageAccount = "JobStorageAccount"
1822
- }
1823
-
1824
- /** Known values of {@link Encoding} that the service accepts. */
1825
- export declare enum KnownEncoding {
1826
- /** UTF8 */
1827
- UTF8 = "UTF8"
1828
- }
1829
-
1830
- /** Known values of {@link EventGridEventSchemaType} that the service accepts. */
1831
- export declare enum KnownEventGridEventSchemaType {
1832
- /** EventGridEventSchema */
1833
- EventGridEventSchema = "EventGridEventSchema",
1834
- /** CloudEventSchema */
1835
- CloudEventSchema = "CloudEventSchema"
1836
- }
1837
-
1838
- /** Known values of {@link EventSerializationType} that the service accepts. */
1839
- export declare enum KnownEventSerializationType {
1840
- /** Csv */
1841
- Csv = "Csv",
1842
- /** Avro */
1843
- Avro = "Avro",
1844
- /** Json */
1845
- Json = "Json",
1846
- /** CustomClr */
1847
- CustomClr = "CustomClr",
1848
- /** Parquet */
1849
- Parquet = "Parquet",
1850
- /** Delta */
1851
- Delta = "Delta"
1852
- }
1853
-
1854
- /** Known values of {@link EventsOutOfOrderPolicy} that the service accepts. */
1855
- export declare enum KnownEventsOutOfOrderPolicy {
1856
- /** Adjust */
1857
- Adjust = "Adjust",
1858
- /** Drop */
1859
- Drop = "Drop"
1860
- }
1861
-
1862
- /** Known values of {@link InputWatermarkMode} that the service accepts. */
1863
- export declare enum KnownInputWatermarkMode {
1864
- /** None */
1865
- None = "None",
1866
- /** ReadWatermark */
1867
- ReadWatermark = "ReadWatermark"
1868
- }
1869
-
1870
- /** Known values of {@link JobState} that the service accepts. */
1871
- export declare enum KnownJobState {
1872
- /** The job is currently in the Created state. */
1873
- Created = "Created",
1874
- /** The job is currently in the Starting state. */
1875
- Starting = "Starting",
1876
- /** The job is currently in the Running state. */
1877
- Running = "Running",
1878
- /** The job is currently in the Stopping state. */
1879
- Stopping = "Stopping",
1880
- /** The job is currently in the Stopped state. */
1881
- Stopped = "Stopped",
1882
- /** The job is currently in the Deleting state. */
1883
- Deleting = "Deleting",
1884
- /** The job is currently in the Failed state. */
1885
- Failed = "Failed",
1886
- /** The job is currently in the Degraded state. */
1887
- Degraded = "Degraded",
1888
- /** The job is currently in the Restarting state. */
1889
- Restarting = "Restarting",
1890
- /** The job is currently in the Scaling state. */
1891
- Scaling = "Scaling"
1892
- }
1893
-
1894
- /** Known values of {@link JobType} that the service accepts. */
1895
- export declare enum KnownJobType {
1896
- /** Cloud */
1897
- Cloud = "Cloud",
1898
- /** Edge */
1899
- Edge = "Edge"
1900
- }
1901
-
1902
- /** Known values of {@link JsonOutputSerializationFormat} that the service accepts. */
1903
- export declare enum KnownJsonOutputSerializationFormat {
1904
- /** LineSeparated */
1905
- LineSeparated = "LineSeparated",
1906
- /** Array */
1907
- Array = "Array"
1908
- }
1909
-
1910
- /** Known values of {@link OutputErrorPolicy} that the service accepts. */
1911
- export declare enum KnownOutputErrorPolicy {
1912
- /** Stop */
1913
- Stop = "Stop",
1914
- /** Drop */
1915
- Drop = "Drop"
1916
- }
1917
-
1918
- /** Known values of {@link OutputStartMode} that the service accepts. */
1919
- export declare enum KnownOutputStartMode {
1920
- /** JobStartTime */
1921
- JobStartTime = "JobStartTime",
1922
- /** CustomTime */
1923
- CustomTime = "CustomTime",
1924
- /** LastOutputEventTime */
1925
- LastOutputEventTime = "LastOutputEventTime"
1926
- }
1927
-
1928
- /** Known values of {@link OutputWatermarkMode} that the service accepts. */
1929
- export declare enum KnownOutputWatermarkMode {
1930
- /** None */
1931
- None = "None",
1932
- /** SendCurrentPartitionWatermark */
1933
- SendCurrentPartitionWatermark = "SendCurrentPartitionWatermark",
1934
- /** SendLowestWatermarkAcrossPartitions */
1935
- SendLowestWatermarkAcrossPartitions = "SendLowestWatermarkAcrossPartitions"
1936
- }
1937
-
1938
- /** Known values of {@link QueryTestingResultStatus} that the service accepts. */
1939
- export declare enum KnownQueryTestingResultStatus {
1940
- /** The query testing operation was initiated. */
1941
- Started = "Started",
1942
- /** The query testing operation succeeded. */
1943
- Success = "Success",
1944
- /** The query testing operation failed due to a compiler error. */
1945
- CompilerError = "CompilerError",
1946
- /** The query testing operation failed due to a runtime error. */
1947
- RuntimeError = "RuntimeError",
1948
- /** The query testing operation failed due to a timeout. */
1949
- Timeout = "Timeout",
1950
- /** The query testing operation failed due to an unknown error . */
1951
- UnknownError = "UnknownError"
1952
- }
1953
-
1954
- /** Known values of {@link RefreshType} that the service accepts. */
1955
- export declare enum KnownRefreshType {
1956
- /** Static */
1957
- Static = "Static",
1958
- /** RefreshPeriodicallyWithFull */
1959
- RefreshPeriodicallyWithFull = "RefreshPeriodicallyWithFull",
1960
- /** RefreshPeriodicallyWithDelta */
1961
- RefreshPeriodicallyWithDelta = "RefreshPeriodicallyWithDelta"
1962
- }
1963
-
1964
- /** Known values of {@link ResourceType} that the service accepts. */
1965
- export declare enum KnownResourceType {
1966
- /** MicrosoftStreamAnalyticsStreamingjobs */
1967
- MicrosoftStreamAnalyticsStreamingjobs = "Microsoft.StreamAnalytics/streamingjobs"
1968
- }
1969
-
1970
- /** Known values of {@link SampleInputResultStatus} that the service accepts. */
1971
- export declare enum KnownSampleInputResultStatus {
1972
- /** The sample input operation successfully read all the events in the range. */
1973
- ReadAllEventsInRange = "ReadAllEventsInRange",
1974
- /** The sample input operation found no events in the range. */
1975
- NoEventsFoundInRange = "NoEventsFoundInRange",
1976
- /** The sample input operation failed to connect to the input. */
1977
- ErrorConnectingToInput = "ErrorConnectingToInput"
1978
- }
1979
-
1980
- /** Known values of {@link SkuCapacityScaleType} that the service accepts. */
1981
- export declare enum KnownSkuCapacityScaleType {
1982
- /** Supported scale type automatic. */
1983
- Automatic = "automatic",
1984
- /** Supported scale type manual. */
1985
- Manual = "manual",
1986
- /** Scaling not supported. */
1987
- None = "none"
1988
- }
1989
-
1990
- /** Known values of {@link SkuName} that the service accepts. */
1991
- export declare enum KnownSkuName {
1992
- /** Standard */
1993
- Standard = "Standard"
1994
- }
1995
-
1996
- /** Known values of {@link TestDatasourceResultStatus} that the service accepts. */
1997
- export declare enum KnownTestDatasourceResultStatus {
1998
- /** The test datasource operation succeeded. */
1999
- TestSucceeded = "TestSucceeded",
2000
- /** The test datasource operation failed. */
2001
- TestFailed = "TestFailed"
2002
- }
2003
-
2004
- /** Known values of {@link UpdatableUdfRefreshType} that the service accepts. */
2005
- export declare enum KnownUpdatableUdfRefreshType {
2006
- /** Blocking */
2007
- Blocking = "Blocking",
2008
- /** Nonblocking */
2009
- Nonblocking = "Nonblocking"
2010
- }
2011
-
2012
- /** Known values of {@link UpdateMode} that the service accepts. */
2013
- export declare enum KnownUpdateMode {
2014
- /** Static */
2015
- Static = "Static",
2016
- /** Refreshable */
2017
- Refreshable = "Refreshable"
2018
- }
2019
-
2020
- /** An output event timestamp. */
2021
- export declare interface LastOutputEventTimestamp {
2022
- /** The last output event time. */
2023
- lastOutputEventTime?: string;
2024
- /** The time that the last update happened. */
2025
- lastUpdateTime?: string;
2026
- }
2027
-
2028
- /** The properties that are associated with data sources that use OAuth as their authentication model. */
2029
- export declare interface OAuthBasedDataSourceProperties {
2030
- /** 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. */
2031
- refreshToken?: string;
2032
- /** 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. */
2033
- tokenUserPrincipalName?: string;
2034
- /** 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. */
2035
- tokenUserDisplayName?: string;
2036
- }
2037
-
2038
- /** A Stream Analytics REST API operation */
2039
- export declare interface Operation {
2040
- /**
2041
- * The name of the operation being performed on this particular object.
2042
- * NOTE: This property will not be serialized. It can only be populated by the server.
2043
- */
2044
- readonly name?: string;
2045
- /** Indicates whether the operation is a data action */
2046
- isDataAction?: boolean;
2047
- /**
2048
- * Contains the localized display information for this particular operation / action.
2049
- * NOTE: This property will not be serialized. It can only be populated by the server.
2050
- */
2051
- readonly display?: OperationDisplay;
2052
- }
2053
-
2054
- /** Contains the localized display information for this particular operation / action. */
2055
- export declare interface OperationDisplay {
2056
- /**
2057
- * The localized friendly form of the resource provider name.
2058
- * NOTE: This property will not be serialized. It can only be populated by the server.
2059
- */
2060
- readonly provider?: string;
2061
- /**
2062
- * The localized friendly form of the resource type related to this action/operation.
2063
- * NOTE: This property will not be serialized. It can only be populated by the server.
2064
- */
2065
- readonly resource?: string;
2066
- /**
2067
- * The localized friendly name for the operation.
2068
- * NOTE: This property will not be serialized. It can only be populated by the server.
2069
- */
2070
- readonly operation?: string;
2071
- /**
2072
- * The localized friendly description for the operation.
2073
- * NOTE: This property will not be serialized. It can only be populated by the server.
2074
- */
2075
- readonly description?: string;
2076
- }
2077
-
2078
- /** 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. */
2079
- export declare interface OperationListResult {
2080
- /**
2081
- * List of Stream Analytics operations supported by the Microsoft.StreamAnalytics resource provider.
2082
- * NOTE: This property will not be serialized. It can only be populated by the server.
2083
- */
2084
- readonly value?: Operation[];
2085
- /**
2086
- * URL to get the next set of operation list results if there are any.
2087
- * NOTE: This property will not be serialized. It can only be populated by the server.
2088
- */
2089
- readonly nextLink?: string;
2090
- }
2091
-
2092
- /** Interface representing a Operations. */
2093
- export declare interface Operations {
2094
- /**
2095
- * Lists all of the available Stream Analytics related operations.
2096
- * @param options The options parameters.
2097
- */
2098
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
2099
- }
2100
-
2101
- /** Optional parameters. */
2102
- export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
2103
- }
2104
-
2105
- /** Contains response data for the listNext operation. */
2106
- export declare type OperationsListNextResponse = OperationListResult;
2107
-
2108
- /** Optional parameters. */
2109
- export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
2110
- }
2111
-
2112
- /** Contains response data for the list operation. */
2113
- export declare type OperationsListResponse = OperationListResult;
2114
-
2115
- /** An output object, containing all information associated with the named output. All outputs are contained under a streaming job. */
2116
- export declare interface Output extends SubResource {
2117
- /** Describes the data source that output will be written to. Required on PUT (CreateOrReplace) requests. */
2118
- datasource?: OutputDataSourceUnion;
2119
- /** The time frame for filtering Stream Analytics job outputs. */
2120
- timeWindow?: string;
2121
- /** The size window to constrain a Stream Analytics output to. */
2122
- sizeWindow?: number;
2123
- /** Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests. */
2124
- serialization?: SerializationUnion;
2125
- /**
2126
- * Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.
2127
- * NOTE: This property will not be serialized. It can only be populated by the server.
2128
- */
2129
- readonly diagnostics?: Diagnostics;
2130
- /**
2131
- * 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.
2132
- * NOTE: This property will not be serialized. It can only be populated by the server.
2133
- */
2134
- readonly etag?: string;
2135
- /**
2136
- * A list of the last output event times for each output partition. The index of the array corresponds to the partition number.
2137
- * NOTE: This property will not be serialized. It can only be populated by the server.
2138
- */
2139
- readonly lastOutputEventTimestamps?: LastOutputEventTimestamp[];
2140
- /** Settings which determine whether to send watermarks to downstream. */
2141
- watermarkSettings?: OutputWatermarkProperties;
2142
- }
2143
-
2144
- /** Describes the data source that output will be written to. */
2145
- export declare interface OutputDataSource {
2146
- /** Polymorphic discriminator, which specifies the different types this object can be */
2147
- type: "Raw" | "Microsoft.Storage/Blob" | "Microsoft.Storage/Table" | "Microsoft.ServiceBus/EventHub" | "Microsoft.EventHub/EventHub" | "Microsoft.Sql/Server/Database" | "Microsoft.Sql/Server/DataWarehouse" | "Microsoft.DBForPostgreSQL/servers/databases" | "Microsoft.Storage/DocumentDB" | "Microsoft.AzureFunction" | "Microsoft.ServiceBus/Queue" | "Microsoft.ServiceBus/Topic" | "PowerBI" | "Microsoft.DataLake/Accounts" | "GatewayMessageBus" | "Microsoft.Kusto/clusters/databases";
2148
- }
2149
-
2150
- export declare type OutputDataSourceUnion = OutputDataSource | RawOutputDatasource | BlobOutputDataSource | AzureTableOutputDataSource | EventHubOutputDataSource | EventHubV2OutputDataSource | AzureSqlDatabaseOutputDataSource | AzureSynapseOutputDataSource | PostgreSQLOutputDataSource | DocumentDbOutputDataSource | AzureFunctionOutputDataSource | ServiceBusQueueOutputDataSource | ServiceBusTopicOutputDataSource | PowerBIOutputDataSource | AzureDataLakeStoreOutputDataSource | GatewayMessageBusOutputDataSource | AzureDataExplorerOutputDataSource;
2151
-
2152
- /**
2153
- * Defines values for OutputErrorPolicy. \
2154
- * {@link KnownOutputErrorPolicy} can be used interchangeably with OutputErrorPolicy,
2155
- * this enum contains the known values that the service supports.
2156
- * ### Known values supported by the service
2157
- * **Stop** \
2158
- * **Drop**
2159
- */
2160
- export declare type OutputErrorPolicy = string;
2161
-
2162
- /** Object containing a list of outputs under a streaming job. */
2163
- export declare interface OutputListResult {
2164
- /**
2165
- * A list of outputs under a streaming job. Populated by a 'List' operation.
2166
- * NOTE: This property will not be serialized. It can only be populated by the server.
2167
- */
2168
- readonly value?: Output[];
2169
- /**
2170
- * The link (url) to the next page of results.
2171
- * NOTE: This property will not be serialized. It can only be populated by the server.
2172
- */
2173
- readonly nextLink?: string;
2174
- }
2175
-
2176
- /** Interface representing a Outputs. */
2177
- export declare interface Outputs {
2178
- /**
2179
- * Lists all of the outputs under the specified streaming job.
2180
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2181
- * @param jobName The name of the streaming job.
2182
- * @param options The options parameters.
2183
- */
2184
- listByStreamingJob(resourceGroupName: string, jobName: string, options?: OutputsListByStreamingJobOptionalParams): PagedAsyncIterableIterator<Output>;
2185
- /**
2186
- * Creates an output or replaces an already existing output under an existing streaming job.
2187
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2188
- * @param jobName The name of the streaming job.
2189
- * @param outputName The name of the output.
2190
- * @param output The definition of the output that will be used to create a new output or replace the
2191
- * existing one under the streaming job.
2192
- * @param options The options parameters.
2193
- */
2194
- createOrReplace(resourceGroupName: string, jobName: string, outputName: string, output: Output, options?: OutputsCreateOrReplaceOptionalParams): Promise<OutputsCreateOrReplaceResponse>;
2195
- /**
2196
- * Updates an existing output under an existing streaming job. This can be used to partially update
2197
- * (ie. update one or two properties) an output without affecting the rest the job or output
2198
- * definition.
2199
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2200
- * @param jobName The name of the streaming job.
2201
- * @param outputName The name of the output.
2202
- * @param output An Output object. The properties specified here will overwrite the corresponding
2203
- * properties in the existing output (ie. Those properties will be updated). Any properties that are
2204
- * set to null here will mean that the corresponding property in the existing output will remain the
2205
- * same and not change as a result of this PATCH operation.
2206
- * @param options The options parameters.
2207
- */
2208
- update(resourceGroupName: string, jobName: string, outputName: string, output: Output, options?: OutputsUpdateOptionalParams): Promise<OutputsUpdateResponse>;
2209
- /**
2210
- * Deletes an output from the streaming job.
2211
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2212
- * @param jobName The name of the streaming job.
2213
- * @param outputName The name of the output.
2214
- * @param options The options parameters.
2215
- */
2216
- delete(resourceGroupName: string, jobName: string, outputName: string, options?: OutputsDeleteOptionalParams): Promise<void>;
2217
- /**
2218
- * Gets details about the specified output.
2219
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2220
- * @param jobName The name of the streaming job.
2221
- * @param outputName The name of the output.
2222
- * @param options The options parameters.
2223
- */
2224
- get(resourceGroupName: string, jobName: string, outputName: string, options?: OutputsGetOptionalParams): Promise<OutputsGetResponse>;
2225
- /**
2226
- * Tests whether an output’s datasource is reachable and usable by the Azure Stream Analytics service.
2227
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2228
- * @param jobName The name of the streaming job.
2229
- * @param outputName The name of the output.
2230
- * @param options The options parameters.
2231
- */
2232
- beginTest(resourceGroupName: string, jobName: string, outputName: string, options?: OutputsTestOptionalParams): Promise<SimplePollerLike<OperationState<OutputsTestResponse>, OutputsTestResponse>>;
2233
- /**
2234
- * Tests whether an output’s datasource is reachable and usable by the Azure Stream Analytics service.
2235
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2236
- * @param jobName The name of the streaming job.
2237
- * @param outputName The name of the output.
2238
- * @param options The options parameters.
2239
- */
2240
- beginTestAndWait(resourceGroupName: string, jobName: string, outputName: string, options?: OutputsTestOptionalParams): Promise<OutputsTestResponse>;
2241
- }
2242
-
2243
- /** Defines headers for Outputs_createOrReplace operation. */
2244
- export declare interface OutputsCreateOrReplaceHeaders {
2245
- /** 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. */
2246
- eTag?: string;
2247
- }
2248
-
2249
- /** Optional parameters. */
2250
- export declare interface OutputsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
2251
- /** 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. */
2252
- ifMatch?: string;
2253
- /** 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. */
2254
- ifNoneMatch?: string;
2255
- }
2256
-
2257
- /** Contains response data for the createOrReplace operation. */
2258
- export declare type OutputsCreateOrReplaceResponse = OutputsCreateOrReplaceHeaders & Output;
2259
-
2260
- /** Optional parameters. */
2261
- export declare interface OutputsDeleteOptionalParams extends coreClient.OperationOptions {
2262
- }
2263
-
2264
- /** Defines headers for Outputs_get operation. */
2265
- export declare interface OutputsGetHeaders {
2266
- /** 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. */
2267
- eTag?: string;
2268
- }
2269
-
2270
- /** Optional parameters. */
2271
- export declare interface OutputsGetOptionalParams extends coreClient.OperationOptions {
2272
- }
2273
-
2274
- /** Contains response data for the get operation. */
2275
- export declare type OutputsGetResponse = OutputsGetHeaders & Output;
2276
-
2277
- /** Optional parameters. */
2278
- export declare interface OutputsListByStreamingJobNextOptionalParams extends coreClient.OperationOptions {
2279
- }
2280
-
2281
- /** Contains response data for the listByStreamingJobNext operation. */
2282
- export declare type OutputsListByStreamingJobNextResponse = OutputListResult;
2283
-
2284
- /** Optional parameters. */
2285
- export declare interface OutputsListByStreamingJobOptionalParams extends coreClient.OperationOptions {
2286
- /** 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. */
2287
- select?: string;
2288
- }
2289
-
2290
- /** Contains response data for the listByStreamingJob operation. */
2291
- export declare type OutputsListByStreamingJobResponse = OutputListResult;
2292
-
2293
- /**
2294
- * Defines values for OutputStartMode. \
2295
- * {@link KnownOutputStartMode} can be used interchangeably with OutputStartMode,
2296
- * this enum contains the known values that the service supports.
2297
- * ### Known values supported by the service
2298
- * **JobStartTime** \
2299
- * **CustomTime** \
2300
- * **LastOutputEventTime**
2301
- */
2302
- export declare type OutputStartMode = string;
2303
-
2304
- /** Optional parameters. */
2305
- export declare interface OutputsTestOptionalParams extends coreClient.OperationOptions {
2306
- /** 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. */
2307
- output?: Output;
2308
- /** Delay to wait until next poll, in milliseconds. */
2309
- updateIntervalInMs?: number;
2310
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2311
- resumeFrom?: string;
2312
- }
2313
-
2314
- /** Contains response data for the test operation. */
2315
- export declare type OutputsTestResponse = ResourceTestStatus;
2316
-
2317
- /** Defines headers for Outputs_update operation. */
2318
- export declare interface OutputsUpdateHeaders {
2319
- /** 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. */
2320
- eTag?: string;
2321
- }
2322
-
2323
- /** Optional parameters. */
2324
- export declare interface OutputsUpdateOptionalParams extends coreClient.OperationOptions {
2325
- /** 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. */
2326
- ifMatch?: string;
2327
- }
2328
-
2329
- /** Contains response data for the update operation. */
2330
- export declare type OutputsUpdateResponse = OutputsUpdateHeaders & Output;
2331
-
2332
- /**
2333
- * Defines values for OutputWatermarkMode. \
2334
- * {@link KnownOutputWatermarkMode} can be used interchangeably with OutputWatermarkMode,
2335
- * this enum contains the known values that the service supports.
2336
- * ### Known values supported by the service
2337
- * **None** \
2338
- * **SendCurrentPartitionWatermark** \
2339
- * **SendLowestWatermarkAcrossPartitions**
2340
- */
2341
- export declare type OutputWatermarkMode = string;
2342
-
2343
- /** Settings which determine whether to send watermarks to downstream. */
2344
- export declare interface OutputWatermarkProperties {
2345
- /** The output watermark mode. */
2346
- watermarkMode?: OutputWatermarkMode;
2347
- /** 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. */
2348
- maxWatermarkDifferenceAcrossPartitions?: string;
2349
- }
2350
-
2351
- /** Describes how data from an input is serialized or how data is serialized when written to an output in Parquet format. */
2352
- export declare interface ParquetSerialization extends Serialization {
2353
- /** Polymorphic discriminator, which specifies the different types this object can be */
2354
- type: "Parquet";
2355
- /** The properties that are associated with the Parquet serialization type. Required on PUT (CreateOrReplace) requests. */
2356
- properties?: Record<string, unknown>;
2357
- }
2358
-
2359
- /** The properties that are associated with an Azure SQL database data source. */
2360
- export declare interface PostgreSQLDataSourceProperties {
2361
- /** The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
2362
- server?: string;
2363
- /** The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
2364
- database?: string;
2365
- /** The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
2366
- table?: string;
2367
- /** The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
2368
- user?: string;
2369
- /** The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
2370
- password?: string;
2371
- /** Max Writer count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT requests. */
2372
- maxWriterCount?: number;
2373
- /** Authentication Mode. */
2374
- authenticationMode?: AuthenticationMode;
2375
- }
2376
-
2377
- /** Describes a PostgreSQL output data source. */
2378
- export declare interface PostgreSQLOutputDataSource extends OutputDataSource {
2379
- /** Polymorphic discriminator, which specifies the different types this object can be */
2380
- type: "Microsoft.DBForPostgreSQL/servers/databases";
2381
- /** The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
2382
- server?: string;
2383
- /** The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
2384
- database?: string;
2385
- /** The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
2386
- table?: string;
2387
- /** The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
2388
- user?: string;
2389
- /** The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
2390
- password?: string;
2391
- /** Max Writer count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT requests. */
2392
- maxWriterCount?: number;
2393
- /** Authentication Mode. */
2394
- authenticationMode?: AuthenticationMode;
2395
- }
2396
-
2397
- /** The properties that are associated with a PostgreSQL output. */
2398
- export declare interface PostgreSQLOutputDataSourceProperties extends PostgreSQLDataSourceProperties {
2399
- }
2400
-
2401
- /** Describes a Power BI output data source. */
2402
- export declare interface PowerBIOutputDataSource extends OutputDataSource {
2403
- /** Polymorphic discriminator, which specifies the different types this object can be */
2404
- type: "PowerBI";
2405
- /** 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. */
2406
- refreshToken?: string;
2407
- /** 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. */
2408
- tokenUserPrincipalName?: string;
2409
- /** 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. */
2410
- tokenUserDisplayName?: string;
2411
- /** The name of the Power BI dataset. Required on PUT (CreateOrReplace) requests. */
2412
- dataset?: string;
2413
- /** The name of the Power BI table under the specified dataset. Required on PUT (CreateOrReplace) requests. */
2414
- table?: string;
2415
- /** The ID of the Power BI group. */
2416
- groupId?: string;
2417
- /** The name of the Power BI group. Use this property to help remember which specific Power BI group id was used. */
2418
- groupName?: string;
2419
- /** Authentication Mode. */
2420
- authenticationMode?: AuthenticationMode;
2421
- }
2422
-
2423
- /** The properties that are associated with a Power BI output. */
2424
- export declare interface PowerBIOutputDataSourceProperties extends OAuthBasedDataSourceProperties {
2425
- /** The name of the Power BI dataset. Required on PUT (CreateOrReplace) requests. */
2426
- dataset?: string;
2427
- /** The name of the Power BI table under the specified dataset. Required on PUT (CreateOrReplace) requests. */
2428
- table?: string;
2429
- /** The ID of the Power BI group. */
2430
- groupId?: string;
2431
- /** The name of the Power BI group. Use this property to help remember which specific Power BI group id was used. */
2432
- groupName?: string;
2433
- /** Authentication Mode. */
2434
- authenticationMode?: AuthenticationMode;
2435
- }
2436
-
2437
- /** Complete information about the private endpoint. */
2438
- export declare interface PrivateEndpoint extends ProxyResource {
2439
- /** The properties associated with a private endpoint. */
2440
- properties?: PrivateEndpointProperties;
2441
- /**
2442
- * 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.
2443
- * NOTE: This property will not be serialized. It can only be populated by the server.
2444
- */
2445
- readonly etag?: string;
2446
- }
2447
-
2448
- /** A list of private endpoints. */
2449
- export declare interface PrivateEndpointListResult {
2450
- /**
2451
- * A list of private endpoints.
2452
- * NOTE: This property will not be serialized. It can only be populated by the server.
2453
- */
2454
- readonly value?: PrivateEndpoint[];
2455
- /**
2456
- * The URL to fetch the next set of private endpoints.
2457
- * NOTE: This property will not be serialized. It can only be populated by the server.
2458
- */
2459
- readonly nextLink?: string;
2460
- }
2461
-
2462
- /** The properties associated with a private endpoint. */
2463
- export declare interface PrivateEndpointProperties {
2464
- /**
2465
- * The date when this private endpoint was created.
2466
- * NOTE: This property will not be serialized. It can only be populated by the server.
2467
- */
2468
- readonly createdDate?: string;
2469
- /** A list of connections to the remote resource. Immutable after it is set. */
2470
- manualPrivateLinkServiceConnections?: PrivateLinkServiceConnection[];
2471
- }
2472
-
2473
- /** Interface representing a PrivateEndpoints. */
2474
- export declare interface PrivateEndpoints {
2475
- /**
2476
- * Lists the private endpoints in the cluster.
2477
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2478
- * @param clusterName The name of the cluster.
2479
- * @param options The options parameters.
2480
- */
2481
- listByCluster(resourceGroupName: string, clusterName: string, options?: PrivateEndpointsListByClusterOptionalParams): PagedAsyncIterableIterator<PrivateEndpoint>;
2482
- /**
2483
- * Creates a Stream Analytics Private Endpoint or replaces an already existing Private Endpoint.
2484
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2485
- * @param clusterName The name of the cluster.
2486
- * @param privateEndpointName The name of the private endpoint.
2487
- * @param privateEndpoint The definition of the private endpoint that will be used to create a new
2488
- * cluster or replace the existing one.
2489
- * @param options The options parameters.
2490
- */
2491
- createOrUpdate(resourceGroupName: string, clusterName: string, privateEndpointName: string, privateEndpoint: PrivateEndpoint, options?: PrivateEndpointsCreateOrUpdateOptionalParams): Promise<PrivateEndpointsCreateOrUpdateResponse>;
2492
- /**
2493
- * Gets information about the specified Private Endpoint.
2494
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2495
- * @param clusterName The name of the cluster.
2496
- * @param privateEndpointName The name of the private endpoint.
2497
- * @param options The options parameters.
2498
- */
2499
- get(resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: PrivateEndpointsGetOptionalParams): Promise<PrivateEndpointsGetResponse>;
2500
- /**
2501
- * Delete the specified private endpoint.
2502
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2503
- * @param clusterName The name of the cluster.
2504
- * @param privateEndpointName The name of the private endpoint.
2505
- * @param options The options parameters.
2506
- */
2507
- beginDelete(resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: PrivateEndpointsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
2508
- /**
2509
- * Delete the specified private endpoint.
2510
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2511
- * @param clusterName The name of the cluster.
2512
- * @param privateEndpointName The name of the private endpoint.
2513
- * @param options The options parameters.
2514
- */
2515
- beginDeleteAndWait(resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: PrivateEndpointsDeleteOptionalParams): Promise<void>;
2516
- }
2517
-
2518
- /** Optional parameters. */
2519
- export declare interface PrivateEndpointsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2520
- /** 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. */
2521
- ifMatch?: string;
2522
- /** 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. */
2523
- ifNoneMatch?: string;
2524
- }
2525
-
2526
- /** Contains response data for the createOrUpdate operation. */
2527
- export declare type PrivateEndpointsCreateOrUpdateResponse = PrivateEndpoint;
2528
-
2529
- /** Optional parameters. */
2530
- export declare interface PrivateEndpointsDeleteOptionalParams extends coreClient.OperationOptions {
2531
- /** Delay to wait until next poll, in milliseconds. */
2532
- updateIntervalInMs?: number;
2533
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2534
- resumeFrom?: string;
2535
- }
2536
-
2537
- /** Optional parameters. */
2538
- export declare interface PrivateEndpointsGetOptionalParams extends coreClient.OperationOptions {
2539
- }
2540
-
2541
- /** Contains response data for the get operation. */
2542
- export declare type PrivateEndpointsGetResponse = PrivateEndpoint;
2543
-
2544
- /** Optional parameters. */
2545
- export declare interface PrivateEndpointsListByClusterNextOptionalParams extends coreClient.OperationOptions {
2546
- }
2547
-
2548
- /** Contains response data for the listByClusterNext operation. */
2549
- export declare type PrivateEndpointsListByClusterNextResponse = PrivateEndpointListResult;
2550
-
2551
- /** Optional parameters. */
2552
- export declare interface PrivateEndpointsListByClusterOptionalParams extends coreClient.OperationOptions {
2553
- }
2554
-
2555
- /** Contains response data for the listByCluster operation. */
2556
- export declare type PrivateEndpointsListByClusterResponse = PrivateEndpointListResult;
2557
-
2558
- /** A collection of read-only information about the state of the connection to the private remote resource. */
2559
- export declare interface PrivateLinkConnectionState {
2560
- /**
2561
- * Indicates whether the connection has been Approved/Rejected/Removed by the owner of the remote resource/service.
2562
- * NOTE: This property will not be serialized. It can only be populated by the server.
2563
- */
2564
- readonly status?: string;
2565
- /**
2566
- * The reason for approval/rejection of the connection.
2567
- * NOTE: This property will not be serialized. It can only be populated by the server.
2568
- */
2569
- readonly description?: string;
2570
- /**
2571
- * A message indicating if changes on the service provider require any updates on the consumer.
2572
- * NOTE: This property will not be serialized. It can only be populated by the server.
2573
- */
2574
- readonly actionsRequired?: string;
2575
- }
2576
-
2577
- /** A grouping of information about the connection to the remote resource. */
2578
- export declare interface PrivateLinkServiceConnection {
2579
- /** The resource id of the private link service. Required on PUT (CreateOrUpdate) requests. */
2580
- privateLinkServiceId?: string;
2581
- /** The ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to. Required on PUT (CreateOrUpdate) requests. */
2582
- groupIds?: string[];
2583
- /**
2584
- * A message passed to the owner of the remote resource with this connection request. Restricted to 140 chars.
2585
- * NOTE: This property will not be serialized. It can only be populated by the server.
2586
- */
2587
- readonly requestMessage?: string;
2588
- /** A collection of read-only information about the state of the connection to the private remote resource. */
2589
- privateLinkServiceConnectionState?: PrivateLinkConnectionState;
2590
- }
2591
-
2592
- /** The resource model definition for a ARM proxy resource. It will have everything other than required location and tags */
2593
- export declare interface ProxyResource extends Resource {
2594
- }
2595
-
2596
- /** An error produced by the compiler. */
2597
- export declare interface QueryCompilationError {
2598
- /**
2599
- * The content of the error message.
2600
- * NOTE: This property will not be serialized. It can only be populated by the server.
2601
- */
2602
- readonly message?: string;
2603
- /**
2604
- * Describes the error location in the original query. Not set if isGlobal is true.
2605
- * NOTE: This property will not be serialized. It can only be populated by the server.
2606
- */
2607
- readonly startLine?: number;
2608
- /**
2609
- * Describes the error location in the original query. Not set if isGlobal is true.
2610
- * NOTE: This property will not be serialized. It can only be populated by the server.
2611
- */
2612
- readonly startColumn?: number;
2613
- /**
2614
- * Describes the error location in the original query. Not set if isGlobal is true.
2615
- * NOTE: This property will not be serialized. It can only be populated by the server.
2616
- */
2617
- readonly endLine?: number;
2618
- /**
2619
- * Describes the error location in the original query. Not set if isGlobal is true.
2620
- * NOTE: This property will not be serialized. It can only be populated by the server.
2621
- */
2622
- readonly endColumn?: number;
2623
- /**
2624
- * Whether the error is not for a specific part but for the entire query.
2625
- * NOTE: This property will not be serialized. It can only be populated by the server.
2626
- */
2627
- readonly isGlobal?: boolean;
2628
- }
2629
-
2630
- /** The result of the query compilation request. */
2631
- export declare interface QueryCompilationResult {
2632
- /**
2633
- * Error messages produced by the compiler.
2634
- * NOTE: This property will not be serialized. It can only be populated by the server.
2635
- */
2636
- readonly errors?: QueryCompilationError[];
2637
- /**
2638
- * Warning messages produced by the compiler.
2639
- * NOTE: This property will not be serialized. It can only be populated by the server.
2640
- */
2641
- readonly warnings?: string[];
2642
- /**
2643
- * All input names used by the query.
2644
- * NOTE: This property will not be serialized. It can only be populated by the server.
2645
- */
2646
- readonly inputs?: string[];
2647
- /**
2648
- * All output names used by the query.
2649
- * NOTE: This property will not be serialized. It can only be populated by the server.
2650
- */
2651
- readonly outputs?: string[];
2652
- /**
2653
- * All function names used by the query.
2654
- * NOTE: This property will not be serialized. It can only be populated by the server.
2655
- */
2656
- readonly functions?: string[];
2657
- }
2658
-
2659
- /** A function for the query compilation. */
2660
- export declare interface QueryFunction {
2661
- /** The name of the function. */
2662
- name: string;
2663
- /** The type of the function. */
2664
- type: string;
2665
- /** The type of the function binding. */
2666
- bindingType: string;
2667
- /** The inputs for the function. */
2668
- inputs: FunctionInput[];
2669
- /** An output for the function. */
2670
- output: FunctionOutput;
2671
- }
2672
-
2673
- /** An input for the query compilation. */
2674
- export declare interface QueryInput {
2675
- /** The name of the input. */
2676
- name: string;
2677
- /** The type of the input, can be Stream or Reference. */
2678
- type: string;
2679
- }
2680
-
2681
- /** The result of the query testing request. */
2682
- export declare interface QueryTestingResult extends ErrorModel {
2683
- /**
2684
- * The status of the query testing request.
2685
- * NOTE: This property will not be serialized. It can only be populated by the server.
2686
- */
2687
- readonly status?: QueryTestingResultStatus;
2688
- /**
2689
- * The SAS URL to the outputs payload.
2690
- * NOTE: This property will not be serialized. It can only be populated by the server.
2691
- */
2692
- readonly outputUri?: string;
2693
- }
2694
-
2695
- /**
2696
- * Defines values for QueryTestingResultStatus. \
2697
- * {@link KnownQueryTestingResultStatus} can be used interchangeably with QueryTestingResultStatus,
2698
- * this enum contains the known values that the service supports.
2699
- * ### Known values supported by the service
2700
- * **Started**: The query testing operation was initiated. \
2701
- * **Success**: The query testing operation succeeded. \
2702
- * **CompilerError**: The query testing operation failed due to a compiler error. \
2703
- * **RuntimeError**: The query testing operation failed due to a runtime error. \
2704
- * **Timeout**: The query testing operation failed due to a timeout. \
2705
- * **UnknownError**: The query testing operation failed due to an unknown error .
2706
- */
2707
- export declare type QueryTestingResultStatus = string;
2708
-
2709
- /** 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. */
2710
- export declare interface RawOutputDatasource extends OutputDataSource {
2711
- /** Polymorphic discriminator, which specifies the different types this object can be */
2712
- type: "Raw";
2713
- /** 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. */
2714
- payloadUri?: string;
2715
- }
2716
-
2717
- /** 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. */
2718
- export declare interface RawReferenceInputDataSource extends ReferenceInputDataSource {
2719
- /** Polymorphic discriminator, which specifies the different types this object can be */
2720
- type: "Raw";
2721
- /** The JSON serialized content of the input data. Either payload or payloadUri must be set, but not both. */
2722
- payload?: string;
2723
- /** 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. */
2724
- payloadUri?: string;
2725
- }
2726
-
2727
- /** 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. */
2728
- export declare interface RawStreamInputDataSource extends StreamInputDataSource {
2729
- /** Polymorphic discriminator, which specifies the different types this object can be */
2730
- type: "Raw";
2731
- /** The JSON serialized content of the input data. Either payload or payloadUri must be set, but not both. */
2732
- payload?: string;
2733
- /** 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. */
2734
- payloadUri?: string;
2735
- }
2736
-
2737
- /** Describes an input data source that contains reference data. */
2738
- export declare interface ReferenceInputDataSource {
2739
- /** Polymorphic discriminator, which specifies the different types this object can be */
2740
- type: "File" | "Microsoft.Storage/Blob" | "Raw" | "Microsoft.Sql/Server/Database";
2741
- }
2742
-
2743
- export declare type ReferenceInputDataSourceUnion = ReferenceInputDataSource | FileReferenceInputDataSource | BlobReferenceInputDataSource | RawReferenceInputDataSource | AzureSqlReferenceInputDataSource;
2744
-
2745
- /** The properties that are associated with an input containing reference data. */
2746
- export declare interface ReferenceInputProperties extends InputProperties {
2747
- /** Polymorphic discriminator, which specifies the different types this object can be */
2748
- type: "Reference";
2749
- /** Describes an input data source that contains reference data. Required on PUT (CreateOrReplace) requests. */
2750
- datasource?: ReferenceInputDataSourceUnion;
2751
- }
2752
-
2753
- /** The refresh parameters for any/all updatable user defined functions present in the job config. */
2754
- export declare interface RefreshConfiguration {
2755
- /** 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. */
2756
- pathPattern?: string;
2757
- /** The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead. */
2758
- dateFormat?: string;
2759
- /** The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. */
2760
- timeFormat?: string;
2761
- /** The refresh interval. */
2762
- refreshInterval?: string;
2763
- /** This property indicates which data refresh option to use, Blocking or Nonblocking. */
2764
- refreshType?: UpdatableUdfRefreshType;
2765
- }
2766
-
2767
- /**
2768
- * Defines values for RefreshType. \
2769
- * {@link KnownRefreshType} can be used interchangeably with RefreshType,
2770
- * this enum contains the known values that the service supports.
2771
- * ### Known values supported by the service
2772
- * **Static** \
2773
- * **RefreshPeriodicallyWithFull** \
2774
- * **RefreshPeriodicallyWithDelta**
2775
- */
2776
- export declare type RefreshType = string;
2777
-
2778
- /** The base resource definition */
2779
- export declare interface Resource {
2780
- /**
2781
- * Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
2782
- * NOTE: This property will not be serialized. It can only be populated by the server.
2783
- */
2784
- readonly id?: string;
2785
- /**
2786
- * The name of the resource
2787
- * NOTE: This property will not be serialized. It can only be populated by the server.
2788
- */
2789
- readonly name?: string;
2790
- /**
2791
- * The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
2792
- * NOTE: This property will not be serialized. It can only be populated by the server.
2793
- */
2794
- readonly type?: string;
2795
- }
2796
-
2797
- /** Describes the status of the test operation along with error information, if applicable. */
2798
- export declare interface ResourceTestStatus {
2799
- /**
2800
- * The status of the test operation.
2801
- * NOTE: This property will not be serialized. It can only be populated by the server.
2802
- */
2803
- readonly status?: string;
2804
- /**
2805
- * Describes the error that occurred.
2806
- * NOTE: This property will not be serialized. It can only be populated by the server.
2807
- */
2808
- readonly error?: ErrorResponse;
2809
- }
2810
-
2811
- /**
2812
- * Defines values for ResourceType. \
2813
- * {@link KnownResourceType} can be used interchangeably with ResourceType,
2814
- * this enum contains the known values that the service supports.
2815
- * ### Known values supported by the service
2816
- * **Microsoft.StreamAnalytics\/streamingjobs**
2817
- */
2818
- export declare type ResourceType = string;
2819
-
2820
- /** The stream analytics input to sample. */
2821
- export declare interface SampleInput {
2822
- /** The stream analytics input to sample. */
2823
- input?: Input;
2824
- /** Defaults to the default ASA job compatibility level. Today it is 1.2 */
2825
- compatibilityLevel?: string;
2826
- /** 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. */
2827
- eventsUri?: string;
2828
- /** Defaults to en-US. */
2829
- dataLocale?: string;
2830
- }
2831
-
2832
- /** The result of the sample input request. */
2833
- export declare interface SampleInputResult extends ErrorModel {
2834
- /**
2835
- * The status of the sample input request.
2836
- * NOTE: This property will not be serialized. It can only be populated by the server.
2837
- */
2838
- readonly status?: SampleInputResultStatus;
2839
- /**
2840
- * Diagnostics messages. E.g. message indicating some partitions from the input have no data.
2841
- * NOTE: This property will not be serialized. It can only be populated by the server.
2842
- */
2843
- readonly diagnostics?: string[];
2844
- /**
2845
- * A SAS URL to download the sampled input data.
2846
- * NOTE: This property will not be serialized. It can only be populated by the server.
2847
- */
2848
- readonly eventsDownloadUrl?: string;
2849
- /**
2850
- * The timestamp for the last event in the data. It is in DateTime format.
2851
- * NOTE: This property will not be serialized. It can only be populated by the server.
2852
- */
2853
- readonly lastArrivalTime?: string;
2854
- }
2855
-
2856
- /**
2857
- * Defines values for SampleInputResultStatus. \
2858
- * {@link KnownSampleInputResultStatus} can be used interchangeably with SampleInputResultStatus,
2859
- * this enum contains the known values that the service supports.
2860
- * ### Known values supported by the service
2861
- * **ReadAllEventsInRange**: The sample input operation successfully read all the events in the range. \
2862
- * **NoEventsFoundInRange**: The sample input operation found no events in the range. \
2863
- * **ErrorConnectingToInput**: The sample input operation failed to connect to the input.
2864
- */
2865
- export declare type SampleInputResultStatus = string;
2866
-
2867
- /** The properties that are associated with a scalar function. */
2868
- export declare interface ScalarFunctionProperties extends FunctionProperties {
2869
- /** Polymorphic discriminator, which specifies the different types this object can be */
2870
- type: "Scalar";
2871
- }
2872
-
2873
- /** Parameters supplied to the Scale Streaming Job operation. */
2874
- export declare interface ScaleStreamingJobParameters {
2875
- /** Specifies the number of streaming units that the streaming job will scale to. */
2876
- streamingUnits?: number;
2877
- }
2878
-
2879
- /** Describes how data from an input is serialized or how data is serialized when written to an output. */
2880
- export declare interface Serialization {
2881
- /** Polymorphic discriminator, which specifies the different types this object can be */
2882
- type: "Delta" | "Parquet" | "CustomClr" | "Csv" | "Json" | "Avro";
2883
- }
2884
-
2885
- export declare type SerializationUnion = Serialization | DeltaSerialization | ParquetSerialization | CustomClrSerialization | CsvSerialization | JsonSerialization | AvroSerialization;
2886
-
2887
- /** The common properties that are associated with Service Bus data sources (Queues, Topics, Event Hubs, etc.). */
2888
- export declare interface ServiceBusDataSourceProperties {
2889
- /** The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
2890
- serviceBusNamespace?: string;
2891
- /** The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
2892
- sharedAccessPolicyName?: string;
2893
- /** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */
2894
- sharedAccessPolicyKey?: string;
2895
- /** Authentication Mode. */
2896
- authenticationMode?: AuthenticationMode;
2897
- }
2898
-
2899
- /** Describes a Service Bus Queue output data source. */
2900
- export declare interface ServiceBusQueueOutputDataSource extends OutputDataSource {
2901
- /** Polymorphic discriminator, which specifies the different types this object can be */
2902
- type: "Microsoft.ServiceBus/Queue";
2903
- /** The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
2904
- serviceBusNamespace?: string;
2905
- /** The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
2906
- sharedAccessPolicyName?: string;
2907
- /** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */
2908
- sharedAccessPolicyKey?: string;
2909
- /** Authentication Mode. */
2910
- authenticationMode?: AuthenticationMode;
2911
- /** The name of the Service Bus Queue. Required on PUT (CreateOrReplace) requests. */
2912
- queueName?: string;
2913
- /** A string array of the names of output columns to be attached to Service Bus messages as custom properties. */
2914
- propertyColumns?: string[];
2915
- /** 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. */
2916
- systemPropertyColumns?: Record<string, unknown>;
2917
- }
2918
-
2919
- /** The properties that are associated with a Service Bus Queue output. */
2920
- export declare interface ServiceBusQueueOutputDataSourceProperties extends ServiceBusDataSourceProperties {
2921
- /** The name of the Service Bus Queue. Required on PUT (CreateOrReplace) requests. */
2922
- queueName?: string;
2923
- /** A string array of the names of output columns to be attached to Service Bus messages as custom properties. */
2924
- propertyColumns?: string[];
2925
- /** 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. */
2926
- systemPropertyColumns?: Record<string, unknown>;
2927
- }
2928
-
2929
- /** Describes a Service Bus Topic output data source. */
2930
- export declare interface ServiceBusTopicOutputDataSource extends OutputDataSource {
2931
- /** Polymorphic discriminator, which specifies the different types this object can be */
2932
- type: "Microsoft.ServiceBus/Topic";
2933
- /** The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
2934
- serviceBusNamespace?: string;
2935
- /** The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
2936
- sharedAccessPolicyName?: string;
2937
- /** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */
2938
- sharedAccessPolicyKey?: string;
2939
- /** Authentication Mode. */
2940
- authenticationMode?: AuthenticationMode;
2941
- /** The name of the Service Bus Topic. Required on PUT (CreateOrReplace) requests. */
2942
- topicName?: string;
2943
- /** A string array of the names of output columns to be attached to Service Bus messages as custom properties. */
2944
- propertyColumns?: string[];
2945
- /** 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. */
2946
- systemPropertyColumns?: {
2947
- [propertyName: string]: string;
2948
- };
2949
- }
2950
-
2951
- /** The properties that are associated with a Service Bus Topic output. */
2952
- export declare interface ServiceBusTopicOutputDataSourceProperties extends ServiceBusDataSourceProperties {
2953
- /** The name of the Service Bus Topic. Required on PUT (CreateOrReplace) requests. */
2954
- topicName?: string;
2955
- /** A string array of the names of output columns to be attached to Service Bus messages as custom properties. */
2956
- propertyColumns?: string[];
2957
- /** 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. */
2958
- systemPropertyColumns?: {
2959
- [propertyName: string]: string;
2960
- };
2961
- }
2962
-
2963
- /** The properties that are associated with a SKU. */
2964
- export declare interface Sku {
2965
- /** The name of the SKU. Required on PUT (CreateOrReplace) requests. */
2966
- name?: SkuName;
2967
- /** The capacity of the SKU. */
2968
- capacity?: number;
2969
- }
2970
-
2971
- /** Describes scaling information of a SKU. */
2972
- export declare interface SkuCapacity {
2973
- /**
2974
- * Specifies the minimum streaming units that the streaming job can use.
2975
- * NOTE: This property will not be serialized. It can only be populated by the server.
2976
- */
2977
- readonly minimum?: number;
2978
- /**
2979
- * Specifies the maximum streaming units that the streaming job can use.
2980
- * NOTE: This property will not be serialized. It can only be populated by the server.
2981
- */
2982
- readonly maximum?: number;
2983
- /**
2984
- * Specifies the default streaming units that the streaming job can use.
2985
- * NOTE: This property will not be serialized. It can only be populated by the server.
2986
- */
2987
- readonly default?: number;
2988
- /**
2989
- * The scale type applicable to the SKU.
2990
- * NOTE: This property will not be serialized. It can only be populated by the server.
2991
- */
2992
- readonly scaleType?: SkuCapacityScaleType;
2993
- /**
2994
- * Specifies the valid streaming units a streaming job can scale to.
2995
- * NOTE: This property will not be serialized. It can only be populated by the server.
2996
- */
2997
- readonly allowedValues?: number[];
2998
- }
2999
-
3000
- /**
3001
- * Defines values for SkuCapacityScaleType. \
3002
- * {@link KnownSkuCapacityScaleType} can be used interchangeably with SkuCapacityScaleType,
3003
- * this enum contains the known values that the service supports.
3004
- * ### Known values supported by the service
3005
- * **automatic**: Supported scale type automatic. \
3006
- * **manual**: Supported scale type manual. \
3007
- * **none**: Scaling not supported.
3008
- */
3009
- export declare type SkuCapacityScaleType = string;
3010
-
3011
- /** Optional parameters. */
3012
- export declare interface SkuListNextOptionalParams extends coreClient.OperationOptions {
3013
- }
3014
-
3015
- /** Contains response data for the listNext operation. */
3016
- export declare type SkuListNextResponse = GetStreamingJobSkuResults;
3017
-
3018
- /** Optional parameters. */
3019
- export declare interface SkuListOptionalParams extends coreClient.OperationOptions {
3020
- }
3021
-
3022
- /** Contains response data for the list operation. */
3023
- export declare type SkuListResponse = GetStreamingJobSkuResults;
3024
-
3025
- /**
3026
- * Defines values for SkuName. \
3027
- * {@link KnownSkuName} can be used interchangeably with SkuName,
3028
- * this enum contains the known values that the service supports.
3029
- * ### Known values supported by the service
3030
- * **Standard**
3031
- */
3032
- export declare type SkuName = string;
3033
-
3034
- /** Interface representing a SkuOperations. */
3035
- export declare interface SkuOperations {
3036
- /**
3037
- * Gets a list of available SKUs about the specified streaming job.
3038
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3039
- * @param jobName The name of the streaming job.
3040
- * @param options The options parameters.
3041
- */
3042
- list(resourceGroupName: string, jobName: string, options?: SkuListOptionalParams): PagedAsyncIterableIterator<GetStreamingJobSkuResult>;
3043
- }
3044
-
3045
- /** Parameters supplied to the Start Streaming Job operation. */
3046
- export declare interface StartStreamingJobParameters {
3047
- /** 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. */
3048
- outputStartMode?: OutputStartMode;
3049
- /** 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. */
3050
- outputStartTime?: Date;
3051
- }
3052
-
3053
- /** The properties that are associated with an Azure Storage account */
3054
- export declare interface StorageAccount {
3055
- /** The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests. */
3056
- accountName?: string;
3057
- /** The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests. */
3058
- accountKey?: string;
3059
- /** Authentication Mode. */
3060
- authenticationMode?: AuthenticationMode;
3061
- }
3062
-
3063
- export declare class StreamAnalyticsManagementClient extends coreClient.ServiceClient {
3064
- $host: string;
3065
- subscriptionId: string;
3066
- /**
3067
- * Initializes a new instance of the StreamAnalyticsManagementClient class.
3068
- * @param credentials Subscription credentials which uniquely identify client subscription.
3069
- * @param subscriptionId The ID of the target subscription.
3070
- * @param options The parameter options
3071
- */
3072
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: StreamAnalyticsManagementClientOptionalParams);
3073
- functions: Functions;
3074
- inputs: Inputs;
3075
- outputs: Outputs;
3076
- operations: Operations;
3077
- streamingJobs: StreamingJobs;
3078
- skuOperations: SkuOperations;
3079
- subscriptions: Subscriptions;
3080
- transformations: Transformations;
3081
- clusters: Clusters;
3082
- privateEndpoints: PrivateEndpoints;
3083
- }
3084
-
3085
- /** Optional parameters. */
3086
- export declare interface StreamAnalyticsManagementClientOptionalParams extends coreClient.ServiceClientOptions {
3087
- /** server parameter */
3088
- $host?: string;
3089
- /** Overrides client endpoint. */
3090
- endpoint?: string;
3091
- }
3092
-
3093
- /** A streaming job object, containing all information associated with the named streaming job. */
3094
- export declare interface StreamingJob extends TrackedResource {
3095
- /** Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) requests. */
3096
- sku?: Sku;
3097
- /** Describes the managed identity assigned to this job that can be used to authenticate with inputs and outputs. */
3098
- identity?: Identity;
3099
- /** Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) requests. */
3100
- skuPropertiesSku?: Sku;
3101
- /**
3102
- * A GUID uniquely identifying the streaming job. This GUID is generated upon creation of the streaming job.
3103
- * NOTE: This property will not be serialized. It can only be populated by the server.
3104
- */
3105
- readonly jobId?: string;
3106
- /**
3107
- * Describes the provisioning status of the streaming job.
3108
- * NOTE: This property will not be serialized. It can only be populated by the server.
3109
- */
3110
- readonly provisioningState?: string;
3111
- /**
3112
- * Describes the state of the streaming job.
3113
- * NOTE: This property will not be serialized. It can only be populated by the server.
3114
- */
3115
- readonly jobState?: string;
3116
- /** Describes the type of the job. Valid modes are `Cloud` and 'Edge'. */
3117
- jobType?: JobType;
3118
- /** 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. */
3119
- outputStartMode?: OutputStartMode;
3120
- /** 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. */
3121
- outputStartTime?: Date;
3122
- /**
3123
- * 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.
3124
- * NOTE: This property will not be serialized. It can only be populated by the server.
3125
- */
3126
- readonly lastOutputEventTime?: Date;
3127
- /** Indicates the policy to apply to events that arrive out of order in the input event stream. */
3128
- eventsOutOfOrderPolicy?: EventsOutOfOrderPolicy;
3129
- /** 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). */
3130
- outputErrorPolicy?: OutputErrorPolicy;
3131
- /** The maximum tolerable delay in seconds where out-of-order events can be adjusted to be back in order. */
3132
- eventsOutOfOrderMaxDelayInSeconds?: number;
3133
- /** 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. */
3134
- eventsLateArrivalMaxDelayInSeconds?: number;
3135
- /** 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. */
3136
- dataLocale?: string;
3137
- /** Controls certain runtime behaviors of the streaming job. */
3138
- compatibilityLevel?: CompatibilityLevel;
3139
- /**
3140
- * Value is an ISO-8601 formatted UTC timestamp indicating when the streaming job was created.
3141
- * NOTE: This property will not be serialized. It can only be populated by the server.
3142
- */
3143
- readonly createdDate?: Date;
3144
- /** 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. */
3145
- inputs?: Input[];
3146
- /** 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. */
3147
- transformation?: Transformation;
3148
- /** 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. */
3149
- outputs?: Output[];
3150
- /** 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. */
3151
- functions?: FunctionModel[];
3152
- /**
3153
- * 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.
3154
- * NOTE: This property will not be serialized. It can only be populated by the server.
3155
- */
3156
- readonly etag?: string;
3157
- /** The properties that are associated with an Azure Storage account with MSI */
3158
- jobStorageAccount?: JobStorageAccount;
3159
- /** Valid values are JobStorageAccount and SystemAccount. If set to JobStorageAccount, this requires the user to also specify jobStorageAccount property. . */
3160
- contentStoragePolicy?: ContentStoragePolicy;
3161
- /** The storage account where the custom code artifacts are located. */
3162
- externals?: External_2;
3163
- /** The cluster which streaming jobs will run on. */
3164
- cluster?: ClusterInfo;
3165
- }
3166
-
3167
- /** Object containing a list of streaming jobs. */
3168
- export declare interface StreamingJobListResult {
3169
- /**
3170
- * A list of streaming jobs. Populated by a 'List' operation.
3171
- * NOTE: This property will not be serialized. It can only be populated by the server.
3172
- */
3173
- readonly value?: StreamingJob[];
3174
- /**
3175
- * The link (url) to the next page of results.
3176
- * NOTE: This property will not be serialized. It can only be populated by the server.
3177
- */
3178
- readonly nextLink?: string;
3179
- }
3180
-
3181
- /** Interface representing a StreamingJobs. */
3182
- export declare interface StreamingJobs {
3183
- /**
3184
- * Lists all of the streaming jobs in the specified resource group.
3185
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3186
- * @param options The options parameters.
3187
- */
3188
- listByResourceGroup(resourceGroupName: string, options?: StreamingJobsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<StreamingJob>;
3189
- /**
3190
- * Lists all of the streaming jobs in the given subscription.
3191
- * @param options The options parameters.
3192
- */
3193
- list(options?: StreamingJobsListOptionalParams): PagedAsyncIterableIterator<StreamingJob>;
3194
- /**
3195
- * Creates a streaming job or replaces an already existing streaming job.
3196
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3197
- * @param jobName The name of the streaming job.
3198
- * @param streamingJob The definition of the streaming job that will be used to create a new streaming
3199
- * job or replace the existing one.
3200
- * @param options The options parameters.
3201
- */
3202
- beginCreateOrReplace(resourceGroupName: string, jobName: string, streamingJob: StreamingJob, options?: StreamingJobsCreateOrReplaceOptionalParams): Promise<SimplePollerLike<OperationState<StreamingJobsCreateOrReplaceResponse>, StreamingJobsCreateOrReplaceResponse>>;
3203
- /**
3204
- * Creates a streaming job or replaces an already existing streaming job.
3205
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3206
- * @param jobName The name of the streaming job.
3207
- * @param streamingJob The definition of the streaming job that will be used to create a new streaming
3208
- * job or replace the existing one.
3209
- * @param options The options parameters.
3210
- */
3211
- beginCreateOrReplaceAndWait(resourceGroupName: string, jobName: string, streamingJob: StreamingJob, options?: StreamingJobsCreateOrReplaceOptionalParams): Promise<StreamingJobsCreateOrReplaceResponse>;
3212
- /**
3213
- * Updates an existing streaming job. This can be used to partially update (ie. update one or two
3214
- * properties) a streaming job without affecting the rest the job definition.
3215
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3216
- * @param jobName The name of the streaming job.
3217
- * @param streamingJob A streaming job object. The properties specified here will overwrite the
3218
- * corresponding properties in the existing streaming job (ie. Those properties will be updated). Any
3219
- * properties that are set to null here will mean that the corresponding property in the existing input
3220
- * will remain the same and not change as a result of this PATCH operation.
3221
- * @param options The options parameters.
3222
- */
3223
- update(resourceGroupName: string, jobName: string, streamingJob: StreamingJob, options?: StreamingJobsUpdateOptionalParams): Promise<StreamingJobsUpdateResponse>;
3224
- /**
3225
- * Deletes a streaming job.
3226
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3227
- * @param jobName The name of the streaming job.
3228
- * @param options The options parameters.
3229
- */
3230
- beginDelete(resourceGroupName: string, jobName: string, options?: StreamingJobsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
3231
- /**
3232
- * Deletes a streaming job.
3233
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3234
- * @param jobName The name of the streaming job.
3235
- * @param options The options parameters.
3236
- */
3237
- beginDeleteAndWait(resourceGroupName: string, jobName: string, options?: StreamingJobsDeleteOptionalParams): Promise<void>;
3238
- /**
3239
- * Gets details about the specified streaming job.
3240
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3241
- * @param jobName The name of the streaming job.
3242
- * @param options The options parameters.
3243
- */
3244
- get(resourceGroupName: string, jobName: string, options?: StreamingJobsGetOptionalParams): Promise<StreamingJobsGetResponse>;
3245
- /**
3246
- * Starts a streaming job. Once a job is started it will start processing input events and produce
3247
- * output.
3248
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3249
- * @param jobName The name of the streaming job.
3250
- * @param options The options parameters.
3251
- */
3252
- beginStart(resourceGroupName: string, jobName: string, options?: StreamingJobsStartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
3253
- /**
3254
- * Starts a streaming job. Once a job is started it will start processing input events and produce
3255
- * output.
3256
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3257
- * @param jobName The name of the streaming job.
3258
- * @param options The options parameters.
3259
- */
3260
- beginStartAndWait(resourceGroupName: string, jobName: string, options?: StreamingJobsStartOptionalParams): Promise<void>;
3261
- /**
3262
- * Stops a running streaming job. This will cause a running streaming job to stop processing input
3263
- * events and producing output.
3264
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3265
- * @param jobName The name of the streaming job.
3266
- * @param options The options parameters.
3267
- */
3268
- beginStop(resourceGroupName: string, jobName: string, options?: StreamingJobsStopOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
3269
- /**
3270
- * Stops a running streaming job. This will cause a running streaming job to stop processing input
3271
- * events and producing output.
3272
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3273
- * @param jobName The name of the streaming job.
3274
- * @param options The options parameters.
3275
- */
3276
- beginStopAndWait(resourceGroupName: string, jobName: string, options?: StreamingJobsStopOptionalParams): Promise<void>;
3277
- /**
3278
- * Scales a streaming job when the job is running.
3279
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3280
- * @param jobName The name of the streaming job.
3281
- * @param options The options parameters.
3282
- */
3283
- beginScale(resourceGroupName: string, jobName: string, options?: StreamingJobsScaleOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
3284
- /**
3285
- * Scales a streaming job when the job is running.
3286
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3287
- * @param jobName The name of the streaming job.
3288
- * @param options The options parameters.
3289
- */
3290
- beginScaleAndWait(resourceGroupName: string, jobName: string, options?: StreamingJobsScaleOptionalParams): Promise<void>;
3291
- }
3292
-
3293
- /** Defines headers for StreamingJobs_createOrReplace operation. */
3294
- export declare interface StreamingJobsCreateOrReplaceHeaders {
3295
- /** 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. */
3296
- eTag?: string;
3297
- }
3298
-
3299
- /** Optional parameters. */
3300
- export declare interface StreamingJobsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
3301
- /** 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. */
3302
- ifMatch?: string;
3303
- /** 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. */
3304
- ifNoneMatch?: string;
3305
- /** Delay to wait until next poll, in milliseconds. */
3306
- updateIntervalInMs?: number;
3307
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3308
- resumeFrom?: string;
3309
- }
3310
-
3311
- /** Contains response data for the createOrReplace operation. */
3312
- export declare type StreamingJobsCreateOrReplaceResponse = StreamingJobsCreateOrReplaceHeaders & StreamingJob;
3313
-
3314
- /** Optional parameters. */
3315
- export declare interface StreamingJobsDeleteOptionalParams extends coreClient.OperationOptions {
3316
- /** Delay to wait until next poll, in milliseconds. */
3317
- updateIntervalInMs?: number;
3318
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3319
- resumeFrom?: string;
3320
- }
3321
-
3322
- /** Defines headers for StreamingJobs_get operation. */
3323
- export declare interface StreamingJobsGetHeaders {
3324
- /** 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. */
3325
- eTag?: string;
3326
- }
3327
-
3328
- /** Optional parameters. */
3329
- export declare interface StreamingJobsGetOptionalParams extends coreClient.OperationOptions {
3330
- /** 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'. */
3331
- expand?: string;
3332
- }
3333
-
3334
- /** Contains response data for the get operation. */
3335
- export declare type StreamingJobsGetResponse = StreamingJobsGetHeaders & StreamingJob;
3336
-
3337
- /** Optional parameters. */
3338
- export declare interface StreamingJobsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
3339
- }
3340
-
3341
- /** Contains response data for the listByResourceGroupNext operation. */
3342
- export declare type StreamingJobsListByResourceGroupNextResponse = StreamingJobListResult;
3343
-
3344
- /** Optional parameters. */
3345
- export declare interface StreamingJobsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
3346
- /** 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'. */
3347
- expand?: string;
3348
- }
3349
-
3350
- /** Contains response data for the listByResourceGroup operation. */
3351
- export declare type StreamingJobsListByResourceGroupResponse = StreamingJobListResult;
3352
-
3353
- /** Optional parameters. */
3354
- export declare interface StreamingJobsListNextOptionalParams extends coreClient.OperationOptions {
3355
- }
3356
-
3357
- /** Contains response data for the listNext operation. */
3358
- export declare type StreamingJobsListNextResponse = StreamingJobListResult;
3359
-
3360
- /** Optional parameters. */
3361
- export declare interface StreamingJobsListOptionalParams extends coreClient.OperationOptions {
3362
- /** 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'. */
3363
- expand?: string;
3364
- }
3365
-
3366
- /** Contains response data for the list operation. */
3367
- export declare type StreamingJobsListResponse = StreamingJobListResult;
3368
-
3369
- /** Optional parameters. */
3370
- export declare interface StreamingJobsScaleOptionalParams extends coreClient.OperationOptions {
3371
- /** Parameters applicable to a scale streaming job operation. */
3372
- scaleJobParameters?: ScaleStreamingJobParameters;
3373
- /** Delay to wait until next poll, in milliseconds. */
3374
- updateIntervalInMs?: number;
3375
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3376
- resumeFrom?: string;
3377
- }
3378
-
3379
- /** Optional parameters. */
3380
- export declare interface StreamingJobsStartOptionalParams extends coreClient.OperationOptions {
3381
- /** Parameters applicable to a start streaming job operation. */
3382
- startJobParameters?: StartStreamingJobParameters;
3383
- /** Delay to wait until next poll, in milliseconds. */
3384
- updateIntervalInMs?: number;
3385
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3386
- resumeFrom?: string;
3387
- }
3388
-
3389
- /** Optional parameters. */
3390
- export declare interface StreamingJobsStopOptionalParams extends coreClient.OperationOptions {
3391
- /** Delay to wait until next poll, in milliseconds. */
3392
- updateIntervalInMs?: number;
3393
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3394
- resumeFrom?: string;
3395
- }
3396
-
3397
- /** Defines headers for StreamingJobs_update operation. */
3398
- export declare interface StreamingJobsUpdateHeaders {
3399
- /** 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. */
3400
- eTag?: string;
3401
- }
3402
-
3403
- /** Optional parameters. */
3404
- export declare interface StreamingJobsUpdateOptionalParams extends coreClient.OperationOptions {
3405
- /** 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. */
3406
- ifMatch?: string;
3407
- }
3408
-
3409
- /** Contains response data for the update operation. */
3410
- export declare type StreamingJobsUpdateResponse = StreamingJobsUpdateHeaders & StreamingJob;
3411
-
3412
- /** Describes an input data source that contains stream data. */
3413
- export declare interface StreamInputDataSource {
3414
- /** Polymorphic discriminator, which specifies the different types this object can be */
3415
- type: "Microsoft.Storage/Blob" | "Microsoft.ServiceBus/EventHub" | "Microsoft.EventHub/EventHub" | "Microsoft.Devices/IotHubs" | "Raw" | "GatewayMessageBus" | "Microsoft.EventGrid/EventSubscriptions";
3416
- }
3417
-
3418
- export declare type StreamInputDataSourceUnion = StreamInputDataSource | BlobStreamInputDataSource | EventHubStreamInputDataSource | EventHubV2StreamInputDataSource | IoTHubStreamInputDataSource | RawStreamInputDataSource | GatewayMessageBusStreamInputDataSource | EventGridStreamInputDataSource;
3419
-
3420
- /** The properties that are associated with an input containing stream data. */
3421
- export declare interface StreamInputProperties extends InputProperties {
3422
- /** Polymorphic discriminator, which specifies the different types this object can be */
3423
- type: "Stream";
3424
- /** Describes an input data source that contains stream data. Required on PUT (CreateOrReplace) requests. */
3425
- datasource?: StreamInputDataSourceUnion;
3426
- }
3427
-
3428
- /** The base sub-resource model definition. */
3429
- export declare interface SubResource {
3430
- /**
3431
- * Resource Id
3432
- * NOTE: This property will not be serialized. It can only be populated by the server.
3433
- */
3434
- readonly id?: string;
3435
- /** Resource name */
3436
- name?: string;
3437
- /**
3438
- * Resource type
3439
- * NOTE: This property will not be serialized. It can only be populated by the server.
3440
- */
3441
- readonly type?: string;
3442
- }
3443
-
3444
- /** Describes the current quota for the subscription. */
3445
- export declare interface SubscriptionQuota extends SubResource {
3446
- /**
3447
- * The max permitted usage of this resource.
3448
- * NOTE: This property will not be serialized. It can only be populated by the server.
3449
- */
3450
- readonly maxCount?: number;
3451
- /**
3452
- * The current usage of this resource.
3453
- * NOTE: This property will not be serialized. It can only be populated by the server.
3454
- */
3455
- readonly currentCount?: number;
3456
- }
3457
-
3458
- /** Result of the GetQuotas operation. It contains a list of quotas for the subscription in a particular region. */
3459
- export declare interface SubscriptionQuotasListResult {
3460
- /**
3461
- * List of quotas for the subscription in a particular region.
3462
- * NOTE: This property will not be serialized. It can only be populated by the server.
3463
- */
3464
- readonly value?: SubscriptionQuota[];
3465
- }
3466
-
3467
- /** Interface representing a Subscriptions. */
3468
- export declare interface Subscriptions {
3469
- /**
3470
- * Retrieves the subscription's current quota information in a particular region.
3471
- * @param location The region to which the request is sent. You can find out which regions Azure Stream
3472
- * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
3473
- * @param options The options parameters.
3474
- */
3475
- listQuotas(location: string, options?: SubscriptionsListQuotasOptionalParams): Promise<SubscriptionsListQuotasResponse>;
3476
- /**
3477
- * Test the Stream Analytics query on a sample input.
3478
- * @param location The region to which the request is sent. You can find out which regions Azure Stream
3479
- * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
3480
- * @param testQuery The query testing object that defines the input, output, and transformation for the
3481
- * query testing.
3482
- * @param options The options parameters.
3483
- */
3484
- beginTestQuery(location: string, testQuery: TestQuery, options?: SubscriptionsTestQueryOptionalParams): Promise<SimplePollerLike<OperationState<SubscriptionsTestQueryResponse>, SubscriptionsTestQueryResponse>>;
3485
- /**
3486
- * Test the Stream Analytics query on a sample input.
3487
- * @param location The region to which the request is sent. You can find out which regions Azure Stream
3488
- * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
3489
- * @param testQuery The query testing object that defines the input, output, and transformation for the
3490
- * query testing.
3491
- * @param options The options parameters.
3492
- */
3493
- beginTestQueryAndWait(location: string, testQuery: TestQuery, options?: SubscriptionsTestQueryOptionalParams): Promise<SubscriptionsTestQueryResponse>;
3494
- /**
3495
- * Compile the Stream Analytics query.
3496
- * @param location The region to which the request is sent. You can find out which regions Azure Stream
3497
- * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
3498
- * @param compileQuery The query compilation object which defines the input, output, and transformation
3499
- * for the query compilation.
3500
- * @param options The options parameters.
3501
- */
3502
- compileQuery(location: string, compileQuery: CompileQuery, options?: SubscriptionsCompileQueryOptionalParams): Promise<SubscriptionsCompileQueryResponse>;
3503
- /**
3504
- * Sample the Stream Analytics input data.
3505
- * @param location The region to which the request is sent. You can find out which regions Azure Stream
3506
- * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
3507
- * @param sampleInput Defines the necessary parameters for sampling the Stream Analytics input data.
3508
- * @param options The options parameters.
3509
- */
3510
- beginSampleInput(location: string, sampleInput: SampleInput, options?: SubscriptionsSampleInputOptionalParams): Promise<SimplePollerLike<OperationState<SubscriptionsSampleInputResponse>, SubscriptionsSampleInputResponse>>;
3511
- /**
3512
- * Sample the Stream Analytics input data.
3513
- * @param location The region to which the request is sent. You can find out which regions Azure Stream
3514
- * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
3515
- * @param sampleInput Defines the necessary parameters for sampling the Stream Analytics input data.
3516
- * @param options The options parameters.
3517
- */
3518
- beginSampleInputAndWait(location: string, sampleInput: SampleInput, options?: SubscriptionsSampleInputOptionalParams): Promise<SubscriptionsSampleInputResponse>;
3519
- /**
3520
- * Test the Stream Analytics input.
3521
- * @param location The region to which the request is sent. You can find out which regions Azure Stream
3522
- * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
3523
- * @param testInput Defines the necessary parameters for testing the Stream Analytics input.
3524
- * @param options The options parameters.
3525
- */
3526
- beginTestInput(location: string, testInput: TestInput, options?: SubscriptionsTestInputOptionalParams): Promise<SimplePollerLike<OperationState<SubscriptionsTestInputResponse>, SubscriptionsTestInputResponse>>;
3527
- /**
3528
- * Test the Stream Analytics input.
3529
- * @param location The region to which the request is sent. You can find out which regions Azure Stream
3530
- * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
3531
- * @param testInput Defines the necessary parameters for testing the Stream Analytics input.
3532
- * @param options The options parameters.
3533
- */
3534
- beginTestInputAndWait(location: string, testInput: TestInput, options?: SubscriptionsTestInputOptionalParams): Promise<SubscriptionsTestInputResponse>;
3535
- /**
3536
- * Test the Stream Analytics output.
3537
- * @param location The region to which the request is sent. You can find out which regions Azure Stream
3538
- * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
3539
- * @param testOutput Defines the necessary parameters for testing the Stream Analytics output.
3540
- * @param options The options parameters.
3541
- */
3542
- beginTestOutput(location: string, testOutput: TestOutput, options?: SubscriptionsTestOutputOptionalParams): Promise<SimplePollerLike<OperationState<SubscriptionsTestOutputResponse>, SubscriptionsTestOutputResponse>>;
3543
- /**
3544
- * Test the Stream Analytics output.
3545
- * @param location The region to which the request is sent. You can find out which regions Azure Stream
3546
- * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
3547
- * @param testOutput Defines the necessary parameters for testing the Stream Analytics output.
3548
- * @param options The options parameters.
3549
- */
3550
- beginTestOutputAndWait(location: string, testOutput: TestOutput, options?: SubscriptionsTestOutputOptionalParams): Promise<SubscriptionsTestOutputResponse>;
3551
- }
3552
-
3553
- /** Optional parameters. */
3554
- export declare interface SubscriptionsCompileQueryOptionalParams extends coreClient.OperationOptions {
3555
- }
3556
-
3557
- /** Contains response data for the compileQuery operation. */
3558
- export declare type SubscriptionsCompileQueryResponse = QueryCompilationResult;
3559
-
3560
- /** Optional parameters. */
3561
- export declare interface SubscriptionsListQuotasOptionalParams extends coreClient.OperationOptions {
3562
- }
3563
-
3564
- /** Contains response data for the listQuotas operation. */
3565
- export declare type SubscriptionsListQuotasResponse = SubscriptionQuotasListResult;
3566
-
3567
- /** Optional parameters. */
3568
- export declare interface SubscriptionsSampleInputOptionalParams extends coreClient.OperationOptions {
3569
- /** Delay to wait until next poll, in milliseconds. */
3570
- updateIntervalInMs?: number;
3571
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3572
- resumeFrom?: string;
3573
- }
3574
-
3575
- /** Contains response data for the sampleInput operation. */
3576
- export declare type SubscriptionsSampleInputResponse = SampleInputResult;
3577
-
3578
- /** Optional parameters. */
3579
- export declare interface SubscriptionsTestInputOptionalParams extends coreClient.OperationOptions {
3580
- /** Delay to wait until next poll, in milliseconds. */
3581
- updateIntervalInMs?: number;
3582
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3583
- resumeFrom?: string;
3584
- }
3585
-
3586
- /** Contains response data for the testInput operation. */
3587
- export declare type SubscriptionsTestInputResponse = TestDatasourceResult;
3588
-
3589
- /** Optional parameters. */
3590
- export declare interface SubscriptionsTestOutputOptionalParams extends coreClient.OperationOptions {
3591
- /** Delay to wait until next poll, in milliseconds. */
3592
- updateIntervalInMs?: number;
3593
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3594
- resumeFrom?: string;
3595
- }
3596
-
3597
- /** Contains response data for the testOutput operation. */
3598
- export declare type SubscriptionsTestOutputResponse = TestDatasourceResult;
3599
-
3600
- /** Optional parameters. */
3601
- export declare interface SubscriptionsTestQueryOptionalParams extends coreClient.OperationOptions {
3602
- /** Delay to wait until next poll, in milliseconds. */
3603
- updateIntervalInMs?: number;
3604
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3605
- resumeFrom?: string;
3606
- }
3607
-
3608
- /** Contains response data for the testQuery operation. */
3609
- export declare type SubscriptionsTestQueryResponse = QueryTestingResult;
3610
-
3611
- /** The result of the test input or output request. */
3612
- export declare interface TestDatasourceResult extends ErrorModel {
3613
- /**
3614
- * The status of the sample output request.
3615
- * NOTE: This property will not be serialized. It can only be populated by the server.
3616
- */
3617
- readonly status?: TestDatasourceResultStatus;
3618
- }
3619
-
3620
- /**
3621
- * Defines values for TestDatasourceResultStatus. \
3622
- * {@link KnownTestDatasourceResultStatus} can be used interchangeably with TestDatasourceResultStatus,
3623
- * this enum contains the known values that the service supports.
3624
- * ### Known values supported by the service
3625
- * **TestSucceeded**: The test datasource operation succeeded. \
3626
- * **TestFailed**: The test datasource operation failed.
3627
- */
3628
- export declare type TestDatasourceResultStatus = string;
3629
-
3630
- /** A stream analytics input. */
3631
- export declare interface TestInput {
3632
- /** The stream analytics input to test. */
3633
- input: Input;
3634
- }
3635
-
3636
- /** A stream analytics output. */
3637
- export declare interface TestOutput {
3638
- /** The stream analytics output to test. */
3639
- output: Output;
3640
- }
3641
-
3642
- /** The request object for query testing. */
3643
- export declare interface TestQuery {
3644
- /** Diagnostics information related to query testing. */
3645
- diagnostics?: TestQueryDiagnostics;
3646
- /** Stream analytics job object which defines the input, output, and transformation for the query testing. */
3647
- streamingJob: StreamingJob;
3648
- }
3649
-
3650
- /** Diagnostics information related to query testing. */
3651
- export declare interface TestQueryDiagnostics {
3652
- /** The SAS URI to the container or directory. */
3653
- writeUri: string;
3654
- /** The path to the subdirectory. */
3655
- path?: string;
3656
- }
3657
-
3658
- /** The resource model definition for a ARM tracked top level resource */
3659
- export declare interface TrackedResource extends Resource {
3660
- /** Resource tags. */
3661
- tags?: {
3662
- [propertyName: string]: string;
3663
- };
3664
- /** The geo-location where the resource lives */
3665
- location?: string;
3666
- }
3667
-
3668
- /** A transformation object, containing all information associated with the named transformation. All transformations are contained under a streaming job. */
3669
- export declare interface Transformation extends SubResource {
3670
- /** Specifies the number of streaming units that the streaming job uses. */
3671
- streamingUnits?: number;
3672
- /** Specifies the valid streaming units a streaming job can scale to. */
3673
- validStreamingUnits?: number[];
3674
- /** 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. */
3675
- query?: string;
3676
- /**
3677
- * 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.
3678
- * NOTE: This property will not be serialized. It can only be populated by the server.
3679
- */
3680
- readonly etag?: string;
3681
- }
3682
-
3683
- /** Interface representing a Transformations. */
3684
- export declare interface Transformations {
3685
- /**
3686
- * Creates a transformation or replaces an already existing transformation under an existing streaming
3687
- * job.
3688
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3689
- * @param jobName The name of the streaming job.
3690
- * @param transformationName The name of the transformation.
3691
- * @param transformation The definition of the transformation that will be used to create a new
3692
- * transformation or replace the existing one under the streaming job.
3693
- * @param options The options parameters.
3694
- */
3695
- createOrReplace(resourceGroupName: string, jobName: string, transformationName: string, transformation: Transformation, options?: TransformationsCreateOrReplaceOptionalParams): Promise<TransformationsCreateOrReplaceResponse>;
3696
- /**
3697
- * Updates an existing transformation under an existing streaming job. This can be used to partially
3698
- * update (ie. update one or two properties) a transformation without affecting the rest the job or
3699
- * transformation definition.
3700
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3701
- * @param jobName The name of the streaming job.
3702
- * @param transformationName The name of the transformation.
3703
- * @param transformation A Transformation object. The properties specified here will overwrite the
3704
- * corresponding properties in the existing transformation (ie. Those properties will be updated). Any
3705
- * properties that are set to null here will mean that the corresponding property in the existing
3706
- * transformation will remain the same and not change as a result of this PATCH operation.
3707
- * @param options The options parameters.
3708
- */
3709
- update(resourceGroupName: string, jobName: string, transformationName: string, transformation: Transformation, options?: TransformationsUpdateOptionalParams): Promise<TransformationsUpdateResponse>;
3710
- /**
3711
- * Gets details about the specified transformation.
3712
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3713
- * @param jobName The name of the streaming job.
3714
- * @param transformationName The name of the transformation.
3715
- * @param options The options parameters.
3716
- */
3717
- get(resourceGroupName: string, jobName: string, transformationName: string, options?: TransformationsGetOptionalParams): Promise<TransformationsGetResponse>;
3718
- }
3719
-
3720
- /** Defines headers for Transformations_createOrReplace operation. */
3721
- export declare interface TransformationsCreateOrReplaceHeaders {
3722
- /** 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. */
3723
- eTag?: string;
3724
- }
3725
-
3726
- /** Optional parameters. */
3727
- export declare interface TransformationsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
3728
- /** 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. */
3729
- ifMatch?: string;
3730
- /** 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. */
3731
- ifNoneMatch?: string;
3732
- }
3733
-
3734
- /** Contains response data for the createOrReplace operation. */
3735
- export declare type TransformationsCreateOrReplaceResponse = TransformationsCreateOrReplaceHeaders & Transformation;
3736
-
3737
- /** Defines headers for Transformations_get operation. */
3738
- export declare interface TransformationsGetHeaders {
3739
- /** 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. */
3740
- eTag?: string;
3741
- }
3742
-
3743
- /** Optional parameters. */
3744
- export declare interface TransformationsGetOptionalParams extends coreClient.OperationOptions {
3745
- }
3746
-
3747
- /** Contains response data for the get operation. */
3748
- export declare type TransformationsGetResponse = TransformationsGetHeaders & Transformation;
3749
-
3750
- /** Defines headers for Transformations_update operation. */
3751
- export declare interface TransformationsUpdateHeaders {
3752
- /** 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. */
3753
- eTag?: string;
3754
- }
3755
-
3756
- /** Optional parameters. */
3757
- export declare interface TransformationsUpdateOptionalParams extends coreClient.OperationOptions {
3758
- /** 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. */
3759
- ifMatch?: string;
3760
- }
3761
-
3762
- /** Contains response data for the update operation. */
3763
- export declare type TransformationsUpdateResponse = TransformationsUpdateHeaders & Transformation;
3764
-
3765
- /**
3766
- * Defines values for UpdatableUdfRefreshType. \
3767
- * {@link KnownUpdatableUdfRefreshType} can be used interchangeably with UpdatableUdfRefreshType,
3768
- * this enum contains the known values that the service supports.
3769
- * ### Known values supported by the service
3770
- * **Blocking** \
3771
- * **Nonblocking**
3772
- */
3773
- export declare type UpdatableUdfRefreshType = string;
3774
-
3775
- /**
3776
- * Defines values for UpdateMode. \
3777
- * {@link KnownUpdateMode} can be used interchangeably with UpdateMode,
3778
- * this enum contains the known values that the service supports.
3779
- * ### Known values supported by the service
3780
- * **Static** \
3781
- * **Refreshable**
3782
- */
3783
- export declare type UpdateMode = string;
3784
-
3785
- export { }