@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.
- package/CHANGELOG.md +11 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +70 -84
- package/dist/index.js +6818 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1940 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +132 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +155 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1412 -2137
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +34 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +260 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/clusters.d.ts +137 -0
- package/dist-esm/src/operations/clusters.d.ts.map +1 -0
- package/dist-esm/src/operations/clusters.js +627 -0
- package/dist-esm/src/operations/clusters.js.map +1 -0
- package/dist-esm/src/operations/functions.d.ts +107 -0
- package/dist-esm/src/operations/functions.d.ts.map +1 -0
- package/dist-esm/src/operations/functions.js +416 -0
- package/dist-esm/src/operations/functions.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +4 -4
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +5 -6
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/inputs.d.ts +94 -0
- package/dist-esm/src/operations/inputs.d.ts.map +1 -0
- package/dist-esm/src/operations/inputs.js +377 -0
- package/dist-esm/src/operations/inputs.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/outputs.d.ts +95 -0
- package/dist-esm/src/operations/outputs.d.ts.map +1 -0
- package/dist-esm/src/operations/outputs.js +378 -0
- package/dist-esm/src/operations/outputs.js.map +1 -0
- package/dist-esm/src/operations/privateEndpoints.d.ts +73 -0
- package/dist-esm/src/operations/privateEndpoints.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpoints.js +295 -0
- package/dist-esm/src/operations/privateEndpoints.js.map +1 -0
- package/dist-esm/src/operations/streamingJobs.d.ts +151 -0
- package/dist-esm/src/operations/streamingJobs.d.ts.map +1 -0
- package/dist-esm/src/operations/streamingJobs.js +692 -0
- package/dist-esm/src/operations/streamingJobs.js.map +1 -0
- package/dist-esm/src/operations/subscriptions.d.ts +21 -0
- package/dist-esm/src/operations/subscriptions.d.ts.map +1 -0
- package/dist-esm/src/operations/subscriptions.js +53 -0
- package/dist-esm/src/operations/subscriptions.js.map +1 -0
- package/dist-esm/src/operations/transformations.d.ts +46 -0
- package/dist-esm/src/operations/transformations.d.ts.map +1 -0
- package/dist-esm/src/operations/transformations.js +160 -0
- package/dist-esm/src/operations/transformations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/clusters.d.ts +84 -0
- package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/clusters.js +9 -0
- package/dist-esm/src/operationsInterfaces/clusters.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/functions.d.ts +82 -0
- package/dist-esm/src/operationsInterfaces/functions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/functions.js +9 -0
- package/dist-esm/src/operationsInterfaces/functions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +17 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/inputs.d.ts +69 -0
- package/dist-esm/src/operationsInterfaces/inputs.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/inputs.js} +2 -1
- package/dist-esm/src/operationsInterfaces/inputs.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/outputs.d.ts +70 -0
- package/dist-esm/src/operationsInterfaces/outputs.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/outputs.js +9 -0
- package/dist-esm/src/operationsInterfaces/outputs.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpoints.d.ts +48 -0
- package/dist-esm/src/operationsInterfaces/privateEndpoints.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpoints.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpoints.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/streamingJobs.d.ts +115 -0
- package/dist-esm/src/operationsInterfaces/streamingJobs.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/streamingJobs.js +9 -0
- package/dist-esm/src/operationsInterfaces/streamingJobs.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/subscriptions.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/subscriptions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/subscriptions.js +9 -0
- package/dist-esm/src/operationsInterfaces/subscriptions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/transformations.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/transformations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/transformations.js +9 -0
- package/dist-esm/src/operationsInterfaces/transformations.js.map +1 -0
- package/dist-esm/src/streamAnalyticsManagementClient.d.ts +26 -0
- package/dist-esm/src/streamAnalyticsManagementClient.d.ts.map +1 -0
- package/dist-esm/src/streamAnalyticsManagementClient.js +59 -0
- package/dist-esm/src/streamAnalyticsManagementClient.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +65 -32
- package/review/arm-streamanalytics.api.md +1598 -0
- package/rollup.config.js +181 -30
- package/src/{models/operationsMappers.ts → index.ts} +4 -12
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1943 -4505
- package/src/models/mappers.ts +1393 -2127
- package/src/models/parameters.ts +180 -90
- package/src/operations/clusters.ts +640 -393
- package/src/operations/functions.ts +366 -375
- package/src/operations/index.ts +5 -6
- package/src/operations/inputs.ts +337 -326
- package/src/operations/operations.ts +85 -73
- package/src/operations/outputs.ts +337 -325
- package/src/operations/privateEndpoints.ts +276 -209
- package/src/operations/streamingJobs.ts +686 -398
- package/src/operations/subscriptions.ts +36 -376
- package/src/operations/transformations.ts +104 -162
- package/src/operationsInterfaces/clusters.ts +157 -0
- package/src/operationsInterfaces/functions.ts +148 -0
- package/src/operationsInterfaces/index.ts +17 -0
- package/src/operationsInterfaces/inputs.ts +128 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/outputs.ts +129 -0
- package/src/operationsInterfaces/privateEndpoints.ts +90 -0
- package/src/operationsInterfaces/streamingJobs.ts +199 -0
- package/src/operationsInterfaces/subscriptions.ts +27 -0
- package/src/operationsInterfaces/transformations.ts +71 -0
- package/src/streamAnalyticsManagementClient.ts +97 -49
- package/tsconfig.json +3 -3
- package/types/arm-streamanalytics.d.ts +2730 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-streamanalytics.js +0 -7772
- package/dist/arm-streamanalytics.js.map +0 -1
- package/dist/arm-streamanalytics.min.js +0 -1
- package/dist/arm-streamanalytics.min.js.map +0 -1
- package/esm/models/clustersMappers.d.ts +0 -2
- package/esm/models/clustersMappers.d.ts.map +0 -1
- package/esm/models/clustersMappers.js +0 -9
- package/esm/models/clustersMappers.js.map +0 -1
- package/esm/models/functionsMappers.d.ts +0 -2
- package/esm/models/functionsMappers.d.ts.map +0 -1
- package/esm/models/functionsMappers.js +0 -9
- package/esm/models/functionsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -4514
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/inputsMappers.d.ts +0 -2
- package/esm/models/inputsMappers.d.ts.map +0 -1
- package/esm/models/inputsMappers.js +0 -9
- package/esm/models/inputsMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -185
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/outputsMappers.d.ts +0 -2
- package/esm/models/outputsMappers.d.ts.map +0 -1
- package/esm/models/outputsMappers.js +0 -9
- package/esm/models/outputsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -20
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -216
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointsMappers.d.ts +0 -2
- package/esm/models/privateEndpointsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointsMappers.js +0 -9
- package/esm/models/privateEndpointsMappers.js.map +0 -1
- package/esm/models/streamingJobsMappers.d.ts +0 -2
- package/esm/models/streamingJobsMappers.d.ts.map +0 -1
- package/esm/models/streamingJobsMappers.js +0 -9
- package/esm/models/streamingJobsMappers.js.map +0 -1
- package/esm/models/subscriptionsMappers.d.ts +0 -2
- package/esm/models/subscriptionsMappers.d.ts.map +0 -1
- package/esm/models/subscriptionsMappers.js +0 -9
- package/esm/models/subscriptionsMappers.js.map +0 -1
- package/esm/models/transformationsMappers.d.ts +0 -2
- package/esm/models/transformationsMappers.d.ts.map +0 -1
- package/esm/models/transformationsMappers.js +0 -9
- package/esm/models/transformationsMappers.js.map +0 -1
- package/esm/operations/clusters.d.ts +0 -201
- package/esm/operations/clusters.d.ts.map +0 -1
- package/esm/operations/clusters.js +0 -406
- package/esm/operations/clusters.js.map +0 -1
- package/esm/operations/functions.d.ts +0 -215
- package/esm/operations/functions.d.ts.map +0 -1
- package/esm/operations/functions.js +0 -348
- package/esm/operations/functions.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/inputs.d.ts +0 -189
- package/esm/operations/inputs.d.ts.map +0 -1
- package/esm/operations/inputs.js +0 -306
- package/esm/operations/inputs.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -79
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/outputs.d.ts +0 -189
- package/esm/operations/outputs.d.ts.map +0 -1
- package/esm/operations/outputs.js +0 -306
- package/esm/operations/outputs.js.map +0 -1
- package/esm/operations/privateEndpoints.d.ts +0 -125
- package/esm/operations/privateEndpoints.d.ts.map +0 -1
- package/esm/operations/privateEndpoints.js +0 -216
- package/esm/operations/privateEndpoints.js.map +0 -1
- package/esm/operations/streamingJobs.d.ts +0 -210
- package/esm/operations/streamingJobs.d.ts.map +0 -1
- package/esm/operations/streamingJobs.js +0 -440
- package/esm/operations/streamingJobs.js.map +0 -1
- package/esm/operations/subscriptions.d.ts +0 -138
- package/esm/operations/subscriptions.d.ts.map +0 -1
- package/esm/operations/subscriptions.js +0 -311
- package/esm/operations/subscriptions.js.map +0 -1
- package/esm/operations/transformations.d.ts +0 -106
- package/esm/operations/transformations.d.ts.map +0 -1
- package/esm/operations/transformations.js +0 -149
- package/esm/operations/transformations.js.map +0 -1
- package/esm/streamAnalyticsManagementClient.d.ts +0 -32
- package/esm/streamAnalyticsManagementClient.d.ts.map +0 -1
- package/esm/streamAnalyticsManagementClient.js +0 -45
- package/esm/streamAnalyticsManagementClient.js.map +0 -1
- package/esm/streamAnalyticsManagementClientContext.d.ts +0 -21
- package/esm/streamAnalyticsManagementClientContext.d.ts.map +0 -1
- package/esm/streamAnalyticsManagementClientContext.js +0 -59
- package/esm/streamAnalyticsManagementClientContext.js.map +0 -1
- package/src/models/clustersMappers.ts +0 -96
- package/src/models/functionsMappers.ts +0 -104
- package/src/models/inputsMappers.ts +0 -99
- package/src/models/outputsMappers.ts +0 -99
- package/src/models/privateEndpointsMappers.ts +0 -94
- package/src/models/streamingJobsMappers.ts +0 -98
- package/src/models/subscriptionsMappers.ts +0 -104
- package/src/models/transformationsMappers.ts +0 -96
- package/src/streamAnalyticsManagementClientContext.ts +0 -65
|
@@ -1,348 +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/functionsMappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
/** Class representing a Functions. */
|
|
14
|
-
var Functions = /** @class */ (function () {
|
|
15
|
-
/**
|
|
16
|
-
* Create a Functions.
|
|
17
|
-
* @param {StreamAnalyticsManagementClientContext} client Reference to the service client.
|
|
18
|
-
*/
|
|
19
|
-
function Functions(client) {
|
|
20
|
-
this.client = client;
|
|
21
|
-
}
|
|
22
|
-
Functions.prototype.createOrReplace = function (functionParameter, resourceGroupName, jobName, functionName, options, callback) {
|
|
23
|
-
return this.client.sendOperationRequest({
|
|
24
|
-
functionParameter: functionParameter,
|
|
25
|
-
resourceGroupName: resourceGroupName,
|
|
26
|
-
jobName: jobName,
|
|
27
|
-
functionName: functionName,
|
|
28
|
-
options: options
|
|
29
|
-
}, createOrReplaceOperationSpec, callback);
|
|
30
|
-
};
|
|
31
|
-
Functions.prototype.update = function (functionParameter, resourceGroupName, jobName, functionName, options, callback) {
|
|
32
|
-
return this.client.sendOperationRequest({
|
|
33
|
-
functionParameter: functionParameter,
|
|
34
|
-
resourceGroupName: resourceGroupName,
|
|
35
|
-
jobName: jobName,
|
|
36
|
-
functionName: functionName,
|
|
37
|
-
options: options
|
|
38
|
-
}, updateOperationSpec, callback);
|
|
39
|
-
};
|
|
40
|
-
Functions.prototype.deleteMethod = function (resourceGroupName, jobName, functionName, options, callback) {
|
|
41
|
-
return this.client.sendOperationRequest({
|
|
42
|
-
resourceGroupName: resourceGroupName,
|
|
43
|
-
jobName: jobName,
|
|
44
|
-
functionName: functionName,
|
|
45
|
-
options: options
|
|
46
|
-
}, deleteMethodOperationSpec, callback);
|
|
47
|
-
};
|
|
48
|
-
Functions.prototype.get = function (resourceGroupName, jobName, functionName, options, callback) {
|
|
49
|
-
return this.client.sendOperationRequest({
|
|
50
|
-
resourceGroupName: resourceGroupName,
|
|
51
|
-
jobName: jobName,
|
|
52
|
-
functionName: functionName,
|
|
53
|
-
options: options
|
|
54
|
-
}, getOperationSpec, callback);
|
|
55
|
-
};
|
|
56
|
-
Functions.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 if the information provided for a function is valid. This can range from testing the
|
|
65
|
-
* connection to the underlying web service behind the function or making sure the function code
|
|
66
|
-
* provided is syntactically correct.
|
|
67
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
68
|
-
* @param jobName The name of the streaming job.
|
|
69
|
-
* @param functionName The name of the function.
|
|
70
|
-
* @param [options] The optional parameters
|
|
71
|
-
* @returns Promise<Models.FunctionsTestResponse>
|
|
72
|
-
*/
|
|
73
|
-
Functions.prototype.test = function (resourceGroupName, jobName, functionName, options) {
|
|
74
|
-
return this.beginTest(resourceGroupName, jobName, functionName, options)
|
|
75
|
-
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
76
|
-
};
|
|
77
|
-
Functions.prototype.retrieveDefaultDefinition = function (resourceGroupName, jobName, functionName, options, callback) {
|
|
78
|
-
return this.client.sendOperationRequest({
|
|
79
|
-
resourceGroupName: resourceGroupName,
|
|
80
|
-
jobName: jobName,
|
|
81
|
-
functionName: functionName,
|
|
82
|
-
options: options
|
|
83
|
-
}, retrieveDefaultDefinitionOperationSpec, callback);
|
|
84
|
-
};
|
|
85
|
-
/**
|
|
86
|
-
* Tests if the information provided for a function is valid. This can range from testing the
|
|
87
|
-
* connection to the underlying web service behind the function or making sure the function code
|
|
88
|
-
* provided is syntactically correct.
|
|
89
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
90
|
-
* @param jobName The name of the streaming job.
|
|
91
|
-
* @param functionName The name of the function.
|
|
92
|
-
* @param [options] The optional parameters
|
|
93
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
94
|
-
*/
|
|
95
|
-
Functions.prototype.beginTest = function (resourceGroupName, jobName, functionName, options) {
|
|
96
|
-
return this.client.sendLRORequest({
|
|
97
|
-
resourceGroupName: resourceGroupName,
|
|
98
|
-
jobName: jobName,
|
|
99
|
-
functionName: functionName,
|
|
100
|
-
options: options
|
|
101
|
-
}, beginTestOperationSpec, options);
|
|
102
|
-
};
|
|
103
|
-
Functions.prototype.listByStreamingJobNext = function (nextPageLink, options, callback) {
|
|
104
|
-
return this.client.sendOperationRequest({
|
|
105
|
-
nextPageLink: nextPageLink,
|
|
106
|
-
options: options
|
|
107
|
-
}, listByStreamingJobNextOperationSpec, callback);
|
|
108
|
-
};
|
|
109
|
-
return Functions;
|
|
110
|
-
}());
|
|
111
|
-
export { Functions };
|
|
112
|
-
// Operation Specifications
|
|
113
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
114
|
-
var createOrReplaceOperationSpec = {
|
|
115
|
-
httpMethod: "PUT",
|
|
116
|
-
path: "subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/functions/{functionName}",
|
|
117
|
-
urlParameters: [
|
|
118
|
-
Parameters.subscriptionId,
|
|
119
|
-
Parameters.resourceGroupName,
|
|
120
|
-
Parameters.jobName,
|
|
121
|
-
Parameters.functionName
|
|
122
|
-
],
|
|
123
|
-
queryParameters: [
|
|
124
|
-
Parameters.apiVersion0
|
|
125
|
-
],
|
|
126
|
-
headerParameters: [
|
|
127
|
-
Parameters.ifMatch,
|
|
128
|
-
Parameters.ifNoneMatch,
|
|
129
|
-
Parameters.acceptLanguage
|
|
130
|
-
],
|
|
131
|
-
requestBody: {
|
|
132
|
-
parameterPath: "functionParameter",
|
|
133
|
-
mapper: __assign(__assign({}, Mappers.FunctionModel), { required: true })
|
|
134
|
-
},
|
|
135
|
-
responses: {
|
|
136
|
-
200: {
|
|
137
|
-
bodyMapper: Mappers.FunctionModel,
|
|
138
|
-
headersMapper: Mappers.FunctionsCreateOrReplaceHeaders
|
|
139
|
-
},
|
|
140
|
-
201: {
|
|
141
|
-
bodyMapper: Mappers.FunctionModel,
|
|
142
|
-
headersMapper: Mappers.FunctionsCreateOrReplaceHeaders
|
|
143
|
-
},
|
|
144
|
-
default: {
|
|
145
|
-
bodyMapper: Mappers.ErrorModel,
|
|
146
|
-
headersMapper: Mappers.FunctionsCreateOrReplaceHeaders
|
|
147
|
-
}
|
|
148
|
-
},
|
|
149
|
-
serializer: serializer
|
|
150
|
-
};
|
|
151
|
-
var updateOperationSpec = {
|
|
152
|
-
httpMethod: "PATCH",
|
|
153
|
-
path: "subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/functions/{functionName}",
|
|
154
|
-
urlParameters: [
|
|
155
|
-
Parameters.subscriptionId,
|
|
156
|
-
Parameters.resourceGroupName,
|
|
157
|
-
Parameters.jobName,
|
|
158
|
-
Parameters.functionName
|
|
159
|
-
],
|
|
160
|
-
queryParameters: [
|
|
161
|
-
Parameters.apiVersion0
|
|
162
|
-
],
|
|
163
|
-
headerParameters: [
|
|
164
|
-
Parameters.ifMatch,
|
|
165
|
-
Parameters.acceptLanguage
|
|
166
|
-
],
|
|
167
|
-
requestBody: {
|
|
168
|
-
parameterPath: "functionParameter",
|
|
169
|
-
mapper: __assign(__assign({}, Mappers.FunctionModel), { required: true })
|
|
170
|
-
},
|
|
171
|
-
responses: {
|
|
172
|
-
200: {
|
|
173
|
-
bodyMapper: Mappers.FunctionModel,
|
|
174
|
-
headersMapper: Mappers.FunctionsUpdateHeaders
|
|
175
|
-
},
|
|
176
|
-
default: {
|
|
177
|
-
bodyMapper: Mappers.ErrorModel,
|
|
178
|
-
headersMapper: Mappers.FunctionsUpdateHeaders
|
|
179
|
-
}
|
|
180
|
-
},
|
|
181
|
-
serializer: serializer
|
|
182
|
-
};
|
|
183
|
-
var deleteMethodOperationSpec = {
|
|
184
|
-
httpMethod: "DELETE",
|
|
185
|
-
path: "subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/functions/{functionName}",
|
|
186
|
-
urlParameters: [
|
|
187
|
-
Parameters.subscriptionId,
|
|
188
|
-
Parameters.resourceGroupName,
|
|
189
|
-
Parameters.jobName,
|
|
190
|
-
Parameters.functionName
|
|
191
|
-
],
|
|
192
|
-
queryParameters: [
|
|
193
|
-
Parameters.apiVersion0
|
|
194
|
-
],
|
|
195
|
-
headerParameters: [
|
|
196
|
-
Parameters.acceptLanguage
|
|
197
|
-
],
|
|
198
|
-
responses: {
|
|
199
|
-
200: {},
|
|
200
|
-
204: {},
|
|
201
|
-
default: {
|
|
202
|
-
bodyMapper: Mappers.ErrorModel
|
|
203
|
-
}
|
|
204
|
-
},
|
|
205
|
-
serializer: serializer
|
|
206
|
-
};
|
|
207
|
-
var getOperationSpec = {
|
|
208
|
-
httpMethod: "GET",
|
|
209
|
-
path: "subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/functions/{functionName}",
|
|
210
|
-
urlParameters: [
|
|
211
|
-
Parameters.subscriptionId,
|
|
212
|
-
Parameters.resourceGroupName,
|
|
213
|
-
Parameters.jobName,
|
|
214
|
-
Parameters.functionName
|
|
215
|
-
],
|
|
216
|
-
queryParameters: [
|
|
217
|
-
Parameters.apiVersion0
|
|
218
|
-
],
|
|
219
|
-
headerParameters: [
|
|
220
|
-
Parameters.acceptLanguage
|
|
221
|
-
],
|
|
222
|
-
responses: {
|
|
223
|
-
200: {
|
|
224
|
-
bodyMapper: Mappers.FunctionModel,
|
|
225
|
-
headersMapper: Mappers.FunctionsGetHeaders
|
|
226
|
-
},
|
|
227
|
-
default: {
|
|
228
|
-
bodyMapper: Mappers.ErrorModel,
|
|
229
|
-
headersMapper: Mappers.FunctionsGetHeaders
|
|
230
|
-
}
|
|
231
|
-
},
|
|
232
|
-
serializer: serializer
|
|
233
|
-
};
|
|
234
|
-
var listByStreamingJobOperationSpec = {
|
|
235
|
-
httpMethod: "GET",
|
|
236
|
-
path: "subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/functions",
|
|
237
|
-
urlParameters: [
|
|
238
|
-
Parameters.subscriptionId,
|
|
239
|
-
Parameters.resourceGroupName,
|
|
240
|
-
Parameters.jobName
|
|
241
|
-
],
|
|
242
|
-
queryParameters: [
|
|
243
|
-
Parameters.select,
|
|
244
|
-
Parameters.apiVersion0
|
|
245
|
-
],
|
|
246
|
-
headerParameters: [
|
|
247
|
-
Parameters.acceptLanguage
|
|
248
|
-
],
|
|
249
|
-
responses: {
|
|
250
|
-
200: {
|
|
251
|
-
bodyMapper: Mappers.FunctionListResult
|
|
252
|
-
},
|
|
253
|
-
default: {
|
|
254
|
-
bodyMapper: Mappers.ErrorModel
|
|
255
|
-
}
|
|
256
|
-
},
|
|
257
|
-
serializer: serializer
|
|
258
|
-
};
|
|
259
|
-
var retrieveDefaultDefinitionOperationSpec = {
|
|
260
|
-
httpMethod: "POST",
|
|
261
|
-
path: "subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/functions/{functionName}/retrieveDefaultDefinition",
|
|
262
|
-
urlParameters: [
|
|
263
|
-
Parameters.subscriptionId,
|
|
264
|
-
Parameters.resourceGroupName,
|
|
265
|
-
Parameters.jobName,
|
|
266
|
-
Parameters.functionName
|
|
267
|
-
],
|
|
268
|
-
queryParameters: [
|
|
269
|
-
Parameters.apiVersion0
|
|
270
|
-
],
|
|
271
|
-
headerParameters: [
|
|
272
|
-
Parameters.acceptLanguage
|
|
273
|
-
],
|
|
274
|
-
requestBody: {
|
|
275
|
-
parameterPath: [
|
|
276
|
-
"options",
|
|
277
|
-
"functionRetrieveDefaultDefinitionParameters"
|
|
278
|
-
],
|
|
279
|
-
mapper: Mappers.FunctionRetrieveDefaultDefinitionParameters
|
|
280
|
-
},
|
|
281
|
-
responses: {
|
|
282
|
-
200: {
|
|
283
|
-
bodyMapper: Mappers.FunctionModel
|
|
284
|
-
},
|
|
285
|
-
default: {
|
|
286
|
-
bodyMapper: Mappers.ErrorModel
|
|
287
|
-
}
|
|
288
|
-
},
|
|
289
|
-
serializer: serializer
|
|
290
|
-
};
|
|
291
|
-
var beginTestOperationSpec = {
|
|
292
|
-
httpMethod: "POST",
|
|
293
|
-
path: "subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/functions/{functionName}/test",
|
|
294
|
-
urlParameters: [
|
|
295
|
-
Parameters.subscriptionId,
|
|
296
|
-
Parameters.resourceGroupName,
|
|
297
|
-
Parameters.jobName,
|
|
298
|
-
Parameters.functionName
|
|
299
|
-
],
|
|
300
|
-
queryParameters: [
|
|
301
|
-
Parameters.apiVersion0
|
|
302
|
-
],
|
|
303
|
-
headerParameters: [
|
|
304
|
-
Parameters.acceptLanguage
|
|
305
|
-
],
|
|
306
|
-
requestBody: {
|
|
307
|
-
parameterPath: [
|
|
308
|
-
"options",
|
|
309
|
-
"functionParameter"
|
|
310
|
-
],
|
|
311
|
-
mapper: Mappers.FunctionModel
|
|
312
|
-
},
|
|
313
|
-
responses: {
|
|
314
|
-
200: {
|
|
315
|
-
bodyMapper: Mappers.ResourceTestStatus
|
|
316
|
-
},
|
|
317
|
-
202: {},
|
|
318
|
-
default: {
|
|
319
|
-
bodyMapper: Mappers.ErrorModel
|
|
320
|
-
}
|
|
321
|
-
},
|
|
322
|
-
serializer: serializer
|
|
323
|
-
};
|
|
324
|
-
var listByStreamingJobNextOperationSpec = {
|
|
325
|
-
httpMethod: "GET",
|
|
326
|
-
baseUrl: "https://management.azure.com",
|
|
327
|
-
path: "{nextLink}",
|
|
328
|
-
urlParameters: [
|
|
329
|
-
Parameters.nextPageLink
|
|
330
|
-
],
|
|
331
|
-
queryParameters: [
|
|
332
|
-
Parameters.select,
|
|
333
|
-
Parameters.apiVersion0
|
|
334
|
-
],
|
|
335
|
-
headerParameters: [
|
|
336
|
-
Parameters.acceptLanguage
|
|
337
|
-
],
|
|
338
|
-
responses: {
|
|
339
|
-
200: {
|
|
340
|
-
bodyMapper: Mappers.FunctionListResult
|
|
341
|
-
},
|
|
342
|
-
default: {
|
|
343
|
-
bodyMapper: Mappers.ErrorModel
|
|
344
|
-
}
|
|
345
|
-
},
|
|
346
|
-
serializer: serializer
|
|
347
|
-
};
|
|
348
|
-
//# sourceMappingURL=functions.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"functions.js","sourceRoot":"","sources":["../../src/operations/functions.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/operations/index.ts"],"names":[],"mappings":"AASA,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,oBAAoB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,oBAAoB,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 Inputs. */
|
|
6
|
-
export declare class Inputs {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Create a Inputs.
|
|
10
|
-
* @param {StreamAnalyticsManagementClientContext} client Reference to the service client.
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: StreamAnalyticsManagementClientContext);
|
|
13
|
-
/**
|
|
14
|
-
* Creates an input or replaces an already existing input under an existing streaming job.
|
|
15
|
-
* @param input The definition of the input that will be used to create a new input or replace the
|
|
16
|
-
* 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 inputName The name of the input.
|
|
20
|
-
* @param [options] The optional parameters
|
|
21
|
-
* @returns Promise<Models.InputsCreateOrReplaceResponse>
|
|
22
|
-
*/
|
|
23
|
-
createOrReplace(input: Models.Input, resourceGroupName: string, jobName: string, inputName: string, options?: Models.InputsCreateOrReplaceOptionalParams): Promise<Models.InputsCreateOrReplaceResponse>;
|
|
24
|
-
/**
|
|
25
|
-
* @param input The definition of the input that will be used to create a new input or replace the
|
|
26
|
-
* 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 inputName The name of the input.
|
|
30
|
-
* @param callback The callback
|
|
31
|
-
*/
|
|
32
|
-
createOrReplace(input: Models.Input, resourceGroupName: string, jobName: string, inputName: string, callback: msRest.ServiceCallback<Models.Input>): void;
|
|
33
|
-
/**
|
|
34
|
-
* @param input The definition of the input that will be used to create a new input or replace the
|
|
35
|
-
* 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 inputName The name of the input.
|
|
39
|
-
* @param options The optional parameters
|
|
40
|
-
* @param callback The callback
|
|
41
|
-
*/
|
|
42
|
-
createOrReplace(input: Models.Input, resourceGroupName: string, jobName: string, inputName: string, options: Models.InputsCreateOrReplaceOptionalParams, callback: msRest.ServiceCallback<Models.Input>): void;
|
|
43
|
-
/**
|
|
44
|
-
* Updates an existing input under an existing streaming job. This can be used to partially update
|
|
45
|
-
* (ie. update one or two properties) an input without affecting the rest the job or input
|
|
46
|
-
* definition.
|
|
47
|
-
* @param input An Input object. The properties specified here will overwrite the corresponding
|
|
48
|
-
* properties in the existing input (ie. Those properties will be updated). Any properties that are
|
|
49
|
-
* set to null here will mean that the corresponding property in the existing input will remain the
|
|
50
|
-
* 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 inputName The name of the input.
|
|
54
|
-
* @param [options] The optional parameters
|
|
55
|
-
* @returns Promise<Models.InputsUpdateResponse>
|
|
56
|
-
*/
|
|
57
|
-
update(input: Models.Input, resourceGroupName: string, jobName: string, inputName: string, options?: Models.InputsUpdateOptionalParams): Promise<Models.InputsUpdateResponse>;
|
|
58
|
-
/**
|
|
59
|
-
* @param input An Input object. The properties specified here will overwrite the corresponding
|
|
60
|
-
* properties in the existing input (ie. Those properties will be updated). Any properties that are
|
|
61
|
-
* set to null here will mean that the corresponding property in the existing input will remain the
|
|
62
|
-
* 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 inputName The name of the input.
|
|
66
|
-
* @param callback The callback
|
|
67
|
-
*/
|
|
68
|
-
update(input: Models.Input, resourceGroupName: string, jobName: string, inputName: string, callback: msRest.ServiceCallback<Models.Input>): void;
|
|
69
|
-
/**
|
|
70
|
-
* @param input An Input object. The properties specified here will overwrite the corresponding
|
|
71
|
-
* properties in the existing input (ie. Those properties will be updated). Any properties that are
|
|
72
|
-
* set to null here will mean that the corresponding property in the existing input will remain the
|
|
73
|
-
* 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 inputName The name of the input.
|
|
77
|
-
* @param options The optional parameters
|
|
78
|
-
* @param callback The callback
|
|
79
|
-
*/
|
|
80
|
-
update(input: Models.Input, resourceGroupName: string, jobName: string, inputName: string, options: Models.InputsUpdateOptionalParams, callback: msRest.ServiceCallback<Models.Input>): void;
|
|
81
|
-
/**
|
|
82
|
-
* Deletes an input 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 inputName The name of the input.
|
|
86
|
-
* @param [options] The optional parameters
|
|
87
|
-
* @returns Promise<msRest.RestResponse>
|
|
88
|
-
*/
|
|
89
|
-
deleteMethod(resourceGroupName: string, jobName: string, inputName: 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 inputName The name of the input.
|
|
94
|
-
* @param callback The callback
|
|
95
|
-
*/
|
|
96
|
-
deleteMethod(resourceGroupName: string, jobName: string, inputName: 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 inputName The name of the input.
|
|
101
|
-
* @param options The optional parameters
|
|
102
|
-
* @param callback The callback
|
|
103
|
-
*/
|
|
104
|
-
deleteMethod(resourceGroupName: string, jobName: string, inputName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;
|
|
105
|
-
/**
|
|
106
|
-
* Gets details about the specified input.
|
|
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 inputName The name of the input.
|
|
110
|
-
* @param [options] The optional parameters
|
|
111
|
-
* @returns Promise<Models.InputsGetResponse>
|
|
112
|
-
*/
|
|
113
|
-
get(resourceGroupName: string, jobName: string, inputName: string, options?: msRest.RequestOptionsBase): Promise<Models.InputsGetResponse>;
|
|
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 inputName The name of the input.
|
|
118
|
-
* @param callback The callback
|
|
119
|
-
*/
|
|
120
|
-
get(resourceGroupName: string, jobName: string, inputName: string, callback: msRest.ServiceCallback<Models.Input>): 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 inputName The name of the input.
|
|
125
|
-
* @param options The optional parameters
|
|
126
|
-
* @param callback The callback
|
|
127
|
-
*/
|
|
128
|
-
get(resourceGroupName: string, jobName: string, inputName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Input>): void;
|
|
129
|
-
/**
|
|
130
|
-
* Lists all of the inputs 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.InputsListByStreamingJobResponse>
|
|
135
|
-
*/
|
|
136
|
-
listByStreamingJob(resourceGroupName: string, jobName: string, options?: Models.InputsListByStreamingJobOptionalParams): Promise<Models.InputsListByStreamingJobResponse>;
|
|
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.InputListResult>): 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.InputsListByStreamingJobOptionalParams, callback: msRest.ServiceCallback<Models.InputListResult>): void;
|
|
150
|
-
/**
|
|
151
|
-
* Tests whether an input’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 inputName The name of the input.
|
|
156
|
-
* @param [options] The optional parameters
|
|
157
|
-
* @returns Promise<Models.InputsTestResponse>
|
|
158
|
-
*/
|
|
159
|
-
test(resourceGroupName: string, jobName: string, inputName: string, options?: Models.InputsTestOptionalParams): Promise<Models.InputsTestResponse>;
|
|
160
|
-
/**
|
|
161
|
-
* Tests whether an input’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 inputName The name of the input.
|
|
166
|
-
* @param [options] The optional parameters
|
|
167
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
168
|
-
*/
|
|
169
|
-
beginTest(resourceGroupName: string, jobName: string, inputName: string, options?: Models.InputsBeginTestOptionalParams): Promise<msRestAzure.LROPoller>;
|
|
170
|
-
/**
|
|
171
|
-
* Lists all of the inputs 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.InputsListByStreamingJobNextResponse>
|
|
175
|
-
*/
|
|
176
|
-
listByStreamingJobNext(nextPageLink: string, options?: Models.InputsListByStreamingJobNextOptionalParams): Promise<Models.InputsListByStreamingJobNextResponse>;
|
|
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.InputListResult>): 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.InputsListByStreamingJobNextOptionalParams, callback: msRest.ServiceCallback<Models.InputListResult>): void;
|
|
188
|
-
}
|
|
189
|
-
//# sourceMappingURL=inputs.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"inputs.d.ts","sourceRoot":"","sources":["../../src/operations/inputs.ts"],"names":[],"mappings":"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"}
|