@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,138 +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 Subscriptions. */
|
|
6
|
-
export declare class Subscriptions {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Create a Subscriptions.
|
|
10
|
-
* @param {StreamAnalyticsManagementClientContext} client Reference to the service client.
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: StreamAnalyticsManagementClientContext);
|
|
13
|
-
/**
|
|
14
|
-
* Retrieves the subscription's current quota information in a particular region.
|
|
15
|
-
* @param location The region to which the request is sent. You can find out which regions Azure
|
|
16
|
-
* Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
17
|
-
* @param [options] The optional parameters
|
|
18
|
-
* @returns Promise<Models.SubscriptionsListQuotasResponse>
|
|
19
|
-
*/
|
|
20
|
-
listQuotas(location: string, options?: msRest.RequestOptionsBase): Promise<Models.SubscriptionsListQuotasResponse>;
|
|
21
|
-
/**
|
|
22
|
-
* @param location The region to which the request is sent. You can find out which regions Azure
|
|
23
|
-
* Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
24
|
-
* @param callback The callback
|
|
25
|
-
*/
|
|
26
|
-
listQuotas(location: string, callback: msRest.ServiceCallback<Models.SubscriptionQuotasListResult>): void;
|
|
27
|
-
/**
|
|
28
|
-
* @param location The region to which the request is sent. You can find out which regions Azure
|
|
29
|
-
* Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
30
|
-
* @param options The optional parameters
|
|
31
|
-
* @param callback The callback
|
|
32
|
-
*/
|
|
33
|
-
listQuotas(location: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SubscriptionQuotasListResult>): void;
|
|
34
|
-
/**
|
|
35
|
-
* Test the Stream Analytics query on a sample input.
|
|
36
|
-
* @param testQuery The query testing object that defines the input, output, and transformation for
|
|
37
|
-
* the query testing.
|
|
38
|
-
* @param location The region to which the request is sent. You can find out which regions Azure
|
|
39
|
-
* Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
40
|
-
* @param [options] The optional parameters
|
|
41
|
-
* @returns Promise<Models.SubscriptionsTestQueryMethodResponse>
|
|
42
|
-
*/
|
|
43
|
-
testQueryMethod(testQuery: Models.TestQuery, location: string, options?: msRest.RequestOptionsBase): Promise<Models.SubscriptionsTestQueryMethodResponse>;
|
|
44
|
-
/**
|
|
45
|
-
* Compile the Stream Analytics query.
|
|
46
|
-
* @param compileQuery The query compilation object which defines the input, output, and
|
|
47
|
-
* transformation for the query compilation.
|
|
48
|
-
* @param location The region to which the request is sent. You can find out which regions Azure
|
|
49
|
-
* Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
50
|
-
* @param [options] The optional parameters
|
|
51
|
-
* @returns Promise<Models.SubscriptionsCompileQueryMethodResponse>
|
|
52
|
-
*/
|
|
53
|
-
compileQueryMethod(compileQuery: Models.CompileQuery, location: string, options?: msRest.RequestOptionsBase): Promise<Models.SubscriptionsCompileQueryMethodResponse>;
|
|
54
|
-
/**
|
|
55
|
-
* @param compileQuery The query compilation object which defines the input, output, and
|
|
56
|
-
* transformation for the query compilation.
|
|
57
|
-
* @param location The region to which the request is sent. You can find out which regions Azure
|
|
58
|
-
* Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
59
|
-
* @param callback The callback
|
|
60
|
-
*/
|
|
61
|
-
compileQueryMethod(compileQuery: Models.CompileQuery, location: string, callback: msRest.ServiceCallback<Models.QueryCompilationResult>): void;
|
|
62
|
-
/**
|
|
63
|
-
* @param compileQuery The query compilation object which defines the input, output, and
|
|
64
|
-
* transformation for the query compilation.
|
|
65
|
-
* @param location The region to which the request is sent. You can find out which regions Azure
|
|
66
|
-
* Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
67
|
-
* @param options The optional parameters
|
|
68
|
-
* @param callback The callback
|
|
69
|
-
*/
|
|
70
|
-
compileQueryMethod(compileQuery: Models.CompileQuery, location: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.QueryCompilationResult>): void;
|
|
71
|
-
/**
|
|
72
|
-
* Sample the Stream Analytics input data.
|
|
73
|
-
* @param sampleInput Defines the necessary parameters for sampling the Stream Analytics input
|
|
74
|
-
* data.
|
|
75
|
-
* @param location The region to which the request is sent. You can find out which regions Azure
|
|
76
|
-
* Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
77
|
-
* @param [options] The optional parameters
|
|
78
|
-
* @returns Promise<Models.SubscriptionsSampleInputMethodResponse>
|
|
79
|
-
*/
|
|
80
|
-
sampleInputMethod(sampleInput: Models.SampleInput, location: string, options?: msRest.RequestOptionsBase): Promise<Models.SubscriptionsSampleInputMethodResponse>;
|
|
81
|
-
/**
|
|
82
|
-
* Test the Stream Analytics input.
|
|
83
|
-
* @param testInput Defines the necessary parameters for testing the Stream Analytics input.
|
|
84
|
-
* @param location The region to which the request is sent. You can find out which regions Azure
|
|
85
|
-
* Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
86
|
-
* @param [options] The optional parameters
|
|
87
|
-
* @returns Promise<Models.SubscriptionsTestInputMethodResponse>
|
|
88
|
-
*/
|
|
89
|
-
testInputMethod(testInput: Models.TestInput, location: string, options?: msRest.RequestOptionsBase): Promise<Models.SubscriptionsTestInputMethodResponse>;
|
|
90
|
-
/**
|
|
91
|
-
* Test the Stream Analytics output.
|
|
92
|
-
* @param testOutput Defines the necessary parameters for testing the Stream Analytics output.
|
|
93
|
-
* @param location The region to which the request is sent. You can find out which regions Azure
|
|
94
|
-
* Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
95
|
-
* @param [options] The optional parameters
|
|
96
|
-
* @returns Promise<Models.SubscriptionsTestOutputMethodResponse>
|
|
97
|
-
*/
|
|
98
|
-
testOutputMethod(testOutput: Models.TestOutput, location: string, options?: msRest.RequestOptionsBase): Promise<Models.SubscriptionsTestOutputMethodResponse>;
|
|
99
|
-
/**
|
|
100
|
-
* Test the Stream Analytics query on a sample input.
|
|
101
|
-
* @param testQuery The query testing object that defines the input, output, and transformation for
|
|
102
|
-
* the query testing.
|
|
103
|
-
* @param location The region to which the request is sent. You can find out which regions Azure
|
|
104
|
-
* Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
105
|
-
* @param [options] The optional parameters
|
|
106
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
107
|
-
*/
|
|
108
|
-
beginTestQueryMethod(testQuery: Models.TestQuery, location: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
109
|
-
/**
|
|
110
|
-
* Sample the Stream Analytics input data.
|
|
111
|
-
* @param sampleInput Defines the necessary parameters for sampling the Stream Analytics input
|
|
112
|
-
* data.
|
|
113
|
-
* @param location The region to which the request is sent. You can find out which regions Azure
|
|
114
|
-
* Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
115
|
-
* @param [options] The optional parameters
|
|
116
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
117
|
-
*/
|
|
118
|
-
beginSampleInputMethod(sampleInput: Models.SampleInput, location: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
119
|
-
/**
|
|
120
|
-
* Test the Stream Analytics input.
|
|
121
|
-
* @param testInput Defines the necessary parameters for testing the Stream Analytics input.
|
|
122
|
-
* @param location The region to which the request is sent. You can find out which regions Azure
|
|
123
|
-
* Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
124
|
-
* @param [options] The optional parameters
|
|
125
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
126
|
-
*/
|
|
127
|
-
beginTestInputMethod(testInput: Models.TestInput, location: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
128
|
-
/**
|
|
129
|
-
* Test the Stream Analytics output.
|
|
130
|
-
* @param testOutput Defines the necessary parameters for testing the Stream Analytics output.
|
|
131
|
-
* @param location The region to which the request is sent. You can find out which regions Azure
|
|
132
|
-
* Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
133
|
-
* @param [options] The optional parameters
|
|
134
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
135
|
-
*/
|
|
136
|
-
beginTestOutputMethod(testOutput: Models.TestOutput, location: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
137
|
-
}
|
|
138
|
-
//# sourceMappingURL=subscriptions.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"subscriptions.d.ts","sourceRoot":"","sources":["../../src/operations/subscriptions.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,311 +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/subscriptionsMappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
/** Class representing a Subscriptions. */
|
|
14
|
-
var Subscriptions = /** @class */ (function () {
|
|
15
|
-
/**
|
|
16
|
-
* Create a Subscriptions.
|
|
17
|
-
* @param {StreamAnalyticsManagementClientContext} client Reference to the service client.
|
|
18
|
-
*/
|
|
19
|
-
function Subscriptions(client) {
|
|
20
|
-
this.client = client;
|
|
21
|
-
}
|
|
22
|
-
Subscriptions.prototype.listQuotas = function (location, options, callback) {
|
|
23
|
-
return this.client.sendOperationRequest({
|
|
24
|
-
location: location,
|
|
25
|
-
options: options
|
|
26
|
-
}, listQuotasOperationSpec, callback);
|
|
27
|
-
};
|
|
28
|
-
/**
|
|
29
|
-
* Test the Stream Analytics query on a sample input.
|
|
30
|
-
* @param testQuery The query testing object that defines the input, output, and transformation for
|
|
31
|
-
* the query testing.
|
|
32
|
-
* @param location The region to which the request is sent. You can find out which regions Azure
|
|
33
|
-
* Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
34
|
-
* @param [options] The optional parameters
|
|
35
|
-
* @returns Promise<Models.SubscriptionsTestQueryMethodResponse>
|
|
36
|
-
*/
|
|
37
|
-
Subscriptions.prototype.testQueryMethod = function (testQuery, location, options) {
|
|
38
|
-
return this.beginTestQueryMethod(testQuery, location, options)
|
|
39
|
-
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
40
|
-
};
|
|
41
|
-
Subscriptions.prototype.compileQueryMethod = function (compileQuery, location, options, callback) {
|
|
42
|
-
return this.client.sendOperationRequest({
|
|
43
|
-
compileQuery: compileQuery,
|
|
44
|
-
location: location,
|
|
45
|
-
options: options
|
|
46
|
-
}, compileQueryMethodOperationSpec, callback);
|
|
47
|
-
};
|
|
48
|
-
/**
|
|
49
|
-
* Sample the Stream Analytics input data.
|
|
50
|
-
* @param sampleInput Defines the necessary parameters for sampling the Stream Analytics input
|
|
51
|
-
* data.
|
|
52
|
-
* @param location The region to which the request is sent. You can find out which regions Azure
|
|
53
|
-
* Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
54
|
-
* @param [options] The optional parameters
|
|
55
|
-
* @returns Promise<Models.SubscriptionsSampleInputMethodResponse>
|
|
56
|
-
*/
|
|
57
|
-
Subscriptions.prototype.sampleInputMethod = function (sampleInput, location, options) {
|
|
58
|
-
return this.beginSampleInputMethod(sampleInput, location, options)
|
|
59
|
-
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
60
|
-
};
|
|
61
|
-
/**
|
|
62
|
-
* Test the Stream Analytics input.
|
|
63
|
-
* @param testInput Defines the necessary parameters for testing the Stream Analytics input.
|
|
64
|
-
* @param location The region to which the request is sent. You can find out which regions Azure
|
|
65
|
-
* Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
66
|
-
* @param [options] The optional parameters
|
|
67
|
-
* @returns Promise<Models.SubscriptionsTestInputMethodResponse>
|
|
68
|
-
*/
|
|
69
|
-
Subscriptions.prototype.testInputMethod = function (testInput, location, options) {
|
|
70
|
-
return this.beginTestInputMethod(testInput, location, options)
|
|
71
|
-
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
72
|
-
};
|
|
73
|
-
/**
|
|
74
|
-
* Test the Stream Analytics output.
|
|
75
|
-
* @param testOutput Defines the necessary parameters for testing the Stream Analytics output.
|
|
76
|
-
* @param location The region to which the request is sent. You can find out which regions Azure
|
|
77
|
-
* Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
78
|
-
* @param [options] The optional parameters
|
|
79
|
-
* @returns Promise<Models.SubscriptionsTestOutputMethodResponse>
|
|
80
|
-
*/
|
|
81
|
-
Subscriptions.prototype.testOutputMethod = function (testOutput, location, options) {
|
|
82
|
-
return this.beginTestOutputMethod(testOutput, location, options)
|
|
83
|
-
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
84
|
-
};
|
|
85
|
-
/**
|
|
86
|
-
* Test the Stream Analytics query on a sample input.
|
|
87
|
-
* @param testQuery The query testing object that defines the input, output, and transformation for
|
|
88
|
-
* the query testing.
|
|
89
|
-
* @param location The region to which the request is sent. You can find out which regions Azure
|
|
90
|
-
* Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
91
|
-
* @param [options] The optional parameters
|
|
92
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
93
|
-
*/
|
|
94
|
-
Subscriptions.prototype.beginTestQueryMethod = function (testQuery, location, options) {
|
|
95
|
-
return this.client.sendLRORequest({
|
|
96
|
-
testQuery: testQuery,
|
|
97
|
-
location: location,
|
|
98
|
-
options: options
|
|
99
|
-
}, beginTestQueryMethodOperationSpec, options);
|
|
100
|
-
};
|
|
101
|
-
/**
|
|
102
|
-
* Sample the Stream Analytics input data.
|
|
103
|
-
* @param sampleInput Defines the necessary parameters for sampling the Stream Analytics input
|
|
104
|
-
* data.
|
|
105
|
-
* @param location The region to which the request is sent. You can find out which regions Azure
|
|
106
|
-
* Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
107
|
-
* @param [options] The optional parameters
|
|
108
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
109
|
-
*/
|
|
110
|
-
Subscriptions.prototype.beginSampleInputMethod = function (sampleInput, location, options) {
|
|
111
|
-
return this.client.sendLRORequest({
|
|
112
|
-
sampleInput: sampleInput,
|
|
113
|
-
location: location,
|
|
114
|
-
options: options
|
|
115
|
-
}, beginSampleInputMethodOperationSpec, options);
|
|
116
|
-
};
|
|
117
|
-
/**
|
|
118
|
-
* Test the Stream Analytics input.
|
|
119
|
-
* @param testInput Defines the necessary parameters for testing the Stream Analytics input.
|
|
120
|
-
* @param location The region to which the request is sent. You can find out which regions Azure
|
|
121
|
-
* Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
122
|
-
* @param [options] The optional parameters
|
|
123
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
124
|
-
*/
|
|
125
|
-
Subscriptions.prototype.beginTestInputMethod = function (testInput, location, options) {
|
|
126
|
-
return this.client.sendLRORequest({
|
|
127
|
-
testInput: testInput,
|
|
128
|
-
location: location,
|
|
129
|
-
options: options
|
|
130
|
-
}, beginTestInputMethodOperationSpec, options);
|
|
131
|
-
};
|
|
132
|
-
/**
|
|
133
|
-
* Test the Stream Analytics output.
|
|
134
|
-
* @param testOutput Defines the necessary parameters for testing the Stream Analytics output.
|
|
135
|
-
* @param location The region to which the request is sent. You can find out which regions Azure
|
|
136
|
-
* Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
137
|
-
* @param [options] The optional parameters
|
|
138
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
139
|
-
*/
|
|
140
|
-
Subscriptions.prototype.beginTestOutputMethod = function (testOutput, location, options) {
|
|
141
|
-
return this.client.sendLRORequest({
|
|
142
|
-
testOutput: testOutput,
|
|
143
|
-
location: location,
|
|
144
|
-
options: options
|
|
145
|
-
}, beginTestOutputMethodOperationSpec, options);
|
|
146
|
-
};
|
|
147
|
-
return Subscriptions;
|
|
148
|
-
}());
|
|
149
|
-
export { Subscriptions };
|
|
150
|
-
// Operation Specifications
|
|
151
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
152
|
-
var listQuotasOperationSpec = {
|
|
153
|
-
httpMethod: "GET",
|
|
154
|
-
path: "subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/quotas",
|
|
155
|
-
urlParameters: [
|
|
156
|
-
Parameters.location,
|
|
157
|
-
Parameters.subscriptionId
|
|
158
|
-
],
|
|
159
|
-
queryParameters: [
|
|
160
|
-
Parameters.apiVersion0
|
|
161
|
-
],
|
|
162
|
-
headerParameters: [
|
|
163
|
-
Parameters.acceptLanguage
|
|
164
|
-
],
|
|
165
|
-
responses: {
|
|
166
|
-
200: {
|
|
167
|
-
bodyMapper: Mappers.SubscriptionQuotasListResult
|
|
168
|
-
},
|
|
169
|
-
default: {
|
|
170
|
-
bodyMapper: Mappers.ErrorModel
|
|
171
|
-
}
|
|
172
|
-
},
|
|
173
|
-
serializer: serializer
|
|
174
|
-
};
|
|
175
|
-
var compileQueryMethodOperationSpec = {
|
|
176
|
-
httpMethod: "POST",
|
|
177
|
-
path: "subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/compileQuery",
|
|
178
|
-
urlParameters: [
|
|
179
|
-
Parameters.location,
|
|
180
|
-
Parameters.subscriptionId
|
|
181
|
-
],
|
|
182
|
-
queryParameters: [
|
|
183
|
-
Parameters.apiVersion0
|
|
184
|
-
],
|
|
185
|
-
headerParameters: [
|
|
186
|
-
Parameters.acceptLanguage
|
|
187
|
-
],
|
|
188
|
-
requestBody: {
|
|
189
|
-
parameterPath: "compileQuery",
|
|
190
|
-
mapper: __assign(__assign({}, Mappers.CompileQuery), { required: true })
|
|
191
|
-
},
|
|
192
|
-
responses: {
|
|
193
|
-
200: {
|
|
194
|
-
bodyMapper: Mappers.QueryCompilationResult
|
|
195
|
-
},
|
|
196
|
-
default: {
|
|
197
|
-
bodyMapper: Mappers.ErrorModel
|
|
198
|
-
}
|
|
199
|
-
},
|
|
200
|
-
serializer: serializer
|
|
201
|
-
};
|
|
202
|
-
var beginTestQueryMethodOperationSpec = {
|
|
203
|
-
httpMethod: "POST",
|
|
204
|
-
path: "subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/testQuery",
|
|
205
|
-
urlParameters: [
|
|
206
|
-
Parameters.location,
|
|
207
|
-
Parameters.subscriptionId
|
|
208
|
-
],
|
|
209
|
-
queryParameters: [
|
|
210
|
-
Parameters.apiVersion0
|
|
211
|
-
],
|
|
212
|
-
headerParameters: [
|
|
213
|
-
Parameters.acceptLanguage
|
|
214
|
-
],
|
|
215
|
-
requestBody: {
|
|
216
|
-
parameterPath: "testQuery",
|
|
217
|
-
mapper: __assign(__assign({}, Mappers.TestQuery), { required: true })
|
|
218
|
-
},
|
|
219
|
-
responses: {
|
|
220
|
-
200: {
|
|
221
|
-
bodyMapper: Mappers.QueryTestingResult
|
|
222
|
-
},
|
|
223
|
-
202: {},
|
|
224
|
-
default: {
|
|
225
|
-
bodyMapper: Mappers.ErrorModel
|
|
226
|
-
}
|
|
227
|
-
},
|
|
228
|
-
serializer: serializer
|
|
229
|
-
};
|
|
230
|
-
var beginSampleInputMethodOperationSpec = {
|
|
231
|
-
httpMethod: "POST",
|
|
232
|
-
path: "subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/sampleInput",
|
|
233
|
-
urlParameters: [
|
|
234
|
-
Parameters.location,
|
|
235
|
-
Parameters.subscriptionId
|
|
236
|
-
],
|
|
237
|
-
queryParameters: [
|
|
238
|
-
Parameters.apiVersion0
|
|
239
|
-
],
|
|
240
|
-
headerParameters: [
|
|
241
|
-
Parameters.acceptLanguage
|
|
242
|
-
],
|
|
243
|
-
requestBody: {
|
|
244
|
-
parameterPath: "sampleInput",
|
|
245
|
-
mapper: __assign(__assign({}, Mappers.SampleInput), { required: true })
|
|
246
|
-
},
|
|
247
|
-
responses: {
|
|
248
|
-
202: {
|
|
249
|
-
bodyMapper: Mappers.SampleInputResult
|
|
250
|
-
},
|
|
251
|
-
default: {
|
|
252
|
-
bodyMapper: Mappers.ErrorModel
|
|
253
|
-
}
|
|
254
|
-
},
|
|
255
|
-
serializer: serializer
|
|
256
|
-
};
|
|
257
|
-
var beginTestInputMethodOperationSpec = {
|
|
258
|
-
httpMethod: "POST",
|
|
259
|
-
path: "subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/testInput",
|
|
260
|
-
urlParameters: [
|
|
261
|
-
Parameters.location,
|
|
262
|
-
Parameters.subscriptionId
|
|
263
|
-
],
|
|
264
|
-
queryParameters: [
|
|
265
|
-
Parameters.apiVersion0
|
|
266
|
-
],
|
|
267
|
-
headerParameters: [
|
|
268
|
-
Parameters.acceptLanguage
|
|
269
|
-
],
|
|
270
|
-
requestBody: {
|
|
271
|
-
parameterPath: "testInput",
|
|
272
|
-
mapper: __assign(__assign({}, Mappers.TestInput), { required: true })
|
|
273
|
-
},
|
|
274
|
-
responses: {
|
|
275
|
-
202: {
|
|
276
|
-
bodyMapper: Mappers.TestDatasourceResult
|
|
277
|
-
},
|
|
278
|
-
default: {
|
|
279
|
-
bodyMapper: Mappers.ErrorModel
|
|
280
|
-
}
|
|
281
|
-
},
|
|
282
|
-
serializer: serializer
|
|
283
|
-
};
|
|
284
|
-
var beginTestOutputMethodOperationSpec = {
|
|
285
|
-
httpMethod: "POST",
|
|
286
|
-
path: "subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/testOutput",
|
|
287
|
-
urlParameters: [
|
|
288
|
-
Parameters.location,
|
|
289
|
-
Parameters.subscriptionId
|
|
290
|
-
],
|
|
291
|
-
queryParameters: [
|
|
292
|
-
Parameters.apiVersion0
|
|
293
|
-
],
|
|
294
|
-
headerParameters: [
|
|
295
|
-
Parameters.acceptLanguage
|
|
296
|
-
],
|
|
297
|
-
requestBody: {
|
|
298
|
-
parameterPath: "testOutput",
|
|
299
|
-
mapper: __assign(__assign({}, Mappers.TestOutput), { required: true })
|
|
300
|
-
},
|
|
301
|
-
responses: {
|
|
302
|
-
202: {
|
|
303
|
-
bodyMapper: Mappers.TestDatasourceResult
|
|
304
|
-
},
|
|
305
|
-
default: {
|
|
306
|
-
bodyMapper: Mappers.ErrorModel
|
|
307
|
-
}
|
|
308
|
-
},
|
|
309
|
-
serializer: serializer
|
|
310
|
-
};
|
|
311
|
-
//# sourceMappingURL=subscriptions.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"subscriptions.js","sourceRoot":"","sources":["../../src/operations/subscriptions.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,106 +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 Transformations. */
|
|
5
|
-
export declare class Transformations {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Create a Transformations.
|
|
9
|
-
* @param {StreamAnalyticsManagementClientContext} client Reference to the service client.
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: StreamAnalyticsManagementClientContext);
|
|
12
|
-
/**
|
|
13
|
-
* Creates a transformation or replaces an already existing transformation under an existing
|
|
14
|
-
* streaming job.
|
|
15
|
-
* @param transformation The definition of the transformation that will be used to create a new
|
|
16
|
-
* transformation or replace 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 transformationName The name of the transformation.
|
|
20
|
-
* @param [options] The optional parameters
|
|
21
|
-
* @returns Promise<Models.TransformationsCreateOrReplaceResponse>
|
|
22
|
-
*/
|
|
23
|
-
createOrReplace(transformation: Models.Transformation, resourceGroupName: string, jobName: string, transformationName: string, options?: Models.TransformationsCreateOrReplaceOptionalParams): Promise<Models.TransformationsCreateOrReplaceResponse>;
|
|
24
|
-
/**
|
|
25
|
-
* @param transformation The definition of the transformation that will be used to create a new
|
|
26
|
-
* transformation or replace 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 transformationName The name of the transformation.
|
|
30
|
-
* @param callback The callback
|
|
31
|
-
*/
|
|
32
|
-
createOrReplace(transformation: Models.Transformation, resourceGroupName: string, jobName: string, transformationName: string, callback: msRest.ServiceCallback<Models.Transformation>): void;
|
|
33
|
-
/**
|
|
34
|
-
* @param transformation The definition of the transformation that will be used to create a new
|
|
35
|
-
* transformation or replace 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 transformationName The name of the transformation.
|
|
39
|
-
* @param options The optional parameters
|
|
40
|
-
* @param callback The callback
|
|
41
|
-
*/
|
|
42
|
-
createOrReplace(transformation: Models.Transformation, resourceGroupName: string, jobName: string, transformationName: string, options: Models.TransformationsCreateOrReplaceOptionalParams, callback: msRest.ServiceCallback<Models.Transformation>): void;
|
|
43
|
-
/**
|
|
44
|
-
* Updates an existing transformation under an existing streaming job. This can be used to
|
|
45
|
-
* partially update (ie. update one or two properties) a transformation without affecting the rest
|
|
46
|
-
* the job or transformation definition.
|
|
47
|
-
* @param transformation A Transformation object. The properties specified here will overwrite the
|
|
48
|
-
* corresponding properties in the existing transformation (ie. Those properties will be updated).
|
|
49
|
-
* Any properties that are set to null here will mean that the corresponding property in the
|
|
50
|
-
* existing transformation will 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 transformationName The name of the transformation.
|
|
54
|
-
* @param [options] The optional parameters
|
|
55
|
-
* @returns Promise<Models.TransformationsUpdateResponse>
|
|
56
|
-
*/
|
|
57
|
-
update(transformation: Models.Transformation, resourceGroupName: string, jobName: string, transformationName: string, options?: Models.TransformationsUpdateOptionalParams): Promise<Models.TransformationsUpdateResponse>;
|
|
58
|
-
/**
|
|
59
|
-
* @param transformation A Transformation object. The properties specified here will overwrite the
|
|
60
|
-
* corresponding properties in the existing transformation (ie. Those properties will be updated).
|
|
61
|
-
* Any properties that are set to null here will mean that the corresponding property in the
|
|
62
|
-
* existing transformation will 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 transformationName The name of the transformation.
|
|
66
|
-
* @param callback The callback
|
|
67
|
-
*/
|
|
68
|
-
update(transformation: Models.Transformation, resourceGroupName: string, jobName: string, transformationName: string, callback: msRest.ServiceCallback<Models.Transformation>): void;
|
|
69
|
-
/**
|
|
70
|
-
* @param transformation A Transformation object. The properties specified here will overwrite the
|
|
71
|
-
* corresponding properties in the existing transformation (ie. Those properties will be updated).
|
|
72
|
-
* Any properties that are set to null here will mean that the corresponding property in the
|
|
73
|
-
* existing transformation will 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 transformationName The name of the transformation.
|
|
77
|
-
* @param options The optional parameters
|
|
78
|
-
* @param callback The callback
|
|
79
|
-
*/
|
|
80
|
-
update(transformation: Models.Transformation, resourceGroupName: string, jobName: string, transformationName: string, options: Models.TransformationsUpdateOptionalParams, callback: msRest.ServiceCallback<Models.Transformation>): void;
|
|
81
|
-
/**
|
|
82
|
-
* Gets details about the specified transformation.
|
|
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 transformationName The name of the transformation.
|
|
86
|
-
* @param [options] The optional parameters
|
|
87
|
-
* @returns Promise<Models.TransformationsGetResponse>
|
|
88
|
-
*/
|
|
89
|
-
get(resourceGroupName: string, jobName: string, transformationName: string, options?: msRest.RequestOptionsBase): Promise<Models.TransformationsGetResponse>;
|
|
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 transformationName The name of the transformation.
|
|
94
|
-
* @param callback The callback
|
|
95
|
-
*/
|
|
96
|
-
get(resourceGroupName: string, jobName: string, transformationName: string, callback: msRest.ServiceCallback<Models.Transformation>): 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 transformationName The name of the transformation.
|
|
101
|
-
* @param options The optional parameters
|
|
102
|
-
* @param callback The callback
|
|
103
|
-
*/
|
|
104
|
-
get(resourceGroupName: string, jobName: string, transformationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Transformation>): void;
|
|
105
|
-
}
|
|
106
|
-
//# sourceMappingURL=transformations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"transformations.d.ts","sourceRoot":"","sources":["../../src/operations/transformations.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,4CAA4C;AAC5C,qBAAa,eAAe;IAC1B,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyC;IAEhE;;;OAGG;gBACS,MAAM,EAAE,sCAAsC;IAI1D;;;;;;;;;;OAUG;IACH,eAAe,CAAC,cAAc,EAAE,MAAM,CAAC,cAAc,EAAE,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,kBAAkB,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,4CAA4C,GAAG,OAAO,CAAC,MAAM,CAAC,sCAAsC,CAAC;IACrP;;;;;;;OAOG;IACH,eAAe,CAAC,cAAc,EAAE,MAAM,CAAC,cAAc,EAAE,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,kBAAkB,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,cAAc,CAAC,GAAG,IAAI;IAC7L;;;;;;;;OAQG;IACH,eAAe,CAAC,cAAc,EAAE,MAAM,CAAC,cAAc,EAAE,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,kBAAkB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,4CAA4C,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,cAAc,CAAC,GAAG,IAAI;IAc3P;;;;;;;;;;;;;OAaG;IACH,MAAM,CAAC,cAAc,EAAE,MAAM,CAAC,cAAc,EAAE,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,kBAAkB,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,mCAAmC,GAAG,OAAO,CAAC,MAAM,CAAC,6BAA6B,CAAC;IAC1N;;;;;;;;;OASG;IACH,MAAM,CAAC,cAAc,EAAE,MAAM,CAAC,cAAc,EAAE,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,kBAAkB,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,cAAc,CAAC,GAAG,IAAI;IACpL;;;;;;;;;;OAUG;IACH,MAAM,CAAC,cAAc,EAAE,MAAM,CAAC,cAAc,EAAE,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,kBAAkB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,mCAAmC,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,cAAc,CAAC,GAAG,IAAI;IAczO;;;;;;;OAOG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,kBAAkB,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,0BAA0B,CAAC;IAC5J;;;;;OAKG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,kBAAkB,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,cAAc,CAAC,GAAG,IAAI;IAC1I;;;;;;OAMG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,kBAAkB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,cAAc,CAAC,GAAG,IAAI;CAY/K"}
|