@azure/arm-streamanalytics 3.0.0-beta.1 → 3.0.0

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 (256) hide show
  1. package/{LICENSE → LICENSE.txt} +1 -1
  2. package/README.md +84 -66
  3. package/dist/arm-streamanalytics.js +7772 -0
  4. package/dist/arm-streamanalytics.js.map +1 -0
  5. package/dist/arm-streamanalytics.min.js +1 -0
  6. package/dist/arm-streamanalytics.min.js.map +1 -0
  7. package/esm/models/clustersMappers.d.ts +2 -0
  8. package/esm/models/clustersMappers.d.ts.map +1 -0
  9. package/esm/models/clustersMappers.js +9 -0
  10. package/esm/models/clustersMappers.js.map +1 -0
  11. package/esm/models/functionsMappers.d.ts +2 -0
  12. package/esm/models/functionsMappers.d.ts.map +1 -0
  13. package/esm/models/functionsMappers.js +9 -0
  14. package/esm/models/functionsMappers.js.map +1 -0
  15. package/esm/models/index.d.ts +4514 -0
  16. package/esm/models/index.d.ts.map +1 -0
  17. package/{dist-esm/src/operationsInterfaces/inputs.js → esm/models/index.js} +1 -2
  18. package/esm/models/index.js.map +1 -0
  19. package/esm/models/inputsMappers.d.ts +2 -0
  20. package/esm/models/inputsMappers.d.ts.map +1 -0
  21. package/esm/models/inputsMappers.js +9 -0
  22. package/esm/models/inputsMappers.js.map +1 -0
  23. package/esm/models/mappers.d.ts +185 -0
  24. package/esm/models/mappers.d.ts.map +1 -0
  25. package/{dist-esm/src → esm}/models/mappers.js +2184 -2272
  26. package/esm/models/mappers.js.map +1 -0
  27. package/esm/models/operationsMappers.d.ts +2 -0
  28. package/esm/models/operationsMappers.d.ts.map +1 -0
  29. package/esm/models/operationsMappers.js +9 -0
  30. package/esm/models/operationsMappers.js.map +1 -0
  31. package/esm/models/outputsMappers.d.ts +2 -0
  32. package/esm/models/outputsMappers.d.ts.map +1 -0
  33. package/esm/models/outputsMappers.js +9 -0
  34. package/esm/models/outputsMappers.js.map +1 -0
  35. package/esm/models/parameters.d.ts +20 -0
  36. package/esm/models/parameters.d.ts.map +1 -0
  37. package/esm/models/parameters.js +216 -0
  38. package/esm/models/parameters.js.map +1 -0
  39. package/esm/models/privateEndpointsMappers.d.ts +2 -0
  40. package/esm/models/privateEndpointsMappers.d.ts.map +1 -0
  41. package/esm/models/privateEndpointsMappers.js +9 -0
  42. package/esm/models/privateEndpointsMappers.js.map +1 -0
  43. package/esm/models/streamingJobsMappers.d.ts +2 -0
  44. package/esm/models/streamingJobsMappers.d.ts.map +1 -0
  45. package/esm/models/streamingJobsMappers.js +9 -0
  46. package/esm/models/streamingJobsMappers.js.map +1 -0
  47. package/esm/models/subscriptionsMappers.d.ts +2 -0
  48. package/esm/models/subscriptionsMappers.d.ts.map +1 -0
  49. package/esm/models/subscriptionsMappers.js +9 -0
  50. package/esm/models/subscriptionsMappers.js.map +1 -0
  51. package/esm/models/transformationsMappers.d.ts +2 -0
  52. package/esm/models/transformationsMappers.d.ts.map +1 -0
  53. package/esm/models/transformationsMappers.js +9 -0
  54. package/esm/models/transformationsMappers.js.map +1 -0
  55. package/esm/operations/clusters.d.ts +201 -0
  56. package/esm/operations/clusters.d.ts.map +1 -0
  57. package/esm/operations/clusters.js +406 -0
  58. package/esm/operations/clusters.js.map +1 -0
  59. package/esm/operations/functions.d.ts +215 -0
  60. package/esm/operations/functions.d.ts.map +1 -0
  61. package/esm/operations/functions.js +348 -0
  62. package/esm/operations/functions.js.map +1 -0
  63. package/{dist-esm/src → esm}/operations/index.d.ts +0 -0
  64. package/esm/operations/index.d.ts.map +1 -0
  65. package/{dist-esm/src/operationsInterfaces → esm/operations}/index.js +2 -1
  66. package/esm/operations/index.js.map +1 -0
  67. package/esm/operations/inputs.d.ts +189 -0
  68. package/esm/operations/inputs.d.ts.map +1 -0
  69. package/esm/operations/inputs.js +306 -0
  70. package/esm/operations/inputs.js.map +1 -0
  71. package/esm/operations/operations.d.ts +46 -0
  72. package/esm/operations/operations.d.ts.map +1 -0
  73. package/esm/operations/operations.js +79 -0
  74. package/esm/operations/operations.js.map +1 -0
  75. package/esm/operations/outputs.d.ts +189 -0
  76. package/esm/operations/outputs.d.ts.map +1 -0
  77. package/esm/operations/outputs.js +306 -0
  78. package/esm/operations/outputs.js.map +1 -0
  79. package/esm/operations/privateEndpoints.d.ts +125 -0
  80. package/esm/operations/privateEndpoints.d.ts.map +1 -0
  81. package/esm/operations/privateEndpoints.js +216 -0
  82. package/esm/operations/privateEndpoints.js.map +1 -0
  83. package/esm/operations/streamingJobs.d.ts +210 -0
  84. package/esm/operations/streamingJobs.d.ts.map +1 -0
  85. package/esm/operations/streamingJobs.js +440 -0
  86. package/esm/operations/streamingJobs.js.map +1 -0
  87. package/esm/operations/subscriptions.d.ts +138 -0
  88. package/esm/operations/subscriptions.d.ts.map +1 -0
  89. package/esm/operations/subscriptions.js +311 -0
  90. package/esm/operations/subscriptions.js.map +1 -0
  91. package/esm/operations/transformations.d.ts +106 -0
  92. package/esm/operations/transformations.d.ts.map +1 -0
  93. package/esm/operations/transformations.js +149 -0
  94. package/esm/operations/transformations.js.map +1 -0
  95. package/esm/streamAnalyticsManagementClient.d.ts +32 -0
  96. package/esm/streamAnalyticsManagementClient.d.ts.map +1 -0
  97. package/esm/streamAnalyticsManagementClient.js +45 -0
  98. package/esm/streamAnalyticsManagementClient.js.map +1 -0
  99. package/esm/streamAnalyticsManagementClientContext.d.ts +21 -0
  100. package/esm/streamAnalyticsManagementClientContext.d.ts.map +1 -0
  101. package/esm/streamAnalyticsManagementClientContext.js +59 -0
  102. package/esm/streamAnalyticsManagementClientContext.js.map +1 -0
  103. package/package.json +32 -64
  104. package/rollup.config.js +30 -181
  105. package/src/models/clustersMappers.ts +96 -0
  106. package/src/models/functionsMappers.ts +104 -0
  107. package/src/models/index.ts +4273 -2134
  108. package/src/models/inputsMappers.ts +99 -0
  109. package/src/models/mappers.ts +2193 -2349
  110. package/{dist-esm/src/operationsInterfaces/operations.js → src/models/operationsMappers.ts} +13 -2
  111. package/src/models/outputsMappers.ts +99 -0
  112. package/src/models/parameters.ts +92 -218
  113. package/src/models/privateEndpointsMappers.ts +94 -0
  114. package/src/models/streamingJobsMappers.ts +98 -0
  115. package/src/models/subscriptionsMappers.ts +104 -0
  116. package/src/models/transformationsMappers.ts +96 -0
  117. package/src/operations/clusters.ts +390 -637
  118. package/src/operations/functions.ts +372 -363
  119. package/src/operations/index.ts +2 -1
  120. package/src/operations/inputs.ts +323 -334
  121. package/src/operations/operations.ts +70 -82
  122. package/src/operations/outputs.ts +322 -334
  123. package/src/operations/privateEndpoints.ts +206 -273
  124. package/src/operations/streamingJobs.ts +410 -596
  125. package/src/operations/subscriptions.ts +282 -466
  126. package/src/operations/transformations.ts +159 -101
  127. package/src/streamAnalyticsManagementClient.ts +47 -52
  128. package/src/streamAnalyticsManagementClientContext.ts +40 -43
  129. package/tsconfig.json +3 -3
  130. package/CHANGELOG.md +0 -14
  131. package/dist/index.js +0 -8017
  132. package/dist/index.js.map +0 -1
  133. package/dist/index.min.js +0 -1
  134. package/dist/index.min.js.map +0 -1
  135. package/dist-esm/src/index.d.ts +0 -6
  136. package/dist-esm/src/index.d.ts.map +0 -1
  137. package/dist-esm/src/index.js +0 -13
  138. package/dist-esm/src/index.js.map +0 -1
  139. package/dist-esm/src/lroImpl.d.ts +0 -16
  140. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  141. package/dist-esm/src/lroImpl.js +0 -29
  142. package/dist-esm/src/lroImpl.js.map +0 -1
  143. package/dist-esm/src/models/index.d.ts +0 -2307
  144. package/dist-esm/src/models/index.d.ts.map +0 -1
  145. package/dist-esm/src/models/index.js +0 -152
  146. package/dist-esm/src/models/index.js.map +0 -1
  147. package/dist-esm/src/models/mappers.d.ts +0 -194
  148. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  149. package/dist-esm/src/models/mappers.js.map +0 -1
  150. package/dist-esm/src/models/parameters.d.ts +0 -39
  151. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  152. package/dist-esm/src/models/parameters.js +0 -287
  153. package/dist-esm/src/models/parameters.js.map +0 -1
  154. package/dist-esm/src/operations/clusters.d.ts +0 -137
  155. package/dist-esm/src/operations/clusters.d.ts.map +0 -1
  156. package/dist-esm/src/operations/clusters.js +0 -627
  157. package/dist-esm/src/operations/clusters.js.map +0 -1
  158. package/dist-esm/src/operations/functions.d.ts +0 -107
  159. package/dist-esm/src/operations/functions.d.ts.map +0 -1
  160. package/dist-esm/src/operations/functions.js +0 -416
  161. package/dist-esm/src/operations/functions.js.map +0 -1
  162. package/dist-esm/src/operations/index.d.ts.map +0 -1
  163. package/dist-esm/src/operations/index.js +0 -17
  164. package/dist-esm/src/operations/index.js.map +0 -1
  165. package/dist-esm/src/operations/inputs.d.ts +0 -94
  166. package/dist-esm/src/operations/inputs.d.ts.map +0 -1
  167. package/dist-esm/src/operations/inputs.js +0 -377
  168. package/dist-esm/src/operations/inputs.js.map +0 -1
  169. package/dist-esm/src/operations/operations.d.ts +0 -32
  170. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  171. package/dist-esm/src/operations/operations.js +0 -120
  172. package/dist-esm/src/operations/operations.js.map +0 -1
  173. package/dist-esm/src/operations/outputs.d.ts +0 -95
  174. package/dist-esm/src/operations/outputs.d.ts.map +0 -1
  175. package/dist-esm/src/operations/outputs.js +0 -378
  176. package/dist-esm/src/operations/outputs.js.map +0 -1
  177. package/dist-esm/src/operations/privateEndpoints.d.ts +0 -73
  178. package/dist-esm/src/operations/privateEndpoints.d.ts.map +0 -1
  179. package/dist-esm/src/operations/privateEndpoints.js +0 -295
  180. package/dist-esm/src/operations/privateEndpoints.js.map +0 -1
  181. package/dist-esm/src/operations/streamingJobs.d.ts +0 -137
  182. package/dist-esm/src/operations/streamingJobs.d.ts.map +0 -1
  183. package/dist-esm/src/operations/streamingJobs.js +0 -619
  184. package/dist-esm/src/operations/streamingJobs.js.map +0 -1
  185. package/dist-esm/src/operations/subscriptions.d.ts +0 -96
  186. package/dist-esm/src/operations/subscriptions.d.ts.map +0 -1
  187. package/dist-esm/src/operations/subscriptions.js +0 -422
  188. package/dist-esm/src/operations/subscriptions.js.map +0 -1
  189. package/dist-esm/src/operations/transformations.d.ts +0 -46
  190. package/dist-esm/src/operations/transformations.d.ts.map +0 -1
  191. package/dist-esm/src/operations/transformations.js +0 -160
  192. package/dist-esm/src/operations/transformations.js.map +0 -1
  193. package/dist-esm/src/operationsInterfaces/clusters.d.ts +0 -84
  194. package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +0 -1
  195. package/dist-esm/src/operationsInterfaces/clusters.js +0 -9
  196. package/dist-esm/src/operationsInterfaces/clusters.js.map +0 -1
  197. package/dist-esm/src/operationsInterfaces/functions.d.ts +0 -82
  198. package/dist-esm/src/operationsInterfaces/functions.d.ts.map +0 -1
  199. package/dist-esm/src/operationsInterfaces/functions.js +0 -9
  200. package/dist-esm/src/operationsInterfaces/functions.js.map +0 -1
  201. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -10
  202. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  203. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  204. package/dist-esm/src/operationsInterfaces/inputs.d.ts +0 -69
  205. package/dist-esm/src/operationsInterfaces/inputs.d.ts.map +0 -1
  206. package/dist-esm/src/operationsInterfaces/inputs.js.map +0 -1
  207. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  208. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  209. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  210. package/dist-esm/src/operationsInterfaces/outputs.d.ts +0 -70
  211. package/dist-esm/src/operationsInterfaces/outputs.d.ts.map +0 -1
  212. package/dist-esm/src/operationsInterfaces/outputs.js +0 -9
  213. package/dist-esm/src/operationsInterfaces/outputs.js.map +0 -1
  214. package/dist-esm/src/operationsInterfaces/privateEndpoints.d.ts +0 -48
  215. package/dist-esm/src/operationsInterfaces/privateEndpoints.d.ts.map +0 -1
  216. package/dist-esm/src/operationsInterfaces/privateEndpoints.js +0 -9
  217. package/dist-esm/src/operationsInterfaces/privateEndpoints.js.map +0 -1
  218. package/dist-esm/src/operationsInterfaces/streamingJobs.d.ts +0 -101
  219. package/dist-esm/src/operationsInterfaces/streamingJobs.d.ts.map +0 -1
  220. package/dist-esm/src/operationsInterfaces/streamingJobs.js +0 -9
  221. package/dist-esm/src/operationsInterfaces/streamingJobs.js.map +0 -1
  222. package/dist-esm/src/operationsInterfaces/subscriptions.d.ts +0 -88
  223. package/dist-esm/src/operationsInterfaces/subscriptions.d.ts.map +0 -1
  224. package/dist-esm/src/operationsInterfaces/subscriptions.js +0 -9
  225. package/dist-esm/src/operationsInterfaces/subscriptions.js.map +0 -1
  226. package/dist-esm/src/operationsInterfaces/transformations.d.ts +0 -38
  227. package/dist-esm/src/operationsInterfaces/transformations.d.ts.map +0 -1
  228. package/dist-esm/src/operationsInterfaces/transformations.js +0 -9
  229. package/dist-esm/src/operationsInterfaces/transformations.js.map +0 -1
  230. package/dist-esm/src/streamAnalyticsManagementClient.d.ts +0 -23
  231. package/dist-esm/src/streamAnalyticsManagementClient.d.ts.map +0 -1
  232. package/dist-esm/src/streamAnalyticsManagementClient.js +0 -30
  233. package/dist-esm/src/streamAnalyticsManagementClient.js.map +0 -1
  234. package/dist-esm/src/streamAnalyticsManagementClientContext.d.ts +0 -15
  235. package/dist-esm/src/streamAnalyticsManagementClientContext.d.ts.map +0 -1
  236. package/dist-esm/src/streamAnalyticsManagementClientContext.js +0 -48
  237. package/dist-esm/src/streamAnalyticsManagementClientContext.js.map +0 -1
  238. package/dist-esm/test/sampleTest.d.ts +0 -2
  239. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  240. package/dist-esm/test/sampleTest.js +0 -40
  241. package/dist-esm/test/sampleTest.js.map +0 -1
  242. package/review/arm-streamanalytics.api.md +0 -1865
  243. package/src/index.ts +0 -13
  244. package/src/lroImpl.ts +0 -34
  245. package/src/operationsInterfaces/clusters.ts +0 -157
  246. package/src/operationsInterfaces/functions.ts +0 -148
  247. package/src/operationsInterfaces/index.ts +0 -17
  248. package/src/operationsInterfaces/inputs.ts +0 -128
  249. package/src/operationsInterfaces/operations.ts +0 -22
  250. package/src/operationsInterfaces/outputs.ts +0 -129
  251. package/src/operationsInterfaces/privateEndpoints.ts +0 -90
  252. package/src/operationsInterfaces/streamingJobs.ts +0 -176
  253. package/src/operationsInterfaces/subscriptions.ts +0 -173
  254. package/src/operationsInterfaces/transformations.ts +0 -71
  255. package/types/arm-streamanalytics.d.ts +0 -3207
  256. package/types/tsdoc-metadata.json +0 -11
@@ -1,90 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
10
- import { PollerLike, PollOperationState } from "@azure/core-lro";
11
- import {
12
- PrivateEndpoint,
13
- PrivateEndpointsListByClusterOptionalParams,
14
- PrivateEndpointsCreateOrUpdateOptionalParams,
15
- PrivateEndpointsCreateOrUpdateResponse,
16
- PrivateEndpointsGetOptionalParams,
17
- PrivateEndpointsGetResponse,
18
- PrivateEndpointsDeleteOptionalParams
19
- } from "../models";
20
-
21
- /// <reference lib="esnext.asynciterable" />
22
- /** Interface representing a PrivateEndpoints. */
23
- export interface PrivateEndpoints {
24
- /**
25
- * Lists the private endpoints in the cluster.
26
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
27
- * @param clusterName The name of the cluster.
28
- * @param options The options parameters.
29
- */
30
- listByCluster(
31
- resourceGroupName: string,
32
- clusterName: string,
33
- options?: PrivateEndpointsListByClusterOptionalParams
34
- ): PagedAsyncIterableIterator<PrivateEndpoint>;
35
- /**
36
- * Creates a Stream Analytics Private Endpoint or replaces an already existing Private Endpoint.
37
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
38
- * @param clusterName The name of the cluster.
39
- * @param privateEndpointName The name of the private endpoint.
40
- * @param privateEndpoint The definition of the private endpoint that will be used to create a new
41
- * cluster or replace the existing one.
42
- * @param options The options parameters.
43
- */
44
- createOrUpdate(
45
- resourceGroupName: string,
46
- clusterName: string,
47
- privateEndpointName: string,
48
- privateEndpoint: PrivateEndpoint,
49
- options?: PrivateEndpointsCreateOrUpdateOptionalParams
50
- ): Promise<PrivateEndpointsCreateOrUpdateResponse>;
51
- /**
52
- * Gets information about the specified Private Endpoint.
53
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
54
- * @param clusterName The name of the cluster.
55
- * @param privateEndpointName The name of the private endpoint.
56
- * @param options The options parameters.
57
- */
58
- get(
59
- resourceGroupName: string,
60
- clusterName: string,
61
- privateEndpointName: string,
62
- options?: PrivateEndpointsGetOptionalParams
63
- ): Promise<PrivateEndpointsGetResponse>;
64
- /**
65
- * Delete the specified private endpoint.
66
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
67
- * @param clusterName The name of the cluster.
68
- * @param privateEndpointName The name of the private endpoint.
69
- * @param options The options parameters.
70
- */
71
- beginDelete(
72
- resourceGroupName: string,
73
- clusterName: string,
74
- privateEndpointName: string,
75
- options?: PrivateEndpointsDeleteOptionalParams
76
- ): Promise<PollerLike<PollOperationState<void>, void>>;
77
- /**
78
- * Delete the specified private endpoint.
79
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
80
- * @param clusterName The name of the cluster.
81
- * @param privateEndpointName The name of the private endpoint.
82
- * @param options The options parameters.
83
- */
84
- beginDeleteAndWait(
85
- resourceGroupName: string,
86
- clusterName: string,
87
- privateEndpointName: string,
88
- options?: PrivateEndpointsDeleteOptionalParams
89
- ): Promise<void>;
90
- }
@@ -1,176 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
10
- import { PollerLike, PollOperationState } from "@azure/core-lro";
11
- import {
12
- StreamingJob,
13
- StreamingJobsListByResourceGroupOptionalParams,
14
- StreamingJobsListOptionalParams,
15
- StreamingJobsCreateOrReplaceOptionalParams,
16
- StreamingJobsCreateOrReplaceResponse,
17
- StreamingJobsUpdateOptionalParams,
18
- StreamingJobsUpdateResponse,
19
- StreamingJobsDeleteOptionalParams,
20
- StreamingJobsGetOptionalParams,
21
- StreamingJobsGetResponse,
22
- StreamingJobsStartOptionalParams,
23
- StreamingJobsStopOptionalParams
24
- } from "../models";
25
-
26
- /// <reference lib="esnext.asynciterable" />
27
- /** Interface representing a StreamingJobs. */
28
- export interface StreamingJobs {
29
- /**
30
- * Lists all of the streaming jobs in the specified resource group.
31
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
32
- * @param options The options parameters.
33
- */
34
- listByResourceGroup(
35
- resourceGroupName: string,
36
- options?: StreamingJobsListByResourceGroupOptionalParams
37
- ): PagedAsyncIterableIterator<StreamingJob>;
38
- /**
39
- * Lists all of the streaming jobs in the given subscription.
40
- * @param options The options parameters.
41
- */
42
- list(
43
- options?: StreamingJobsListOptionalParams
44
- ): PagedAsyncIterableIterator<StreamingJob>;
45
- /**
46
- * Creates a streaming job or replaces an already existing streaming job.
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 streamingJob The definition of the streaming job that will be used to create a new streaming
50
- * job or replace the existing one.
51
- * @param options The options parameters.
52
- */
53
- beginCreateOrReplace(
54
- resourceGroupName: string,
55
- jobName: string,
56
- streamingJob: StreamingJob,
57
- options?: StreamingJobsCreateOrReplaceOptionalParams
58
- ): Promise<
59
- PollerLike<
60
- PollOperationState<StreamingJobsCreateOrReplaceResponse>,
61
- StreamingJobsCreateOrReplaceResponse
62
- >
63
- >;
64
- /**
65
- * Creates a streaming job or replaces an already existing streaming job.
66
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
67
- * @param jobName The name of the streaming job.
68
- * @param streamingJob The definition of the streaming job that will be used to create a new streaming
69
- * job or replace the existing one.
70
- * @param options The options parameters.
71
- */
72
- beginCreateOrReplaceAndWait(
73
- resourceGroupName: string,
74
- jobName: string,
75
- streamingJob: StreamingJob,
76
- options?: StreamingJobsCreateOrReplaceOptionalParams
77
- ): Promise<StreamingJobsCreateOrReplaceResponse>;
78
- /**
79
- * Updates an existing streaming job. This can be used to partially update (ie. update one or two
80
- * properties) a streaming job without affecting the rest the job definition.
81
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
82
- * @param jobName The name of the streaming job.
83
- * @param streamingJob A streaming job object. The properties specified here will overwrite the
84
- * corresponding properties in the existing streaming job (ie. Those properties will be updated). Any
85
- * properties that are set to null here will mean that the corresponding property in the existing input
86
- * will remain the same and not change as a result of this PATCH operation.
87
- * @param options The options parameters.
88
- */
89
- update(
90
- resourceGroupName: string,
91
- jobName: string,
92
- streamingJob: StreamingJob,
93
- options?: StreamingJobsUpdateOptionalParams
94
- ): Promise<StreamingJobsUpdateResponse>;
95
- /**
96
- * Deletes a streaming job.
97
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
98
- * @param jobName The name of the streaming job.
99
- * @param options The options parameters.
100
- */
101
- beginDelete(
102
- resourceGroupName: string,
103
- jobName: string,
104
- options?: StreamingJobsDeleteOptionalParams
105
- ): Promise<PollerLike<PollOperationState<void>, void>>;
106
- /**
107
- * Deletes a streaming job.
108
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
109
- * @param jobName The name of the streaming job.
110
- * @param options The options parameters.
111
- */
112
- beginDeleteAndWait(
113
- resourceGroupName: string,
114
- jobName: string,
115
- options?: StreamingJobsDeleteOptionalParams
116
- ): Promise<void>;
117
- /**
118
- * Gets details about the specified streaming job.
119
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
120
- * @param jobName The name of the streaming job.
121
- * @param options The options parameters.
122
- */
123
- get(
124
- resourceGroupName: string,
125
- jobName: string,
126
- options?: StreamingJobsGetOptionalParams
127
- ): Promise<StreamingJobsGetResponse>;
128
- /**
129
- * Starts a streaming job. Once a job is started it will start processing input events and produce
130
- * output.
131
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
132
- * @param jobName The name of the streaming job.
133
- * @param options The options parameters.
134
- */
135
- beginStart(
136
- resourceGroupName: string,
137
- jobName: string,
138
- options?: StreamingJobsStartOptionalParams
139
- ): Promise<PollerLike<PollOperationState<void>, void>>;
140
- /**
141
- * Starts a streaming job. Once a job is started it will start processing input events and produce
142
- * output.
143
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
144
- * @param jobName The name of the streaming job.
145
- * @param options The options parameters.
146
- */
147
- beginStartAndWait(
148
- resourceGroupName: string,
149
- jobName: string,
150
- options?: StreamingJobsStartOptionalParams
151
- ): Promise<void>;
152
- /**
153
- * Stops a running streaming job. This will cause a running streaming job to stop processing input
154
- * events and producing output.
155
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
156
- * @param jobName The name of the streaming job.
157
- * @param options The options parameters.
158
- */
159
- beginStop(
160
- resourceGroupName: string,
161
- jobName: string,
162
- options?: StreamingJobsStopOptionalParams
163
- ): Promise<PollerLike<PollOperationState<void>, void>>;
164
- /**
165
- * Stops a running streaming job. This will cause a running streaming job to stop processing input
166
- * events and producing output.
167
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
168
- * @param jobName The name of the streaming job.
169
- * @param options The options parameters.
170
- */
171
- beginStopAndWait(
172
- resourceGroupName: string,
173
- jobName: string,
174
- options?: StreamingJobsStopOptionalParams
175
- ): Promise<void>;
176
- }
@@ -1,173 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import { PollerLike, PollOperationState } from "@azure/core-lro";
10
- import {
11
- SubscriptionsListQuotasOptionalParams,
12
- SubscriptionsListQuotasResponse,
13
- TestQuery,
14
- SubscriptionsTestQueryOptionalParams,
15
- SubscriptionsTestQueryResponse,
16
- CompileQuery,
17
- SubscriptionsCompileQueryOptionalParams,
18
- SubscriptionsCompileQueryResponse,
19
- SampleInput,
20
- SubscriptionsSampleInputOptionalParams,
21
- SubscriptionsSampleInputResponse,
22
- TestInput,
23
- SubscriptionsTestInputOptionalParams,
24
- SubscriptionsTestInputResponse,
25
- TestOutput,
26
- SubscriptionsTestOutputOptionalParams,
27
- SubscriptionsTestOutputResponse
28
- } from "../models";
29
-
30
- /** Interface representing a Subscriptions. */
31
- export interface Subscriptions {
32
- /**
33
- * Retrieves the subscription's current quota information in a particular region.
34
- * @param location The region to which the request is sent. You can find out which regions Azure Stream
35
- * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
36
- * @param options The options parameters.
37
- */
38
- listQuotas(
39
- location: string,
40
- options?: SubscriptionsListQuotasOptionalParams
41
- ): Promise<SubscriptionsListQuotasResponse>;
42
- /**
43
- * Test the Stream Analytics query on a sample input.
44
- * @param location The region to which the request is sent. You can find out which regions Azure Stream
45
- * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
46
- * @param testQuery The query testing object that defines the input, output, and transformation for the
47
- * query testing.
48
- * @param options The options parameters.
49
- */
50
- beginTestQuery(
51
- location: string,
52
- testQuery: TestQuery,
53
- options?: SubscriptionsTestQueryOptionalParams
54
- ): Promise<
55
- PollerLike<
56
- PollOperationState<SubscriptionsTestQueryResponse>,
57
- SubscriptionsTestQueryResponse
58
- >
59
- >;
60
- /**
61
- * Test the Stream Analytics query on a sample input.
62
- * @param location The region to which the request is sent. You can find out which regions Azure Stream
63
- * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
64
- * @param testQuery The query testing object that defines the input, output, and transformation for the
65
- * query testing.
66
- * @param options The options parameters.
67
- */
68
- beginTestQueryAndWait(
69
- location: string,
70
- testQuery: TestQuery,
71
- options?: SubscriptionsTestQueryOptionalParams
72
- ): Promise<SubscriptionsTestQueryResponse>;
73
- /**
74
- * Compile the Stream Analytics query.
75
- * @param location The region to which the request is sent. You can find out which regions Azure Stream
76
- * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
77
- * @param compileQuery The query compilation object which defines the input, output, and transformation
78
- * for the query compilation.
79
- * @param options The options parameters.
80
- */
81
- compileQuery(
82
- location: string,
83
- compileQuery: CompileQuery,
84
- options?: SubscriptionsCompileQueryOptionalParams
85
- ): Promise<SubscriptionsCompileQueryResponse>;
86
- /**
87
- * Sample the Stream Analytics input data.
88
- * @param location The region to which the request is sent. You can find out which regions Azure Stream
89
- * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
90
- * @param sampleInput Defines the necessary parameters for sampling the Stream Analytics input data.
91
- * @param options The options parameters.
92
- */
93
- beginSampleInput(
94
- location: string,
95
- sampleInput: SampleInput,
96
- options?: SubscriptionsSampleInputOptionalParams
97
- ): Promise<
98
- PollerLike<
99
- PollOperationState<SubscriptionsSampleInputResponse>,
100
- SubscriptionsSampleInputResponse
101
- >
102
- >;
103
- /**
104
- * Sample the Stream Analytics input data.
105
- * @param location The region to which the request is sent. You can find out which regions Azure Stream
106
- * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
107
- * @param sampleInput Defines the necessary parameters for sampling the Stream Analytics input data.
108
- * @param options The options parameters.
109
- */
110
- beginSampleInputAndWait(
111
- location: string,
112
- sampleInput: SampleInput,
113
- options?: SubscriptionsSampleInputOptionalParams
114
- ): Promise<SubscriptionsSampleInputResponse>;
115
- /**
116
- * Test the Stream Analytics input.
117
- * @param location The region to which the request is sent. You can find out which regions Azure Stream
118
- * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
119
- * @param testInput Defines the necessary parameters for testing the Stream Analytics input.
120
- * @param options The options parameters.
121
- */
122
- beginTestInput(
123
- location: string,
124
- testInput: TestInput,
125
- options?: SubscriptionsTestInputOptionalParams
126
- ): Promise<
127
- PollerLike<
128
- PollOperationState<SubscriptionsTestInputResponse>,
129
- SubscriptionsTestInputResponse
130
- >
131
- >;
132
- /**
133
- * Test the Stream Analytics input.
134
- * @param location The region to which the request is sent. You can find out which regions Azure Stream
135
- * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
136
- * @param testInput Defines the necessary parameters for testing the Stream Analytics input.
137
- * @param options The options parameters.
138
- */
139
- beginTestInputAndWait(
140
- location: string,
141
- testInput: TestInput,
142
- options?: SubscriptionsTestInputOptionalParams
143
- ): Promise<SubscriptionsTestInputResponse>;
144
- /**
145
- * Test the Stream Analytics output.
146
- * @param location The region to which the request is sent. You can find out which regions Azure Stream
147
- * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
148
- * @param testOutput Defines the necessary parameters for testing the Stream Analytics output.
149
- * @param options The options parameters.
150
- */
151
- beginTestOutput(
152
- location: string,
153
- testOutput: TestOutput,
154
- options?: SubscriptionsTestOutputOptionalParams
155
- ): Promise<
156
- PollerLike<
157
- PollOperationState<SubscriptionsTestOutputResponse>,
158
- SubscriptionsTestOutputResponse
159
- >
160
- >;
161
- /**
162
- * Test the Stream Analytics output.
163
- * @param location The region to which the request is sent. You can find out which regions Azure Stream
164
- * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
165
- * @param testOutput Defines the necessary parameters for testing the Stream Analytics output.
166
- * @param options The options parameters.
167
- */
168
- beginTestOutputAndWait(
169
- location: string,
170
- testOutput: TestOutput,
171
- options?: SubscriptionsTestOutputOptionalParams
172
- ): Promise<SubscriptionsTestOutputResponse>;
173
- }
@@ -1,71 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import {
10
- Transformation,
11
- TransformationsCreateOrReplaceOptionalParams,
12
- TransformationsCreateOrReplaceResponse,
13
- TransformationsUpdateOptionalParams,
14
- TransformationsUpdateResponse,
15
- TransformationsGetOptionalParams,
16
- TransformationsGetResponse
17
- } from "../models";
18
-
19
- /** Interface representing a Transformations. */
20
- export interface Transformations {
21
- /**
22
- * Creates a transformation or replaces an already existing transformation under an existing streaming
23
- * job.
24
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
25
- * @param jobName The name of the streaming job.
26
- * @param transformationName The name of the transformation.
27
- * @param transformation The definition of the transformation that will be used to create a new
28
- * transformation or replace the existing one under the streaming job.
29
- * @param options The options parameters.
30
- */
31
- createOrReplace(
32
- resourceGroupName: string,
33
- jobName: string,
34
- transformationName: string,
35
- transformation: Transformation,
36
- options?: TransformationsCreateOrReplaceOptionalParams
37
- ): Promise<TransformationsCreateOrReplaceResponse>;
38
- /**
39
- * Updates an existing transformation under an existing streaming job. This can be used to partially
40
- * update (ie. update one or two properties) a transformation without affecting the rest the job or
41
- * transformation definition.
42
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
43
- * @param jobName The name of the streaming job.
44
- * @param transformationName The name of the transformation.
45
- * @param transformation A Transformation object. The properties specified here will overwrite the
46
- * corresponding properties in the existing transformation (ie. Those properties will be updated). Any
47
- * properties that are set to null here will mean that the corresponding property in the existing
48
- * transformation will remain the same and not change as a result of this PATCH operation.
49
- * @param options The options parameters.
50
- */
51
- update(
52
- resourceGroupName: string,
53
- jobName: string,
54
- transformationName: string,
55
- transformation: Transformation,
56
- options?: TransformationsUpdateOptionalParams
57
- ): Promise<TransformationsUpdateResponse>;
58
- /**
59
- * Gets details about the specified transformation.
60
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
61
- * @param jobName The name of the streaming job.
62
- * @param transformationName The name of the transformation.
63
- * @param options The options parameters.
64
- */
65
- get(
66
- resourceGroupName: string,
67
- jobName: string,
68
- transformationName: string,
69
- options?: TransformationsGetOptionalParams
70
- ): Promise<TransformationsGetResponse>;
71
- }