@azure/arm-streamanalytics 4.1.1-alpha.20240226.1 → 5.0.0-beta.1
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 +170 -8
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/dist/index.js +6060 -3785
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/clustersCreateOrUpdateSample.js +14 -6
- package/dist-esm/samples-dev/clustersCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/clustersDeleteSample.js +12 -4
- package/dist-esm/samples-dev/clustersDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/clustersGetSample.js +12 -4
- package/dist-esm/samples-dev/clustersGetSample.js.map +1 -1
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +12 -4
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/clustersListBySubscriptionSample.js +11 -3
- package/dist-esm/samples-dev/clustersListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/clustersListStreamingJobsSample.js +12 -4
- package/dist-esm/samples-dev/clustersListStreamingJobsSample.js.map +1 -1
- package/dist-esm/samples-dev/clustersUpdateSample.js +13 -5
- package/dist-esm/samples-dev/clustersUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/functionsCreateOrReplaceSample.js +97 -16
- package/dist-esm/samples-dev/functionsCreateOrReplaceSample.js.map +1 -1
- package/dist-esm/samples-dev/functionsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/functionsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/functionsGetSample.js +17 -8
- package/dist-esm/samples-dev/functionsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/functionsListByStreamingJobSample.js +12 -4
- package/dist-esm/samples-dev/functionsListByStreamingJobSample.js.map +1 -1
- package/dist-esm/samples-dev/functionsRetrieveDefaultDefinitionSample.js +15 -7
- package/dist-esm/samples-dev/functionsRetrieveDefaultDefinitionSample.js.map +1 -1
- package/dist-esm/samples-dev/functionsTestSample.js +18 -9
- package/dist-esm/samples-dev/functionsTestSample.js.map +1 -1
- package/dist-esm/samples-dev/functionsUpdateSample.js +26 -14
- package/dist-esm/samples-dev/functionsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/inputsCreateOrReplaceSample.js +147 -31
- package/dist-esm/samples-dev/inputsCreateOrReplaceSample.js.map +1 -1
- package/dist-esm/samples-dev/inputsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/inputsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/inputsGetSample.js +27 -16
- package/dist-esm/samples-dev/inputsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/inputsListByStreamingJobSample.js +18 -9
- package/dist-esm/samples-dev/inputsListByStreamingJobSample.js.map +1 -1
- package/dist-esm/samples-dev/inputsTestSample.js +12 -4
- package/dist-esm/samples-dev/inputsTestSample.js.map +1 -1
- package/dist-esm/samples-dev/inputsUpdateSample.js +39 -28
- package/dist-esm/samples-dev/inputsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +11 -3
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/outputsCreateOrReplaceSample.js +261 -56
- package/dist-esm/samples-dev/outputsCreateOrReplaceSample.js.map +1 -1
- package/dist-esm/samples-dev/outputsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/outputsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/outputsGetSample.js +98 -41
- package/dist-esm/samples-dev/outputsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/outputsListByStreamingJobSample.js +12 -4
- package/dist-esm/samples-dev/outputsListByStreamingJobSample.js.map +1 -1
- package/dist-esm/samples-dev/outputsTestSample.js +12 -4
- package/dist-esm/samples-dev/outputsTestSample.js.map +1 -1
- package/dist-esm/samples-dev/outputsUpdateSample.js +150 -54
- package/dist-esm/samples-dev/outputsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointsCreateOrUpdateSample.js +21 -11
- package/dist-esm/samples-dev/privateEndpointsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/privateEndpointsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointsGetSample.js +12 -4
- package/dist-esm/samples-dev/privateEndpointsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointsListByClusterSample.js +12 -4
- package/dist-esm/samples-dev/privateEndpointsListByClusterSample.js.map +1 -1
- package/dist-esm/samples-dev/skuListSample.d.ts +2 -0
- package/dist-esm/samples-dev/skuListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/skuListSample.js +55 -0
- package/dist-esm/samples-dev/skuListSample.js.map +1 -0
- package/dist-esm/samples-dev/streamingJobsCreateOrReplaceSample.js +85 -22
- package/dist-esm/samples-dev/streamingJobsCreateOrReplaceSample.js.map +1 -1
- package/dist-esm/samples-dev/streamingJobsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/streamingJobsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/streamingJobsGetSample.js +18 -9
- package/dist-esm/samples-dev/streamingJobsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/streamingJobsListByResourceGroupSample.js +18 -9
- package/dist-esm/samples-dev/streamingJobsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/streamingJobsListSample.js +16 -7
- package/dist-esm/samples-dev/streamingJobsListSample.js.map +1 -1
- package/dist-esm/samples-dev/streamingJobsScaleSample.js +15 -7
- package/dist-esm/samples-dev/streamingJobsScaleSample.js.map +1 -1
- package/dist-esm/samples-dev/streamingJobsStartSample.js +26 -16
- package/dist-esm/samples-dev/streamingJobsStartSample.js.map +1 -1
- package/dist-esm/samples-dev/streamingJobsStopSample.js +12 -4
- package/dist-esm/samples-dev/streamingJobsStopSample.js.map +1 -1
- package/dist-esm/samples-dev/streamingJobsUpdateSample.js +14 -6
- package/dist-esm/samples-dev/streamingJobsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/subscriptionsCompileQuerySample.d.ts +2 -0
- package/dist-esm/samples-dev/subscriptionsCompileQuerySample.d.ts.map +1 -0
- package/dist-esm/samples-dev/subscriptionsCompileQuerySample.js +53 -0
- package/dist-esm/samples-dev/subscriptionsCompileQuerySample.js.map +1 -0
- package/dist-esm/samples-dev/subscriptionsListQuotasSample.js +11 -3
- package/dist-esm/samples-dev/subscriptionsListQuotasSample.js.map +1 -1
- package/dist-esm/samples-dev/subscriptionsSampleInputSample.d.ts +2 -0
- package/dist-esm/samples-dev/subscriptionsSampleInputSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/subscriptionsSampleInputSample.js +60 -0
- package/dist-esm/samples-dev/subscriptionsSampleInputSample.js.map +1 -0
- package/dist-esm/samples-dev/subscriptionsTestInputSample.d.ts +2 -0
- package/dist-esm/samples-dev/subscriptionsTestInputSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/subscriptionsTestInputSample.js +57 -0
- package/dist-esm/samples-dev/subscriptionsTestInputSample.js.map +1 -0
- package/dist-esm/samples-dev/subscriptionsTestOutputSample.d.ts +2 -0
- package/dist-esm/samples-dev/subscriptionsTestOutputSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/subscriptionsTestOutputSample.js +53 -0
- package/dist-esm/samples-dev/subscriptionsTestOutputSample.js.map +1 -0
- package/dist-esm/samples-dev/subscriptionsTestQuerySample.d.ts +2 -0
- package/dist-esm/samples-dev/subscriptionsTestQuerySample.d.ts.map +1 -0
- package/dist-esm/samples-dev/subscriptionsTestQuerySample.js +78 -0
- package/dist-esm/samples-dev/subscriptionsTestQuerySample.js.map +1 -0
- package/dist-esm/samples-dev/transformationsCreateOrReplaceSample.js +14 -6
- package/dist-esm/samples-dev/transformationsCreateOrReplaceSample.js.map +1 -1
- package/dist-esm/samples-dev/transformationsGetSample.js +12 -4
- package/dist-esm/samples-dev/transformationsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/transformationsUpdateSample.js +13 -5
- package/dist-esm/samples-dev/transformationsUpdateSample.js.map +1 -1
- package/dist-esm/src/lroImpl.d.ts +6 -11
- package/dist-esm/src/lroImpl.d.ts.map +1 -1
- package/dist-esm/src/lroImpl.js +12 -20
- package/dist-esm/src/lroImpl.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +1320 -469
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +126 -22
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +108 -42
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +3129 -1585
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +19 -13
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +162 -131
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/clusters.d.ts +4 -4
- package/dist-esm/src/operations/clusters.d.ts.map +1 -1
- package/dist-esm/src/operations/clusters.js +105 -93
- package/dist-esm/src/operations/clusters.js.map +1 -1
- package/dist-esm/src/operations/functions.d.ts +2 -2
- package/dist-esm/src/operations/functions.d.ts.map +1 -1
- package/dist-esm/src/operations/functions.js +64 -60
- package/dist-esm/src/operations/functions.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +5 -4
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +5 -4
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/inputs.d.ts +2 -2
- package/dist-esm/src/operations/inputs.d.ts.map +1 -1
- package/dist-esm/src/operations/inputs.js +58 -54
- package/dist-esm/src/operations/inputs.js.map +1 -1
- package/dist-esm/src/operations/operations.js +9 -9
- package/dist-esm/src/operations/outputs.d.ts +2 -2
- package/dist-esm/src/operations/outputs.d.ts.map +1 -1
- package/dist-esm/src/operations/outputs.js +58 -54
- package/dist-esm/src/operations/outputs.js.map +1 -1
- package/dist-esm/src/operations/privateEndpoints.d.ts +2 -2
- package/dist-esm/src/operations/privateEndpoints.d.ts.map +1 -1
- package/dist-esm/src/operations/privateEndpoints.js +47 -43
- package/dist-esm/src/operations/privateEndpoints.js.map +1 -1
- package/dist-esm/src/operations/skuOperations.d.ts +38 -0
- package/dist-esm/src/operations/skuOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/skuOperations.js +150 -0
- package/dist-esm/src/operations/skuOperations.js.map +1 -0
- package/dist-esm/src/operations/streamingJobs.d.ts +6 -6
- package/dist-esm/src/operations/streamingJobs.d.ts.map +1 -1
- package/dist-esm/src/operations/streamingJobs.js +119 -99
- package/dist-esm/src/operations/streamingJobs.js.map +1 -1
- package/dist-esm/src/operations/subscriptions.d.ts +79 -4
- package/dist-esm/src/operations/subscriptions.d.ts.map +1 -1
- package/dist-esm/src/operations/subscriptions.js +401 -8
- package/dist-esm/src/operations/subscriptions.js.map +1 -1
- package/dist-esm/src/operations/transformations.js +22 -22
- package/dist-esm/src/operations/transformations.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/clusters.d.ts +4 -4
- package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/functions.d.ts +2 -2
- package/dist-esm/src/operationsInterfaces/functions.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +5 -4
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +5 -4
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/inputs.d.ts +2 -2
- package/dist-esm/src/operationsInterfaces/inputs.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/outputs.d.ts +2 -2
- package/dist-esm/src/operationsInterfaces/outputs.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/privateEndpoints.d.ts +2 -2
- package/dist-esm/src/operationsInterfaces/privateEndpoints.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/skuOperations.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/skuOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/skuOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/skuOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/streamingJobs.d.ts +6 -6
- package/dist-esm/src/operationsInterfaces/streamingJobs.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/subscriptions.d.ts +79 -4
- package/dist-esm/src/operationsInterfaces/subscriptions.d.ts.map +1 -1
- package/dist-esm/src/streamAnalyticsManagementClient.d.ts +6 -8
- package/dist-esm/src/streamAnalyticsManagementClient.d.ts.map +1 -1
- package/dist-esm/src/streamAnalyticsManagementClient.js +12 -41
- package/dist-esm/src/streamAnalyticsManagementClient.js.map +1 -1
- package/dist-esm/test/streamanalytics_operations_test.spec.d.ts +4 -0
- package/dist-esm/test/streamanalytics_operations_test.spec.d.ts.map +1 -0
- package/dist-esm/test/streamanalytics_operations_test.spec.js +112 -0
- package/dist-esm/test/streamanalytics_operations_test.spec.js.map +1 -0
- package/package.json +15 -14
- package/review/arm-streamanalytics.api.md +614 -55
- package/src/lroImpl.ts +31 -23
- package/src/models/index.ts +1514 -538
- package/src/models/mappers.ts +3649 -1881
- package/src/models/parameters.ts +182 -140
- package/src/operations/clusters.ts +189 -189
- package/src/operations/functions.ts +115 -113
- package/src/operations/index.ts +5 -4
- package/src/operations/inputs.ts +103 -103
- package/src/operations/operations.ts +16 -16
- package/src/operations/outputs.ts +103 -103
- package/src/operations/privateEndpoints.ts +83 -84
- package/src/operations/skuOperations.ts +193 -0
- package/src/operations/streamingJobs.ts +208 -215
- package/src/operations/subscriptions.ts +551 -13
- package/src/operations/transformations.ts +32 -35
- package/src/operationsInterfaces/clusters.ts +17 -17
- package/src/operationsInterfaces/functions.ts +14 -11
- package/src/operationsInterfaces/index.ts +5 -4
- package/src/operationsInterfaces/inputs.ts +10 -10
- package/src/operationsInterfaces/operations.ts +1 -1
- package/src/operationsInterfaces/outputs.ts +10 -10
- package/src/operationsInterfaces/privateEndpoints.ts +8 -8
- package/src/operationsInterfaces/skuOperations.ts +26 -0
- package/src/operationsInterfaces/streamingJobs.ts +22 -22
- package/src/operationsInterfaces/subscriptions.ts +151 -5
- package/src/operationsInterfaces/transformations.ts +4 -4
- package/src/pagingHelper.ts +1 -1
- package/src/streamAnalyticsManagementClient.ts +34 -65
- package/types/arm-streamanalytics.d.ts +1129 -109
- 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 -38
- package/dist-esm/test/sampleTest.js.map +0 -1
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
import * as coreAuth from '@azure/core-auth';
|
|
2
2
|
import * as coreClient from '@azure/core-client';
|
|
3
|
+
import { OperationState } from '@azure/core-lro';
|
|
3
4
|
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
4
|
-
import {
|
|
5
|
-
|
|
5
|
+
import { SimplePollerLike } from '@azure/core-lro';
|
|
6
|
+
|
|
7
|
+
/** The properties that are associated with an aggregate function. */
|
|
8
|
+
export declare interface AggregateFunctionProperties extends FunctionProperties {
|
|
9
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
10
|
+
type: "Aggregate";
|
|
11
|
+
}
|
|
6
12
|
|
|
7
13
|
/**
|
|
8
14
|
* Defines values for AuthenticationMode. \
|
|
@@ -23,6 +29,20 @@ export declare interface AvroSerialization extends Serialization {
|
|
|
23
29
|
properties?: Record<string, unknown>;
|
|
24
30
|
}
|
|
25
31
|
|
|
32
|
+
/** Describes an Azure Data Explorer output data source. */
|
|
33
|
+
export declare interface AzureDataExplorerOutputDataSource extends OutputDataSource {
|
|
34
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
35
|
+
type: "Microsoft.Kusto/clusters/databases";
|
|
36
|
+
/** The name of the Azure Data Explorer cluster. Required on PUT (CreateOrReplace) requests. */
|
|
37
|
+
cluster?: string;
|
|
38
|
+
/** The name of the Azure Data Explorer database. Required on PUT (CreateOrReplace) requests. */
|
|
39
|
+
database?: string;
|
|
40
|
+
/** The name of the Azure Table. Required on PUT (CreateOrReplace) requests. */
|
|
41
|
+
table?: string;
|
|
42
|
+
/** Authentication Mode. */
|
|
43
|
+
authenticationMode?: AuthenticationMode;
|
|
44
|
+
}
|
|
45
|
+
|
|
26
46
|
/** Describes an Azure Data Lake Store output data source. */
|
|
27
47
|
export declare interface AzureDataLakeStoreOutputDataSource extends OutputDataSource {
|
|
28
48
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -63,52 +83,128 @@ export declare interface AzureDataLakeStoreOutputDataSourceProperties extends OA
|
|
|
63
83
|
authenticationMode?: AuthenticationMode;
|
|
64
84
|
}
|
|
65
85
|
|
|
86
|
+
/** Defines the metadata of AzureFunctionOutputDataSource */
|
|
87
|
+
export declare interface AzureFunctionOutputDataSource extends OutputDataSource {
|
|
88
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
89
|
+
type: "Microsoft.AzureFunction";
|
|
90
|
+
/** The name of your Azure Functions app. */
|
|
91
|
+
functionAppName?: string;
|
|
92
|
+
/** The name of the function in your Azure Functions app. */
|
|
93
|
+
functionName?: string;
|
|
94
|
+
/** If you want to use an Azure Function from another subscription, you can do so by providing the key to access your function. */
|
|
95
|
+
apiKey?: string;
|
|
96
|
+
/** A property that lets you set the maximum size for each output batch that's sent to your Azure function. The input unit is in bytes. By default, this value is 262,144 bytes (256 KB). */
|
|
97
|
+
maxBatchSize?: number;
|
|
98
|
+
/** A property that lets you specify the maximum number of events in each batch that's sent to Azure Functions. The default value is 100. */
|
|
99
|
+
maxBatchCount?: number;
|
|
100
|
+
}
|
|
101
|
+
|
|
66
102
|
/** The binding to an Azure Machine Learning web service. */
|
|
67
|
-
export declare interface
|
|
103
|
+
export declare interface AzureMachineLearningServiceFunctionBinding extends FunctionBinding {
|
|
68
104
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
69
|
-
type: "Microsoft.
|
|
70
|
-
/** The Request-Response execute endpoint of the Azure Machine Learning web service.
|
|
105
|
+
type: "Microsoft.MachineLearningServices";
|
|
106
|
+
/** The Request-Response execute endpoint of the Azure Machine Learning web service. */
|
|
71
107
|
endpoint?: string;
|
|
72
108
|
/** The API key used to authenticate with Request-Response endpoint. */
|
|
73
109
|
apiKey?: string;
|
|
74
110
|
/** The inputs for the Azure Machine Learning web service endpoint. */
|
|
75
|
-
inputs?:
|
|
111
|
+
inputs?: AzureMachineLearningServiceInputColumn[];
|
|
76
112
|
/** A list of outputs from the Azure Machine Learning web service endpoint execution. */
|
|
77
|
-
outputs?:
|
|
113
|
+
outputs?: AzureMachineLearningServiceOutputColumn[];
|
|
78
114
|
/** Number between 1 and 10000 describing maximum number of rows for every Azure ML RRS execute request. Default is 1000. */
|
|
79
115
|
batchSize?: number;
|
|
116
|
+
/** The number of parallel requests that will be sent per partition of your job to the machine learning service. Default is 1. */
|
|
117
|
+
numberOfParallelRequests?: number;
|
|
118
|
+
/** Label for the input request object. */
|
|
119
|
+
inputRequestName?: string;
|
|
120
|
+
/** Label for the output request object. */
|
|
121
|
+
outputResponseName?: string;
|
|
80
122
|
}
|
|
81
123
|
|
|
82
124
|
/** The parameters needed to retrieve the default function definition for an Azure Machine Learning web service function. */
|
|
83
|
-
export declare interface
|
|
125
|
+
export declare interface AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters extends FunctionRetrieveDefaultDefinitionParameters {
|
|
84
126
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
85
|
-
bindingType: "Microsoft.
|
|
86
|
-
/** The Request-Response execute endpoint of the Azure Machine Learning web service.
|
|
127
|
+
bindingType: "Microsoft.MachineLearningServices";
|
|
128
|
+
/** The Request-Response execute endpoint of the Azure Machine Learning web service. */
|
|
87
129
|
executeEndpoint?: string;
|
|
88
130
|
/** The function type. */
|
|
89
131
|
udfType?: "Scalar";
|
|
90
132
|
}
|
|
91
133
|
|
|
92
134
|
/** Describes an input column for the Azure Machine Learning web service endpoint. */
|
|
93
|
-
export declare interface
|
|
135
|
+
export declare interface AzureMachineLearningServiceInputColumn {
|
|
94
136
|
/** The name of the input column. */
|
|
95
137
|
name?: string;
|
|
96
|
-
/** The (Azure Machine Learning supported) data type of the input column.
|
|
138
|
+
/** The (Azure Machine Learning supported) data type of the input column. */
|
|
97
139
|
dataType?: string;
|
|
98
140
|
/** The zero based index of the function parameter this input maps to. */
|
|
99
141
|
mapTo?: number;
|
|
100
142
|
}
|
|
101
143
|
|
|
102
144
|
/** The inputs for the Azure Machine Learning web service endpoint. */
|
|
103
|
-
export declare interface
|
|
145
|
+
export declare interface AzureMachineLearningServiceInputs {
|
|
104
146
|
/** The name of the input. This is the name provided while authoring the endpoint. */
|
|
105
147
|
name?: string;
|
|
106
148
|
/** A list of input columns for the Azure Machine Learning web service endpoint. */
|
|
107
|
-
columnNames?:
|
|
149
|
+
columnNames?: AzureMachineLearningServiceInputColumn[];
|
|
108
150
|
}
|
|
109
151
|
|
|
110
152
|
/** Describes an output column for the Azure Machine Learning web service endpoint. */
|
|
111
|
-
export declare interface
|
|
153
|
+
export declare interface AzureMachineLearningServiceOutputColumn {
|
|
154
|
+
/** The name of the output column. */
|
|
155
|
+
name?: string;
|
|
156
|
+
/** The (Azure Machine Learning supported) data type of the output column. */
|
|
157
|
+
dataType?: string;
|
|
158
|
+
/** The zero based index of the function parameter this input maps to. */
|
|
159
|
+
mapTo?: number;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
/** The binding to an Azure Machine Learning Studio. */
|
|
163
|
+
export declare interface AzureMachineLearningStudioFunctionBinding extends FunctionBinding {
|
|
164
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
165
|
+
type: "Microsoft.MachineLearning/WebService";
|
|
166
|
+
/** The Request-Response execute endpoint of the Azure Machine Learning Studio. Find out more here: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs */
|
|
167
|
+
endpoint?: string;
|
|
168
|
+
/** The API key used to authenticate with Request-Response endpoint. */
|
|
169
|
+
apiKey?: string;
|
|
170
|
+
/** The inputs for the Azure Machine Learning Studio endpoint. */
|
|
171
|
+
inputs?: AzureMachineLearningStudioInputs;
|
|
172
|
+
/** A list of outputs from the Azure Machine Learning Studio endpoint execution. */
|
|
173
|
+
outputs?: AzureMachineLearningStudioOutputColumn[];
|
|
174
|
+
/** Number between 1 and 10000 describing maximum number of rows for every Azure ML RRS execute request. Default is 1000. */
|
|
175
|
+
batchSize?: number;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
/** The parameters needed to retrieve the default function definition for an Azure Machine Learning Studio function. */
|
|
179
|
+
export declare interface AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters extends FunctionRetrieveDefaultDefinitionParameters {
|
|
180
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
181
|
+
bindingType: "Microsoft.MachineLearning/WebService";
|
|
182
|
+
/** The Request-Response execute endpoint of the Azure Machine Learning Studio. Find out more here: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs */
|
|
183
|
+
executeEndpoint?: string;
|
|
184
|
+
/** The function type. */
|
|
185
|
+
udfType?: "Scalar";
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
/** Describes an input column for the Azure Machine Learning Studio endpoint. */
|
|
189
|
+
export declare interface AzureMachineLearningStudioInputColumn {
|
|
190
|
+
/** The name of the input column. */
|
|
191
|
+
name?: string;
|
|
192
|
+
/** The (Azure Machine Learning supported) data type of the input column. A list of valid Azure Machine Learning data types are described at https://msdn.microsoft.com/en-us/library/azure/dn905923.aspx . */
|
|
193
|
+
dataType?: string;
|
|
194
|
+
/** The zero based index of the function parameter this input maps to. */
|
|
195
|
+
mapTo?: number;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
/** The inputs for the Azure Machine Learning Studio endpoint. */
|
|
199
|
+
export declare interface AzureMachineLearningStudioInputs {
|
|
200
|
+
/** The name of the input. This is the name provided while authoring the endpoint. */
|
|
201
|
+
name?: string;
|
|
202
|
+
/** A list of input columns for the Azure Machine Learning Studio endpoint. */
|
|
203
|
+
columnNames?: AzureMachineLearningStudioInputColumn[];
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
/** Describes an output column for the Azure Machine Learning Studio endpoint. */
|
|
207
|
+
export declare interface AzureMachineLearningStudioOutputColumn {
|
|
112
208
|
/** The name of the output column. */
|
|
113
209
|
name?: string;
|
|
114
210
|
/** The (Azure Machine Learning supported) data type of the output column. A list of valid Azure Machine Learning data types are described at https://msdn.microsoft.com/en-us/library/azure/dn905923.aspx . */
|
|
@@ -173,8 +269,6 @@ export declare interface AzureSqlReferenceInputDataSource extends ReferenceInput
|
|
|
173
269
|
user?: string;
|
|
174
270
|
/** This element is associated with the datasource element. This is the password that will be used to connect to the SQL Database instance. */
|
|
175
271
|
password?: string;
|
|
176
|
-
/** This element is associated with the datasource element. The name of the table in the Azure SQL database.. */
|
|
177
|
-
table?: string;
|
|
178
272
|
/** Indicates the type of data refresh option. */
|
|
179
273
|
refreshType?: RefreshType;
|
|
180
274
|
/** This element is associated with the datasource element. This indicates how frequently the data will be fetched from the database. It is of DateTime format. */
|
|
@@ -183,6 +277,8 @@ export declare interface AzureSqlReferenceInputDataSource extends ReferenceInput
|
|
|
183
277
|
fullSnapshotQuery?: string;
|
|
184
278
|
/** This element is associated with the datasource element. This query is used to fetch incremental changes from the SQL database. To use this option, we recommend using temporal tables in Azure SQL Database. */
|
|
185
279
|
deltaSnapshotQuery?: string;
|
|
280
|
+
/** Authentication Mode. */
|
|
281
|
+
authenticationMode?: AuthenticationMode;
|
|
186
282
|
}
|
|
187
283
|
|
|
188
284
|
/** The properties that are associated with an Azure SQL database data source. */
|
|
@@ -197,6 +293,8 @@ export declare interface AzureSynapseDataSourceProperties {
|
|
|
197
293
|
user?: string;
|
|
198
294
|
/** The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
199
295
|
password?: string;
|
|
296
|
+
/** Authentication Mode. */
|
|
297
|
+
authenticationMode?: AuthenticationMode;
|
|
200
298
|
}
|
|
201
299
|
|
|
202
300
|
/** Describes an Azure Synapse output data source. */
|
|
@@ -213,6 +311,8 @@ export declare interface AzureSynapseOutputDataSource extends OutputDataSource {
|
|
|
213
311
|
user?: string;
|
|
214
312
|
/** The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
215
313
|
password?: string;
|
|
314
|
+
/** Authentication Mode. */
|
|
315
|
+
authenticationMode?: AuthenticationMode;
|
|
216
316
|
}
|
|
217
317
|
|
|
218
318
|
/** The properties that are associated with an Azure Synapse output. */
|
|
@@ -251,6 +351,8 @@ export declare interface BlobDataSourceProperties {
|
|
|
251
351
|
dateFormat?: string;
|
|
252
352
|
/** The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. */
|
|
253
353
|
timeFormat?: string;
|
|
354
|
+
/** Authentication Mode. */
|
|
355
|
+
authenticationMode?: AuthenticationMode;
|
|
254
356
|
}
|
|
255
357
|
|
|
256
358
|
/** Describes a blob output data source. */
|
|
@@ -269,12 +371,18 @@ export declare interface BlobOutputDataSource extends OutputDataSource {
|
|
|
269
371
|
timeFormat?: string;
|
|
270
372
|
/** Authentication Mode. */
|
|
271
373
|
authenticationMode?: AuthenticationMode;
|
|
374
|
+
/** Blob path prefix. */
|
|
375
|
+
blobPathPrefix?: string;
|
|
376
|
+
/** Blob write mode. */
|
|
377
|
+
blobWriteMode?: BlobWriteMode;
|
|
272
378
|
}
|
|
273
379
|
|
|
274
380
|
/** The properties that are associated with a blob output. */
|
|
275
381
|
export declare interface BlobOutputDataSourceProperties extends BlobDataSourceProperties {
|
|
276
|
-
/**
|
|
277
|
-
|
|
382
|
+
/** Blob path prefix. */
|
|
383
|
+
blobPathPrefix?: string;
|
|
384
|
+
/** Blob write mode. */
|
|
385
|
+
blobWriteMode?: BlobWriteMode;
|
|
278
386
|
}
|
|
279
387
|
|
|
280
388
|
/** Describes a blob input data source that contains reference data. */
|
|
@@ -291,10 +399,32 @@ export declare interface BlobReferenceInputDataSource extends ReferenceInputData
|
|
|
291
399
|
dateFormat?: string;
|
|
292
400
|
/** The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. */
|
|
293
401
|
timeFormat?: string;
|
|
402
|
+
/** Authentication Mode. */
|
|
403
|
+
authenticationMode?: AuthenticationMode;
|
|
404
|
+
/** The name of the blob input. */
|
|
405
|
+
blobName?: string;
|
|
406
|
+
/** The path pattern of the delta snapshot. */
|
|
407
|
+
deltaPathPattern?: string;
|
|
408
|
+
/** The partition count of the blob input data source. Range 1 - 256. */
|
|
409
|
+
sourcePartitionCount?: number;
|
|
410
|
+
/** The refresh interval of the blob input data source. */
|
|
411
|
+
fullSnapshotRefreshRate?: string;
|
|
412
|
+
/** The interval that the user generates a delta snapshot of this reference blob input data source. */
|
|
413
|
+
deltaSnapshotRefreshRate?: string;
|
|
294
414
|
}
|
|
295
415
|
|
|
296
416
|
/** The properties that are associated with a blob input containing reference data. */
|
|
297
417
|
export declare interface BlobReferenceInputDataSourceProperties extends BlobDataSourceProperties {
|
|
418
|
+
/** The name of the blob input. */
|
|
419
|
+
blobName?: string;
|
|
420
|
+
/** The path pattern of the delta snapshot. */
|
|
421
|
+
deltaPathPattern?: string;
|
|
422
|
+
/** The partition count of the blob input data source. Range 1 - 256. */
|
|
423
|
+
sourcePartitionCount?: number;
|
|
424
|
+
/** The refresh interval of the blob input data source. */
|
|
425
|
+
fullSnapshotRefreshRate?: string;
|
|
426
|
+
/** The interval that the user generates a delta snapshot of this reference blob input data source. */
|
|
427
|
+
deltaSnapshotRefreshRate?: string;
|
|
298
428
|
}
|
|
299
429
|
|
|
300
430
|
/** Describes a blob input data source that contains stream data. */
|
|
@@ -311,16 +441,28 @@ export declare interface BlobStreamInputDataSource extends StreamInputDataSource
|
|
|
311
441
|
dateFormat?: string;
|
|
312
442
|
/** The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. */
|
|
313
443
|
timeFormat?: string;
|
|
314
|
-
/**
|
|
444
|
+
/** Authentication Mode. */
|
|
445
|
+
authenticationMode?: AuthenticationMode;
|
|
446
|
+
/** The partition count of the blob input data source. Range 1 - 1024. */
|
|
315
447
|
sourcePartitionCount?: number;
|
|
316
448
|
}
|
|
317
449
|
|
|
318
450
|
/** The properties that are associated with a blob input containing stream data. */
|
|
319
451
|
export declare interface BlobStreamInputDataSourceProperties extends BlobDataSourceProperties {
|
|
320
|
-
/** The partition count of the blob input data source. Range 1 -
|
|
452
|
+
/** The partition count of the blob input data source. Range 1 - 1024. */
|
|
321
453
|
sourcePartitionCount?: number;
|
|
322
454
|
}
|
|
323
455
|
|
|
456
|
+
/**
|
|
457
|
+
* Defines values for BlobWriteMode. \
|
|
458
|
+
* {@link KnownBlobWriteMode} can be used interchangeably with BlobWriteMode,
|
|
459
|
+
* this enum contains the known values that the service supports.
|
|
460
|
+
* ### Known values supported by the service
|
|
461
|
+
* **Append** \
|
|
462
|
+
* **Once**
|
|
463
|
+
*/
|
|
464
|
+
export declare type BlobWriteMode = string;
|
|
465
|
+
|
|
324
466
|
/** A Stream Analytics Cluster object */
|
|
325
467
|
export declare interface Cluster extends TrackedResource {
|
|
326
468
|
/** The SKU of the cluster. This determines the size/capacity of the cluster. Required on PUT (CreateOrUpdate) requests. */
|
|
@@ -330,31 +472,8 @@ export declare interface Cluster extends TrackedResource {
|
|
|
330
472
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
331
473
|
*/
|
|
332
474
|
readonly etag?: string;
|
|
333
|
-
/**
|
|
334
|
-
|
|
335
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
336
|
-
*/
|
|
337
|
-
readonly createdDate?: Date;
|
|
338
|
-
/**
|
|
339
|
-
* Unique identifier for the cluster.
|
|
340
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
341
|
-
*/
|
|
342
|
-
readonly clusterId?: string;
|
|
343
|
-
/**
|
|
344
|
-
* The status of the cluster provisioning. The three terminal states are: Succeeded, Failed and Canceled
|
|
345
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
346
|
-
*/
|
|
347
|
-
readonly provisioningState?: ClusterProvisioningState;
|
|
348
|
-
/**
|
|
349
|
-
* Represents the number of streaming units currently being used on the cluster.
|
|
350
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
351
|
-
*/
|
|
352
|
-
readonly capacityAllocated?: number;
|
|
353
|
-
/**
|
|
354
|
-
* Represents the sum of the SUs of all streaming jobs associated with the cluster. If all of the jobs were running, this would be the capacity allocated.
|
|
355
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
356
|
-
*/
|
|
357
|
-
readonly capacityAssigned?: number;
|
|
475
|
+
/** The properties associated with a Stream Analytics cluster. */
|
|
476
|
+
properties?: ClusterProperties;
|
|
358
477
|
}
|
|
359
478
|
|
|
360
479
|
/** The properties associated with a Stream Analytics cluster. */
|
|
@@ -410,6 +529,35 @@ export declare interface ClusterListResult {
|
|
|
410
529
|
readonly nextLink?: string;
|
|
411
530
|
}
|
|
412
531
|
|
|
532
|
+
/** The properties associated with a Stream Analytics cluster. */
|
|
533
|
+
export declare interface ClusterProperties {
|
|
534
|
+
/**
|
|
535
|
+
* The date this cluster was created.
|
|
536
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
537
|
+
*/
|
|
538
|
+
readonly createdDate?: Date;
|
|
539
|
+
/**
|
|
540
|
+
* Unique identifier for the cluster.
|
|
541
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
542
|
+
*/
|
|
543
|
+
readonly clusterId?: string;
|
|
544
|
+
/**
|
|
545
|
+
* The status of the cluster provisioning. The three terminal states are: Succeeded, Failed and Canceled
|
|
546
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
547
|
+
*/
|
|
548
|
+
readonly provisioningState?: ClusterProvisioningState;
|
|
549
|
+
/**
|
|
550
|
+
* Represents the number of streaming units currently being used on the cluster.
|
|
551
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
552
|
+
*/
|
|
553
|
+
readonly capacityAllocated?: number;
|
|
554
|
+
/**
|
|
555
|
+
* Represents the sum of the SUs of all streaming jobs associated with the cluster. If all of the jobs were running, this would be the capacity allocated.
|
|
556
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
557
|
+
*/
|
|
558
|
+
readonly capacityAssigned?: number;
|
|
559
|
+
}
|
|
560
|
+
|
|
413
561
|
/**
|
|
414
562
|
* Defines values for ClusterProvisioningState. \
|
|
415
563
|
* {@link KnownClusterProvisioningState} can be used interchangeably with ClusterProvisioningState,
|
|
@@ -450,7 +598,7 @@ export declare interface Clusters {
|
|
|
450
598
|
* the existing one.
|
|
451
599
|
* @param options The options parameters.
|
|
452
600
|
*/
|
|
453
|
-
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<
|
|
601
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ClustersCreateOrUpdateResponse>, ClustersCreateOrUpdateResponse>>;
|
|
454
602
|
/**
|
|
455
603
|
* Creates a Stream Analytics Cluster or replaces an already existing cluster.
|
|
456
604
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -469,7 +617,7 @@ export declare interface Clusters {
|
|
|
469
617
|
* existing cluster (ie. Those properties will be updated).
|
|
470
618
|
* @param options The options parameters.
|
|
471
619
|
*/
|
|
472
|
-
beginUpdate(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersUpdateOptionalParams): Promise<
|
|
620
|
+
beginUpdate(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ClustersUpdateResponse>, ClustersUpdateResponse>>;
|
|
473
621
|
/**
|
|
474
622
|
* Updates an existing cluster. This can be used to partially update (ie. update one or two properties)
|
|
475
623
|
* a cluster without affecting the rest of the cluster definition.
|
|
@@ -493,7 +641,7 @@ export declare interface Clusters {
|
|
|
493
641
|
* @param clusterName The name of the cluster.
|
|
494
642
|
* @param options The options parameters.
|
|
495
643
|
*/
|
|
496
|
-
beginDelete(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<
|
|
644
|
+
beginDelete(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
497
645
|
/**
|
|
498
646
|
* Deletes the specified cluster.
|
|
499
647
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -615,6 +763,20 @@ export declare type ClustersUpdateResponse = Cluster;
|
|
|
615
763
|
*/
|
|
616
764
|
export declare type CompatibilityLevel = string;
|
|
617
765
|
|
|
766
|
+
/** The query compilation object which defines the input, output, and transformation for the query compilation. */
|
|
767
|
+
export declare interface CompileQuery {
|
|
768
|
+
/** The query to compile. */
|
|
769
|
+
query: string;
|
|
770
|
+
/** The inputs for the query compilation. */
|
|
771
|
+
inputs?: QueryInput[];
|
|
772
|
+
/** The functions for the query compilation. */
|
|
773
|
+
functions?: QueryFunction[];
|
|
774
|
+
/** Describes the type of the job. Valid values are `Cloud` and 'Edge'. */
|
|
775
|
+
jobType: JobType;
|
|
776
|
+
/** The query to compile. */
|
|
777
|
+
compatibilityLevel?: CompatibilityLevel;
|
|
778
|
+
}
|
|
779
|
+
|
|
618
780
|
/** Describes how input data is compressed */
|
|
619
781
|
export declare interface Compression {
|
|
620
782
|
/** Indicates the type of compression that the input uses. Required on PUT (CreateOrReplace) requests. */
|
|
@@ -642,6 +804,30 @@ export declare type CompressionType = string;
|
|
|
642
804
|
*/
|
|
643
805
|
export declare type ContentStoragePolicy = string;
|
|
644
806
|
|
|
807
|
+
/** The binding to a CSharp function. */
|
|
808
|
+
export declare interface CSharpFunctionBinding extends FunctionBinding {
|
|
809
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
810
|
+
type: "Microsoft.StreamAnalytics/CLRUdf";
|
|
811
|
+
/** The Csharp code containing a single function definition. */
|
|
812
|
+
dllPath?: string;
|
|
813
|
+
/** The Csharp code containing a single function definition. */
|
|
814
|
+
class?: string;
|
|
815
|
+
/** The Csharp code containing a single function definition. */
|
|
816
|
+
method?: string;
|
|
817
|
+
/** Refresh modes for Stream Analytics functions. */
|
|
818
|
+
updateMode?: UpdateMode;
|
|
819
|
+
}
|
|
820
|
+
|
|
821
|
+
/** The parameters needed to retrieve the default function definition for a CSharp function. */
|
|
822
|
+
export declare interface CSharpFunctionRetrieveDefaultDefinitionParameters extends FunctionRetrieveDefaultDefinitionParameters {
|
|
823
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
824
|
+
bindingType: "Microsoft.StreamAnalytics/CLRUdf";
|
|
825
|
+
/** The CSharp code containing a single function definition. */
|
|
826
|
+
script?: string;
|
|
827
|
+
/** The function type. */
|
|
828
|
+
udfType?: "Scalar";
|
|
829
|
+
}
|
|
830
|
+
|
|
645
831
|
/** Describes how data from an input is serialized or how data is serialized when written to an output in CSV format. */
|
|
646
832
|
export declare interface CsvSerialization extends Serialization {
|
|
647
833
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -652,6 +838,26 @@ export declare interface CsvSerialization extends Serialization {
|
|
|
652
838
|
encoding?: Encoding;
|
|
653
839
|
}
|
|
654
840
|
|
|
841
|
+
/** Describes how data from an input is serialized or how data is serialized when written to an output in custom format. */
|
|
842
|
+
export declare interface CustomClrSerialization extends Serialization {
|
|
843
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
844
|
+
type: "CustomClr";
|
|
845
|
+
/** The serialization library path. */
|
|
846
|
+
serializationDllPath?: string;
|
|
847
|
+
/** The serialization class name. */
|
|
848
|
+
serializationClassName?: string;
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
/** Describes how data from an input is serialized or how data is serialized when written to an output in Delta Lake format. */
|
|
852
|
+
export declare interface DeltaSerialization extends Serialization {
|
|
853
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
854
|
+
type: "Delta";
|
|
855
|
+
/** Specifies the path of the Delta Lake table that the output will be written to. */
|
|
856
|
+
deltaTablePath?: string;
|
|
857
|
+
/** Specifies the names of the columns for which the Delta Lake table will be partitioned. We are only supporting 1 partition column, but keeping it as an array for extensibility. */
|
|
858
|
+
partitionColumns?: string[];
|
|
859
|
+
}
|
|
860
|
+
|
|
655
861
|
/** Condition applicable to the resource, or to the job overall, that warrant customer attention. */
|
|
656
862
|
export declare interface DiagnosticCondition {
|
|
657
863
|
/**
|
|
@@ -696,6 +902,8 @@ export declare interface DocumentDbOutputDataSource extends OutputDataSource {
|
|
|
696
902
|
partitionKey?: string;
|
|
697
903
|
/** The name of the field in output events used to specify the primary key which insert or update operations are based on. */
|
|
698
904
|
documentId?: string;
|
|
905
|
+
/** Authentication Mode. */
|
|
906
|
+
authenticationMode?: AuthenticationMode;
|
|
699
907
|
}
|
|
700
908
|
|
|
701
909
|
/**
|
|
@@ -749,10 +957,36 @@ export declare interface ErrorResponse {
|
|
|
749
957
|
readonly message?: string;
|
|
750
958
|
}
|
|
751
959
|
|
|
960
|
+
/**
|
|
961
|
+
* Defines values for EventGridEventSchemaType. \
|
|
962
|
+
* {@link KnownEventGridEventSchemaType} can be used interchangeably with EventGridEventSchemaType,
|
|
963
|
+
* this enum contains the known values that the service supports.
|
|
964
|
+
* ### Known values supported by the service
|
|
965
|
+
* **EventGridEventSchema** \
|
|
966
|
+
* **CloudEventSchema**
|
|
967
|
+
*/
|
|
968
|
+
export declare type EventGridEventSchemaType = string;
|
|
969
|
+
|
|
970
|
+
/** Describes an event grid input data source that contains stream data. */
|
|
971
|
+
export declare interface EventGridStreamInputDataSource extends StreamInputDataSource {
|
|
972
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
973
|
+
type: "Microsoft.EventGrid/EventSubscriptions";
|
|
974
|
+
/** Subscribers for the Event Grid. Currently only EventHub Subscriber is supported. */
|
|
975
|
+
subscriber?: EventHubV2StreamInputDataSource;
|
|
976
|
+
/** Indicates the Event Grid schema type. */
|
|
977
|
+
schema?: EventGridEventSchemaType;
|
|
978
|
+
/** A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests. */
|
|
979
|
+
storageAccounts?: StorageAccount[];
|
|
980
|
+
/** List of Event Types that are supported by the Event Grid adapter. */
|
|
981
|
+
eventTypes?: string[];
|
|
982
|
+
}
|
|
983
|
+
|
|
752
984
|
/** The common properties that are associated with Event Hub data sources. */
|
|
753
985
|
export declare interface EventHubDataSourceProperties extends ServiceBusDataSourceProperties {
|
|
754
986
|
/** The name of the Event Hub. Required on PUT (CreateOrReplace) requests. */
|
|
755
987
|
eventHubName?: string;
|
|
988
|
+
/** The partition count of the event hub data source. Range 1 - 256. */
|
|
989
|
+
partitionCount?: number;
|
|
756
990
|
}
|
|
757
991
|
|
|
758
992
|
/** Describes an Event Hub output data source. */
|
|
@@ -769,6 +1003,8 @@ export declare interface EventHubOutputDataSource extends OutputDataSource {
|
|
|
769
1003
|
authenticationMode?: AuthenticationMode;
|
|
770
1004
|
/** The name of the Event Hub. Required on PUT (CreateOrReplace) requests. */
|
|
771
1005
|
eventHubName?: string;
|
|
1006
|
+
/** The partition count of the event hub data source. Range 1 - 256. */
|
|
1007
|
+
partitionCount?: number;
|
|
772
1008
|
/** The key/column that is used to determine to which partition to send event data. */
|
|
773
1009
|
partitionKey?: string;
|
|
774
1010
|
/** The properties associated with this Event Hub output. */
|
|
@@ -797,14 +1033,20 @@ export declare interface EventHubStreamInputDataSource extends StreamInputDataSo
|
|
|
797
1033
|
authenticationMode?: AuthenticationMode;
|
|
798
1034
|
/** The name of the Event Hub. Required on PUT (CreateOrReplace) requests. */
|
|
799
1035
|
eventHubName?: string;
|
|
1036
|
+
/** The partition count of the event hub data source. Range 1 - 256. */
|
|
1037
|
+
partitionCount?: number;
|
|
800
1038
|
/** The name of an Event Hub Consumer Group that should be used to read events from the Event Hub. Specifying distinct consumer group names for multiple inputs allows each of those inputs to receive the same events from the Event Hub. If not specified, the input uses the Event Hub’s default consumer group. */
|
|
801
1039
|
consumerGroupName?: string;
|
|
1040
|
+
/** The number of messages that the message receiver can simultaneously request. */
|
|
1041
|
+
prefetchCount?: number;
|
|
802
1042
|
}
|
|
803
1043
|
|
|
804
1044
|
/** The properties that are associated with a Event Hub input containing stream data. */
|
|
805
1045
|
export declare interface EventHubStreamInputDataSourceProperties extends EventHubDataSourceProperties {
|
|
806
1046
|
/** The name of an Event Hub Consumer Group that should be used to read events from the Event Hub. Specifying distinct consumer group names for multiple inputs allows each of those inputs to receive the same events from the Event Hub. If not specified, the input uses the Event Hub’s default consumer group. */
|
|
807
1047
|
consumerGroupName?: string;
|
|
1048
|
+
/** The number of messages that the message receiver can simultaneously request. */
|
|
1049
|
+
prefetchCount?: number;
|
|
808
1050
|
}
|
|
809
1051
|
|
|
810
1052
|
/** Describes an Event Hub output data source. */
|
|
@@ -821,6 +1063,8 @@ export declare interface EventHubV2OutputDataSource extends OutputDataSource {
|
|
|
821
1063
|
authenticationMode?: AuthenticationMode;
|
|
822
1064
|
/** The name of the Event Hub. Required on PUT (CreateOrReplace) requests. */
|
|
823
1065
|
eventHubName?: string;
|
|
1066
|
+
/** The partition count of the event hub data source. Range 1 - 256. */
|
|
1067
|
+
partitionCount?: number;
|
|
824
1068
|
/** The key/column that is used to determine to which partition to send event data. */
|
|
825
1069
|
partitionKey?: string;
|
|
826
1070
|
/** The properties associated with this Event Hub output. */
|
|
@@ -841,8 +1085,12 @@ export declare interface EventHubV2StreamInputDataSource extends StreamInputData
|
|
|
841
1085
|
authenticationMode?: AuthenticationMode;
|
|
842
1086
|
/** The name of the Event Hub. Required on PUT (CreateOrReplace) requests. */
|
|
843
1087
|
eventHubName?: string;
|
|
1088
|
+
/** The partition count of the event hub data source. Range 1 - 256. */
|
|
1089
|
+
partitionCount?: number;
|
|
844
1090
|
/** The name of an Event Hub Consumer Group that should be used to read events from the Event Hub. Specifying distinct consumer group names for multiple inputs allows each of those inputs to receive the same events from the Event Hub. If not specified, the input uses the Event Hub’s default consumer group. */
|
|
845
1091
|
consumerGroupName?: string;
|
|
1092
|
+
/** The number of messages that the message receiver can simultaneously request. */
|
|
1093
|
+
prefetchCount?: number;
|
|
846
1094
|
}
|
|
847
1095
|
|
|
848
1096
|
/**
|
|
@@ -853,7 +1101,9 @@ export declare interface EventHubV2StreamInputDataSource extends StreamInputData
|
|
|
853
1101
|
* **Csv** \
|
|
854
1102
|
* **Avro** \
|
|
855
1103
|
* **Json** \
|
|
856
|
-
* **
|
|
1104
|
+
* **CustomClr** \
|
|
1105
|
+
* **Parquet** \
|
|
1106
|
+
* **Delta**
|
|
857
1107
|
*/
|
|
858
1108
|
export declare type EventSerializationType = string;
|
|
859
1109
|
|
|
@@ -867,13 +1117,34 @@ export declare type EventSerializationType = string;
|
|
|
867
1117
|
*/
|
|
868
1118
|
export declare type EventsOutOfOrderPolicy = string;
|
|
869
1119
|
|
|
1120
|
+
/** The storage account where the custom code artifacts are located. */
|
|
1121
|
+
declare interface External_2 {
|
|
1122
|
+
/** The properties that are associated with an Azure Storage account */
|
|
1123
|
+
storageAccount?: StorageAccount;
|
|
1124
|
+
/** The UserCustomCode container. */
|
|
1125
|
+
container?: string;
|
|
1126
|
+
/** The UserCustomCode path. */
|
|
1127
|
+
path?: string;
|
|
1128
|
+
/** The refresh parameters for any/all updatable user defined functions present in the job config. */
|
|
1129
|
+
refreshConfiguration?: RefreshConfiguration;
|
|
1130
|
+
}
|
|
1131
|
+
export { External_2 as External }
|
|
1132
|
+
|
|
1133
|
+
/** Describes a file input data source that contains reference data. */
|
|
1134
|
+
export declare interface FileReferenceInputDataSource extends ReferenceInputDataSource {
|
|
1135
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1136
|
+
type: "File";
|
|
1137
|
+
/** The path of the file. */
|
|
1138
|
+
path?: string;
|
|
1139
|
+
}
|
|
1140
|
+
|
|
870
1141
|
/** The physical binding of the function. For example, in the Azure Machine Learning web service’s case, this describes the endpoint. */
|
|
871
1142
|
export declare interface FunctionBinding {
|
|
872
1143
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
873
|
-
type: "Microsoft.MachineLearning/WebService" | "Microsoft.StreamAnalytics/JavascriptUdf";
|
|
1144
|
+
type: "Microsoft.MachineLearning/WebService" | "Microsoft.StreamAnalytics/JavascriptUdf" | "Microsoft.StreamAnalytics/CLRUdf" | "Microsoft.MachineLearningServices";
|
|
874
1145
|
}
|
|
875
1146
|
|
|
876
|
-
export declare type FunctionBindingUnion = FunctionBinding |
|
|
1147
|
+
export declare type FunctionBindingUnion = FunctionBinding | AzureMachineLearningStudioFunctionBinding | JavaScriptFunctionBinding | CSharpFunctionBinding | AzureMachineLearningServiceFunctionBinding;
|
|
877
1148
|
|
|
878
1149
|
/** Describes one input parameter of a function. */
|
|
879
1150
|
export declare interface FunctionInput {
|
|
@@ -912,23 +1183,28 @@ export declare interface FunctionOutput {
|
|
|
912
1183
|
/** The properties that are associated with a function. */
|
|
913
1184
|
export declare interface FunctionProperties {
|
|
914
1185
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
915
|
-
type: "Scalar";
|
|
1186
|
+
type: "Scalar" | "Aggregate";
|
|
916
1187
|
/**
|
|
917
1188
|
* The current entity tag for the function. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.
|
|
918
1189
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
919
1190
|
*/
|
|
920
1191
|
readonly etag?: string;
|
|
1192
|
+
inputs?: FunctionInput[];
|
|
1193
|
+
/** Describes the output of a function. */
|
|
1194
|
+
output?: FunctionOutput;
|
|
1195
|
+
/** The physical binding of the function. For example, in the Azure Machine Learning web service’s case, this describes the endpoint. */
|
|
1196
|
+
binding?: FunctionBindingUnion;
|
|
921
1197
|
}
|
|
922
1198
|
|
|
923
|
-
export declare type FunctionPropertiesUnion = FunctionProperties | ScalarFunctionProperties;
|
|
1199
|
+
export declare type FunctionPropertiesUnion = FunctionProperties | ScalarFunctionProperties | AggregateFunctionProperties;
|
|
924
1200
|
|
|
925
1201
|
/** Parameters used to specify the type of function to retrieve the default definition for. */
|
|
926
1202
|
export declare interface FunctionRetrieveDefaultDefinitionParameters {
|
|
927
1203
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
928
|
-
bindingType: "Microsoft.MachineLearning/WebService" | "Microsoft.StreamAnalytics/JavascriptUdf";
|
|
1204
|
+
bindingType: "Microsoft.MachineLearning/WebService" | "Microsoft.MachineLearningServices" | "Microsoft.StreamAnalytics/JavascriptUdf" | "Microsoft.StreamAnalytics/CLRUdf";
|
|
929
1205
|
}
|
|
930
1206
|
|
|
931
|
-
export declare type FunctionRetrieveDefaultDefinitionParametersUnion = FunctionRetrieveDefaultDefinitionParameters |
|
|
1207
|
+
export declare type FunctionRetrieveDefaultDefinitionParametersUnion = FunctionRetrieveDefaultDefinitionParameters | AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters | AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters | JavaScriptFunctionRetrieveDefaultDefinitionParameters | CSharpFunctionRetrieveDefaultDefinitionParameters;
|
|
932
1208
|
|
|
933
1209
|
/** Interface representing a Functions. */
|
|
934
1210
|
export declare interface Functions {
|
|
@@ -988,7 +1264,7 @@ export declare interface Functions {
|
|
|
988
1264
|
* @param functionName The name of the function.
|
|
989
1265
|
* @param options The options parameters.
|
|
990
1266
|
*/
|
|
991
|
-
beginTest(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsTestOptionalParams): Promise<
|
|
1267
|
+
beginTest(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsTestOptionalParams): Promise<SimplePollerLike<OperationState<FunctionsTestResponse>, FunctionsTestResponse>>;
|
|
992
1268
|
/**
|
|
993
1269
|
* Tests if the information provided for a function is valid. This can range from testing the
|
|
994
1270
|
* connection to the underlying web service behind the function or making sure the function code
|
|
@@ -1071,7 +1347,7 @@ export declare type FunctionsRetrieveDefaultDefinitionResponse = FunctionModel;
|
|
|
1071
1347
|
/** Optional parameters. */
|
|
1072
1348
|
export declare interface FunctionsTestOptionalParams extends coreClient.OperationOptions {
|
|
1073
1349
|
/** If the function specified does not already exist, this parameter must contain the full function definition intended to be tested. If the function specified already exists, this parameter can be left null to test the existing function as is or if specified, the properties specified will overwrite the corresponding properties in the existing function (exactly like a PATCH operation) and the resulting function will be tested. */
|
|
1074
|
-
|
|
1350
|
+
function?: FunctionModel;
|
|
1075
1351
|
/** Delay to wait until next poll, in milliseconds. */
|
|
1076
1352
|
updateIntervalInMs?: number;
|
|
1077
1353
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -1096,6 +1372,36 @@ export declare interface FunctionsUpdateOptionalParams extends coreClient.Operat
|
|
|
1096
1372
|
/** Contains response data for the update operation. */
|
|
1097
1373
|
export declare type FunctionsUpdateResponse = FunctionsUpdateHeaders & FunctionModel;
|
|
1098
1374
|
|
|
1375
|
+
/** Describes a Gateway Message Bus output data source. */
|
|
1376
|
+
export declare interface GatewayMessageBusOutputDataSource extends OutputDataSource {
|
|
1377
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1378
|
+
type: "GatewayMessageBus";
|
|
1379
|
+
/** The name of the Service Bus topic. */
|
|
1380
|
+
topic?: string;
|
|
1381
|
+
}
|
|
1382
|
+
|
|
1383
|
+
/** The properties that are associated with a Gateway Message Bus. */
|
|
1384
|
+
export declare interface GatewayMessageBusOutputDataSourceProperties extends GatewayMessageBusSourceProperties {
|
|
1385
|
+
}
|
|
1386
|
+
|
|
1387
|
+
/** The properties that are associated with a gateway message bus datasource. */
|
|
1388
|
+
export declare interface GatewayMessageBusSourceProperties {
|
|
1389
|
+
/** The name of the Service Bus topic. */
|
|
1390
|
+
topic?: string;
|
|
1391
|
+
}
|
|
1392
|
+
|
|
1393
|
+
/** Describes a blob input data source that contains stream data. */
|
|
1394
|
+
export declare interface GatewayMessageBusStreamInputDataSource extends StreamInputDataSource {
|
|
1395
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1396
|
+
type: "GatewayMessageBus";
|
|
1397
|
+
/** The name of the Service Bus topic. */
|
|
1398
|
+
topic?: string;
|
|
1399
|
+
}
|
|
1400
|
+
|
|
1401
|
+
/** The properties that are associated with a gateway message bus input containing stream data. */
|
|
1402
|
+
export declare interface GatewayMessageBusStreamInputDataSourceProperties extends GatewayMessageBusSourceProperties {
|
|
1403
|
+
}
|
|
1404
|
+
|
|
1099
1405
|
/**
|
|
1100
1406
|
* Given the last `.value` produced by the `byPage` iterator,
|
|
1101
1407
|
* returns a continuation token that can be used to begin paging from
|
|
@@ -1105,14 +1411,60 @@ export declare type FunctionsUpdateResponse = FunctionsUpdateHeaders & FunctionM
|
|
|
1105
1411
|
*/
|
|
1106
1412
|
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
1107
1413
|
|
|
1414
|
+
/** Describes an available SKU information. */
|
|
1415
|
+
export declare interface GetStreamingJobSkuResult {
|
|
1416
|
+
/**
|
|
1417
|
+
* The type of resource the SKU applies to.
|
|
1418
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1419
|
+
*/
|
|
1420
|
+
readonly resourceType?: ResourceType;
|
|
1421
|
+
/**
|
|
1422
|
+
* The properties that are associated with a SKU.
|
|
1423
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1424
|
+
*/
|
|
1425
|
+
readonly sku?: GetStreamingJobSkuResultSku;
|
|
1426
|
+
/**
|
|
1427
|
+
* Describes scaling information of a SKU.
|
|
1428
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1429
|
+
*/
|
|
1430
|
+
readonly capacity?: SkuCapacity;
|
|
1431
|
+
}
|
|
1432
|
+
|
|
1433
|
+
/** Result of the request to get streaming job SKUs. */
|
|
1434
|
+
export declare interface GetStreamingJobSkuResults {
|
|
1435
|
+
/** The list of available SKUs that the streaming job can use. */
|
|
1436
|
+
value?: GetStreamingJobSkuResult[];
|
|
1437
|
+
/**
|
|
1438
|
+
* The link (url) to the next page of results.
|
|
1439
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1440
|
+
*/
|
|
1441
|
+
readonly nextLink?: string;
|
|
1442
|
+
}
|
|
1443
|
+
|
|
1444
|
+
/** The properties that are associated with a SKU. */
|
|
1445
|
+
export declare interface GetStreamingJobSkuResultSku {
|
|
1446
|
+
/** The name of the SKU. */
|
|
1447
|
+
name?: SkuName;
|
|
1448
|
+
}
|
|
1449
|
+
|
|
1108
1450
|
/** Describes how identity is verified */
|
|
1109
1451
|
export declare interface Identity {
|
|
1110
|
-
/**
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1452
|
+
/**
|
|
1453
|
+
* The tenantId of the identity.
|
|
1454
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1455
|
+
*/
|
|
1456
|
+
readonly tenantId?: string;
|
|
1457
|
+
/**
|
|
1458
|
+
* The principalId of the identity.
|
|
1459
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1460
|
+
*/
|
|
1461
|
+
readonly principalId?: string;
|
|
1462
|
+
/** The type of identity, can be SystemAssigned or UserAssigned. */
|
|
1115
1463
|
type?: string;
|
|
1464
|
+
/** The user assigned identities associated with the streaming job resource. */
|
|
1465
|
+
userAssignedIdentities?: {
|
|
1466
|
+
[propertyName: string]: Record<string, unknown>;
|
|
1467
|
+
};
|
|
1116
1468
|
}
|
|
1117
1469
|
|
|
1118
1470
|
/** An input object, containing all information associated with the named input. All inputs are contained under a streaming job. */
|
|
@@ -1155,6 +1507,8 @@ export declare interface InputProperties {
|
|
|
1155
1507
|
compression?: Compression;
|
|
1156
1508
|
/** partitionKey Describes a key in the input data which is used for partitioning the input data */
|
|
1157
1509
|
partitionKey?: string;
|
|
1510
|
+
/** Settings which determine whether to read watermark events. */
|
|
1511
|
+
watermarkSettings?: InputWatermarkProperties;
|
|
1158
1512
|
}
|
|
1159
1513
|
|
|
1160
1514
|
export declare type InputPropertiesUnion = InputProperties | StreamInputProperties | ReferenceInputProperties;
|
|
@@ -1214,7 +1568,7 @@ export declare interface Inputs {
|
|
|
1214
1568
|
* @param inputName The name of the input.
|
|
1215
1569
|
* @param options The options parameters.
|
|
1216
1570
|
*/
|
|
1217
|
-
beginTest(resourceGroupName: string, jobName: string, inputName: string, options?: InputsTestOptionalParams): Promise<
|
|
1571
|
+
beginTest(resourceGroupName: string, jobName: string, inputName: string, options?: InputsTestOptionalParams): Promise<SimplePollerLike<OperationState<InputsTestResponse>, InputsTestResponse>>;
|
|
1218
1572
|
/**
|
|
1219
1573
|
* Tests whether an input’s datasource is reachable and usable by the Azure Stream Analytics service.
|
|
1220
1574
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -1303,6 +1657,22 @@ export declare interface InputsUpdateOptionalParams extends coreClient.Operation
|
|
|
1303
1657
|
/** Contains response data for the update operation. */
|
|
1304
1658
|
export declare type InputsUpdateResponse = InputsUpdateHeaders & Input;
|
|
1305
1659
|
|
|
1660
|
+
/**
|
|
1661
|
+
* Defines values for InputWatermarkMode. \
|
|
1662
|
+
* {@link KnownInputWatermarkMode} can be used interchangeably with InputWatermarkMode,
|
|
1663
|
+
* this enum contains the known values that the service supports.
|
|
1664
|
+
* ### Known values supported by the service
|
|
1665
|
+
* **None** \
|
|
1666
|
+
* **ReadWatermark**
|
|
1667
|
+
*/
|
|
1668
|
+
export declare type InputWatermarkMode = string;
|
|
1669
|
+
|
|
1670
|
+
/** Settings which determine whether to read watermark events. */
|
|
1671
|
+
export declare interface InputWatermarkProperties {
|
|
1672
|
+
/** The input watermark mode. */
|
|
1673
|
+
watermarkMode?: InputWatermarkMode;
|
|
1674
|
+
}
|
|
1675
|
+
|
|
1306
1676
|
/** Describes an IoT Hub input data source that contains stream data. */
|
|
1307
1677
|
export declare interface IoTHubStreamInputDataSource extends StreamInputDataSource {
|
|
1308
1678
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -1357,8 +1727,6 @@ export declare type JobState = string;
|
|
|
1357
1727
|
|
|
1358
1728
|
/** The properties that are associated with an Azure Storage account with MSI */
|
|
1359
1729
|
export declare interface JobStorageAccount extends StorageAccount {
|
|
1360
|
-
/** Authentication Mode. */
|
|
1361
|
-
authenticationMode?: AuthenticationMode;
|
|
1362
1730
|
}
|
|
1363
1731
|
|
|
1364
1732
|
/**
|
|
@@ -1401,6 +1769,14 @@ export declare enum KnownAuthenticationMode {
|
|
|
1401
1769
|
ConnectionString = "ConnectionString"
|
|
1402
1770
|
}
|
|
1403
1771
|
|
|
1772
|
+
/** Known values of {@link BlobWriteMode} that the service accepts. */
|
|
1773
|
+
export declare enum KnownBlobWriteMode {
|
|
1774
|
+
/** Append */
|
|
1775
|
+
Append = "Append",
|
|
1776
|
+
/** Once */
|
|
1777
|
+
Once = "Once"
|
|
1778
|
+
}
|
|
1779
|
+
|
|
1404
1780
|
/** Known values of {@link ClusterProvisioningState} that the service accepts. */
|
|
1405
1781
|
export declare enum KnownClusterProvisioningState {
|
|
1406
1782
|
/** The cluster provisioning succeeded. */
|
|
@@ -1451,6 +1827,14 @@ export declare enum KnownEncoding {
|
|
|
1451
1827
|
UTF8 = "UTF8"
|
|
1452
1828
|
}
|
|
1453
1829
|
|
|
1830
|
+
/** Known values of {@link EventGridEventSchemaType} that the service accepts. */
|
|
1831
|
+
export declare enum KnownEventGridEventSchemaType {
|
|
1832
|
+
/** EventGridEventSchema */
|
|
1833
|
+
EventGridEventSchema = "EventGridEventSchema",
|
|
1834
|
+
/** CloudEventSchema */
|
|
1835
|
+
CloudEventSchema = "CloudEventSchema"
|
|
1836
|
+
}
|
|
1837
|
+
|
|
1454
1838
|
/** Known values of {@link EventSerializationType} that the service accepts. */
|
|
1455
1839
|
export declare enum KnownEventSerializationType {
|
|
1456
1840
|
/** Csv */
|
|
@@ -1459,8 +1843,12 @@ export declare enum KnownEventSerializationType {
|
|
|
1459
1843
|
Avro = "Avro",
|
|
1460
1844
|
/** Json */
|
|
1461
1845
|
Json = "Json",
|
|
1846
|
+
/** CustomClr */
|
|
1847
|
+
CustomClr = "CustomClr",
|
|
1462
1848
|
/** Parquet */
|
|
1463
|
-
Parquet = "Parquet"
|
|
1849
|
+
Parquet = "Parquet",
|
|
1850
|
+
/** Delta */
|
|
1851
|
+
Delta = "Delta"
|
|
1464
1852
|
}
|
|
1465
1853
|
|
|
1466
1854
|
/** Known values of {@link EventsOutOfOrderPolicy} that the service accepts. */
|
|
@@ -1471,6 +1859,14 @@ export declare enum KnownEventsOutOfOrderPolicy {
|
|
|
1471
1859
|
Drop = "Drop"
|
|
1472
1860
|
}
|
|
1473
1861
|
|
|
1862
|
+
/** Known values of {@link InputWatermarkMode} that the service accepts. */
|
|
1863
|
+
export declare enum KnownInputWatermarkMode {
|
|
1864
|
+
/** None */
|
|
1865
|
+
None = "None",
|
|
1866
|
+
/** ReadWatermark */
|
|
1867
|
+
ReadWatermark = "ReadWatermark"
|
|
1868
|
+
}
|
|
1869
|
+
|
|
1474
1870
|
/** Known values of {@link JobState} that the service accepts. */
|
|
1475
1871
|
export declare enum KnownJobState {
|
|
1476
1872
|
/** The job is currently in the Created state. */
|
|
@@ -1529,6 +1925,32 @@ export declare enum KnownOutputStartMode {
|
|
|
1529
1925
|
LastOutputEventTime = "LastOutputEventTime"
|
|
1530
1926
|
}
|
|
1531
1927
|
|
|
1928
|
+
/** Known values of {@link OutputWatermarkMode} that the service accepts. */
|
|
1929
|
+
export declare enum KnownOutputWatermarkMode {
|
|
1930
|
+
/** None */
|
|
1931
|
+
None = "None",
|
|
1932
|
+
/** SendCurrentPartitionWatermark */
|
|
1933
|
+
SendCurrentPartitionWatermark = "SendCurrentPartitionWatermark",
|
|
1934
|
+
/** SendLowestWatermarkAcrossPartitions */
|
|
1935
|
+
SendLowestWatermarkAcrossPartitions = "SendLowestWatermarkAcrossPartitions"
|
|
1936
|
+
}
|
|
1937
|
+
|
|
1938
|
+
/** Known values of {@link QueryTestingResultStatus} that the service accepts. */
|
|
1939
|
+
export declare enum KnownQueryTestingResultStatus {
|
|
1940
|
+
/** The query testing operation was initiated. */
|
|
1941
|
+
Started = "Started",
|
|
1942
|
+
/** The query testing operation succeeded. */
|
|
1943
|
+
Success = "Success",
|
|
1944
|
+
/** The query testing operation failed due to a compiler error. */
|
|
1945
|
+
CompilerError = "CompilerError",
|
|
1946
|
+
/** The query testing operation failed due to a runtime error. */
|
|
1947
|
+
RuntimeError = "RuntimeError",
|
|
1948
|
+
/** The query testing operation failed due to a timeout. */
|
|
1949
|
+
Timeout = "Timeout",
|
|
1950
|
+
/** The query testing operation failed due to an unknown error . */
|
|
1951
|
+
UnknownError = "UnknownError"
|
|
1952
|
+
}
|
|
1953
|
+
|
|
1532
1954
|
/** Known values of {@link RefreshType} that the service accepts. */
|
|
1533
1955
|
export declare enum KnownRefreshType {
|
|
1534
1956
|
/** Static */
|
|
@@ -1539,12 +1961,70 @@ export declare enum KnownRefreshType {
|
|
|
1539
1961
|
RefreshPeriodicallyWithDelta = "RefreshPeriodicallyWithDelta"
|
|
1540
1962
|
}
|
|
1541
1963
|
|
|
1964
|
+
/** Known values of {@link ResourceType} that the service accepts. */
|
|
1965
|
+
export declare enum KnownResourceType {
|
|
1966
|
+
/** MicrosoftStreamAnalyticsStreamingjobs */
|
|
1967
|
+
MicrosoftStreamAnalyticsStreamingjobs = "Microsoft.StreamAnalytics/streamingjobs"
|
|
1968
|
+
}
|
|
1969
|
+
|
|
1970
|
+
/** Known values of {@link SampleInputResultStatus} that the service accepts. */
|
|
1971
|
+
export declare enum KnownSampleInputResultStatus {
|
|
1972
|
+
/** The sample input operation successfully read all the events in the range. */
|
|
1973
|
+
ReadAllEventsInRange = "ReadAllEventsInRange",
|
|
1974
|
+
/** The sample input operation found no events in the range. */
|
|
1975
|
+
NoEventsFoundInRange = "NoEventsFoundInRange",
|
|
1976
|
+
/** The sample input operation failed to connect to the input. */
|
|
1977
|
+
ErrorConnectingToInput = "ErrorConnectingToInput"
|
|
1978
|
+
}
|
|
1979
|
+
|
|
1980
|
+
/** Known values of {@link SkuCapacityScaleType} that the service accepts. */
|
|
1981
|
+
export declare enum KnownSkuCapacityScaleType {
|
|
1982
|
+
/** Supported scale type automatic. */
|
|
1983
|
+
Automatic = "automatic",
|
|
1984
|
+
/** Supported scale type manual. */
|
|
1985
|
+
Manual = "manual",
|
|
1986
|
+
/** Scaling not supported. */
|
|
1987
|
+
None = "none"
|
|
1988
|
+
}
|
|
1989
|
+
|
|
1542
1990
|
/** Known values of {@link SkuName} that the service accepts. */
|
|
1543
1991
|
export declare enum KnownSkuName {
|
|
1544
1992
|
/** Standard */
|
|
1545
1993
|
Standard = "Standard"
|
|
1546
1994
|
}
|
|
1547
1995
|
|
|
1996
|
+
/** Known values of {@link TestDatasourceResultStatus} that the service accepts. */
|
|
1997
|
+
export declare enum KnownTestDatasourceResultStatus {
|
|
1998
|
+
/** The test datasource operation succeeded. */
|
|
1999
|
+
TestSucceeded = "TestSucceeded",
|
|
2000
|
+
/** The test datasource operation failed. */
|
|
2001
|
+
TestFailed = "TestFailed"
|
|
2002
|
+
}
|
|
2003
|
+
|
|
2004
|
+
/** Known values of {@link UpdatableUdfRefreshType} that the service accepts. */
|
|
2005
|
+
export declare enum KnownUpdatableUdfRefreshType {
|
|
2006
|
+
/** Blocking */
|
|
2007
|
+
Blocking = "Blocking",
|
|
2008
|
+
/** Nonblocking */
|
|
2009
|
+
Nonblocking = "Nonblocking"
|
|
2010
|
+
}
|
|
2011
|
+
|
|
2012
|
+
/** Known values of {@link UpdateMode} that the service accepts. */
|
|
2013
|
+
export declare enum KnownUpdateMode {
|
|
2014
|
+
/** Static */
|
|
2015
|
+
Static = "Static",
|
|
2016
|
+
/** Refreshable */
|
|
2017
|
+
Refreshable = "Refreshable"
|
|
2018
|
+
}
|
|
2019
|
+
|
|
2020
|
+
/** An output event timestamp. */
|
|
2021
|
+
export declare interface LastOutputEventTimestamp {
|
|
2022
|
+
/** The last output event time. */
|
|
2023
|
+
lastOutputEventTime?: string;
|
|
2024
|
+
/** The time that the last update happened. */
|
|
2025
|
+
lastUpdateTime?: string;
|
|
2026
|
+
}
|
|
2027
|
+
|
|
1548
2028
|
/** The properties that are associated with data sources that use OAuth as their authentication model. */
|
|
1549
2029
|
export declare interface OAuthBasedDataSourceProperties {
|
|
1550
2030
|
/** A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests. */
|
|
@@ -1652,15 +2132,22 @@ export declare interface Output extends SubResource {
|
|
|
1652
2132
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1653
2133
|
*/
|
|
1654
2134
|
readonly etag?: string;
|
|
2135
|
+
/**
|
|
2136
|
+
* A list of the last output event times for each output partition. The index of the array corresponds to the partition number.
|
|
2137
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2138
|
+
*/
|
|
2139
|
+
readonly lastOutputEventTimestamps?: LastOutputEventTimestamp[];
|
|
2140
|
+
/** Settings which determine whether to send watermarks to downstream. */
|
|
2141
|
+
watermarkSettings?: OutputWatermarkProperties;
|
|
1655
2142
|
}
|
|
1656
2143
|
|
|
1657
2144
|
/** Describes the data source that output will be written to. */
|
|
1658
2145
|
export declare interface OutputDataSource {
|
|
1659
2146
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1660
|
-
type: "Microsoft.Storage/Blob" | "Microsoft.Storage/Table" | "Microsoft.ServiceBus/EventHub" | "Microsoft.EventHub/EventHub" | "Microsoft.Sql/Server/Database" | "Microsoft.Sql/Server/DataWarehouse" | "Microsoft.Storage/DocumentDB" | "Microsoft.ServiceBus/Queue" | "Microsoft.ServiceBus/Topic" | "PowerBI" | "Microsoft.DataLake/Accounts";
|
|
2147
|
+
type: "Raw" | "Microsoft.Storage/Blob" | "Microsoft.Storage/Table" | "Microsoft.ServiceBus/EventHub" | "Microsoft.EventHub/EventHub" | "Microsoft.Sql/Server/Database" | "Microsoft.Sql/Server/DataWarehouse" | "Microsoft.DBForPostgreSQL/servers/databases" | "Microsoft.Storage/DocumentDB" | "Microsoft.AzureFunction" | "Microsoft.ServiceBus/Queue" | "Microsoft.ServiceBus/Topic" | "PowerBI" | "Microsoft.DataLake/Accounts" | "GatewayMessageBus" | "Microsoft.Kusto/clusters/databases";
|
|
1661
2148
|
}
|
|
1662
2149
|
|
|
1663
|
-
export declare type OutputDataSourceUnion = OutputDataSource | BlobOutputDataSource | AzureTableOutputDataSource | EventHubOutputDataSource | EventHubV2OutputDataSource | AzureSqlDatabaseOutputDataSource | AzureSynapseOutputDataSource | DocumentDbOutputDataSource | ServiceBusQueueOutputDataSource | ServiceBusTopicOutputDataSource | PowerBIOutputDataSource | AzureDataLakeStoreOutputDataSource;
|
|
2150
|
+
export declare type OutputDataSourceUnion = OutputDataSource | RawOutputDatasource | BlobOutputDataSource | AzureTableOutputDataSource | EventHubOutputDataSource | EventHubV2OutputDataSource | AzureSqlDatabaseOutputDataSource | AzureSynapseOutputDataSource | PostgreSQLOutputDataSource | DocumentDbOutputDataSource | AzureFunctionOutputDataSource | ServiceBusQueueOutputDataSource | ServiceBusTopicOutputDataSource | PowerBIOutputDataSource | AzureDataLakeStoreOutputDataSource | GatewayMessageBusOutputDataSource | AzureDataExplorerOutputDataSource;
|
|
1664
2151
|
|
|
1665
2152
|
/**
|
|
1666
2153
|
* Defines values for OutputErrorPolicy. \
|
|
@@ -1742,7 +2229,7 @@ export declare interface Outputs {
|
|
|
1742
2229
|
* @param outputName The name of the output.
|
|
1743
2230
|
* @param options The options parameters.
|
|
1744
2231
|
*/
|
|
1745
|
-
beginTest(resourceGroupName: string, jobName: string, outputName: string, options?: OutputsTestOptionalParams): Promise<
|
|
2232
|
+
beginTest(resourceGroupName: string, jobName: string, outputName: string, options?: OutputsTestOptionalParams): Promise<SimplePollerLike<OperationState<OutputsTestResponse>, OutputsTestResponse>>;
|
|
1746
2233
|
/**
|
|
1747
2234
|
* Tests whether an output’s datasource is reachable and usable by the Azure Stream Analytics service.
|
|
1748
2235
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -1842,6 +2329,25 @@ export declare interface OutputsUpdateOptionalParams extends coreClient.Operatio
|
|
|
1842
2329
|
/** Contains response data for the update operation. */
|
|
1843
2330
|
export declare type OutputsUpdateResponse = OutputsUpdateHeaders & Output;
|
|
1844
2331
|
|
|
2332
|
+
/**
|
|
2333
|
+
* Defines values for OutputWatermarkMode. \
|
|
2334
|
+
* {@link KnownOutputWatermarkMode} can be used interchangeably with OutputWatermarkMode,
|
|
2335
|
+
* this enum contains the known values that the service supports.
|
|
2336
|
+
* ### Known values supported by the service
|
|
2337
|
+
* **None** \
|
|
2338
|
+
* **SendCurrentPartitionWatermark** \
|
|
2339
|
+
* **SendLowestWatermarkAcrossPartitions**
|
|
2340
|
+
*/
|
|
2341
|
+
export declare type OutputWatermarkMode = string;
|
|
2342
|
+
|
|
2343
|
+
/** Settings which determine whether to send watermarks to downstream. */
|
|
2344
|
+
export declare interface OutputWatermarkProperties {
|
|
2345
|
+
/** The output watermark mode. */
|
|
2346
|
+
watermarkMode?: OutputWatermarkMode;
|
|
2347
|
+
/** Describes the maximal delta between the fastest and slowest partitions, so the out of order window that catches all necessary events in downstream jobs is well defined. */
|
|
2348
|
+
maxWatermarkDifferenceAcrossPartitions?: string;
|
|
2349
|
+
}
|
|
2350
|
+
|
|
1845
2351
|
/** Describes how data from an input is serialized or how data is serialized when written to an output in Parquet format. */
|
|
1846
2352
|
export declare interface ParquetSerialization extends Serialization {
|
|
1847
2353
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -1850,6 +2356,48 @@ export declare interface ParquetSerialization extends Serialization {
|
|
|
1850
2356
|
properties?: Record<string, unknown>;
|
|
1851
2357
|
}
|
|
1852
2358
|
|
|
2359
|
+
/** The properties that are associated with an Azure SQL database data source. */
|
|
2360
|
+
export declare interface PostgreSQLDataSourceProperties {
|
|
2361
|
+
/** The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
2362
|
+
server?: string;
|
|
2363
|
+
/** The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
2364
|
+
database?: string;
|
|
2365
|
+
/** The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
2366
|
+
table?: string;
|
|
2367
|
+
/** The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
2368
|
+
user?: string;
|
|
2369
|
+
/** The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
2370
|
+
password?: string;
|
|
2371
|
+
/** Max Writer count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT requests. */
|
|
2372
|
+
maxWriterCount?: number;
|
|
2373
|
+
/** Authentication Mode. */
|
|
2374
|
+
authenticationMode?: AuthenticationMode;
|
|
2375
|
+
}
|
|
2376
|
+
|
|
2377
|
+
/** Describes a PostgreSQL output data source. */
|
|
2378
|
+
export declare interface PostgreSQLOutputDataSource extends OutputDataSource {
|
|
2379
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2380
|
+
type: "Microsoft.DBForPostgreSQL/servers/databases";
|
|
2381
|
+
/** The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
2382
|
+
server?: string;
|
|
2383
|
+
/** The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
2384
|
+
database?: string;
|
|
2385
|
+
/** The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
2386
|
+
table?: string;
|
|
2387
|
+
/** The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
2388
|
+
user?: string;
|
|
2389
|
+
/** The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
2390
|
+
password?: string;
|
|
2391
|
+
/** Max Writer count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT requests. */
|
|
2392
|
+
maxWriterCount?: number;
|
|
2393
|
+
/** Authentication Mode. */
|
|
2394
|
+
authenticationMode?: AuthenticationMode;
|
|
2395
|
+
}
|
|
2396
|
+
|
|
2397
|
+
/** The properties that are associated with a PostgreSQL output. */
|
|
2398
|
+
export declare interface PostgreSQLOutputDataSourceProperties extends PostgreSQLDataSourceProperties {
|
|
2399
|
+
}
|
|
2400
|
+
|
|
1853
2401
|
/** Describes a Power BI output data source. */
|
|
1854
2402
|
export declare interface PowerBIOutputDataSource extends OutputDataSource {
|
|
1855
2403
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -1888,18 +2436,13 @@ export declare interface PowerBIOutputDataSourceProperties extends OAuthBasedDat
|
|
|
1888
2436
|
|
|
1889
2437
|
/** Complete information about the private endpoint. */
|
|
1890
2438
|
export declare interface PrivateEndpoint extends ProxyResource {
|
|
2439
|
+
/** The properties associated with a private endpoint. */
|
|
2440
|
+
properties?: PrivateEndpointProperties;
|
|
1891
2441
|
/**
|
|
1892
2442
|
* Unique opaque string (generally a GUID) that represents the metadata state of the resource (private endpoint) and changes whenever the resource is updated. Required on PUT (CreateOrUpdate) requests.
|
|
1893
2443
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1894
2444
|
*/
|
|
1895
2445
|
readonly etag?: string;
|
|
1896
|
-
/**
|
|
1897
|
-
* The date when this private endpoint was created.
|
|
1898
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1899
|
-
*/
|
|
1900
|
-
readonly createdDate?: string;
|
|
1901
|
-
/** A list of connections to the remote resource. Immutable after it is set. */
|
|
1902
|
-
manualPrivateLinkServiceConnections?: PrivateLinkServiceConnection[];
|
|
1903
2446
|
}
|
|
1904
2447
|
|
|
1905
2448
|
/** A list of private endpoints. */
|
|
@@ -1916,6 +2459,17 @@ export declare interface PrivateEndpointListResult {
|
|
|
1916
2459
|
readonly nextLink?: string;
|
|
1917
2460
|
}
|
|
1918
2461
|
|
|
2462
|
+
/** The properties associated with a private endpoint. */
|
|
2463
|
+
export declare interface PrivateEndpointProperties {
|
|
2464
|
+
/**
|
|
2465
|
+
* The date when this private endpoint was created.
|
|
2466
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2467
|
+
*/
|
|
2468
|
+
readonly createdDate?: string;
|
|
2469
|
+
/** A list of connections to the remote resource. Immutable after it is set. */
|
|
2470
|
+
manualPrivateLinkServiceConnections?: PrivateLinkServiceConnection[];
|
|
2471
|
+
}
|
|
2472
|
+
|
|
1919
2473
|
/** Interface representing a PrivateEndpoints. */
|
|
1920
2474
|
export declare interface PrivateEndpoints {
|
|
1921
2475
|
/**
|
|
@@ -1950,7 +2504,7 @@ export declare interface PrivateEndpoints {
|
|
|
1950
2504
|
* @param privateEndpointName The name of the private endpoint.
|
|
1951
2505
|
* @param options The options parameters.
|
|
1952
2506
|
*/
|
|
1953
|
-
beginDelete(resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: PrivateEndpointsDeleteOptionalParams): Promise<
|
|
2507
|
+
beginDelete(resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: PrivateEndpointsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1954
2508
|
/**
|
|
1955
2509
|
* Delete the specified private endpoint.
|
|
1956
2510
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -2039,13 +2593,154 @@ export declare interface PrivateLinkServiceConnection {
|
|
|
2039
2593
|
export declare interface ProxyResource extends Resource {
|
|
2040
2594
|
}
|
|
2041
2595
|
|
|
2596
|
+
/** An error produced by the compiler. */
|
|
2597
|
+
export declare interface QueryCompilationError {
|
|
2598
|
+
/**
|
|
2599
|
+
* The content of the error message.
|
|
2600
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2601
|
+
*/
|
|
2602
|
+
readonly message?: string;
|
|
2603
|
+
/**
|
|
2604
|
+
* Describes the error location in the original query. Not set if isGlobal is true.
|
|
2605
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2606
|
+
*/
|
|
2607
|
+
readonly startLine?: number;
|
|
2608
|
+
/**
|
|
2609
|
+
* Describes the error location in the original query. Not set if isGlobal is true.
|
|
2610
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2611
|
+
*/
|
|
2612
|
+
readonly startColumn?: number;
|
|
2613
|
+
/**
|
|
2614
|
+
* Describes the error location in the original query. Not set if isGlobal is true.
|
|
2615
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2616
|
+
*/
|
|
2617
|
+
readonly endLine?: number;
|
|
2618
|
+
/**
|
|
2619
|
+
* Describes the error location in the original query. Not set if isGlobal is true.
|
|
2620
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2621
|
+
*/
|
|
2622
|
+
readonly endColumn?: number;
|
|
2623
|
+
/**
|
|
2624
|
+
* Whether the error is not for a specific part but for the entire query.
|
|
2625
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2626
|
+
*/
|
|
2627
|
+
readonly isGlobal?: boolean;
|
|
2628
|
+
}
|
|
2629
|
+
|
|
2630
|
+
/** The result of the query compilation request. */
|
|
2631
|
+
export declare interface QueryCompilationResult {
|
|
2632
|
+
/**
|
|
2633
|
+
* Error messages produced by the compiler.
|
|
2634
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2635
|
+
*/
|
|
2636
|
+
readonly errors?: QueryCompilationError[];
|
|
2637
|
+
/**
|
|
2638
|
+
* Warning messages produced by the compiler.
|
|
2639
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2640
|
+
*/
|
|
2641
|
+
readonly warnings?: string[];
|
|
2642
|
+
/**
|
|
2643
|
+
* All input names used by the query.
|
|
2644
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2645
|
+
*/
|
|
2646
|
+
readonly inputs?: string[];
|
|
2647
|
+
/**
|
|
2648
|
+
* All output names used by the query.
|
|
2649
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2650
|
+
*/
|
|
2651
|
+
readonly outputs?: string[];
|
|
2652
|
+
/**
|
|
2653
|
+
* All function names used by the query.
|
|
2654
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2655
|
+
*/
|
|
2656
|
+
readonly functions?: string[];
|
|
2657
|
+
}
|
|
2658
|
+
|
|
2659
|
+
/** A function for the query compilation. */
|
|
2660
|
+
export declare interface QueryFunction {
|
|
2661
|
+
/** The name of the function. */
|
|
2662
|
+
name: string;
|
|
2663
|
+
/** The type of the function. */
|
|
2664
|
+
type: string;
|
|
2665
|
+
/** The type of the function binding. */
|
|
2666
|
+
bindingType: string;
|
|
2667
|
+
/** The inputs for the function. */
|
|
2668
|
+
inputs: FunctionInput[];
|
|
2669
|
+
/** An output for the function. */
|
|
2670
|
+
output: FunctionOutput;
|
|
2671
|
+
}
|
|
2672
|
+
|
|
2673
|
+
/** An input for the query compilation. */
|
|
2674
|
+
export declare interface QueryInput {
|
|
2675
|
+
/** The name of the input. */
|
|
2676
|
+
name: string;
|
|
2677
|
+
/** The type of the input, can be Stream or Reference. */
|
|
2678
|
+
type: string;
|
|
2679
|
+
}
|
|
2680
|
+
|
|
2681
|
+
/** The result of the query testing request. */
|
|
2682
|
+
export declare interface QueryTestingResult extends ErrorModel {
|
|
2683
|
+
/**
|
|
2684
|
+
* The status of the query testing request.
|
|
2685
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2686
|
+
*/
|
|
2687
|
+
readonly status?: QueryTestingResultStatus;
|
|
2688
|
+
/**
|
|
2689
|
+
* The SAS URL to the outputs payload.
|
|
2690
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2691
|
+
*/
|
|
2692
|
+
readonly outputUri?: string;
|
|
2693
|
+
}
|
|
2694
|
+
|
|
2695
|
+
/**
|
|
2696
|
+
* Defines values for QueryTestingResultStatus. \
|
|
2697
|
+
* {@link KnownQueryTestingResultStatus} can be used interchangeably with QueryTestingResultStatus,
|
|
2698
|
+
* this enum contains the known values that the service supports.
|
|
2699
|
+
* ### Known values supported by the service
|
|
2700
|
+
* **Started**: The query testing operation was initiated. \
|
|
2701
|
+
* **Success**: The query testing operation succeeded. \
|
|
2702
|
+
* **CompilerError**: The query testing operation failed due to a compiler error. \
|
|
2703
|
+
* **RuntimeError**: The query testing operation failed due to a runtime error. \
|
|
2704
|
+
* **Timeout**: The query testing operation failed due to a timeout. \
|
|
2705
|
+
* **UnknownError**: The query testing operation failed due to an unknown error .
|
|
2706
|
+
*/
|
|
2707
|
+
export declare type QueryTestingResultStatus = string;
|
|
2708
|
+
|
|
2709
|
+
/** Describes a raw output data source. This data source type is only applicable/usable when using the query testing API. You cannot create a job with this data source type or add an output of this data source type to an existing job. */
|
|
2710
|
+
export declare interface RawOutputDatasource extends OutputDataSource {
|
|
2711
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2712
|
+
type: "Raw";
|
|
2713
|
+
/** The SAS URL to a blob where the output should be written. If this property is not set, output data will be written into a temporary storage, and a SAS URL to that temporary storage will be included in the result. */
|
|
2714
|
+
payloadUri?: string;
|
|
2715
|
+
}
|
|
2716
|
+
|
|
2717
|
+
/** Describes a raw input data source that contains reference data. This data source type is only applicable/usable when using the query testing API. You cannot create a job with this data source type or add an input of this data source type to an existing job. */
|
|
2718
|
+
export declare interface RawReferenceInputDataSource extends ReferenceInputDataSource {
|
|
2719
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2720
|
+
type: "Raw";
|
|
2721
|
+
/** The JSON serialized content of the input data. Either payload or payloadUri must be set, but not both. */
|
|
2722
|
+
payload?: string;
|
|
2723
|
+
/** The SAS URL to a blob containing the JSON serialized content of the input data. Either payload or payloadUri must be set, but not both. */
|
|
2724
|
+
payloadUri?: string;
|
|
2725
|
+
}
|
|
2726
|
+
|
|
2727
|
+
/** Describes a raw input data source that contains stream data. This data source type is only applicable/usable when using the query testing API. You cannot create a job with this data source type or add an input of this data source type to an existing job. */
|
|
2728
|
+
export declare interface RawStreamInputDataSource extends StreamInputDataSource {
|
|
2729
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2730
|
+
type: "Raw";
|
|
2731
|
+
/** The JSON serialized content of the input data. Either payload or payloadUri must be set, but not both. */
|
|
2732
|
+
payload?: string;
|
|
2733
|
+
/** The SAS URL to a blob containing the JSON serialized content of the input data. Either payload or payloadUri must be set, but not both. */
|
|
2734
|
+
payloadUri?: string;
|
|
2735
|
+
}
|
|
2736
|
+
|
|
2042
2737
|
/** Describes an input data source that contains reference data. */
|
|
2043
2738
|
export declare interface ReferenceInputDataSource {
|
|
2044
2739
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2045
|
-
type: "Microsoft.Storage/Blob" | "Microsoft.Sql/Server/Database";
|
|
2740
|
+
type: "File" | "Microsoft.Storage/Blob" | "Raw" | "Microsoft.Sql/Server/Database";
|
|
2046
2741
|
}
|
|
2047
2742
|
|
|
2048
|
-
export declare type ReferenceInputDataSourceUnion = ReferenceInputDataSource | BlobReferenceInputDataSource | AzureSqlReferenceInputDataSource;
|
|
2743
|
+
export declare type ReferenceInputDataSourceUnion = ReferenceInputDataSource | FileReferenceInputDataSource | BlobReferenceInputDataSource | RawReferenceInputDataSource | AzureSqlReferenceInputDataSource;
|
|
2049
2744
|
|
|
2050
2745
|
/** The properties that are associated with an input containing reference data. */
|
|
2051
2746
|
export declare interface ReferenceInputProperties extends InputProperties {
|
|
@@ -2055,6 +2750,20 @@ export declare interface ReferenceInputProperties extends InputProperties {
|
|
|
2055
2750
|
datasource?: ReferenceInputDataSourceUnion;
|
|
2056
2751
|
}
|
|
2057
2752
|
|
|
2753
|
+
/** The refresh parameters for any/all updatable user defined functions present in the job config. */
|
|
2754
|
+
export declare interface RefreshConfiguration {
|
|
2755
|
+
/** The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example. */
|
|
2756
|
+
pathPattern?: string;
|
|
2757
|
+
/** The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead. */
|
|
2758
|
+
dateFormat?: string;
|
|
2759
|
+
/** The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. */
|
|
2760
|
+
timeFormat?: string;
|
|
2761
|
+
/** The refresh interval. */
|
|
2762
|
+
refreshInterval?: string;
|
|
2763
|
+
/** This property indicates which data refresh option to use, Blocking or Nonblocking. */
|
|
2764
|
+
refreshType?: UpdatableUdfRefreshType;
|
|
2765
|
+
}
|
|
2766
|
+
|
|
2058
2767
|
/**
|
|
2059
2768
|
* Defines values for RefreshType. \
|
|
2060
2769
|
* {@link KnownRefreshType} can be used interchangeably with RefreshType,
|
|
@@ -2099,16 +2808,66 @@ export declare interface ResourceTestStatus {
|
|
|
2099
2808
|
readonly error?: ErrorResponse;
|
|
2100
2809
|
}
|
|
2101
2810
|
|
|
2811
|
+
/**
|
|
2812
|
+
* Defines values for ResourceType. \
|
|
2813
|
+
* {@link KnownResourceType} can be used interchangeably with ResourceType,
|
|
2814
|
+
* this enum contains the known values that the service supports.
|
|
2815
|
+
* ### Known values supported by the service
|
|
2816
|
+
* **Microsoft.StreamAnalytics\/streamingjobs**
|
|
2817
|
+
*/
|
|
2818
|
+
export declare type ResourceType = string;
|
|
2819
|
+
|
|
2820
|
+
/** The stream analytics input to sample. */
|
|
2821
|
+
export declare interface SampleInput {
|
|
2822
|
+
/** The stream analytics input to sample. */
|
|
2823
|
+
input?: Input;
|
|
2824
|
+
/** Defaults to the default ASA job compatibility level. Today it is 1.2 */
|
|
2825
|
+
compatibilityLevel?: string;
|
|
2826
|
+
/** The SAS URI of the storage blob for service to write the sampled events to. If this parameter is not provided, service will write events to he system account and share a temporary SAS URI to it. */
|
|
2827
|
+
eventsUri?: string;
|
|
2828
|
+
/** Defaults to en-US. */
|
|
2829
|
+
dataLocale?: string;
|
|
2830
|
+
}
|
|
2831
|
+
|
|
2832
|
+
/** The result of the sample input request. */
|
|
2833
|
+
export declare interface SampleInputResult extends ErrorModel {
|
|
2834
|
+
/**
|
|
2835
|
+
* The status of the sample input request.
|
|
2836
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2837
|
+
*/
|
|
2838
|
+
readonly status?: SampleInputResultStatus;
|
|
2839
|
+
/**
|
|
2840
|
+
* Diagnostics messages. E.g. message indicating some partitions from the input have no data.
|
|
2841
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2842
|
+
*/
|
|
2843
|
+
readonly diagnostics?: string[];
|
|
2844
|
+
/**
|
|
2845
|
+
* A SAS URL to download the sampled input data.
|
|
2846
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2847
|
+
*/
|
|
2848
|
+
readonly eventsDownloadUrl?: string;
|
|
2849
|
+
/**
|
|
2850
|
+
* The timestamp for the last event in the data. It is in DateTime format.
|
|
2851
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2852
|
+
*/
|
|
2853
|
+
readonly lastArrivalTime?: string;
|
|
2854
|
+
}
|
|
2855
|
+
|
|
2856
|
+
/**
|
|
2857
|
+
* Defines values for SampleInputResultStatus. \
|
|
2858
|
+
* {@link KnownSampleInputResultStatus} can be used interchangeably with SampleInputResultStatus,
|
|
2859
|
+
* this enum contains the known values that the service supports.
|
|
2860
|
+
* ### Known values supported by the service
|
|
2861
|
+
* **ReadAllEventsInRange**: The sample input operation successfully read all the events in the range. \
|
|
2862
|
+
* **NoEventsFoundInRange**: The sample input operation found no events in the range. \
|
|
2863
|
+
* **ErrorConnectingToInput**: The sample input operation failed to connect to the input.
|
|
2864
|
+
*/
|
|
2865
|
+
export declare type SampleInputResultStatus = string;
|
|
2866
|
+
|
|
2102
2867
|
/** The properties that are associated with a scalar function. */
|
|
2103
2868
|
export declare interface ScalarFunctionProperties extends FunctionProperties {
|
|
2104
2869
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2105
2870
|
type: "Scalar";
|
|
2106
|
-
/** A list of inputs describing the parameters of the function. */
|
|
2107
|
-
inputs?: FunctionInput[];
|
|
2108
|
-
/** The output of the function. */
|
|
2109
|
-
output?: FunctionOutput;
|
|
2110
|
-
/** The physical binding of the function. For example, in the Azure Machine Learning web service’s case, this describes the endpoint. */
|
|
2111
|
-
binding?: FunctionBindingUnion;
|
|
2112
2871
|
}
|
|
2113
2872
|
|
|
2114
2873
|
/** Parameters supplied to the Scale Streaming Job operation. */
|
|
@@ -2120,10 +2879,10 @@ export declare interface ScaleStreamingJobParameters {
|
|
|
2120
2879
|
/** Describes how data from an input is serialized or how data is serialized when written to an output. */
|
|
2121
2880
|
export declare interface Serialization {
|
|
2122
2881
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2123
|
-
type: "Parquet" | "Csv" | "Json" | "Avro";
|
|
2882
|
+
type: "Delta" | "Parquet" | "CustomClr" | "Csv" | "Json" | "Avro";
|
|
2124
2883
|
}
|
|
2125
2884
|
|
|
2126
|
-
export declare type SerializationUnion = Serialization | ParquetSerialization | CsvSerialization | JsonSerialization | AvroSerialization;
|
|
2885
|
+
export declare type SerializationUnion = Serialization | DeltaSerialization | ParquetSerialization | CustomClrSerialization | CsvSerialization | JsonSerialization | AvroSerialization;
|
|
2127
2886
|
|
|
2128
2887
|
/** The common properties that are associated with Service Bus data sources (Queues, Topics, Event Hubs, etc.). */
|
|
2129
2888
|
export declare interface ServiceBusDataSourceProperties {
|
|
@@ -2205,8 +2964,64 @@ export declare interface ServiceBusTopicOutputDataSourceProperties extends Servi
|
|
|
2205
2964
|
export declare interface Sku {
|
|
2206
2965
|
/** The name of the SKU. Required on PUT (CreateOrReplace) requests. */
|
|
2207
2966
|
name?: SkuName;
|
|
2967
|
+
/** The capacity of the SKU. */
|
|
2968
|
+
capacity?: number;
|
|
2969
|
+
}
|
|
2970
|
+
|
|
2971
|
+
/** Describes scaling information of a SKU. */
|
|
2972
|
+
export declare interface SkuCapacity {
|
|
2973
|
+
/**
|
|
2974
|
+
* Specifies the minimum streaming units that the streaming job can use.
|
|
2975
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2976
|
+
*/
|
|
2977
|
+
readonly minimum?: number;
|
|
2978
|
+
/**
|
|
2979
|
+
* Specifies the maximum streaming units that the streaming job can use.
|
|
2980
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2981
|
+
*/
|
|
2982
|
+
readonly maximum?: number;
|
|
2983
|
+
/**
|
|
2984
|
+
* Specifies the default streaming units that the streaming job can use.
|
|
2985
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2986
|
+
*/
|
|
2987
|
+
readonly default?: number;
|
|
2988
|
+
/**
|
|
2989
|
+
* The scale type applicable to the SKU.
|
|
2990
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2991
|
+
*/
|
|
2992
|
+
readonly scaleType?: SkuCapacityScaleType;
|
|
2993
|
+
/**
|
|
2994
|
+
* Specifies the valid streaming units a streaming job can scale to.
|
|
2995
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2996
|
+
*/
|
|
2997
|
+
readonly allowedValues?: number[];
|
|
2208
2998
|
}
|
|
2209
2999
|
|
|
3000
|
+
/**
|
|
3001
|
+
* Defines values for SkuCapacityScaleType. \
|
|
3002
|
+
* {@link KnownSkuCapacityScaleType} can be used interchangeably with SkuCapacityScaleType,
|
|
3003
|
+
* this enum contains the known values that the service supports.
|
|
3004
|
+
* ### Known values supported by the service
|
|
3005
|
+
* **automatic**: Supported scale type automatic. \
|
|
3006
|
+
* **manual**: Supported scale type manual. \
|
|
3007
|
+
* **none**: Scaling not supported.
|
|
3008
|
+
*/
|
|
3009
|
+
export declare type SkuCapacityScaleType = string;
|
|
3010
|
+
|
|
3011
|
+
/** Optional parameters. */
|
|
3012
|
+
export declare interface SkuListNextOptionalParams extends coreClient.OperationOptions {
|
|
3013
|
+
}
|
|
3014
|
+
|
|
3015
|
+
/** Contains response data for the listNext operation. */
|
|
3016
|
+
export declare type SkuListNextResponse = GetStreamingJobSkuResults;
|
|
3017
|
+
|
|
3018
|
+
/** Optional parameters. */
|
|
3019
|
+
export declare interface SkuListOptionalParams extends coreClient.OperationOptions {
|
|
3020
|
+
}
|
|
3021
|
+
|
|
3022
|
+
/** Contains response data for the list operation. */
|
|
3023
|
+
export declare type SkuListResponse = GetStreamingJobSkuResults;
|
|
3024
|
+
|
|
2210
3025
|
/**
|
|
2211
3026
|
* Defines values for SkuName. \
|
|
2212
3027
|
* {@link KnownSkuName} can be used interchangeably with SkuName,
|
|
@@ -2216,6 +3031,17 @@ export declare interface Sku {
|
|
|
2216
3031
|
*/
|
|
2217
3032
|
export declare type SkuName = string;
|
|
2218
3033
|
|
|
3034
|
+
/** Interface representing a SkuOperations. */
|
|
3035
|
+
export declare interface SkuOperations {
|
|
3036
|
+
/**
|
|
3037
|
+
* Gets a list of available SKUs about the specified streaming job.
|
|
3038
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3039
|
+
* @param jobName The name of the streaming job.
|
|
3040
|
+
* @param options The options parameters.
|
|
3041
|
+
*/
|
|
3042
|
+
list(resourceGroupName: string, jobName: string, options?: SkuListOptionalParams): PagedAsyncIterableIterator<GetStreamingJobSkuResult>;
|
|
3043
|
+
}
|
|
3044
|
+
|
|
2219
3045
|
/** Parameters supplied to the Start Streaming Job operation. */
|
|
2220
3046
|
export declare interface StartStreamingJobParameters {
|
|
2221
3047
|
/** Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whenever the job is started, start at a custom user time stamp specified via the outputStartTime property, or start from the last event output time. */
|
|
@@ -2230,11 +3056,12 @@ export declare interface StorageAccount {
|
|
|
2230
3056
|
accountName?: string;
|
|
2231
3057
|
/** The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests. */
|
|
2232
3058
|
accountKey?: string;
|
|
3059
|
+
/** Authentication Mode. */
|
|
3060
|
+
authenticationMode?: AuthenticationMode;
|
|
2233
3061
|
}
|
|
2234
3062
|
|
|
2235
3063
|
export declare class StreamAnalyticsManagementClient extends coreClient.ServiceClient {
|
|
2236
3064
|
$host: string;
|
|
2237
|
-
apiVersion: string;
|
|
2238
3065
|
subscriptionId: string;
|
|
2239
3066
|
/**
|
|
2240
3067
|
* Initializes a new instance of the StreamAnalyticsManagementClient class.
|
|
@@ -2243,15 +3070,14 @@ export declare class StreamAnalyticsManagementClient extends coreClient.ServiceC
|
|
|
2243
3070
|
* @param options The parameter options
|
|
2244
3071
|
*/
|
|
2245
3072
|
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: StreamAnalyticsManagementClientOptionalParams);
|
|
2246
|
-
|
|
2247
|
-
private addCustomApiVersionPolicy;
|
|
2248
|
-
operations: Operations;
|
|
2249
|
-
streamingJobs: StreamingJobs;
|
|
3073
|
+
functions: Functions;
|
|
2250
3074
|
inputs: Inputs;
|
|
2251
3075
|
outputs: Outputs;
|
|
2252
|
-
|
|
2253
|
-
|
|
3076
|
+
operations: Operations;
|
|
3077
|
+
streamingJobs: StreamingJobs;
|
|
3078
|
+
skuOperations: SkuOperations;
|
|
2254
3079
|
subscriptions: Subscriptions;
|
|
3080
|
+
transformations: Transformations;
|
|
2255
3081
|
clusters: Clusters;
|
|
2256
3082
|
privateEndpoints: PrivateEndpoints;
|
|
2257
3083
|
}
|
|
@@ -2260,18 +3086,18 @@ export declare class StreamAnalyticsManagementClient extends coreClient.ServiceC
|
|
|
2260
3086
|
export declare interface StreamAnalyticsManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
2261
3087
|
/** server parameter */
|
|
2262
3088
|
$host?: string;
|
|
2263
|
-
/** Api Version */
|
|
2264
|
-
apiVersion?: string;
|
|
2265
3089
|
/** Overrides client endpoint. */
|
|
2266
3090
|
endpoint?: string;
|
|
2267
3091
|
}
|
|
2268
3092
|
|
|
2269
3093
|
/** A streaming job object, containing all information associated with the named streaming job. */
|
|
2270
3094
|
export declare interface StreamingJob extends TrackedResource {
|
|
2271
|
-
/** Describes the system-assigned managed identity assigned to this job that can be used to authenticate with inputs and outputs. */
|
|
2272
|
-
identity?: Identity;
|
|
2273
3095
|
/** Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) requests. */
|
|
2274
3096
|
sku?: Sku;
|
|
3097
|
+
/** Describes the managed identity assigned to this job that can be used to authenticate with inputs and outputs. */
|
|
3098
|
+
identity?: Identity;
|
|
3099
|
+
/** Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) requests. */
|
|
3100
|
+
skuPropertiesSku?: Sku;
|
|
2275
3101
|
/**
|
|
2276
3102
|
* A GUID uniquely identifying the streaming job. This GUID is generated upon creation of the streaming job.
|
|
2277
3103
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -2332,6 +3158,8 @@ export declare interface StreamingJob extends TrackedResource {
|
|
|
2332
3158
|
jobStorageAccount?: JobStorageAccount;
|
|
2333
3159
|
/** Valid values are JobStorageAccount and SystemAccount. If set to JobStorageAccount, this requires the user to also specify jobStorageAccount property. . */
|
|
2334
3160
|
contentStoragePolicy?: ContentStoragePolicy;
|
|
3161
|
+
/** The storage account where the custom code artifacts are located. */
|
|
3162
|
+
externals?: External_2;
|
|
2335
3163
|
/** The cluster which streaming jobs will run on. */
|
|
2336
3164
|
cluster?: ClusterInfo;
|
|
2337
3165
|
}
|
|
@@ -2371,7 +3199,7 @@ export declare interface StreamingJobs {
|
|
|
2371
3199
|
* job or replace the existing one.
|
|
2372
3200
|
* @param options The options parameters.
|
|
2373
3201
|
*/
|
|
2374
|
-
beginCreateOrReplace(resourceGroupName: string, jobName: string, streamingJob: StreamingJob, options?: StreamingJobsCreateOrReplaceOptionalParams): Promise<
|
|
3202
|
+
beginCreateOrReplace(resourceGroupName: string, jobName: string, streamingJob: StreamingJob, options?: StreamingJobsCreateOrReplaceOptionalParams): Promise<SimplePollerLike<OperationState<StreamingJobsCreateOrReplaceResponse>, StreamingJobsCreateOrReplaceResponse>>;
|
|
2375
3203
|
/**
|
|
2376
3204
|
* Creates a streaming job or replaces an already existing streaming job.
|
|
2377
3205
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -2399,7 +3227,7 @@ export declare interface StreamingJobs {
|
|
|
2399
3227
|
* @param jobName The name of the streaming job.
|
|
2400
3228
|
* @param options The options parameters.
|
|
2401
3229
|
*/
|
|
2402
|
-
beginDelete(resourceGroupName: string, jobName: string, options?: StreamingJobsDeleteOptionalParams): Promise<
|
|
3230
|
+
beginDelete(resourceGroupName: string, jobName: string, options?: StreamingJobsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2403
3231
|
/**
|
|
2404
3232
|
* Deletes a streaming job.
|
|
2405
3233
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -2421,7 +3249,7 @@ export declare interface StreamingJobs {
|
|
|
2421
3249
|
* @param jobName The name of the streaming job.
|
|
2422
3250
|
* @param options The options parameters.
|
|
2423
3251
|
*/
|
|
2424
|
-
beginStart(resourceGroupName: string, jobName: string, options?: StreamingJobsStartOptionalParams): Promise<
|
|
3252
|
+
beginStart(resourceGroupName: string, jobName: string, options?: StreamingJobsStartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2425
3253
|
/**
|
|
2426
3254
|
* Starts a streaming job. Once a job is started it will start processing input events and produce
|
|
2427
3255
|
* output.
|
|
@@ -2437,7 +3265,7 @@ export declare interface StreamingJobs {
|
|
|
2437
3265
|
* @param jobName The name of the streaming job.
|
|
2438
3266
|
* @param options The options parameters.
|
|
2439
3267
|
*/
|
|
2440
|
-
beginStop(resourceGroupName: string, jobName: string, options?: StreamingJobsStopOptionalParams): Promise<
|
|
3268
|
+
beginStop(resourceGroupName: string, jobName: string, options?: StreamingJobsStopOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2441
3269
|
/**
|
|
2442
3270
|
* Stops a running streaming job. This will cause a running streaming job to stop processing input
|
|
2443
3271
|
* events and producing output.
|
|
@@ -2452,7 +3280,7 @@ export declare interface StreamingJobs {
|
|
|
2452
3280
|
* @param jobName The name of the streaming job.
|
|
2453
3281
|
* @param options The options parameters.
|
|
2454
3282
|
*/
|
|
2455
|
-
beginScale(resourceGroupName: string, jobName: string, options?: StreamingJobsScaleOptionalParams): Promise<
|
|
3283
|
+
beginScale(resourceGroupName: string, jobName: string, options?: StreamingJobsScaleOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
2456
3284
|
/**
|
|
2457
3285
|
* Scales a streaming job when the job is running.
|
|
2458
3286
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -2584,10 +3412,10 @@ export declare type StreamingJobsUpdateResponse = StreamingJobsUpdateHeaders & S
|
|
|
2584
3412
|
/** Describes an input data source that contains stream data. */
|
|
2585
3413
|
export declare interface StreamInputDataSource {
|
|
2586
3414
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2587
|
-
type: "Microsoft.Storage/Blob" | "Microsoft.ServiceBus/EventHub" | "Microsoft.EventHub/EventHub" | "Microsoft.Devices/IotHubs";
|
|
3415
|
+
type: "Microsoft.Storage/Blob" | "Microsoft.ServiceBus/EventHub" | "Microsoft.EventHub/EventHub" | "Microsoft.Devices/IotHubs" | "Raw" | "GatewayMessageBus" | "Microsoft.EventGrid/EventSubscriptions";
|
|
2588
3416
|
}
|
|
2589
3417
|
|
|
2590
|
-
export declare type StreamInputDataSourceUnion = StreamInputDataSource | BlobStreamInputDataSource | EventHubStreamInputDataSource | EventHubV2StreamInputDataSource | IoTHubStreamInputDataSource;
|
|
3418
|
+
export declare type StreamInputDataSourceUnion = StreamInputDataSource | BlobStreamInputDataSource | EventHubStreamInputDataSource | EventHubV2StreamInputDataSource | IoTHubStreamInputDataSource | RawStreamInputDataSource | GatewayMessageBusStreamInputDataSource | EventGridStreamInputDataSource;
|
|
2591
3419
|
|
|
2592
3420
|
/** The properties that are associated with an input containing stream data. */
|
|
2593
3421
|
export declare interface StreamInputProperties extends InputProperties {
|
|
@@ -2640,14 +3468,95 @@ export declare interface SubscriptionQuotasListResult {
|
|
|
2640
3468
|
export declare interface Subscriptions {
|
|
2641
3469
|
/**
|
|
2642
3470
|
* Retrieves the subscription's current quota information in a particular region.
|
|
2643
|
-
* @param location The region
|
|
2644
|
-
*
|
|
2645
|
-
* https://azure.microsoft.com/en-us/regions/
|
|
3471
|
+
* @param location The region to which the request is sent. You can find out which regions Azure Stream
|
|
3472
|
+
* Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
2646
3473
|
* @param options The options parameters.
|
|
2647
3474
|
*/
|
|
2648
3475
|
listQuotas(location: string, options?: SubscriptionsListQuotasOptionalParams): Promise<SubscriptionsListQuotasResponse>;
|
|
3476
|
+
/**
|
|
3477
|
+
* Test the Stream Analytics query on a sample input.
|
|
3478
|
+
* @param location The region to which the request is sent. You can find out which regions Azure Stream
|
|
3479
|
+
* Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
3480
|
+
* @param testQuery The query testing object that defines the input, output, and transformation for the
|
|
3481
|
+
* query testing.
|
|
3482
|
+
* @param options The options parameters.
|
|
3483
|
+
*/
|
|
3484
|
+
beginTestQuery(location: string, testQuery: TestQuery, options?: SubscriptionsTestQueryOptionalParams): Promise<SimplePollerLike<OperationState<SubscriptionsTestQueryResponse>, SubscriptionsTestQueryResponse>>;
|
|
3485
|
+
/**
|
|
3486
|
+
* Test the Stream Analytics query on a sample input.
|
|
3487
|
+
* @param location The region to which the request is sent. You can find out which regions Azure Stream
|
|
3488
|
+
* Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
3489
|
+
* @param testQuery The query testing object that defines the input, output, and transformation for the
|
|
3490
|
+
* query testing.
|
|
3491
|
+
* @param options The options parameters.
|
|
3492
|
+
*/
|
|
3493
|
+
beginTestQueryAndWait(location: string, testQuery: TestQuery, options?: SubscriptionsTestQueryOptionalParams): Promise<SubscriptionsTestQueryResponse>;
|
|
3494
|
+
/**
|
|
3495
|
+
* Compile the Stream Analytics query.
|
|
3496
|
+
* @param location The region to which the request is sent. You can find out which regions Azure Stream
|
|
3497
|
+
* Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
3498
|
+
* @param compileQuery The query compilation object which defines the input, output, and transformation
|
|
3499
|
+
* for the query compilation.
|
|
3500
|
+
* @param options The options parameters.
|
|
3501
|
+
*/
|
|
3502
|
+
compileQuery(location: string, compileQuery: CompileQuery, options?: SubscriptionsCompileQueryOptionalParams): Promise<SubscriptionsCompileQueryResponse>;
|
|
3503
|
+
/**
|
|
3504
|
+
* Sample the Stream Analytics input data.
|
|
3505
|
+
* @param location The region to which the request is sent. You can find out which regions Azure Stream
|
|
3506
|
+
* Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
3507
|
+
* @param sampleInput Defines the necessary parameters for sampling the Stream Analytics input data.
|
|
3508
|
+
* @param options The options parameters.
|
|
3509
|
+
*/
|
|
3510
|
+
beginSampleInput(location: string, sampleInput: SampleInput, options?: SubscriptionsSampleInputOptionalParams): Promise<SimplePollerLike<OperationState<SubscriptionsSampleInputResponse>, SubscriptionsSampleInputResponse>>;
|
|
3511
|
+
/**
|
|
3512
|
+
* Sample the Stream Analytics input data.
|
|
3513
|
+
* @param location The region to which the request is sent. You can find out which regions Azure Stream
|
|
3514
|
+
* Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
3515
|
+
* @param sampleInput Defines the necessary parameters for sampling the Stream Analytics input data.
|
|
3516
|
+
* @param options The options parameters.
|
|
3517
|
+
*/
|
|
3518
|
+
beginSampleInputAndWait(location: string, sampleInput: SampleInput, options?: SubscriptionsSampleInputOptionalParams): Promise<SubscriptionsSampleInputResponse>;
|
|
3519
|
+
/**
|
|
3520
|
+
* Test the Stream Analytics input.
|
|
3521
|
+
* @param location The region to which the request is sent. You can find out which regions Azure Stream
|
|
3522
|
+
* Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
3523
|
+
* @param testInput Defines the necessary parameters for testing the Stream Analytics input.
|
|
3524
|
+
* @param options The options parameters.
|
|
3525
|
+
*/
|
|
3526
|
+
beginTestInput(location: string, testInput: TestInput, options?: SubscriptionsTestInputOptionalParams): Promise<SimplePollerLike<OperationState<SubscriptionsTestInputResponse>, SubscriptionsTestInputResponse>>;
|
|
3527
|
+
/**
|
|
3528
|
+
* Test the Stream Analytics input.
|
|
3529
|
+
* @param location The region to which the request is sent. You can find out which regions Azure Stream
|
|
3530
|
+
* Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
3531
|
+
* @param testInput Defines the necessary parameters for testing the Stream Analytics input.
|
|
3532
|
+
* @param options The options parameters.
|
|
3533
|
+
*/
|
|
3534
|
+
beginTestInputAndWait(location: string, testInput: TestInput, options?: SubscriptionsTestInputOptionalParams): Promise<SubscriptionsTestInputResponse>;
|
|
3535
|
+
/**
|
|
3536
|
+
* Test the Stream Analytics output.
|
|
3537
|
+
* @param location The region to which the request is sent. You can find out which regions Azure Stream
|
|
3538
|
+
* Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
3539
|
+
* @param testOutput Defines the necessary parameters for testing the Stream Analytics output.
|
|
3540
|
+
* @param options The options parameters.
|
|
3541
|
+
*/
|
|
3542
|
+
beginTestOutput(location: string, testOutput: TestOutput, options?: SubscriptionsTestOutputOptionalParams): Promise<SimplePollerLike<OperationState<SubscriptionsTestOutputResponse>, SubscriptionsTestOutputResponse>>;
|
|
3543
|
+
/**
|
|
3544
|
+
* Test the Stream Analytics output.
|
|
3545
|
+
* @param location The region to which the request is sent. You can find out which regions Azure Stream
|
|
3546
|
+
* Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
3547
|
+
* @param testOutput Defines the necessary parameters for testing the Stream Analytics output.
|
|
3548
|
+
* @param options The options parameters.
|
|
3549
|
+
*/
|
|
3550
|
+
beginTestOutputAndWait(location: string, testOutput: TestOutput, options?: SubscriptionsTestOutputOptionalParams): Promise<SubscriptionsTestOutputResponse>;
|
|
3551
|
+
}
|
|
3552
|
+
|
|
3553
|
+
/** Optional parameters. */
|
|
3554
|
+
export declare interface SubscriptionsCompileQueryOptionalParams extends coreClient.OperationOptions {
|
|
2649
3555
|
}
|
|
2650
3556
|
|
|
3557
|
+
/** Contains response data for the compileQuery operation. */
|
|
3558
|
+
export declare type SubscriptionsCompileQueryResponse = QueryCompilationResult;
|
|
3559
|
+
|
|
2651
3560
|
/** Optional parameters. */
|
|
2652
3561
|
export declare interface SubscriptionsListQuotasOptionalParams extends coreClient.OperationOptions {
|
|
2653
3562
|
}
|
|
@@ -2655,6 +3564,97 @@ export declare interface SubscriptionsListQuotasOptionalParams extends coreClien
|
|
|
2655
3564
|
/** Contains response data for the listQuotas operation. */
|
|
2656
3565
|
export declare type SubscriptionsListQuotasResponse = SubscriptionQuotasListResult;
|
|
2657
3566
|
|
|
3567
|
+
/** Optional parameters. */
|
|
3568
|
+
export declare interface SubscriptionsSampleInputOptionalParams extends coreClient.OperationOptions {
|
|
3569
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3570
|
+
updateIntervalInMs?: number;
|
|
3571
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3572
|
+
resumeFrom?: string;
|
|
3573
|
+
}
|
|
3574
|
+
|
|
3575
|
+
/** Contains response data for the sampleInput operation. */
|
|
3576
|
+
export declare type SubscriptionsSampleInputResponse = SampleInputResult;
|
|
3577
|
+
|
|
3578
|
+
/** Optional parameters. */
|
|
3579
|
+
export declare interface SubscriptionsTestInputOptionalParams extends coreClient.OperationOptions {
|
|
3580
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3581
|
+
updateIntervalInMs?: number;
|
|
3582
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3583
|
+
resumeFrom?: string;
|
|
3584
|
+
}
|
|
3585
|
+
|
|
3586
|
+
/** Contains response data for the testInput operation. */
|
|
3587
|
+
export declare type SubscriptionsTestInputResponse = TestDatasourceResult;
|
|
3588
|
+
|
|
3589
|
+
/** Optional parameters. */
|
|
3590
|
+
export declare interface SubscriptionsTestOutputOptionalParams extends coreClient.OperationOptions {
|
|
3591
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3592
|
+
updateIntervalInMs?: number;
|
|
3593
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3594
|
+
resumeFrom?: string;
|
|
3595
|
+
}
|
|
3596
|
+
|
|
3597
|
+
/** Contains response data for the testOutput operation. */
|
|
3598
|
+
export declare type SubscriptionsTestOutputResponse = TestDatasourceResult;
|
|
3599
|
+
|
|
3600
|
+
/** Optional parameters. */
|
|
3601
|
+
export declare interface SubscriptionsTestQueryOptionalParams extends coreClient.OperationOptions {
|
|
3602
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3603
|
+
updateIntervalInMs?: number;
|
|
3604
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3605
|
+
resumeFrom?: string;
|
|
3606
|
+
}
|
|
3607
|
+
|
|
3608
|
+
/** Contains response data for the testQuery operation. */
|
|
3609
|
+
export declare type SubscriptionsTestQueryResponse = QueryTestingResult;
|
|
3610
|
+
|
|
3611
|
+
/** The result of the test input or output request. */
|
|
3612
|
+
export declare interface TestDatasourceResult extends ErrorModel {
|
|
3613
|
+
/**
|
|
3614
|
+
* The status of the sample output request.
|
|
3615
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3616
|
+
*/
|
|
3617
|
+
readonly status?: TestDatasourceResultStatus;
|
|
3618
|
+
}
|
|
3619
|
+
|
|
3620
|
+
/**
|
|
3621
|
+
* Defines values for TestDatasourceResultStatus. \
|
|
3622
|
+
* {@link KnownTestDatasourceResultStatus} can be used interchangeably with TestDatasourceResultStatus,
|
|
3623
|
+
* this enum contains the known values that the service supports.
|
|
3624
|
+
* ### Known values supported by the service
|
|
3625
|
+
* **TestSucceeded**: The test datasource operation succeeded. \
|
|
3626
|
+
* **TestFailed**: The test datasource operation failed.
|
|
3627
|
+
*/
|
|
3628
|
+
export declare type TestDatasourceResultStatus = string;
|
|
3629
|
+
|
|
3630
|
+
/** A stream analytics input. */
|
|
3631
|
+
export declare interface TestInput {
|
|
3632
|
+
/** The stream analytics input to test. */
|
|
3633
|
+
input: Input;
|
|
3634
|
+
}
|
|
3635
|
+
|
|
3636
|
+
/** A stream analytics output. */
|
|
3637
|
+
export declare interface TestOutput {
|
|
3638
|
+
/** The stream analytics output to test. */
|
|
3639
|
+
output: Output;
|
|
3640
|
+
}
|
|
3641
|
+
|
|
3642
|
+
/** The request object for query testing. */
|
|
3643
|
+
export declare interface TestQuery {
|
|
3644
|
+
/** Diagnostics information related to query testing. */
|
|
3645
|
+
diagnostics?: TestQueryDiagnostics;
|
|
3646
|
+
/** Stream analytics job object which defines the input, output, and transformation for the query testing. */
|
|
3647
|
+
streamingJob: StreamingJob;
|
|
3648
|
+
}
|
|
3649
|
+
|
|
3650
|
+
/** Diagnostics information related to query testing. */
|
|
3651
|
+
export declare interface TestQueryDiagnostics {
|
|
3652
|
+
/** The SAS URI to the container or directory. */
|
|
3653
|
+
writeUri: string;
|
|
3654
|
+
/** The path to the subdirectory. */
|
|
3655
|
+
path?: string;
|
|
3656
|
+
}
|
|
3657
|
+
|
|
2658
3658
|
/** The resource model definition for a ARM tracked top level resource */
|
|
2659
3659
|
export declare interface TrackedResource extends Resource {
|
|
2660
3660
|
/** Resource tags. */
|
|
@@ -2762,4 +3762,24 @@ export declare interface TransformationsUpdateOptionalParams extends coreClient.
|
|
|
2762
3762
|
/** Contains response data for the update operation. */
|
|
2763
3763
|
export declare type TransformationsUpdateResponse = TransformationsUpdateHeaders & Transformation;
|
|
2764
3764
|
|
|
3765
|
+
/**
|
|
3766
|
+
* Defines values for UpdatableUdfRefreshType. \
|
|
3767
|
+
* {@link KnownUpdatableUdfRefreshType} can be used interchangeably with UpdatableUdfRefreshType,
|
|
3768
|
+
* this enum contains the known values that the service supports.
|
|
3769
|
+
* ### Known values supported by the service
|
|
3770
|
+
* **Blocking** \
|
|
3771
|
+
* **Nonblocking**
|
|
3772
|
+
*/
|
|
3773
|
+
export declare type UpdatableUdfRefreshType = string;
|
|
3774
|
+
|
|
3775
|
+
/**
|
|
3776
|
+
* Defines values for UpdateMode. \
|
|
3777
|
+
* {@link KnownUpdateMode} can be used interchangeably with UpdateMode,
|
|
3778
|
+
* this enum contains the known values that the service supports.
|
|
3779
|
+
* ### Known values supported by the service
|
|
3780
|
+
* **Static** \
|
|
3781
|
+
* **Refreshable**
|
|
3782
|
+
*/
|
|
3783
|
+
export declare type UpdateMode = string;
|
|
3784
|
+
|
|
2765
3785
|
export { }
|