@azure/arm-streamanalytics 5.0.0-alpha.20250217.1 → 5.0.0-alpha.20250219.1

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 (764) hide show
  1. package/README.md +21 -12
  2. package/dist/browser/index.d.ts +5 -0
  3. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  4. package/{dist-esm/src → dist/browser}/index.js +4 -4
  5. package/dist/browser/index.js.map +1 -0
  6. package/dist/browser/lroImpl.js.map +1 -0
  7. package/dist/browser/models/index.js.map +1 -0
  8. package/dist/browser/models/mappers.js.map +1 -0
  9. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  10. package/dist/browser/models/parameters.js.map +1 -0
  11. package/{dist-esm/src → dist/browser}/operations/clusters.d.ts +3 -3
  12. package/dist/browser/operations/clusters.d.ts.map +1 -0
  13. package/{dist-esm/src → dist/browser}/operations/clusters.js +113 -125
  14. package/dist/browser/operations/clusters.js.map +1 -0
  15. package/{dist-esm/src → dist/browser}/operations/functions.d.ts +3 -3
  16. package/dist/browser/operations/functions.d.ts.map +1 -0
  17. package/{dist-esm/src → dist/browser}/operations/functions.js +41 -45
  18. package/dist/browser/operations/functions.js.map +1 -0
  19. package/dist/browser/operations/index.d.ts +11 -0
  20. package/dist/browser/operations/index.d.ts.map +1 -0
  21. package/dist/browser/operations/index.js +18 -0
  22. package/dist/browser/operations/index.js.map +1 -0
  23. package/{dist-esm/src → dist/browser}/operations/inputs.d.ts +3 -3
  24. package/dist/browser/operations/inputs.d.ts.map +1 -0
  25. package/{dist-esm/src → dist/browser}/operations/inputs.js +41 -45
  26. package/dist/browser/operations/inputs.js.map +1 -0
  27. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  28. package/dist/browser/operations/operations.d.ts.map +1 -0
  29. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
  30. package/dist/browser/operations/operations.js.map +1 -0
  31. package/{dist-esm/src → dist/browser}/operations/outputs.d.ts +3 -3
  32. package/dist/browser/operations/outputs.d.ts.map +1 -0
  33. package/{dist-esm/src → dist/browser}/operations/outputs.js +41 -45
  34. package/dist/browser/operations/outputs.js.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operations/privateEndpoints.d.ts +3 -3
  36. package/dist/browser/operations/privateEndpoints.d.ts.map +1 -0
  37. package/{dist-esm/src → dist/browser}/operations/privateEndpoints.js +41 -45
  38. package/dist/browser/operations/privateEndpoints.js.map +1 -0
  39. package/{dist-esm/src → dist/browser}/operations/skuOperations.d.ts +3 -3
  40. package/dist/browser/operations/skuOperations.d.ts.map +1 -0
  41. package/{dist-esm/src → dist/browser}/operations/skuOperations.js +3 -3
  42. package/dist/browser/operations/skuOperations.js.map +1 -0
  43. package/{dist-esm/src → dist/browser}/operations/streamingJobs.d.ts +3 -3
  44. package/dist/browser/operations/streamingJobs.d.ts.map +1 -0
  45. package/{dist-esm/src → dist/browser}/operations/streamingJobs.js +185 -205
  46. package/dist/browser/operations/streamingJobs.js.map +1 -0
  47. package/{dist-esm/src → dist/browser}/operations/subscriptions.d.ts +3 -3
  48. package/dist/browser/operations/subscriptions.d.ts.map +1 -0
  49. package/{dist-esm/src → dist/browser}/operations/subscriptions.js +151 -168
  50. package/dist/browser/operations/subscriptions.js.map +1 -0
  51. package/{dist-esm/src → dist/browser}/operations/transformations.d.ts +3 -3
  52. package/dist/browser/operations/transformations.d.ts.map +1 -0
  53. package/{dist-esm/src → dist/browser}/operations/transformations.js +2 -2
  54. package/dist/browser/operations/transformations.js.map +1 -0
  55. package/{dist-esm/src → dist/browser}/operationsInterfaces/clusters.d.ts +1 -1
  56. package/dist/browser/operationsInterfaces/clusters.d.ts.map +1 -0
  57. package/dist/browser/operationsInterfaces/clusters.js.map +1 -0
  58. package/{dist-esm/src → dist/browser}/operationsInterfaces/functions.d.ts +1 -1
  59. package/dist/browser/operationsInterfaces/functions.d.ts.map +1 -0
  60. package/dist/browser/operationsInterfaces/functions.js.map +1 -0
  61. package/dist/browser/operationsInterfaces/index.d.ts +11 -0
  62. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  63. package/dist/browser/operationsInterfaces/index.js +18 -0
  64. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  65. package/{dist-esm/src → dist/browser}/operationsInterfaces/inputs.d.ts +1 -1
  66. package/dist/browser/operationsInterfaces/inputs.d.ts.map +1 -0
  67. package/dist/browser/operationsInterfaces/inputs.js.map +1 -0
  68. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  69. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  70. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  71. package/{dist-esm/src → dist/browser}/operationsInterfaces/outputs.d.ts +1 -1
  72. package/dist/browser/operationsInterfaces/outputs.d.ts.map +1 -0
  73. package/dist/browser/operationsInterfaces/outputs.js.map +1 -0
  74. package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpoints.d.ts +1 -1
  75. package/dist/browser/operationsInterfaces/privateEndpoints.d.ts.map +1 -0
  76. package/dist/browser/operationsInterfaces/privateEndpoints.js.map +1 -0
  77. package/{dist-esm/src → dist/browser}/operationsInterfaces/skuOperations.d.ts +1 -1
  78. package/dist/browser/operationsInterfaces/skuOperations.d.ts.map +1 -0
  79. package/dist/browser/operationsInterfaces/skuOperations.js.map +1 -0
  80. package/{dist-esm/src → dist/browser}/operationsInterfaces/streamingJobs.d.ts +1 -1
  81. package/dist/browser/operationsInterfaces/streamingJobs.d.ts.map +1 -0
  82. package/dist/browser/operationsInterfaces/streamingJobs.js.map +1 -0
  83. package/{dist-esm/src → dist/browser}/operationsInterfaces/subscriptions.d.ts +1 -1
  84. package/dist/browser/operationsInterfaces/subscriptions.d.ts.map +1 -0
  85. package/dist/browser/operationsInterfaces/subscriptions.js.map +1 -0
  86. package/{dist-esm/src → dist/browser}/operationsInterfaces/transformations.d.ts +1 -1
  87. package/dist/browser/operationsInterfaces/transformations.d.ts.map +1 -0
  88. package/dist/browser/operationsInterfaces/transformations.js.map +1 -0
  89. package/dist/browser/package.json +3 -0
  90. package/dist/browser/pagingHelper.js.map +1 -0
  91. package/{dist-esm/src → dist/browser}/streamAnalyticsManagementClient.d.ts +2 -2
  92. package/dist/browser/streamAnalyticsManagementClient.d.ts.map +1 -0
  93. package/{dist-esm/src → dist/browser}/streamAnalyticsManagementClient.js +1 -1
  94. package/dist/browser/streamAnalyticsManagementClient.js.map +1 -0
  95. package/dist/commonjs/index.d.ts +5 -0
  96. package/dist/commonjs/index.d.ts.map +1 -0
  97. package/dist/commonjs/index.js +19 -0
  98. package/dist/commonjs/index.js.map +1 -0
  99. package/dist/commonjs/lroImpl.d.ts +11 -0
  100. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  101. package/dist/commonjs/lroImpl.js +17 -0
  102. package/dist/commonjs/lroImpl.js.map +1 -0
  103. package/{types/arm-streamanalytics.d.ts → dist/commonjs/models/index.d.ts} +2815 -3785
  104. package/dist/commonjs/models/index.d.ts.map +1 -0
  105. package/dist/commonjs/models/index.js +269 -0
  106. package/dist/commonjs/models/index.js.map +1 -0
  107. package/dist/commonjs/models/mappers.d.ts +221 -0
  108. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  109. package/dist/commonjs/models/mappers.js +4722 -0
  110. package/dist/commonjs/models/mappers.js.map +1 -0
  111. package/dist/commonjs/models/parameters.d.ts +40 -0
  112. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  113. package/dist/commonjs/models/parameters.js +294 -0
  114. package/dist/commonjs/models/parameters.js.map +1 -0
  115. package/dist/commonjs/operations/clusters.d.ts +137 -0
  116. package/dist/commonjs/operations/clusters.d.ts.map +1 -0
  117. package/dist/commonjs/operations/clusters.js +674 -0
  118. package/dist/commonjs/operations/clusters.js.map +1 -0
  119. package/dist/commonjs/operations/functions.d.ts +107 -0
  120. package/dist/commonjs/operations/functions.d.ts.map +1 -0
  121. package/dist/commonjs/operations/functions.js +435 -0
  122. package/dist/commonjs/operations/functions.js.map +1 -0
  123. package/dist/commonjs/operations/index.d.ts +11 -0
  124. package/dist/commonjs/operations/index.d.ts.map +1 -0
  125. package/dist/commonjs/operations/index.js +21 -0
  126. package/dist/commonjs/operations/index.js.map +1 -0
  127. package/dist/commonjs/operations/inputs.d.ts +94 -0
  128. package/dist/commonjs/operations/inputs.d.ts.map +1 -0
  129. package/dist/commonjs/operations/inputs.js +396 -0
  130. package/dist/commonjs/operations/inputs.js.map +1 -0
  131. package/dist/commonjs/operations/operations.d.ts +32 -0
  132. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  133. package/dist/commonjs/operations/operations.js +137 -0
  134. package/dist/commonjs/operations/operations.js.map +1 -0
  135. package/dist/commonjs/operations/outputs.d.ts +95 -0
  136. package/dist/commonjs/operations/outputs.d.ts.map +1 -0
  137. package/dist/commonjs/operations/outputs.js +397 -0
  138. package/dist/commonjs/operations/outputs.js.map +1 -0
  139. package/dist/commonjs/operations/privateEndpoints.d.ts +73 -0
  140. package/dist/commonjs/operations/privateEndpoints.d.ts.map +1 -0
  141. package/dist/commonjs/operations/privateEndpoints.js +314 -0
  142. package/dist/commonjs/operations/privateEndpoints.js.map +1 -0
  143. package/dist/commonjs/operations/skuOperations.d.ts +38 -0
  144. package/dist/commonjs/operations/skuOperations.d.ts.map +1 -0
  145. package/dist/commonjs/operations/skuOperations.js +154 -0
  146. package/dist/commonjs/operations/skuOperations.js.map +1 -0
  147. package/dist/commonjs/operations/streamingJobs.d.ts +151 -0
  148. package/dist/commonjs/operations/streamingJobs.d.ts.map +1 -0
  149. package/dist/commonjs/operations/streamingJobs.js +731 -0
  150. package/dist/commonjs/operations/streamingJobs.js.map +1 -0
  151. package/dist/commonjs/operations/subscriptions.d.ts +96 -0
  152. package/dist/commonjs/operations/subscriptions.d.ts.map +1 -0
  153. package/dist/commonjs/operations/subscriptions.js +434 -0
  154. package/dist/commonjs/operations/subscriptions.js.map +1 -0
  155. package/dist/commonjs/operations/transformations.d.ts +46 -0
  156. package/dist/commonjs/operations/transformations.d.ts.map +1 -0
  157. package/dist/commonjs/operations/transformations.js +165 -0
  158. package/dist/commonjs/operations/transformations.js.map +1 -0
  159. package/dist/commonjs/operationsInterfaces/clusters.d.ts +84 -0
  160. package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +1 -0
  161. package/dist/commonjs/operationsInterfaces/clusters.js +10 -0
  162. package/dist/commonjs/operationsInterfaces/clusters.js.map +1 -0
  163. package/dist/commonjs/operationsInterfaces/functions.d.ts +82 -0
  164. package/dist/commonjs/operationsInterfaces/functions.d.ts.map +1 -0
  165. package/dist/commonjs/operationsInterfaces/functions.js +10 -0
  166. package/dist/commonjs/operationsInterfaces/functions.js.map +1 -0
  167. package/dist/commonjs/operationsInterfaces/index.d.ts +11 -0
  168. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  169. package/dist/commonjs/operationsInterfaces/index.js +21 -0
  170. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  171. package/dist/commonjs/operationsInterfaces/inputs.d.ts +69 -0
  172. package/dist/commonjs/operationsInterfaces/inputs.d.ts.map +1 -0
  173. package/dist/commonjs/operationsInterfaces/inputs.js +10 -0
  174. package/dist/commonjs/operationsInterfaces/inputs.js.map +1 -0
  175. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  176. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  177. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  178. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  179. package/dist/commonjs/operationsInterfaces/outputs.d.ts +70 -0
  180. package/dist/commonjs/operationsInterfaces/outputs.d.ts.map +1 -0
  181. package/dist/commonjs/operationsInterfaces/outputs.js +10 -0
  182. package/dist/commonjs/operationsInterfaces/outputs.js.map +1 -0
  183. package/dist/commonjs/operationsInterfaces/privateEndpoints.d.ts +48 -0
  184. package/dist/commonjs/operationsInterfaces/privateEndpoints.d.ts.map +1 -0
  185. package/dist/commonjs/operationsInterfaces/privateEndpoints.js +10 -0
  186. package/dist/commonjs/operationsInterfaces/privateEndpoints.js.map +1 -0
  187. package/dist/commonjs/operationsInterfaces/skuOperations.d.ts +13 -0
  188. package/dist/commonjs/operationsInterfaces/skuOperations.d.ts.map +1 -0
  189. package/dist/commonjs/operationsInterfaces/skuOperations.js +10 -0
  190. package/dist/commonjs/operationsInterfaces/skuOperations.js.map +1 -0
  191. package/dist/commonjs/operationsInterfaces/streamingJobs.d.ts +115 -0
  192. package/dist/commonjs/operationsInterfaces/streamingJobs.d.ts.map +1 -0
  193. package/dist/commonjs/operationsInterfaces/streamingJobs.js +10 -0
  194. package/dist/commonjs/operationsInterfaces/streamingJobs.js.map +1 -0
  195. package/dist/commonjs/operationsInterfaces/subscriptions.d.ts +88 -0
  196. package/dist/commonjs/operationsInterfaces/subscriptions.d.ts.map +1 -0
  197. package/dist/commonjs/operationsInterfaces/subscriptions.js +10 -0
  198. package/dist/commonjs/operationsInterfaces/subscriptions.js.map +1 -0
  199. package/dist/commonjs/operationsInterfaces/transformations.d.ts +38 -0
  200. package/dist/commonjs/operationsInterfaces/transformations.d.ts.map +1 -0
  201. package/dist/commonjs/operationsInterfaces/transformations.js +10 -0
  202. package/dist/commonjs/operationsInterfaces/transformations.js.map +1 -0
  203. package/dist/commonjs/package.json +3 -0
  204. package/dist/commonjs/pagingHelper.d.ts +13 -0
  205. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  206. package/dist/commonjs/pagingHelper.js +36 -0
  207. package/dist/commonjs/pagingHelper.js.map +1 -0
  208. package/dist/commonjs/streamAnalyticsManagementClient.d.ts +26 -0
  209. package/dist/commonjs/streamAnalyticsManagementClient.d.ts.map +1 -0
  210. package/dist/commonjs/streamAnalyticsManagementClient.js +84 -0
  211. package/dist/commonjs/streamAnalyticsManagementClient.js.map +1 -0
  212. package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
  213. package/dist/esm/index.d.ts +5 -0
  214. package/dist/esm/index.d.ts.map +1 -0
  215. package/{src/index.ts → dist/esm/index.js} +5 -5
  216. package/dist/esm/index.js.map +1 -0
  217. package/dist/esm/lroImpl.d.ts +11 -0
  218. package/dist/esm/lroImpl.d.ts.map +1 -0
  219. package/dist/esm/lroImpl.js +14 -0
  220. package/dist/esm/lroImpl.js.map +1 -0
  221. package/dist/esm/models/index.d.ts +2815 -0
  222. package/dist/esm/models/index.d.ts.map +1 -0
  223. package/dist/esm/models/index.js +266 -0
  224. package/dist/esm/models/index.js.map +1 -0
  225. package/dist/esm/models/mappers.d.ts +221 -0
  226. package/dist/esm/models/mappers.d.ts.map +1 -0
  227. package/dist/esm/models/mappers.js +4716 -0
  228. package/dist/esm/models/mappers.js.map +1 -0
  229. package/dist/esm/models/parameters.d.ts +40 -0
  230. package/dist/esm/models/parameters.d.ts.map +1 -0
  231. package/dist/esm/models/parameters.js +291 -0
  232. package/dist/esm/models/parameters.js.map +1 -0
  233. package/dist/esm/operations/clusters.d.ts +137 -0
  234. package/dist/esm/operations/clusters.d.ts.map +1 -0
  235. package/dist/esm/operations/clusters.js +670 -0
  236. package/dist/esm/operations/clusters.js.map +1 -0
  237. package/dist/esm/operations/functions.d.ts +107 -0
  238. package/dist/esm/operations/functions.d.ts.map +1 -0
  239. package/dist/esm/operations/functions.js +431 -0
  240. package/dist/esm/operations/functions.js.map +1 -0
  241. package/dist/esm/operations/index.d.ts +11 -0
  242. package/dist/esm/operations/index.d.ts.map +1 -0
  243. package/dist/esm/operations/index.js +18 -0
  244. package/dist/esm/operations/index.js.map +1 -0
  245. package/dist/esm/operations/inputs.d.ts +94 -0
  246. package/dist/esm/operations/inputs.d.ts.map +1 -0
  247. package/dist/esm/operations/inputs.js +392 -0
  248. package/dist/esm/operations/inputs.js.map +1 -0
  249. package/dist/esm/operations/operations.d.ts +32 -0
  250. package/dist/esm/operations/operations.d.ts.map +1 -0
  251. package/dist/esm/operations/operations.js +133 -0
  252. package/dist/esm/operations/operations.js.map +1 -0
  253. package/dist/esm/operations/outputs.d.ts +95 -0
  254. package/dist/esm/operations/outputs.d.ts.map +1 -0
  255. package/dist/esm/operations/outputs.js +393 -0
  256. package/dist/esm/operations/outputs.js.map +1 -0
  257. package/dist/esm/operations/privateEndpoints.d.ts +73 -0
  258. package/dist/esm/operations/privateEndpoints.d.ts.map +1 -0
  259. package/dist/esm/operations/privateEndpoints.js +310 -0
  260. package/dist/esm/operations/privateEndpoints.js.map +1 -0
  261. package/dist/esm/operations/skuOperations.d.ts +38 -0
  262. package/dist/esm/operations/skuOperations.d.ts.map +1 -0
  263. package/dist/esm/operations/skuOperations.js +150 -0
  264. package/dist/esm/operations/skuOperations.js.map +1 -0
  265. package/dist/esm/operations/streamingJobs.d.ts +151 -0
  266. package/dist/esm/operations/streamingJobs.d.ts.map +1 -0
  267. package/dist/esm/operations/streamingJobs.js +727 -0
  268. package/dist/esm/operations/streamingJobs.js.map +1 -0
  269. package/dist/esm/operations/subscriptions.d.ts +96 -0
  270. package/dist/esm/operations/subscriptions.d.ts.map +1 -0
  271. package/dist/esm/operations/subscriptions.js +429 -0
  272. package/dist/esm/operations/subscriptions.js.map +1 -0
  273. package/dist/esm/operations/transformations.d.ts +46 -0
  274. package/dist/esm/operations/transformations.d.ts.map +1 -0
  275. package/dist/esm/operations/transformations.js +160 -0
  276. package/dist/esm/operations/transformations.js.map +1 -0
  277. package/dist/esm/operationsInterfaces/clusters.d.ts +84 -0
  278. package/dist/esm/operationsInterfaces/clusters.d.ts.map +1 -0
  279. package/dist/esm/operationsInterfaces/clusters.js +9 -0
  280. package/dist/esm/operationsInterfaces/clusters.js.map +1 -0
  281. package/dist/esm/operationsInterfaces/functions.d.ts +82 -0
  282. package/dist/esm/operationsInterfaces/functions.d.ts.map +1 -0
  283. package/dist/esm/operationsInterfaces/functions.js +9 -0
  284. package/dist/esm/operationsInterfaces/functions.js.map +1 -0
  285. package/dist/esm/operationsInterfaces/index.d.ts +11 -0
  286. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  287. package/dist/esm/operationsInterfaces/index.js +18 -0
  288. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  289. package/dist/esm/operationsInterfaces/inputs.d.ts +69 -0
  290. package/dist/esm/operationsInterfaces/inputs.d.ts.map +1 -0
  291. package/dist/esm/operationsInterfaces/inputs.js +9 -0
  292. package/dist/esm/operationsInterfaces/inputs.js.map +1 -0
  293. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  294. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  295. package/dist/esm/operationsInterfaces/operations.js +9 -0
  296. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  297. package/dist/esm/operationsInterfaces/outputs.d.ts +70 -0
  298. package/dist/esm/operationsInterfaces/outputs.d.ts.map +1 -0
  299. package/dist/esm/operationsInterfaces/outputs.js +9 -0
  300. package/dist/esm/operationsInterfaces/outputs.js.map +1 -0
  301. package/dist/esm/operationsInterfaces/privateEndpoints.d.ts +48 -0
  302. package/dist/esm/operationsInterfaces/privateEndpoints.d.ts.map +1 -0
  303. package/dist/esm/operationsInterfaces/privateEndpoints.js +9 -0
  304. package/dist/esm/operationsInterfaces/privateEndpoints.js.map +1 -0
  305. package/dist/esm/operationsInterfaces/skuOperations.d.ts +13 -0
  306. package/dist/esm/operationsInterfaces/skuOperations.d.ts.map +1 -0
  307. package/dist/esm/operationsInterfaces/skuOperations.js +9 -0
  308. package/dist/esm/operationsInterfaces/skuOperations.js.map +1 -0
  309. package/dist/esm/operationsInterfaces/streamingJobs.d.ts +115 -0
  310. package/dist/esm/operationsInterfaces/streamingJobs.d.ts.map +1 -0
  311. package/dist/esm/operationsInterfaces/streamingJobs.js +9 -0
  312. package/dist/esm/operationsInterfaces/streamingJobs.js.map +1 -0
  313. package/dist/esm/operationsInterfaces/subscriptions.d.ts +88 -0
  314. package/dist/esm/operationsInterfaces/subscriptions.d.ts.map +1 -0
  315. package/dist/esm/operationsInterfaces/subscriptions.js +9 -0
  316. package/dist/esm/operationsInterfaces/subscriptions.js.map +1 -0
  317. package/dist/esm/operationsInterfaces/transformations.d.ts +38 -0
  318. package/dist/esm/operationsInterfaces/transformations.d.ts.map +1 -0
  319. package/dist/esm/operationsInterfaces/transformations.js +9 -0
  320. package/dist/esm/operationsInterfaces/transformations.js.map +1 -0
  321. package/dist/esm/package.json +3 -0
  322. package/dist/esm/pagingHelper.d.ts +13 -0
  323. package/dist/esm/pagingHelper.d.ts.map +1 -0
  324. package/dist/esm/pagingHelper.js +32 -0
  325. package/dist/esm/pagingHelper.js.map +1 -0
  326. package/dist/esm/streamAnalyticsManagementClient.d.ts +26 -0
  327. package/dist/esm/streamAnalyticsManagementClient.d.ts.map +1 -0
  328. package/dist/esm/streamAnalyticsManagementClient.js +79 -0
  329. package/dist/esm/streamAnalyticsManagementClient.js.map +1 -0
  330. package/dist/react-native/index.d.ts +5 -0
  331. package/dist/react-native/index.d.ts.map +1 -0
  332. package/dist/react-native/index.js +13 -0
  333. package/dist/react-native/index.js.map +1 -0
  334. package/dist/react-native/lroImpl.d.ts +11 -0
  335. package/dist/react-native/lroImpl.d.ts.map +1 -0
  336. package/dist/react-native/lroImpl.js +14 -0
  337. package/dist/react-native/lroImpl.js.map +1 -0
  338. package/dist/react-native/models/index.d.ts +2815 -0
  339. package/dist/react-native/models/index.d.ts.map +1 -0
  340. package/dist/react-native/models/index.js +266 -0
  341. package/dist/react-native/models/index.js.map +1 -0
  342. package/dist/react-native/models/mappers.d.ts +221 -0
  343. package/dist/react-native/models/mappers.d.ts.map +1 -0
  344. package/dist/react-native/models/mappers.js +4716 -0
  345. package/dist/react-native/models/mappers.js.map +1 -0
  346. package/dist/react-native/models/parameters.d.ts +40 -0
  347. package/dist/react-native/models/parameters.d.ts.map +1 -0
  348. package/dist/react-native/models/parameters.js +291 -0
  349. package/dist/react-native/models/parameters.js.map +1 -0
  350. package/dist/react-native/operations/clusters.d.ts +137 -0
  351. package/dist/react-native/operations/clusters.d.ts.map +1 -0
  352. package/dist/react-native/operations/clusters.js +670 -0
  353. package/dist/react-native/operations/clusters.js.map +1 -0
  354. package/dist/react-native/operations/functions.d.ts +107 -0
  355. package/dist/react-native/operations/functions.d.ts.map +1 -0
  356. package/dist/react-native/operations/functions.js +431 -0
  357. package/dist/react-native/operations/functions.js.map +1 -0
  358. package/dist/react-native/operations/index.d.ts +11 -0
  359. package/dist/react-native/operations/index.d.ts.map +1 -0
  360. package/dist/react-native/operations/index.js +18 -0
  361. package/dist/react-native/operations/index.js.map +1 -0
  362. package/dist/react-native/operations/inputs.d.ts +94 -0
  363. package/dist/react-native/operations/inputs.d.ts.map +1 -0
  364. package/dist/react-native/operations/inputs.js +392 -0
  365. package/dist/react-native/operations/inputs.js.map +1 -0
  366. package/dist/react-native/operations/operations.d.ts +32 -0
  367. package/dist/react-native/operations/operations.d.ts.map +1 -0
  368. package/dist/react-native/operations/operations.js +133 -0
  369. package/dist/react-native/operations/operations.js.map +1 -0
  370. package/dist/react-native/operations/outputs.d.ts +95 -0
  371. package/dist/react-native/operations/outputs.d.ts.map +1 -0
  372. package/dist/react-native/operations/outputs.js +393 -0
  373. package/dist/react-native/operations/outputs.js.map +1 -0
  374. package/dist/react-native/operations/privateEndpoints.d.ts +73 -0
  375. package/dist/react-native/operations/privateEndpoints.d.ts.map +1 -0
  376. package/dist/react-native/operations/privateEndpoints.js +310 -0
  377. package/dist/react-native/operations/privateEndpoints.js.map +1 -0
  378. package/dist/react-native/operations/skuOperations.d.ts +38 -0
  379. package/dist/react-native/operations/skuOperations.d.ts.map +1 -0
  380. package/dist/react-native/operations/skuOperations.js +150 -0
  381. package/dist/react-native/operations/skuOperations.js.map +1 -0
  382. package/dist/react-native/operations/streamingJobs.d.ts +151 -0
  383. package/dist/react-native/operations/streamingJobs.d.ts.map +1 -0
  384. package/dist/react-native/operations/streamingJobs.js +727 -0
  385. package/dist/react-native/operations/streamingJobs.js.map +1 -0
  386. package/dist/react-native/operations/subscriptions.d.ts +96 -0
  387. package/dist/react-native/operations/subscriptions.d.ts.map +1 -0
  388. package/dist/react-native/operations/subscriptions.js +429 -0
  389. package/dist/react-native/operations/subscriptions.js.map +1 -0
  390. package/dist/react-native/operations/transformations.d.ts +46 -0
  391. package/dist/react-native/operations/transformations.d.ts.map +1 -0
  392. package/dist/react-native/operations/transformations.js +160 -0
  393. package/dist/react-native/operations/transformations.js.map +1 -0
  394. package/dist/react-native/operationsInterfaces/clusters.d.ts +84 -0
  395. package/dist/react-native/operationsInterfaces/clusters.d.ts.map +1 -0
  396. package/dist/react-native/operationsInterfaces/clusters.js +9 -0
  397. package/dist/react-native/operationsInterfaces/clusters.js.map +1 -0
  398. package/dist/react-native/operationsInterfaces/functions.d.ts +82 -0
  399. package/dist/react-native/operationsInterfaces/functions.d.ts.map +1 -0
  400. package/dist/react-native/operationsInterfaces/functions.js +9 -0
  401. package/dist/react-native/operationsInterfaces/functions.js.map +1 -0
  402. package/dist/react-native/operationsInterfaces/index.d.ts +11 -0
  403. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  404. package/dist/react-native/operationsInterfaces/index.js +18 -0
  405. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  406. package/dist/react-native/operationsInterfaces/inputs.d.ts +69 -0
  407. package/dist/react-native/operationsInterfaces/inputs.d.ts.map +1 -0
  408. package/dist/react-native/operationsInterfaces/inputs.js +9 -0
  409. package/dist/react-native/operationsInterfaces/inputs.js.map +1 -0
  410. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  411. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  412. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  413. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  414. package/dist/react-native/operationsInterfaces/outputs.d.ts +70 -0
  415. package/dist/react-native/operationsInterfaces/outputs.d.ts.map +1 -0
  416. package/dist/react-native/operationsInterfaces/outputs.js +9 -0
  417. package/dist/react-native/operationsInterfaces/outputs.js.map +1 -0
  418. package/dist/react-native/operationsInterfaces/privateEndpoints.d.ts +48 -0
  419. package/dist/react-native/operationsInterfaces/privateEndpoints.d.ts.map +1 -0
  420. package/dist/react-native/operationsInterfaces/privateEndpoints.js +9 -0
  421. package/dist/react-native/operationsInterfaces/privateEndpoints.js.map +1 -0
  422. package/dist/react-native/operationsInterfaces/skuOperations.d.ts +13 -0
  423. package/dist/react-native/operationsInterfaces/skuOperations.d.ts.map +1 -0
  424. package/dist/react-native/operationsInterfaces/skuOperations.js +9 -0
  425. package/dist/react-native/operationsInterfaces/skuOperations.js.map +1 -0
  426. package/dist/react-native/operationsInterfaces/streamingJobs.d.ts +115 -0
  427. package/dist/react-native/operationsInterfaces/streamingJobs.d.ts.map +1 -0
  428. package/dist/react-native/operationsInterfaces/streamingJobs.js +9 -0
  429. package/dist/react-native/operationsInterfaces/streamingJobs.js.map +1 -0
  430. package/dist/react-native/operationsInterfaces/subscriptions.d.ts +88 -0
  431. package/dist/react-native/operationsInterfaces/subscriptions.d.ts.map +1 -0
  432. package/dist/react-native/operationsInterfaces/subscriptions.js +9 -0
  433. package/dist/react-native/operationsInterfaces/subscriptions.js.map +1 -0
  434. package/dist/react-native/operationsInterfaces/transformations.d.ts +38 -0
  435. package/dist/react-native/operationsInterfaces/transformations.d.ts.map +1 -0
  436. package/dist/react-native/operationsInterfaces/transformations.js +9 -0
  437. package/dist/react-native/operationsInterfaces/transformations.js.map +1 -0
  438. package/dist/react-native/package.json +3 -0
  439. package/dist/react-native/pagingHelper.d.ts +13 -0
  440. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  441. package/dist/react-native/pagingHelper.js +32 -0
  442. package/dist/react-native/pagingHelper.js.map +1 -0
  443. package/dist/react-native/streamAnalyticsManagementClient.d.ts +26 -0
  444. package/dist/react-native/streamAnalyticsManagementClient.d.ts.map +1 -0
  445. package/dist/react-native/streamAnalyticsManagementClient.js +79 -0
  446. package/dist/react-native/streamAnalyticsManagementClient.js.map +1 -0
  447. package/package.json +67 -36
  448. package/dist/index.js +0 -9393
  449. package/dist/index.js.map +0 -1
  450. package/dist/index.min.js +0 -1
  451. package/dist/index.min.js.map +0 -1
  452. package/dist-esm/samples-dev/clustersCreateOrUpdateSample.d.ts +0 -2
  453. package/dist-esm/samples-dev/clustersCreateOrUpdateSample.d.ts.map +0 -1
  454. package/dist-esm/samples-dev/clustersCreateOrUpdateSample.js +0 -34
  455. package/dist-esm/samples-dev/clustersCreateOrUpdateSample.js.map +0 -1
  456. package/dist-esm/samples-dev/clustersDeleteSample.d.ts +0 -2
  457. package/dist-esm/samples-dev/clustersDeleteSample.d.ts.map +0 -1
  458. package/dist-esm/samples-dev/clustersDeleteSample.js +0 -36
  459. package/dist-esm/samples-dev/clustersDeleteSample.js.map +0 -1
  460. package/dist-esm/samples-dev/clustersGetSample.d.ts +0 -2
  461. package/dist-esm/samples-dev/clustersGetSample.d.ts.map +0 -1
  462. package/dist-esm/samples-dev/clustersGetSample.js +0 -36
  463. package/dist-esm/samples-dev/clustersGetSample.js.map +0 -1
  464. package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts +0 -2
  465. package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts.map +0 -1
  466. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +0 -51
  467. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +0 -1
  468. package/dist-esm/samples-dev/clustersListBySubscriptionSample.d.ts +0 -2
  469. package/dist-esm/samples-dev/clustersListBySubscriptionSample.d.ts.map +0 -1
  470. package/dist-esm/samples-dev/clustersListBySubscriptionSample.js +0 -50
  471. package/dist-esm/samples-dev/clustersListBySubscriptionSample.js.map +0 -1
  472. package/dist-esm/samples-dev/clustersListStreamingJobsSample.d.ts +0 -2
  473. package/dist-esm/samples-dev/clustersListStreamingJobsSample.d.ts.map +0 -1
  474. package/dist-esm/samples-dev/clustersListStreamingJobsSample.js +0 -52
  475. package/dist-esm/samples-dev/clustersListStreamingJobsSample.js.map +0 -1
  476. package/dist-esm/samples-dev/clustersUpdateSample.d.ts +0 -2
  477. package/dist-esm/samples-dev/clustersUpdateSample.d.ts.map +0 -1
  478. package/dist-esm/samples-dev/clustersUpdateSample.js +0 -30
  479. package/dist-esm/samples-dev/clustersUpdateSample.js.map +0 -1
  480. package/dist-esm/samples-dev/functionsCreateOrReplaceSample.d.ts +0 -2
  481. package/dist-esm/samples-dev/functionsCreateOrReplaceSample.d.ts.map +0 -1
  482. package/dist-esm/samples-dev/functionsCreateOrReplaceSample.js +0 -148
  483. package/dist-esm/samples-dev/functionsCreateOrReplaceSample.js.map +0 -1
  484. package/dist-esm/samples-dev/functionsDeleteSample.d.ts +0 -2
  485. package/dist-esm/samples-dev/functionsDeleteSample.d.ts.map +0 -1
  486. package/dist-esm/samples-dev/functionsDeleteSample.js +0 -37
  487. package/dist-esm/samples-dev/functionsDeleteSample.js.map +0 -1
  488. package/dist-esm/samples-dev/functionsGetSample.d.ts +0 -2
  489. package/dist-esm/samples-dev/functionsGetSample.d.ts.map +0 -1
  490. package/dist-esm/samples-dev/functionsGetSample.js +0 -56
  491. package/dist-esm/samples-dev/functionsGetSample.js.map +0 -1
  492. package/dist-esm/samples-dev/functionsListByStreamingJobSample.d.ts +0 -2
  493. package/dist-esm/samples-dev/functionsListByStreamingJobSample.d.ts.map +0 -1
  494. package/dist-esm/samples-dev/functionsListByStreamingJobSample.js +0 -52
  495. package/dist-esm/samples-dev/functionsListByStreamingJobSample.js.map +0 -1
  496. package/dist-esm/samples-dev/functionsRetrieveDefaultDefinitionSample.d.ts +0 -2
  497. package/dist-esm/samples-dev/functionsRetrieveDefaultDefinitionSample.d.ts.map +0 -1
  498. package/dist-esm/samples-dev/functionsRetrieveDefaultDefinitionSample.js +0 -38
  499. package/dist-esm/samples-dev/functionsRetrieveDefaultDefinitionSample.js.map +0 -1
  500. package/dist-esm/samples-dev/functionsTestSample.d.ts +0 -2
  501. package/dist-esm/samples-dev/functionsTestSample.d.ts.map +0 -1
  502. package/dist-esm/samples-dev/functionsTestSample.js +0 -56
  503. package/dist-esm/samples-dev/functionsTestSample.js.map +0 -1
  504. package/dist-esm/samples-dev/functionsUpdateSample.d.ts +0 -2
  505. package/dist-esm/samples-dev/functionsUpdateSample.d.ts.map +0 -1
  506. package/dist-esm/samples-dev/functionsUpdateSample.js +0 -67
  507. package/dist-esm/samples-dev/functionsUpdateSample.js.map +0 -1
  508. package/dist-esm/samples-dev/inputsCreateOrReplaceSample.d.ts +0 -2
  509. package/dist-esm/samples-dev/inputsCreateOrReplaceSample.d.ts.map +0 -1
  510. package/dist-esm/samples-dev/inputsCreateOrReplaceSample.js +0 -246
  511. package/dist-esm/samples-dev/inputsCreateOrReplaceSample.js.map +0 -1
  512. package/dist-esm/samples-dev/inputsDeleteSample.d.ts +0 -2
  513. package/dist-esm/samples-dev/inputsDeleteSample.d.ts.map +0 -1
  514. package/dist-esm/samples-dev/inputsDeleteSample.js +0 -37
  515. package/dist-esm/samples-dev/inputsDeleteSample.js.map +0 -1
  516. package/dist-esm/samples-dev/inputsGetSample.d.ts +0 -2
  517. package/dist-esm/samples-dev/inputsGetSample.d.ts.map +0 -1
  518. package/dist-esm/samples-dev/inputsGetSample.js +0 -94
  519. package/dist-esm/samples-dev/inputsGetSample.js.map +0 -1
  520. package/dist-esm/samples-dev/inputsListByStreamingJobSample.d.ts +0 -2
  521. package/dist-esm/samples-dev/inputsListByStreamingJobSample.d.ts.map +0 -1
  522. package/dist-esm/samples-dev/inputsListByStreamingJobSample.js +0 -81
  523. package/dist-esm/samples-dev/inputsListByStreamingJobSample.js.map +0 -1
  524. package/dist-esm/samples-dev/inputsTestSample.d.ts +0 -2
  525. package/dist-esm/samples-dev/inputsTestSample.d.ts.map +0 -1
  526. package/dist-esm/samples-dev/inputsTestSample.js +0 -37
  527. package/dist-esm/samples-dev/inputsTestSample.js.map +0 -1
  528. package/dist-esm/samples-dev/inputsUpdateSample.d.ts +0 -2
  529. package/dist-esm/samples-dev/inputsUpdateSample.d.ts.map +0 -1
  530. package/dist-esm/samples-dev/inputsUpdateSample.js +0 -124
  531. package/dist-esm/samples-dev/inputsUpdateSample.js.map +0 -1
  532. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  533. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  534. package/dist-esm/samples-dev/operationsListSample.js +0 -50
  535. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  536. package/dist-esm/samples-dev/outputsCreateOrReplaceSample.d.ts +0 -2
  537. package/dist-esm/samples-dev/outputsCreateOrReplaceSample.d.ts.map +0 -1
  538. package/dist-esm/samples-dev/outputsCreateOrReplaceSample.js +0 -467
  539. package/dist-esm/samples-dev/outputsCreateOrReplaceSample.js.map +0 -1
  540. package/dist-esm/samples-dev/outputsDeleteSample.d.ts +0 -2
  541. package/dist-esm/samples-dev/outputsDeleteSample.d.ts.map +0 -1
  542. package/dist-esm/samples-dev/outputsDeleteSample.js +0 -37
  543. package/dist-esm/samples-dev/outputsDeleteSample.js.map +0 -1
  544. package/dist-esm/samples-dev/outputsGetSample.d.ts +0 -2
  545. package/dist-esm/samples-dev/outputsGetSample.d.ts.map +0 -1
  546. package/dist-esm/samples-dev/outputsGetSample.js +0 -246
  547. package/dist-esm/samples-dev/outputsGetSample.js.map +0 -1
  548. package/dist-esm/samples-dev/outputsListByStreamingJobSample.d.ts +0 -2
  549. package/dist-esm/samples-dev/outputsListByStreamingJobSample.d.ts.map +0 -1
  550. package/dist-esm/samples-dev/outputsListByStreamingJobSample.js +0 -52
  551. package/dist-esm/samples-dev/outputsListByStreamingJobSample.js.map +0 -1
  552. package/dist-esm/samples-dev/outputsTestSample.d.ts +0 -2
  553. package/dist-esm/samples-dev/outputsTestSample.d.ts.map +0 -1
  554. package/dist-esm/samples-dev/outputsTestSample.js +0 -37
  555. package/dist-esm/samples-dev/outputsTestSample.js.map +0 -1
  556. package/dist-esm/samples-dev/outputsUpdateSample.d.ts +0 -2
  557. package/dist-esm/samples-dev/outputsUpdateSample.d.ts.map +0 -1
  558. package/dist-esm/samples-dev/outputsUpdateSample.js +0 -315
  559. package/dist-esm/samples-dev/outputsUpdateSample.js.map +0 -1
  560. package/dist-esm/samples-dev/privateEndpointsCreateOrUpdateSample.d.ts +0 -2
  561. package/dist-esm/samples-dev/privateEndpointsCreateOrUpdateSample.d.ts.map +0 -1
  562. package/dist-esm/samples-dev/privateEndpointsCreateOrUpdateSample.js +0 -40
  563. package/dist-esm/samples-dev/privateEndpointsCreateOrUpdateSample.js.map +0 -1
  564. package/dist-esm/samples-dev/privateEndpointsDeleteSample.d.ts +0 -2
  565. package/dist-esm/samples-dev/privateEndpointsDeleteSample.d.ts.map +0 -1
  566. package/dist-esm/samples-dev/privateEndpointsDeleteSample.js +0 -37
  567. package/dist-esm/samples-dev/privateEndpointsDeleteSample.js.map +0 -1
  568. package/dist-esm/samples-dev/privateEndpointsGetSample.d.ts +0 -2
  569. package/dist-esm/samples-dev/privateEndpointsGetSample.d.ts.map +0 -1
  570. package/dist-esm/samples-dev/privateEndpointsGetSample.js +0 -37
  571. package/dist-esm/samples-dev/privateEndpointsGetSample.js.map +0 -1
  572. package/dist-esm/samples-dev/privateEndpointsListByClusterSample.d.ts +0 -2
  573. package/dist-esm/samples-dev/privateEndpointsListByClusterSample.d.ts.map +0 -1
  574. package/dist-esm/samples-dev/privateEndpointsListByClusterSample.js +0 -52
  575. package/dist-esm/samples-dev/privateEndpointsListByClusterSample.js.map +0 -1
  576. package/dist-esm/samples-dev/skuListSample.d.ts +0 -2
  577. package/dist-esm/samples-dev/skuListSample.d.ts.map +0 -1
  578. package/dist-esm/samples-dev/skuListSample.js +0 -52
  579. package/dist-esm/samples-dev/skuListSample.js.map +0 -1
  580. package/dist-esm/samples-dev/streamingJobsCreateOrReplaceSample.d.ts +0 -2
  581. package/dist-esm/samples-dev/streamingJobsCreateOrReplaceSample.d.ts.map +0 -1
  582. package/dist-esm/samples-dev/streamingJobsCreateOrReplaceSample.js +0 -161
  583. package/dist-esm/samples-dev/streamingJobsCreateOrReplaceSample.js.map +0 -1
  584. package/dist-esm/samples-dev/streamingJobsDeleteSample.d.ts +0 -2
  585. package/dist-esm/samples-dev/streamingJobsDeleteSample.d.ts.map +0 -1
  586. package/dist-esm/samples-dev/streamingJobsDeleteSample.js +0 -36
  587. package/dist-esm/samples-dev/streamingJobsDeleteSample.js.map +0 -1
  588. package/dist-esm/samples-dev/streamingJobsGetSample.d.ts +0 -2
  589. package/dist-esm/samples-dev/streamingJobsGetSample.d.ts.map +0 -1
  590. package/dist-esm/samples-dev/streamingJobsGetSample.js +0 -49
  591. package/dist-esm/samples-dev/streamingJobsGetSample.js.map +0 -1
  592. package/dist-esm/samples-dev/streamingJobsListByResourceGroupSample.d.ts +0 -2
  593. package/dist-esm/samples-dev/streamingJobsListByResourceGroupSample.d.ts.map +0 -1
  594. package/dist-esm/samples-dev/streamingJobsListByResourceGroupSample.js +0 -79
  595. package/dist-esm/samples-dev/streamingJobsListByResourceGroupSample.js.map +0 -1
  596. package/dist-esm/samples-dev/streamingJobsListSample.d.ts +0 -2
  597. package/dist-esm/samples-dev/streamingJobsListSample.d.ts.map +0 -1
  598. package/dist-esm/samples-dev/streamingJobsListSample.js +0 -77
  599. package/dist-esm/samples-dev/streamingJobsListSample.js.map +0 -1
  600. package/dist-esm/samples-dev/streamingJobsScaleSample.d.ts +0 -2
  601. package/dist-esm/samples-dev/streamingJobsScaleSample.d.ts.map +0 -1
  602. package/dist-esm/samples-dev/streamingJobsScaleSample.js +0 -33
  603. package/dist-esm/samples-dev/streamingJobsScaleSample.js.map +0 -1
  604. package/dist-esm/samples-dev/streamingJobsStartSample.d.ts +0 -2
  605. package/dist-esm/samples-dev/streamingJobsStartSample.d.ts.map +0 -1
  606. package/dist-esm/samples-dev/streamingJobsStartSample.js +0 -78
  607. package/dist-esm/samples-dev/streamingJobsStartSample.js.map +0 -1
  608. package/dist-esm/samples-dev/streamingJobsStopSample.d.ts +0 -2
  609. package/dist-esm/samples-dev/streamingJobsStopSample.d.ts.map +0 -1
  610. package/dist-esm/samples-dev/streamingJobsStopSample.js +0 -36
  611. package/dist-esm/samples-dev/streamingJobsStopSample.js.map +0 -1
  612. package/dist-esm/samples-dev/streamingJobsUpdateSample.d.ts +0 -2
  613. package/dist-esm/samples-dev/streamingJobsUpdateSample.d.ts.map +0 -1
  614. package/dist-esm/samples-dev/streamingJobsUpdateSample.js +0 -33
  615. package/dist-esm/samples-dev/streamingJobsUpdateSample.js.map +0 -1
  616. package/dist-esm/samples-dev/subscriptionsCompileQuerySample.d.ts +0 -2
  617. package/dist-esm/samples-dev/subscriptionsCompileQuerySample.d.ts.map +0 -1
  618. package/dist-esm/samples-dev/subscriptionsCompileQuerySample.js +0 -43
  619. package/dist-esm/samples-dev/subscriptionsCompileQuerySample.js.map +0 -1
  620. package/dist-esm/samples-dev/subscriptionsListQuotasSample.d.ts +0 -2
  621. package/dist-esm/samples-dev/subscriptionsListQuotasSample.d.ts.map +0 -1
  622. package/dist-esm/samples-dev/subscriptionsListQuotasSample.js +0 -35
  623. package/dist-esm/samples-dev/subscriptionsListQuotasSample.js.map +0 -1
  624. package/dist-esm/samples-dev/subscriptionsSampleInputSample.d.ts +0 -2
  625. package/dist-esm/samples-dev/subscriptionsSampleInputSample.d.ts.map +0 -1
  626. package/dist-esm/samples-dev/subscriptionsSampleInputSample.js +0 -48
  627. package/dist-esm/samples-dev/subscriptionsSampleInputSample.js.map +0 -1
  628. package/dist-esm/samples-dev/subscriptionsTestInputSample.d.ts +0 -2
  629. package/dist-esm/samples-dev/subscriptionsTestInputSample.d.ts.map +0 -1
  630. package/dist-esm/samples-dev/subscriptionsTestInputSample.js +0 -45
  631. package/dist-esm/samples-dev/subscriptionsTestInputSample.js.map +0 -1
  632. package/dist-esm/samples-dev/subscriptionsTestOutputSample.d.ts +0 -2
  633. package/dist-esm/samples-dev/subscriptionsTestOutputSample.d.ts.map +0 -1
  634. package/dist-esm/samples-dev/subscriptionsTestOutputSample.js +0 -41
  635. package/dist-esm/samples-dev/subscriptionsTestOutputSample.js.map +0 -1
  636. package/dist-esm/samples-dev/subscriptionsTestQuerySample.d.ts +0 -2
  637. package/dist-esm/samples-dev/subscriptionsTestQuerySample.d.ts.map +0 -1
  638. package/dist-esm/samples-dev/subscriptionsTestQuerySample.js +0 -68
  639. package/dist-esm/samples-dev/subscriptionsTestQuerySample.js.map +0 -1
  640. package/dist-esm/samples-dev/transformationsCreateOrReplaceSample.d.ts +0 -2
  641. package/dist-esm/samples-dev/transformationsCreateOrReplaceSample.d.ts.map +0 -1
  642. package/dist-esm/samples-dev/transformationsCreateOrReplaceSample.js +0 -34
  643. package/dist-esm/samples-dev/transformationsCreateOrReplaceSample.js.map +0 -1
  644. package/dist-esm/samples-dev/transformationsGetSample.d.ts +0 -2
  645. package/dist-esm/samples-dev/transformationsGetSample.d.ts.map +0 -1
  646. package/dist-esm/samples-dev/transformationsGetSample.js +0 -37
  647. package/dist-esm/samples-dev/transformationsGetSample.js.map +0 -1
  648. package/dist-esm/samples-dev/transformationsUpdateSample.d.ts +0 -2
  649. package/dist-esm/samples-dev/transformationsUpdateSample.d.ts.map +0 -1
  650. package/dist-esm/samples-dev/transformationsUpdateSample.js +0 -31
  651. package/dist-esm/samples-dev/transformationsUpdateSample.js.map +0 -1
  652. package/dist-esm/src/index.d.ts +0 -5
  653. package/dist-esm/src/index.js.map +0 -1
  654. package/dist-esm/src/lroImpl.js.map +0 -1
  655. package/dist-esm/src/models/index.js.map +0 -1
  656. package/dist-esm/src/models/mappers.js.map +0 -1
  657. package/dist-esm/src/models/parameters.js.map +0 -1
  658. package/dist-esm/src/operations/clusters.d.ts.map +0 -1
  659. package/dist-esm/src/operations/clusters.js.map +0 -1
  660. package/dist-esm/src/operations/functions.d.ts.map +0 -1
  661. package/dist-esm/src/operations/functions.js.map +0 -1
  662. package/dist-esm/src/operations/index.d.ts +0 -11
  663. package/dist-esm/src/operations/index.d.ts.map +0 -1
  664. package/dist-esm/src/operations/index.js +0 -18
  665. package/dist-esm/src/operations/index.js.map +0 -1
  666. package/dist-esm/src/operations/inputs.d.ts.map +0 -1
  667. package/dist-esm/src/operations/inputs.js.map +0 -1
  668. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  669. package/dist-esm/src/operations/operations.js.map +0 -1
  670. package/dist-esm/src/operations/outputs.d.ts.map +0 -1
  671. package/dist-esm/src/operations/outputs.js.map +0 -1
  672. package/dist-esm/src/operations/privateEndpoints.d.ts.map +0 -1
  673. package/dist-esm/src/operations/privateEndpoints.js.map +0 -1
  674. package/dist-esm/src/operations/skuOperations.d.ts.map +0 -1
  675. package/dist-esm/src/operations/skuOperations.js.map +0 -1
  676. package/dist-esm/src/operations/streamingJobs.d.ts.map +0 -1
  677. package/dist-esm/src/operations/streamingJobs.js.map +0 -1
  678. package/dist-esm/src/operations/subscriptions.d.ts.map +0 -1
  679. package/dist-esm/src/operations/subscriptions.js.map +0 -1
  680. package/dist-esm/src/operations/transformations.d.ts.map +0 -1
  681. package/dist-esm/src/operations/transformations.js.map +0 -1
  682. package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +0 -1
  683. package/dist-esm/src/operationsInterfaces/clusters.js.map +0 -1
  684. package/dist-esm/src/operationsInterfaces/functions.d.ts.map +0 -1
  685. package/dist-esm/src/operationsInterfaces/functions.js.map +0 -1
  686. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -11
  687. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  688. package/dist-esm/src/operationsInterfaces/index.js +0 -18
  689. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  690. package/dist-esm/src/operationsInterfaces/inputs.d.ts.map +0 -1
  691. package/dist-esm/src/operationsInterfaces/inputs.js.map +0 -1
  692. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  693. package/dist-esm/src/operationsInterfaces/outputs.d.ts.map +0 -1
  694. package/dist-esm/src/operationsInterfaces/outputs.js.map +0 -1
  695. package/dist-esm/src/operationsInterfaces/privateEndpoints.d.ts.map +0 -1
  696. package/dist-esm/src/operationsInterfaces/privateEndpoints.js.map +0 -1
  697. package/dist-esm/src/operationsInterfaces/skuOperations.d.ts.map +0 -1
  698. package/dist-esm/src/operationsInterfaces/skuOperations.js.map +0 -1
  699. package/dist-esm/src/operationsInterfaces/streamingJobs.d.ts.map +0 -1
  700. package/dist-esm/src/operationsInterfaces/streamingJobs.js.map +0 -1
  701. package/dist-esm/src/operationsInterfaces/subscriptions.d.ts.map +0 -1
  702. package/dist-esm/src/operationsInterfaces/subscriptions.js.map +0 -1
  703. package/dist-esm/src/operationsInterfaces/transformations.d.ts.map +0 -1
  704. package/dist-esm/src/operationsInterfaces/transformations.js.map +0 -1
  705. package/dist-esm/src/pagingHelper.js.map +0 -1
  706. package/dist-esm/src/streamAnalyticsManagementClient.d.ts.map +0 -1
  707. package/dist-esm/src/streamAnalyticsManagementClient.js.map +0 -1
  708. package/dist-esm/test/streamanalytics_operations_test.spec.d.ts +0 -4
  709. package/dist-esm/test/streamanalytics_operations_test.spec.d.ts.map +0 -1
  710. package/dist-esm/test/streamanalytics_operations_test.spec.js +0 -116
  711. package/dist-esm/test/streamanalytics_operations_test.spec.js.map +0 -1
  712. package/src/lroImpl.ts +0 -38
  713. package/src/models/index.ts +0 -3290
  714. package/src/models/mappers.ts +0 -5377
  715. package/src/models/parameters.ts +0 -350
  716. package/src/operations/clusters.ts +0 -889
  717. package/src/operations/functions.ts +0 -585
  718. package/src/operations/index.ts +0 -18
  719. package/src/operations/inputs.ts +0 -532
  720. package/src/operations/operations.ts +0 -149
  721. package/src/operations/outputs.ts +0 -533
  722. package/src/operations/privateEndpoints.ts +0 -422
  723. package/src/operations/skuOperations.ts +0 -193
  724. package/src/operations/streamingJobs.ts +0 -945
  725. package/src/operations/subscriptions.ts +0 -609
  726. package/src/operations/transformations.ts +0 -204
  727. package/src/operationsInterfaces/clusters.ts +0 -157
  728. package/src/operationsInterfaces/functions.ts +0 -151
  729. package/src/operationsInterfaces/index.ts +0 -18
  730. package/src/operationsInterfaces/inputs.ts +0 -128
  731. package/src/operationsInterfaces/operations.ts +0 -22
  732. package/src/operationsInterfaces/outputs.ts +0 -129
  733. package/src/operationsInterfaces/privateEndpoints.ts +0 -90
  734. package/src/operationsInterfaces/skuOperations.ts +0 -26
  735. package/src/operationsInterfaces/streamingJobs.ts +0 -199
  736. package/src/operationsInterfaces/subscriptions.ts +0 -173
  737. package/src/operationsInterfaces/transformations.ts +0 -71
  738. package/src/pagingHelper.ts +0 -39
  739. package/src/streamAnalyticsManagementClient.ts +0 -145
  740. package/tsconfig.json +0 -33
  741. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  742. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  743. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  744. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  745. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  746. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  747. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  748. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  749. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  750. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  751. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  752. /package/{dist-esm/src → dist/browser}/operationsInterfaces/clusters.js +0 -0
  753. /package/{dist-esm/src → dist/browser}/operationsInterfaces/functions.js +0 -0
  754. /package/{dist-esm/src → dist/browser}/operationsInterfaces/inputs.js +0 -0
  755. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  756. /package/{dist-esm/src → dist/browser}/operationsInterfaces/outputs.js +0 -0
  757. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpoints.js +0 -0
  758. /package/{dist-esm/src → dist/browser}/operationsInterfaces/skuOperations.js +0 -0
  759. /package/{dist-esm/src → dist/browser}/operationsInterfaces/streamingJobs.js +0 -0
  760. /package/{dist-esm/src → dist/browser}/operationsInterfaces/subscriptions.js +0 -0
  761. /package/{dist-esm/src → dist/browser}/operationsInterfaces/transformations.js +0 -0
  762. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  763. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  764. /package/{dist-esm/src → dist/browser}/pagingHelper.js +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,10 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ //# sourceMappingURL=inputs.js.map
@@ -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,10 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ //# sourceMappingURL=operations.js.map
@@ -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,10 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ //# sourceMappingURL=outputs.js.map
@@ -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,10 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ //# sourceMappingURL=privateEndpoints.js.map
@@ -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,10 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ //# sourceMappingURL=skuOperations.js.map
@@ -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,10 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ //# sourceMappingURL=streamingJobs.js.map
@@ -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"}