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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (811) hide show
  1. package/CHANGELOG.md +15 -5
  2. package/LICENSE +4 -4
  3. package/README.md +26 -17
  4. package/dist/browser/index.d.ts +5 -0
  5. package/dist/browser/index.d.ts.map +1 -0
  6. package/dist/browser/index.js +13 -0
  7. package/dist/browser/index.js.map +1 -0
  8. package/dist/browser/lroImpl.d.ts.map +1 -0
  9. package/dist/browser/lroImpl.js +18 -0
  10. package/dist/browser/lroImpl.js.map +1 -0
  11. package/dist/browser/models/index.js.map +1 -0
  12. package/dist/browser/models/mappers.js +5148 -0
  13. package/dist/browser/models/mappers.js.map +1 -0
  14. package/dist/browser/models/parameters.js +291 -0
  15. package/dist/browser/models/parameters.js.map +1 -0
  16. package/dist/browser/operations/clusters.d.ts +137 -0
  17. package/dist/browser/operations/clusters.d.ts.map +1 -0
  18. package/dist/browser/operations/clusters.js +634 -0
  19. package/dist/browser/operations/clusters.js.map +1 -0
  20. package/dist/browser/operations/functions.d.ts +107 -0
  21. package/dist/browser/operations/functions.d.ts.map +1 -0
  22. package/dist/browser/operations/functions.js +419 -0
  23. package/dist/browser/operations/functions.js.map +1 -0
  24. package/dist/browser/operations/index.d.ts +11 -0
  25. package/dist/browser/operations/index.d.ts.map +1 -0
  26. package/dist/browser/operations/index.js +18 -0
  27. package/dist/browser/operations/index.js.map +1 -0
  28. package/dist/browser/operations/inputs.d.ts +94 -0
  29. package/dist/browser/operations/inputs.d.ts.map +1 -0
  30. package/dist/browser/operations/inputs.js +380 -0
  31. package/dist/browser/operations/inputs.js.map +1 -0
  32. package/dist/browser/operations/operations.d.ts +32 -0
  33. package/dist/browser/operations/operations.d.ts.map +1 -0
  34. package/dist/browser/operations/operations.js +116 -0
  35. package/dist/browser/operations/operations.js.map +1 -0
  36. package/dist/browser/operations/outputs.d.ts +95 -0
  37. package/dist/browser/operations/outputs.d.ts.map +1 -0
  38. package/dist/browser/operations/outputs.js +381 -0
  39. package/dist/browser/operations/outputs.js.map +1 -0
  40. package/dist/browser/operations/privateEndpoints.d.ts +73 -0
  41. package/dist/browser/operations/privateEndpoints.d.ts.map +1 -0
  42. package/dist/browser/operations/privateEndpoints.js +298 -0
  43. package/dist/browser/operations/privateEndpoints.js.map +1 -0
  44. package/dist/browser/operations/skuOperations.d.ts +38 -0
  45. package/dist/browser/operations/skuOperations.d.ts.map +1 -0
  46. package/dist/browser/operations/skuOperations.js +133 -0
  47. package/dist/browser/operations/skuOperations.js.map +1 -0
  48. package/dist/browser/operations/streamingJobs.d.ts +151 -0
  49. package/dist/browser/operations/streamingJobs.d.ts.map +1 -0
  50. package/dist/browser/operations/streamingJobs.js +718 -0
  51. package/dist/browser/operations/streamingJobs.js.map +1 -0
  52. package/dist/browser/operations/subscriptions.d.ts +96 -0
  53. package/dist/browser/operations/subscriptions.d.ts.map +1 -0
  54. package/dist/browser/operations/subscriptions.js +450 -0
  55. package/dist/browser/operations/subscriptions.js.map +1 -0
  56. package/dist/browser/operations/transformations.d.ts +46 -0
  57. package/dist/browser/operations/transformations.d.ts.map +1 -0
  58. package/dist/browser/operations/transformations.js +161 -0
  59. package/dist/browser/operations/transformations.js.map +1 -0
  60. package/dist/browser/operationsInterfaces/clusters.d.ts +84 -0
  61. package/dist/browser/operationsInterfaces/clusters.d.ts.map +1 -0
  62. package/dist/browser/operationsInterfaces/clusters.js.map +1 -0
  63. package/dist/browser/operationsInterfaces/functions.d.ts +82 -0
  64. package/dist/browser/operationsInterfaces/functions.d.ts.map +1 -0
  65. package/dist/browser/operationsInterfaces/functions.js.map +1 -0
  66. package/dist/browser/operationsInterfaces/index.d.ts +11 -0
  67. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  68. package/dist/browser/operationsInterfaces/index.js +18 -0
  69. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  70. package/dist/browser/operationsInterfaces/inputs.d.ts +69 -0
  71. package/dist/browser/operationsInterfaces/inputs.d.ts.map +1 -0
  72. package/dist/browser/operationsInterfaces/inputs.js.map +1 -0
  73. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  74. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  75. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  76. package/dist/browser/operationsInterfaces/outputs.d.ts +70 -0
  77. package/dist/browser/operationsInterfaces/outputs.d.ts.map +1 -0
  78. package/dist/browser/operationsInterfaces/outputs.js.map +1 -0
  79. package/dist/browser/operationsInterfaces/privateEndpoints.d.ts +48 -0
  80. package/dist/browser/operationsInterfaces/privateEndpoints.d.ts.map +1 -0
  81. package/dist/browser/operationsInterfaces/privateEndpoints.js.map +1 -0
  82. package/dist/browser/operationsInterfaces/skuOperations.d.ts +13 -0
  83. package/dist/browser/operationsInterfaces/skuOperations.d.ts.map +1 -0
  84. package/dist/browser/operationsInterfaces/skuOperations.js.map +1 -0
  85. package/dist/browser/operationsInterfaces/streamingJobs.d.ts +115 -0
  86. package/dist/browser/operationsInterfaces/streamingJobs.d.ts.map +1 -0
  87. package/dist/browser/operationsInterfaces/streamingJobs.js.map +1 -0
  88. package/dist/browser/operationsInterfaces/subscriptions.d.ts +88 -0
  89. package/dist/browser/operationsInterfaces/subscriptions.d.ts.map +1 -0
  90. package/dist/browser/operationsInterfaces/subscriptions.js.map +1 -0
  91. package/dist/browser/operationsInterfaces/transformations.d.ts +38 -0
  92. package/dist/browser/operationsInterfaces/transformations.d.ts.map +1 -0
  93. package/dist/browser/operationsInterfaces/transformations.js.map +1 -0
  94. package/dist/browser/package.json +3 -0
  95. package/dist/browser/pagingHelper.js +30 -0
  96. package/dist/browser/pagingHelper.js.map +1 -0
  97. package/dist/browser/streamAnalyticsManagementClient.d.ts +26 -0
  98. package/dist/browser/streamAnalyticsManagementClient.d.ts.map +1 -0
  99. package/dist/browser/streamAnalyticsManagementClient.js +96 -0
  100. package/dist/browser/streamAnalyticsManagementClient.js.map +1 -0
  101. package/dist/commonjs/index.d.ts +5 -0
  102. package/dist/commonjs/index.d.ts.map +1 -0
  103. package/dist/commonjs/index.js +19 -0
  104. package/dist/commonjs/index.js.map +1 -0
  105. package/dist/commonjs/lroImpl.d.ts +11 -0
  106. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  107. package/dist/commonjs/lroImpl.js +21 -0
  108. package/dist/commonjs/lroImpl.js.map +1 -0
  109. package/dist/commonjs/models/index.d.ts +2815 -0
  110. package/dist/commonjs/models/index.d.ts.map +1 -0
  111. package/dist/commonjs/models/index.js +269 -0
  112. package/dist/commonjs/models/index.js.map +1 -0
  113. package/dist/commonjs/models/mappers.d.ts +221 -0
  114. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  115. package/dist/commonjs/models/mappers.js +5154 -0
  116. package/dist/commonjs/models/mappers.js.map +1 -0
  117. package/dist/commonjs/models/parameters.d.ts +40 -0
  118. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  119. package/dist/commonjs/models/parameters.js +294 -0
  120. package/dist/commonjs/models/parameters.js.map +1 -0
  121. package/dist/commonjs/operations/clusters.d.ts +137 -0
  122. package/dist/commonjs/operations/clusters.d.ts.map +1 -0
  123. package/dist/commonjs/operations/clusters.js +639 -0
  124. package/dist/commonjs/operations/clusters.js.map +1 -0
  125. package/dist/commonjs/operations/functions.d.ts +107 -0
  126. package/dist/commonjs/operations/functions.d.ts.map +1 -0
  127. package/dist/commonjs/operations/functions.js +424 -0
  128. package/dist/commonjs/operations/functions.js.map +1 -0
  129. package/dist/commonjs/operations/index.d.ts +11 -0
  130. package/dist/commonjs/operations/index.d.ts.map +1 -0
  131. package/dist/commonjs/operations/index.js +21 -0
  132. package/dist/commonjs/operations/index.js.map +1 -0
  133. package/dist/commonjs/operations/inputs.d.ts +94 -0
  134. package/dist/commonjs/operations/inputs.d.ts.map +1 -0
  135. package/dist/commonjs/operations/inputs.js +385 -0
  136. package/dist/commonjs/operations/inputs.js.map +1 -0
  137. package/dist/commonjs/operations/operations.d.ts +32 -0
  138. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  139. package/dist/commonjs/operations/operations.js +121 -0
  140. package/dist/commonjs/operations/operations.js.map +1 -0
  141. package/dist/commonjs/operations/outputs.d.ts +95 -0
  142. package/dist/commonjs/operations/outputs.d.ts.map +1 -0
  143. package/dist/commonjs/operations/outputs.js +386 -0
  144. package/dist/commonjs/operations/outputs.js.map +1 -0
  145. package/dist/commonjs/operations/privateEndpoints.d.ts +73 -0
  146. package/dist/commonjs/operations/privateEndpoints.d.ts.map +1 -0
  147. package/dist/commonjs/operations/privateEndpoints.js +303 -0
  148. package/dist/commonjs/operations/privateEndpoints.js.map +1 -0
  149. package/dist/commonjs/operations/skuOperations.d.ts +38 -0
  150. package/dist/commonjs/operations/skuOperations.d.ts.map +1 -0
  151. package/dist/commonjs/operations/skuOperations.js +138 -0
  152. package/dist/commonjs/operations/skuOperations.js.map +1 -0
  153. package/dist/commonjs/operations/streamingJobs.d.ts +151 -0
  154. package/dist/commonjs/operations/streamingJobs.d.ts.map +1 -0
  155. package/dist/commonjs/operations/streamingJobs.js +723 -0
  156. package/dist/commonjs/operations/streamingJobs.js.map +1 -0
  157. package/dist/commonjs/operations/subscriptions.d.ts +96 -0
  158. package/dist/commonjs/operations/subscriptions.d.ts.map +1 -0
  159. package/dist/commonjs/operations/subscriptions.js +455 -0
  160. package/dist/commonjs/operations/subscriptions.js.map +1 -0
  161. package/dist/commonjs/operations/transformations.d.ts +46 -0
  162. package/dist/commonjs/operations/transformations.d.ts.map +1 -0
  163. package/dist/commonjs/operations/transformations.js +166 -0
  164. package/dist/commonjs/operations/transformations.js.map +1 -0
  165. package/dist/commonjs/operationsInterfaces/clusters.d.ts +84 -0
  166. package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +1 -0
  167. package/dist/commonjs/operationsInterfaces/clusters.js +10 -0
  168. package/dist/commonjs/operationsInterfaces/clusters.js.map +1 -0
  169. package/dist/commonjs/operationsInterfaces/functions.d.ts +82 -0
  170. package/dist/commonjs/operationsInterfaces/functions.d.ts.map +1 -0
  171. package/dist/commonjs/operationsInterfaces/functions.js +10 -0
  172. package/dist/commonjs/operationsInterfaces/functions.js.map +1 -0
  173. package/dist/commonjs/operationsInterfaces/index.d.ts +11 -0
  174. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  175. package/dist/commonjs/operationsInterfaces/index.js +21 -0
  176. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  177. package/dist/commonjs/operationsInterfaces/inputs.d.ts +69 -0
  178. package/dist/commonjs/operationsInterfaces/inputs.d.ts.map +1 -0
  179. package/dist/commonjs/operationsInterfaces/inputs.js +10 -0
  180. package/dist/commonjs/operationsInterfaces/inputs.js.map +1 -0
  181. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  182. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  183. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  184. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  185. package/dist/commonjs/operationsInterfaces/outputs.d.ts +70 -0
  186. package/dist/commonjs/operationsInterfaces/outputs.d.ts.map +1 -0
  187. package/dist/commonjs/operationsInterfaces/outputs.js +10 -0
  188. package/dist/commonjs/operationsInterfaces/outputs.js.map +1 -0
  189. package/dist/commonjs/operationsInterfaces/privateEndpoints.d.ts +48 -0
  190. package/dist/commonjs/operationsInterfaces/privateEndpoints.d.ts.map +1 -0
  191. package/dist/commonjs/operationsInterfaces/privateEndpoints.js +10 -0
  192. package/dist/commonjs/operationsInterfaces/privateEndpoints.js.map +1 -0
  193. package/dist/commonjs/operationsInterfaces/skuOperations.d.ts +13 -0
  194. package/dist/commonjs/operationsInterfaces/skuOperations.d.ts.map +1 -0
  195. package/dist/commonjs/operationsInterfaces/skuOperations.js +10 -0
  196. package/dist/commonjs/operationsInterfaces/skuOperations.js.map +1 -0
  197. package/dist/commonjs/operationsInterfaces/streamingJobs.d.ts +115 -0
  198. package/dist/commonjs/operationsInterfaces/streamingJobs.d.ts.map +1 -0
  199. package/dist/commonjs/operationsInterfaces/streamingJobs.js +10 -0
  200. package/dist/commonjs/operationsInterfaces/streamingJobs.js.map +1 -0
  201. package/dist/commonjs/operationsInterfaces/subscriptions.d.ts +88 -0
  202. package/dist/commonjs/operationsInterfaces/subscriptions.d.ts.map +1 -0
  203. package/dist/commonjs/operationsInterfaces/subscriptions.js +10 -0
  204. package/dist/commonjs/operationsInterfaces/subscriptions.js.map +1 -0
  205. package/dist/commonjs/operationsInterfaces/transformations.d.ts +38 -0
  206. package/dist/commonjs/operationsInterfaces/transformations.d.ts.map +1 -0
  207. package/dist/commonjs/operationsInterfaces/transformations.js +10 -0
  208. package/dist/commonjs/operationsInterfaces/transformations.js.map +1 -0
  209. package/dist/commonjs/package.json +3 -0
  210. package/dist/commonjs/pagingHelper.d.ts +13 -0
  211. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  212. package/dist/commonjs/pagingHelper.js +34 -0
  213. package/dist/commonjs/pagingHelper.js.map +1 -0
  214. package/dist/commonjs/streamAnalyticsManagementClient.d.ts +26 -0
  215. package/dist/commonjs/streamAnalyticsManagementClient.d.ts.map +1 -0
  216. package/dist/commonjs/streamAnalyticsManagementClient.js +101 -0
  217. package/dist/commonjs/streamAnalyticsManagementClient.js.map +1 -0
  218. package/dist/commonjs/tsdoc-metadata.json +11 -0
  219. package/dist/esm/index.d.ts +5 -0
  220. package/dist/esm/index.d.ts.map +1 -0
  221. package/dist/esm/index.js +13 -0
  222. package/dist/esm/index.js.map +1 -0
  223. package/dist/esm/lroImpl.d.ts +11 -0
  224. package/dist/esm/lroImpl.d.ts.map +1 -0
  225. package/dist/esm/lroImpl.js +18 -0
  226. package/dist/esm/lroImpl.js.map +1 -0
  227. package/dist/esm/models/index.d.ts +2815 -0
  228. package/dist/esm/models/index.d.ts.map +1 -0
  229. package/dist/esm/models/index.js +266 -0
  230. package/dist/esm/models/index.js.map +1 -0
  231. package/dist/esm/models/mappers.d.ts +221 -0
  232. package/dist/esm/models/mappers.d.ts.map +1 -0
  233. package/dist/esm/models/mappers.js +5148 -0
  234. package/dist/esm/models/mappers.js.map +1 -0
  235. package/dist/esm/models/parameters.d.ts +40 -0
  236. package/dist/esm/models/parameters.d.ts.map +1 -0
  237. package/dist/esm/models/parameters.js +291 -0
  238. package/dist/esm/models/parameters.js.map +1 -0
  239. package/dist/esm/operations/clusters.d.ts +137 -0
  240. package/dist/esm/operations/clusters.d.ts.map +1 -0
  241. package/dist/esm/operations/clusters.js +634 -0
  242. package/dist/esm/operations/clusters.js.map +1 -0
  243. package/dist/esm/operations/functions.d.ts +107 -0
  244. package/dist/esm/operations/functions.d.ts.map +1 -0
  245. package/dist/esm/operations/functions.js +419 -0
  246. package/dist/esm/operations/functions.js.map +1 -0
  247. package/dist/esm/operations/index.d.ts +11 -0
  248. package/dist/esm/operations/index.d.ts.map +1 -0
  249. package/dist/esm/operations/index.js +18 -0
  250. package/dist/esm/operations/index.js.map +1 -0
  251. package/dist/esm/operations/inputs.d.ts +94 -0
  252. package/dist/esm/operations/inputs.d.ts.map +1 -0
  253. package/dist/esm/operations/inputs.js +380 -0
  254. package/dist/esm/operations/inputs.js.map +1 -0
  255. package/dist/esm/operations/operations.d.ts +32 -0
  256. package/dist/esm/operations/operations.d.ts.map +1 -0
  257. package/dist/esm/operations/operations.js +116 -0
  258. package/dist/esm/operations/operations.js.map +1 -0
  259. package/dist/esm/operations/outputs.d.ts +95 -0
  260. package/dist/esm/operations/outputs.d.ts.map +1 -0
  261. package/dist/esm/operations/outputs.js +381 -0
  262. package/dist/esm/operations/outputs.js.map +1 -0
  263. package/dist/esm/operations/privateEndpoints.d.ts +73 -0
  264. package/dist/esm/operations/privateEndpoints.d.ts.map +1 -0
  265. package/dist/esm/operations/privateEndpoints.js +298 -0
  266. package/dist/esm/operations/privateEndpoints.js.map +1 -0
  267. package/dist/esm/operations/skuOperations.d.ts +38 -0
  268. package/dist/esm/operations/skuOperations.d.ts.map +1 -0
  269. package/dist/esm/operations/skuOperations.js +133 -0
  270. package/dist/esm/operations/skuOperations.js.map +1 -0
  271. package/dist/esm/operations/streamingJobs.d.ts +151 -0
  272. package/dist/esm/operations/streamingJobs.d.ts.map +1 -0
  273. package/dist/esm/operations/streamingJobs.js +718 -0
  274. package/dist/esm/operations/streamingJobs.js.map +1 -0
  275. package/dist/esm/operations/subscriptions.d.ts +96 -0
  276. package/dist/esm/operations/subscriptions.d.ts.map +1 -0
  277. package/dist/esm/operations/subscriptions.js +450 -0
  278. package/dist/esm/operations/subscriptions.js.map +1 -0
  279. package/dist/esm/operations/transformations.d.ts +46 -0
  280. package/dist/esm/operations/transformations.d.ts.map +1 -0
  281. package/dist/esm/operations/transformations.js +161 -0
  282. package/dist/esm/operations/transformations.js.map +1 -0
  283. package/dist/esm/operationsInterfaces/clusters.d.ts +84 -0
  284. package/dist/esm/operationsInterfaces/clusters.d.ts.map +1 -0
  285. package/dist/esm/operationsInterfaces/clusters.js +9 -0
  286. package/dist/esm/operationsInterfaces/clusters.js.map +1 -0
  287. package/dist/esm/operationsInterfaces/functions.d.ts +82 -0
  288. package/dist/esm/operationsInterfaces/functions.d.ts.map +1 -0
  289. package/dist/esm/operationsInterfaces/functions.js +9 -0
  290. package/dist/esm/operationsInterfaces/functions.js.map +1 -0
  291. package/dist/esm/operationsInterfaces/index.d.ts +11 -0
  292. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  293. package/dist/esm/operationsInterfaces/index.js +18 -0
  294. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  295. package/dist/esm/operationsInterfaces/inputs.d.ts +69 -0
  296. package/dist/esm/operationsInterfaces/inputs.d.ts.map +1 -0
  297. package/dist/esm/operationsInterfaces/inputs.js +9 -0
  298. package/dist/esm/operationsInterfaces/inputs.js.map +1 -0
  299. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  300. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  301. package/dist/esm/operationsInterfaces/operations.js +9 -0
  302. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  303. package/dist/esm/operationsInterfaces/outputs.d.ts +70 -0
  304. package/dist/esm/operationsInterfaces/outputs.d.ts.map +1 -0
  305. package/dist/esm/operationsInterfaces/outputs.js +9 -0
  306. package/dist/esm/operationsInterfaces/outputs.js.map +1 -0
  307. package/dist/esm/operationsInterfaces/privateEndpoints.d.ts +48 -0
  308. package/dist/esm/operationsInterfaces/privateEndpoints.d.ts.map +1 -0
  309. package/dist/esm/operationsInterfaces/privateEndpoints.js +9 -0
  310. package/dist/esm/operationsInterfaces/privateEndpoints.js.map +1 -0
  311. package/dist/esm/operationsInterfaces/skuOperations.d.ts +13 -0
  312. package/dist/esm/operationsInterfaces/skuOperations.d.ts.map +1 -0
  313. package/dist/esm/operationsInterfaces/skuOperations.js +9 -0
  314. package/dist/esm/operationsInterfaces/skuOperations.js.map +1 -0
  315. package/dist/esm/operationsInterfaces/streamingJobs.d.ts +115 -0
  316. package/dist/esm/operationsInterfaces/streamingJobs.d.ts.map +1 -0
  317. package/dist/esm/operationsInterfaces/streamingJobs.js +9 -0
  318. package/dist/esm/operationsInterfaces/streamingJobs.js.map +1 -0
  319. package/dist/esm/operationsInterfaces/subscriptions.d.ts +88 -0
  320. package/dist/esm/operationsInterfaces/subscriptions.d.ts.map +1 -0
  321. package/dist/esm/operationsInterfaces/subscriptions.js +9 -0
  322. package/dist/esm/operationsInterfaces/subscriptions.js.map +1 -0
  323. package/dist/esm/operationsInterfaces/transformations.d.ts +38 -0
  324. package/dist/esm/operationsInterfaces/transformations.d.ts.map +1 -0
  325. package/dist/esm/operationsInterfaces/transformations.js +9 -0
  326. package/dist/esm/operationsInterfaces/transformations.js.map +1 -0
  327. package/dist/esm/package.json +3 -0
  328. package/dist/esm/pagingHelper.d.ts +13 -0
  329. package/dist/esm/pagingHelper.d.ts.map +1 -0
  330. package/dist/esm/pagingHelper.js +30 -0
  331. package/dist/esm/pagingHelper.js.map +1 -0
  332. package/dist/esm/streamAnalyticsManagementClient.d.ts +26 -0
  333. package/dist/esm/streamAnalyticsManagementClient.d.ts.map +1 -0
  334. package/dist/esm/streamAnalyticsManagementClient.js +96 -0
  335. package/dist/esm/streamAnalyticsManagementClient.js.map +1 -0
  336. package/dist/react-native/index.d.ts +5 -0
  337. package/dist/react-native/index.d.ts.map +1 -0
  338. package/dist/react-native/index.js +13 -0
  339. package/dist/react-native/index.js.map +1 -0
  340. package/dist/react-native/lroImpl.d.ts +11 -0
  341. package/dist/react-native/lroImpl.d.ts.map +1 -0
  342. package/dist/react-native/lroImpl.js +18 -0
  343. package/dist/react-native/lroImpl.js.map +1 -0
  344. package/dist/react-native/models/index.d.ts +2815 -0
  345. package/dist/react-native/models/index.d.ts.map +1 -0
  346. package/dist/react-native/models/index.js +266 -0
  347. package/dist/react-native/models/index.js.map +1 -0
  348. package/dist/react-native/models/mappers.d.ts +221 -0
  349. package/dist/react-native/models/mappers.d.ts.map +1 -0
  350. package/dist/react-native/models/mappers.js +5148 -0
  351. package/dist/react-native/models/mappers.js.map +1 -0
  352. package/dist/react-native/models/parameters.d.ts +40 -0
  353. package/dist/react-native/models/parameters.d.ts.map +1 -0
  354. package/dist/react-native/models/parameters.js +291 -0
  355. package/dist/react-native/models/parameters.js.map +1 -0
  356. package/dist/react-native/operations/clusters.d.ts +137 -0
  357. package/dist/react-native/operations/clusters.d.ts.map +1 -0
  358. package/dist/react-native/operations/clusters.js +634 -0
  359. package/dist/react-native/operations/clusters.js.map +1 -0
  360. package/dist/react-native/operations/functions.d.ts +107 -0
  361. package/dist/react-native/operations/functions.d.ts.map +1 -0
  362. package/dist/react-native/operations/functions.js +419 -0
  363. package/dist/react-native/operations/functions.js.map +1 -0
  364. package/dist/react-native/operations/index.d.ts +11 -0
  365. package/dist/react-native/operations/index.d.ts.map +1 -0
  366. package/dist/react-native/operations/index.js +18 -0
  367. package/dist/react-native/operations/index.js.map +1 -0
  368. package/dist/react-native/operations/inputs.d.ts +94 -0
  369. package/dist/react-native/operations/inputs.d.ts.map +1 -0
  370. package/dist/react-native/operations/inputs.js +380 -0
  371. package/dist/react-native/operations/inputs.js.map +1 -0
  372. package/dist/react-native/operations/operations.d.ts +32 -0
  373. package/dist/react-native/operations/operations.d.ts.map +1 -0
  374. package/dist/react-native/operations/operations.js +116 -0
  375. package/dist/react-native/operations/operations.js.map +1 -0
  376. package/dist/react-native/operations/outputs.d.ts +95 -0
  377. package/dist/react-native/operations/outputs.d.ts.map +1 -0
  378. package/dist/react-native/operations/outputs.js +381 -0
  379. package/dist/react-native/operations/outputs.js.map +1 -0
  380. package/dist/react-native/operations/privateEndpoints.d.ts +73 -0
  381. package/dist/react-native/operations/privateEndpoints.d.ts.map +1 -0
  382. package/dist/react-native/operations/privateEndpoints.js +298 -0
  383. package/dist/react-native/operations/privateEndpoints.js.map +1 -0
  384. package/dist/react-native/operations/skuOperations.d.ts +38 -0
  385. package/dist/react-native/operations/skuOperations.d.ts.map +1 -0
  386. package/dist/react-native/operations/skuOperations.js +133 -0
  387. package/dist/react-native/operations/skuOperations.js.map +1 -0
  388. package/dist/react-native/operations/streamingJobs.d.ts +151 -0
  389. package/dist/react-native/operations/streamingJobs.d.ts.map +1 -0
  390. package/dist/react-native/operations/streamingJobs.js +718 -0
  391. package/dist/react-native/operations/streamingJobs.js.map +1 -0
  392. package/dist/react-native/operations/subscriptions.d.ts +96 -0
  393. package/dist/react-native/operations/subscriptions.d.ts.map +1 -0
  394. package/dist/react-native/operations/subscriptions.js +450 -0
  395. package/dist/react-native/operations/subscriptions.js.map +1 -0
  396. package/dist/react-native/operations/transformations.d.ts +46 -0
  397. package/dist/react-native/operations/transformations.d.ts.map +1 -0
  398. package/dist/react-native/operations/transformations.js +161 -0
  399. package/dist/react-native/operations/transformations.js.map +1 -0
  400. package/dist/react-native/operationsInterfaces/clusters.d.ts +84 -0
  401. package/dist/react-native/operationsInterfaces/clusters.d.ts.map +1 -0
  402. package/dist/react-native/operationsInterfaces/clusters.js +9 -0
  403. package/dist/react-native/operationsInterfaces/clusters.js.map +1 -0
  404. package/dist/react-native/operationsInterfaces/functions.d.ts +82 -0
  405. package/dist/react-native/operationsInterfaces/functions.d.ts.map +1 -0
  406. package/dist/react-native/operationsInterfaces/functions.js +9 -0
  407. package/dist/react-native/operationsInterfaces/functions.js.map +1 -0
  408. package/dist/react-native/operationsInterfaces/index.d.ts +11 -0
  409. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  410. package/dist/react-native/operationsInterfaces/index.js +18 -0
  411. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  412. package/dist/react-native/operationsInterfaces/inputs.d.ts +69 -0
  413. package/dist/react-native/operationsInterfaces/inputs.d.ts.map +1 -0
  414. package/dist/react-native/operationsInterfaces/inputs.js +9 -0
  415. package/dist/react-native/operationsInterfaces/inputs.js.map +1 -0
  416. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  417. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  418. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  419. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  420. package/dist/react-native/operationsInterfaces/outputs.d.ts +70 -0
  421. package/dist/react-native/operationsInterfaces/outputs.d.ts.map +1 -0
  422. package/dist/react-native/operationsInterfaces/outputs.js +9 -0
  423. package/dist/react-native/operationsInterfaces/outputs.js.map +1 -0
  424. package/dist/react-native/operationsInterfaces/privateEndpoints.d.ts +48 -0
  425. package/dist/react-native/operationsInterfaces/privateEndpoints.d.ts.map +1 -0
  426. package/dist/react-native/operationsInterfaces/privateEndpoints.js +9 -0
  427. package/dist/react-native/operationsInterfaces/privateEndpoints.js.map +1 -0
  428. package/dist/react-native/operationsInterfaces/skuOperations.d.ts +13 -0
  429. package/dist/react-native/operationsInterfaces/skuOperations.d.ts.map +1 -0
  430. package/dist/react-native/operationsInterfaces/skuOperations.js +9 -0
  431. package/dist/react-native/operationsInterfaces/skuOperations.js.map +1 -0
  432. package/dist/react-native/operationsInterfaces/streamingJobs.d.ts +115 -0
  433. package/dist/react-native/operationsInterfaces/streamingJobs.d.ts.map +1 -0
  434. package/dist/react-native/operationsInterfaces/streamingJobs.js +9 -0
  435. package/dist/react-native/operationsInterfaces/streamingJobs.js.map +1 -0
  436. package/dist/react-native/operationsInterfaces/subscriptions.d.ts +88 -0
  437. package/dist/react-native/operationsInterfaces/subscriptions.d.ts.map +1 -0
  438. package/dist/react-native/operationsInterfaces/subscriptions.js +9 -0
  439. package/dist/react-native/operationsInterfaces/subscriptions.js.map +1 -0
  440. package/dist/react-native/operationsInterfaces/transformations.d.ts +38 -0
  441. package/dist/react-native/operationsInterfaces/transformations.d.ts.map +1 -0
  442. package/dist/react-native/operationsInterfaces/transformations.js +9 -0
  443. package/dist/react-native/operationsInterfaces/transformations.js.map +1 -0
  444. package/dist/react-native/package.json +3 -0
  445. package/dist/react-native/pagingHelper.d.ts +13 -0
  446. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  447. package/dist/react-native/pagingHelper.js +30 -0
  448. package/dist/react-native/pagingHelper.js.map +1 -0
  449. package/dist/react-native/streamAnalyticsManagementClient.d.ts +26 -0
  450. package/dist/react-native/streamAnalyticsManagementClient.d.ts.map +1 -0
  451. package/dist/react-native/streamAnalyticsManagementClient.js +96 -0
  452. package/dist/react-native/streamAnalyticsManagementClient.js.map +1 -0
  453. package/package.json +83 -67
  454. package/review/arm-streamanalytics-node.api.md +2128 -0
  455. package/dist/index.js +0 -9400
  456. package/dist/index.js.map +0 -1
  457. package/dist/index.min.js +0 -1
  458. package/dist/index.min.js.map +0 -1
  459. package/dist-esm/samples-dev/clustersCreateOrUpdateSample.d.ts +0 -2
  460. package/dist-esm/samples-dev/clustersCreateOrUpdateSample.d.ts.map +0 -1
  461. package/dist-esm/samples-dev/clustersCreateOrUpdateSample.js +0 -44
  462. package/dist-esm/samples-dev/clustersCreateOrUpdateSample.js.map +0 -1
  463. package/dist-esm/samples-dev/clustersDeleteSample.d.ts +0 -2
  464. package/dist-esm/samples-dev/clustersDeleteSample.d.ts.map +0 -1
  465. package/dist-esm/samples-dev/clustersDeleteSample.js +0 -39
  466. package/dist-esm/samples-dev/clustersDeleteSample.js.map +0 -1
  467. package/dist-esm/samples-dev/clustersGetSample.d.ts +0 -2
  468. package/dist-esm/samples-dev/clustersGetSample.d.ts.map +0 -1
  469. package/dist-esm/samples-dev/clustersGetSample.js +0 -39
  470. package/dist-esm/samples-dev/clustersGetSample.js.map +0 -1
  471. package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts +0 -2
  472. package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts.map +0 -1
  473. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +0 -54
  474. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +0 -1
  475. package/dist-esm/samples-dev/clustersListBySubscriptionSample.d.ts +0 -2
  476. package/dist-esm/samples-dev/clustersListBySubscriptionSample.d.ts.map +0 -1
  477. package/dist-esm/samples-dev/clustersListBySubscriptionSample.js +0 -53
  478. package/dist-esm/samples-dev/clustersListBySubscriptionSample.js.map +0 -1
  479. package/dist-esm/samples-dev/clustersListStreamingJobsSample.d.ts +0 -2
  480. package/dist-esm/samples-dev/clustersListStreamingJobsSample.d.ts.map +0 -1
  481. package/dist-esm/samples-dev/clustersListStreamingJobsSample.js +0 -55
  482. package/dist-esm/samples-dev/clustersListStreamingJobsSample.js.map +0 -1
  483. package/dist-esm/samples-dev/clustersUpdateSample.d.ts +0 -2
  484. package/dist-esm/samples-dev/clustersUpdateSample.d.ts.map +0 -1
  485. package/dist-esm/samples-dev/clustersUpdateSample.js +0 -40
  486. package/dist-esm/samples-dev/clustersUpdateSample.js.map +0 -1
  487. package/dist-esm/samples-dev/functionsCreateOrReplaceSample.d.ts +0 -2
  488. package/dist-esm/samples-dev/functionsCreateOrReplaceSample.d.ts.map +0 -1
  489. package/dist-esm/samples-dev/functionsCreateOrReplaceSample.js +0 -161
  490. package/dist-esm/samples-dev/functionsCreateOrReplaceSample.js.map +0 -1
  491. package/dist-esm/samples-dev/functionsDeleteSample.d.ts +0 -2
  492. package/dist-esm/samples-dev/functionsDeleteSample.d.ts.map +0 -1
  493. package/dist-esm/samples-dev/functionsDeleteSample.js +0 -40
  494. package/dist-esm/samples-dev/functionsDeleteSample.js.map +0 -1
  495. package/dist-esm/samples-dev/functionsGetSample.d.ts +0 -2
  496. package/dist-esm/samples-dev/functionsGetSample.d.ts.map +0 -1
  497. package/dist-esm/samples-dev/functionsGetSample.js +0 -60
  498. package/dist-esm/samples-dev/functionsGetSample.js.map +0 -1
  499. package/dist-esm/samples-dev/functionsListByStreamingJobSample.d.ts +0 -2
  500. package/dist-esm/samples-dev/functionsListByStreamingJobSample.d.ts.map +0 -1
  501. package/dist-esm/samples-dev/functionsListByStreamingJobSample.js +0 -55
  502. package/dist-esm/samples-dev/functionsListByStreamingJobSample.js.map +0 -1
  503. package/dist-esm/samples-dev/functionsRetrieveDefaultDefinitionSample.d.ts +0 -2
  504. package/dist-esm/samples-dev/functionsRetrieveDefaultDefinitionSample.d.ts.map +0 -1
  505. package/dist-esm/samples-dev/functionsRetrieveDefaultDefinitionSample.js +0 -48
  506. package/dist-esm/samples-dev/functionsRetrieveDefaultDefinitionSample.js.map +0 -1
  507. package/dist-esm/samples-dev/functionsTestSample.d.ts +0 -2
  508. package/dist-esm/samples-dev/functionsTestSample.d.ts.map +0 -1
  509. package/dist-esm/samples-dev/functionsTestSample.js +0 -60
  510. package/dist-esm/samples-dev/functionsTestSample.js.map +0 -1
  511. package/dist-esm/samples-dev/functionsUpdateSample.d.ts +0 -2
  512. package/dist-esm/samples-dev/functionsUpdateSample.d.ts.map +0 -1
  513. package/dist-esm/samples-dev/functionsUpdateSample.js +0 -78
  514. package/dist-esm/samples-dev/functionsUpdateSample.js.map +0 -1
  515. package/dist-esm/samples-dev/inputsCreateOrReplaceSample.d.ts +0 -2
  516. package/dist-esm/samples-dev/inputsCreateOrReplaceSample.d.ts.map +0 -1
  517. package/dist-esm/samples-dev/inputsCreateOrReplaceSample.js +0 -266
  518. package/dist-esm/samples-dev/inputsCreateOrReplaceSample.js.map +0 -1
  519. package/dist-esm/samples-dev/inputsDeleteSample.d.ts +0 -2
  520. package/dist-esm/samples-dev/inputsDeleteSample.d.ts.map +0 -1
  521. package/dist-esm/samples-dev/inputsDeleteSample.js +0 -40
  522. package/dist-esm/samples-dev/inputsDeleteSample.js.map +0 -1
  523. package/dist-esm/samples-dev/inputsGetSample.d.ts +0 -2
  524. package/dist-esm/samples-dev/inputsGetSample.d.ts.map +0 -1
  525. package/dist-esm/samples-dev/inputsGetSample.js +0 -100
  526. package/dist-esm/samples-dev/inputsGetSample.js.map +0 -1
  527. package/dist-esm/samples-dev/inputsListByStreamingJobSample.d.ts +0 -2
  528. package/dist-esm/samples-dev/inputsListByStreamingJobSample.d.ts.map +0 -1
  529. package/dist-esm/samples-dev/inputsListByStreamingJobSample.js +0 -92
  530. package/dist-esm/samples-dev/inputsListByStreamingJobSample.js.map +0 -1
  531. package/dist-esm/samples-dev/inputsTestSample.d.ts +0 -2
  532. package/dist-esm/samples-dev/inputsTestSample.d.ts.map +0 -1
  533. package/dist-esm/samples-dev/inputsTestSample.js +0 -40
  534. package/dist-esm/samples-dev/inputsTestSample.js.map +0 -1
  535. package/dist-esm/samples-dev/inputsUpdateSample.d.ts +0 -2
  536. package/dist-esm/samples-dev/inputsUpdateSample.d.ts.map +0 -1
  537. package/dist-esm/samples-dev/inputsUpdateSample.js +0 -137
  538. package/dist-esm/samples-dev/inputsUpdateSample.js.map +0 -1
  539. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  540. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  541. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  542. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  543. package/dist-esm/samples-dev/outputsCreateOrReplaceSample.d.ts +0 -2
  544. package/dist-esm/samples-dev/outputsCreateOrReplaceSample.d.ts.map +0 -1
  545. package/dist-esm/samples-dev/outputsCreateOrReplaceSample.js +0 -495
  546. package/dist-esm/samples-dev/outputsCreateOrReplaceSample.js.map +0 -1
  547. package/dist-esm/samples-dev/outputsDeleteSample.d.ts +0 -2
  548. package/dist-esm/samples-dev/outputsDeleteSample.d.ts.map +0 -1
  549. package/dist-esm/samples-dev/outputsDeleteSample.js +0 -40
  550. package/dist-esm/samples-dev/outputsDeleteSample.js.map +0 -1
  551. package/dist-esm/samples-dev/outputsGetSample.d.ts +0 -2
  552. package/dist-esm/samples-dev/outputsGetSample.d.ts.map +0 -1
  553. package/dist-esm/samples-dev/outputsGetSample.js +0 -260
  554. package/dist-esm/samples-dev/outputsGetSample.js.map +0 -1
  555. package/dist-esm/samples-dev/outputsListByStreamingJobSample.d.ts +0 -2
  556. package/dist-esm/samples-dev/outputsListByStreamingJobSample.d.ts.map +0 -1
  557. package/dist-esm/samples-dev/outputsListByStreamingJobSample.js +0 -55
  558. package/dist-esm/samples-dev/outputsListByStreamingJobSample.js.map +0 -1
  559. package/dist-esm/samples-dev/outputsTestSample.d.ts +0 -2
  560. package/dist-esm/samples-dev/outputsTestSample.d.ts.map +0 -1
  561. package/dist-esm/samples-dev/outputsTestSample.js +0 -40
  562. package/dist-esm/samples-dev/outputsTestSample.js.map +0 -1
  563. package/dist-esm/samples-dev/outputsUpdateSample.d.ts +0 -2
  564. package/dist-esm/samples-dev/outputsUpdateSample.d.ts.map +0 -1
  565. package/dist-esm/samples-dev/outputsUpdateSample.js +0 -336
  566. package/dist-esm/samples-dev/outputsUpdateSample.js.map +0 -1
  567. package/dist-esm/samples-dev/privateEndpointsCreateOrUpdateSample.d.ts +0 -2
  568. package/dist-esm/samples-dev/privateEndpointsCreateOrUpdateSample.d.ts.map +0 -1
  569. package/dist-esm/samples-dev/privateEndpointsCreateOrUpdateSample.js +0 -50
  570. package/dist-esm/samples-dev/privateEndpointsCreateOrUpdateSample.js.map +0 -1
  571. package/dist-esm/samples-dev/privateEndpointsDeleteSample.d.ts +0 -2
  572. package/dist-esm/samples-dev/privateEndpointsDeleteSample.d.ts.map +0 -1
  573. package/dist-esm/samples-dev/privateEndpointsDeleteSample.js +0 -40
  574. package/dist-esm/samples-dev/privateEndpointsDeleteSample.js.map +0 -1
  575. package/dist-esm/samples-dev/privateEndpointsGetSample.d.ts +0 -2
  576. package/dist-esm/samples-dev/privateEndpointsGetSample.d.ts.map +0 -1
  577. package/dist-esm/samples-dev/privateEndpointsGetSample.js +0 -40
  578. package/dist-esm/samples-dev/privateEndpointsGetSample.js.map +0 -1
  579. package/dist-esm/samples-dev/privateEndpointsListByClusterSample.d.ts +0 -2
  580. package/dist-esm/samples-dev/privateEndpointsListByClusterSample.d.ts.map +0 -1
  581. package/dist-esm/samples-dev/privateEndpointsListByClusterSample.js +0 -55
  582. package/dist-esm/samples-dev/privateEndpointsListByClusterSample.js.map +0 -1
  583. package/dist-esm/samples-dev/skuListSample.d.ts +0 -2
  584. package/dist-esm/samples-dev/skuListSample.d.ts.map +0 -1
  585. package/dist-esm/samples-dev/skuListSample.js +0 -55
  586. package/dist-esm/samples-dev/skuListSample.js.map +0 -1
  587. package/dist-esm/samples-dev/streamingJobsCreateOrReplaceSample.d.ts +0 -2
  588. package/dist-esm/samples-dev/streamingJobsCreateOrReplaceSample.d.ts.map +0 -1
  589. package/dist-esm/samples-dev/streamingJobsCreateOrReplaceSample.js +0 -173
  590. package/dist-esm/samples-dev/streamingJobsCreateOrReplaceSample.js.map +0 -1
  591. package/dist-esm/samples-dev/streamingJobsDeleteSample.d.ts +0 -2
  592. package/dist-esm/samples-dev/streamingJobsDeleteSample.d.ts.map +0 -1
  593. package/dist-esm/samples-dev/streamingJobsDeleteSample.js +0 -39
  594. package/dist-esm/samples-dev/streamingJobsDeleteSample.js.map +0 -1
  595. package/dist-esm/samples-dev/streamingJobsGetSample.d.ts +0 -2
  596. package/dist-esm/samples-dev/streamingJobsGetSample.d.ts.map +0 -1
  597. package/dist-esm/samples-dev/streamingJobsGetSample.js +0 -60
  598. package/dist-esm/samples-dev/streamingJobsGetSample.js.map +0 -1
  599. package/dist-esm/samples-dev/streamingJobsListByResourceGroupSample.d.ts +0 -2
  600. package/dist-esm/samples-dev/streamingJobsListByResourceGroupSample.d.ts.map +0 -1
  601. package/dist-esm/samples-dev/streamingJobsListByResourceGroupSample.js +0 -90
  602. package/dist-esm/samples-dev/streamingJobsListByResourceGroupSample.js.map +0 -1
  603. package/dist-esm/samples-dev/streamingJobsListSample.d.ts +0 -2
  604. package/dist-esm/samples-dev/streamingJobsListSample.d.ts.map +0 -1
  605. package/dist-esm/samples-dev/streamingJobsListSample.js +0 -88
  606. package/dist-esm/samples-dev/streamingJobsListSample.js.map +0 -1
  607. package/dist-esm/samples-dev/streamingJobsScaleSample.d.ts +0 -2
  608. package/dist-esm/samples-dev/streamingJobsScaleSample.d.ts.map +0 -1
  609. package/dist-esm/samples-dev/streamingJobsScaleSample.js +0 -43
  610. package/dist-esm/samples-dev/streamingJobsScaleSample.js.map +0 -1
  611. package/dist-esm/samples-dev/streamingJobsStartSample.d.ts +0 -2
  612. package/dist-esm/samples-dev/streamingJobsStartSample.d.ts.map +0 -1
  613. package/dist-esm/samples-dev/streamingJobsStartSample.js +0 -90
  614. package/dist-esm/samples-dev/streamingJobsStartSample.js.map +0 -1
  615. package/dist-esm/samples-dev/streamingJobsStopSample.d.ts +0 -2
  616. package/dist-esm/samples-dev/streamingJobsStopSample.d.ts.map +0 -1
  617. package/dist-esm/samples-dev/streamingJobsStopSample.js +0 -39
  618. package/dist-esm/samples-dev/streamingJobsStopSample.js.map +0 -1
  619. package/dist-esm/samples-dev/streamingJobsUpdateSample.d.ts +0 -2
  620. package/dist-esm/samples-dev/streamingJobsUpdateSample.d.ts.map +0 -1
  621. package/dist-esm/samples-dev/streamingJobsUpdateSample.js +0 -43
  622. package/dist-esm/samples-dev/streamingJobsUpdateSample.js.map +0 -1
  623. package/dist-esm/samples-dev/subscriptionsCompileQuerySample.d.ts +0 -2
  624. package/dist-esm/samples-dev/subscriptionsCompileQuerySample.d.ts.map +0 -1
  625. package/dist-esm/samples-dev/subscriptionsCompileQuerySample.js +0 -53
  626. package/dist-esm/samples-dev/subscriptionsCompileQuerySample.js.map +0 -1
  627. package/dist-esm/samples-dev/subscriptionsListQuotasSample.d.ts +0 -2
  628. package/dist-esm/samples-dev/subscriptionsListQuotasSample.d.ts.map +0 -1
  629. package/dist-esm/samples-dev/subscriptionsListQuotasSample.js +0 -38
  630. package/dist-esm/samples-dev/subscriptionsListQuotasSample.js.map +0 -1
  631. package/dist-esm/samples-dev/subscriptionsSampleInputSample.d.ts +0 -2
  632. package/dist-esm/samples-dev/subscriptionsSampleInputSample.d.ts.map +0 -1
  633. package/dist-esm/samples-dev/subscriptionsSampleInputSample.js +0 -60
  634. package/dist-esm/samples-dev/subscriptionsSampleInputSample.js.map +0 -1
  635. package/dist-esm/samples-dev/subscriptionsTestInputSample.d.ts +0 -2
  636. package/dist-esm/samples-dev/subscriptionsTestInputSample.d.ts.map +0 -1
  637. package/dist-esm/samples-dev/subscriptionsTestInputSample.js +0 -57
  638. package/dist-esm/samples-dev/subscriptionsTestInputSample.js.map +0 -1
  639. package/dist-esm/samples-dev/subscriptionsTestOutputSample.d.ts +0 -2
  640. package/dist-esm/samples-dev/subscriptionsTestOutputSample.d.ts.map +0 -1
  641. package/dist-esm/samples-dev/subscriptionsTestOutputSample.js +0 -53
  642. package/dist-esm/samples-dev/subscriptionsTestOutputSample.js.map +0 -1
  643. package/dist-esm/samples-dev/subscriptionsTestQuerySample.d.ts +0 -2
  644. package/dist-esm/samples-dev/subscriptionsTestQuerySample.d.ts.map +0 -1
  645. package/dist-esm/samples-dev/subscriptionsTestQuerySample.js +0 -78
  646. package/dist-esm/samples-dev/subscriptionsTestQuerySample.js.map +0 -1
  647. package/dist-esm/samples-dev/transformationsCreateOrReplaceSample.d.ts +0 -2
  648. package/dist-esm/samples-dev/transformationsCreateOrReplaceSample.d.ts.map +0 -1
  649. package/dist-esm/samples-dev/transformationsCreateOrReplaceSample.js +0 -44
  650. package/dist-esm/samples-dev/transformationsCreateOrReplaceSample.js.map +0 -1
  651. package/dist-esm/samples-dev/transformationsGetSample.d.ts +0 -2
  652. package/dist-esm/samples-dev/transformationsGetSample.d.ts.map +0 -1
  653. package/dist-esm/samples-dev/transformationsGetSample.js +0 -40
  654. package/dist-esm/samples-dev/transformationsGetSample.js.map +0 -1
  655. package/dist-esm/samples-dev/transformationsUpdateSample.d.ts +0 -2
  656. package/dist-esm/samples-dev/transformationsUpdateSample.d.ts.map +0 -1
  657. package/dist-esm/samples-dev/transformationsUpdateSample.js +0 -41
  658. package/dist-esm/samples-dev/transformationsUpdateSample.js.map +0 -1
  659. package/dist-esm/src/index.d.ts +0 -6
  660. package/dist-esm/src/index.d.ts.map +0 -1
  661. package/dist-esm/src/index.js +0 -13
  662. package/dist-esm/src/index.js.map +0 -1
  663. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  664. package/dist-esm/src/lroImpl.js +0 -21
  665. package/dist-esm/src/lroImpl.js.map +0 -1
  666. package/dist-esm/src/models/index.js.map +0 -1
  667. package/dist-esm/src/models/mappers.js +0 -4716
  668. package/dist-esm/src/models/mappers.js.map +0 -1
  669. package/dist-esm/src/models/parameters.js +0 -291
  670. package/dist-esm/src/models/parameters.js.map +0 -1
  671. package/dist-esm/src/operations/clusters.d.ts +0 -137
  672. package/dist-esm/src/operations/clusters.d.ts.map +0 -1
  673. package/dist-esm/src/operations/clusters.js +0 -682
  674. package/dist-esm/src/operations/clusters.js.map +0 -1
  675. package/dist-esm/src/operations/functions.d.ts +0 -107
  676. package/dist-esm/src/operations/functions.d.ts.map +0 -1
  677. package/dist-esm/src/operations/functions.js +0 -435
  678. package/dist-esm/src/operations/functions.js.map +0 -1
  679. package/dist-esm/src/operations/index.d.ts +0 -11
  680. package/dist-esm/src/operations/index.d.ts.map +0 -1
  681. package/dist-esm/src/operations/index.js +0 -18
  682. package/dist-esm/src/operations/index.js.map +0 -1
  683. package/dist-esm/src/operations/inputs.d.ts +0 -94
  684. package/dist-esm/src/operations/inputs.d.ts.map +0 -1
  685. package/dist-esm/src/operations/inputs.js +0 -396
  686. package/dist-esm/src/operations/inputs.js.map +0 -1
  687. package/dist-esm/src/operations/operations.d.ts +0 -32
  688. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  689. package/dist-esm/src/operations/operations.js +0 -133
  690. package/dist-esm/src/operations/operations.js.map +0 -1
  691. package/dist-esm/src/operations/outputs.d.ts +0 -95
  692. package/dist-esm/src/operations/outputs.d.ts.map +0 -1
  693. package/dist-esm/src/operations/outputs.js +0 -397
  694. package/dist-esm/src/operations/outputs.js.map +0 -1
  695. package/dist-esm/src/operations/privateEndpoints.d.ts +0 -73
  696. package/dist-esm/src/operations/privateEndpoints.d.ts.map +0 -1
  697. package/dist-esm/src/operations/privateEndpoints.js +0 -314
  698. package/dist-esm/src/operations/privateEndpoints.js.map +0 -1
  699. package/dist-esm/src/operations/skuOperations.d.ts +0 -38
  700. package/dist-esm/src/operations/skuOperations.d.ts.map +0 -1
  701. package/dist-esm/src/operations/skuOperations.js +0 -150
  702. package/dist-esm/src/operations/skuOperations.js.map +0 -1
  703. package/dist-esm/src/operations/streamingJobs.d.ts +0 -151
  704. package/dist-esm/src/operations/streamingJobs.d.ts.map +0 -1
  705. package/dist-esm/src/operations/streamingJobs.js +0 -747
  706. package/dist-esm/src/operations/streamingJobs.js.map +0 -1
  707. package/dist-esm/src/operations/subscriptions.d.ts +0 -96
  708. package/dist-esm/src/operations/subscriptions.d.ts.map +0 -1
  709. package/dist-esm/src/operations/subscriptions.js +0 -446
  710. package/dist-esm/src/operations/subscriptions.js.map +0 -1
  711. package/dist-esm/src/operations/transformations.d.ts +0 -46
  712. package/dist-esm/src/operations/transformations.d.ts.map +0 -1
  713. package/dist-esm/src/operations/transformations.js +0 -160
  714. package/dist-esm/src/operations/transformations.js.map +0 -1
  715. package/dist-esm/src/operationsInterfaces/clusters.d.ts +0 -84
  716. package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +0 -1
  717. package/dist-esm/src/operationsInterfaces/clusters.js.map +0 -1
  718. package/dist-esm/src/operationsInterfaces/functions.d.ts +0 -82
  719. package/dist-esm/src/operationsInterfaces/functions.d.ts.map +0 -1
  720. package/dist-esm/src/operationsInterfaces/functions.js.map +0 -1
  721. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -11
  722. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  723. package/dist-esm/src/operationsInterfaces/index.js +0 -18
  724. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  725. package/dist-esm/src/operationsInterfaces/inputs.d.ts +0 -69
  726. package/dist-esm/src/operationsInterfaces/inputs.d.ts.map +0 -1
  727. package/dist-esm/src/operationsInterfaces/inputs.js.map +0 -1
  728. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  729. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  730. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  731. package/dist-esm/src/operationsInterfaces/outputs.d.ts +0 -70
  732. package/dist-esm/src/operationsInterfaces/outputs.d.ts.map +0 -1
  733. package/dist-esm/src/operationsInterfaces/outputs.js.map +0 -1
  734. package/dist-esm/src/operationsInterfaces/privateEndpoints.d.ts +0 -48
  735. package/dist-esm/src/operationsInterfaces/privateEndpoints.d.ts.map +0 -1
  736. package/dist-esm/src/operationsInterfaces/privateEndpoints.js.map +0 -1
  737. package/dist-esm/src/operationsInterfaces/skuOperations.d.ts +0 -13
  738. package/dist-esm/src/operationsInterfaces/skuOperations.d.ts.map +0 -1
  739. package/dist-esm/src/operationsInterfaces/skuOperations.js.map +0 -1
  740. package/dist-esm/src/operationsInterfaces/streamingJobs.d.ts +0 -115
  741. package/dist-esm/src/operationsInterfaces/streamingJobs.d.ts.map +0 -1
  742. package/dist-esm/src/operationsInterfaces/streamingJobs.js.map +0 -1
  743. package/dist-esm/src/operationsInterfaces/subscriptions.d.ts +0 -88
  744. package/dist-esm/src/operationsInterfaces/subscriptions.d.ts.map +0 -1
  745. package/dist-esm/src/operationsInterfaces/subscriptions.js.map +0 -1
  746. package/dist-esm/src/operationsInterfaces/transformations.d.ts +0 -38
  747. package/dist-esm/src/operationsInterfaces/transformations.d.ts.map +0 -1
  748. package/dist-esm/src/operationsInterfaces/transformations.js.map +0 -1
  749. package/dist-esm/src/pagingHelper.js +0 -32
  750. package/dist-esm/src/pagingHelper.js.map +0 -1
  751. package/dist-esm/src/streamAnalyticsManagementClient.d.ts +0 -26
  752. package/dist-esm/src/streamAnalyticsManagementClient.d.ts.map +0 -1
  753. package/dist-esm/src/streamAnalyticsManagementClient.js +0 -79
  754. package/dist-esm/src/streamAnalyticsManagementClient.js.map +0 -1
  755. package/dist-esm/test/streamanalytics_operations_test.spec.d.ts +0 -4
  756. package/dist-esm/test/streamanalytics_operations_test.spec.d.ts.map +0 -1
  757. package/dist-esm/test/streamanalytics_operations_test.spec.js +0 -112
  758. package/dist-esm/test/streamanalytics_operations_test.spec.js.map +0 -1
  759. package/review/arm-streamanalytics.api.md +0 -2129
  760. package/src/index.ts +0 -13
  761. package/src/lroImpl.ts +0 -42
  762. package/src/models/index.ts +0 -3290
  763. package/src/models/mappers.ts +0 -5377
  764. package/src/models/parameters.ts +0 -350
  765. package/src/operations/clusters.ts +0 -889
  766. package/src/operations/functions.ts +0 -585
  767. package/src/operations/index.ts +0 -18
  768. package/src/operations/inputs.ts +0 -532
  769. package/src/operations/operations.ts +0 -149
  770. package/src/operations/outputs.ts +0 -533
  771. package/src/operations/privateEndpoints.ts +0 -422
  772. package/src/operations/skuOperations.ts +0 -193
  773. package/src/operations/streamingJobs.ts +0 -945
  774. package/src/operations/subscriptions.ts +0 -609
  775. package/src/operations/transformations.ts +0 -204
  776. package/src/operationsInterfaces/clusters.ts +0 -157
  777. package/src/operationsInterfaces/functions.ts +0 -151
  778. package/src/operationsInterfaces/index.ts +0 -18
  779. package/src/operationsInterfaces/inputs.ts +0 -128
  780. package/src/operationsInterfaces/operations.ts +0 -22
  781. package/src/operationsInterfaces/outputs.ts +0 -129
  782. package/src/operationsInterfaces/privateEndpoints.ts +0 -90
  783. package/src/operationsInterfaces/skuOperations.ts +0 -26
  784. package/src/operationsInterfaces/streamingJobs.ts +0 -199
  785. package/src/operationsInterfaces/subscriptions.ts +0 -173
  786. package/src/operationsInterfaces/transformations.ts +0 -71
  787. package/src/pagingHelper.ts +0 -39
  788. package/src/streamAnalyticsManagementClient.ts +0 -145
  789. package/tsconfig.json +0 -33
  790. package/types/arm-streamanalytics.d.ts +0 -3785
  791. package/types/tsdoc-metadata.json +0 -11
  792. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  793. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  794. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  795. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  796. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  797. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  798. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  799. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  800. /package/{dist-esm/src → dist/browser}/operationsInterfaces/clusters.js +0 -0
  801. /package/{dist-esm/src → dist/browser}/operationsInterfaces/functions.js +0 -0
  802. /package/{dist-esm/src → dist/browser}/operationsInterfaces/inputs.js +0 -0
  803. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  804. /package/{dist-esm/src → dist/browser}/operationsInterfaces/outputs.js +0 -0
  805. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpoints.js +0 -0
  806. /package/{dist-esm/src → dist/browser}/operationsInterfaces/skuOperations.js +0 -0
  807. /package/{dist-esm/src → dist/browser}/operationsInterfaces/streamingJobs.js +0 -0
  808. /package/{dist-esm/src → dist/browser}/operationsInterfaces/subscriptions.js +0 -0
  809. /package/{dist-esm/src → dist/browser}/operationsInterfaces/transformations.js +0 -0
  810. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  811. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
@@ -0,0 +1,69 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
+ import { Input, InputsListByStreamingJobOptionalParams, InputsCreateOrReplaceOptionalParams, InputsCreateOrReplaceResponse, InputsUpdateOptionalParams, InputsUpdateResponse, InputsDeleteOptionalParams, InputsGetOptionalParams, InputsGetResponse, InputsTestOptionalParams, InputsTestResponse } from "../models/index.js";
4
+ /** Interface representing a Inputs. */
5
+ export interface Inputs {
6
+ /**
7
+ * Lists all of the inputs under the specified streaming job.
8
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
9
+ * @param jobName The name of the streaming job.
10
+ * @param options The options parameters.
11
+ */
12
+ listByStreamingJob(resourceGroupName: string, jobName: string, options?: InputsListByStreamingJobOptionalParams): PagedAsyncIterableIterator<Input>;
13
+ /**
14
+ * Creates an input or replaces an already existing input under an existing streaming job.
15
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
16
+ * @param jobName The name of the streaming job.
17
+ * @param inputName The name of the input.
18
+ * @param input The definition of the input that will be used to create a new input or replace the
19
+ * existing one under the streaming job.
20
+ * @param options The options parameters.
21
+ */
22
+ createOrReplace(resourceGroupName: string, jobName: string, inputName: string, input: Input, options?: InputsCreateOrReplaceOptionalParams): Promise<InputsCreateOrReplaceResponse>;
23
+ /**
24
+ * Updates an existing input under an existing streaming job. This can be used to partially update (ie.
25
+ * update one or two properties) an input without affecting the rest the job or input definition.
26
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
27
+ * @param jobName The name of the streaming job.
28
+ * @param inputName The name of the input.
29
+ * @param input An Input object. The properties specified here will overwrite the corresponding
30
+ * properties in the existing input (ie. Those properties will be updated). Any properties that are set
31
+ * to null here will mean that the corresponding property in the existing input will remain the same
32
+ * and not change as a result of this PATCH operation.
33
+ * @param options The options parameters.
34
+ */
35
+ update(resourceGroupName: string, jobName: string, inputName: string, input: Input, options?: InputsUpdateOptionalParams): Promise<InputsUpdateResponse>;
36
+ /**
37
+ * Deletes an input from the streaming job.
38
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
39
+ * @param jobName The name of the streaming job.
40
+ * @param inputName The name of the input.
41
+ * @param options The options parameters.
42
+ */
43
+ delete(resourceGroupName: string, jobName: string, inputName: string, options?: InputsDeleteOptionalParams): Promise<void>;
44
+ /**
45
+ * Gets details about the specified input.
46
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
47
+ * @param jobName The name of the streaming job.
48
+ * @param inputName The name of the input.
49
+ * @param options The options parameters.
50
+ */
51
+ get(resourceGroupName: string, jobName: string, inputName: string, options?: InputsGetOptionalParams): Promise<InputsGetResponse>;
52
+ /**
53
+ * Tests whether an input’s datasource is reachable and usable by the Azure Stream Analytics service.
54
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
55
+ * @param jobName The name of the streaming job.
56
+ * @param inputName The name of the input.
57
+ * @param options The options parameters.
58
+ */
59
+ beginTest(resourceGroupName: string, jobName: string, inputName: string, options?: InputsTestOptionalParams): Promise<SimplePollerLike<OperationState<InputsTestResponse>, InputsTestResponse>>;
60
+ /**
61
+ * Tests whether an input’s datasource is reachable and usable by the Azure Stream Analytics service.
62
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
63
+ * @param jobName The name of the streaming job.
64
+ * @param inputName The name of the input.
65
+ * @param options The options parameters.
66
+ */
67
+ beginTestAndWait(resourceGroupName: string, jobName: string, inputName: string, options?: InputsTestOptionalParams): Promise<InputsTestResponse>;
68
+ }
69
+ //# sourceMappingURL=inputs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inputs.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/inputs.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,KAAK,EACL,sCAAsC,EACtC,mCAAmC,EACnC,6BAA6B,EAC7B,0BAA0B,EAC1B,oBAAoB,EACpB,0BAA0B,EAC1B,uBAAuB,EACvB,iBAAiB,EACjB,wBAAwB,EACxB,kBAAkB,EACnB,MAAM,oBAAoB,CAAC;AAG5B,uCAAuC;AACvC,MAAM,WAAW,MAAM;IACrB;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,sCAAsC,GAC/C,0BAA0B,CAAC,KAAK,CAAC,CAAC;IACrC;;;;;;;;OAQG;IACH,eAAe,CACb,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,SAAS,EAAE,MAAM,EACjB,KAAK,EAAE,KAAK,EACZ,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC,CAAC;IAC1C;;;;;;;;;;;OAWG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,SAAS,EAAE,MAAM,EACjB,KAAK,EAAE,KAAK,EACZ,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC,CAAC;IACjC;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,uBAAuB,GAChC,OAAO,CAAC,iBAAiB,CAAC,CAAC;IAC9B;;;;;;OAMG;IACH,SAAS,CACP,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,kBAAkB,CAAC,EAAE,kBAAkB,CAAC,CACzE,CAAC;IACF;;;;;;OAMG;IACH,gBAAgB,CACd,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,kBAAkB,CAAC,CAAC;CAChC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inputs.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/inputs.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n Input,\n InputsListByStreamingJobOptionalParams,\n InputsCreateOrReplaceOptionalParams,\n InputsCreateOrReplaceResponse,\n InputsUpdateOptionalParams,\n InputsUpdateResponse,\n InputsDeleteOptionalParams,\n InputsGetOptionalParams,\n InputsGetResponse,\n InputsTestOptionalParams,\n InputsTestResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Inputs. */\nexport interface Inputs {\n /**\n * Lists all of the inputs under the specified streaming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param options The options parameters.\n */\n listByStreamingJob(\n resourceGroupName: string,\n jobName: string,\n options?: InputsListByStreamingJobOptionalParams,\n ): PagedAsyncIterableIterator<Input>;\n /**\n * Creates an input or replaces an already existing input under an existing streaming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param inputName The name of the input.\n * @param input The definition of the input that will be used to create a new input or replace the\n * existing one under the streaming job.\n * @param options The options parameters.\n */\n createOrReplace(\n resourceGroupName: string,\n jobName: string,\n inputName: string,\n input: Input,\n options?: InputsCreateOrReplaceOptionalParams,\n ): Promise<InputsCreateOrReplaceResponse>;\n /**\n * Updates an existing input under an existing streaming job. This can be used to partially update (ie.\n * update one or two properties) an input without affecting the rest the job or input definition.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param inputName The name of the input.\n * @param input An Input object. The properties specified here will overwrite the corresponding\n * properties in the existing input (ie. Those properties will be updated). Any properties that are set\n * to null here will mean that the corresponding property in the existing input will remain the same\n * and not change as a result of this PATCH operation.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n jobName: string,\n inputName: string,\n input: Input,\n options?: InputsUpdateOptionalParams,\n ): Promise<InputsUpdateResponse>;\n /**\n * Deletes an input from the streaming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param inputName The name of the input.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n jobName: string,\n inputName: string,\n options?: InputsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Gets details about the specified input.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param inputName The name of the input.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n jobName: string,\n inputName: string,\n options?: InputsGetOptionalParams,\n ): Promise<InputsGetResponse>;\n /**\n * Tests whether an input’s datasource is reachable and usable by the Azure Stream Analytics service.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param inputName The name of the input.\n * @param options The options parameters.\n */\n beginTest(\n resourceGroupName: string,\n jobName: string,\n inputName: string,\n options?: InputsTestOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<InputsTestResponse>, InputsTestResponse>\n >;\n /**\n * Tests whether an input’s datasource is reachable and usable by the Azure Stream Analytics service.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param inputName The name of the input.\n * @param options The options parameters.\n */\n beginTestAndWait(\n resourceGroupName: string,\n jobName: string,\n inputName: string,\n options?: InputsTestOptionalParams,\n ): Promise<InputsTestResponse>;\n}\n"]}
@@ -0,0 +1,11 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Operation, OperationsListOptionalParams } from "../models/index.js";
3
+ /** Interface representing a Operations. */
4
+ export interface Operations {
5
+ /**
6
+ * Lists all of the available Stream Analytics related operations.
7
+ * @param options The options parameters.
8
+ */
9
+ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
10
+ }
11
+ //# sourceMappingURL=operations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAG7E,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC,CAAC;CAC1C"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Operation, OperationsListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * Lists all of the available Stream Analytics related operations.\n * @param options The options parameters.\n */\n list(\n options?: OperationsListOptionalParams,\n ): PagedAsyncIterableIterator<Operation>;\n}\n"]}
@@ -0,0 +1,70 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
+ import { Output, OutputsListByStreamingJobOptionalParams, OutputsCreateOrReplaceOptionalParams, OutputsCreateOrReplaceResponse, OutputsUpdateOptionalParams, OutputsUpdateResponse, OutputsDeleteOptionalParams, OutputsGetOptionalParams, OutputsGetResponse, OutputsTestOptionalParams, OutputsTestResponse } from "../models/index.js";
4
+ /** Interface representing a Outputs. */
5
+ export interface Outputs {
6
+ /**
7
+ * Lists all of the outputs under the specified streaming job.
8
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
9
+ * @param jobName The name of the streaming job.
10
+ * @param options The options parameters.
11
+ */
12
+ listByStreamingJob(resourceGroupName: string, jobName: string, options?: OutputsListByStreamingJobOptionalParams): PagedAsyncIterableIterator<Output>;
13
+ /**
14
+ * Creates an output or replaces an already existing output under an existing streaming job.
15
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
16
+ * @param jobName The name of the streaming job.
17
+ * @param outputName The name of the output.
18
+ * @param output The definition of the output that will be used to create a new output or replace the
19
+ * existing one under the streaming job.
20
+ * @param options The options parameters.
21
+ */
22
+ createOrReplace(resourceGroupName: string, jobName: string, outputName: string, output: Output, options?: OutputsCreateOrReplaceOptionalParams): Promise<OutputsCreateOrReplaceResponse>;
23
+ /**
24
+ * Updates an existing output under an existing streaming job. This can be used to partially update
25
+ * (ie. update one or two properties) an output without affecting the rest the job or output
26
+ * definition.
27
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
28
+ * @param jobName The name of the streaming job.
29
+ * @param outputName The name of the output.
30
+ * @param output An Output object. The properties specified here will overwrite the corresponding
31
+ * properties in the existing output (ie. Those properties will be updated). Any properties that are
32
+ * set to null here will mean that the corresponding property in the existing output will remain the
33
+ * same and not change as a result of this PATCH operation.
34
+ * @param options The options parameters.
35
+ */
36
+ update(resourceGroupName: string, jobName: string, outputName: string, output: Output, options?: OutputsUpdateOptionalParams): Promise<OutputsUpdateResponse>;
37
+ /**
38
+ * Deletes an output from the streaming job.
39
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
40
+ * @param jobName The name of the streaming job.
41
+ * @param outputName The name of the output.
42
+ * @param options The options parameters.
43
+ */
44
+ delete(resourceGroupName: string, jobName: string, outputName: string, options?: OutputsDeleteOptionalParams): Promise<void>;
45
+ /**
46
+ * Gets details about the specified output.
47
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
48
+ * @param jobName The name of the streaming job.
49
+ * @param outputName The name of the output.
50
+ * @param options The options parameters.
51
+ */
52
+ get(resourceGroupName: string, jobName: string, outputName: string, options?: OutputsGetOptionalParams): Promise<OutputsGetResponse>;
53
+ /**
54
+ * Tests whether an output’s datasource is reachable and usable by the Azure Stream Analytics service.
55
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
56
+ * @param jobName The name of the streaming job.
57
+ * @param outputName The name of the output.
58
+ * @param options The options parameters.
59
+ */
60
+ beginTest(resourceGroupName: string, jobName: string, outputName: string, options?: OutputsTestOptionalParams): Promise<SimplePollerLike<OperationState<OutputsTestResponse>, OutputsTestResponse>>;
61
+ /**
62
+ * Tests whether an output’s datasource is reachable and usable by the Azure Stream Analytics service.
63
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
64
+ * @param jobName The name of the streaming job.
65
+ * @param outputName The name of the output.
66
+ * @param options The options parameters.
67
+ */
68
+ beginTestAndWait(resourceGroupName: string, jobName: string, outputName: string, options?: OutputsTestOptionalParams): Promise<OutputsTestResponse>;
69
+ }
70
+ //# sourceMappingURL=outputs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"outputs.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/outputs.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,MAAM,EACN,uCAAuC,EACvC,oCAAoC,EACpC,8BAA8B,EAC9B,2BAA2B,EAC3B,qBAAqB,EACrB,2BAA2B,EAC3B,wBAAwB,EACxB,kBAAkB,EAClB,yBAAyB,EACzB,mBAAmB,EACpB,MAAM,oBAAoB,CAAC;AAG5B,wCAAwC;AACxC,MAAM,WAAW,OAAO;IACtB;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,uCAAuC,GAChD,0BAA0B,CAAC,MAAM,CAAC,CAAC;IACtC;;;;;;;;OAQG;IACH,eAAe,CACb,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,MAAM,EAClB,MAAM,EAAE,MAAM,EACd,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;IAC3C;;;;;;;;;;;;OAYG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,MAAM,EAClB,MAAM,EAAE,MAAM,EACd,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAClC;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,kBAAkB,CAAC,CAAC;IAC/B;;;;;;OAMG;IACH,SAAS,CACP,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,mBAAmB,CAAC,EAAE,mBAAmB,CAAC,CAC3E,CAAC;IACF;;;;;;OAMG;IACH,gBAAgB,CACd,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC,CAAC;CACjC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"outputs.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/outputs.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n Output,\n OutputsListByStreamingJobOptionalParams,\n OutputsCreateOrReplaceOptionalParams,\n OutputsCreateOrReplaceResponse,\n OutputsUpdateOptionalParams,\n OutputsUpdateResponse,\n OutputsDeleteOptionalParams,\n OutputsGetOptionalParams,\n OutputsGetResponse,\n OutputsTestOptionalParams,\n OutputsTestResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Outputs. */\nexport interface Outputs {\n /**\n * Lists all of the outputs under the specified streaming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param options The options parameters.\n */\n listByStreamingJob(\n resourceGroupName: string,\n jobName: string,\n options?: OutputsListByStreamingJobOptionalParams,\n ): PagedAsyncIterableIterator<Output>;\n /**\n * Creates an output or replaces an already existing output under an existing streaming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param outputName The name of the output.\n * @param output The definition of the output that will be used to create a new output or replace the\n * existing one under the streaming job.\n * @param options The options parameters.\n */\n createOrReplace(\n resourceGroupName: string,\n jobName: string,\n outputName: string,\n output: Output,\n options?: OutputsCreateOrReplaceOptionalParams,\n ): Promise<OutputsCreateOrReplaceResponse>;\n /**\n * Updates an existing output under an existing streaming job. This can be used to partially update\n * (ie. update one or two properties) an output without affecting the rest the job or output\n * definition.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param outputName The name of the output.\n * @param output An Output object. The properties specified here will overwrite the corresponding\n * properties in the existing output (ie. Those properties will be updated). Any properties that are\n * set to null here will mean that the corresponding property in the existing output will remain the\n * same and not change as a result of this PATCH operation.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n jobName: string,\n outputName: string,\n output: Output,\n options?: OutputsUpdateOptionalParams,\n ): Promise<OutputsUpdateResponse>;\n /**\n * Deletes an output from the streaming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param outputName The name of the output.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n jobName: string,\n outputName: string,\n options?: OutputsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Gets details about the specified output.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param outputName The name of the output.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n jobName: string,\n outputName: string,\n options?: OutputsGetOptionalParams,\n ): Promise<OutputsGetResponse>;\n /**\n * Tests whether an output’s datasource is reachable and usable by the Azure Stream Analytics service.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param outputName The name of the output.\n * @param options The options parameters.\n */\n beginTest(\n resourceGroupName: string,\n jobName: string,\n outputName: string,\n options?: OutputsTestOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<OutputsTestResponse>, OutputsTestResponse>\n >;\n /**\n * Tests whether an output’s datasource is reachable and usable by the Azure Stream Analytics service.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param outputName The name of the output.\n * @param options The options parameters.\n */\n beginTestAndWait(\n resourceGroupName: string,\n jobName: string,\n outputName: string,\n options?: OutputsTestOptionalParams,\n ): Promise<OutputsTestResponse>;\n}\n"]}
@@ -0,0 +1,48 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
+ import { PrivateEndpoint, PrivateEndpointsListByClusterOptionalParams, PrivateEndpointsCreateOrUpdateOptionalParams, PrivateEndpointsCreateOrUpdateResponse, PrivateEndpointsGetOptionalParams, PrivateEndpointsGetResponse, PrivateEndpointsDeleteOptionalParams } from "../models/index.js";
4
+ /** Interface representing a PrivateEndpoints. */
5
+ export interface PrivateEndpoints {
6
+ /**
7
+ * Lists the private endpoints in the cluster.
8
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
9
+ * @param clusterName The name of the cluster.
10
+ * @param options The options parameters.
11
+ */
12
+ listByCluster(resourceGroupName: string, clusterName: string, options?: PrivateEndpointsListByClusterOptionalParams): PagedAsyncIterableIterator<PrivateEndpoint>;
13
+ /**
14
+ * Creates a Stream Analytics Private Endpoint or replaces an already existing Private Endpoint.
15
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
16
+ * @param clusterName The name of the cluster.
17
+ * @param privateEndpointName The name of the private endpoint.
18
+ * @param privateEndpoint The definition of the private endpoint that will be used to create a new
19
+ * cluster or replace the existing one.
20
+ * @param options The options parameters.
21
+ */
22
+ createOrUpdate(resourceGroupName: string, clusterName: string, privateEndpointName: string, privateEndpoint: PrivateEndpoint, options?: PrivateEndpointsCreateOrUpdateOptionalParams): Promise<PrivateEndpointsCreateOrUpdateResponse>;
23
+ /**
24
+ * Gets information about the specified Private Endpoint.
25
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
26
+ * @param clusterName The name of the cluster.
27
+ * @param privateEndpointName The name of the private endpoint.
28
+ * @param options The options parameters.
29
+ */
30
+ get(resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: PrivateEndpointsGetOptionalParams): Promise<PrivateEndpointsGetResponse>;
31
+ /**
32
+ * Delete the specified private endpoint.
33
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
34
+ * @param clusterName The name of the cluster.
35
+ * @param privateEndpointName The name of the private endpoint.
36
+ * @param options The options parameters.
37
+ */
38
+ beginDelete(resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: PrivateEndpointsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
39
+ /**
40
+ * Delete the specified private endpoint.
41
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
42
+ * @param clusterName The name of the cluster.
43
+ * @param privateEndpointName The name of the private endpoint.
44
+ * @param options The options parameters.
45
+ */
46
+ beginDeleteAndWait(resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: PrivateEndpointsDeleteOptionalParams): Promise<void>;
47
+ }
48
+ //# sourceMappingURL=privateEndpoints.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"privateEndpoints.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateEndpoints.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,eAAe,EACf,2CAA2C,EAC3C,4CAA4C,EAC5C,sCAAsC,EACtC,iCAAiC,EACjC,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,oBAAoB,CAAC;AAG5B,iDAAiD;AACjD,MAAM,WAAW,gBAAgB;IAC/B;;;;;OAKG;IACH,aAAa,CACX,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,2CAA2C,GACpD,0BAA0B,CAAC,eAAe,CAAC,CAAC;IAC/C;;;;;;;;OAQG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,EAC3B,eAAe,EAAE,eAAe,EAChC,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC,CAAC;IACnD;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"privateEndpoints.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateEndpoints.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n PrivateEndpoint,\n PrivateEndpointsListByClusterOptionalParams,\n PrivateEndpointsCreateOrUpdateOptionalParams,\n PrivateEndpointsCreateOrUpdateResponse,\n PrivateEndpointsGetOptionalParams,\n PrivateEndpointsGetResponse,\n PrivateEndpointsDeleteOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a PrivateEndpoints. */\nexport interface PrivateEndpoints {\n /**\n * Lists the private endpoints in the cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n listByCluster(\n resourceGroupName: string,\n clusterName: string,\n options?: PrivateEndpointsListByClusterOptionalParams,\n ): PagedAsyncIterableIterator<PrivateEndpoint>;\n /**\n * Creates a Stream Analytics Private Endpoint or replaces an already existing Private Endpoint.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param privateEndpointName The name of the private endpoint.\n * @param privateEndpoint The definition of the private endpoint that will be used to create a new\n * cluster or replace the existing one.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n clusterName: string,\n privateEndpointName: string,\n privateEndpoint: PrivateEndpoint,\n options?: PrivateEndpointsCreateOrUpdateOptionalParams,\n ): Promise<PrivateEndpointsCreateOrUpdateResponse>;\n /**\n * Gets information about the specified Private Endpoint.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param privateEndpointName The name of the private endpoint.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n privateEndpointName: string,\n options?: PrivateEndpointsGetOptionalParams,\n ): Promise<PrivateEndpointsGetResponse>;\n /**\n * Delete the specified private endpoint.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param privateEndpointName The name of the private endpoint.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n clusterName: string,\n privateEndpointName: string,\n options?: PrivateEndpointsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Delete the specified private endpoint.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param privateEndpointName The name of the private endpoint.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n clusterName: string,\n privateEndpointName: string,\n options?: PrivateEndpointsDeleteOptionalParams,\n ): Promise<void>;\n}\n"]}
@@ -0,0 +1,13 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { GetStreamingJobSkuResult, SkuListOptionalParams } from "../models/index.js";
3
+ /** Interface representing a SkuOperations. */
4
+ export interface SkuOperations {
5
+ /**
6
+ * Gets a list of available SKUs about the specified streaming job.
7
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
8
+ * @param jobName The name of the streaming job.
9
+ * @param options The options parameters.
10
+ */
11
+ list(resourceGroupName: string, jobName: string, options?: SkuListOptionalParams): PagedAsyncIterableIterator<GetStreamingJobSkuResult>;
12
+ }
13
+ //# sourceMappingURL=skuOperations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"skuOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/skuOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,wBAAwB,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAGrF,8CAA8C;AAC9C,MAAM,WAAW,aAAa;IAC5B;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,qBAAqB,GAC9B,0BAA0B,CAAC,wBAAwB,CAAC,CAAC;CACzD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"skuOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/skuOperations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { GetStreamingJobSkuResult, SkuListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a SkuOperations. */\nexport interface SkuOperations {\n /**\n * Gets a list of available SKUs about the specified streaming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n jobName: string,\n options?: SkuListOptionalParams,\n ): PagedAsyncIterableIterator<GetStreamingJobSkuResult>;\n}\n"]}
@@ -0,0 +1,115 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
+ import { StreamingJob, StreamingJobsListByResourceGroupOptionalParams, StreamingJobsListOptionalParams, StreamingJobsCreateOrReplaceOptionalParams, StreamingJobsCreateOrReplaceResponse, StreamingJobsUpdateOptionalParams, StreamingJobsUpdateResponse, StreamingJobsDeleteOptionalParams, StreamingJobsGetOptionalParams, StreamingJobsGetResponse, StreamingJobsStartOptionalParams, StreamingJobsStopOptionalParams, StreamingJobsScaleOptionalParams } from "../models/index.js";
4
+ /** Interface representing a StreamingJobs. */
5
+ export interface StreamingJobs {
6
+ /**
7
+ * Lists all of the streaming jobs in the specified resource group.
8
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
9
+ * @param options The options parameters.
10
+ */
11
+ listByResourceGroup(resourceGroupName: string, options?: StreamingJobsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<StreamingJob>;
12
+ /**
13
+ * Lists all of the streaming jobs in the given subscription.
14
+ * @param options The options parameters.
15
+ */
16
+ list(options?: StreamingJobsListOptionalParams): PagedAsyncIterableIterator<StreamingJob>;
17
+ /**
18
+ * Creates a streaming job or replaces an already existing streaming job.
19
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
20
+ * @param jobName The name of the streaming job.
21
+ * @param streamingJob The definition of the streaming job that will be used to create a new streaming
22
+ * job or replace the existing one.
23
+ * @param options The options parameters.
24
+ */
25
+ beginCreateOrReplace(resourceGroupName: string, jobName: string, streamingJob: StreamingJob, options?: StreamingJobsCreateOrReplaceOptionalParams): Promise<SimplePollerLike<OperationState<StreamingJobsCreateOrReplaceResponse>, StreamingJobsCreateOrReplaceResponse>>;
26
+ /**
27
+ * Creates a streaming job or replaces an already existing streaming job.
28
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
29
+ * @param jobName The name of the streaming job.
30
+ * @param streamingJob The definition of the streaming job that will be used to create a new streaming
31
+ * job or replace the existing one.
32
+ * @param options The options parameters.
33
+ */
34
+ beginCreateOrReplaceAndWait(resourceGroupName: string, jobName: string, streamingJob: StreamingJob, options?: StreamingJobsCreateOrReplaceOptionalParams): Promise<StreamingJobsCreateOrReplaceResponse>;
35
+ /**
36
+ * Updates an existing streaming job. This can be used to partially update (ie. update one or two
37
+ * properties) a streaming job without affecting the rest the job definition.
38
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
39
+ * @param jobName The name of the streaming job.
40
+ * @param streamingJob A streaming job object. The properties specified here will overwrite the
41
+ * corresponding properties in the existing streaming job (ie. Those properties will be updated). Any
42
+ * properties that are set to null here will mean that the corresponding property in the existing input
43
+ * will remain the same and not change as a result of this PATCH operation.
44
+ * @param options The options parameters.
45
+ */
46
+ update(resourceGroupName: string, jobName: string, streamingJob: StreamingJob, options?: StreamingJobsUpdateOptionalParams): Promise<StreamingJobsUpdateResponse>;
47
+ /**
48
+ * Deletes a streaming job.
49
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
50
+ * @param jobName The name of the streaming job.
51
+ * @param options The options parameters.
52
+ */
53
+ beginDelete(resourceGroupName: string, jobName: string, options?: StreamingJobsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
54
+ /**
55
+ * Deletes a streaming job.
56
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
57
+ * @param jobName The name of the streaming job.
58
+ * @param options The options parameters.
59
+ */
60
+ beginDeleteAndWait(resourceGroupName: string, jobName: string, options?: StreamingJobsDeleteOptionalParams): Promise<void>;
61
+ /**
62
+ * Gets details about the specified streaming job.
63
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
64
+ * @param jobName The name of the streaming job.
65
+ * @param options The options parameters.
66
+ */
67
+ get(resourceGroupName: string, jobName: string, options?: StreamingJobsGetOptionalParams): Promise<StreamingJobsGetResponse>;
68
+ /**
69
+ * Starts a streaming job. Once a job is started it will start processing input events and produce
70
+ * output.
71
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
72
+ * @param jobName The name of the streaming job.
73
+ * @param options The options parameters.
74
+ */
75
+ beginStart(resourceGroupName: string, jobName: string, options?: StreamingJobsStartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
76
+ /**
77
+ * Starts a streaming job. Once a job is started it will start processing input events and produce
78
+ * output.
79
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
80
+ * @param jobName The name of the streaming job.
81
+ * @param options The options parameters.
82
+ */
83
+ beginStartAndWait(resourceGroupName: string, jobName: string, options?: StreamingJobsStartOptionalParams): Promise<void>;
84
+ /**
85
+ * Stops a running streaming job. This will cause a running streaming job to stop processing input
86
+ * events and producing output.
87
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
88
+ * @param jobName The name of the streaming job.
89
+ * @param options The options parameters.
90
+ */
91
+ beginStop(resourceGroupName: string, jobName: string, options?: StreamingJobsStopOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
92
+ /**
93
+ * Stops a running streaming job. This will cause a running streaming job to stop processing input
94
+ * events and producing output.
95
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
96
+ * @param jobName The name of the streaming job.
97
+ * @param options The options parameters.
98
+ */
99
+ beginStopAndWait(resourceGroupName: string, jobName: string, options?: StreamingJobsStopOptionalParams): Promise<void>;
100
+ /**
101
+ * Scales a streaming job when the job is running.
102
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
103
+ * @param jobName The name of the streaming job.
104
+ * @param options The options parameters.
105
+ */
106
+ beginScale(resourceGroupName: string, jobName: string, options?: StreamingJobsScaleOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
107
+ /**
108
+ * Scales a streaming job when the job is running.
109
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
110
+ * @param jobName The name of the streaming job.
111
+ * @param options The options parameters.
112
+ */
113
+ beginScaleAndWait(resourceGroupName: string, jobName: string, options?: StreamingJobsScaleOptionalParams): Promise<void>;
114
+ }
115
+ //# sourceMappingURL=streamingJobs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"streamingJobs.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/streamingJobs.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,YAAY,EACZ,8CAA8C,EAC9C,+BAA+B,EAC/B,0CAA0C,EAC1C,oCAAoC,EACpC,iCAAiC,EACjC,2BAA2B,EAC3B,iCAAiC,EACjC,8BAA8B,EAC9B,wBAAwB,EACxB,gCAAgC,EAChC,+BAA+B,EAC/B,gCAAgC,EACjC,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,MAAM,WAAW,aAAa;IAC5B;;;;OAIG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,8CAA8C,GACvD,0BAA0B,CAAC,YAAY,CAAC,CAAC;IAC5C;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,+BAA+B,GACxC,0BAA0B,CAAC,YAAY,CAAC,CAAC;IAC5C;;;;;;;OAOG;IACH,oBAAoB,CAClB,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,YAAY,EAAE,YAAY,EAC1B,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,oCAAoC,CAAC,EACpD,oCAAoC,CACrC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,2BAA2B,CACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,YAAY,EAAE,YAAY,EAC1B,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC,CAAC;IACjD;;;;;;;;;;OAUG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,YAAY,EAAE,YAAY,EAC1B,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC;;;;;OAKG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC,CAAC;IACrC;;;;;;OAMG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,iBAAiB,CACf,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,SAAS,CACP,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,gBAAgB,CACd,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;OAKG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;OAKG;IACH,iBAAiB,CACf,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"streamingJobs.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/streamingJobs.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n StreamingJob,\n StreamingJobsListByResourceGroupOptionalParams,\n StreamingJobsListOptionalParams,\n StreamingJobsCreateOrReplaceOptionalParams,\n StreamingJobsCreateOrReplaceResponse,\n StreamingJobsUpdateOptionalParams,\n StreamingJobsUpdateResponse,\n StreamingJobsDeleteOptionalParams,\n StreamingJobsGetOptionalParams,\n StreamingJobsGetResponse,\n StreamingJobsStartOptionalParams,\n StreamingJobsStopOptionalParams,\n StreamingJobsScaleOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a StreamingJobs. */\nexport interface StreamingJobs {\n /**\n * Lists all of the streaming jobs in the specified resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: StreamingJobsListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<StreamingJob>;\n /**\n * Lists all of the streaming jobs in the given subscription.\n * @param options The options parameters.\n */\n list(\n options?: StreamingJobsListOptionalParams,\n ): PagedAsyncIterableIterator<StreamingJob>;\n /**\n * Creates a streaming job or replaces an already existing streaming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param streamingJob The definition of the streaming job that will be used to create a new streaming\n * job or replace the existing one.\n * @param options The options parameters.\n */\n beginCreateOrReplace(\n resourceGroupName: string,\n jobName: string,\n streamingJob: StreamingJob,\n options?: StreamingJobsCreateOrReplaceOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<StreamingJobsCreateOrReplaceResponse>,\n StreamingJobsCreateOrReplaceResponse\n >\n >;\n /**\n * Creates a streaming job or replaces an already existing streaming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param streamingJob The definition of the streaming job that will be used to create a new streaming\n * job or replace the existing one.\n * @param options The options parameters.\n */\n beginCreateOrReplaceAndWait(\n resourceGroupName: string,\n jobName: string,\n streamingJob: StreamingJob,\n options?: StreamingJobsCreateOrReplaceOptionalParams,\n ): Promise<StreamingJobsCreateOrReplaceResponse>;\n /**\n * Updates an existing streaming job. This can be used to partially update (ie. update one or two\n * properties) a streaming job without affecting the rest the job definition.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param streamingJob A streaming job object. The properties specified here will overwrite the\n * corresponding properties in the existing streaming job (ie. Those properties will be updated). Any\n * properties that are set to null here will mean that the corresponding property in the existing input\n * will remain the same and not change as a result of this PATCH operation.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n jobName: string,\n streamingJob: StreamingJob,\n options?: StreamingJobsUpdateOptionalParams,\n ): Promise<StreamingJobsUpdateResponse>;\n /**\n * Deletes a streaming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n jobName: string,\n options?: StreamingJobsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes a streaming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n jobName: string,\n options?: StreamingJobsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Gets details about the specified streaming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n jobName: string,\n options?: StreamingJobsGetOptionalParams,\n ): Promise<StreamingJobsGetResponse>;\n /**\n * Starts a streaming job. Once a job is started it will start processing input events and produce\n * output.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param options The options parameters.\n */\n beginStart(\n resourceGroupName: string,\n jobName: string,\n options?: StreamingJobsStartOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Starts a streaming job. Once a job is started it will start processing input events and produce\n * output.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param options The options parameters.\n */\n beginStartAndWait(\n resourceGroupName: string,\n jobName: string,\n options?: StreamingJobsStartOptionalParams,\n ): Promise<void>;\n /**\n * Stops a running streaming job. This will cause a running streaming job to stop processing input\n * events and producing output.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param options The options parameters.\n */\n beginStop(\n resourceGroupName: string,\n jobName: string,\n options?: StreamingJobsStopOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Stops a running streaming job. This will cause a running streaming job to stop processing input\n * events and producing output.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param options The options parameters.\n */\n beginStopAndWait(\n resourceGroupName: string,\n jobName: string,\n options?: StreamingJobsStopOptionalParams,\n ): Promise<void>;\n /**\n * Scales a streaming job when the job is running.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param options The options parameters.\n */\n beginScale(\n resourceGroupName: string,\n jobName: string,\n options?: StreamingJobsScaleOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Scales a streaming job when the job is running.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param options The options parameters.\n */\n beginScaleAndWait(\n resourceGroupName: string,\n jobName: string,\n options?: StreamingJobsScaleOptionalParams,\n ): Promise<void>;\n}\n"]}
@@ -0,0 +1,88 @@
1
+ import { SimplePollerLike, OperationState } from "@azure/core-lro";
2
+ import { SubscriptionsListQuotasOptionalParams, SubscriptionsListQuotasResponse, TestQuery, SubscriptionsTestQueryOptionalParams, SubscriptionsTestQueryResponse, CompileQuery, SubscriptionsCompileQueryOptionalParams, SubscriptionsCompileQueryResponse, SampleInput, SubscriptionsSampleInputOptionalParams, SubscriptionsSampleInputResponse, TestInput, SubscriptionsTestInputOptionalParams, SubscriptionsTestInputResponse, TestOutput, SubscriptionsTestOutputOptionalParams, SubscriptionsTestOutputResponse } from "../models/index.js";
3
+ /** Interface representing a Subscriptions. */
4
+ export interface Subscriptions {
5
+ /**
6
+ * Retrieves the subscription's current quota information in a particular region.
7
+ * @param location The region to which the request is sent. You can find out which regions Azure Stream
8
+ * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
9
+ * @param options The options parameters.
10
+ */
11
+ listQuotas(location: string, options?: SubscriptionsListQuotasOptionalParams): Promise<SubscriptionsListQuotasResponse>;
12
+ /**
13
+ * Test the Stream Analytics query on a sample input.
14
+ * @param location The region to which the request is sent. You can find out which regions Azure Stream
15
+ * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
16
+ * @param testQuery The query testing object that defines the input, output, and transformation for the
17
+ * query testing.
18
+ * @param options The options parameters.
19
+ */
20
+ beginTestQuery(location: string, testQuery: TestQuery, options?: SubscriptionsTestQueryOptionalParams): Promise<SimplePollerLike<OperationState<SubscriptionsTestQueryResponse>, SubscriptionsTestQueryResponse>>;
21
+ /**
22
+ * Test the Stream Analytics query on a sample input.
23
+ * @param location The region to which the request is sent. You can find out which regions Azure Stream
24
+ * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
25
+ * @param testQuery The query testing object that defines the input, output, and transformation for the
26
+ * query testing.
27
+ * @param options The options parameters.
28
+ */
29
+ beginTestQueryAndWait(location: string, testQuery: TestQuery, options?: SubscriptionsTestQueryOptionalParams): Promise<SubscriptionsTestQueryResponse>;
30
+ /**
31
+ * Compile the Stream Analytics query.
32
+ * @param location The region to which the request is sent. You can find out which regions Azure Stream
33
+ * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
34
+ * @param compileQuery The query compilation object which defines the input, output, and transformation
35
+ * for the query compilation.
36
+ * @param options The options parameters.
37
+ */
38
+ compileQuery(location: string, compileQuery: CompileQuery, options?: SubscriptionsCompileQueryOptionalParams): Promise<SubscriptionsCompileQueryResponse>;
39
+ /**
40
+ * Sample the Stream Analytics input data.
41
+ * @param location The region to which the request is sent. You can find out which regions Azure Stream
42
+ * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
43
+ * @param sampleInput Defines the necessary parameters for sampling the Stream Analytics input data.
44
+ * @param options The options parameters.
45
+ */
46
+ beginSampleInput(location: string, sampleInput: SampleInput, options?: SubscriptionsSampleInputOptionalParams): Promise<SimplePollerLike<OperationState<SubscriptionsSampleInputResponse>, SubscriptionsSampleInputResponse>>;
47
+ /**
48
+ * Sample the Stream Analytics input data.
49
+ * @param location The region to which the request is sent. You can find out which regions Azure Stream
50
+ * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
51
+ * @param sampleInput Defines the necessary parameters for sampling the Stream Analytics input data.
52
+ * @param options The options parameters.
53
+ */
54
+ beginSampleInputAndWait(location: string, sampleInput: SampleInput, options?: SubscriptionsSampleInputOptionalParams): Promise<SubscriptionsSampleInputResponse>;
55
+ /**
56
+ * Test the Stream Analytics input.
57
+ * @param location The region to which the request is sent. You can find out which regions Azure Stream
58
+ * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
59
+ * @param testInput Defines the necessary parameters for testing the Stream Analytics input.
60
+ * @param options The options parameters.
61
+ */
62
+ beginTestInput(location: string, testInput: TestInput, options?: SubscriptionsTestInputOptionalParams): Promise<SimplePollerLike<OperationState<SubscriptionsTestInputResponse>, SubscriptionsTestInputResponse>>;
63
+ /**
64
+ * Test the Stream Analytics input.
65
+ * @param location The region to which the request is sent. You can find out which regions Azure Stream
66
+ * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
67
+ * @param testInput Defines the necessary parameters for testing the Stream Analytics input.
68
+ * @param options The options parameters.
69
+ */
70
+ beginTestInputAndWait(location: string, testInput: TestInput, options?: SubscriptionsTestInputOptionalParams): Promise<SubscriptionsTestInputResponse>;
71
+ /**
72
+ * Test the Stream Analytics output.
73
+ * @param location The region to which the request is sent. You can find out which regions Azure Stream
74
+ * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
75
+ * @param testOutput Defines the necessary parameters for testing the Stream Analytics output.
76
+ * @param options The options parameters.
77
+ */
78
+ beginTestOutput(location: string, testOutput: TestOutput, options?: SubscriptionsTestOutputOptionalParams): Promise<SimplePollerLike<OperationState<SubscriptionsTestOutputResponse>, SubscriptionsTestOutputResponse>>;
79
+ /**
80
+ * Test the Stream Analytics output.
81
+ * @param location The region to which the request is sent. You can find out which regions Azure Stream
82
+ * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
83
+ * @param testOutput Defines the necessary parameters for testing the Stream Analytics output.
84
+ * @param options The options parameters.
85
+ */
86
+ beginTestOutputAndWait(location: string, testOutput: TestOutput, options?: SubscriptionsTestOutputOptionalParams): Promise<SubscriptionsTestOutputResponse>;
87
+ }
88
+ //# sourceMappingURL=subscriptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"subscriptions.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/subscriptions.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,qCAAqC,EACrC,+BAA+B,EAC/B,SAAS,EACT,oCAAoC,EACpC,8BAA8B,EAC9B,YAAY,EACZ,uCAAuC,EACvC,iCAAiC,EACjC,WAAW,EACX,sCAAsC,EACtC,gCAAgC,EAChC,SAAS,EACT,oCAAoC,EACpC,8BAA8B,EAC9B,UAAU,EACV,qCAAqC,EACrC,+BAA+B,EAChC,MAAM,oBAAoB,CAAC;AAE5B,8CAA8C;AAC9C,MAAM,WAAW,aAAa;IAC5B;;;;;OAKG;IACH,UAAU,CACR,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;IAC5C;;;;;;;OAOG;IACH,cAAc,CACZ,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,SAAS,EACpB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,8BAA8B,CAAC,EAC9C,8BAA8B,CAC/B,CACF,CAAC;IACF;;;;;;;OAOG;IACH,qBAAqB,CACnB,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,SAAS,EACpB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;IAC3C;;;;;;;OAOG;IACH,YAAY,CACV,QAAQ,EAAE,MAAM,EAChB,YAAY,EAAE,YAAY,EAC1B,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAC9C;;;;;;OAMG;IACH,gBAAgB,CACd,QAAQ,EAAE,MAAM,EAChB,WAAW,EAAE,WAAW,EACxB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,gCAAgC,CAAC,EAChD,gCAAgC,CACjC,CACF,CAAC;IACF;;;;;;OAMG;IACH,uBAAuB,CACrB,QAAQ,EAAE,MAAM,EAChB,WAAW,EAAE,WAAW,EACxB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC,CAAC;IAC7C;;;;;;OAMG;IACH,cAAc,CACZ,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,SAAS,EACpB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,8BAA8B,CAAC,EAC9C,8BAA8B,CAC/B,CACF,CAAC;IACF;;;;;;OAMG;IACH,qBAAqB,CACnB,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,SAAS,EACpB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;IAC3C;;;;;;OAMG;IACH,eAAe,CACb,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,UAAU,EACtB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,+BAA+B,CAAC,EAC/C,+BAA+B,CAChC,CACF,CAAC;IACF;;;;;;OAMG;IACH,sBAAsB,CACpB,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,UAAU,EACtB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;CAC7C"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"subscriptions.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/subscriptions.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n SubscriptionsListQuotasOptionalParams,\n SubscriptionsListQuotasResponse,\n TestQuery,\n SubscriptionsTestQueryOptionalParams,\n SubscriptionsTestQueryResponse,\n CompileQuery,\n SubscriptionsCompileQueryOptionalParams,\n SubscriptionsCompileQueryResponse,\n SampleInput,\n SubscriptionsSampleInputOptionalParams,\n SubscriptionsSampleInputResponse,\n TestInput,\n SubscriptionsTestInputOptionalParams,\n SubscriptionsTestInputResponse,\n TestOutput,\n SubscriptionsTestOutputOptionalParams,\n SubscriptionsTestOutputResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a Subscriptions. */\nexport interface Subscriptions {\n /**\n * Retrieves the subscription's current quota information in a particular region.\n * @param location The region to which the request is sent. You can find out which regions Azure Stream\n * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/\n * @param options The options parameters.\n */\n listQuotas(\n location: string,\n options?: SubscriptionsListQuotasOptionalParams,\n ): Promise<SubscriptionsListQuotasResponse>;\n /**\n * Test the Stream Analytics query on a sample input.\n * @param location The region to which the request is sent. You can find out which regions Azure Stream\n * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/\n * @param testQuery The query testing object that defines the input, output, and transformation for the\n * query testing.\n * @param options The options parameters.\n */\n beginTestQuery(\n location: string,\n testQuery: TestQuery,\n options?: SubscriptionsTestQueryOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<SubscriptionsTestQueryResponse>,\n SubscriptionsTestQueryResponse\n >\n >;\n /**\n * Test the Stream Analytics query on a sample input.\n * @param location The region to which the request is sent. You can find out which regions Azure Stream\n * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/\n * @param testQuery The query testing object that defines the input, output, and transformation for the\n * query testing.\n * @param options The options parameters.\n */\n beginTestQueryAndWait(\n location: string,\n testQuery: TestQuery,\n options?: SubscriptionsTestQueryOptionalParams,\n ): Promise<SubscriptionsTestQueryResponse>;\n /**\n * Compile the Stream Analytics query.\n * @param location The region to which the request is sent. You can find out which regions Azure Stream\n * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/\n * @param compileQuery The query compilation object which defines the input, output, and transformation\n * for the query compilation.\n * @param options The options parameters.\n */\n compileQuery(\n location: string,\n compileQuery: CompileQuery,\n options?: SubscriptionsCompileQueryOptionalParams,\n ): Promise<SubscriptionsCompileQueryResponse>;\n /**\n * Sample the Stream Analytics input data.\n * @param location The region to which the request is sent. You can find out which regions Azure Stream\n * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/\n * @param sampleInput Defines the necessary parameters for sampling the Stream Analytics input data.\n * @param options The options parameters.\n */\n beginSampleInput(\n location: string,\n sampleInput: SampleInput,\n options?: SubscriptionsSampleInputOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<SubscriptionsSampleInputResponse>,\n SubscriptionsSampleInputResponse\n >\n >;\n /**\n * Sample the Stream Analytics input data.\n * @param location The region to which the request is sent. You can find out which regions Azure Stream\n * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/\n * @param sampleInput Defines the necessary parameters for sampling the Stream Analytics input data.\n * @param options The options parameters.\n */\n beginSampleInputAndWait(\n location: string,\n sampleInput: SampleInput,\n options?: SubscriptionsSampleInputOptionalParams,\n ): Promise<SubscriptionsSampleInputResponse>;\n /**\n * Test the Stream Analytics input.\n * @param location The region to which the request is sent. You can find out which regions Azure Stream\n * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/\n * @param testInput Defines the necessary parameters for testing the Stream Analytics input.\n * @param options The options parameters.\n */\n beginTestInput(\n location: string,\n testInput: TestInput,\n options?: SubscriptionsTestInputOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<SubscriptionsTestInputResponse>,\n SubscriptionsTestInputResponse\n >\n >;\n /**\n * Test the Stream Analytics input.\n * @param location The region to which the request is sent. You can find out which regions Azure Stream\n * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/\n * @param testInput Defines the necessary parameters for testing the Stream Analytics input.\n * @param options The options parameters.\n */\n beginTestInputAndWait(\n location: string,\n testInput: TestInput,\n options?: SubscriptionsTestInputOptionalParams,\n ): Promise<SubscriptionsTestInputResponse>;\n /**\n * Test the Stream Analytics output.\n * @param location The region to which the request is sent. You can find out which regions Azure Stream\n * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/\n * @param testOutput Defines the necessary parameters for testing the Stream Analytics output.\n * @param options The options parameters.\n */\n beginTestOutput(\n location: string,\n testOutput: TestOutput,\n options?: SubscriptionsTestOutputOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<SubscriptionsTestOutputResponse>,\n SubscriptionsTestOutputResponse\n >\n >;\n /**\n * Test the Stream Analytics output.\n * @param location The region to which the request is sent. You can find out which regions Azure Stream\n * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/\n * @param testOutput Defines the necessary parameters for testing the Stream Analytics output.\n * @param options The options parameters.\n */\n beginTestOutputAndWait(\n location: string,\n testOutput: TestOutput,\n options?: SubscriptionsTestOutputOptionalParams,\n ): Promise<SubscriptionsTestOutputResponse>;\n}\n"]}
@@ -0,0 +1,38 @@
1
+ import { Transformation, TransformationsCreateOrReplaceOptionalParams, TransformationsCreateOrReplaceResponse, TransformationsUpdateOptionalParams, TransformationsUpdateResponse, TransformationsGetOptionalParams, TransformationsGetResponse } from "../models/index.js";
2
+ /** Interface representing a Transformations. */
3
+ export interface Transformations {
4
+ /**
5
+ * Creates a transformation or replaces an already existing transformation under an existing streaming
6
+ * job.
7
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
8
+ * @param jobName The name of the streaming job.
9
+ * @param transformationName The name of the transformation.
10
+ * @param transformation The definition of the transformation that will be used to create a new
11
+ * transformation or replace the existing one under the streaming job.
12
+ * @param options The options parameters.
13
+ */
14
+ createOrReplace(resourceGroupName: string, jobName: string, transformationName: string, transformation: Transformation, options?: TransformationsCreateOrReplaceOptionalParams): Promise<TransformationsCreateOrReplaceResponse>;
15
+ /**
16
+ * Updates an existing transformation under an existing streaming job. This can be used to partially
17
+ * update (ie. update one or two properties) a transformation without affecting the rest the job or
18
+ * transformation definition.
19
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
20
+ * @param jobName The name of the streaming job.
21
+ * @param transformationName The name of the transformation.
22
+ * @param transformation A Transformation object. The properties specified here will overwrite the
23
+ * corresponding properties in the existing transformation (ie. Those properties will be updated). Any
24
+ * properties that are set to null here will mean that the corresponding property in the existing
25
+ * transformation will remain the same and not change as a result of this PATCH operation.
26
+ * @param options The options parameters.
27
+ */
28
+ update(resourceGroupName: string, jobName: string, transformationName: string, transformation: Transformation, options?: TransformationsUpdateOptionalParams): Promise<TransformationsUpdateResponse>;
29
+ /**
30
+ * Gets details about the specified transformation.
31
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
32
+ * @param jobName The name of the streaming job.
33
+ * @param transformationName The name of the transformation.
34
+ * @param options The options parameters.
35
+ */
36
+ get(resourceGroupName: string, jobName: string, transformationName: string, options?: TransformationsGetOptionalParams): Promise<TransformationsGetResponse>;
37
+ }
38
+ //# sourceMappingURL=transformations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transformations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/transformations.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,cAAc,EACd,4CAA4C,EAC5C,sCAAsC,EACtC,mCAAmC,EACnC,6BAA6B,EAC7B,gCAAgC,EAChC,0BAA0B,EAC3B,MAAM,oBAAoB,CAAC;AAE5B,gDAAgD;AAChD,MAAM,WAAW,eAAe;IAC9B;;;;;;;;;OASG;IACH,eAAe,CACb,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,kBAAkB,EAAE,MAAM,EAC1B,cAAc,EAAE,cAAc,EAC9B,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC,CAAC;IACnD;;;;;;;;;;;;OAYG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,kBAAkB,EAAE,MAAM,EAC1B,cAAc,EAAE,cAAc,EAC9B,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC,CAAC;IAC1C;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;CACxC"}