@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,99 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export {
|
|
10
|
-
discriminators,
|
|
11
|
-
AggregateFunctionProperties,
|
|
12
|
-
AvroSerialization,
|
|
13
|
-
AzureDataLakeStoreOutputDataSource,
|
|
14
|
-
AzureFunctionOutputDataSource,
|
|
15
|
-
AzureMachineLearningServiceFunctionBinding,
|
|
16
|
-
AzureMachineLearningServiceInputColumn,
|
|
17
|
-
AzureMachineLearningServiceOutputColumn,
|
|
18
|
-
AzureMachineLearningStudioFunctionBinding,
|
|
19
|
-
AzureMachineLearningStudioInputColumn,
|
|
20
|
-
AzureMachineLearningStudioInputs,
|
|
21
|
-
AzureMachineLearningStudioOutputColumn,
|
|
22
|
-
AzureSqlDatabaseOutputDataSource,
|
|
23
|
-
AzureSqlReferenceInputDataSource,
|
|
24
|
-
AzureSqlReferenceInputDataSourceProperties,
|
|
25
|
-
AzureSynapseOutputDataSource,
|
|
26
|
-
AzureTableOutputDataSource,
|
|
27
|
-
BaseResource,
|
|
28
|
-
BlobOutputDataSource,
|
|
29
|
-
BlobReferenceInputDataSource,
|
|
30
|
-
BlobStreamInputDataSource,
|
|
31
|
-
Cluster,
|
|
32
|
-
ClusterInfo,
|
|
33
|
-
ClusterProperties,
|
|
34
|
-
ClusterSku,
|
|
35
|
-
Compression,
|
|
36
|
-
CSharpFunctionBinding,
|
|
37
|
-
CsvSerialization,
|
|
38
|
-
CustomClrSerialization,
|
|
39
|
-
DiagnosticCondition,
|
|
40
|
-
Diagnostics,
|
|
41
|
-
DocumentDbOutputDataSource,
|
|
42
|
-
ErrorDetails,
|
|
43
|
-
ErrorError,
|
|
44
|
-
ErrorModel,
|
|
45
|
-
ErrorResponse,
|
|
46
|
-
EventHubOutputDataSource,
|
|
47
|
-
EventHubStreamInputDataSource,
|
|
48
|
-
EventHubV2OutputDataSource,
|
|
49
|
-
EventHubV2StreamInputDataSource,
|
|
50
|
-
External,
|
|
51
|
-
FunctionBinding,
|
|
52
|
-
FunctionInput,
|
|
53
|
-
FunctionModel,
|
|
54
|
-
FunctionOutput,
|
|
55
|
-
FunctionProperties,
|
|
56
|
-
Identity,
|
|
57
|
-
Input,
|
|
58
|
-
InputProperties,
|
|
59
|
-
IoTHubStreamInputDataSource,
|
|
60
|
-
JavaScriptFunctionBinding,
|
|
61
|
-
JobStorageAccount,
|
|
62
|
-
JsonSerialization,
|
|
63
|
-
Output,
|
|
64
|
-
OutputDataSource,
|
|
65
|
-
OutputListResult,
|
|
66
|
-
OutputsCreateOrReplaceHeaders,
|
|
67
|
-
OutputsGetHeaders,
|
|
68
|
-
OutputsUpdateHeaders,
|
|
69
|
-
ParquetSerialization,
|
|
70
|
-
PowerBIOutputDataSource,
|
|
71
|
-
PrivateEndpoint,
|
|
72
|
-
PrivateEndpointProperties,
|
|
73
|
-
PrivateLinkConnectionState,
|
|
74
|
-
PrivateLinkServiceConnection,
|
|
75
|
-
ProxyResource,
|
|
76
|
-
QueryTestingResult,
|
|
77
|
-
RawOutputDatasource,
|
|
78
|
-
RawReferenceInputDataSource,
|
|
79
|
-
RawStreamInputDataSource,
|
|
80
|
-
ReferenceInputDataSource,
|
|
81
|
-
ReferenceInputProperties,
|
|
82
|
-
Resource,
|
|
83
|
-
ResourceTestStatus,
|
|
84
|
-
SampleInputResult,
|
|
85
|
-
ScalarFunctionProperties,
|
|
86
|
-
Serialization,
|
|
87
|
-
ServiceBusQueueOutputDataSource,
|
|
88
|
-
ServiceBusTopicOutputDataSource,
|
|
89
|
-
StorageAccount,
|
|
90
|
-
StreamingJob,
|
|
91
|
-
StreamingJobSku,
|
|
92
|
-
StreamInputDataSource,
|
|
93
|
-
StreamInputProperties,
|
|
94
|
-
SubResource,
|
|
95
|
-
SubscriptionQuota,
|
|
96
|
-
TestDatasourceResult,
|
|
97
|
-
TrackedResource,
|
|
98
|
-
Transformation
|
|
99
|
-
} from "../models/mappers";
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export {
|
|
10
|
-
discriminators,
|
|
11
|
-
AggregateFunctionProperties,
|
|
12
|
-
AvroSerialization,
|
|
13
|
-
AzureDataLakeStoreOutputDataSource,
|
|
14
|
-
AzureFunctionOutputDataSource,
|
|
15
|
-
AzureMachineLearningServiceFunctionBinding,
|
|
16
|
-
AzureMachineLearningServiceInputColumn,
|
|
17
|
-
AzureMachineLearningServiceOutputColumn,
|
|
18
|
-
AzureMachineLearningStudioFunctionBinding,
|
|
19
|
-
AzureMachineLearningStudioInputColumn,
|
|
20
|
-
AzureMachineLearningStudioInputs,
|
|
21
|
-
AzureMachineLearningStudioOutputColumn,
|
|
22
|
-
AzureSqlDatabaseOutputDataSource,
|
|
23
|
-
AzureSqlReferenceInputDataSource,
|
|
24
|
-
AzureSqlReferenceInputDataSourceProperties,
|
|
25
|
-
AzureSynapseOutputDataSource,
|
|
26
|
-
AzureTableOutputDataSource,
|
|
27
|
-
BaseResource,
|
|
28
|
-
BlobOutputDataSource,
|
|
29
|
-
BlobReferenceInputDataSource,
|
|
30
|
-
BlobStreamInputDataSource,
|
|
31
|
-
Cluster,
|
|
32
|
-
ClusterInfo,
|
|
33
|
-
ClusterProperties,
|
|
34
|
-
ClusterSku,
|
|
35
|
-
Compression,
|
|
36
|
-
CSharpFunctionBinding,
|
|
37
|
-
CsvSerialization,
|
|
38
|
-
CustomClrSerialization,
|
|
39
|
-
DiagnosticCondition,
|
|
40
|
-
Diagnostics,
|
|
41
|
-
DocumentDbOutputDataSource,
|
|
42
|
-
ErrorDetails,
|
|
43
|
-
ErrorError,
|
|
44
|
-
ErrorModel,
|
|
45
|
-
EventHubOutputDataSource,
|
|
46
|
-
EventHubStreamInputDataSource,
|
|
47
|
-
EventHubV2OutputDataSource,
|
|
48
|
-
EventHubV2StreamInputDataSource,
|
|
49
|
-
External,
|
|
50
|
-
FunctionBinding,
|
|
51
|
-
FunctionInput,
|
|
52
|
-
FunctionModel,
|
|
53
|
-
FunctionOutput,
|
|
54
|
-
FunctionProperties,
|
|
55
|
-
Identity,
|
|
56
|
-
Input,
|
|
57
|
-
InputProperties,
|
|
58
|
-
IoTHubStreamInputDataSource,
|
|
59
|
-
JavaScriptFunctionBinding,
|
|
60
|
-
JobStorageAccount,
|
|
61
|
-
JsonSerialization,
|
|
62
|
-
Output,
|
|
63
|
-
OutputDataSource,
|
|
64
|
-
ParquetSerialization,
|
|
65
|
-
PowerBIOutputDataSource,
|
|
66
|
-
PrivateEndpoint,
|
|
67
|
-
PrivateEndpointListResult,
|
|
68
|
-
PrivateEndpointProperties,
|
|
69
|
-
PrivateLinkConnectionState,
|
|
70
|
-
PrivateLinkServiceConnection,
|
|
71
|
-
ProxyResource,
|
|
72
|
-
QueryTestingResult,
|
|
73
|
-
RawOutputDatasource,
|
|
74
|
-
RawReferenceInputDataSource,
|
|
75
|
-
RawStreamInputDataSource,
|
|
76
|
-
ReferenceInputDataSource,
|
|
77
|
-
ReferenceInputProperties,
|
|
78
|
-
Resource,
|
|
79
|
-
SampleInputResult,
|
|
80
|
-
ScalarFunctionProperties,
|
|
81
|
-
Serialization,
|
|
82
|
-
ServiceBusQueueOutputDataSource,
|
|
83
|
-
ServiceBusTopicOutputDataSource,
|
|
84
|
-
StorageAccount,
|
|
85
|
-
StreamingJob,
|
|
86
|
-
StreamingJobSku,
|
|
87
|
-
StreamInputDataSource,
|
|
88
|
-
StreamInputProperties,
|
|
89
|
-
SubResource,
|
|
90
|
-
SubscriptionQuota,
|
|
91
|
-
TestDatasourceResult,
|
|
92
|
-
TrackedResource,
|
|
93
|
-
Transformation
|
|
94
|
-
} from "../models/mappers";
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export {
|
|
10
|
-
discriminators,
|
|
11
|
-
AggregateFunctionProperties,
|
|
12
|
-
AvroSerialization,
|
|
13
|
-
AzureDataLakeStoreOutputDataSource,
|
|
14
|
-
AzureFunctionOutputDataSource,
|
|
15
|
-
AzureMachineLearningServiceFunctionBinding,
|
|
16
|
-
AzureMachineLearningServiceInputColumn,
|
|
17
|
-
AzureMachineLearningServiceOutputColumn,
|
|
18
|
-
AzureMachineLearningStudioFunctionBinding,
|
|
19
|
-
AzureMachineLearningStudioInputColumn,
|
|
20
|
-
AzureMachineLearningStudioInputs,
|
|
21
|
-
AzureMachineLearningStudioOutputColumn,
|
|
22
|
-
AzureSqlDatabaseOutputDataSource,
|
|
23
|
-
AzureSqlReferenceInputDataSource,
|
|
24
|
-
AzureSqlReferenceInputDataSourceProperties,
|
|
25
|
-
AzureSynapseOutputDataSource,
|
|
26
|
-
AzureTableOutputDataSource,
|
|
27
|
-
BaseResource,
|
|
28
|
-
BlobOutputDataSource,
|
|
29
|
-
BlobReferenceInputDataSource,
|
|
30
|
-
BlobStreamInputDataSource,
|
|
31
|
-
Cluster,
|
|
32
|
-
ClusterInfo,
|
|
33
|
-
ClusterProperties,
|
|
34
|
-
ClusterSku,
|
|
35
|
-
Compression,
|
|
36
|
-
CSharpFunctionBinding,
|
|
37
|
-
CsvSerialization,
|
|
38
|
-
CustomClrSerialization,
|
|
39
|
-
DiagnosticCondition,
|
|
40
|
-
Diagnostics,
|
|
41
|
-
DocumentDbOutputDataSource,
|
|
42
|
-
ErrorDetails,
|
|
43
|
-
ErrorError,
|
|
44
|
-
ErrorModel,
|
|
45
|
-
EventHubOutputDataSource,
|
|
46
|
-
EventHubStreamInputDataSource,
|
|
47
|
-
EventHubV2OutputDataSource,
|
|
48
|
-
EventHubV2StreamInputDataSource,
|
|
49
|
-
External,
|
|
50
|
-
FunctionBinding,
|
|
51
|
-
FunctionInput,
|
|
52
|
-
FunctionModel,
|
|
53
|
-
FunctionOutput,
|
|
54
|
-
FunctionProperties,
|
|
55
|
-
Identity,
|
|
56
|
-
Input,
|
|
57
|
-
InputProperties,
|
|
58
|
-
IoTHubStreamInputDataSource,
|
|
59
|
-
JavaScriptFunctionBinding,
|
|
60
|
-
JobStorageAccount,
|
|
61
|
-
JsonSerialization,
|
|
62
|
-
Output,
|
|
63
|
-
OutputDataSource,
|
|
64
|
-
ParquetSerialization,
|
|
65
|
-
PowerBIOutputDataSource,
|
|
66
|
-
PrivateEndpoint,
|
|
67
|
-
PrivateEndpointProperties,
|
|
68
|
-
PrivateLinkConnectionState,
|
|
69
|
-
PrivateLinkServiceConnection,
|
|
70
|
-
ProxyResource,
|
|
71
|
-
QueryTestingResult,
|
|
72
|
-
RawOutputDatasource,
|
|
73
|
-
RawReferenceInputDataSource,
|
|
74
|
-
RawStreamInputDataSource,
|
|
75
|
-
ReferenceInputDataSource,
|
|
76
|
-
ReferenceInputProperties,
|
|
77
|
-
Resource,
|
|
78
|
-
SampleInputResult,
|
|
79
|
-
ScalarFunctionProperties,
|
|
80
|
-
Serialization,
|
|
81
|
-
ServiceBusQueueOutputDataSource,
|
|
82
|
-
ServiceBusTopicOutputDataSource,
|
|
83
|
-
StartStreamingJobParameters,
|
|
84
|
-
StorageAccount,
|
|
85
|
-
StreamingJob,
|
|
86
|
-
StreamingJobListResult,
|
|
87
|
-
StreamingJobsCreateOrReplaceHeaders,
|
|
88
|
-
StreamingJobsGetHeaders,
|
|
89
|
-
StreamingJobSku,
|
|
90
|
-
StreamingJobsUpdateHeaders,
|
|
91
|
-
StreamInputDataSource,
|
|
92
|
-
StreamInputProperties,
|
|
93
|
-
SubResource,
|
|
94
|
-
SubscriptionQuota,
|
|
95
|
-
TestDatasourceResult,
|
|
96
|
-
TrackedResource,
|
|
97
|
-
Transformation
|
|
98
|
-
} from "../models/mappers";
|
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export {
|
|
10
|
-
discriminators,
|
|
11
|
-
AggregateFunctionProperties,
|
|
12
|
-
AvroSerialization,
|
|
13
|
-
AzureDataLakeStoreOutputDataSource,
|
|
14
|
-
AzureFunctionOutputDataSource,
|
|
15
|
-
AzureMachineLearningServiceFunctionBinding,
|
|
16
|
-
AzureMachineLearningServiceInputColumn,
|
|
17
|
-
AzureMachineLearningServiceOutputColumn,
|
|
18
|
-
AzureMachineLearningStudioFunctionBinding,
|
|
19
|
-
AzureMachineLearningStudioInputColumn,
|
|
20
|
-
AzureMachineLearningStudioInputs,
|
|
21
|
-
AzureMachineLearningStudioOutputColumn,
|
|
22
|
-
AzureSqlDatabaseOutputDataSource,
|
|
23
|
-
AzureSqlReferenceInputDataSource,
|
|
24
|
-
AzureSqlReferenceInputDataSourceProperties,
|
|
25
|
-
AzureSynapseOutputDataSource,
|
|
26
|
-
AzureTableOutputDataSource,
|
|
27
|
-
BaseResource,
|
|
28
|
-
BlobOutputDataSource,
|
|
29
|
-
BlobReferenceInputDataSource,
|
|
30
|
-
BlobStreamInputDataSource,
|
|
31
|
-
Cluster,
|
|
32
|
-
ClusterInfo,
|
|
33
|
-
ClusterProperties,
|
|
34
|
-
ClusterSku,
|
|
35
|
-
CompileQuery,
|
|
36
|
-
Compression,
|
|
37
|
-
CSharpFunctionBinding,
|
|
38
|
-
CsvSerialization,
|
|
39
|
-
CustomClrSerialization,
|
|
40
|
-
DiagnosticCondition,
|
|
41
|
-
Diagnostics,
|
|
42
|
-
DocumentDbOutputDataSource,
|
|
43
|
-
ErrorDetails,
|
|
44
|
-
ErrorError,
|
|
45
|
-
ErrorModel,
|
|
46
|
-
EventHubOutputDataSource,
|
|
47
|
-
EventHubStreamInputDataSource,
|
|
48
|
-
EventHubV2OutputDataSource,
|
|
49
|
-
EventHubV2StreamInputDataSource,
|
|
50
|
-
External,
|
|
51
|
-
FunctionBinding,
|
|
52
|
-
FunctionInput,
|
|
53
|
-
FunctionModel,
|
|
54
|
-
FunctionOutput,
|
|
55
|
-
FunctionProperties,
|
|
56
|
-
Identity,
|
|
57
|
-
Input,
|
|
58
|
-
InputProperties,
|
|
59
|
-
IoTHubStreamInputDataSource,
|
|
60
|
-
JavaScriptFunctionBinding,
|
|
61
|
-
JobStorageAccount,
|
|
62
|
-
JsonSerialization,
|
|
63
|
-
Output,
|
|
64
|
-
OutputDataSource,
|
|
65
|
-
ParquetSerialization,
|
|
66
|
-
PowerBIOutputDataSource,
|
|
67
|
-
PrivateEndpoint,
|
|
68
|
-
PrivateEndpointProperties,
|
|
69
|
-
PrivateLinkConnectionState,
|
|
70
|
-
PrivateLinkServiceConnection,
|
|
71
|
-
ProxyResource,
|
|
72
|
-
QueryCompilationError,
|
|
73
|
-
QueryCompilationResult,
|
|
74
|
-
QueryFunction,
|
|
75
|
-
QueryInput,
|
|
76
|
-
QueryTestingResult,
|
|
77
|
-
RawOutputDatasource,
|
|
78
|
-
RawReferenceInputDataSource,
|
|
79
|
-
RawStreamInputDataSource,
|
|
80
|
-
ReferenceInputDataSource,
|
|
81
|
-
ReferenceInputProperties,
|
|
82
|
-
Resource,
|
|
83
|
-
SampleInput,
|
|
84
|
-
SampleInputResult,
|
|
85
|
-
ScalarFunctionProperties,
|
|
86
|
-
Serialization,
|
|
87
|
-
ServiceBusQueueOutputDataSource,
|
|
88
|
-
ServiceBusTopicOutputDataSource,
|
|
89
|
-
StorageAccount,
|
|
90
|
-
StreamingJob,
|
|
91
|
-
StreamingJobSku,
|
|
92
|
-
StreamInputDataSource,
|
|
93
|
-
StreamInputProperties,
|
|
94
|
-
SubResource,
|
|
95
|
-
SubscriptionQuota,
|
|
96
|
-
SubscriptionQuotasListResult,
|
|
97
|
-
TestDatasourceResult,
|
|
98
|
-
TestInput,
|
|
99
|
-
TestOutput,
|
|
100
|
-
TestQuery,
|
|
101
|
-
TestQueryDiagnostics,
|
|
102
|
-
TrackedResource,
|
|
103
|
-
Transformation
|
|
104
|
-
} from "../models/mappers";
|
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export {
|
|
10
|
-
discriminators,
|
|
11
|
-
AggregateFunctionProperties,
|
|
12
|
-
AvroSerialization,
|
|
13
|
-
AzureDataLakeStoreOutputDataSource,
|
|
14
|
-
AzureFunctionOutputDataSource,
|
|
15
|
-
AzureMachineLearningServiceFunctionBinding,
|
|
16
|
-
AzureMachineLearningServiceInputColumn,
|
|
17
|
-
AzureMachineLearningServiceOutputColumn,
|
|
18
|
-
AzureMachineLearningStudioFunctionBinding,
|
|
19
|
-
AzureMachineLearningStudioInputColumn,
|
|
20
|
-
AzureMachineLearningStudioInputs,
|
|
21
|
-
AzureMachineLearningStudioOutputColumn,
|
|
22
|
-
AzureSqlDatabaseOutputDataSource,
|
|
23
|
-
AzureSqlReferenceInputDataSource,
|
|
24
|
-
AzureSqlReferenceInputDataSourceProperties,
|
|
25
|
-
AzureSynapseOutputDataSource,
|
|
26
|
-
AzureTableOutputDataSource,
|
|
27
|
-
BaseResource,
|
|
28
|
-
BlobOutputDataSource,
|
|
29
|
-
BlobReferenceInputDataSource,
|
|
30
|
-
BlobStreamInputDataSource,
|
|
31
|
-
Cluster,
|
|
32
|
-
ClusterInfo,
|
|
33
|
-
ClusterProperties,
|
|
34
|
-
ClusterSku,
|
|
35
|
-
Compression,
|
|
36
|
-
CSharpFunctionBinding,
|
|
37
|
-
CsvSerialization,
|
|
38
|
-
CustomClrSerialization,
|
|
39
|
-
DiagnosticCondition,
|
|
40
|
-
Diagnostics,
|
|
41
|
-
DocumentDbOutputDataSource,
|
|
42
|
-
ErrorDetails,
|
|
43
|
-
ErrorError,
|
|
44
|
-
ErrorModel,
|
|
45
|
-
EventHubOutputDataSource,
|
|
46
|
-
EventHubStreamInputDataSource,
|
|
47
|
-
EventHubV2OutputDataSource,
|
|
48
|
-
EventHubV2StreamInputDataSource,
|
|
49
|
-
External,
|
|
50
|
-
FunctionBinding,
|
|
51
|
-
FunctionInput,
|
|
52
|
-
FunctionModel,
|
|
53
|
-
FunctionOutput,
|
|
54
|
-
FunctionProperties,
|
|
55
|
-
Identity,
|
|
56
|
-
Input,
|
|
57
|
-
InputProperties,
|
|
58
|
-
IoTHubStreamInputDataSource,
|
|
59
|
-
JavaScriptFunctionBinding,
|
|
60
|
-
JobStorageAccount,
|
|
61
|
-
JsonSerialization,
|
|
62
|
-
Output,
|
|
63
|
-
OutputDataSource,
|
|
64
|
-
ParquetSerialization,
|
|
65
|
-
PowerBIOutputDataSource,
|
|
66
|
-
PrivateEndpoint,
|
|
67
|
-
PrivateEndpointProperties,
|
|
68
|
-
PrivateLinkConnectionState,
|
|
69
|
-
PrivateLinkServiceConnection,
|
|
70
|
-
ProxyResource,
|
|
71
|
-
QueryTestingResult,
|
|
72
|
-
RawOutputDatasource,
|
|
73
|
-
RawReferenceInputDataSource,
|
|
74
|
-
RawStreamInputDataSource,
|
|
75
|
-
ReferenceInputDataSource,
|
|
76
|
-
ReferenceInputProperties,
|
|
77
|
-
Resource,
|
|
78
|
-
SampleInputResult,
|
|
79
|
-
ScalarFunctionProperties,
|
|
80
|
-
Serialization,
|
|
81
|
-
ServiceBusQueueOutputDataSource,
|
|
82
|
-
ServiceBusTopicOutputDataSource,
|
|
83
|
-
StorageAccount,
|
|
84
|
-
StreamingJob,
|
|
85
|
-
StreamingJobSku,
|
|
86
|
-
StreamInputDataSource,
|
|
87
|
-
StreamInputProperties,
|
|
88
|
-
SubResource,
|
|
89
|
-
SubscriptionQuota,
|
|
90
|
-
TestDatasourceResult,
|
|
91
|
-
TrackedResource,
|
|
92
|
-
Transformation,
|
|
93
|
-
TransformationsCreateOrReplaceHeaders,
|
|
94
|
-
TransformationsGetHeaders,
|
|
95
|
-
TransformationsUpdateHeaders
|
|
96
|
-
} from "../models/mappers";
|
|
@@ -1,65 +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
|
-
|
|
10
|
-
import * as Models from "./models";
|
|
11
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
12
|
-
import * as msRestAzure from "@azure/ms-rest-azure-js";
|
|
13
|
-
import { TokenCredential } from "@azure/core-auth";
|
|
14
|
-
|
|
15
|
-
const packageName = "@azure/arm-streamanalytics";
|
|
16
|
-
const packageVersion = "3.0.0";
|
|
17
|
-
|
|
18
|
-
export class StreamAnalyticsManagementClientContext extends msRestAzure.AzureServiceClient {
|
|
19
|
-
credentials: msRest.ServiceClientCredentials | TokenCredential;
|
|
20
|
-
subscriptionId: string;
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* Initializes a new instance of the StreamAnalyticsManagementClient class.
|
|
24
|
-
* @param credentials Credentials needed for the client to connect to Azure. Credentials
|
|
25
|
-
* implementing the TokenCredential interface from the @azure/identity package are recommended. For
|
|
26
|
-
* more information about these credentials, see
|
|
27
|
-
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
|
28
|
-
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
|
29
|
-
* @azure/ms-rest-browserauth are also supported.
|
|
30
|
-
* @param subscriptionId The ID of the target subscription.
|
|
31
|
-
* @param [options] The parameter options
|
|
32
|
-
*/
|
|
33
|
-
constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.StreamAnalyticsManagementClientOptions) {
|
|
34
|
-
if (credentials == undefined) {
|
|
35
|
-
throw new Error('\'credentials\' cannot be null.');
|
|
36
|
-
}
|
|
37
|
-
if (subscriptionId == undefined) {
|
|
38
|
-
throw new Error('\'subscriptionId\' cannot be null.');
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
if (!options) {
|
|
42
|
-
options = {};
|
|
43
|
-
}
|
|
44
|
-
if (!options.userAgent) {
|
|
45
|
-
const defaultUserAgent = msRestAzure.getDefaultUserAgentValue();
|
|
46
|
-
options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
super(credentials, options);
|
|
50
|
-
|
|
51
|
-
this.acceptLanguage = 'en-US';
|
|
52
|
-
this.longRunningOperationRetryTimeout = 30;
|
|
53
|
-
this.baseUri = options.baseUri || this.baseUri || "https://management.azure.com";
|
|
54
|
-
this.requestContentType = "application/json; charset=utf-8";
|
|
55
|
-
this.credentials = credentials;
|
|
56
|
-
this.subscriptionId = subscriptionId;
|
|
57
|
-
|
|
58
|
-
if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {
|
|
59
|
-
this.acceptLanguage = options.acceptLanguage;
|
|
60
|
-
}
|
|
61
|
-
if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {
|
|
62
|
-
this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
}
|