@azure/arm-streamanalytics 3.0.0 → 4.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 (252) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/{LICENSE.txt → LICENSE} +1 -1
  3. package/README.md +70 -84
  4. package/dist/index.js +6818 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/index.d.ts +5 -0
  9. package/dist-esm/src/index.d.ts.map +1 -0
  10. package/dist-esm/src/index.js +12 -0
  11. package/dist-esm/src/index.js.map +1 -0
  12. package/dist-esm/src/lroImpl.d.ts +16 -0
  13. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  14. package/dist-esm/src/lroImpl.js +29 -0
  15. package/dist-esm/src/lroImpl.js.map +1 -0
  16. package/dist-esm/src/models/index.d.ts +1940 -0
  17. package/dist-esm/src/models/index.d.ts.map +1 -0
  18. package/dist-esm/src/models/index.js +132 -0
  19. package/dist-esm/src/models/index.js.map +1 -0
  20. package/dist-esm/src/models/mappers.d.ts +155 -0
  21. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  22. package/{esm → dist-esm/src}/models/mappers.js +1412 -2137
  23. package/dist-esm/src/models/mappers.js.map +1 -0
  24. package/dist-esm/src/models/parameters.d.ts +34 -0
  25. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  26. package/dist-esm/src/models/parameters.js +260 -0
  27. package/dist-esm/src/models/parameters.js.map +1 -0
  28. package/dist-esm/src/operations/clusters.d.ts +137 -0
  29. package/dist-esm/src/operations/clusters.d.ts.map +1 -0
  30. package/dist-esm/src/operations/clusters.js +627 -0
  31. package/dist-esm/src/operations/clusters.js.map +1 -0
  32. package/dist-esm/src/operations/functions.d.ts +107 -0
  33. package/dist-esm/src/operations/functions.d.ts.map +1 -0
  34. package/dist-esm/src/operations/functions.js +416 -0
  35. package/dist-esm/src/operations/functions.js.map +1 -0
  36. package/{esm → dist-esm/src}/operations/index.d.ts +4 -4
  37. package/dist-esm/src/operations/index.d.ts.map +1 -0
  38. package/{esm → dist-esm/src}/operations/index.js +5 -6
  39. package/dist-esm/src/operations/index.js.map +1 -0
  40. package/dist-esm/src/operations/inputs.d.ts +94 -0
  41. package/dist-esm/src/operations/inputs.d.ts.map +1 -0
  42. package/dist-esm/src/operations/inputs.js +377 -0
  43. package/dist-esm/src/operations/inputs.js.map +1 -0
  44. package/dist-esm/src/operations/operations.d.ts +32 -0
  45. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  46. package/dist-esm/src/operations/operations.js +120 -0
  47. package/dist-esm/src/operations/operations.js.map +1 -0
  48. package/dist-esm/src/operations/outputs.d.ts +95 -0
  49. package/dist-esm/src/operations/outputs.d.ts.map +1 -0
  50. package/dist-esm/src/operations/outputs.js +378 -0
  51. package/dist-esm/src/operations/outputs.js.map +1 -0
  52. package/dist-esm/src/operations/privateEndpoints.d.ts +73 -0
  53. package/dist-esm/src/operations/privateEndpoints.d.ts.map +1 -0
  54. package/dist-esm/src/operations/privateEndpoints.js +295 -0
  55. package/dist-esm/src/operations/privateEndpoints.js.map +1 -0
  56. package/dist-esm/src/operations/streamingJobs.d.ts +151 -0
  57. package/dist-esm/src/operations/streamingJobs.d.ts.map +1 -0
  58. package/dist-esm/src/operations/streamingJobs.js +692 -0
  59. package/dist-esm/src/operations/streamingJobs.js.map +1 -0
  60. package/dist-esm/src/operations/subscriptions.d.ts +21 -0
  61. package/dist-esm/src/operations/subscriptions.d.ts.map +1 -0
  62. package/dist-esm/src/operations/subscriptions.js +53 -0
  63. package/dist-esm/src/operations/subscriptions.js.map +1 -0
  64. package/dist-esm/src/operations/transformations.d.ts +46 -0
  65. package/dist-esm/src/operations/transformations.d.ts.map +1 -0
  66. package/dist-esm/src/operations/transformations.js +160 -0
  67. package/dist-esm/src/operations/transformations.js.map +1 -0
  68. package/dist-esm/src/operationsInterfaces/clusters.d.ts +84 -0
  69. package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +1 -0
  70. package/dist-esm/src/operationsInterfaces/clusters.js +9 -0
  71. package/dist-esm/src/operationsInterfaces/clusters.js.map +1 -0
  72. package/dist-esm/src/operationsInterfaces/functions.d.ts +82 -0
  73. package/dist-esm/src/operationsInterfaces/functions.d.ts.map +1 -0
  74. package/dist-esm/src/operationsInterfaces/functions.js +9 -0
  75. package/dist-esm/src/operationsInterfaces/functions.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/index.d.ts +10 -0
  77. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  78. package/dist-esm/src/operationsInterfaces/index.js +17 -0
  79. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/inputs.d.ts +69 -0
  81. package/dist-esm/src/operationsInterfaces/inputs.d.ts.map +1 -0
  82. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/inputs.js} +2 -1
  83. package/dist-esm/src/operationsInterfaces/inputs.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  85. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  86. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  87. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/outputs.d.ts +70 -0
  89. package/dist-esm/src/operationsInterfaces/outputs.d.ts.map +1 -0
  90. package/dist-esm/src/operationsInterfaces/outputs.js +9 -0
  91. package/dist-esm/src/operationsInterfaces/outputs.js.map +1 -0
  92. package/dist-esm/src/operationsInterfaces/privateEndpoints.d.ts +48 -0
  93. package/dist-esm/src/operationsInterfaces/privateEndpoints.d.ts.map +1 -0
  94. package/dist-esm/src/operationsInterfaces/privateEndpoints.js +9 -0
  95. package/dist-esm/src/operationsInterfaces/privateEndpoints.js.map +1 -0
  96. package/dist-esm/src/operationsInterfaces/streamingJobs.d.ts +115 -0
  97. package/dist-esm/src/operationsInterfaces/streamingJobs.d.ts.map +1 -0
  98. package/dist-esm/src/operationsInterfaces/streamingJobs.js +9 -0
  99. package/dist-esm/src/operationsInterfaces/streamingJobs.js.map +1 -0
  100. package/dist-esm/src/operationsInterfaces/subscriptions.d.ts +13 -0
  101. package/dist-esm/src/operationsInterfaces/subscriptions.d.ts.map +1 -0
  102. package/dist-esm/src/operationsInterfaces/subscriptions.js +9 -0
  103. package/dist-esm/src/operationsInterfaces/subscriptions.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/transformations.d.ts +38 -0
  105. package/dist-esm/src/operationsInterfaces/transformations.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/transformations.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/transformations.js.map +1 -0
  108. package/dist-esm/src/streamAnalyticsManagementClient.d.ts +26 -0
  109. package/dist-esm/src/streamAnalyticsManagementClient.d.ts.map +1 -0
  110. package/dist-esm/src/streamAnalyticsManagementClient.js +59 -0
  111. package/dist-esm/src/streamAnalyticsManagementClient.js.map +1 -0
  112. package/dist-esm/test/sampleTest.d.ts +2 -0
  113. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  114. package/dist-esm/test/sampleTest.js +40 -0
  115. package/dist-esm/test/sampleTest.js.map +1 -0
  116. package/package.json +65 -32
  117. package/review/arm-streamanalytics.api.md +1598 -0
  118. package/rollup.config.js +181 -30
  119. package/src/{models/operationsMappers.ts → index.ts} +4 -12
  120. package/src/lroImpl.ts +34 -0
  121. package/src/models/index.ts +1943 -4505
  122. package/src/models/mappers.ts +1393 -2127
  123. package/src/models/parameters.ts +180 -90
  124. package/src/operations/clusters.ts +640 -393
  125. package/src/operations/functions.ts +366 -375
  126. package/src/operations/index.ts +5 -6
  127. package/src/operations/inputs.ts +337 -326
  128. package/src/operations/operations.ts +85 -73
  129. package/src/operations/outputs.ts +337 -325
  130. package/src/operations/privateEndpoints.ts +276 -209
  131. package/src/operations/streamingJobs.ts +686 -398
  132. package/src/operations/subscriptions.ts +36 -376
  133. package/src/operations/transformations.ts +104 -162
  134. package/src/operationsInterfaces/clusters.ts +157 -0
  135. package/src/operationsInterfaces/functions.ts +148 -0
  136. package/src/operationsInterfaces/index.ts +17 -0
  137. package/src/operationsInterfaces/inputs.ts +128 -0
  138. package/src/operationsInterfaces/operations.ts +22 -0
  139. package/src/operationsInterfaces/outputs.ts +129 -0
  140. package/src/operationsInterfaces/privateEndpoints.ts +90 -0
  141. package/src/operationsInterfaces/streamingJobs.ts +199 -0
  142. package/src/operationsInterfaces/subscriptions.ts +27 -0
  143. package/src/operationsInterfaces/transformations.ts +71 -0
  144. package/src/streamAnalyticsManagementClient.ts +97 -49
  145. package/tsconfig.json +3 -3
  146. package/types/arm-streamanalytics.d.ts +2730 -0
  147. package/types/tsdoc-metadata.json +11 -0
  148. package/dist/arm-streamanalytics.js +0 -7772
  149. package/dist/arm-streamanalytics.js.map +0 -1
  150. package/dist/arm-streamanalytics.min.js +0 -1
  151. package/dist/arm-streamanalytics.min.js.map +0 -1
  152. package/esm/models/clustersMappers.d.ts +0 -2
  153. package/esm/models/clustersMappers.d.ts.map +0 -1
  154. package/esm/models/clustersMappers.js +0 -9
  155. package/esm/models/clustersMappers.js.map +0 -1
  156. package/esm/models/functionsMappers.d.ts +0 -2
  157. package/esm/models/functionsMappers.d.ts.map +0 -1
  158. package/esm/models/functionsMappers.js +0 -9
  159. package/esm/models/functionsMappers.js.map +0 -1
  160. package/esm/models/index.d.ts +0 -4514
  161. package/esm/models/index.d.ts.map +0 -1
  162. package/esm/models/index.js.map +0 -1
  163. package/esm/models/inputsMappers.d.ts +0 -2
  164. package/esm/models/inputsMappers.d.ts.map +0 -1
  165. package/esm/models/inputsMappers.js +0 -9
  166. package/esm/models/inputsMappers.js.map +0 -1
  167. package/esm/models/mappers.d.ts +0 -185
  168. package/esm/models/mappers.d.ts.map +0 -1
  169. package/esm/models/mappers.js.map +0 -1
  170. package/esm/models/operationsMappers.d.ts +0 -2
  171. package/esm/models/operationsMappers.d.ts.map +0 -1
  172. package/esm/models/operationsMappers.js +0 -9
  173. package/esm/models/operationsMappers.js.map +0 -1
  174. package/esm/models/outputsMappers.d.ts +0 -2
  175. package/esm/models/outputsMappers.d.ts.map +0 -1
  176. package/esm/models/outputsMappers.js +0 -9
  177. package/esm/models/outputsMappers.js.map +0 -1
  178. package/esm/models/parameters.d.ts +0 -20
  179. package/esm/models/parameters.d.ts.map +0 -1
  180. package/esm/models/parameters.js +0 -216
  181. package/esm/models/parameters.js.map +0 -1
  182. package/esm/models/privateEndpointsMappers.d.ts +0 -2
  183. package/esm/models/privateEndpointsMappers.d.ts.map +0 -1
  184. package/esm/models/privateEndpointsMappers.js +0 -9
  185. package/esm/models/privateEndpointsMappers.js.map +0 -1
  186. package/esm/models/streamingJobsMappers.d.ts +0 -2
  187. package/esm/models/streamingJobsMappers.d.ts.map +0 -1
  188. package/esm/models/streamingJobsMappers.js +0 -9
  189. package/esm/models/streamingJobsMappers.js.map +0 -1
  190. package/esm/models/subscriptionsMappers.d.ts +0 -2
  191. package/esm/models/subscriptionsMappers.d.ts.map +0 -1
  192. package/esm/models/subscriptionsMappers.js +0 -9
  193. package/esm/models/subscriptionsMappers.js.map +0 -1
  194. package/esm/models/transformationsMappers.d.ts +0 -2
  195. package/esm/models/transformationsMappers.d.ts.map +0 -1
  196. package/esm/models/transformationsMappers.js +0 -9
  197. package/esm/models/transformationsMappers.js.map +0 -1
  198. package/esm/operations/clusters.d.ts +0 -201
  199. package/esm/operations/clusters.d.ts.map +0 -1
  200. package/esm/operations/clusters.js +0 -406
  201. package/esm/operations/clusters.js.map +0 -1
  202. package/esm/operations/functions.d.ts +0 -215
  203. package/esm/operations/functions.d.ts.map +0 -1
  204. package/esm/operations/functions.js +0 -348
  205. package/esm/operations/functions.js.map +0 -1
  206. package/esm/operations/index.d.ts.map +0 -1
  207. package/esm/operations/index.js.map +0 -1
  208. package/esm/operations/inputs.d.ts +0 -189
  209. package/esm/operations/inputs.d.ts.map +0 -1
  210. package/esm/operations/inputs.js +0 -306
  211. package/esm/operations/inputs.js.map +0 -1
  212. package/esm/operations/operations.d.ts +0 -46
  213. package/esm/operations/operations.d.ts.map +0 -1
  214. package/esm/operations/operations.js +0 -79
  215. package/esm/operations/operations.js.map +0 -1
  216. package/esm/operations/outputs.d.ts +0 -189
  217. package/esm/operations/outputs.d.ts.map +0 -1
  218. package/esm/operations/outputs.js +0 -306
  219. package/esm/operations/outputs.js.map +0 -1
  220. package/esm/operations/privateEndpoints.d.ts +0 -125
  221. package/esm/operations/privateEndpoints.d.ts.map +0 -1
  222. package/esm/operations/privateEndpoints.js +0 -216
  223. package/esm/operations/privateEndpoints.js.map +0 -1
  224. package/esm/operations/streamingJobs.d.ts +0 -210
  225. package/esm/operations/streamingJobs.d.ts.map +0 -1
  226. package/esm/operations/streamingJobs.js +0 -440
  227. package/esm/operations/streamingJobs.js.map +0 -1
  228. package/esm/operations/subscriptions.d.ts +0 -138
  229. package/esm/operations/subscriptions.d.ts.map +0 -1
  230. package/esm/operations/subscriptions.js +0 -311
  231. package/esm/operations/subscriptions.js.map +0 -1
  232. package/esm/operations/transformations.d.ts +0 -106
  233. package/esm/operations/transformations.d.ts.map +0 -1
  234. package/esm/operations/transformations.js +0 -149
  235. package/esm/operations/transformations.js.map +0 -1
  236. package/esm/streamAnalyticsManagementClient.d.ts +0 -32
  237. package/esm/streamAnalyticsManagementClient.d.ts.map +0 -1
  238. package/esm/streamAnalyticsManagementClient.js +0 -45
  239. package/esm/streamAnalyticsManagementClient.js.map +0 -1
  240. package/esm/streamAnalyticsManagementClientContext.d.ts +0 -21
  241. package/esm/streamAnalyticsManagementClientContext.d.ts.map +0 -1
  242. package/esm/streamAnalyticsManagementClientContext.js +0 -59
  243. package/esm/streamAnalyticsManagementClientContext.js.map +0 -1
  244. package/src/models/clustersMappers.ts +0 -96
  245. package/src/models/functionsMappers.ts +0 -104
  246. package/src/models/inputsMappers.ts +0 -99
  247. package/src/models/outputsMappers.ts +0 -99
  248. package/src/models/privateEndpointsMappers.ts +0 -94
  249. package/src/models/streamingJobsMappers.ts +0 -98
  250. package/src/models/subscriptionsMappers.ts +0 -104
  251. package/src/models/transformationsMappers.ts +0 -96
  252. package/src/streamAnalyticsManagementClientContext.ts +0 -65
@@ -1,306 +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
7
- * regenerated.
8
- */
9
- import { __assign } from "tslib";
10
- import * as msRest from "@azure/ms-rest-js";
11
- import * as Mappers from "../models/inputsMappers";
12
- import * as Parameters from "../models/parameters";
13
- /** Class representing a Inputs. */
14
- var Inputs = /** @class */ (function () {
15
- /**
16
- * Create a Inputs.
17
- * @param {StreamAnalyticsManagementClientContext} client Reference to the service client.
18
- */
19
- function Inputs(client) {
20
- this.client = client;
21
- }
22
- Inputs.prototype.createOrReplace = function (input, resourceGroupName, jobName, inputName, options, callback) {
23
- return this.client.sendOperationRequest({
24
- input: input,
25
- resourceGroupName: resourceGroupName,
26
- jobName: jobName,
27
- inputName: inputName,
28
- options: options
29
- }, createOrReplaceOperationSpec, callback);
30
- };
31
- Inputs.prototype.update = function (input, resourceGroupName, jobName, inputName, options, callback) {
32
- return this.client.sendOperationRequest({
33
- input: input,
34
- resourceGroupName: resourceGroupName,
35
- jobName: jobName,
36
- inputName: inputName,
37
- options: options
38
- }, updateOperationSpec, callback);
39
- };
40
- Inputs.prototype.deleteMethod = function (resourceGroupName, jobName, inputName, options, callback) {
41
- return this.client.sendOperationRequest({
42
- resourceGroupName: resourceGroupName,
43
- jobName: jobName,
44
- inputName: inputName,
45
- options: options
46
- }, deleteMethodOperationSpec, callback);
47
- };
48
- Inputs.prototype.get = function (resourceGroupName, jobName, inputName, options, callback) {
49
- return this.client.sendOperationRequest({
50
- resourceGroupName: resourceGroupName,
51
- jobName: jobName,
52
- inputName: inputName,
53
- options: options
54
- }, getOperationSpec, callback);
55
- };
56
- Inputs.prototype.listByStreamingJob = function (resourceGroupName, jobName, options, callback) {
57
- return this.client.sendOperationRequest({
58
- resourceGroupName: resourceGroupName,
59
- jobName: jobName,
60
- options: options
61
- }, listByStreamingJobOperationSpec, callback);
62
- };
63
- /**
64
- * Tests whether an input’s datasource is reachable and usable by the Azure Stream Analytics
65
- * service.
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 inputName The name of the input.
69
- * @param [options] The optional parameters
70
- * @returns Promise<Models.InputsTestResponse>
71
- */
72
- Inputs.prototype.test = function (resourceGroupName, jobName, inputName, options) {
73
- return this.beginTest(resourceGroupName, jobName, inputName, options)
74
- .then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
75
- };
76
- /**
77
- * Tests whether an input’s datasource is reachable and usable by the Azure Stream Analytics
78
- * service.
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 inputName The name of the input.
82
- * @param [options] The optional parameters
83
- * @returns Promise<msRestAzure.LROPoller>
84
- */
85
- Inputs.prototype.beginTest = function (resourceGroupName, jobName, inputName, options) {
86
- return this.client.sendLRORequest({
87
- resourceGroupName: resourceGroupName,
88
- jobName: jobName,
89
- inputName: inputName,
90
- options: options
91
- }, beginTestOperationSpec, options);
92
- };
93
- Inputs.prototype.listByStreamingJobNext = function (nextPageLink, options, callback) {
94
- return this.client.sendOperationRequest({
95
- nextPageLink: nextPageLink,
96
- options: options
97
- }, listByStreamingJobNextOperationSpec, callback);
98
- };
99
- return Inputs;
100
- }());
101
- export { Inputs };
102
- // Operation Specifications
103
- var serializer = new msRest.Serializer(Mappers);
104
- var createOrReplaceOperationSpec = {
105
- httpMethod: "PUT",
106
- path: "subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs/{inputName}",
107
- urlParameters: [
108
- Parameters.subscriptionId,
109
- Parameters.resourceGroupName,
110
- Parameters.jobName,
111
- Parameters.inputName
112
- ],
113
- queryParameters: [
114
- Parameters.apiVersion0
115
- ],
116
- headerParameters: [
117
- Parameters.ifMatch,
118
- Parameters.ifNoneMatch,
119
- Parameters.acceptLanguage
120
- ],
121
- requestBody: {
122
- parameterPath: "input",
123
- mapper: __assign(__assign({}, Mappers.Input), { required: true })
124
- },
125
- responses: {
126
- 200: {
127
- bodyMapper: Mappers.Input,
128
- headersMapper: Mappers.InputsCreateOrReplaceHeaders
129
- },
130
- 201: {
131
- bodyMapper: Mappers.Input,
132
- headersMapper: Mappers.InputsCreateOrReplaceHeaders
133
- },
134
- default: {
135
- bodyMapper: Mappers.ErrorModel,
136
- headersMapper: Mappers.InputsCreateOrReplaceHeaders
137
- }
138
- },
139
- serializer: serializer
140
- };
141
- var updateOperationSpec = {
142
- httpMethod: "PATCH",
143
- path: "subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs/{inputName}",
144
- urlParameters: [
145
- Parameters.subscriptionId,
146
- Parameters.resourceGroupName,
147
- Parameters.jobName,
148
- Parameters.inputName
149
- ],
150
- queryParameters: [
151
- Parameters.apiVersion0
152
- ],
153
- headerParameters: [
154
- Parameters.ifMatch,
155
- Parameters.acceptLanguage
156
- ],
157
- requestBody: {
158
- parameterPath: "input",
159
- mapper: __assign(__assign({}, Mappers.Input), { required: true })
160
- },
161
- responses: {
162
- 200: {
163
- bodyMapper: Mappers.Input,
164
- headersMapper: Mappers.InputsUpdateHeaders
165
- },
166
- default: {
167
- bodyMapper: Mappers.ErrorModel,
168
- headersMapper: Mappers.InputsUpdateHeaders
169
- }
170
- },
171
- serializer: serializer
172
- };
173
- var deleteMethodOperationSpec = {
174
- httpMethod: "DELETE",
175
- path: "subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs/{inputName}",
176
- urlParameters: [
177
- Parameters.subscriptionId,
178
- Parameters.resourceGroupName,
179
- Parameters.jobName,
180
- Parameters.inputName
181
- ],
182
- queryParameters: [
183
- Parameters.apiVersion0
184
- ],
185
- headerParameters: [
186
- Parameters.acceptLanguage
187
- ],
188
- responses: {
189
- 200: {},
190
- 204: {},
191
- default: {
192
- bodyMapper: Mappers.ErrorModel
193
- }
194
- },
195
- serializer: serializer
196
- };
197
- var getOperationSpec = {
198
- httpMethod: "GET",
199
- path: "subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs/{inputName}",
200
- urlParameters: [
201
- Parameters.subscriptionId,
202
- Parameters.resourceGroupName,
203
- Parameters.jobName,
204
- Parameters.inputName
205
- ],
206
- queryParameters: [
207
- Parameters.apiVersion0
208
- ],
209
- headerParameters: [
210
- Parameters.acceptLanguage
211
- ],
212
- responses: {
213
- 200: {
214
- bodyMapper: Mappers.Input,
215
- headersMapper: Mappers.InputsGetHeaders
216
- },
217
- default: {
218
- bodyMapper: Mappers.ErrorModel,
219
- headersMapper: Mappers.InputsGetHeaders
220
- }
221
- },
222
- serializer: serializer
223
- };
224
- var listByStreamingJobOperationSpec = {
225
- httpMethod: "GET",
226
- path: "subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs",
227
- urlParameters: [
228
- Parameters.subscriptionId,
229
- Parameters.resourceGroupName,
230
- Parameters.jobName
231
- ],
232
- queryParameters: [
233
- Parameters.select,
234
- Parameters.apiVersion0
235
- ],
236
- headerParameters: [
237
- Parameters.acceptLanguage
238
- ],
239
- responses: {
240
- 200: {
241
- bodyMapper: Mappers.InputListResult
242
- },
243
- default: {
244
- bodyMapper: Mappers.ErrorModel
245
- }
246
- },
247
- serializer: serializer
248
- };
249
- var beginTestOperationSpec = {
250
- httpMethod: "POST",
251
- path: "subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs/{inputName}/test",
252
- urlParameters: [
253
- Parameters.subscriptionId,
254
- Parameters.resourceGroupName,
255
- Parameters.jobName,
256
- Parameters.inputName
257
- ],
258
- queryParameters: [
259
- Parameters.apiVersion0
260
- ],
261
- headerParameters: [
262
- Parameters.acceptLanguage
263
- ],
264
- requestBody: {
265
- parameterPath: [
266
- "options",
267
- "input"
268
- ],
269
- mapper: Mappers.Input
270
- },
271
- responses: {
272
- 200: {
273
- bodyMapper: Mappers.ResourceTestStatus
274
- },
275
- 202: {},
276
- default: {
277
- bodyMapper: Mappers.ErrorModel
278
- }
279
- },
280
- serializer: serializer
281
- };
282
- var listByStreamingJobNextOperationSpec = {
283
- httpMethod: "GET",
284
- baseUrl: "https://management.azure.com",
285
- path: "{nextLink}",
286
- urlParameters: [
287
- Parameters.nextPageLink
288
- ],
289
- queryParameters: [
290
- Parameters.select,
291
- Parameters.apiVersion0
292
- ],
293
- headerParameters: [
294
- Parameters.acceptLanguage
295
- ],
296
- responses: {
297
- 200: {
298
- bodyMapper: Mappers.InputListResult
299
- },
300
- default: {
301
- bodyMapper: Mappers.ErrorModel
302
- }
303
- },
304
- serializer: serializer
305
- };
306
- //# sourceMappingURL=inputs.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"inputs.js","sourceRoot":"","sources":["../../src/operations/inputs.ts"],"names":[],"mappings":"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"}
@@ -1,46 +0,0 @@
1
- import * as msRest from "@azure/ms-rest-js";
2
- import * as Models from "../models";
3
- import { StreamAnalyticsManagementClientContext } from "../streamAnalyticsManagementClientContext";
4
- /** Class representing a Operations. */
5
- export declare class Operations {
6
- private readonly client;
7
- /**
8
- * Create a Operations.
9
- * @param {StreamAnalyticsManagementClientContext} client Reference to the service client.
10
- */
11
- constructor(client: StreamAnalyticsManagementClientContext);
12
- /**
13
- * Lists all of the available Stream Analytics related operations.
14
- * @param [options] The optional parameters
15
- * @returns Promise<Models.OperationsListResponse>
16
- */
17
- list(options?: msRest.RequestOptionsBase): Promise<Models.OperationsListResponse>;
18
- /**
19
- * @param callback The callback
20
- */
21
- list(callback: msRest.ServiceCallback<Models.OperationListResult>): void;
22
- /**
23
- * @param options The optional parameters
24
- * @param callback The callback
25
- */
26
- list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;
27
- /**
28
- * Lists all of the available Stream Analytics related operations.
29
- * @param nextPageLink The NextLink from the previous successful call to List operation.
30
- * @param [options] The optional parameters
31
- * @returns Promise<Models.OperationsListNextResponse>
32
- */
33
- listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationsListNextResponse>;
34
- /**
35
- * @param nextPageLink The NextLink from the previous successful call to List operation.
36
- * @param callback The callback
37
- */
38
- listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.OperationListResult>): void;
39
- /**
40
- * @param nextPageLink The NextLink from the previous successful call to List operation.
41
- * @param options The optional parameters
42
- * @param callback The callback
43
- */
44
- listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;
45
- }
46
- //# sourceMappingURL=operations.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../src/operations/operations.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,sCAAsC,EAAE,MAAM,2CAA2C,CAAC;AAEnG,uCAAuC;AACvC,qBAAa,UAAU;IACrB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyC;IAEhE;;;OAGG;gBACS,MAAM,EAAE,sCAAsC;IAI1D;;;;OAIG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,sBAAsB,CAAC;IACjF;;OAEG;IACH,IAAI,CAAC,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,mBAAmB,CAAC,GAAG,IAAI;IACxE;;;OAGG;IACH,IAAI,CAAC,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,mBAAmB,CAAC,GAAG,IAAI;IAU5G;;;;;OAKG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,0BAA0B,CAAC;IAC/G;;;OAGG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,mBAAmB,CAAC,GAAG,IAAI;IAClG;;;;OAIG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,mBAAmB,CAAC,GAAG,IAAI;CAUvI"}
@@ -1,79 +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
7
- * regenerated.
8
- */
9
- import * as msRest from "@azure/ms-rest-js";
10
- import * as Mappers from "../models/operationsMappers";
11
- import * as Parameters from "../models/parameters";
12
- /** Class representing a Operations. */
13
- var Operations = /** @class */ (function () {
14
- /**
15
- * Create a Operations.
16
- * @param {StreamAnalyticsManagementClientContext} client Reference to the service client.
17
- */
18
- function Operations(client) {
19
- this.client = client;
20
- }
21
- Operations.prototype.list = function (options, callback) {
22
- return this.client.sendOperationRequest({
23
- options: options
24
- }, listOperationSpec, callback);
25
- };
26
- Operations.prototype.listNext = function (nextPageLink, options, callback) {
27
- return this.client.sendOperationRequest({
28
- nextPageLink: nextPageLink,
29
- options: options
30
- }, listNextOperationSpec, callback);
31
- };
32
- return Operations;
33
- }());
34
- export { Operations };
35
- // Operation Specifications
36
- var serializer = new msRest.Serializer(Mappers);
37
- var listOperationSpec = {
38
- httpMethod: "GET",
39
- path: "providers/Microsoft.StreamAnalytics/operations",
40
- queryParameters: [
41
- Parameters.apiVersion0
42
- ],
43
- headerParameters: [
44
- Parameters.acceptLanguage
45
- ],
46
- responses: {
47
- 200: {
48
- bodyMapper: Mappers.OperationListResult
49
- },
50
- default: {
51
- bodyMapper: Mappers.ErrorModel
52
- }
53
- },
54
- serializer: serializer
55
- };
56
- var listNextOperationSpec = {
57
- httpMethod: "GET",
58
- baseUrl: "https://management.azure.com",
59
- path: "{nextLink}",
60
- urlParameters: [
61
- Parameters.nextPageLink
62
- ],
63
- queryParameters: [
64
- Parameters.apiVersion0
65
- ],
66
- headerParameters: [
67
- Parameters.acceptLanguage
68
- ],
69
- responses: {
70
- 200: {
71
- bodyMapper: Mappers.OperationListResult
72
- },
73
- default: {
74
- bodyMapper: Mappers.ErrorModel
75
- }
76
- },
77
- serializer: serializer
78
- };
79
- //# sourceMappingURL=operations.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"operations.js","sourceRoot":"","sources":["../../src/operations/operations.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,OAAO,KAAK,OAAO,MAAM,6BAA6B,CAAC;AACvD,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAGnD,uCAAuC;AACvC;IAGE;;;OAGG;IACH,oBAAY,MAA8C;QACxD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAiBD,yBAAI,GAAJ,UAAK,OAAwF,EAAE,QAA6D;QAC1J,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,OAAO,SAAA;SACR,EACD,iBAAiB,EACjB,QAAQ,CAA2C,CAAC;IACxD,CAAC;IAoBD,6BAAQ,GAAR,UAAS,YAAoB,EAAE,OAAwF,EAAE,QAA6D;QACpL,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,YAAY,cAAA;YACZ,OAAO,SAAA;SACR,EACD,qBAAqB,EACrB,QAAQ,CAA+C,CAAC;IAC5D,CAAC;IACH,iBAAC;AAAD,CAAC,AA9DD,IA8DC;;AAED,2BAA2B;AAC3B,IAAM,UAAU,GAAG,IAAI,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;AAClD,IAAM,iBAAiB,GAAyB;IAC9C,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,gDAAgD;IACtD,eAAe,EAAE;QACf,UAAU,CAAC,WAAW;KACvB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mBAAmB;SACxC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,UAAU,YAAA;CACX,CAAC;AAEF,IAAM,qBAAqB,GAAyB;IAClD,UAAU,EAAE,KAAK;IACjB,OAAO,EAAE,8BAA8B;IACvC,IAAI,EAAE,YAAY;IAClB,aAAa,EAAE;QACb,UAAU,CAAC,YAAY;KACxB;IACD,eAAe,EAAE;QACf,UAAU,CAAC,WAAW;KACvB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mBAAmB;SACxC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,UAAU,YAAA;CACX,CAAC"}
@@ -1,189 +0,0 @@
1
- import * as msRest from "@azure/ms-rest-js";
2
- import * as msRestAzure from "@azure/ms-rest-azure-js";
3
- import * as Models from "../models";
4
- import { StreamAnalyticsManagementClientContext } from "../streamAnalyticsManagementClientContext";
5
- /** Class representing a Outputs. */
6
- export declare class Outputs {
7
- private readonly client;
8
- /**
9
- * Create a Outputs.
10
- * @param {StreamAnalyticsManagementClientContext} client Reference to the service client.
11
- */
12
- constructor(client: StreamAnalyticsManagementClientContext);
13
- /**
14
- * Creates an output or replaces an already existing output under an existing streaming job.
15
- * @param output The definition of the output that will be used to create a new output or replace
16
- * the existing one under the streaming job.
17
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
18
- * @param jobName The name of the streaming job.
19
- * @param outputName The name of the output.
20
- * @param [options] The optional parameters
21
- * @returns Promise<Models.OutputsCreateOrReplaceResponse>
22
- */
23
- createOrReplace(output: Models.Output, resourceGroupName: string, jobName: string, outputName: string, options?: Models.OutputsCreateOrReplaceOptionalParams): Promise<Models.OutputsCreateOrReplaceResponse>;
24
- /**
25
- * @param output The definition of the output that will be used to create a new output or replace
26
- * the existing one under the streaming job.
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 callback The callback
31
- */
32
- createOrReplace(output: Models.Output, resourceGroupName: string, jobName: string, outputName: string, callback: msRest.ServiceCallback<Models.Output>): void;
33
- /**
34
- * @param output The definition of the output that will be used to create a new output or replace
35
- * the existing one under the streaming job.
36
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
37
- * @param jobName The name of the streaming job.
38
- * @param outputName The name of the output.
39
- * @param options The optional parameters
40
- * @param callback The callback
41
- */
42
- createOrReplace(output: Models.Output, resourceGroupName: string, jobName: string, outputName: string, options: Models.OutputsCreateOrReplaceOptionalParams, callback: msRest.ServiceCallback<Models.Output>): void;
43
- /**
44
- * Updates an existing output under an existing streaming job. This can be used to partially update
45
- * (ie. update one or two properties) an output without affecting the rest the job or output
46
- * definition.
47
- * @param output An Output object. The properties specified here will overwrite the corresponding
48
- * properties in the existing output (ie. Those properties will be updated). Any properties that
49
- * are set to null here will mean that the corresponding property in the existing output will
50
- * remain the same and not change as a result of this PATCH operation.
51
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
52
- * @param jobName The name of the streaming job.
53
- * @param outputName The name of the output.
54
- * @param [options] The optional parameters
55
- * @returns Promise<Models.OutputsUpdateResponse>
56
- */
57
- update(output: Models.Output, resourceGroupName: string, jobName: string, outputName: string, options?: Models.OutputsUpdateOptionalParams): Promise<Models.OutputsUpdateResponse>;
58
- /**
59
- * @param output An Output object. The properties specified here will overwrite the corresponding
60
- * properties in the existing output (ie. Those properties will be updated). Any properties that
61
- * are set to null here will mean that the corresponding property in the existing output will
62
- * remain the same and not change as a result of this PATCH operation.
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 callback The callback
67
- */
68
- update(output: Models.Output, resourceGroupName: string, jobName: string, outputName: string, callback: msRest.ServiceCallback<Models.Output>): void;
69
- /**
70
- * @param output An Output object. The properties specified here will overwrite the corresponding
71
- * properties in the existing output (ie. Those properties will be updated). Any properties that
72
- * are set to null here will mean that the corresponding property in the existing output will
73
- * remain the same and not change as a result of this PATCH operation.
74
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
75
- * @param jobName The name of the streaming job.
76
- * @param outputName The name of the output.
77
- * @param options The optional parameters
78
- * @param callback The callback
79
- */
80
- update(output: Models.Output, resourceGroupName: string, jobName: string, outputName: string, options: Models.OutputsUpdateOptionalParams, callback: msRest.ServiceCallback<Models.Output>): void;
81
- /**
82
- * Deletes an output from the streaming job.
83
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
84
- * @param jobName The name of the streaming job.
85
- * @param outputName The name of the output.
86
- * @param [options] The optional parameters
87
- * @returns Promise<msRest.RestResponse>
88
- */
89
- deleteMethod(resourceGroupName: string, jobName: string, outputName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
90
- /**
91
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
92
- * @param jobName The name of the streaming job.
93
- * @param outputName The name of the output.
94
- * @param callback The callback
95
- */
96
- deleteMethod(resourceGroupName: string, jobName: string, outputName: string, callback: msRest.ServiceCallback<void>): void;
97
- /**
98
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
99
- * @param jobName The name of the streaming job.
100
- * @param outputName The name of the output.
101
- * @param options The optional parameters
102
- * @param callback The callback
103
- */
104
- deleteMethod(resourceGroupName: string, jobName: string, outputName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;
105
- /**
106
- * Gets details about the specified output.
107
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
108
- * @param jobName The name of the streaming job.
109
- * @param outputName The name of the output.
110
- * @param [options] The optional parameters
111
- * @returns Promise<Models.OutputsGetResponse>
112
- */
113
- get(resourceGroupName: string, jobName: string, outputName: string, options?: msRest.RequestOptionsBase): Promise<Models.OutputsGetResponse>;
114
- /**
115
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
116
- * @param jobName The name of the streaming job.
117
- * @param outputName The name of the output.
118
- * @param callback The callback
119
- */
120
- get(resourceGroupName: string, jobName: string, outputName: string, callback: msRest.ServiceCallback<Models.Output>): void;
121
- /**
122
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
123
- * @param jobName The name of the streaming job.
124
- * @param outputName The name of the output.
125
- * @param options The optional parameters
126
- * @param callback The callback
127
- */
128
- get(resourceGroupName: string, jobName: string, outputName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Output>): void;
129
- /**
130
- * Lists all of the outputs under the specified streaming job.
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 optional parameters
134
- * @returns Promise<Models.OutputsListByStreamingJobResponse>
135
- */
136
- listByStreamingJob(resourceGroupName: string, jobName: string, options?: Models.OutputsListByStreamingJobOptionalParams): Promise<Models.OutputsListByStreamingJobResponse>;
137
- /**
138
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
139
- * @param jobName The name of the streaming job.
140
- * @param callback The callback
141
- */
142
- listByStreamingJob(resourceGroupName: string, jobName: string, callback: msRest.ServiceCallback<Models.OutputListResult>): void;
143
- /**
144
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
145
- * @param jobName The name of the streaming job.
146
- * @param options The optional parameters
147
- * @param callback The callback
148
- */
149
- listByStreamingJob(resourceGroupName: string, jobName: string, options: Models.OutputsListByStreamingJobOptionalParams, callback: msRest.ServiceCallback<Models.OutputListResult>): void;
150
- /**
151
- * Tests whether an output’s datasource is reachable and usable by the Azure Stream Analytics
152
- * service.
153
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
154
- * @param jobName The name of the streaming job.
155
- * @param outputName The name of the output.
156
- * @param [options] The optional parameters
157
- * @returns Promise<Models.OutputsTestResponse>
158
- */
159
- test(resourceGroupName: string, jobName: string, outputName: string, options?: Models.OutputsTestOptionalParams): Promise<Models.OutputsTestResponse>;
160
- /**
161
- * Tests whether an output’s datasource is reachable and usable by the Azure Stream Analytics
162
- * service.
163
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
164
- * @param jobName The name of the streaming job.
165
- * @param outputName The name of the output.
166
- * @param [options] The optional parameters
167
- * @returns Promise<msRestAzure.LROPoller>
168
- */
169
- beginTest(resourceGroupName: string, jobName: string, outputName: string, options?: Models.OutputsBeginTestOptionalParams): Promise<msRestAzure.LROPoller>;
170
- /**
171
- * Lists all of the outputs under the specified streaming job.
172
- * @param nextPageLink The NextLink from the previous successful call to List operation.
173
- * @param [options] The optional parameters
174
- * @returns Promise<Models.OutputsListByStreamingJobNextResponse>
175
- */
176
- listByStreamingJobNext(nextPageLink: string, options?: Models.OutputsListByStreamingJobNextOptionalParams): Promise<Models.OutputsListByStreamingJobNextResponse>;
177
- /**
178
- * @param nextPageLink The NextLink from the previous successful call to List operation.
179
- * @param callback The callback
180
- */
181
- listByStreamingJobNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.OutputListResult>): void;
182
- /**
183
- * @param nextPageLink The NextLink from the previous successful call to List operation.
184
- * @param options The optional parameters
185
- * @param callback The callback
186
- */
187
- listByStreamingJobNext(nextPageLink: string, options: Models.OutputsListByStreamingJobNextOptionalParams, callback: msRest.ServiceCallback<Models.OutputListResult>): void;
188
- }
189
- //# sourceMappingURL=outputs.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"outputs.d.ts","sourceRoot":"","sources":["../../src/operations/outputs.ts"],"names":[],"mappings":"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"}