@azure/arm-streamanalytics 3.0.0-beta.1 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{LICENSE → LICENSE.txt} +1 -1
- package/README.md +84 -66
- package/dist/arm-streamanalytics.js +7772 -0
- package/dist/arm-streamanalytics.js.map +1 -0
- package/dist/arm-streamanalytics.min.js +1 -0
- package/dist/arm-streamanalytics.min.js.map +1 -0
- package/esm/models/clustersMappers.d.ts +2 -0
- package/esm/models/clustersMappers.d.ts.map +1 -0
- package/esm/models/clustersMappers.js +9 -0
- package/esm/models/clustersMappers.js.map +1 -0
- package/esm/models/functionsMappers.d.ts +2 -0
- package/esm/models/functionsMappers.d.ts.map +1 -0
- package/esm/models/functionsMappers.js +9 -0
- package/esm/models/functionsMappers.js.map +1 -0
- package/esm/models/index.d.ts +4514 -0
- package/esm/models/index.d.ts.map +1 -0
- package/{dist-esm/src/operationsInterfaces/inputs.js → esm/models/index.js} +1 -2
- package/esm/models/index.js.map +1 -0
- package/esm/models/inputsMappers.d.ts +2 -0
- package/esm/models/inputsMappers.d.ts.map +1 -0
- package/esm/models/inputsMappers.js +9 -0
- package/esm/models/inputsMappers.js.map +1 -0
- package/esm/models/mappers.d.ts +185 -0
- package/esm/models/mappers.d.ts.map +1 -0
- package/{dist-esm/src → esm}/models/mappers.js +2184 -2272
- package/esm/models/mappers.js.map +1 -0
- package/esm/models/operationsMappers.d.ts +2 -0
- package/esm/models/operationsMappers.d.ts.map +1 -0
- package/esm/models/operationsMappers.js +9 -0
- package/esm/models/operationsMappers.js.map +1 -0
- package/esm/models/outputsMappers.d.ts +2 -0
- package/esm/models/outputsMappers.d.ts.map +1 -0
- package/esm/models/outputsMappers.js +9 -0
- package/esm/models/outputsMappers.js.map +1 -0
- package/esm/models/parameters.d.ts +20 -0
- package/esm/models/parameters.d.ts.map +1 -0
- package/esm/models/parameters.js +216 -0
- package/esm/models/parameters.js.map +1 -0
- package/esm/models/privateEndpointsMappers.d.ts +2 -0
- package/esm/models/privateEndpointsMappers.d.ts.map +1 -0
- package/esm/models/privateEndpointsMappers.js +9 -0
- package/esm/models/privateEndpointsMappers.js.map +1 -0
- package/esm/models/streamingJobsMappers.d.ts +2 -0
- package/esm/models/streamingJobsMappers.d.ts.map +1 -0
- package/esm/models/streamingJobsMappers.js +9 -0
- package/esm/models/streamingJobsMappers.js.map +1 -0
- package/esm/models/subscriptionsMappers.d.ts +2 -0
- package/esm/models/subscriptionsMappers.d.ts.map +1 -0
- package/esm/models/subscriptionsMappers.js +9 -0
- package/esm/models/subscriptionsMappers.js.map +1 -0
- package/esm/models/transformationsMappers.d.ts +2 -0
- package/esm/models/transformationsMappers.d.ts.map +1 -0
- package/esm/models/transformationsMappers.js +9 -0
- package/esm/models/transformationsMappers.js.map +1 -0
- package/esm/operations/clusters.d.ts +201 -0
- package/esm/operations/clusters.d.ts.map +1 -0
- package/esm/operations/clusters.js +406 -0
- package/esm/operations/clusters.js.map +1 -0
- package/esm/operations/functions.d.ts +215 -0
- package/esm/operations/functions.d.ts.map +1 -0
- package/esm/operations/functions.js +348 -0
- package/esm/operations/functions.js.map +1 -0
- package/{dist-esm/src → esm}/operations/index.d.ts +0 -0
- package/esm/operations/index.d.ts.map +1 -0
- package/{dist-esm/src/operationsInterfaces → esm/operations}/index.js +2 -1
- package/esm/operations/index.js.map +1 -0
- package/esm/operations/inputs.d.ts +189 -0
- package/esm/operations/inputs.d.ts.map +1 -0
- package/esm/operations/inputs.js +306 -0
- package/esm/operations/inputs.js.map +1 -0
- package/esm/operations/operations.d.ts +46 -0
- package/esm/operations/operations.d.ts.map +1 -0
- package/esm/operations/operations.js +79 -0
- package/esm/operations/operations.js.map +1 -0
- package/esm/operations/outputs.d.ts +189 -0
- package/esm/operations/outputs.d.ts.map +1 -0
- package/esm/operations/outputs.js +306 -0
- package/esm/operations/outputs.js.map +1 -0
- package/esm/operations/privateEndpoints.d.ts +125 -0
- package/esm/operations/privateEndpoints.d.ts.map +1 -0
- package/esm/operations/privateEndpoints.js +216 -0
- package/esm/operations/privateEndpoints.js.map +1 -0
- package/esm/operations/streamingJobs.d.ts +210 -0
- package/esm/operations/streamingJobs.d.ts.map +1 -0
- package/esm/operations/streamingJobs.js +440 -0
- package/esm/operations/streamingJobs.js.map +1 -0
- package/esm/operations/subscriptions.d.ts +138 -0
- package/esm/operations/subscriptions.d.ts.map +1 -0
- package/esm/operations/subscriptions.js +311 -0
- package/esm/operations/subscriptions.js.map +1 -0
- package/esm/operations/transformations.d.ts +106 -0
- package/esm/operations/transformations.d.ts.map +1 -0
- package/esm/operations/transformations.js +149 -0
- package/esm/operations/transformations.js.map +1 -0
- package/esm/streamAnalyticsManagementClient.d.ts +32 -0
- package/esm/streamAnalyticsManagementClient.d.ts.map +1 -0
- package/esm/streamAnalyticsManagementClient.js +45 -0
- package/esm/streamAnalyticsManagementClient.js.map +1 -0
- package/esm/streamAnalyticsManagementClientContext.d.ts +21 -0
- package/esm/streamAnalyticsManagementClientContext.d.ts.map +1 -0
- package/esm/streamAnalyticsManagementClientContext.js +59 -0
- package/esm/streamAnalyticsManagementClientContext.js.map +1 -0
- package/package.json +32 -64
- package/rollup.config.js +30 -181
- package/src/models/clustersMappers.ts +96 -0
- package/src/models/functionsMappers.ts +104 -0
- package/src/models/index.ts +4273 -2134
- package/src/models/inputsMappers.ts +99 -0
- package/src/models/mappers.ts +2193 -2349
- package/{dist-esm/src/operationsInterfaces/operations.js → src/models/operationsMappers.ts} +13 -2
- package/src/models/outputsMappers.ts +99 -0
- package/src/models/parameters.ts +92 -218
- package/src/models/privateEndpointsMappers.ts +94 -0
- package/src/models/streamingJobsMappers.ts +98 -0
- package/src/models/subscriptionsMappers.ts +104 -0
- package/src/models/transformationsMappers.ts +96 -0
- package/src/operations/clusters.ts +390 -637
- package/src/operations/functions.ts +372 -363
- package/src/operations/index.ts +2 -1
- package/src/operations/inputs.ts +323 -334
- package/src/operations/operations.ts +70 -82
- package/src/operations/outputs.ts +322 -334
- package/src/operations/privateEndpoints.ts +206 -273
- package/src/operations/streamingJobs.ts +410 -596
- package/src/operations/subscriptions.ts +282 -466
- package/src/operations/transformations.ts +159 -101
- package/src/streamAnalyticsManagementClient.ts +47 -52
- package/src/streamAnalyticsManagementClientContext.ts +40 -43
- package/tsconfig.json +3 -3
- package/CHANGELOG.md +0 -14
- package/dist/index.js +0 -8017
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts +0 -16
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -29
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -2307
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -152
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -194
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -39
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -287
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/clusters.d.ts +0 -137
- package/dist-esm/src/operations/clusters.d.ts.map +0 -1
- package/dist-esm/src/operations/clusters.js +0 -627
- package/dist-esm/src/operations/clusters.js.map +0 -1
- package/dist-esm/src/operations/functions.d.ts +0 -107
- package/dist-esm/src/operations/functions.d.ts.map +0 -1
- package/dist-esm/src/operations/functions.js +0 -416
- package/dist-esm/src/operations/functions.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -17
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/inputs.d.ts +0 -94
- package/dist-esm/src/operations/inputs.d.ts.map +0 -1
- package/dist-esm/src/operations/inputs.js +0 -377
- package/dist-esm/src/operations/inputs.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -120
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/outputs.d.ts +0 -95
- package/dist-esm/src/operations/outputs.d.ts.map +0 -1
- package/dist-esm/src/operations/outputs.js +0 -378
- package/dist-esm/src/operations/outputs.js.map +0 -1
- package/dist-esm/src/operations/privateEndpoints.d.ts +0 -73
- package/dist-esm/src/operations/privateEndpoints.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpoints.js +0 -295
- package/dist-esm/src/operations/privateEndpoints.js.map +0 -1
- package/dist-esm/src/operations/streamingJobs.d.ts +0 -137
- package/dist-esm/src/operations/streamingJobs.d.ts.map +0 -1
- package/dist-esm/src/operations/streamingJobs.js +0 -619
- package/dist-esm/src/operations/streamingJobs.js.map +0 -1
- package/dist-esm/src/operations/subscriptions.d.ts +0 -96
- package/dist-esm/src/operations/subscriptions.d.ts.map +0 -1
- package/dist-esm/src/operations/subscriptions.js +0 -422
- package/dist-esm/src/operations/subscriptions.js.map +0 -1
- package/dist-esm/src/operations/transformations.d.ts +0 -46
- package/dist-esm/src/operations/transformations.d.ts.map +0 -1
- package/dist-esm/src/operations/transformations.js +0 -160
- package/dist-esm/src/operations/transformations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusters.d.ts +0 -84
- package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusters.js +0 -9
- package/dist-esm/src/operationsInterfaces/clusters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/functions.d.ts +0 -82
- package/dist-esm/src/operationsInterfaces/functions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/functions.js +0 -9
- package/dist-esm/src/operationsInterfaces/functions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -10
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/inputs.d.ts +0 -69
- package/dist-esm/src/operationsInterfaces/inputs.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/inputs.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/outputs.d.ts +0 -70
- package/dist-esm/src/operationsInterfaces/outputs.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/outputs.js +0 -9
- package/dist-esm/src/operationsInterfaces/outputs.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpoints.d.ts +0 -48
- package/dist-esm/src/operationsInterfaces/privateEndpoints.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpoints.js +0 -9
- package/dist-esm/src/operationsInterfaces/privateEndpoints.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/streamingJobs.d.ts +0 -101
- package/dist-esm/src/operationsInterfaces/streamingJobs.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/streamingJobs.js +0 -9
- package/dist-esm/src/operationsInterfaces/streamingJobs.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/subscriptions.d.ts +0 -88
- package/dist-esm/src/operationsInterfaces/subscriptions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/subscriptions.js +0 -9
- package/dist-esm/src/operationsInterfaces/subscriptions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/transformations.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/transformations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/transformations.js +0 -9
- package/dist-esm/src/operationsInterfaces/transformations.js.map +0 -1
- package/dist-esm/src/streamAnalyticsManagementClient.d.ts +0 -23
- package/dist-esm/src/streamAnalyticsManagementClient.d.ts.map +0 -1
- package/dist-esm/src/streamAnalyticsManagementClient.js +0 -30
- package/dist-esm/src/streamAnalyticsManagementClient.js.map +0 -1
- package/dist-esm/src/streamAnalyticsManagementClientContext.d.ts +0 -15
- package/dist-esm/src/streamAnalyticsManagementClientContext.d.ts.map +0 -1
- package/dist-esm/src/streamAnalyticsManagementClientContext.js +0 -48
- package/dist-esm/src/streamAnalyticsManagementClientContext.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -40
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/review/arm-streamanalytics.api.md +0 -1865
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -34
- package/src/operationsInterfaces/clusters.ts +0 -157
- package/src/operationsInterfaces/functions.ts +0 -148
- package/src/operationsInterfaces/index.ts +0 -17
- package/src/operationsInterfaces/inputs.ts +0 -128
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/outputs.ts +0 -129
- package/src/operationsInterfaces/privateEndpoints.ts +0 -90
- package/src/operationsInterfaces/streamingJobs.ts +0 -176
- package/src/operationsInterfaces/subscriptions.ts +0 -173
- package/src/operationsInterfaces/transformations.ts +0 -71
- package/types/arm-streamanalytics.d.ts +0 -3207
- package/types/tsdoc-metadata.json +0 -11
|
@@ -1,1865 +0,0 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-streamanalytics"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import * as coreAuth from '@azure/core-auth';
|
|
8
|
-
import * as coreClient from '@azure/core-client';
|
|
9
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
10
|
-
import { PollerLike } from '@azure/core-lro';
|
|
11
|
-
import { PollOperationState } from '@azure/core-lro';
|
|
12
|
-
|
|
13
|
-
// @public
|
|
14
|
-
export type AggregateFunctionProperties = FunctionProperties & {
|
|
15
|
-
type: "Aggregate";
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
// @public
|
|
19
|
-
export type AuthenticationMode = string;
|
|
20
|
-
|
|
21
|
-
// @public
|
|
22
|
-
export type AvroSerialization = Serialization & {
|
|
23
|
-
type: "Avro";
|
|
24
|
-
properties?: Record<string, unknown>;
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
// @public
|
|
28
|
-
export type AzureDataLakeStoreOutputDataSource = OutputDataSource & {
|
|
29
|
-
type: "Microsoft.DataLake/Accounts";
|
|
30
|
-
refreshToken?: string;
|
|
31
|
-
tokenUserPrincipalName?: string;
|
|
32
|
-
tokenUserDisplayName?: string;
|
|
33
|
-
accountName?: string;
|
|
34
|
-
tenantId?: string;
|
|
35
|
-
filePathPrefix?: string;
|
|
36
|
-
dateFormat?: string;
|
|
37
|
-
timeFormat?: string;
|
|
38
|
-
authenticationMode?: AuthenticationMode;
|
|
39
|
-
};
|
|
40
|
-
|
|
41
|
-
// @public
|
|
42
|
-
export type AzureDataLakeStoreOutputDataSourceProperties = OAuthBasedDataSourceProperties & {
|
|
43
|
-
accountName?: string;
|
|
44
|
-
tenantId?: string;
|
|
45
|
-
filePathPrefix?: string;
|
|
46
|
-
dateFormat?: string;
|
|
47
|
-
timeFormat?: string;
|
|
48
|
-
authenticationMode?: AuthenticationMode;
|
|
49
|
-
};
|
|
50
|
-
|
|
51
|
-
// @public
|
|
52
|
-
export type AzureFunctionOutputDataSource = OutputDataSource & {
|
|
53
|
-
type: "Microsoft.AzureFunction";
|
|
54
|
-
functionAppName?: string;
|
|
55
|
-
functionName?: string;
|
|
56
|
-
apiKey?: string;
|
|
57
|
-
maxBatchSize?: number;
|
|
58
|
-
maxBatchCount?: number;
|
|
59
|
-
};
|
|
60
|
-
|
|
61
|
-
// @public
|
|
62
|
-
export type AzureMachineLearningServiceFunctionBinding = FunctionBinding & {
|
|
63
|
-
type: "Microsoft.MachineLearningServices";
|
|
64
|
-
endpoint?: string;
|
|
65
|
-
apiKey?: string;
|
|
66
|
-
inputs?: AzureMachineLearningServiceInputColumn[];
|
|
67
|
-
outputs?: AzureMachineLearningServiceOutputColumn[];
|
|
68
|
-
batchSize?: number;
|
|
69
|
-
numberOfParallelRequests?: number;
|
|
70
|
-
};
|
|
71
|
-
|
|
72
|
-
// @public
|
|
73
|
-
export type AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters = FunctionRetrieveDefaultDefinitionParameters & {
|
|
74
|
-
bindingType: "Microsoft.MachineLearningServices";
|
|
75
|
-
executeEndpoint?: string;
|
|
76
|
-
udfType?: "Scalar";
|
|
77
|
-
};
|
|
78
|
-
|
|
79
|
-
// @public
|
|
80
|
-
export interface AzureMachineLearningServiceInputColumn {
|
|
81
|
-
dataType?: string;
|
|
82
|
-
mapTo?: number;
|
|
83
|
-
name?: string;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
// @public
|
|
87
|
-
export interface AzureMachineLearningServiceInputs {
|
|
88
|
-
columnNames?: AzureMachineLearningServiceInputColumn[];
|
|
89
|
-
name?: string;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// @public
|
|
93
|
-
export interface AzureMachineLearningServiceOutputColumn {
|
|
94
|
-
dataType?: string;
|
|
95
|
-
mapTo?: number;
|
|
96
|
-
name?: string;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
// @public
|
|
100
|
-
export type AzureMachineLearningStudioFunctionBinding = FunctionBinding & {
|
|
101
|
-
type: "Microsoft.MachineLearning/WebService";
|
|
102
|
-
endpoint?: string;
|
|
103
|
-
apiKey?: string;
|
|
104
|
-
inputs?: AzureMachineLearningStudioInputs;
|
|
105
|
-
outputs?: AzureMachineLearningStudioOutputColumn[];
|
|
106
|
-
batchSize?: number;
|
|
107
|
-
};
|
|
108
|
-
|
|
109
|
-
// @public
|
|
110
|
-
export type AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters = FunctionRetrieveDefaultDefinitionParameters & {
|
|
111
|
-
bindingType: "Microsoft.MachineLearning/WebService";
|
|
112
|
-
executeEndpoint?: string;
|
|
113
|
-
udfType?: "Scalar";
|
|
114
|
-
};
|
|
115
|
-
|
|
116
|
-
// @public
|
|
117
|
-
export interface AzureMachineLearningStudioInputColumn {
|
|
118
|
-
dataType?: string;
|
|
119
|
-
mapTo?: number;
|
|
120
|
-
name?: string;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
// @public
|
|
124
|
-
export interface AzureMachineLearningStudioInputs {
|
|
125
|
-
columnNames?: AzureMachineLearningStudioInputColumn[];
|
|
126
|
-
name?: string;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
// @public
|
|
130
|
-
export interface AzureMachineLearningStudioOutputColumn {
|
|
131
|
-
dataType?: string;
|
|
132
|
-
name?: string;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
// @public
|
|
136
|
-
export interface AzureSqlDatabaseDataSourceProperties {
|
|
137
|
-
authenticationMode?: AuthenticationMode;
|
|
138
|
-
database?: string;
|
|
139
|
-
maxBatchCount?: number;
|
|
140
|
-
maxWriterCount?: number;
|
|
141
|
-
password?: string;
|
|
142
|
-
server?: string;
|
|
143
|
-
table?: string;
|
|
144
|
-
user?: string;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
// @public
|
|
148
|
-
export type AzureSqlDatabaseOutputDataSource = OutputDataSource & {
|
|
149
|
-
type: "Microsoft.Sql/Server/Database";
|
|
150
|
-
server?: string;
|
|
151
|
-
database?: string;
|
|
152
|
-
user?: string;
|
|
153
|
-
password?: string;
|
|
154
|
-
table?: string;
|
|
155
|
-
maxBatchCount?: number;
|
|
156
|
-
maxWriterCount?: number;
|
|
157
|
-
authenticationMode?: AuthenticationMode;
|
|
158
|
-
};
|
|
159
|
-
|
|
160
|
-
// @public
|
|
161
|
-
export type AzureSqlDatabaseOutputDataSourceProperties = AzureSqlDatabaseDataSourceProperties & {};
|
|
162
|
-
|
|
163
|
-
// @public
|
|
164
|
-
export type AzureSqlReferenceInputDataSource = ReferenceInputDataSource & {
|
|
165
|
-
type: "Microsoft.Sql/Server/Database";
|
|
166
|
-
properties?: AzureSqlReferenceInputDataSourceProperties;
|
|
167
|
-
};
|
|
168
|
-
|
|
169
|
-
// @public
|
|
170
|
-
export interface AzureSqlReferenceInputDataSourceProperties {
|
|
171
|
-
database?: string;
|
|
172
|
-
deltaSnapshotQuery?: string;
|
|
173
|
-
fullSnapshotQuery?: string;
|
|
174
|
-
password?: string;
|
|
175
|
-
refreshRate?: string;
|
|
176
|
-
refreshType?: string;
|
|
177
|
-
server?: string;
|
|
178
|
-
table?: string;
|
|
179
|
-
user?: string;
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
// @public
|
|
183
|
-
export interface AzureSynapseDataSourceProperties {
|
|
184
|
-
database?: string;
|
|
185
|
-
password?: string;
|
|
186
|
-
server?: string;
|
|
187
|
-
table?: string;
|
|
188
|
-
user?: string;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
// @public
|
|
192
|
-
export type AzureSynapseOutputDataSource = OutputDataSource & {
|
|
193
|
-
type: "Microsoft.Sql/Server/DataWarehouse";
|
|
194
|
-
server?: string;
|
|
195
|
-
database?: string;
|
|
196
|
-
table?: string;
|
|
197
|
-
user?: string;
|
|
198
|
-
password?: string;
|
|
199
|
-
};
|
|
200
|
-
|
|
201
|
-
// @public
|
|
202
|
-
export type AzureSynapseOutputDataSourceProperties = AzureSynapseDataSourceProperties & {};
|
|
203
|
-
|
|
204
|
-
// @public
|
|
205
|
-
export type AzureTableOutputDataSource = OutputDataSource & {
|
|
206
|
-
type: "Microsoft.Storage/Table";
|
|
207
|
-
accountName?: string;
|
|
208
|
-
accountKey?: string;
|
|
209
|
-
table?: string;
|
|
210
|
-
partitionKey?: string;
|
|
211
|
-
rowKey?: string;
|
|
212
|
-
columnsToRemove?: string[];
|
|
213
|
-
batchSize?: number;
|
|
214
|
-
};
|
|
215
|
-
|
|
216
|
-
// @public
|
|
217
|
-
export interface BlobDataSourceProperties {
|
|
218
|
-
container?: string;
|
|
219
|
-
dateFormat?: string;
|
|
220
|
-
pathPattern?: string;
|
|
221
|
-
storageAccounts?: StorageAccount[];
|
|
222
|
-
timeFormat?: string;
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
// @public
|
|
226
|
-
export type BlobOutputDataSource = OutputDataSource & {
|
|
227
|
-
type: "Microsoft.Storage/Blob";
|
|
228
|
-
storageAccounts?: StorageAccount[];
|
|
229
|
-
container?: string;
|
|
230
|
-
pathPattern?: string;
|
|
231
|
-
dateFormat?: string;
|
|
232
|
-
timeFormat?: string;
|
|
233
|
-
authenticationMode?: AuthenticationMode;
|
|
234
|
-
};
|
|
235
|
-
|
|
236
|
-
// @public
|
|
237
|
-
export type BlobOutputDataSourceProperties = BlobDataSourceProperties & {
|
|
238
|
-
authenticationMode?: AuthenticationMode;
|
|
239
|
-
};
|
|
240
|
-
|
|
241
|
-
// @public
|
|
242
|
-
export type BlobReferenceInputDataSource = ReferenceInputDataSource & {
|
|
243
|
-
type: "Microsoft.Storage/Blob";
|
|
244
|
-
storageAccounts?: StorageAccount[];
|
|
245
|
-
container?: string;
|
|
246
|
-
pathPattern?: string;
|
|
247
|
-
dateFormat?: string;
|
|
248
|
-
timeFormat?: string;
|
|
249
|
-
};
|
|
250
|
-
|
|
251
|
-
// @public
|
|
252
|
-
export type BlobReferenceInputDataSourceProperties = BlobDataSourceProperties & {};
|
|
253
|
-
|
|
254
|
-
// @public
|
|
255
|
-
export type BlobStreamInputDataSource = StreamInputDataSource & {
|
|
256
|
-
type: "Microsoft.Storage/Blob";
|
|
257
|
-
storageAccounts?: StorageAccount[];
|
|
258
|
-
container?: string;
|
|
259
|
-
pathPattern?: string;
|
|
260
|
-
dateFormat?: string;
|
|
261
|
-
timeFormat?: string;
|
|
262
|
-
sourcePartitionCount?: number;
|
|
263
|
-
};
|
|
264
|
-
|
|
265
|
-
// @public
|
|
266
|
-
export type BlobStreamInputDataSourceProperties = BlobDataSourceProperties & {
|
|
267
|
-
sourcePartitionCount?: number;
|
|
268
|
-
};
|
|
269
|
-
|
|
270
|
-
// @public
|
|
271
|
-
export type Cluster = TrackedResource & {
|
|
272
|
-
sku?: ClusterSku;
|
|
273
|
-
readonly etag?: string;
|
|
274
|
-
properties?: ClusterProperties;
|
|
275
|
-
};
|
|
276
|
-
|
|
277
|
-
// @public
|
|
278
|
-
export interface ClusterInfo {
|
|
279
|
-
id?: string;
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
// @public
|
|
283
|
-
export interface ClusterJob {
|
|
284
|
-
readonly id?: string;
|
|
285
|
-
readonly jobState?: JobState;
|
|
286
|
-
readonly streamingUnits?: number;
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
// @public
|
|
290
|
-
export interface ClusterJobListResult {
|
|
291
|
-
readonly nextLink?: string;
|
|
292
|
-
readonly value?: ClusterJob[];
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
// @public
|
|
296
|
-
export interface ClusterListResult {
|
|
297
|
-
readonly nextLink?: string;
|
|
298
|
-
readonly value?: Cluster[];
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
// @public
|
|
302
|
-
export interface ClusterProperties {
|
|
303
|
-
readonly capacityAllocated?: number;
|
|
304
|
-
readonly capacityAssigned?: number;
|
|
305
|
-
readonly clusterId?: string;
|
|
306
|
-
readonly createdDate?: Date;
|
|
307
|
-
readonly provisioningState?: ClusterProvisioningState;
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
// @public
|
|
311
|
-
export type ClusterProvisioningState = string;
|
|
312
|
-
|
|
313
|
-
// @public
|
|
314
|
-
export interface Clusters {
|
|
315
|
-
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ClustersCreateOrUpdateResponse>, ClustersCreateOrUpdateResponse>>;
|
|
316
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<ClustersCreateOrUpdateResponse>;
|
|
317
|
-
beginDelete(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
318
|
-
beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<void>;
|
|
319
|
-
beginUpdate(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersUpdateOptionalParams): Promise<PollerLike<PollOperationState<ClustersUpdateResponse>, ClustersUpdateResponse>>;
|
|
320
|
-
beginUpdateAndWait(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersUpdateOptionalParams): Promise<ClustersUpdateResponse>;
|
|
321
|
-
get(resourceGroupName: string, clusterName: string, options?: ClustersGetOptionalParams): Promise<ClustersGetResponse>;
|
|
322
|
-
listByResourceGroup(resourceGroupName: string, options?: ClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cluster>;
|
|
323
|
-
listBySubscription(options?: ClustersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Cluster>;
|
|
324
|
-
listStreamingJobs(resourceGroupName: string, clusterName: string, options?: ClustersListStreamingJobsOptionalParams): PagedAsyncIterableIterator<ClusterJob>;
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
// @public
|
|
328
|
-
export interface ClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
329
|
-
ifMatch?: string;
|
|
330
|
-
ifNoneMatch?: string;
|
|
331
|
-
resumeFrom?: string;
|
|
332
|
-
updateIntervalInMs?: number;
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
// @public
|
|
336
|
-
export type ClustersCreateOrUpdateResponse = Cluster;
|
|
337
|
-
|
|
338
|
-
// @public
|
|
339
|
-
export interface ClustersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
340
|
-
resumeFrom?: string;
|
|
341
|
-
updateIntervalInMs?: number;
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
// @public
|
|
345
|
-
export interface ClustersGetOptionalParams extends coreClient.OperationOptions {
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
// @public
|
|
349
|
-
export type ClustersGetResponse = Cluster;
|
|
350
|
-
|
|
351
|
-
// @public
|
|
352
|
-
export interface ClusterSku {
|
|
353
|
-
capacity?: number;
|
|
354
|
-
name?: ClusterSkuName;
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
// @public
|
|
358
|
-
export type ClusterSkuName = string;
|
|
359
|
-
|
|
360
|
-
// @public
|
|
361
|
-
export interface ClustersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
// @public
|
|
365
|
-
export type ClustersListByResourceGroupNextResponse = ClusterListResult;
|
|
366
|
-
|
|
367
|
-
// @public
|
|
368
|
-
export interface ClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
// @public
|
|
372
|
-
export type ClustersListByResourceGroupResponse = ClusterListResult;
|
|
373
|
-
|
|
374
|
-
// @public
|
|
375
|
-
export interface ClustersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
// @public
|
|
379
|
-
export type ClustersListBySubscriptionNextResponse = ClusterListResult;
|
|
380
|
-
|
|
381
|
-
// @public
|
|
382
|
-
export interface ClustersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
383
|
-
}
|
|
384
|
-
|
|
385
|
-
// @public
|
|
386
|
-
export type ClustersListBySubscriptionResponse = ClusterListResult;
|
|
387
|
-
|
|
388
|
-
// @public
|
|
389
|
-
export interface ClustersListStreamingJobsNextOptionalParams extends coreClient.OperationOptions {
|
|
390
|
-
}
|
|
391
|
-
|
|
392
|
-
// @public
|
|
393
|
-
export type ClustersListStreamingJobsNextResponse = ClusterJobListResult;
|
|
394
|
-
|
|
395
|
-
// @public
|
|
396
|
-
export interface ClustersListStreamingJobsOptionalParams extends coreClient.OperationOptions {
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
// @public
|
|
400
|
-
export type ClustersListStreamingJobsResponse = ClusterJobListResult;
|
|
401
|
-
|
|
402
|
-
// @public
|
|
403
|
-
export interface ClustersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
404
|
-
ifMatch?: string;
|
|
405
|
-
resumeFrom?: string;
|
|
406
|
-
updateIntervalInMs?: number;
|
|
407
|
-
}
|
|
408
|
-
|
|
409
|
-
// @public
|
|
410
|
-
export type ClustersUpdateResponse = Cluster;
|
|
411
|
-
|
|
412
|
-
// @public
|
|
413
|
-
export type CompatibilityLevel = string;
|
|
414
|
-
|
|
415
|
-
// @public
|
|
416
|
-
export interface CompileQuery {
|
|
417
|
-
compatibilityLevel?: CompatibilityLevel;
|
|
418
|
-
functions?: QueryFunction[];
|
|
419
|
-
inputs?: QueryInput[];
|
|
420
|
-
jobType: JobType;
|
|
421
|
-
query: string;
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
// @public
|
|
425
|
-
export interface Compression {
|
|
426
|
-
// (undocumented)
|
|
427
|
-
type: string;
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
// @public
|
|
431
|
-
export type ContentStoragePolicy = string;
|
|
432
|
-
|
|
433
|
-
// @public
|
|
434
|
-
export type CSharpFunctionBinding = FunctionBinding & {
|
|
435
|
-
type: "Microsoft.StreamAnalytics/CLRUdf";
|
|
436
|
-
script?: string;
|
|
437
|
-
dllPath?: string;
|
|
438
|
-
class?: string;
|
|
439
|
-
method?: string;
|
|
440
|
-
};
|
|
441
|
-
|
|
442
|
-
// @public
|
|
443
|
-
export type CSharpFunctionRetrieveDefaultDefinitionParameters = FunctionRetrieveDefaultDefinitionParameters & {
|
|
444
|
-
bindingType: "Microsoft.StreamAnalytics/CLRUdf";
|
|
445
|
-
script?: string;
|
|
446
|
-
udfType?: "Scalar";
|
|
447
|
-
};
|
|
448
|
-
|
|
449
|
-
// @public
|
|
450
|
-
export type CsvSerialization = Serialization & {
|
|
451
|
-
type: "Csv";
|
|
452
|
-
fieldDelimiter?: string;
|
|
453
|
-
encoding?: Encoding;
|
|
454
|
-
};
|
|
455
|
-
|
|
456
|
-
// @public
|
|
457
|
-
export type CustomClrSerialization = Serialization & {
|
|
458
|
-
type: "CustomClr";
|
|
459
|
-
serializationDllPath?: string;
|
|
460
|
-
serializationClassName?: string;
|
|
461
|
-
};
|
|
462
|
-
|
|
463
|
-
// @public
|
|
464
|
-
export interface DiagnosticCondition {
|
|
465
|
-
readonly code?: string;
|
|
466
|
-
readonly message?: string;
|
|
467
|
-
readonly since?: string;
|
|
468
|
-
}
|
|
469
|
-
|
|
470
|
-
// @public
|
|
471
|
-
export interface Diagnostics {
|
|
472
|
-
readonly conditions?: DiagnosticCondition[];
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
// @public
|
|
476
|
-
export type DocumentDbOutputDataSource = OutputDataSource & {
|
|
477
|
-
type: "Microsoft.Storage/DocumentDB";
|
|
478
|
-
accountId?: string;
|
|
479
|
-
accountKey?: string;
|
|
480
|
-
database?: string;
|
|
481
|
-
collectionNamePattern?: string;
|
|
482
|
-
partitionKey?: string;
|
|
483
|
-
documentId?: string;
|
|
484
|
-
};
|
|
485
|
-
|
|
486
|
-
// @public
|
|
487
|
-
export type Encoding = string;
|
|
488
|
-
|
|
489
|
-
// @public
|
|
490
|
-
export interface ErrorAutoGenerated {
|
|
491
|
-
code?: string;
|
|
492
|
-
details?: ErrorDetails[];
|
|
493
|
-
message?: string;
|
|
494
|
-
target?: string;
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
// @public
|
|
498
|
-
export interface ErrorDetails {
|
|
499
|
-
code?: string;
|
|
500
|
-
message?: string;
|
|
501
|
-
target?: string;
|
|
502
|
-
}
|
|
503
|
-
|
|
504
|
-
// @public
|
|
505
|
-
export interface ErrorModel {
|
|
506
|
-
error?: ErrorAutoGenerated;
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
// @public
|
|
510
|
-
export interface ErrorResponse {
|
|
511
|
-
readonly code?: string;
|
|
512
|
-
readonly message?: string;
|
|
513
|
-
}
|
|
514
|
-
|
|
515
|
-
// @public
|
|
516
|
-
export type EventHubDataSourceProperties = ServiceBusDataSourceProperties & {
|
|
517
|
-
eventHubName?: string;
|
|
518
|
-
};
|
|
519
|
-
|
|
520
|
-
// @public
|
|
521
|
-
export type EventHubOutputDataSource = OutputDataSource & {
|
|
522
|
-
type: "Microsoft.ServiceBus/EventHub";
|
|
523
|
-
serviceBusNamespace?: string;
|
|
524
|
-
sharedAccessPolicyName?: string;
|
|
525
|
-
sharedAccessPolicyKey?: string;
|
|
526
|
-
authenticationMode?: AuthenticationMode;
|
|
527
|
-
eventHubName?: string;
|
|
528
|
-
partitionKey?: string;
|
|
529
|
-
propertyColumns?: string[];
|
|
530
|
-
};
|
|
531
|
-
|
|
532
|
-
// @public
|
|
533
|
-
export type EventHubOutputDataSourceProperties = EventHubDataSourceProperties & {
|
|
534
|
-
partitionKey?: string;
|
|
535
|
-
propertyColumns?: string[];
|
|
536
|
-
};
|
|
537
|
-
|
|
538
|
-
// @public
|
|
539
|
-
export type EventHubStreamInputDataSource = StreamInputDataSource & {
|
|
540
|
-
type: "Microsoft.ServiceBus/EventHub";
|
|
541
|
-
serviceBusNamespace?: string;
|
|
542
|
-
sharedAccessPolicyName?: string;
|
|
543
|
-
sharedAccessPolicyKey?: string;
|
|
544
|
-
authenticationMode?: AuthenticationMode;
|
|
545
|
-
eventHubName?: string;
|
|
546
|
-
consumerGroupName?: string;
|
|
547
|
-
};
|
|
548
|
-
|
|
549
|
-
// @public
|
|
550
|
-
export type EventHubStreamInputDataSourceProperties = EventHubDataSourceProperties & {
|
|
551
|
-
consumerGroupName?: string;
|
|
552
|
-
};
|
|
553
|
-
|
|
554
|
-
// @public
|
|
555
|
-
export type EventHubV2OutputDataSource = OutputDataSource & {
|
|
556
|
-
type: "Microsoft.EventHub/EventHub";
|
|
557
|
-
serviceBusNamespace?: string;
|
|
558
|
-
sharedAccessPolicyName?: string;
|
|
559
|
-
sharedAccessPolicyKey?: string;
|
|
560
|
-
authenticationMode?: AuthenticationMode;
|
|
561
|
-
eventHubName?: string;
|
|
562
|
-
partitionKey?: string;
|
|
563
|
-
propertyColumns?: string[];
|
|
564
|
-
};
|
|
565
|
-
|
|
566
|
-
// @public
|
|
567
|
-
export type EventHubV2StreamInputDataSource = StreamInputDataSource & {
|
|
568
|
-
type: "Microsoft.EventHub/EventHub";
|
|
569
|
-
serviceBusNamespace?: string;
|
|
570
|
-
sharedAccessPolicyName?: string;
|
|
571
|
-
sharedAccessPolicyKey?: string;
|
|
572
|
-
authenticationMode?: AuthenticationMode;
|
|
573
|
-
eventHubName?: string;
|
|
574
|
-
consumerGroupName?: string;
|
|
575
|
-
};
|
|
576
|
-
|
|
577
|
-
// @public
|
|
578
|
-
export type EventSerializationType = string;
|
|
579
|
-
|
|
580
|
-
// @public
|
|
581
|
-
export type EventsOutOfOrderPolicy = string;
|
|
582
|
-
|
|
583
|
-
// @public
|
|
584
|
-
interface External_2 {
|
|
585
|
-
// (undocumented)
|
|
586
|
-
container?: string;
|
|
587
|
-
// (undocumented)
|
|
588
|
-
path?: string;
|
|
589
|
-
storageAccount?: StorageAccount;
|
|
590
|
-
}
|
|
591
|
-
export { External_2 as External }
|
|
592
|
-
|
|
593
|
-
// @public
|
|
594
|
-
export interface FunctionBinding {
|
|
595
|
-
type: "Microsoft.MachineLearning/WebService" | "Microsoft.StreamAnalytics/JavascriptUdf" | "Microsoft.StreamAnalytics/CLRUdf" | "Microsoft.MachineLearningServices";
|
|
596
|
-
}
|
|
597
|
-
|
|
598
|
-
// @public (undocumented)
|
|
599
|
-
export type FunctionBindingUnion = FunctionBinding | AzureMachineLearningStudioFunctionBinding | JavaScriptFunctionBinding | CSharpFunctionBinding | AzureMachineLearningServiceFunctionBinding;
|
|
600
|
-
|
|
601
|
-
// @public
|
|
602
|
-
export interface FunctionInput {
|
|
603
|
-
dataType?: string;
|
|
604
|
-
isConfigurationParameter?: boolean;
|
|
605
|
-
}
|
|
606
|
-
|
|
607
|
-
// @public
|
|
608
|
-
export interface FunctionListResult {
|
|
609
|
-
readonly nextLink?: string;
|
|
610
|
-
readonly value?: FunctionModel[];
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
// @public
|
|
614
|
-
export type FunctionModel = SubResource & {
|
|
615
|
-
properties?: FunctionPropertiesUnion;
|
|
616
|
-
};
|
|
617
|
-
|
|
618
|
-
// @public
|
|
619
|
-
export interface FunctionOutput {
|
|
620
|
-
dataType?: string;
|
|
621
|
-
}
|
|
622
|
-
|
|
623
|
-
// @public
|
|
624
|
-
export interface FunctionProperties {
|
|
625
|
-
binding?: FunctionBindingUnion;
|
|
626
|
-
readonly etag?: string;
|
|
627
|
-
// (undocumented)
|
|
628
|
-
inputs?: FunctionInput[];
|
|
629
|
-
output?: FunctionOutput;
|
|
630
|
-
type: "Scalar" | "Aggregate";
|
|
631
|
-
}
|
|
632
|
-
|
|
633
|
-
// @public (undocumented)
|
|
634
|
-
export type FunctionPropertiesUnion = FunctionProperties | ScalarFunctionProperties | AggregateFunctionProperties;
|
|
635
|
-
|
|
636
|
-
// @public
|
|
637
|
-
export interface FunctionRetrieveDefaultDefinitionParameters {
|
|
638
|
-
bindingType: "Microsoft.MachineLearning/WebService" | "Microsoft.MachineLearningServices" | "Microsoft.StreamAnalytics/JavascriptUdf" | "Microsoft.StreamAnalytics/CLRUdf";
|
|
639
|
-
}
|
|
640
|
-
|
|
641
|
-
// @public (undocumented)
|
|
642
|
-
export type FunctionRetrieveDefaultDefinitionParametersUnion = FunctionRetrieveDefaultDefinitionParameters | AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters | AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters | JavaScriptFunctionRetrieveDefaultDefinitionParameters | CSharpFunctionRetrieveDefaultDefinitionParameters;
|
|
643
|
-
|
|
644
|
-
// @public
|
|
645
|
-
export interface Functions {
|
|
646
|
-
beginTest(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsTestOptionalParams): Promise<PollerLike<PollOperationState<FunctionsTestResponse>, FunctionsTestResponse>>;
|
|
647
|
-
beginTestAndWait(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsTestOptionalParams): Promise<FunctionsTestResponse>;
|
|
648
|
-
createOrReplace(resourceGroupName: string, jobName: string, functionName: string, functionParam: FunctionModel, options?: FunctionsCreateOrReplaceOptionalParams): Promise<FunctionsCreateOrReplaceResponse>;
|
|
649
|
-
delete(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsDeleteOptionalParams): Promise<void>;
|
|
650
|
-
get(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsGetOptionalParams): Promise<FunctionsGetResponse>;
|
|
651
|
-
listByStreamingJob(resourceGroupName: string, jobName: string, options?: FunctionsListByStreamingJobOptionalParams): PagedAsyncIterableIterator<FunctionModel>;
|
|
652
|
-
retrieveDefaultDefinition(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsRetrieveDefaultDefinitionOptionalParams): Promise<FunctionsRetrieveDefaultDefinitionResponse>;
|
|
653
|
-
update(resourceGroupName: string, jobName: string, functionName: string, functionParam: FunctionModel, options?: FunctionsUpdateOptionalParams): Promise<FunctionsUpdateResponse>;
|
|
654
|
-
}
|
|
655
|
-
|
|
656
|
-
// @public
|
|
657
|
-
export interface FunctionsCreateOrReplaceHeaders {
|
|
658
|
-
eTag?: string;
|
|
659
|
-
}
|
|
660
|
-
|
|
661
|
-
// @public
|
|
662
|
-
export interface FunctionsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
|
|
663
|
-
ifMatch?: string;
|
|
664
|
-
ifNoneMatch?: string;
|
|
665
|
-
}
|
|
666
|
-
|
|
667
|
-
// @public
|
|
668
|
-
export type FunctionsCreateOrReplaceResponse = FunctionsCreateOrReplaceHeaders & FunctionModel;
|
|
669
|
-
|
|
670
|
-
// @public
|
|
671
|
-
export interface FunctionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
672
|
-
}
|
|
673
|
-
|
|
674
|
-
// @public
|
|
675
|
-
export interface FunctionsGetHeaders {
|
|
676
|
-
eTag?: string;
|
|
677
|
-
}
|
|
678
|
-
|
|
679
|
-
// @public
|
|
680
|
-
export interface FunctionsGetOptionalParams extends coreClient.OperationOptions {
|
|
681
|
-
}
|
|
682
|
-
|
|
683
|
-
// @public
|
|
684
|
-
export type FunctionsGetResponse = FunctionsGetHeaders & FunctionModel;
|
|
685
|
-
|
|
686
|
-
// @public
|
|
687
|
-
export interface FunctionsListByStreamingJobNextOptionalParams extends coreClient.OperationOptions {
|
|
688
|
-
select?: string;
|
|
689
|
-
}
|
|
690
|
-
|
|
691
|
-
// @public
|
|
692
|
-
export type FunctionsListByStreamingJobNextResponse = FunctionListResult;
|
|
693
|
-
|
|
694
|
-
// @public
|
|
695
|
-
export interface FunctionsListByStreamingJobOptionalParams extends coreClient.OperationOptions {
|
|
696
|
-
select?: string;
|
|
697
|
-
}
|
|
698
|
-
|
|
699
|
-
// @public
|
|
700
|
-
export type FunctionsListByStreamingJobResponse = FunctionListResult;
|
|
701
|
-
|
|
702
|
-
// @public
|
|
703
|
-
export interface FunctionsRetrieveDefaultDefinitionOptionalParams extends coreClient.OperationOptions {
|
|
704
|
-
functionRetrieveDefaultDefinitionParameters?: FunctionRetrieveDefaultDefinitionParametersUnion;
|
|
705
|
-
}
|
|
706
|
-
|
|
707
|
-
// @public
|
|
708
|
-
export type FunctionsRetrieveDefaultDefinitionResponse = FunctionModel;
|
|
709
|
-
|
|
710
|
-
// @public
|
|
711
|
-
export interface FunctionsTestOptionalParams extends coreClient.OperationOptions {
|
|
712
|
-
functionParam?: FunctionModel;
|
|
713
|
-
resumeFrom?: string;
|
|
714
|
-
updateIntervalInMs?: number;
|
|
715
|
-
}
|
|
716
|
-
|
|
717
|
-
// @public
|
|
718
|
-
export type FunctionsTestResponse = ResourceTestStatus;
|
|
719
|
-
|
|
720
|
-
// @public
|
|
721
|
-
export interface FunctionsUpdateHeaders {
|
|
722
|
-
eTag?: string;
|
|
723
|
-
}
|
|
724
|
-
|
|
725
|
-
// @public
|
|
726
|
-
export interface FunctionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
727
|
-
ifMatch?: string;
|
|
728
|
-
}
|
|
729
|
-
|
|
730
|
-
// @public
|
|
731
|
-
export type FunctionsUpdateResponse = FunctionsUpdateHeaders & FunctionModel;
|
|
732
|
-
|
|
733
|
-
// @public
|
|
734
|
-
export interface Identity {
|
|
735
|
-
// (undocumented)
|
|
736
|
-
principalId?: string;
|
|
737
|
-
// (undocumented)
|
|
738
|
-
tenantId?: string;
|
|
739
|
-
// (undocumented)
|
|
740
|
-
type?: string;
|
|
741
|
-
}
|
|
742
|
-
|
|
743
|
-
// @public
|
|
744
|
-
export type Input = SubResource & {
|
|
745
|
-
properties?: InputPropertiesUnion;
|
|
746
|
-
};
|
|
747
|
-
|
|
748
|
-
// @public
|
|
749
|
-
export interface InputListResult {
|
|
750
|
-
readonly nextLink?: string;
|
|
751
|
-
readonly value?: Input[];
|
|
752
|
-
}
|
|
753
|
-
|
|
754
|
-
// @public
|
|
755
|
-
export interface InputProperties {
|
|
756
|
-
compression?: Compression;
|
|
757
|
-
readonly diagnostics?: Diagnostics;
|
|
758
|
-
readonly etag?: string;
|
|
759
|
-
partitionKey?: string;
|
|
760
|
-
serialization?: SerializationUnion;
|
|
761
|
-
type: "Stream" | "Reference";
|
|
762
|
-
}
|
|
763
|
-
|
|
764
|
-
// @public (undocumented)
|
|
765
|
-
export type InputPropertiesUnion = InputProperties | StreamInputProperties | ReferenceInputProperties;
|
|
766
|
-
|
|
767
|
-
// @public
|
|
768
|
-
export interface Inputs {
|
|
769
|
-
beginTest(resourceGroupName: string, jobName: string, inputName: string, options?: InputsTestOptionalParams): Promise<PollerLike<PollOperationState<InputsTestResponse>, InputsTestResponse>>;
|
|
770
|
-
beginTestAndWait(resourceGroupName: string, jobName: string, inputName: string, options?: InputsTestOptionalParams): Promise<InputsTestResponse>;
|
|
771
|
-
createOrReplace(resourceGroupName: string, jobName: string, inputName: string, input: Input, options?: InputsCreateOrReplaceOptionalParams): Promise<InputsCreateOrReplaceResponse>;
|
|
772
|
-
delete(resourceGroupName: string, jobName: string, inputName: string, options?: InputsDeleteOptionalParams): Promise<void>;
|
|
773
|
-
get(resourceGroupName: string, jobName: string, inputName: string, options?: InputsGetOptionalParams): Promise<InputsGetResponse>;
|
|
774
|
-
listByStreamingJob(resourceGroupName: string, jobName: string, options?: InputsListByStreamingJobOptionalParams): PagedAsyncIterableIterator<Input>;
|
|
775
|
-
update(resourceGroupName: string, jobName: string, inputName: string, input: Input, options?: InputsUpdateOptionalParams): Promise<InputsUpdateResponse>;
|
|
776
|
-
}
|
|
777
|
-
|
|
778
|
-
// @public
|
|
779
|
-
export interface InputsCreateOrReplaceHeaders {
|
|
780
|
-
eTag?: string;
|
|
781
|
-
}
|
|
782
|
-
|
|
783
|
-
// @public
|
|
784
|
-
export interface InputsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
|
|
785
|
-
ifMatch?: string;
|
|
786
|
-
ifNoneMatch?: string;
|
|
787
|
-
}
|
|
788
|
-
|
|
789
|
-
// @public
|
|
790
|
-
export type InputsCreateOrReplaceResponse = InputsCreateOrReplaceHeaders & Input;
|
|
791
|
-
|
|
792
|
-
// @public
|
|
793
|
-
export interface InputsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
794
|
-
}
|
|
795
|
-
|
|
796
|
-
// @public
|
|
797
|
-
export interface InputsGetHeaders {
|
|
798
|
-
eTag?: string;
|
|
799
|
-
}
|
|
800
|
-
|
|
801
|
-
// @public
|
|
802
|
-
export interface InputsGetOptionalParams extends coreClient.OperationOptions {
|
|
803
|
-
}
|
|
804
|
-
|
|
805
|
-
// @public
|
|
806
|
-
export type InputsGetResponse = InputsGetHeaders & Input;
|
|
807
|
-
|
|
808
|
-
// @public
|
|
809
|
-
export interface InputsListByStreamingJobNextOptionalParams extends coreClient.OperationOptions {
|
|
810
|
-
select?: string;
|
|
811
|
-
}
|
|
812
|
-
|
|
813
|
-
// @public
|
|
814
|
-
export type InputsListByStreamingJobNextResponse = InputListResult;
|
|
815
|
-
|
|
816
|
-
// @public
|
|
817
|
-
export interface InputsListByStreamingJobOptionalParams extends coreClient.OperationOptions {
|
|
818
|
-
select?: string;
|
|
819
|
-
}
|
|
820
|
-
|
|
821
|
-
// @public
|
|
822
|
-
export type InputsListByStreamingJobResponse = InputListResult;
|
|
823
|
-
|
|
824
|
-
// @public
|
|
825
|
-
export interface InputsTestOptionalParams extends coreClient.OperationOptions {
|
|
826
|
-
input?: Input;
|
|
827
|
-
resumeFrom?: string;
|
|
828
|
-
updateIntervalInMs?: number;
|
|
829
|
-
}
|
|
830
|
-
|
|
831
|
-
// @public
|
|
832
|
-
export type InputsTestResponse = ResourceTestStatus;
|
|
833
|
-
|
|
834
|
-
// @public
|
|
835
|
-
export interface InputsUpdateHeaders {
|
|
836
|
-
eTag?: string;
|
|
837
|
-
}
|
|
838
|
-
|
|
839
|
-
// @public
|
|
840
|
-
export interface InputsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
841
|
-
ifMatch?: string;
|
|
842
|
-
}
|
|
843
|
-
|
|
844
|
-
// @public
|
|
845
|
-
export type InputsUpdateResponse = InputsUpdateHeaders & Input;
|
|
846
|
-
|
|
847
|
-
// @public
|
|
848
|
-
export type IoTHubStreamInputDataSource = StreamInputDataSource & {
|
|
849
|
-
type: "Microsoft.Devices/IotHubs";
|
|
850
|
-
iotHubNamespace?: string;
|
|
851
|
-
sharedAccessPolicyName?: string;
|
|
852
|
-
sharedAccessPolicyKey?: string;
|
|
853
|
-
consumerGroupName?: string;
|
|
854
|
-
endpoint?: string;
|
|
855
|
-
};
|
|
856
|
-
|
|
857
|
-
// @public
|
|
858
|
-
export type JavaScriptFunctionBinding = FunctionBinding & {
|
|
859
|
-
type: "Microsoft.StreamAnalytics/JavascriptUdf";
|
|
860
|
-
script?: string;
|
|
861
|
-
};
|
|
862
|
-
|
|
863
|
-
// @public
|
|
864
|
-
export type JavaScriptFunctionRetrieveDefaultDefinitionParameters = FunctionRetrieveDefaultDefinitionParameters & {
|
|
865
|
-
bindingType: "Microsoft.StreamAnalytics/JavascriptUdf";
|
|
866
|
-
script?: string;
|
|
867
|
-
udfType?: "Scalar";
|
|
868
|
-
};
|
|
869
|
-
|
|
870
|
-
// @public
|
|
871
|
-
export type JobState = string;
|
|
872
|
-
|
|
873
|
-
// @public
|
|
874
|
-
export type JobStorageAccount = StorageAccount & {
|
|
875
|
-
authenticationMode?: AuthenticationMode;
|
|
876
|
-
};
|
|
877
|
-
|
|
878
|
-
// @public
|
|
879
|
-
export type JobType = string;
|
|
880
|
-
|
|
881
|
-
// @public
|
|
882
|
-
export type JsonOutputSerializationFormat = string;
|
|
883
|
-
|
|
884
|
-
// @public
|
|
885
|
-
export type JsonSerialization = Serialization & {
|
|
886
|
-
type: "Json";
|
|
887
|
-
encoding?: Encoding;
|
|
888
|
-
format?: JsonOutputSerializationFormat;
|
|
889
|
-
};
|
|
890
|
-
|
|
891
|
-
// @public
|
|
892
|
-
export enum KnownAuthenticationMode {
|
|
893
|
-
// (undocumented)
|
|
894
|
-
ConnectionString = "ConnectionString",
|
|
895
|
-
// (undocumented)
|
|
896
|
-
Msi = "Msi",
|
|
897
|
-
// (undocumented)
|
|
898
|
-
UserToken = "UserToken"
|
|
899
|
-
}
|
|
900
|
-
|
|
901
|
-
// @public
|
|
902
|
-
export enum KnownClusterProvisioningState {
|
|
903
|
-
Canceled = "Canceled",
|
|
904
|
-
Failed = "Failed",
|
|
905
|
-
InProgress = "InProgress",
|
|
906
|
-
Succeeded = "Succeeded"
|
|
907
|
-
}
|
|
908
|
-
|
|
909
|
-
// @public
|
|
910
|
-
export enum KnownClusterSkuName {
|
|
911
|
-
Default = "Default"
|
|
912
|
-
}
|
|
913
|
-
|
|
914
|
-
// @public
|
|
915
|
-
export enum KnownCompatibilityLevel {
|
|
916
|
-
// (undocumented)
|
|
917
|
-
One0 = "1.0"
|
|
918
|
-
}
|
|
919
|
-
|
|
920
|
-
// @public
|
|
921
|
-
export enum KnownContentStoragePolicy {
|
|
922
|
-
// (undocumented)
|
|
923
|
-
JobStorageAccount = "JobStorageAccount",
|
|
924
|
-
// (undocumented)
|
|
925
|
-
SystemAccount = "SystemAccount"
|
|
926
|
-
}
|
|
927
|
-
|
|
928
|
-
// @public
|
|
929
|
-
export enum KnownEncoding {
|
|
930
|
-
// (undocumented)
|
|
931
|
-
UTF8 = "UTF8"
|
|
932
|
-
}
|
|
933
|
-
|
|
934
|
-
// @public
|
|
935
|
-
export enum KnownEventSerializationType {
|
|
936
|
-
// (undocumented)
|
|
937
|
-
Avro = "Avro",
|
|
938
|
-
// (undocumented)
|
|
939
|
-
Csv = "Csv",
|
|
940
|
-
// (undocumented)
|
|
941
|
-
CustomClr = "CustomClr",
|
|
942
|
-
// (undocumented)
|
|
943
|
-
Json = "Json",
|
|
944
|
-
// (undocumented)
|
|
945
|
-
Parquet = "Parquet"
|
|
946
|
-
}
|
|
947
|
-
|
|
948
|
-
// @public
|
|
949
|
-
export enum KnownEventsOutOfOrderPolicy {
|
|
950
|
-
// (undocumented)
|
|
951
|
-
Adjust = "Adjust",
|
|
952
|
-
// (undocumented)
|
|
953
|
-
Drop = "Drop"
|
|
954
|
-
}
|
|
955
|
-
|
|
956
|
-
// @public
|
|
957
|
-
export enum KnownJobState {
|
|
958
|
-
Created = "Created",
|
|
959
|
-
Degraded = "Degraded",
|
|
960
|
-
Deleting = "Deleting",
|
|
961
|
-
Failed = "Failed",
|
|
962
|
-
Restarting = "Restarting",
|
|
963
|
-
Running = "Running",
|
|
964
|
-
Scaling = "Scaling",
|
|
965
|
-
Starting = "Starting",
|
|
966
|
-
Stopped = "Stopped",
|
|
967
|
-
Stopping = "Stopping"
|
|
968
|
-
}
|
|
969
|
-
|
|
970
|
-
// @public
|
|
971
|
-
export enum KnownJobType {
|
|
972
|
-
// (undocumented)
|
|
973
|
-
Cloud = "Cloud",
|
|
974
|
-
// (undocumented)
|
|
975
|
-
Edge = "Edge"
|
|
976
|
-
}
|
|
977
|
-
|
|
978
|
-
// @public
|
|
979
|
-
export enum KnownJsonOutputSerializationFormat {
|
|
980
|
-
// (undocumented)
|
|
981
|
-
Array = "Array",
|
|
982
|
-
// (undocumented)
|
|
983
|
-
LineSeparated = "LineSeparated"
|
|
984
|
-
}
|
|
985
|
-
|
|
986
|
-
// @public
|
|
987
|
-
export enum KnownOutputErrorPolicy {
|
|
988
|
-
// (undocumented)
|
|
989
|
-
Drop = "Drop",
|
|
990
|
-
// (undocumented)
|
|
991
|
-
Stop = "Stop"
|
|
992
|
-
}
|
|
993
|
-
|
|
994
|
-
// @public
|
|
995
|
-
export enum KnownOutputStartMode {
|
|
996
|
-
// (undocumented)
|
|
997
|
-
CustomTime = "CustomTime",
|
|
998
|
-
// (undocumented)
|
|
999
|
-
JobStartTime = "JobStartTime",
|
|
1000
|
-
// (undocumented)
|
|
1001
|
-
LastOutputEventTime = "LastOutputEventTime"
|
|
1002
|
-
}
|
|
1003
|
-
|
|
1004
|
-
// @public
|
|
1005
|
-
export enum KnownQueryTestingResultStatus {
|
|
1006
|
-
CompilerError = "CompilerError",
|
|
1007
|
-
RuntimeError = "RuntimeError",
|
|
1008
|
-
Started = "Started",
|
|
1009
|
-
Success = "Success",
|
|
1010
|
-
Timeout = "Timeout",
|
|
1011
|
-
UnknownError = "UnknownError"
|
|
1012
|
-
}
|
|
1013
|
-
|
|
1014
|
-
// @public
|
|
1015
|
-
export enum KnownSampleInputResultStatus {
|
|
1016
|
-
ErrorConnectingToInput = "ErrorConnectingToInput",
|
|
1017
|
-
NoEventsFoundInRange = "NoEventsFoundInRange",
|
|
1018
|
-
ReadAllEventsInRange = "ReadAllEventsInRange"
|
|
1019
|
-
}
|
|
1020
|
-
|
|
1021
|
-
// @public
|
|
1022
|
-
export enum KnownStreamingJobSkuName {
|
|
1023
|
-
// (undocumented)
|
|
1024
|
-
Standard = "Standard"
|
|
1025
|
-
}
|
|
1026
|
-
|
|
1027
|
-
// @public
|
|
1028
|
-
export enum KnownTestDatasourceResultStatus {
|
|
1029
|
-
TestFailed = "TestFailed",
|
|
1030
|
-
TestSucceeded = "TestSucceeded"
|
|
1031
|
-
}
|
|
1032
|
-
|
|
1033
|
-
// @public
|
|
1034
|
-
export interface OAuthBasedDataSourceProperties {
|
|
1035
|
-
refreshToken?: string;
|
|
1036
|
-
tokenUserDisplayName?: string;
|
|
1037
|
-
tokenUserPrincipalName?: string;
|
|
1038
|
-
}
|
|
1039
|
-
|
|
1040
|
-
// @public
|
|
1041
|
-
export interface Operation {
|
|
1042
|
-
readonly display?: OperationDisplay;
|
|
1043
|
-
readonly name?: string;
|
|
1044
|
-
}
|
|
1045
|
-
|
|
1046
|
-
// @public
|
|
1047
|
-
export interface OperationDisplay {
|
|
1048
|
-
readonly description?: string;
|
|
1049
|
-
readonly operation?: string;
|
|
1050
|
-
readonly provider?: string;
|
|
1051
|
-
readonly resource?: string;
|
|
1052
|
-
}
|
|
1053
|
-
|
|
1054
|
-
// @public
|
|
1055
|
-
export interface OperationListResult {
|
|
1056
|
-
readonly nextLink?: string;
|
|
1057
|
-
readonly value?: Operation[];
|
|
1058
|
-
}
|
|
1059
|
-
|
|
1060
|
-
// @public
|
|
1061
|
-
export interface Operations {
|
|
1062
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
1063
|
-
}
|
|
1064
|
-
|
|
1065
|
-
// @public
|
|
1066
|
-
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1067
|
-
}
|
|
1068
|
-
|
|
1069
|
-
// @public
|
|
1070
|
-
export type OperationsListNextResponse = OperationListResult;
|
|
1071
|
-
|
|
1072
|
-
// @public
|
|
1073
|
-
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
1074
|
-
}
|
|
1075
|
-
|
|
1076
|
-
// @public
|
|
1077
|
-
export type OperationsListResponse = OperationListResult;
|
|
1078
|
-
|
|
1079
|
-
// @public
|
|
1080
|
-
export type Output = SubResource & {
|
|
1081
|
-
datasource?: OutputDataSourceUnion;
|
|
1082
|
-
timeWindow?: string;
|
|
1083
|
-
sizeWindow?: number;
|
|
1084
|
-
serialization?: SerializationUnion;
|
|
1085
|
-
readonly diagnostics?: Diagnostics;
|
|
1086
|
-
readonly etag?: string;
|
|
1087
|
-
};
|
|
1088
|
-
|
|
1089
|
-
// @public
|
|
1090
|
-
export interface OutputDataSource {
|
|
1091
|
-
type: "Raw" | "Microsoft.Storage/Blob" | "Microsoft.Storage/Table" | "Microsoft.ServiceBus/EventHub" | "Microsoft.EventHub/EventHub" | "Microsoft.Sql/Server/Database" | "Microsoft.Sql/Server/DataWarehouse" | "Microsoft.Storage/DocumentDB" | "Microsoft.AzureFunction" | "Microsoft.ServiceBus/Queue" | "Microsoft.ServiceBus/Topic" | "PowerBI" | "Microsoft.DataLake/Accounts";
|
|
1092
|
-
}
|
|
1093
|
-
|
|
1094
|
-
// @public (undocumented)
|
|
1095
|
-
export type OutputDataSourceUnion = OutputDataSource | RawOutputDatasource | BlobOutputDataSource | AzureTableOutputDataSource | EventHubOutputDataSource | EventHubV2OutputDataSource | AzureSqlDatabaseOutputDataSource | AzureSynapseOutputDataSource | DocumentDbOutputDataSource | AzureFunctionOutputDataSource | ServiceBusQueueOutputDataSource | ServiceBusTopicOutputDataSource | PowerBIOutputDataSource | AzureDataLakeStoreOutputDataSource;
|
|
1096
|
-
|
|
1097
|
-
// @public
|
|
1098
|
-
export type OutputErrorPolicy = string;
|
|
1099
|
-
|
|
1100
|
-
// @public
|
|
1101
|
-
export interface OutputListResult {
|
|
1102
|
-
readonly nextLink?: string;
|
|
1103
|
-
readonly value?: Output[];
|
|
1104
|
-
}
|
|
1105
|
-
|
|
1106
|
-
// @public
|
|
1107
|
-
export interface Outputs {
|
|
1108
|
-
beginTest(resourceGroupName: string, jobName: string, outputName: string, options?: OutputsTestOptionalParams): Promise<PollerLike<PollOperationState<OutputsTestResponse>, OutputsTestResponse>>;
|
|
1109
|
-
beginTestAndWait(resourceGroupName: string, jobName: string, outputName: string, options?: OutputsTestOptionalParams): Promise<OutputsTestResponse>;
|
|
1110
|
-
createOrReplace(resourceGroupName: string, jobName: string, outputName: string, output: Output, options?: OutputsCreateOrReplaceOptionalParams): Promise<OutputsCreateOrReplaceResponse>;
|
|
1111
|
-
delete(resourceGroupName: string, jobName: string, outputName: string, options?: OutputsDeleteOptionalParams): Promise<void>;
|
|
1112
|
-
get(resourceGroupName: string, jobName: string, outputName: string, options?: OutputsGetOptionalParams): Promise<OutputsGetResponse>;
|
|
1113
|
-
listByStreamingJob(resourceGroupName: string, jobName: string, options?: OutputsListByStreamingJobOptionalParams): PagedAsyncIterableIterator<Output>;
|
|
1114
|
-
update(resourceGroupName: string, jobName: string, outputName: string, output: Output, options?: OutputsUpdateOptionalParams): Promise<OutputsUpdateResponse>;
|
|
1115
|
-
}
|
|
1116
|
-
|
|
1117
|
-
// @public
|
|
1118
|
-
export interface OutputsCreateOrReplaceHeaders {
|
|
1119
|
-
eTag?: string;
|
|
1120
|
-
}
|
|
1121
|
-
|
|
1122
|
-
// @public
|
|
1123
|
-
export interface OutputsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
|
|
1124
|
-
ifMatch?: string;
|
|
1125
|
-
ifNoneMatch?: string;
|
|
1126
|
-
}
|
|
1127
|
-
|
|
1128
|
-
// @public
|
|
1129
|
-
export type OutputsCreateOrReplaceResponse = OutputsCreateOrReplaceHeaders & Output;
|
|
1130
|
-
|
|
1131
|
-
// @public
|
|
1132
|
-
export interface OutputsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1133
|
-
}
|
|
1134
|
-
|
|
1135
|
-
// @public
|
|
1136
|
-
export interface OutputsGetHeaders {
|
|
1137
|
-
eTag?: string;
|
|
1138
|
-
}
|
|
1139
|
-
|
|
1140
|
-
// @public
|
|
1141
|
-
export interface OutputsGetOptionalParams extends coreClient.OperationOptions {
|
|
1142
|
-
}
|
|
1143
|
-
|
|
1144
|
-
// @public
|
|
1145
|
-
export type OutputsGetResponse = OutputsGetHeaders & Output;
|
|
1146
|
-
|
|
1147
|
-
// @public
|
|
1148
|
-
export interface OutputsListByStreamingJobNextOptionalParams extends coreClient.OperationOptions {
|
|
1149
|
-
select?: string;
|
|
1150
|
-
}
|
|
1151
|
-
|
|
1152
|
-
// @public
|
|
1153
|
-
export type OutputsListByStreamingJobNextResponse = OutputListResult;
|
|
1154
|
-
|
|
1155
|
-
// @public
|
|
1156
|
-
export interface OutputsListByStreamingJobOptionalParams extends coreClient.OperationOptions {
|
|
1157
|
-
select?: string;
|
|
1158
|
-
}
|
|
1159
|
-
|
|
1160
|
-
// @public
|
|
1161
|
-
export type OutputsListByStreamingJobResponse = OutputListResult;
|
|
1162
|
-
|
|
1163
|
-
// @public
|
|
1164
|
-
export type OutputStartMode = string;
|
|
1165
|
-
|
|
1166
|
-
// @public
|
|
1167
|
-
export interface OutputsTestOptionalParams extends coreClient.OperationOptions {
|
|
1168
|
-
output?: Output;
|
|
1169
|
-
resumeFrom?: string;
|
|
1170
|
-
updateIntervalInMs?: number;
|
|
1171
|
-
}
|
|
1172
|
-
|
|
1173
|
-
// @public
|
|
1174
|
-
export type OutputsTestResponse = ResourceTestStatus;
|
|
1175
|
-
|
|
1176
|
-
// @public
|
|
1177
|
-
export interface OutputsUpdateHeaders {
|
|
1178
|
-
eTag?: string;
|
|
1179
|
-
}
|
|
1180
|
-
|
|
1181
|
-
// @public
|
|
1182
|
-
export interface OutputsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1183
|
-
ifMatch?: string;
|
|
1184
|
-
}
|
|
1185
|
-
|
|
1186
|
-
// @public
|
|
1187
|
-
export type OutputsUpdateResponse = OutputsUpdateHeaders & Output;
|
|
1188
|
-
|
|
1189
|
-
// @public
|
|
1190
|
-
export type ParquetSerialization = Serialization & {
|
|
1191
|
-
type: "Parquet";
|
|
1192
|
-
properties?: Record<string, unknown>;
|
|
1193
|
-
};
|
|
1194
|
-
|
|
1195
|
-
// @public
|
|
1196
|
-
export type PowerBIOutputDataSource = OutputDataSource & {
|
|
1197
|
-
type: "PowerBI";
|
|
1198
|
-
refreshToken?: string;
|
|
1199
|
-
tokenUserPrincipalName?: string;
|
|
1200
|
-
tokenUserDisplayName?: string;
|
|
1201
|
-
dataset?: string;
|
|
1202
|
-
table?: string;
|
|
1203
|
-
groupId?: string;
|
|
1204
|
-
groupName?: string;
|
|
1205
|
-
authenticationMode?: AuthenticationMode;
|
|
1206
|
-
};
|
|
1207
|
-
|
|
1208
|
-
// @public
|
|
1209
|
-
export type PowerBIOutputDataSourceProperties = OAuthBasedDataSourceProperties & {
|
|
1210
|
-
dataset?: string;
|
|
1211
|
-
table?: string;
|
|
1212
|
-
groupId?: string;
|
|
1213
|
-
groupName?: string;
|
|
1214
|
-
authenticationMode?: AuthenticationMode;
|
|
1215
|
-
};
|
|
1216
|
-
|
|
1217
|
-
// @public
|
|
1218
|
-
export type PrivateEndpoint = ProxyResource & {
|
|
1219
|
-
properties?: PrivateEndpointProperties;
|
|
1220
|
-
readonly etag?: string;
|
|
1221
|
-
};
|
|
1222
|
-
|
|
1223
|
-
// @public
|
|
1224
|
-
export interface PrivateEndpointListResult {
|
|
1225
|
-
readonly nextLink?: string;
|
|
1226
|
-
readonly value?: PrivateEndpoint[];
|
|
1227
|
-
}
|
|
1228
|
-
|
|
1229
|
-
// @public
|
|
1230
|
-
export interface PrivateEndpointProperties {
|
|
1231
|
-
readonly createdDate?: string;
|
|
1232
|
-
manualPrivateLinkServiceConnections?: PrivateLinkServiceConnection[];
|
|
1233
|
-
}
|
|
1234
|
-
|
|
1235
|
-
// @public
|
|
1236
|
-
export interface PrivateEndpoints {
|
|
1237
|
-
beginDelete(resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: PrivateEndpointsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1238
|
-
beginDeleteAndWait(resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: PrivateEndpointsDeleteOptionalParams): Promise<void>;
|
|
1239
|
-
createOrUpdate(resourceGroupName: string, clusterName: string, privateEndpointName: string, privateEndpoint: PrivateEndpoint, options?: PrivateEndpointsCreateOrUpdateOptionalParams): Promise<PrivateEndpointsCreateOrUpdateResponse>;
|
|
1240
|
-
get(resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: PrivateEndpointsGetOptionalParams): Promise<PrivateEndpointsGetResponse>;
|
|
1241
|
-
listByCluster(resourceGroupName: string, clusterName: string, options?: PrivateEndpointsListByClusterOptionalParams): PagedAsyncIterableIterator<PrivateEndpoint>;
|
|
1242
|
-
}
|
|
1243
|
-
|
|
1244
|
-
// @public
|
|
1245
|
-
export interface PrivateEndpointsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1246
|
-
ifMatch?: string;
|
|
1247
|
-
ifNoneMatch?: string;
|
|
1248
|
-
}
|
|
1249
|
-
|
|
1250
|
-
// @public
|
|
1251
|
-
export type PrivateEndpointsCreateOrUpdateResponse = PrivateEndpoint;
|
|
1252
|
-
|
|
1253
|
-
// @public
|
|
1254
|
-
export interface PrivateEndpointsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1255
|
-
resumeFrom?: string;
|
|
1256
|
-
updateIntervalInMs?: number;
|
|
1257
|
-
}
|
|
1258
|
-
|
|
1259
|
-
// @public
|
|
1260
|
-
export interface PrivateEndpointsGetOptionalParams extends coreClient.OperationOptions {
|
|
1261
|
-
}
|
|
1262
|
-
|
|
1263
|
-
// @public
|
|
1264
|
-
export type PrivateEndpointsGetResponse = PrivateEndpoint;
|
|
1265
|
-
|
|
1266
|
-
// @public
|
|
1267
|
-
export interface PrivateEndpointsListByClusterNextOptionalParams extends coreClient.OperationOptions {
|
|
1268
|
-
}
|
|
1269
|
-
|
|
1270
|
-
// @public
|
|
1271
|
-
export type PrivateEndpointsListByClusterNextResponse = PrivateEndpointListResult;
|
|
1272
|
-
|
|
1273
|
-
// @public
|
|
1274
|
-
export interface PrivateEndpointsListByClusterOptionalParams extends coreClient.OperationOptions {
|
|
1275
|
-
}
|
|
1276
|
-
|
|
1277
|
-
// @public
|
|
1278
|
-
export type PrivateEndpointsListByClusterResponse = PrivateEndpointListResult;
|
|
1279
|
-
|
|
1280
|
-
// @public
|
|
1281
|
-
export interface PrivateLinkConnectionState {
|
|
1282
|
-
readonly actionsRequired?: string;
|
|
1283
|
-
readonly description?: string;
|
|
1284
|
-
readonly status?: string;
|
|
1285
|
-
}
|
|
1286
|
-
|
|
1287
|
-
// @public
|
|
1288
|
-
export interface PrivateLinkServiceConnection {
|
|
1289
|
-
groupIds?: string[];
|
|
1290
|
-
privateLinkServiceConnectionState?: PrivateLinkConnectionState;
|
|
1291
|
-
privateLinkServiceId?: string;
|
|
1292
|
-
requestMessage?: string;
|
|
1293
|
-
}
|
|
1294
|
-
|
|
1295
|
-
// @public
|
|
1296
|
-
export type ProxyResource = Resource & {};
|
|
1297
|
-
|
|
1298
|
-
// @public
|
|
1299
|
-
export interface QueryCompilationError {
|
|
1300
|
-
readonly endColumn?: number;
|
|
1301
|
-
readonly endLine?: number;
|
|
1302
|
-
readonly isGlobal?: boolean;
|
|
1303
|
-
readonly message?: string;
|
|
1304
|
-
readonly startColumn?: number;
|
|
1305
|
-
readonly startLine?: number;
|
|
1306
|
-
}
|
|
1307
|
-
|
|
1308
|
-
// @public
|
|
1309
|
-
export interface QueryCompilationResult {
|
|
1310
|
-
readonly errors?: QueryCompilationError[];
|
|
1311
|
-
readonly functions?: string[];
|
|
1312
|
-
readonly inputs?: string[];
|
|
1313
|
-
readonly outputs?: string[];
|
|
1314
|
-
readonly warnings?: string[];
|
|
1315
|
-
}
|
|
1316
|
-
|
|
1317
|
-
// @public
|
|
1318
|
-
export interface QueryFunction {
|
|
1319
|
-
bindingType: string;
|
|
1320
|
-
inputs: FunctionInput[];
|
|
1321
|
-
name: string;
|
|
1322
|
-
output: FunctionOutput;
|
|
1323
|
-
type: string;
|
|
1324
|
-
}
|
|
1325
|
-
|
|
1326
|
-
// @public
|
|
1327
|
-
export interface QueryInput {
|
|
1328
|
-
name: string;
|
|
1329
|
-
type: string;
|
|
1330
|
-
}
|
|
1331
|
-
|
|
1332
|
-
// @public
|
|
1333
|
-
export type QueryTestingResult = ErrorModel & {
|
|
1334
|
-
readonly status?: QueryTestingResultStatus;
|
|
1335
|
-
readonly outputUri?: string;
|
|
1336
|
-
};
|
|
1337
|
-
|
|
1338
|
-
// @public
|
|
1339
|
-
export type QueryTestingResultStatus = string;
|
|
1340
|
-
|
|
1341
|
-
// @public
|
|
1342
|
-
export type RawOutputDatasource = OutputDataSource & {
|
|
1343
|
-
type: "Raw";
|
|
1344
|
-
payloadUri?: string;
|
|
1345
|
-
};
|
|
1346
|
-
|
|
1347
|
-
// @public
|
|
1348
|
-
export type RawReferenceInputDataSource = ReferenceInputDataSource & {
|
|
1349
|
-
type: "Raw";
|
|
1350
|
-
payload?: string;
|
|
1351
|
-
payloadUri?: string;
|
|
1352
|
-
};
|
|
1353
|
-
|
|
1354
|
-
// @public
|
|
1355
|
-
export type RawStreamInputDataSource = StreamInputDataSource & {
|
|
1356
|
-
type: "Raw";
|
|
1357
|
-
payload?: string;
|
|
1358
|
-
payloadUri?: string;
|
|
1359
|
-
};
|
|
1360
|
-
|
|
1361
|
-
// @public
|
|
1362
|
-
export interface ReferenceInputDataSource {
|
|
1363
|
-
type: "Microsoft.Storage/Blob" | "Raw" | "Microsoft.Sql/Server/Database";
|
|
1364
|
-
}
|
|
1365
|
-
|
|
1366
|
-
// @public (undocumented)
|
|
1367
|
-
export type ReferenceInputDataSourceUnion = ReferenceInputDataSource | BlobReferenceInputDataSource | RawReferenceInputDataSource | AzureSqlReferenceInputDataSource;
|
|
1368
|
-
|
|
1369
|
-
// @public
|
|
1370
|
-
export type ReferenceInputProperties = InputProperties & {
|
|
1371
|
-
type: "Reference";
|
|
1372
|
-
datasource?: ReferenceInputDataSourceUnion;
|
|
1373
|
-
};
|
|
1374
|
-
|
|
1375
|
-
// @public
|
|
1376
|
-
export interface Resource {
|
|
1377
|
-
readonly id?: string;
|
|
1378
|
-
readonly name?: string;
|
|
1379
|
-
readonly type?: string;
|
|
1380
|
-
}
|
|
1381
|
-
|
|
1382
|
-
// @public
|
|
1383
|
-
export interface ResourceTestStatus {
|
|
1384
|
-
readonly error?: ErrorResponse;
|
|
1385
|
-
readonly status?: string;
|
|
1386
|
-
}
|
|
1387
|
-
|
|
1388
|
-
// @public
|
|
1389
|
-
export interface SampleInput {
|
|
1390
|
-
compatibilityLevel?: string;
|
|
1391
|
-
dataLocale?: string;
|
|
1392
|
-
eventsUri?: string;
|
|
1393
|
-
input?: Input;
|
|
1394
|
-
}
|
|
1395
|
-
|
|
1396
|
-
// @public
|
|
1397
|
-
export type SampleInputResult = ErrorModel & {
|
|
1398
|
-
readonly status?: SampleInputResultStatus;
|
|
1399
|
-
readonly diagnostics?: string[];
|
|
1400
|
-
readonly eventsDownloadUrl?: string;
|
|
1401
|
-
readonly lastArrivalTime?: string;
|
|
1402
|
-
};
|
|
1403
|
-
|
|
1404
|
-
// @public
|
|
1405
|
-
export type SampleInputResultStatus = string;
|
|
1406
|
-
|
|
1407
|
-
// @public
|
|
1408
|
-
export type ScalarFunctionProperties = FunctionProperties & {
|
|
1409
|
-
type: "Scalar";
|
|
1410
|
-
};
|
|
1411
|
-
|
|
1412
|
-
// @public
|
|
1413
|
-
export interface Serialization {
|
|
1414
|
-
type: "Parquet" | "CustomClr" | "Csv" | "Json" | "Avro";
|
|
1415
|
-
}
|
|
1416
|
-
|
|
1417
|
-
// @public (undocumented)
|
|
1418
|
-
export type SerializationUnion = Serialization | ParquetSerialization | CustomClrSerialization | CsvSerialization | JsonSerialization | AvroSerialization;
|
|
1419
|
-
|
|
1420
|
-
// @public
|
|
1421
|
-
export interface ServiceBusDataSourceProperties {
|
|
1422
|
-
authenticationMode?: AuthenticationMode;
|
|
1423
|
-
serviceBusNamespace?: string;
|
|
1424
|
-
sharedAccessPolicyKey?: string;
|
|
1425
|
-
sharedAccessPolicyName?: string;
|
|
1426
|
-
}
|
|
1427
|
-
|
|
1428
|
-
// @public
|
|
1429
|
-
export type ServiceBusQueueOutputDataSource = OutputDataSource & {
|
|
1430
|
-
type: "Microsoft.ServiceBus/Queue";
|
|
1431
|
-
serviceBusNamespace?: string;
|
|
1432
|
-
sharedAccessPolicyName?: string;
|
|
1433
|
-
sharedAccessPolicyKey?: string;
|
|
1434
|
-
authenticationMode?: AuthenticationMode;
|
|
1435
|
-
queueName?: string;
|
|
1436
|
-
propertyColumns?: string[];
|
|
1437
|
-
systemPropertyColumns?: {
|
|
1438
|
-
[propertyName: string]: string;
|
|
1439
|
-
};
|
|
1440
|
-
};
|
|
1441
|
-
|
|
1442
|
-
// @public
|
|
1443
|
-
export type ServiceBusQueueOutputDataSourceProperties = ServiceBusDataSourceProperties & {
|
|
1444
|
-
queueName?: string;
|
|
1445
|
-
propertyColumns?: string[];
|
|
1446
|
-
systemPropertyColumns?: {
|
|
1447
|
-
[propertyName: string]: string;
|
|
1448
|
-
};
|
|
1449
|
-
};
|
|
1450
|
-
|
|
1451
|
-
// @public
|
|
1452
|
-
export type ServiceBusTopicOutputDataSource = OutputDataSource & {
|
|
1453
|
-
type: "Microsoft.ServiceBus/Topic";
|
|
1454
|
-
serviceBusNamespace?: string;
|
|
1455
|
-
sharedAccessPolicyName?: string;
|
|
1456
|
-
sharedAccessPolicyKey?: string;
|
|
1457
|
-
authenticationMode?: AuthenticationMode;
|
|
1458
|
-
topicName?: string;
|
|
1459
|
-
propertyColumns?: string[];
|
|
1460
|
-
systemPropertyColumns?: {
|
|
1461
|
-
[propertyName: string]: string;
|
|
1462
|
-
};
|
|
1463
|
-
};
|
|
1464
|
-
|
|
1465
|
-
// @public
|
|
1466
|
-
export type ServiceBusTopicOutputDataSourceProperties = ServiceBusDataSourceProperties & {
|
|
1467
|
-
topicName?: string;
|
|
1468
|
-
propertyColumns?: string[];
|
|
1469
|
-
systemPropertyColumns?: {
|
|
1470
|
-
[propertyName: string]: string;
|
|
1471
|
-
};
|
|
1472
|
-
};
|
|
1473
|
-
|
|
1474
|
-
// @public
|
|
1475
|
-
export interface StartStreamingJobParameters {
|
|
1476
|
-
outputStartMode?: OutputStartMode;
|
|
1477
|
-
outputStartTime?: Date;
|
|
1478
|
-
}
|
|
1479
|
-
|
|
1480
|
-
// @public
|
|
1481
|
-
export interface StorageAccount {
|
|
1482
|
-
accountKey?: string;
|
|
1483
|
-
accountName?: string;
|
|
1484
|
-
}
|
|
1485
|
-
|
|
1486
|
-
// @public (undocumented)
|
|
1487
|
-
export class StreamAnalyticsManagementClient extends StreamAnalyticsManagementClientContext {
|
|
1488
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: StreamAnalyticsManagementClientOptionalParams);
|
|
1489
|
-
// (undocumented)
|
|
1490
|
-
clusters: Clusters;
|
|
1491
|
-
// (undocumented)
|
|
1492
|
-
functions: Functions;
|
|
1493
|
-
// (undocumented)
|
|
1494
|
-
inputs: Inputs;
|
|
1495
|
-
// (undocumented)
|
|
1496
|
-
operations: Operations;
|
|
1497
|
-
// (undocumented)
|
|
1498
|
-
outputs: Outputs;
|
|
1499
|
-
// (undocumented)
|
|
1500
|
-
privateEndpoints: PrivateEndpoints;
|
|
1501
|
-
// (undocumented)
|
|
1502
|
-
streamingJobs: StreamingJobs;
|
|
1503
|
-
// (undocumented)
|
|
1504
|
-
subscriptions: Subscriptions;
|
|
1505
|
-
// (undocumented)
|
|
1506
|
-
transformations: Transformations;
|
|
1507
|
-
}
|
|
1508
|
-
|
|
1509
|
-
// @public (undocumented)
|
|
1510
|
-
export class StreamAnalyticsManagementClientContext extends coreClient.ServiceClient {
|
|
1511
|
-
// (undocumented)
|
|
1512
|
-
$host: string;
|
|
1513
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: StreamAnalyticsManagementClientOptionalParams);
|
|
1514
|
-
// (undocumented)
|
|
1515
|
-
subscriptionId: string;
|
|
1516
|
-
}
|
|
1517
|
-
|
|
1518
|
-
// @public
|
|
1519
|
-
export interface StreamAnalyticsManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
1520
|
-
$host?: string;
|
|
1521
|
-
endpoint?: string;
|
|
1522
|
-
}
|
|
1523
|
-
|
|
1524
|
-
// @public
|
|
1525
|
-
export type StreamingJob = TrackedResource & {
|
|
1526
|
-
identity?: Identity;
|
|
1527
|
-
sku?: StreamingJobSku;
|
|
1528
|
-
readonly jobId?: string;
|
|
1529
|
-
readonly provisioningState?: string;
|
|
1530
|
-
readonly jobState?: string;
|
|
1531
|
-
jobType?: JobType;
|
|
1532
|
-
outputStartMode?: OutputStartMode;
|
|
1533
|
-
outputStartTime?: Date;
|
|
1534
|
-
readonly lastOutputEventTime?: Date;
|
|
1535
|
-
eventsOutOfOrderPolicy?: EventsOutOfOrderPolicy;
|
|
1536
|
-
outputErrorPolicy?: OutputErrorPolicy;
|
|
1537
|
-
eventsOutOfOrderMaxDelayInSeconds?: number;
|
|
1538
|
-
eventsLateArrivalMaxDelayInSeconds?: number;
|
|
1539
|
-
dataLocale?: string;
|
|
1540
|
-
compatibilityLevel?: CompatibilityLevel;
|
|
1541
|
-
readonly createdDate?: Date;
|
|
1542
|
-
inputs?: Input[];
|
|
1543
|
-
transformation?: Transformation;
|
|
1544
|
-
outputs?: Output[];
|
|
1545
|
-
functions?: FunctionModel[];
|
|
1546
|
-
readonly etag?: string;
|
|
1547
|
-
jobStorageAccount?: JobStorageAccount;
|
|
1548
|
-
contentStoragePolicy?: ContentStoragePolicy;
|
|
1549
|
-
externals?: External_2;
|
|
1550
|
-
cluster?: ClusterInfo;
|
|
1551
|
-
};
|
|
1552
|
-
|
|
1553
|
-
// @public
|
|
1554
|
-
export interface StreamingJobListResult {
|
|
1555
|
-
readonly nextLink?: string;
|
|
1556
|
-
readonly value?: StreamingJob[];
|
|
1557
|
-
}
|
|
1558
|
-
|
|
1559
|
-
// @public
|
|
1560
|
-
export interface StreamingJobs {
|
|
1561
|
-
beginCreateOrReplace(resourceGroupName: string, jobName: string, streamingJob: StreamingJob, options?: StreamingJobsCreateOrReplaceOptionalParams): Promise<PollerLike<PollOperationState<StreamingJobsCreateOrReplaceResponse>, StreamingJobsCreateOrReplaceResponse>>;
|
|
1562
|
-
beginCreateOrReplaceAndWait(resourceGroupName: string, jobName: string, streamingJob: StreamingJob, options?: StreamingJobsCreateOrReplaceOptionalParams): Promise<StreamingJobsCreateOrReplaceResponse>;
|
|
1563
|
-
beginDelete(resourceGroupName: string, jobName: string, options?: StreamingJobsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1564
|
-
beginDeleteAndWait(resourceGroupName: string, jobName: string, options?: StreamingJobsDeleteOptionalParams): Promise<void>;
|
|
1565
|
-
beginStart(resourceGroupName: string, jobName: string, options?: StreamingJobsStartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1566
|
-
beginStartAndWait(resourceGroupName: string, jobName: string, options?: StreamingJobsStartOptionalParams): Promise<void>;
|
|
1567
|
-
beginStop(resourceGroupName: string, jobName: string, options?: StreamingJobsStopOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1568
|
-
beginStopAndWait(resourceGroupName: string, jobName: string, options?: StreamingJobsStopOptionalParams): Promise<void>;
|
|
1569
|
-
get(resourceGroupName: string, jobName: string, options?: StreamingJobsGetOptionalParams): Promise<StreamingJobsGetResponse>;
|
|
1570
|
-
list(options?: StreamingJobsListOptionalParams): PagedAsyncIterableIterator<StreamingJob>;
|
|
1571
|
-
listByResourceGroup(resourceGroupName: string, options?: StreamingJobsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<StreamingJob>;
|
|
1572
|
-
update(resourceGroupName: string, jobName: string, streamingJob: StreamingJob, options?: StreamingJobsUpdateOptionalParams): Promise<StreamingJobsUpdateResponse>;
|
|
1573
|
-
}
|
|
1574
|
-
|
|
1575
|
-
// @public
|
|
1576
|
-
export interface StreamingJobsCreateOrReplaceHeaders {
|
|
1577
|
-
eTag?: string;
|
|
1578
|
-
}
|
|
1579
|
-
|
|
1580
|
-
// @public
|
|
1581
|
-
export interface StreamingJobsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
|
|
1582
|
-
ifMatch?: string;
|
|
1583
|
-
ifNoneMatch?: string;
|
|
1584
|
-
resumeFrom?: string;
|
|
1585
|
-
updateIntervalInMs?: number;
|
|
1586
|
-
}
|
|
1587
|
-
|
|
1588
|
-
// @public
|
|
1589
|
-
export type StreamingJobsCreateOrReplaceResponse = StreamingJobsCreateOrReplaceHeaders & StreamingJob;
|
|
1590
|
-
|
|
1591
|
-
// @public
|
|
1592
|
-
export interface StreamingJobsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1593
|
-
resumeFrom?: string;
|
|
1594
|
-
updateIntervalInMs?: number;
|
|
1595
|
-
}
|
|
1596
|
-
|
|
1597
|
-
// @public
|
|
1598
|
-
export interface StreamingJobsGetHeaders {
|
|
1599
|
-
eTag?: string;
|
|
1600
|
-
}
|
|
1601
|
-
|
|
1602
|
-
// @public
|
|
1603
|
-
export interface StreamingJobsGetOptionalParams extends coreClient.OperationOptions {
|
|
1604
|
-
expand?: string;
|
|
1605
|
-
}
|
|
1606
|
-
|
|
1607
|
-
// @public
|
|
1608
|
-
export type StreamingJobsGetResponse = StreamingJobsGetHeaders & StreamingJob;
|
|
1609
|
-
|
|
1610
|
-
// @public
|
|
1611
|
-
export interface StreamingJobSku {
|
|
1612
|
-
name?: StreamingJobSkuName;
|
|
1613
|
-
}
|
|
1614
|
-
|
|
1615
|
-
// @public
|
|
1616
|
-
export type StreamingJobSkuName = string;
|
|
1617
|
-
|
|
1618
|
-
// @public
|
|
1619
|
-
export interface StreamingJobsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1620
|
-
expand?: string;
|
|
1621
|
-
}
|
|
1622
|
-
|
|
1623
|
-
// @public
|
|
1624
|
-
export type StreamingJobsListByResourceGroupNextResponse = StreamingJobListResult;
|
|
1625
|
-
|
|
1626
|
-
// @public
|
|
1627
|
-
export interface StreamingJobsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1628
|
-
expand?: string;
|
|
1629
|
-
}
|
|
1630
|
-
|
|
1631
|
-
// @public
|
|
1632
|
-
export type StreamingJobsListByResourceGroupResponse = StreamingJobListResult;
|
|
1633
|
-
|
|
1634
|
-
// @public
|
|
1635
|
-
export interface StreamingJobsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1636
|
-
expand?: string;
|
|
1637
|
-
}
|
|
1638
|
-
|
|
1639
|
-
// @public
|
|
1640
|
-
export type StreamingJobsListNextResponse = StreamingJobListResult;
|
|
1641
|
-
|
|
1642
|
-
// @public
|
|
1643
|
-
export interface StreamingJobsListOptionalParams extends coreClient.OperationOptions {
|
|
1644
|
-
expand?: string;
|
|
1645
|
-
}
|
|
1646
|
-
|
|
1647
|
-
// @public
|
|
1648
|
-
export type StreamingJobsListResponse = StreamingJobListResult;
|
|
1649
|
-
|
|
1650
|
-
// @public
|
|
1651
|
-
export interface StreamingJobsStartOptionalParams extends coreClient.OperationOptions {
|
|
1652
|
-
resumeFrom?: string;
|
|
1653
|
-
startJobParameters?: StartStreamingJobParameters;
|
|
1654
|
-
updateIntervalInMs?: number;
|
|
1655
|
-
}
|
|
1656
|
-
|
|
1657
|
-
// @public
|
|
1658
|
-
export interface StreamingJobsStopOptionalParams extends coreClient.OperationOptions {
|
|
1659
|
-
resumeFrom?: string;
|
|
1660
|
-
updateIntervalInMs?: number;
|
|
1661
|
-
}
|
|
1662
|
-
|
|
1663
|
-
// @public
|
|
1664
|
-
export interface StreamingJobsUpdateHeaders {
|
|
1665
|
-
eTag?: string;
|
|
1666
|
-
}
|
|
1667
|
-
|
|
1668
|
-
// @public
|
|
1669
|
-
export interface StreamingJobsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1670
|
-
ifMatch?: string;
|
|
1671
|
-
}
|
|
1672
|
-
|
|
1673
|
-
// @public
|
|
1674
|
-
export type StreamingJobsUpdateResponse = StreamingJobsUpdateHeaders & StreamingJob;
|
|
1675
|
-
|
|
1676
|
-
// @public
|
|
1677
|
-
export interface StreamInputDataSource {
|
|
1678
|
-
type: "Microsoft.Storage/Blob" | "Microsoft.ServiceBus/EventHub" | "Microsoft.EventHub/EventHub" | "Microsoft.Devices/IotHubs" | "Raw";
|
|
1679
|
-
}
|
|
1680
|
-
|
|
1681
|
-
// @public (undocumented)
|
|
1682
|
-
export type StreamInputDataSourceUnion = StreamInputDataSource | BlobStreamInputDataSource | EventHubStreamInputDataSource | EventHubV2StreamInputDataSource | IoTHubStreamInputDataSource | RawStreamInputDataSource;
|
|
1683
|
-
|
|
1684
|
-
// @public
|
|
1685
|
-
export type StreamInputProperties = InputProperties & {
|
|
1686
|
-
type: "Stream";
|
|
1687
|
-
datasource?: StreamInputDataSourceUnion;
|
|
1688
|
-
};
|
|
1689
|
-
|
|
1690
|
-
// @public
|
|
1691
|
-
export interface SubResource {
|
|
1692
|
-
readonly id?: string;
|
|
1693
|
-
name?: string;
|
|
1694
|
-
readonly type?: string;
|
|
1695
|
-
}
|
|
1696
|
-
|
|
1697
|
-
// @public
|
|
1698
|
-
export type SubscriptionQuota = SubResource & {
|
|
1699
|
-
readonly maxCount?: number;
|
|
1700
|
-
readonly currentCount?: number;
|
|
1701
|
-
};
|
|
1702
|
-
|
|
1703
|
-
// @public
|
|
1704
|
-
export interface SubscriptionQuotasListResult {
|
|
1705
|
-
readonly value?: SubscriptionQuota[];
|
|
1706
|
-
}
|
|
1707
|
-
|
|
1708
|
-
// @public
|
|
1709
|
-
export interface Subscriptions {
|
|
1710
|
-
beginSampleInput(location: string, sampleInput: SampleInput, options?: SubscriptionsSampleInputOptionalParams): Promise<PollerLike<PollOperationState<SubscriptionsSampleInputResponse>, SubscriptionsSampleInputResponse>>;
|
|
1711
|
-
beginSampleInputAndWait(location: string, sampleInput: SampleInput, options?: SubscriptionsSampleInputOptionalParams): Promise<SubscriptionsSampleInputResponse>;
|
|
1712
|
-
beginTestInput(location: string, testInput: TestInput, options?: SubscriptionsTestInputOptionalParams): Promise<PollerLike<PollOperationState<SubscriptionsTestInputResponse>, SubscriptionsTestInputResponse>>;
|
|
1713
|
-
beginTestInputAndWait(location: string, testInput: TestInput, options?: SubscriptionsTestInputOptionalParams): Promise<SubscriptionsTestInputResponse>;
|
|
1714
|
-
beginTestOutput(location: string, testOutput: TestOutput, options?: SubscriptionsTestOutputOptionalParams): Promise<PollerLike<PollOperationState<SubscriptionsTestOutputResponse>, SubscriptionsTestOutputResponse>>;
|
|
1715
|
-
beginTestOutputAndWait(location: string, testOutput: TestOutput, options?: SubscriptionsTestOutputOptionalParams): Promise<SubscriptionsTestOutputResponse>;
|
|
1716
|
-
beginTestQuery(location: string, testQuery: TestQuery, options?: SubscriptionsTestQueryOptionalParams): Promise<PollerLike<PollOperationState<SubscriptionsTestQueryResponse>, SubscriptionsTestQueryResponse>>;
|
|
1717
|
-
beginTestQueryAndWait(location: string, testQuery: TestQuery, options?: SubscriptionsTestQueryOptionalParams): Promise<SubscriptionsTestQueryResponse>;
|
|
1718
|
-
compileQuery(location: string, compileQuery: CompileQuery, options?: SubscriptionsCompileQueryOptionalParams): Promise<SubscriptionsCompileQueryResponse>;
|
|
1719
|
-
listQuotas(location: string, options?: SubscriptionsListQuotasOptionalParams): Promise<SubscriptionsListQuotasResponse>;
|
|
1720
|
-
}
|
|
1721
|
-
|
|
1722
|
-
// @public
|
|
1723
|
-
export interface SubscriptionsCompileQueryOptionalParams extends coreClient.OperationOptions {
|
|
1724
|
-
}
|
|
1725
|
-
|
|
1726
|
-
// @public
|
|
1727
|
-
export type SubscriptionsCompileQueryResponse = QueryCompilationResult;
|
|
1728
|
-
|
|
1729
|
-
// @public
|
|
1730
|
-
export interface SubscriptionsListQuotasOptionalParams extends coreClient.OperationOptions {
|
|
1731
|
-
}
|
|
1732
|
-
|
|
1733
|
-
// @public
|
|
1734
|
-
export type SubscriptionsListQuotasResponse = SubscriptionQuotasListResult;
|
|
1735
|
-
|
|
1736
|
-
// @public
|
|
1737
|
-
export interface SubscriptionsSampleInputOptionalParams extends coreClient.OperationOptions {
|
|
1738
|
-
resumeFrom?: string;
|
|
1739
|
-
updateIntervalInMs?: number;
|
|
1740
|
-
}
|
|
1741
|
-
|
|
1742
|
-
// @public
|
|
1743
|
-
export type SubscriptionsSampleInputResponse = SampleInputResult;
|
|
1744
|
-
|
|
1745
|
-
// @public
|
|
1746
|
-
export interface SubscriptionsTestInputOptionalParams extends coreClient.OperationOptions {
|
|
1747
|
-
resumeFrom?: string;
|
|
1748
|
-
updateIntervalInMs?: number;
|
|
1749
|
-
}
|
|
1750
|
-
|
|
1751
|
-
// @public
|
|
1752
|
-
export type SubscriptionsTestInputResponse = TestDatasourceResult;
|
|
1753
|
-
|
|
1754
|
-
// @public
|
|
1755
|
-
export interface SubscriptionsTestOutputOptionalParams extends coreClient.OperationOptions {
|
|
1756
|
-
resumeFrom?: string;
|
|
1757
|
-
updateIntervalInMs?: number;
|
|
1758
|
-
}
|
|
1759
|
-
|
|
1760
|
-
// @public
|
|
1761
|
-
export type SubscriptionsTestOutputResponse = TestDatasourceResult;
|
|
1762
|
-
|
|
1763
|
-
// @public
|
|
1764
|
-
export interface SubscriptionsTestQueryOptionalParams extends coreClient.OperationOptions {
|
|
1765
|
-
resumeFrom?: string;
|
|
1766
|
-
updateIntervalInMs?: number;
|
|
1767
|
-
}
|
|
1768
|
-
|
|
1769
|
-
// @public
|
|
1770
|
-
export type SubscriptionsTestQueryResponse = QueryTestingResult;
|
|
1771
|
-
|
|
1772
|
-
// @public
|
|
1773
|
-
export type TestDatasourceResult = ErrorModel & {
|
|
1774
|
-
readonly status?: TestDatasourceResultStatus;
|
|
1775
|
-
};
|
|
1776
|
-
|
|
1777
|
-
// @public
|
|
1778
|
-
export type TestDatasourceResultStatus = string;
|
|
1779
|
-
|
|
1780
|
-
// @public
|
|
1781
|
-
export interface TestInput {
|
|
1782
|
-
input: Input;
|
|
1783
|
-
}
|
|
1784
|
-
|
|
1785
|
-
// @public
|
|
1786
|
-
export interface TestOutput {
|
|
1787
|
-
output: Output;
|
|
1788
|
-
}
|
|
1789
|
-
|
|
1790
|
-
// @public
|
|
1791
|
-
export interface TestQuery {
|
|
1792
|
-
diagnostics?: TestQueryDiagnostics;
|
|
1793
|
-
streamingJob: StreamingJob;
|
|
1794
|
-
}
|
|
1795
|
-
|
|
1796
|
-
// @public
|
|
1797
|
-
export interface TestQueryDiagnostics {
|
|
1798
|
-
path?: string;
|
|
1799
|
-
writeUri: string;
|
|
1800
|
-
}
|
|
1801
|
-
|
|
1802
|
-
// @public
|
|
1803
|
-
export type TrackedResource = Resource & {
|
|
1804
|
-
tags?: {
|
|
1805
|
-
[propertyName: string]: string;
|
|
1806
|
-
};
|
|
1807
|
-
location?: string;
|
|
1808
|
-
};
|
|
1809
|
-
|
|
1810
|
-
// @public
|
|
1811
|
-
export type Transformation = SubResource & {
|
|
1812
|
-
streamingUnits?: number;
|
|
1813
|
-
query?: string;
|
|
1814
|
-
readonly etag?: string;
|
|
1815
|
-
};
|
|
1816
|
-
|
|
1817
|
-
// @public
|
|
1818
|
-
export interface Transformations {
|
|
1819
|
-
createOrReplace(resourceGroupName: string, jobName: string, transformationName: string, transformation: Transformation, options?: TransformationsCreateOrReplaceOptionalParams): Promise<TransformationsCreateOrReplaceResponse>;
|
|
1820
|
-
get(resourceGroupName: string, jobName: string, transformationName: string, options?: TransformationsGetOptionalParams): Promise<TransformationsGetResponse>;
|
|
1821
|
-
update(resourceGroupName: string, jobName: string, transformationName: string, transformation: Transformation, options?: TransformationsUpdateOptionalParams): Promise<TransformationsUpdateResponse>;
|
|
1822
|
-
}
|
|
1823
|
-
|
|
1824
|
-
// @public
|
|
1825
|
-
export interface TransformationsCreateOrReplaceHeaders {
|
|
1826
|
-
eTag?: string;
|
|
1827
|
-
}
|
|
1828
|
-
|
|
1829
|
-
// @public
|
|
1830
|
-
export interface TransformationsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
|
|
1831
|
-
ifMatch?: string;
|
|
1832
|
-
ifNoneMatch?: string;
|
|
1833
|
-
}
|
|
1834
|
-
|
|
1835
|
-
// @public
|
|
1836
|
-
export type TransformationsCreateOrReplaceResponse = TransformationsCreateOrReplaceHeaders & Transformation;
|
|
1837
|
-
|
|
1838
|
-
// @public
|
|
1839
|
-
export interface TransformationsGetHeaders {
|
|
1840
|
-
eTag?: string;
|
|
1841
|
-
}
|
|
1842
|
-
|
|
1843
|
-
// @public
|
|
1844
|
-
export interface TransformationsGetOptionalParams extends coreClient.OperationOptions {
|
|
1845
|
-
}
|
|
1846
|
-
|
|
1847
|
-
// @public
|
|
1848
|
-
export type TransformationsGetResponse = TransformationsGetHeaders & Transformation;
|
|
1849
|
-
|
|
1850
|
-
// @public
|
|
1851
|
-
export interface TransformationsUpdateHeaders {
|
|
1852
|
-
eTag?: string;
|
|
1853
|
-
}
|
|
1854
|
-
|
|
1855
|
-
// @public
|
|
1856
|
-
export interface TransformationsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1857
|
-
ifMatch?: string;
|
|
1858
|
-
}
|
|
1859
|
-
|
|
1860
|
-
// @public
|
|
1861
|
-
export type TransformationsUpdateResponse = TransformationsUpdateHeaders & Transformation;
|
|
1862
|
-
|
|
1863
|
-
// (No @packageDocumentation comment for this package)
|
|
1864
|
-
|
|
1865
|
-
```
|