@azure/arm-streamanalytics 4.1.1-alpha.20240222.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/types/tsdoc-metadata.json +1 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -38
- package/dist-esm/test/sampleTest.js.map +0 -1
|
@@ -1,62 +1,58 @@
|
|
|
1
1
|
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export type FunctionPropertiesUnion = FunctionProperties | ScalarFunctionProperties | AggregateFunctionProperties;
|
|
3
|
+
export type FunctionBindingUnion = FunctionBinding | AzureMachineLearningStudioFunctionBinding | JavaScriptFunctionBinding | CSharpFunctionBinding | AzureMachineLearningServiceFunctionBinding;
|
|
4
|
+
export type FunctionRetrieveDefaultDefinitionParametersUnion = FunctionRetrieveDefaultDefinitionParameters | AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters | AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters | JavaScriptFunctionRetrieveDefaultDefinitionParameters | CSharpFunctionRetrieveDefaultDefinitionParameters;
|
|
2
5
|
export type InputPropertiesUnion = InputProperties | StreamInputProperties | ReferenceInputProperties;
|
|
3
|
-
export type SerializationUnion = Serialization | ParquetSerialization | CsvSerialization | JsonSerialization | AvroSerialization;
|
|
4
|
-
export type OutputDataSourceUnion = OutputDataSource | BlobOutputDataSource | AzureTableOutputDataSource | EventHubOutputDataSource | EventHubV2OutputDataSource | AzureSqlDatabaseOutputDataSource | AzureSynapseOutputDataSource | DocumentDbOutputDataSource | ServiceBusQueueOutputDataSource | ServiceBusTopicOutputDataSource | PowerBIOutputDataSource | AzureDataLakeStoreOutputDataSource;
|
|
5
|
-
export type
|
|
6
|
-
export type
|
|
7
|
-
|
|
8
|
-
export
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
export interface OperationListResult {
|
|
12
|
-
/**
|
|
13
|
-
* List of Stream Analytics operations supported by the Microsoft.StreamAnalytics resource provider.
|
|
14
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
15
|
-
*/
|
|
16
|
-
readonly value?: Operation[];
|
|
6
|
+
export type SerializationUnion = Serialization | DeltaSerialization | ParquetSerialization | CustomClrSerialization | CsvSerialization | JsonSerialization | AvroSerialization;
|
|
7
|
+
export type OutputDataSourceUnion = OutputDataSource | RawOutputDatasource | BlobOutputDataSource | AzureTableOutputDataSource | EventHubOutputDataSource | EventHubV2OutputDataSource | AzureSqlDatabaseOutputDataSource | AzureSynapseOutputDataSource | PostgreSQLOutputDataSource | DocumentDbOutputDataSource | AzureFunctionOutputDataSource | ServiceBusQueueOutputDataSource | ServiceBusTopicOutputDataSource | PowerBIOutputDataSource | AzureDataLakeStoreOutputDataSource | GatewayMessageBusOutputDataSource | AzureDataExplorerOutputDataSource;
|
|
8
|
+
export type StreamInputDataSourceUnion = StreamInputDataSource | BlobStreamInputDataSource | EventHubStreamInputDataSource | EventHubV2StreamInputDataSource | IoTHubStreamInputDataSource | RawStreamInputDataSource | GatewayMessageBusStreamInputDataSource | EventGridStreamInputDataSource;
|
|
9
|
+
export type ReferenceInputDataSourceUnion = ReferenceInputDataSource | FileReferenceInputDataSource | BlobReferenceInputDataSource | RawReferenceInputDataSource | AzureSqlReferenceInputDataSource;
|
|
10
|
+
/** The properties that are associated with a function. */
|
|
11
|
+
export interface FunctionProperties {
|
|
12
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
13
|
+
type: "Scalar" | "Aggregate";
|
|
17
14
|
/**
|
|
18
|
-
*
|
|
15
|
+
* 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.
|
|
19
16
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
20
17
|
*/
|
|
21
|
-
readonly
|
|
18
|
+
readonly etag?: string;
|
|
19
|
+
inputs?: FunctionInput[];
|
|
20
|
+
/** Describes the output of a function. */
|
|
21
|
+
output?: FunctionOutput;
|
|
22
|
+
/** The physical binding of the function. For example, in the Azure Machine Learning web service’s case, this describes the endpoint. */
|
|
23
|
+
binding?: FunctionBindingUnion;
|
|
22
24
|
}
|
|
23
|
-
/**
|
|
24
|
-
export interface
|
|
25
|
-
/**
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
readonly name?: string;
|
|
30
|
-
/** Indicates whether the operation is a data action */
|
|
31
|
-
isDataAction?: boolean;
|
|
32
|
-
/**
|
|
33
|
-
* Contains the localized display information for this particular operation / action.
|
|
34
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
35
|
-
*/
|
|
36
|
-
readonly display?: OperationDisplay;
|
|
25
|
+
/** Describes one input parameter of a function. */
|
|
26
|
+
export interface FunctionInput {
|
|
27
|
+
/** The (Azure Stream Analytics supported) data type of the function input parameter. A list of valid Azure Stream Analytics data types are described at https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx */
|
|
28
|
+
dataType?: string;
|
|
29
|
+
/** A flag indicating if the parameter is a configuration parameter. True if this input parameter is expected to be a constant. Default is false. */
|
|
30
|
+
isConfigurationParameter?: boolean;
|
|
37
31
|
}
|
|
38
|
-
/**
|
|
39
|
-
export interface
|
|
40
|
-
/**
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
/**
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
32
|
+
/** Describes the output of a function. */
|
|
33
|
+
export interface FunctionOutput {
|
|
34
|
+
/** The (Azure Stream Analytics supported) data type of the function output. A list of valid Azure Stream Analytics data types are described at https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx */
|
|
35
|
+
dataType?: string;
|
|
36
|
+
}
|
|
37
|
+
/** The physical binding of the function. For example, in the Azure Machine Learning web service’s case, this describes the endpoint. */
|
|
38
|
+
export interface FunctionBinding {
|
|
39
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
40
|
+
type: "Microsoft.MachineLearning/WebService" | "Microsoft.StreamAnalytics/JavascriptUdf" | "Microsoft.StreamAnalytics/CLRUdf" | "Microsoft.MachineLearningServices";
|
|
41
|
+
}
|
|
42
|
+
/** The base sub-resource model definition. */
|
|
43
|
+
export interface SubResource {
|
|
50
44
|
/**
|
|
51
|
-
*
|
|
45
|
+
* Resource Id
|
|
52
46
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
53
47
|
*/
|
|
54
|
-
readonly
|
|
48
|
+
readonly id?: string;
|
|
49
|
+
/** Resource name */
|
|
50
|
+
name?: string;
|
|
55
51
|
/**
|
|
56
|
-
*
|
|
52
|
+
* Resource type
|
|
57
53
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
58
54
|
*/
|
|
59
|
-
readonly
|
|
55
|
+
readonly type?: string;
|
|
60
56
|
}
|
|
61
57
|
/** Common error representation. */
|
|
62
58
|
export interface ErrorModel {
|
|
@@ -83,10 +79,49 @@ export interface ErrorDetails {
|
|
|
83
79
|
/** Error message. */
|
|
84
80
|
message?: string;
|
|
85
81
|
}
|
|
86
|
-
/**
|
|
87
|
-
export interface
|
|
88
|
-
/**
|
|
89
|
-
|
|
82
|
+
/** Object containing a list of functions under a streaming job. */
|
|
83
|
+
export interface FunctionListResult {
|
|
84
|
+
/**
|
|
85
|
+
* A list of functions under a streaming job. Populated by a 'List' operation.
|
|
86
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
87
|
+
*/
|
|
88
|
+
readonly value?: FunctionModel[];
|
|
89
|
+
/**
|
|
90
|
+
* The link (url) to the next page of results.
|
|
91
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
92
|
+
*/
|
|
93
|
+
readonly nextLink?: string;
|
|
94
|
+
}
|
|
95
|
+
/** Describes the status of the test operation along with error information, if applicable. */
|
|
96
|
+
export interface ResourceTestStatus {
|
|
97
|
+
/**
|
|
98
|
+
* The status of the test operation.
|
|
99
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
100
|
+
*/
|
|
101
|
+
readonly status?: string;
|
|
102
|
+
/**
|
|
103
|
+
* Describes the error that occurred.
|
|
104
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
105
|
+
*/
|
|
106
|
+
readonly error?: ErrorResponse;
|
|
107
|
+
}
|
|
108
|
+
/** Describes the error that occurred. */
|
|
109
|
+
export interface ErrorResponse {
|
|
110
|
+
/**
|
|
111
|
+
* Error code associated with the error that occurred.
|
|
112
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
113
|
+
*/
|
|
114
|
+
readonly code?: string;
|
|
115
|
+
/**
|
|
116
|
+
* Describes the error in detail.
|
|
117
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
118
|
+
*/
|
|
119
|
+
readonly message?: string;
|
|
120
|
+
}
|
|
121
|
+
/** Parameters used to specify the type of function to retrieve the default definition for. */
|
|
122
|
+
export interface FunctionRetrieveDefaultDefinitionParameters {
|
|
123
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
124
|
+
bindingType: "Microsoft.MachineLearning/WebService" | "Microsoft.MachineLearningServices" | "Microsoft.StreamAnalytics/JavascriptUdf" | "Microsoft.StreamAnalytics/CLRUdf";
|
|
90
125
|
}
|
|
91
126
|
/** The properties that are associated with an input. */
|
|
92
127
|
export interface InputProperties {
|
|
@@ -108,11 +143,13 @@ export interface InputProperties {
|
|
|
108
143
|
compression?: Compression;
|
|
109
144
|
/** partitionKey Describes a key in the input data which is used for partitioning the input data */
|
|
110
145
|
partitionKey?: string;
|
|
146
|
+
/** Settings which determine whether to read watermark events. */
|
|
147
|
+
watermarkSettings?: InputWatermarkProperties;
|
|
111
148
|
}
|
|
112
149
|
/** Describes how data from an input is serialized or how data is serialized when written to an output. */
|
|
113
150
|
export interface Serialization {
|
|
114
151
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
115
|
-
type: "Parquet" | "Csv" | "Json" | "Avro";
|
|
152
|
+
type: "Delta" | "Parquet" | "CustomClr" | "Csv" | "Json" | "Avro";
|
|
116
153
|
}
|
|
117
154
|
/** Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention. */
|
|
118
155
|
export interface Diagnostics {
|
|
@@ -145,35 +182,113 @@ export interface Compression {
|
|
|
145
182
|
/** Indicates the type of compression that the input uses. Required on PUT (CreateOrReplace) requests. */
|
|
146
183
|
type: CompressionType;
|
|
147
184
|
}
|
|
148
|
-
/**
|
|
149
|
-
export interface
|
|
185
|
+
/** Settings which determine whether to read watermark events. */
|
|
186
|
+
export interface InputWatermarkProperties {
|
|
187
|
+
/** The input watermark mode. */
|
|
188
|
+
watermarkMode?: InputWatermarkMode;
|
|
189
|
+
}
|
|
190
|
+
/** Object containing a list of inputs under a streaming job. */
|
|
191
|
+
export interface InputListResult {
|
|
150
192
|
/**
|
|
151
|
-
*
|
|
193
|
+
* A list of inputs under a streaming job. Populated by a 'List' operation.
|
|
152
194
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
153
195
|
*/
|
|
154
|
-
readonly
|
|
155
|
-
/** Resource name */
|
|
156
|
-
name?: string;
|
|
196
|
+
readonly value?: Input[];
|
|
157
197
|
/**
|
|
158
|
-
*
|
|
198
|
+
* The link (url) to the next page of results.
|
|
159
199
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
160
200
|
*/
|
|
161
|
-
readonly
|
|
201
|
+
readonly nextLink?: string;
|
|
162
202
|
}
|
|
163
203
|
/** Describes the data source that output will be written to. */
|
|
164
204
|
export interface OutputDataSource {
|
|
165
205
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
166
|
-
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";
|
|
206
|
+
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";
|
|
207
|
+
}
|
|
208
|
+
/** An output event timestamp. */
|
|
209
|
+
export interface LastOutputEventTimestamp {
|
|
210
|
+
/** The last output event time. */
|
|
211
|
+
lastOutputEventTime?: string;
|
|
212
|
+
/** The time that the last update happened. */
|
|
213
|
+
lastUpdateTime?: string;
|
|
214
|
+
}
|
|
215
|
+
/** Settings which determine whether to send watermarks to downstream. */
|
|
216
|
+
export interface OutputWatermarkProperties {
|
|
217
|
+
/** The output watermark mode. */
|
|
218
|
+
watermarkMode?: OutputWatermarkMode;
|
|
219
|
+
/** 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. */
|
|
220
|
+
maxWatermarkDifferenceAcrossPartitions?: string;
|
|
167
221
|
}
|
|
168
|
-
/**
|
|
169
|
-
export interface
|
|
170
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
171
|
-
type: "Scalar";
|
|
222
|
+
/** Object containing a list of outputs under a streaming job. */
|
|
223
|
+
export interface OutputListResult {
|
|
172
224
|
/**
|
|
173
|
-
*
|
|
225
|
+
* A list of outputs under a streaming job. Populated by a 'List' operation.
|
|
174
226
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
175
227
|
*/
|
|
176
|
-
readonly
|
|
228
|
+
readonly value?: Output[];
|
|
229
|
+
/**
|
|
230
|
+
* The link (url) to the next page of results.
|
|
231
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
232
|
+
*/
|
|
233
|
+
readonly nextLink?: string;
|
|
234
|
+
}
|
|
235
|
+
/** Result of the request to list Stream Analytics operations. It contains a list of operations and a URL link to get the next set of results. */
|
|
236
|
+
export interface OperationListResult {
|
|
237
|
+
/**
|
|
238
|
+
* List of Stream Analytics operations supported by the Microsoft.StreamAnalytics resource provider.
|
|
239
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
240
|
+
*/
|
|
241
|
+
readonly value?: Operation[];
|
|
242
|
+
/**
|
|
243
|
+
* URL to get the next set of operation list results if there are any.
|
|
244
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
245
|
+
*/
|
|
246
|
+
readonly nextLink?: string;
|
|
247
|
+
}
|
|
248
|
+
/** A Stream Analytics REST API operation */
|
|
249
|
+
export interface Operation {
|
|
250
|
+
/**
|
|
251
|
+
* The name of the operation being performed on this particular object.
|
|
252
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
253
|
+
*/
|
|
254
|
+
readonly name?: string;
|
|
255
|
+
/** Indicates whether the operation is a data action */
|
|
256
|
+
isDataAction?: boolean;
|
|
257
|
+
/**
|
|
258
|
+
* Contains the localized display information for this particular operation / action.
|
|
259
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
260
|
+
*/
|
|
261
|
+
readonly display?: OperationDisplay;
|
|
262
|
+
}
|
|
263
|
+
/** Contains the localized display information for this particular operation / action. */
|
|
264
|
+
export interface OperationDisplay {
|
|
265
|
+
/**
|
|
266
|
+
* The localized friendly form of the resource provider name.
|
|
267
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
268
|
+
*/
|
|
269
|
+
readonly provider?: string;
|
|
270
|
+
/**
|
|
271
|
+
* The localized friendly form of the resource type related to this action/operation.
|
|
272
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
273
|
+
*/
|
|
274
|
+
readonly resource?: string;
|
|
275
|
+
/**
|
|
276
|
+
* The localized friendly name for the operation.
|
|
277
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
278
|
+
*/
|
|
279
|
+
readonly operation?: string;
|
|
280
|
+
/**
|
|
281
|
+
* The localized friendly description for the operation.
|
|
282
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
283
|
+
*/
|
|
284
|
+
readonly description?: string;
|
|
285
|
+
}
|
|
286
|
+
/** The properties that are associated with a SKU. */
|
|
287
|
+
export interface Sku {
|
|
288
|
+
/** The name of the SKU. Required on PUT (CreateOrReplace) requests. */
|
|
289
|
+
name?: SkuName;
|
|
290
|
+
/** The capacity of the SKU. */
|
|
291
|
+
capacity?: number;
|
|
177
292
|
}
|
|
178
293
|
/** The properties that are associated with an Azure Storage account */
|
|
179
294
|
export interface StorageAccount {
|
|
@@ -181,6 +296,32 @@ export interface StorageAccount {
|
|
|
181
296
|
accountName?: string;
|
|
182
297
|
/** The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests. */
|
|
183
298
|
accountKey?: string;
|
|
299
|
+
/** Authentication Mode. */
|
|
300
|
+
authenticationMode?: AuthenticationMode;
|
|
301
|
+
}
|
|
302
|
+
/** The storage account where the custom code artifacts are located. */
|
|
303
|
+
export interface External {
|
|
304
|
+
/** The properties that are associated with an Azure Storage account */
|
|
305
|
+
storageAccount?: StorageAccount;
|
|
306
|
+
/** The UserCustomCode container. */
|
|
307
|
+
container?: string;
|
|
308
|
+
/** The UserCustomCode path. */
|
|
309
|
+
path?: string;
|
|
310
|
+
/** The refresh parameters for any/all updatable user defined functions present in the job config. */
|
|
311
|
+
refreshConfiguration?: RefreshConfiguration;
|
|
312
|
+
}
|
|
313
|
+
/** The refresh parameters for any/all updatable user defined functions present in the job config. */
|
|
314
|
+
export interface RefreshConfiguration {
|
|
315
|
+
/** 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. */
|
|
316
|
+
pathPattern?: string;
|
|
317
|
+
/** The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead. */
|
|
318
|
+
dateFormat?: string;
|
|
319
|
+
/** The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. */
|
|
320
|
+
timeFormat?: string;
|
|
321
|
+
/** The refresh interval. */
|
|
322
|
+
refreshInterval?: string;
|
|
323
|
+
/** This property indicates which data refresh option to use, Blocking or Nonblocking. */
|
|
324
|
+
refreshType?: UpdatableUdfRefreshType;
|
|
184
325
|
}
|
|
185
326
|
/** The properties associated with a Stream Analytics cluster. */
|
|
186
327
|
export interface ClusterInfo {
|
|
@@ -189,12 +330,22 @@ export interface ClusterInfo {
|
|
|
189
330
|
}
|
|
190
331
|
/** Describes how identity is verified */
|
|
191
332
|
export interface Identity {
|
|
192
|
-
/**
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
333
|
+
/**
|
|
334
|
+
* The tenantId of the identity.
|
|
335
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
336
|
+
*/
|
|
337
|
+
readonly tenantId?: string;
|
|
338
|
+
/**
|
|
339
|
+
* The principalId of the identity.
|
|
340
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
341
|
+
*/
|
|
342
|
+
readonly principalId?: string;
|
|
343
|
+
/** The type of identity, can be SystemAssigned or UserAssigned. */
|
|
197
344
|
type?: string;
|
|
345
|
+
/** The user assigned identities associated with the streaming job resource. */
|
|
346
|
+
userAssignedIdentities?: {
|
|
347
|
+
[propertyName: string]: Record<string, unknown>;
|
|
348
|
+
};
|
|
198
349
|
}
|
|
199
350
|
/** The base resource definition */
|
|
200
351
|
export interface Resource {
|
|
@@ -239,75 +390,66 @@ export interface ScaleStreamingJobParameters {
|
|
|
239
390
|
/** Specifies the number of streaming units that the streaming job will scale to. */
|
|
240
391
|
streamingUnits?: number;
|
|
241
392
|
}
|
|
242
|
-
/**
|
|
243
|
-
export interface
|
|
244
|
-
/**
|
|
245
|
-
|
|
246
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
247
|
-
*/
|
|
248
|
-
readonly value?: Input[];
|
|
393
|
+
/** Result of the request to get streaming job SKUs. */
|
|
394
|
+
export interface GetStreamingJobSkuResults {
|
|
395
|
+
/** The list of available SKUs that the streaming job can use. */
|
|
396
|
+
value?: GetStreamingJobSkuResult[];
|
|
249
397
|
/**
|
|
250
398
|
* The link (url) to the next page of results.
|
|
251
399
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
252
400
|
*/
|
|
253
401
|
readonly nextLink?: string;
|
|
254
402
|
}
|
|
255
|
-
/** Describes
|
|
256
|
-
export interface
|
|
403
|
+
/** Describes an available SKU information. */
|
|
404
|
+
export interface GetStreamingJobSkuResult {
|
|
257
405
|
/**
|
|
258
|
-
* The
|
|
406
|
+
* The type of resource the SKU applies to.
|
|
259
407
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
260
408
|
*/
|
|
261
|
-
readonly
|
|
409
|
+
readonly resourceType?: ResourceType;
|
|
262
410
|
/**
|
|
263
|
-
*
|
|
411
|
+
* The properties that are associated with a SKU.
|
|
264
412
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
265
413
|
*/
|
|
266
|
-
readonly
|
|
414
|
+
readonly sku?: GetStreamingJobSkuResultSku;
|
|
415
|
+
/**
|
|
416
|
+
* Describes scaling information of a SKU.
|
|
417
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
418
|
+
*/
|
|
419
|
+
readonly capacity?: SkuCapacity;
|
|
267
420
|
}
|
|
268
|
-
/**
|
|
269
|
-
export interface
|
|
421
|
+
/** The properties that are associated with a SKU. */
|
|
422
|
+
export interface GetStreamingJobSkuResultSku {
|
|
423
|
+
/** The name of the SKU. */
|
|
424
|
+
name?: SkuName;
|
|
425
|
+
}
|
|
426
|
+
/** Describes scaling information of a SKU. */
|
|
427
|
+
export interface SkuCapacity {
|
|
270
428
|
/**
|
|
271
|
-
*
|
|
429
|
+
* Specifies the minimum streaming units that the streaming job can use.
|
|
272
430
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
273
431
|
*/
|
|
274
|
-
readonly
|
|
432
|
+
readonly minimum?: number;
|
|
275
433
|
/**
|
|
276
|
-
*
|
|
434
|
+
* Specifies the maximum streaming units that the streaming job can use.
|
|
277
435
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
278
436
|
*/
|
|
279
|
-
readonly
|
|
280
|
-
}
|
|
281
|
-
/** Object containing a list of outputs under a streaming job. */
|
|
282
|
-
export interface OutputListResult {
|
|
437
|
+
readonly maximum?: number;
|
|
283
438
|
/**
|
|
284
|
-
*
|
|
439
|
+
* Specifies the default streaming units that the streaming job can use.
|
|
285
440
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
286
441
|
*/
|
|
287
|
-
readonly
|
|
442
|
+
readonly default?: number;
|
|
288
443
|
/**
|
|
289
|
-
* The
|
|
444
|
+
* The scale type applicable to the SKU.
|
|
290
445
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
291
446
|
*/
|
|
292
|
-
readonly
|
|
293
|
-
}
|
|
294
|
-
/** Object containing a list of functions under a streaming job. */
|
|
295
|
-
export interface FunctionListResult {
|
|
296
|
-
/**
|
|
297
|
-
* A list of functions under a streaming job. Populated by a 'List' operation.
|
|
298
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
299
|
-
*/
|
|
300
|
-
readonly value?: FunctionModel[];
|
|
447
|
+
readonly scaleType?: SkuCapacityScaleType;
|
|
301
448
|
/**
|
|
302
|
-
*
|
|
449
|
+
* Specifies the valid streaming units a streaming job can scale to.
|
|
303
450
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
304
451
|
*/
|
|
305
|
-
readonly
|
|
306
|
-
}
|
|
307
|
-
/** Parameters used to specify the type of function to retrieve the default definition for. */
|
|
308
|
-
export interface FunctionRetrieveDefaultDefinitionParameters {
|
|
309
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
310
|
-
bindingType: "Microsoft.MachineLearning/WebService" | "Microsoft.StreamAnalytics/JavascriptUdf";
|
|
452
|
+
readonly allowedValues?: number[];
|
|
311
453
|
}
|
|
312
454
|
/** Result of the GetQuotas operation. It contains a list of quotas for the subscription in a particular region. */
|
|
313
455
|
export interface SubscriptionQuotasListResult {
|
|
@@ -317,6 +459,135 @@ export interface SubscriptionQuotasListResult {
|
|
|
317
459
|
*/
|
|
318
460
|
readonly value?: SubscriptionQuota[];
|
|
319
461
|
}
|
|
462
|
+
/** The request object for query testing. */
|
|
463
|
+
export interface TestQuery {
|
|
464
|
+
/** Diagnostics information related to query testing. */
|
|
465
|
+
diagnostics?: TestQueryDiagnostics;
|
|
466
|
+
/** Stream analytics job object which defines the input, output, and transformation for the query testing. */
|
|
467
|
+
streamingJob: StreamingJob;
|
|
468
|
+
}
|
|
469
|
+
/** Diagnostics information related to query testing. */
|
|
470
|
+
export interface TestQueryDiagnostics {
|
|
471
|
+
/** The SAS URI to the container or directory. */
|
|
472
|
+
writeUri: string;
|
|
473
|
+
/** The path to the subdirectory. */
|
|
474
|
+
path?: string;
|
|
475
|
+
}
|
|
476
|
+
/** The query compilation object which defines the input, output, and transformation for the query compilation. */
|
|
477
|
+
export interface CompileQuery {
|
|
478
|
+
/** The query to compile. */
|
|
479
|
+
query: string;
|
|
480
|
+
/** The inputs for the query compilation. */
|
|
481
|
+
inputs?: QueryInput[];
|
|
482
|
+
/** The functions for the query compilation. */
|
|
483
|
+
functions?: QueryFunction[];
|
|
484
|
+
/** Describes the type of the job. Valid values are `Cloud` and 'Edge'. */
|
|
485
|
+
jobType: JobType;
|
|
486
|
+
/** The query to compile. */
|
|
487
|
+
compatibilityLevel?: CompatibilityLevel;
|
|
488
|
+
}
|
|
489
|
+
/** An input for the query compilation. */
|
|
490
|
+
export interface QueryInput {
|
|
491
|
+
/** The name of the input. */
|
|
492
|
+
name: string;
|
|
493
|
+
/** The type of the input, can be Stream or Reference. */
|
|
494
|
+
type: string;
|
|
495
|
+
}
|
|
496
|
+
/** A function for the query compilation. */
|
|
497
|
+
export interface QueryFunction {
|
|
498
|
+
/** The name of the function. */
|
|
499
|
+
name: string;
|
|
500
|
+
/** The type of the function. */
|
|
501
|
+
type: string;
|
|
502
|
+
/** The type of the function binding. */
|
|
503
|
+
bindingType: string;
|
|
504
|
+
/** The inputs for the function. */
|
|
505
|
+
inputs: FunctionInput[];
|
|
506
|
+
/** An output for the function. */
|
|
507
|
+
output: FunctionOutput;
|
|
508
|
+
}
|
|
509
|
+
/** The result of the query compilation request. */
|
|
510
|
+
export interface QueryCompilationResult {
|
|
511
|
+
/**
|
|
512
|
+
* Error messages produced by the compiler.
|
|
513
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
514
|
+
*/
|
|
515
|
+
readonly errors?: QueryCompilationError[];
|
|
516
|
+
/**
|
|
517
|
+
* Warning messages produced by the compiler.
|
|
518
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
519
|
+
*/
|
|
520
|
+
readonly warnings?: string[];
|
|
521
|
+
/**
|
|
522
|
+
* All input names used by the query.
|
|
523
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
524
|
+
*/
|
|
525
|
+
readonly inputs?: string[];
|
|
526
|
+
/**
|
|
527
|
+
* All output names used by the query.
|
|
528
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
529
|
+
*/
|
|
530
|
+
readonly outputs?: string[];
|
|
531
|
+
/**
|
|
532
|
+
* All function names used by the query.
|
|
533
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
534
|
+
*/
|
|
535
|
+
readonly functions?: string[];
|
|
536
|
+
}
|
|
537
|
+
/** An error produced by the compiler. */
|
|
538
|
+
export interface QueryCompilationError {
|
|
539
|
+
/**
|
|
540
|
+
* The content of the error message.
|
|
541
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
542
|
+
*/
|
|
543
|
+
readonly message?: string;
|
|
544
|
+
/**
|
|
545
|
+
* Describes the error location in the original query. Not set if isGlobal is true.
|
|
546
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
547
|
+
*/
|
|
548
|
+
readonly startLine?: number;
|
|
549
|
+
/**
|
|
550
|
+
* Describes the error location in the original query. Not set if isGlobal is true.
|
|
551
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
552
|
+
*/
|
|
553
|
+
readonly startColumn?: number;
|
|
554
|
+
/**
|
|
555
|
+
* Describes the error location in the original query. Not set if isGlobal is true.
|
|
556
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
557
|
+
*/
|
|
558
|
+
readonly endLine?: number;
|
|
559
|
+
/**
|
|
560
|
+
* Describes the error location in the original query. Not set if isGlobal is true.
|
|
561
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
562
|
+
*/
|
|
563
|
+
readonly endColumn?: number;
|
|
564
|
+
/**
|
|
565
|
+
* Whether the error is not for a specific part but for the entire query.
|
|
566
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
567
|
+
*/
|
|
568
|
+
readonly isGlobal?: boolean;
|
|
569
|
+
}
|
|
570
|
+
/** The stream analytics input to sample. */
|
|
571
|
+
export interface SampleInput {
|
|
572
|
+
/** The stream analytics input to sample. */
|
|
573
|
+
input?: Input;
|
|
574
|
+
/** Defaults to the default ASA job compatibility level. Today it is 1.2 */
|
|
575
|
+
compatibilityLevel?: string;
|
|
576
|
+
/** 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. */
|
|
577
|
+
eventsUri?: string;
|
|
578
|
+
/** Defaults to en-US. */
|
|
579
|
+
dataLocale?: string;
|
|
580
|
+
}
|
|
581
|
+
/** A stream analytics input. */
|
|
582
|
+
export interface TestInput {
|
|
583
|
+
/** The stream analytics input to test. */
|
|
584
|
+
input: Input;
|
|
585
|
+
}
|
|
586
|
+
/** A stream analytics output. */
|
|
587
|
+
export interface TestOutput {
|
|
588
|
+
/** The stream analytics output to test. */
|
|
589
|
+
output: Output;
|
|
590
|
+
}
|
|
320
591
|
/** The SKU of the cluster. This determines the size/capacity of the cluster. Required on PUT (CreateOrUpdate) requests. */
|
|
321
592
|
export interface ClusterSku {
|
|
322
593
|
/** Specifies the SKU name of the cluster. Required on PUT (CreateOrUpdate) requests. */
|
|
@@ -324,6 +595,34 @@ export interface ClusterSku {
|
|
|
324
595
|
/** Denotes the number of streaming units the cluster can support. Valid values for this property are multiples of 36 with a minimum value of 36 and maximum value of 216. Required on PUT (CreateOrUpdate) requests. */
|
|
325
596
|
capacity?: number;
|
|
326
597
|
}
|
|
598
|
+
/** The properties associated with a Stream Analytics cluster. */
|
|
599
|
+
export interface ClusterProperties {
|
|
600
|
+
/**
|
|
601
|
+
* The date this cluster was created.
|
|
602
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
603
|
+
*/
|
|
604
|
+
readonly createdDate?: Date;
|
|
605
|
+
/**
|
|
606
|
+
* Unique identifier for the cluster.
|
|
607
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
608
|
+
*/
|
|
609
|
+
readonly clusterId?: string;
|
|
610
|
+
/**
|
|
611
|
+
* The status of the cluster provisioning. The three terminal states are: Succeeded, Failed and Canceled
|
|
612
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
613
|
+
*/
|
|
614
|
+
readonly provisioningState?: ClusterProvisioningState;
|
|
615
|
+
/**
|
|
616
|
+
* Represents the number of streaming units currently being used on the cluster.
|
|
617
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
618
|
+
*/
|
|
619
|
+
readonly capacityAllocated?: number;
|
|
620
|
+
/**
|
|
621
|
+
* 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.
|
|
622
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
623
|
+
*/
|
|
624
|
+
readonly capacityAssigned?: number;
|
|
625
|
+
}
|
|
327
626
|
/** A list of clusters populated by a 'list' operation. */
|
|
328
627
|
export interface ClusterListResult {
|
|
329
628
|
/**
|
|
@@ -368,6 +667,16 @@ export interface ClusterJob {
|
|
|
368
667
|
*/
|
|
369
668
|
readonly jobState?: JobState;
|
|
370
669
|
}
|
|
670
|
+
/** The properties associated with a private endpoint. */
|
|
671
|
+
export interface PrivateEndpointProperties {
|
|
672
|
+
/**
|
|
673
|
+
* The date when this private endpoint was created.
|
|
674
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
675
|
+
*/
|
|
676
|
+
readonly createdDate?: string;
|
|
677
|
+
/** A list of connections to the remote resource. Immutable after it is set. */
|
|
678
|
+
manualPrivateLinkServiceConnections?: PrivateLinkServiceConnection[];
|
|
679
|
+
}
|
|
371
680
|
/** A grouping of information about the connection to the remote resource. */
|
|
372
681
|
export interface PrivateLinkServiceConnection {
|
|
373
682
|
/** The resource id of the private link service. Required on PUT (CreateOrUpdate) requests. */
|
|
@@ -413,15 +722,63 @@ export interface PrivateEndpointListResult {
|
|
|
413
722
|
*/
|
|
414
723
|
readonly nextLink?: string;
|
|
415
724
|
}
|
|
725
|
+
/** The inputs for the Azure Machine Learning Studio endpoint. */
|
|
726
|
+
export interface AzureMachineLearningStudioInputs {
|
|
727
|
+
/** The name of the input. This is the name provided while authoring the endpoint. */
|
|
728
|
+
name?: string;
|
|
729
|
+
/** A list of input columns for the Azure Machine Learning Studio endpoint. */
|
|
730
|
+
columnNames?: AzureMachineLearningStudioInputColumn[];
|
|
731
|
+
}
|
|
732
|
+
/** Describes an input column for the Azure Machine Learning Studio endpoint. */
|
|
733
|
+
export interface AzureMachineLearningStudioInputColumn {
|
|
734
|
+
/** The name of the input column. */
|
|
735
|
+
name?: string;
|
|
736
|
+
/** 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 . */
|
|
737
|
+
dataType?: string;
|
|
738
|
+
/** The zero based index of the function parameter this input maps to. */
|
|
739
|
+
mapTo?: number;
|
|
740
|
+
}
|
|
741
|
+
/** Describes an output column for the Azure Machine Learning Studio endpoint. */
|
|
742
|
+
export interface AzureMachineLearningStudioOutputColumn {
|
|
743
|
+
/** The name of the output column. */
|
|
744
|
+
name?: string;
|
|
745
|
+
/** 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 . */
|
|
746
|
+
dataType?: string;
|
|
747
|
+
}
|
|
748
|
+
/** Describes an input column for the Azure Machine Learning web service endpoint. */
|
|
749
|
+
export interface AzureMachineLearningServiceInputColumn {
|
|
750
|
+
/** The name of the input column. */
|
|
751
|
+
name?: string;
|
|
752
|
+
/** The (Azure Machine Learning supported) data type of the input column. */
|
|
753
|
+
dataType?: string;
|
|
754
|
+
/** The zero based index of the function parameter this input maps to. */
|
|
755
|
+
mapTo?: number;
|
|
756
|
+
}
|
|
757
|
+
/** Describes an output column for the Azure Machine Learning web service endpoint. */
|
|
758
|
+
export interface AzureMachineLearningServiceOutputColumn {
|
|
759
|
+
/** The name of the output column. */
|
|
760
|
+
name?: string;
|
|
761
|
+
/** The (Azure Machine Learning supported) data type of the output column. */
|
|
762
|
+
dataType?: string;
|
|
763
|
+
/** The zero based index of the function parameter this input maps to. */
|
|
764
|
+
mapTo?: number;
|
|
765
|
+
}
|
|
766
|
+
/** The inputs for the Azure Machine Learning web service endpoint. */
|
|
767
|
+
export interface AzureMachineLearningServiceInputs {
|
|
768
|
+
/** The name of the input. This is the name provided while authoring the endpoint. */
|
|
769
|
+
name?: string;
|
|
770
|
+
/** A list of input columns for the Azure Machine Learning web service endpoint. */
|
|
771
|
+
columnNames?: AzureMachineLearningServiceInputColumn[];
|
|
772
|
+
}
|
|
416
773
|
/** Describes an input data source that contains stream data. */
|
|
417
774
|
export interface StreamInputDataSource {
|
|
418
775
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
419
|
-
type: "Microsoft.Storage/Blob" | "Microsoft.ServiceBus/EventHub" | "Microsoft.EventHub/EventHub" | "Microsoft.Devices/IotHubs";
|
|
776
|
+
type: "Microsoft.Storage/Blob" | "Microsoft.ServiceBus/EventHub" | "Microsoft.EventHub/EventHub" | "Microsoft.Devices/IotHubs" | "Raw" | "GatewayMessageBus" | "Microsoft.EventGrid/EventSubscriptions";
|
|
420
777
|
}
|
|
421
778
|
/** Describes an input data source that contains reference data. */
|
|
422
779
|
export interface ReferenceInputDataSource {
|
|
423
780
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
424
|
-
type: "Microsoft.Storage/Blob" | "Microsoft.Sql/Server/Database";
|
|
781
|
+
type: "File" | "Microsoft.Storage/Blob" | "Raw" | "Microsoft.Sql/Server/Database";
|
|
425
782
|
}
|
|
426
783
|
/** The properties that are associated with a blob data source. */
|
|
427
784
|
export interface BlobDataSourceProperties {
|
|
@@ -435,6 +792,8 @@ export interface BlobDataSourceProperties {
|
|
|
435
792
|
dateFormat?: string;
|
|
436
793
|
/** The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. */
|
|
437
794
|
timeFormat?: string;
|
|
795
|
+
/** Authentication Mode. */
|
|
796
|
+
authenticationMode?: AuthenticationMode;
|
|
438
797
|
}
|
|
439
798
|
/** The common properties that are associated with Service Bus data sources (Queues, Topics, Event Hubs, etc.). */
|
|
440
799
|
export interface ServiceBusDataSourceProperties {
|
|
@@ -447,6 +806,11 @@ export interface ServiceBusDataSourceProperties {
|
|
|
447
806
|
/** Authentication Mode. */
|
|
448
807
|
authenticationMode?: AuthenticationMode;
|
|
449
808
|
}
|
|
809
|
+
/** The properties that are associated with a gateway message bus datasource. */
|
|
810
|
+
export interface GatewayMessageBusSourceProperties {
|
|
811
|
+
/** The name of the Service Bus topic. */
|
|
812
|
+
topic?: string;
|
|
813
|
+
}
|
|
450
814
|
/** The properties that are associated with an Azure SQL database data source. */
|
|
451
815
|
export interface AzureSqlDatabaseDataSourceProperties {
|
|
452
816
|
/** The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
@@ -478,6 +842,25 @@ export interface AzureSynapseDataSourceProperties {
|
|
|
478
842
|
user?: string;
|
|
479
843
|
/** The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
480
844
|
password?: string;
|
|
845
|
+
/** Authentication Mode. */
|
|
846
|
+
authenticationMode?: AuthenticationMode;
|
|
847
|
+
}
|
|
848
|
+
/** The properties that are associated with an Azure SQL database data source. */
|
|
849
|
+
export interface PostgreSQLDataSourceProperties {
|
|
850
|
+
/** The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
851
|
+
server?: string;
|
|
852
|
+
/** The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
853
|
+
database?: string;
|
|
854
|
+
/** The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
855
|
+
table?: string;
|
|
856
|
+
/** The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
857
|
+
user?: string;
|
|
858
|
+
/** The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
859
|
+
password?: string;
|
|
860
|
+
/** Max Writer count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT requests. */
|
|
861
|
+
maxWriterCount?: number;
|
|
862
|
+
/** Authentication Mode. */
|
|
863
|
+
authenticationMode?: AuthenticationMode;
|
|
481
864
|
}
|
|
482
865
|
/** The properties that are associated with data sources that use OAuth as their authentication model. */
|
|
483
866
|
export interface OAuthBasedDataSourceProperties {
|
|
@@ -488,111 +871,82 @@ export interface OAuthBasedDataSourceProperties {
|
|
|
488
871
|
/** The user display name of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token. */
|
|
489
872
|
tokenUserDisplayName?: string;
|
|
490
873
|
}
|
|
491
|
-
/**
|
|
492
|
-
export interface
|
|
493
|
-
/** The (Azure Stream Analytics supported) data type of the function input parameter. A list of valid Azure Stream Analytics data types are described at https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx */
|
|
494
|
-
dataType?: string;
|
|
495
|
-
/** A flag indicating if the parameter is a configuration parameter. True if this input parameter is expected to be a constant. Default is false. */
|
|
496
|
-
isConfigurationParameter?: boolean;
|
|
497
|
-
}
|
|
498
|
-
/** Describes the output of a function. */
|
|
499
|
-
export interface FunctionOutput {
|
|
500
|
-
/** The (Azure Stream Analytics supported) data type of the function output. A list of valid Azure Stream Analytics data types are described at https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx */
|
|
501
|
-
dataType?: string;
|
|
502
|
-
}
|
|
503
|
-
/** The physical binding of the function. For example, in the Azure Machine Learning web service’s case, this describes the endpoint. */
|
|
504
|
-
export interface FunctionBinding {
|
|
874
|
+
/** The properties that are associated with a scalar function. */
|
|
875
|
+
export interface ScalarFunctionProperties extends FunctionProperties {
|
|
505
876
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
506
|
-
type: "
|
|
507
|
-
}
|
|
508
|
-
/** The inputs for the Azure Machine Learning web service endpoint. */
|
|
509
|
-
export interface AzureMachineLearningWebServiceInputs {
|
|
510
|
-
/** The name of the input. This is the name provided while authoring the endpoint. */
|
|
511
|
-
name?: string;
|
|
512
|
-
/** A list of input columns for the Azure Machine Learning web service endpoint. */
|
|
513
|
-
columnNames?: AzureMachineLearningWebServiceInputColumn[];
|
|
514
|
-
}
|
|
515
|
-
/** Describes an input column for the Azure Machine Learning web service endpoint. */
|
|
516
|
-
export interface AzureMachineLearningWebServiceInputColumn {
|
|
517
|
-
/** The name of the input column. */
|
|
518
|
-
name?: string;
|
|
519
|
-
/** 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 . */
|
|
520
|
-
dataType?: string;
|
|
521
|
-
/** The zero based index of the function parameter this input maps to. */
|
|
522
|
-
mapTo?: number;
|
|
523
|
-
}
|
|
524
|
-
/** Describes an output column for the Azure Machine Learning web service endpoint. */
|
|
525
|
-
export interface AzureMachineLearningWebServiceOutputColumn {
|
|
526
|
-
/** The name of the output column. */
|
|
527
|
-
name?: string;
|
|
528
|
-
/** 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 . */
|
|
529
|
-
dataType?: string;
|
|
877
|
+
type: "Scalar";
|
|
530
878
|
}
|
|
531
|
-
/** The properties that are associated with an
|
|
532
|
-
export interface
|
|
879
|
+
/** The properties that are associated with an aggregate function. */
|
|
880
|
+
export interface AggregateFunctionProperties extends FunctionProperties {
|
|
533
881
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
534
|
-
type: "
|
|
535
|
-
/** Describes an input data source that contains stream data. Required on PUT (CreateOrReplace) requests. */
|
|
536
|
-
datasource?: StreamInputDataSourceUnion;
|
|
882
|
+
type: "Aggregate";
|
|
537
883
|
}
|
|
538
|
-
/** The
|
|
539
|
-
export interface
|
|
884
|
+
/** The binding to an Azure Machine Learning Studio. */
|
|
885
|
+
export interface AzureMachineLearningStudioFunctionBinding extends FunctionBinding {
|
|
540
886
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
541
|
-
type: "
|
|
542
|
-
/**
|
|
543
|
-
|
|
887
|
+
type: "Microsoft.MachineLearning/WebService";
|
|
888
|
+
/** 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 */
|
|
889
|
+
endpoint?: string;
|
|
890
|
+
/** The API key used to authenticate with Request-Response endpoint. */
|
|
891
|
+
apiKey?: string;
|
|
892
|
+
/** The inputs for the Azure Machine Learning Studio endpoint. */
|
|
893
|
+
inputs?: AzureMachineLearningStudioInputs;
|
|
894
|
+
/** A list of outputs from the Azure Machine Learning Studio endpoint execution. */
|
|
895
|
+
outputs?: AzureMachineLearningStudioOutputColumn[];
|
|
896
|
+
/** Number between 1 and 10000 describing maximum number of rows for every Azure ML RRS execute request. Default is 1000. */
|
|
897
|
+
batchSize?: number;
|
|
544
898
|
}
|
|
545
|
-
/**
|
|
546
|
-
export interface
|
|
899
|
+
/** The binding to a JavaScript function. */
|
|
900
|
+
export interface JavaScriptFunctionBinding extends FunctionBinding {
|
|
547
901
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
548
|
-
type: "
|
|
549
|
-
/** The
|
|
550
|
-
|
|
902
|
+
type: "Microsoft.StreamAnalytics/JavascriptUdf";
|
|
903
|
+
/** The JavaScript code containing a single function definition. For example: 'function (x, y) { return x + y; }' */
|
|
904
|
+
script?: string;
|
|
551
905
|
}
|
|
552
|
-
/**
|
|
553
|
-
export interface
|
|
906
|
+
/** The binding to a CSharp function. */
|
|
907
|
+
export interface CSharpFunctionBinding extends FunctionBinding {
|
|
554
908
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
555
|
-
type: "
|
|
556
|
-
/**
|
|
557
|
-
|
|
558
|
-
/**
|
|
559
|
-
|
|
909
|
+
type: "Microsoft.StreamAnalytics/CLRUdf";
|
|
910
|
+
/** The Csharp code containing a single function definition. */
|
|
911
|
+
dllPath?: string;
|
|
912
|
+
/** The Csharp code containing a single function definition. */
|
|
913
|
+
class?: string;
|
|
914
|
+
/** The Csharp code containing a single function definition. */
|
|
915
|
+
method?: string;
|
|
916
|
+
/** Refresh modes for Stream Analytics functions. */
|
|
917
|
+
updateMode?: UpdateMode;
|
|
560
918
|
}
|
|
561
|
-
/**
|
|
562
|
-
export interface
|
|
919
|
+
/** The binding to an Azure Machine Learning web service. */
|
|
920
|
+
export interface AzureMachineLearningServiceFunctionBinding extends FunctionBinding {
|
|
563
921
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
564
|
-
type: "
|
|
565
|
-
/**
|
|
566
|
-
|
|
567
|
-
/**
|
|
568
|
-
|
|
922
|
+
type: "Microsoft.MachineLearningServices";
|
|
923
|
+
/** The Request-Response execute endpoint of the Azure Machine Learning web service. */
|
|
924
|
+
endpoint?: string;
|
|
925
|
+
/** The API key used to authenticate with Request-Response endpoint. */
|
|
926
|
+
apiKey?: string;
|
|
927
|
+
/** The inputs for the Azure Machine Learning web service endpoint. */
|
|
928
|
+
inputs?: AzureMachineLearningServiceInputColumn[];
|
|
929
|
+
/** A list of outputs from the Azure Machine Learning web service endpoint execution. */
|
|
930
|
+
outputs?: AzureMachineLearningServiceOutputColumn[];
|
|
931
|
+
/** Number between 1 and 10000 describing maximum number of rows for every Azure ML RRS execute request. Default is 1000. */
|
|
932
|
+
batchSize?: number;
|
|
933
|
+
/** The number of parallel requests that will be sent per partition of your job to the machine learning service. Default is 1. */
|
|
934
|
+
numberOfParallelRequests?: number;
|
|
935
|
+
/** Label for the input request object. */
|
|
936
|
+
inputRequestName?: string;
|
|
937
|
+
/** Label for the output request object. */
|
|
938
|
+
outputResponseName?: string;
|
|
569
939
|
}
|
|
570
|
-
/**
|
|
571
|
-
export interface
|
|
572
|
-
/**
|
|
573
|
-
|
|
574
|
-
/** The properties that are associated with the Avro serialization type. Required on PUT (CreateOrReplace) requests. */
|
|
575
|
-
properties?: Record<string, unknown>;
|
|
940
|
+
/** A function object, containing all information associated with the named function. All functions are contained under a streaming job. */
|
|
941
|
+
export interface FunctionModel extends SubResource {
|
|
942
|
+
/** The properties that are associated with a function. */
|
|
943
|
+
properties?: FunctionPropertiesUnion;
|
|
576
944
|
}
|
|
577
945
|
/** An input object, containing all information associated with the named input. All inputs are contained under a streaming job. */
|
|
578
946
|
export interface Input extends SubResource {
|
|
579
947
|
/** The properties that are associated with an input. Required on PUT (CreateOrReplace) requests. */
|
|
580
948
|
properties?: InputPropertiesUnion;
|
|
581
949
|
}
|
|
582
|
-
/** A transformation object, containing all information associated with the named transformation. All transformations are contained under a streaming job. */
|
|
583
|
-
export interface Transformation extends SubResource {
|
|
584
|
-
/** Specifies the number of streaming units that the streaming job uses. */
|
|
585
|
-
streamingUnits?: number;
|
|
586
|
-
/** Specifies the valid streaming units a streaming job can scale to. */
|
|
587
|
-
validStreamingUnits?: number[];
|
|
588
|
-
/** Specifies the query that will be run in the streaming job. You can learn more about the Stream Analytics Query Language (SAQL) here: https://msdn.microsoft.com/library/azure/dn834998 . Required on PUT (CreateOrReplace) requests. */
|
|
589
|
-
query?: string;
|
|
590
|
-
/**
|
|
591
|
-
* The current entity tag for the transformation. 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.
|
|
592
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
593
|
-
*/
|
|
594
|
-
readonly etag?: string;
|
|
595
|
-
}
|
|
596
950
|
/** An output object, containing all information associated with the named output. All outputs are contained under a streaming job. */
|
|
597
951
|
export interface Output extends SubResource {
|
|
598
952
|
/** Describes the data source that output will be written to. Required on PUT (CreateOrReplace) requests. */
|
|
@@ -613,11 +967,27 @@ export interface Output extends SubResource {
|
|
|
613
967
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
614
968
|
*/
|
|
615
969
|
readonly etag?: string;
|
|
970
|
+
/**
|
|
971
|
+
* A list of the last output event times for each output partition. The index of the array corresponds to the partition number.
|
|
972
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
973
|
+
*/
|
|
974
|
+
readonly lastOutputEventTimestamps?: LastOutputEventTimestamp[];
|
|
975
|
+
/** Settings which determine whether to send watermarks to downstream. */
|
|
976
|
+
watermarkSettings?: OutputWatermarkProperties;
|
|
616
977
|
}
|
|
617
|
-
/** A
|
|
618
|
-
export interface
|
|
619
|
-
/**
|
|
620
|
-
|
|
978
|
+
/** A transformation object, containing all information associated with the named transformation. All transformations are contained under a streaming job. */
|
|
979
|
+
export interface Transformation extends SubResource {
|
|
980
|
+
/** Specifies the number of streaming units that the streaming job uses. */
|
|
981
|
+
streamingUnits?: number;
|
|
982
|
+
/** Specifies the valid streaming units a streaming job can scale to. */
|
|
983
|
+
validStreamingUnits?: number[];
|
|
984
|
+
/** Specifies the query that will be run in the streaming job. You can learn more about the Stream Analytics Query Language (SAQL) here: https://msdn.microsoft.com/library/azure/dn834998 . Required on PUT (CreateOrReplace) requests. */
|
|
985
|
+
query?: string;
|
|
986
|
+
/**
|
|
987
|
+
* The current entity tag for the transformation. 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.
|
|
988
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
989
|
+
*/
|
|
990
|
+
readonly etag?: string;
|
|
621
991
|
}
|
|
622
992
|
/** Describes the current quota for the subscription. */
|
|
623
993
|
export interface SubscriptionQuota extends SubResource {
|
|
@@ -632,6 +1002,157 @@ export interface SubscriptionQuota extends SubResource {
|
|
|
632
1002
|
*/
|
|
633
1003
|
readonly currentCount?: number;
|
|
634
1004
|
}
|
|
1005
|
+
/** The result of the query testing request. */
|
|
1006
|
+
export interface QueryTestingResult extends ErrorModel {
|
|
1007
|
+
/**
|
|
1008
|
+
* The status of the query testing request.
|
|
1009
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1010
|
+
*/
|
|
1011
|
+
readonly status?: QueryTestingResultStatus;
|
|
1012
|
+
/**
|
|
1013
|
+
* The SAS URL to the outputs payload.
|
|
1014
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1015
|
+
*/
|
|
1016
|
+
readonly outputUri?: string;
|
|
1017
|
+
}
|
|
1018
|
+
/** The result of the sample input request. */
|
|
1019
|
+
export interface SampleInputResult extends ErrorModel {
|
|
1020
|
+
/**
|
|
1021
|
+
* The status of the sample input request.
|
|
1022
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1023
|
+
*/
|
|
1024
|
+
readonly status?: SampleInputResultStatus;
|
|
1025
|
+
/**
|
|
1026
|
+
* Diagnostics messages. E.g. message indicating some partitions from the input have no data.
|
|
1027
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1028
|
+
*/
|
|
1029
|
+
readonly diagnostics?: string[];
|
|
1030
|
+
/**
|
|
1031
|
+
* A SAS URL to download the sampled input data.
|
|
1032
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1033
|
+
*/
|
|
1034
|
+
readonly eventsDownloadUrl?: string;
|
|
1035
|
+
/**
|
|
1036
|
+
* The timestamp for the last event in the data. It is in DateTime format.
|
|
1037
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1038
|
+
*/
|
|
1039
|
+
readonly lastArrivalTime?: string;
|
|
1040
|
+
}
|
|
1041
|
+
/** The result of the test input or output request. */
|
|
1042
|
+
export interface TestDatasourceResult extends ErrorModel {
|
|
1043
|
+
/**
|
|
1044
|
+
* The status of the sample output request.
|
|
1045
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1046
|
+
*/
|
|
1047
|
+
readonly status?: TestDatasourceResultStatus;
|
|
1048
|
+
}
|
|
1049
|
+
/** The parameters needed to retrieve the default function definition for an Azure Machine Learning Studio function. */
|
|
1050
|
+
export interface AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters extends FunctionRetrieveDefaultDefinitionParameters {
|
|
1051
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1052
|
+
bindingType: "Microsoft.MachineLearning/WebService";
|
|
1053
|
+
/** 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 */
|
|
1054
|
+
executeEndpoint?: string;
|
|
1055
|
+
/** The function type. */
|
|
1056
|
+
udfType?: "Scalar";
|
|
1057
|
+
}
|
|
1058
|
+
/** The parameters needed to retrieve the default function definition for an Azure Machine Learning web service function. */
|
|
1059
|
+
export interface AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters extends FunctionRetrieveDefaultDefinitionParameters {
|
|
1060
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1061
|
+
bindingType: "Microsoft.MachineLearningServices";
|
|
1062
|
+
/** The Request-Response execute endpoint of the Azure Machine Learning web service. */
|
|
1063
|
+
executeEndpoint?: string;
|
|
1064
|
+
/** The function type. */
|
|
1065
|
+
udfType?: "Scalar";
|
|
1066
|
+
}
|
|
1067
|
+
/** The parameters needed to retrieve the default function definition for a JavaScript function. */
|
|
1068
|
+
export interface JavaScriptFunctionRetrieveDefaultDefinitionParameters extends FunctionRetrieveDefaultDefinitionParameters {
|
|
1069
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1070
|
+
bindingType: "Microsoft.StreamAnalytics/JavascriptUdf";
|
|
1071
|
+
/** The JavaScript code containing a single function definition. For example: 'function (x, y) { return x + y; }'. */
|
|
1072
|
+
script?: string;
|
|
1073
|
+
/** The function type. */
|
|
1074
|
+
udfType?: "Scalar";
|
|
1075
|
+
}
|
|
1076
|
+
/** The parameters needed to retrieve the default function definition for a CSharp function. */
|
|
1077
|
+
export interface CSharpFunctionRetrieveDefaultDefinitionParameters extends FunctionRetrieveDefaultDefinitionParameters {
|
|
1078
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1079
|
+
bindingType: "Microsoft.StreamAnalytics/CLRUdf";
|
|
1080
|
+
/** The CSharp code containing a single function definition. */
|
|
1081
|
+
script?: string;
|
|
1082
|
+
/** The function type. */
|
|
1083
|
+
udfType?: "Scalar";
|
|
1084
|
+
}
|
|
1085
|
+
/** The properties that are associated with an input containing stream data. */
|
|
1086
|
+
export interface StreamInputProperties extends InputProperties {
|
|
1087
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1088
|
+
type: "Stream";
|
|
1089
|
+
/** Describes an input data source that contains stream data. Required on PUT (CreateOrReplace) requests. */
|
|
1090
|
+
datasource?: StreamInputDataSourceUnion;
|
|
1091
|
+
}
|
|
1092
|
+
/** The properties that are associated with an input containing reference data. */
|
|
1093
|
+
export interface ReferenceInputProperties extends InputProperties {
|
|
1094
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1095
|
+
type: "Reference";
|
|
1096
|
+
/** Describes an input data source that contains reference data. Required on PUT (CreateOrReplace) requests. */
|
|
1097
|
+
datasource?: ReferenceInputDataSourceUnion;
|
|
1098
|
+
}
|
|
1099
|
+
/** Describes how data from an input is serialized or how data is serialized when written to an output in Delta Lake format. */
|
|
1100
|
+
export interface DeltaSerialization extends Serialization {
|
|
1101
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1102
|
+
type: "Delta";
|
|
1103
|
+
/** Specifies the path of the Delta Lake table that the output will be written to. */
|
|
1104
|
+
deltaTablePath?: string;
|
|
1105
|
+
/** 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. */
|
|
1106
|
+
partitionColumns?: string[];
|
|
1107
|
+
}
|
|
1108
|
+
/** Describes how data from an input is serialized or how data is serialized when written to an output in Parquet format. */
|
|
1109
|
+
export interface ParquetSerialization extends Serialization {
|
|
1110
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1111
|
+
type: "Parquet";
|
|
1112
|
+
/** The properties that are associated with the Parquet serialization type. Required on PUT (CreateOrReplace) requests. */
|
|
1113
|
+
properties?: Record<string, unknown>;
|
|
1114
|
+
}
|
|
1115
|
+
/** Describes how data from an input is serialized or how data is serialized when written to an output in custom format. */
|
|
1116
|
+
export interface CustomClrSerialization extends Serialization {
|
|
1117
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1118
|
+
type: "CustomClr";
|
|
1119
|
+
/** The serialization library path. */
|
|
1120
|
+
serializationDllPath?: string;
|
|
1121
|
+
/** The serialization class name. */
|
|
1122
|
+
serializationClassName?: string;
|
|
1123
|
+
}
|
|
1124
|
+
/** Describes how data from an input is serialized or how data is serialized when written to an output in CSV format. */
|
|
1125
|
+
export interface CsvSerialization extends Serialization {
|
|
1126
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1127
|
+
type: "Csv";
|
|
1128
|
+
/** Specifies the delimiter that will be used to separate comma-separated value (CSV) records. 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 list of supported values. Required on PUT (CreateOrReplace) requests. */
|
|
1129
|
+
fieldDelimiter?: string;
|
|
1130
|
+
/** Specifies the encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output. Required on PUT (CreateOrReplace) requests. */
|
|
1131
|
+
encoding?: Encoding;
|
|
1132
|
+
}
|
|
1133
|
+
/** Describes how data from an input is serialized or how data is serialized when written to an output in JSON format. */
|
|
1134
|
+
export interface JsonSerialization extends Serialization {
|
|
1135
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1136
|
+
type: "Json";
|
|
1137
|
+
/** Specifies the encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output. Required on PUT (CreateOrReplace) requests. */
|
|
1138
|
+
encoding?: Encoding;
|
|
1139
|
+
/** This property only applies to JSON serialization of outputs only. It is not applicable to inputs. This property specifies the format of the JSON the output will be written in. The currently supported values are 'lineSeparated' indicating the output will be formatted by having each JSON object separated by a new line and 'array' indicating the output will be formatted as an array of JSON objects. Default value is 'lineSeparated' if left null. */
|
|
1140
|
+
format?: JsonOutputSerializationFormat;
|
|
1141
|
+
}
|
|
1142
|
+
/** Describes how data from an input is serialized or how data is serialized when written to an output in Avro format. */
|
|
1143
|
+
export interface AvroSerialization extends Serialization {
|
|
1144
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1145
|
+
type: "Avro";
|
|
1146
|
+
/** The properties that are associated with the Avro serialization type. Required on PUT (CreateOrReplace) requests. */
|
|
1147
|
+
properties?: Record<string, unknown>;
|
|
1148
|
+
}
|
|
1149
|
+
/** 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. */
|
|
1150
|
+
export interface RawOutputDatasource extends OutputDataSource {
|
|
1151
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1152
|
+
type: "Raw";
|
|
1153
|
+
/** 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. */
|
|
1154
|
+
payloadUri?: string;
|
|
1155
|
+
}
|
|
635
1156
|
/** Describes a blob output data source. */
|
|
636
1157
|
export interface BlobOutputDataSource extends OutputDataSource {
|
|
637
1158
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -648,6 +1169,10 @@ export interface BlobOutputDataSource extends OutputDataSource {
|
|
|
648
1169
|
timeFormat?: string;
|
|
649
1170
|
/** Authentication Mode. */
|
|
650
1171
|
authenticationMode?: AuthenticationMode;
|
|
1172
|
+
/** Blob path prefix. */
|
|
1173
|
+
blobPathPrefix?: string;
|
|
1174
|
+
/** Blob write mode. */
|
|
1175
|
+
blobWriteMode?: BlobWriteMode;
|
|
651
1176
|
}
|
|
652
1177
|
/** Describes an Azure Table output data source. */
|
|
653
1178
|
export interface AzureTableOutputDataSource extends OutputDataSource {
|
|
@@ -682,6 +1207,8 @@ export interface EventHubOutputDataSource extends OutputDataSource {
|
|
|
682
1207
|
authenticationMode?: AuthenticationMode;
|
|
683
1208
|
/** The name of the Event Hub. Required on PUT (CreateOrReplace) requests. */
|
|
684
1209
|
eventHubName?: string;
|
|
1210
|
+
/** The partition count of the event hub data source. Range 1 - 256. */
|
|
1211
|
+
partitionCount?: number;
|
|
685
1212
|
/** The key/column that is used to determine to which partition to send event data. */
|
|
686
1213
|
partitionKey?: string;
|
|
687
1214
|
/** The properties associated with this Event Hub output. */
|
|
@@ -701,6 +1228,8 @@ export interface EventHubV2OutputDataSource extends OutputDataSource {
|
|
|
701
1228
|
authenticationMode?: AuthenticationMode;
|
|
702
1229
|
/** The name of the Event Hub. Required on PUT (CreateOrReplace) requests. */
|
|
703
1230
|
eventHubName?: string;
|
|
1231
|
+
/** The partition count of the event hub data source. Range 1 - 256. */
|
|
1232
|
+
partitionCount?: number;
|
|
704
1233
|
/** The key/column that is used to determine to which partition to send event data. */
|
|
705
1234
|
partitionKey?: string;
|
|
706
1235
|
/** The properties associated with this Event Hub output. */
|
|
@@ -741,6 +1270,27 @@ export interface AzureSynapseOutputDataSource extends OutputDataSource {
|
|
|
741
1270
|
user?: string;
|
|
742
1271
|
/** The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
743
1272
|
password?: string;
|
|
1273
|
+
/** Authentication Mode. */
|
|
1274
|
+
authenticationMode?: AuthenticationMode;
|
|
1275
|
+
}
|
|
1276
|
+
/** Describes a PostgreSQL output data source. */
|
|
1277
|
+
export interface PostgreSQLOutputDataSource extends OutputDataSource {
|
|
1278
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1279
|
+
type: "Microsoft.DBForPostgreSQL/servers/databases";
|
|
1280
|
+
/** The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
1281
|
+
server?: string;
|
|
1282
|
+
/** The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
1283
|
+
database?: string;
|
|
1284
|
+
/** The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
1285
|
+
table?: string;
|
|
1286
|
+
/** The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
1287
|
+
user?: string;
|
|
1288
|
+
/** The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
1289
|
+
password?: string;
|
|
1290
|
+
/** Max Writer count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT requests. */
|
|
1291
|
+
maxWriterCount?: number;
|
|
1292
|
+
/** Authentication Mode. */
|
|
1293
|
+
authenticationMode?: AuthenticationMode;
|
|
744
1294
|
}
|
|
745
1295
|
/** Describes a DocumentDB output data source. */
|
|
746
1296
|
export interface DocumentDbOutputDataSource extends OutputDataSource {
|
|
@@ -758,6 +1308,23 @@ export interface DocumentDbOutputDataSource extends OutputDataSource {
|
|
|
758
1308
|
partitionKey?: string;
|
|
759
1309
|
/** The name of the field in output events used to specify the primary key which insert or update operations are based on. */
|
|
760
1310
|
documentId?: string;
|
|
1311
|
+
/** Authentication Mode. */
|
|
1312
|
+
authenticationMode?: AuthenticationMode;
|
|
1313
|
+
}
|
|
1314
|
+
/** Defines the metadata of AzureFunctionOutputDataSource */
|
|
1315
|
+
export interface AzureFunctionOutputDataSource extends OutputDataSource {
|
|
1316
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1317
|
+
type: "Microsoft.AzureFunction";
|
|
1318
|
+
/** The name of your Azure Functions app. */
|
|
1319
|
+
functionAppName?: string;
|
|
1320
|
+
/** The name of the function in your Azure Functions app. */
|
|
1321
|
+
functionName?: string;
|
|
1322
|
+
/** If you want to use an Azure Function from another subscription, you can do so by providing the key to access your function. */
|
|
1323
|
+
apiKey?: string;
|
|
1324
|
+
/** 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). */
|
|
1325
|
+
maxBatchSize?: number;
|
|
1326
|
+
/** 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. */
|
|
1327
|
+
maxBatchCount?: number;
|
|
761
1328
|
}
|
|
762
1329
|
/** Describes a Service Bus Queue output data source. */
|
|
763
1330
|
export interface ServiceBusQueueOutputDataSource extends OutputDataSource {
|
|
@@ -843,22 +1410,29 @@ export interface AzureDataLakeStoreOutputDataSource extends OutputDataSource {
|
|
|
843
1410
|
/** Authentication Mode. */
|
|
844
1411
|
authenticationMode?: AuthenticationMode;
|
|
845
1412
|
}
|
|
846
|
-
/**
|
|
847
|
-
export interface
|
|
1413
|
+
/** Describes a Gateway Message Bus output data source. */
|
|
1414
|
+
export interface GatewayMessageBusOutputDataSource extends OutputDataSource {
|
|
848
1415
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
849
|
-
type: "
|
|
850
|
-
/**
|
|
851
|
-
|
|
852
|
-
/** The output of the function. */
|
|
853
|
-
output?: FunctionOutput;
|
|
854
|
-
/** The physical binding of the function. For example, in the Azure Machine Learning web service’s case, this describes the endpoint. */
|
|
855
|
-
binding?: FunctionBindingUnion;
|
|
1416
|
+
type: "GatewayMessageBus";
|
|
1417
|
+
/** The name of the Service Bus topic. */
|
|
1418
|
+
topic?: string;
|
|
856
1419
|
}
|
|
857
|
-
/**
|
|
858
|
-
export interface
|
|
1420
|
+
/** Describes an Azure Data Explorer output data source. */
|
|
1421
|
+
export interface AzureDataExplorerOutputDataSource extends OutputDataSource {
|
|
1422
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1423
|
+
type: "Microsoft.Kusto/clusters/databases";
|
|
1424
|
+
/** The name of the Azure Data Explorer cluster. Required on PUT (CreateOrReplace) requests. */
|
|
1425
|
+
cluster?: string;
|
|
1426
|
+
/** The name of the Azure Data Explorer database. Required on PUT (CreateOrReplace) requests. */
|
|
1427
|
+
database?: string;
|
|
1428
|
+
/** The name of the Azure Table. Required on PUT (CreateOrReplace) requests. */
|
|
1429
|
+
table?: string;
|
|
859
1430
|
/** Authentication Mode. */
|
|
860
1431
|
authenticationMode?: AuthenticationMode;
|
|
861
1432
|
}
|
|
1433
|
+
/** The properties that are associated with an Azure Storage account with MSI */
|
|
1434
|
+
export interface JobStorageAccount extends StorageAccount {
|
|
1435
|
+
}
|
|
862
1436
|
/** The resource model definition for a ARM tracked top level resource */
|
|
863
1437
|
export interface TrackedResource extends Resource {
|
|
864
1438
|
/** Resource tags. */
|
|
@@ -871,24 +1445,6 @@ export interface TrackedResource extends Resource {
|
|
|
871
1445
|
/** The resource model definition for a ARM proxy resource. It will have everything other than required location and tags */
|
|
872
1446
|
export interface ProxyResource extends Resource {
|
|
873
1447
|
}
|
|
874
|
-
/** The parameters needed to retrieve the default function definition for an Azure Machine Learning web service function. */
|
|
875
|
-
export interface AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters extends FunctionRetrieveDefaultDefinitionParameters {
|
|
876
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
877
|
-
bindingType: "Microsoft.MachineLearning/WebService";
|
|
878
|
-
/** The Request-Response execute endpoint of the Azure Machine Learning web service. Find out more here: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs */
|
|
879
|
-
executeEndpoint?: string;
|
|
880
|
-
/** The function type. */
|
|
881
|
-
udfType?: "Scalar";
|
|
882
|
-
}
|
|
883
|
-
/** The parameters needed to retrieve the default function definition for a JavaScript function. */
|
|
884
|
-
export interface JavaScriptFunctionRetrieveDefaultDefinitionParameters extends FunctionRetrieveDefaultDefinitionParameters {
|
|
885
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
886
|
-
bindingType: "Microsoft.StreamAnalytics/JavascriptUdf";
|
|
887
|
-
/** The JavaScript code containing a single function definition. For example: 'function (x, y) { return x + y; }'. */
|
|
888
|
-
script?: string;
|
|
889
|
-
/** The function type. */
|
|
890
|
-
udfType?: "Scalar";
|
|
891
|
-
}
|
|
892
1448
|
/** Describes a blob input data source that contains stream data. */
|
|
893
1449
|
export interface BlobStreamInputDataSource extends StreamInputDataSource {
|
|
894
1450
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -903,7 +1459,9 @@ export interface BlobStreamInputDataSource extends StreamInputDataSource {
|
|
|
903
1459
|
dateFormat?: string;
|
|
904
1460
|
/** The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. */
|
|
905
1461
|
timeFormat?: string;
|
|
906
|
-
/**
|
|
1462
|
+
/** Authentication Mode. */
|
|
1463
|
+
authenticationMode?: AuthenticationMode;
|
|
1464
|
+
/** The partition count of the blob input data source. Range 1 - 1024. */
|
|
907
1465
|
sourcePartitionCount?: number;
|
|
908
1466
|
}
|
|
909
1467
|
/** Describes an Event Hub input data source that contains stream data. */
|
|
@@ -920,8 +1478,12 @@ export interface EventHubStreamInputDataSource extends StreamInputDataSource {
|
|
|
920
1478
|
authenticationMode?: AuthenticationMode;
|
|
921
1479
|
/** The name of the Event Hub. Required on PUT (CreateOrReplace) requests. */
|
|
922
1480
|
eventHubName?: string;
|
|
1481
|
+
/** The partition count of the event hub data source. Range 1 - 256. */
|
|
1482
|
+
partitionCount?: number;
|
|
923
1483
|
/** 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. */
|
|
924
1484
|
consumerGroupName?: string;
|
|
1485
|
+
/** The number of messages that the message receiver can simultaneously request. */
|
|
1486
|
+
prefetchCount?: number;
|
|
925
1487
|
}
|
|
926
1488
|
/** Describes an Event Hub input data source that contains stream data. */
|
|
927
1489
|
export interface EventHubV2StreamInputDataSource extends StreamInputDataSource {
|
|
@@ -937,8 +1499,12 @@ export interface EventHubV2StreamInputDataSource extends StreamInputDataSource {
|
|
|
937
1499
|
authenticationMode?: AuthenticationMode;
|
|
938
1500
|
/** The name of the Event Hub. Required on PUT (CreateOrReplace) requests. */
|
|
939
1501
|
eventHubName?: string;
|
|
1502
|
+
/** The partition count of the event hub data source. Range 1 - 256. */
|
|
1503
|
+
partitionCount?: number;
|
|
940
1504
|
/** 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. */
|
|
941
1505
|
consumerGroupName?: string;
|
|
1506
|
+
/** The number of messages that the message receiver can simultaneously request. */
|
|
1507
|
+
prefetchCount?: number;
|
|
942
1508
|
}
|
|
943
1509
|
/** Describes an IoT Hub input data source that contains stream data. */
|
|
944
1510
|
export interface IoTHubStreamInputDataSource extends StreamInputDataSource {
|
|
@@ -955,6 +1521,42 @@ export interface IoTHubStreamInputDataSource extends StreamInputDataSource {
|
|
|
955
1521
|
/** The IoT Hub endpoint to connect to (ie. messages/events, messages/operationsMonitoringEvents, etc.). */
|
|
956
1522
|
endpoint?: string;
|
|
957
1523
|
}
|
|
1524
|
+
/** 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. */
|
|
1525
|
+
export interface RawStreamInputDataSource extends StreamInputDataSource {
|
|
1526
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1527
|
+
type: "Raw";
|
|
1528
|
+
/** The JSON serialized content of the input data. Either payload or payloadUri must be set, but not both. */
|
|
1529
|
+
payload?: string;
|
|
1530
|
+
/** 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. */
|
|
1531
|
+
payloadUri?: string;
|
|
1532
|
+
}
|
|
1533
|
+
/** Describes a blob input data source that contains stream data. */
|
|
1534
|
+
export interface GatewayMessageBusStreamInputDataSource extends StreamInputDataSource {
|
|
1535
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1536
|
+
type: "GatewayMessageBus";
|
|
1537
|
+
/** The name of the Service Bus topic. */
|
|
1538
|
+
topic?: string;
|
|
1539
|
+
}
|
|
1540
|
+
/** Describes an event grid input data source that contains stream data. */
|
|
1541
|
+
export interface EventGridStreamInputDataSource extends StreamInputDataSource {
|
|
1542
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1543
|
+
type: "Microsoft.EventGrid/EventSubscriptions";
|
|
1544
|
+
/** Subscribers for the Event Grid. Currently only EventHub Subscriber is supported. */
|
|
1545
|
+
subscriber?: EventHubV2StreamInputDataSource;
|
|
1546
|
+
/** Indicates the Event Grid schema type. */
|
|
1547
|
+
schema?: EventGridEventSchemaType;
|
|
1548
|
+
/** A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests. */
|
|
1549
|
+
storageAccounts?: StorageAccount[];
|
|
1550
|
+
/** List of Event Types that are supported by the Event Grid adapter. */
|
|
1551
|
+
eventTypes?: string[];
|
|
1552
|
+
}
|
|
1553
|
+
/** Describes a file input data source that contains reference data. */
|
|
1554
|
+
export interface FileReferenceInputDataSource extends ReferenceInputDataSource {
|
|
1555
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1556
|
+
type: "File";
|
|
1557
|
+
/** The path of the file. */
|
|
1558
|
+
path?: string;
|
|
1559
|
+
}
|
|
958
1560
|
/** Describes a blob input data source that contains reference data. */
|
|
959
1561
|
export interface BlobReferenceInputDataSource extends ReferenceInputDataSource {
|
|
960
1562
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -969,6 +1571,27 @@ export interface BlobReferenceInputDataSource extends ReferenceInputDataSource {
|
|
|
969
1571
|
dateFormat?: string;
|
|
970
1572
|
/** The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. */
|
|
971
1573
|
timeFormat?: string;
|
|
1574
|
+
/** Authentication Mode. */
|
|
1575
|
+
authenticationMode?: AuthenticationMode;
|
|
1576
|
+
/** The name of the blob input. */
|
|
1577
|
+
blobName?: string;
|
|
1578
|
+
/** The path pattern of the delta snapshot. */
|
|
1579
|
+
deltaPathPattern?: string;
|
|
1580
|
+
/** The partition count of the blob input data source. Range 1 - 256. */
|
|
1581
|
+
sourcePartitionCount?: number;
|
|
1582
|
+
/** The refresh interval of the blob input data source. */
|
|
1583
|
+
fullSnapshotRefreshRate?: string;
|
|
1584
|
+
/** The interval that the user generates a delta snapshot of this reference blob input data source. */
|
|
1585
|
+
deltaSnapshotRefreshRate?: string;
|
|
1586
|
+
}
|
|
1587
|
+
/** 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. */
|
|
1588
|
+
export interface RawReferenceInputDataSource extends ReferenceInputDataSource {
|
|
1589
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1590
|
+
type: "Raw";
|
|
1591
|
+
/** The JSON serialized content of the input data. Either payload or payloadUri must be set, but not both. */
|
|
1592
|
+
payload?: string;
|
|
1593
|
+
/** 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. */
|
|
1594
|
+
payloadUri?: string;
|
|
972
1595
|
}
|
|
973
1596
|
/** Describes an Azure SQL database reference input data source. */
|
|
974
1597
|
export interface AzureSqlReferenceInputDataSource extends ReferenceInputDataSource {
|
|
@@ -982,8 +1605,6 @@ export interface AzureSqlReferenceInputDataSource extends ReferenceInputDataSour
|
|
|
982
1605
|
user?: string;
|
|
983
1606
|
/** This element is associated with the datasource element. This is the password that will be used to connect to the SQL Database instance. */
|
|
984
1607
|
password?: string;
|
|
985
|
-
/** This element is associated with the datasource element. The name of the table in the Azure SQL database.. */
|
|
986
|
-
table?: string;
|
|
987
1608
|
/** Indicates the type of data refresh option. */
|
|
988
1609
|
refreshType?: RefreshType;
|
|
989
1610
|
/** 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. */
|
|
@@ -992,24 +1613,40 @@ export interface AzureSqlReferenceInputDataSource extends ReferenceInputDataSour
|
|
|
992
1613
|
fullSnapshotQuery?: string;
|
|
993
1614
|
/** 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. */
|
|
994
1615
|
deltaSnapshotQuery?: string;
|
|
1616
|
+
/** Authentication Mode. */
|
|
1617
|
+
authenticationMode?: AuthenticationMode;
|
|
995
1618
|
}
|
|
996
1619
|
/** The properties that are associated with a blob input containing stream data. */
|
|
997
1620
|
export interface BlobStreamInputDataSourceProperties extends BlobDataSourceProperties {
|
|
998
|
-
/** The partition count of the blob input data source. Range 1 -
|
|
1621
|
+
/** The partition count of the blob input data source. Range 1 - 1024. */
|
|
999
1622
|
sourcePartitionCount?: number;
|
|
1000
1623
|
}
|
|
1001
1624
|
/** The properties that are associated with a blob input containing reference data. */
|
|
1002
1625
|
export interface BlobReferenceInputDataSourceProperties extends BlobDataSourceProperties {
|
|
1626
|
+
/** The name of the blob input. */
|
|
1627
|
+
blobName?: string;
|
|
1628
|
+
/** The path pattern of the delta snapshot. */
|
|
1629
|
+
deltaPathPattern?: string;
|
|
1630
|
+
/** The partition count of the blob input data source. Range 1 - 256. */
|
|
1631
|
+
sourcePartitionCount?: number;
|
|
1632
|
+
/** The refresh interval of the blob input data source. */
|
|
1633
|
+
fullSnapshotRefreshRate?: string;
|
|
1634
|
+
/** The interval that the user generates a delta snapshot of this reference blob input data source. */
|
|
1635
|
+
deltaSnapshotRefreshRate?: string;
|
|
1003
1636
|
}
|
|
1004
1637
|
/** The properties that are associated with a blob output. */
|
|
1005
1638
|
export interface BlobOutputDataSourceProperties extends BlobDataSourceProperties {
|
|
1006
|
-
/**
|
|
1007
|
-
|
|
1639
|
+
/** Blob path prefix. */
|
|
1640
|
+
blobPathPrefix?: string;
|
|
1641
|
+
/** Blob write mode. */
|
|
1642
|
+
blobWriteMode?: BlobWriteMode;
|
|
1008
1643
|
}
|
|
1009
1644
|
/** The common properties that are associated with Event Hub data sources. */
|
|
1010
1645
|
export interface EventHubDataSourceProperties extends ServiceBusDataSourceProperties {
|
|
1011
1646
|
/** The name of the Event Hub. Required on PUT (CreateOrReplace) requests. */
|
|
1012
1647
|
eventHubName?: string;
|
|
1648
|
+
/** The partition count of the event hub data source. Range 1 - 256. */
|
|
1649
|
+
partitionCount?: number;
|
|
1013
1650
|
}
|
|
1014
1651
|
/** The properties that are associated with a Service Bus Queue output. */
|
|
1015
1652
|
export interface ServiceBusQueueOutputDataSourceProperties extends ServiceBusDataSourceProperties {
|
|
@@ -1031,12 +1668,21 @@ export interface ServiceBusTopicOutputDataSourceProperties extends ServiceBusDat
|
|
|
1031
1668
|
[propertyName: string]: string;
|
|
1032
1669
|
};
|
|
1033
1670
|
}
|
|
1671
|
+
/** The properties that are associated with a gateway message bus input containing stream data. */
|
|
1672
|
+
export interface GatewayMessageBusStreamInputDataSourceProperties extends GatewayMessageBusSourceProperties {
|
|
1673
|
+
}
|
|
1674
|
+
/** The properties that are associated with a Gateway Message Bus. */
|
|
1675
|
+
export interface GatewayMessageBusOutputDataSourceProperties extends GatewayMessageBusSourceProperties {
|
|
1676
|
+
}
|
|
1034
1677
|
/** The properties that are associated with an Azure SQL database output. */
|
|
1035
1678
|
export interface AzureSqlDatabaseOutputDataSourceProperties extends AzureSqlDatabaseDataSourceProperties {
|
|
1036
1679
|
}
|
|
1037
1680
|
/** The properties that are associated with an Azure Synapse output. */
|
|
1038
1681
|
export interface AzureSynapseOutputDataSourceProperties extends AzureSynapseDataSourceProperties {
|
|
1039
1682
|
}
|
|
1683
|
+
/** The properties that are associated with a PostgreSQL output. */
|
|
1684
|
+
export interface PostgreSQLOutputDataSourceProperties extends PostgreSQLDataSourceProperties {
|
|
1685
|
+
}
|
|
1040
1686
|
/** The properties that are associated with a Power BI output. */
|
|
1041
1687
|
export interface PowerBIOutputDataSourceProperties extends OAuthBasedDataSourceProperties {
|
|
1042
1688
|
/** The name of the Power BI dataset. Required on PUT (CreateOrReplace) requests. */
|
|
@@ -1065,34 +1711,14 @@ export interface AzureDataLakeStoreOutputDataSourceProperties extends OAuthBased
|
|
|
1065
1711
|
/** Authentication Mode. */
|
|
1066
1712
|
authenticationMode?: AuthenticationMode;
|
|
1067
1713
|
}
|
|
1068
|
-
/** The binding to an Azure Machine Learning web service. */
|
|
1069
|
-
export interface AzureMachineLearningWebServiceFunctionBinding extends FunctionBinding {
|
|
1070
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1071
|
-
type: "Microsoft.MachineLearning/WebService";
|
|
1072
|
-
/** The Request-Response execute endpoint of the Azure Machine Learning web service. Find out more here: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs */
|
|
1073
|
-
endpoint?: string;
|
|
1074
|
-
/** The API key used to authenticate with Request-Response endpoint. */
|
|
1075
|
-
apiKey?: string;
|
|
1076
|
-
/** The inputs for the Azure Machine Learning web service endpoint. */
|
|
1077
|
-
inputs?: AzureMachineLearningWebServiceInputs;
|
|
1078
|
-
/** A list of outputs from the Azure Machine Learning web service endpoint execution. */
|
|
1079
|
-
outputs?: AzureMachineLearningWebServiceOutputColumn[];
|
|
1080
|
-
/** Number between 1 and 10000 describing maximum number of rows for every Azure ML RRS execute request. Default is 1000. */
|
|
1081
|
-
batchSize?: number;
|
|
1082
|
-
}
|
|
1083
|
-
/** The binding to a JavaScript function. */
|
|
1084
|
-
export interface JavaScriptFunctionBinding extends FunctionBinding {
|
|
1085
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1086
|
-
type: "Microsoft.StreamAnalytics/JavascriptUdf";
|
|
1087
|
-
/** The JavaScript code containing a single function definition. For example: 'function (x, y) { return x + y; }' */
|
|
1088
|
-
script?: string;
|
|
1089
|
-
}
|
|
1090
1714
|
/** A streaming job object, containing all information associated with the named streaming job. */
|
|
1091
1715
|
export interface StreamingJob extends TrackedResource {
|
|
1092
|
-
/** Describes the system-assigned managed identity assigned to this job that can be used to authenticate with inputs and outputs. */
|
|
1093
|
-
identity?: Identity;
|
|
1094
1716
|
/** Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) requests. */
|
|
1095
1717
|
sku?: Sku;
|
|
1718
|
+
/** Describes the managed identity assigned to this job that can be used to authenticate with inputs and outputs. */
|
|
1719
|
+
identity?: Identity;
|
|
1720
|
+
/** Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) requests. */
|
|
1721
|
+
skuPropertiesSku?: Sku;
|
|
1096
1722
|
/**
|
|
1097
1723
|
* A GUID uniquely identifying the streaming job. This GUID is generated upon creation of the streaming job.
|
|
1098
1724
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -1153,6 +1779,8 @@ export interface StreamingJob extends TrackedResource {
|
|
|
1153
1779
|
jobStorageAccount?: JobStorageAccount;
|
|
1154
1780
|
/** Valid values are JobStorageAccount and SystemAccount. If set to JobStorageAccount, this requires the user to also specify jobStorageAccount property. . */
|
|
1155
1781
|
contentStoragePolicy?: ContentStoragePolicy;
|
|
1782
|
+
/** The storage account where the custom code artifacts are located. */
|
|
1783
|
+
externals?: External;
|
|
1156
1784
|
/** The cluster which streaming jobs will run on. */
|
|
1157
1785
|
cluster?: ClusterInfo;
|
|
1158
1786
|
}
|
|
@@ -1165,51 +1793,25 @@ export interface Cluster extends TrackedResource {
|
|
|
1165
1793
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1166
1794
|
*/
|
|
1167
1795
|
readonly etag?: string;
|
|
1168
|
-
/**
|
|
1169
|
-
|
|
1170
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1171
|
-
*/
|
|
1172
|
-
readonly createdDate?: Date;
|
|
1173
|
-
/**
|
|
1174
|
-
* Unique identifier for the cluster.
|
|
1175
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1176
|
-
*/
|
|
1177
|
-
readonly clusterId?: string;
|
|
1178
|
-
/**
|
|
1179
|
-
* The status of the cluster provisioning. The three terminal states are: Succeeded, Failed and Canceled
|
|
1180
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1181
|
-
*/
|
|
1182
|
-
readonly provisioningState?: ClusterProvisioningState;
|
|
1183
|
-
/**
|
|
1184
|
-
* Represents the number of streaming units currently being used on the cluster.
|
|
1185
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1186
|
-
*/
|
|
1187
|
-
readonly capacityAllocated?: number;
|
|
1188
|
-
/**
|
|
1189
|
-
* 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.
|
|
1190
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1191
|
-
*/
|
|
1192
|
-
readonly capacityAssigned?: number;
|
|
1796
|
+
/** The properties associated with a Stream Analytics cluster. */
|
|
1797
|
+
properties?: ClusterProperties;
|
|
1193
1798
|
}
|
|
1194
1799
|
/** Complete information about the private endpoint. */
|
|
1195
1800
|
export interface PrivateEndpoint extends ProxyResource {
|
|
1801
|
+
/** The properties associated with a private endpoint. */
|
|
1802
|
+
properties?: PrivateEndpointProperties;
|
|
1196
1803
|
/**
|
|
1197
1804
|
* 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.
|
|
1198
1805
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1199
1806
|
*/
|
|
1200
1807
|
readonly etag?: string;
|
|
1201
|
-
/**
|
|
1202
|
-
* The date when this private endpoint was created.
|
|
1203
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1204
|
-
*/
|
|
1205
|
-
readonly createdDate?: string;
|
|
1206
|
-
/** A list of connections to the remote resource. Immutable after it is set. */
|
|
1207
|
-
manualPrivateLinkServiceConnections?: PrivateLinkServiceConnection[];
|
|
1208
1808
|
}
|
|
1209
1809
|
/** The properties that are associated with a Event Hub input containing stream data. */
|
|
1210
1810
|
export interface EventHubStreamInputDataSourceProperties extends EventHubDataSourceProperties {
|
|
1211
1811
|
/** 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. */
|
|
1212
1812
|
consumerGroupName?: string;
|
|
1813
|
+
/** The number of messages that the message receiver can simultaneously request. */
|
|
1814
|
+
prefetchCount?: number;
|
|
1213
1815
|
}
|
|
1214
1816
|
/** The properties that are associated with an Event Hub output. */
|
|
1215
1817
|
export interface EventHubOutputDataSourceProperties extends EventHubDataSourceProperties {
|
|
@@ -1218,19 +1820,19 @@ export interface EventHubOutputDataSourceProperties extends EventHubDataSourcePr
|
|
|
1218
1820
|
/** The properties associated with this Event Hub output. */
|
|
1219
1821
|
propertyColumns?: string[];
|
|
1220
1822
|
}
|
|
1221
|
-
/** Defines headers for
|
|
1222
|
-
export interface
|
|
1223
|
-
/** The current entity tag for the
|
|
1823
|
+
/** Defines headers for Functions_createOrReplace operation. */
|
|
1824
|
+
export interface FunctionsCreateOrReplaceHeaders {
|
|
1825
|
+
/** 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. */
|
|
1224
1826
|
eTag?: string;
|
|
1225
1827
|
}
|
|
1226
|
-
/** Defines headers for
|
|
1227
|
-
export interface
|
|
1228
|
-
/** The current entity tag for the
|
|
1828
|
+
/** Defines headers for Functions_update operation. */
|
|
1829
|
+
export interface FunctionsUpdateHeaders {
|
|
1830
|
+
/** 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. */
|
|
1229
1831
|
eTag?: string;
|
|
1230
1832
|
}
|
|
1231
|
-
/** Defines headers for
|
|
1232
|
-
export interface
|
|
1233
|
-
/** The current entity tag for the
|
|
1833
|
+
/** Defines headers for Functions_get operation. */
|
|
1834
|
+
export interface FunctionsGetHeaders {
|
|
1835
|
+
/** 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. */
|
|
1234
1836
|
eTag?: string;
|
|
1235
1837
|
}
|
|
1236
1838
|
/** Defines headers for Inputs_createOrReplace operation. */
|
|
@@ -1263,6 +1865,21 @@ export interface OutputsGetHeaders {
|
|
|
1263
1865
|
/** The current entity tag for the output. 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. */
|
|
1264
1866
|
eTag?: string;
|
|
1265
1867
|
}
|
|
1868
|
+
/** Defines headers for StreamingJobs_createOrReplace operation. */
|
|
1869
|
+
export interface StreamingJobsCreateOrReplaceHeaders {
|
|
1870
|
+
/** The current entity tag for the streaming job. 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. */
|
|
1871
|
+
eTag?: string;
|
|
1872
|
+
}
|
|
1873
|
+
/** Defines headers for StreamingJobs_update operation. */
|
|
1874
|
+
export interface StreamingJobsUpdateHeaders {
|
|
1875
|
+
/** The current entity tag for the streaming job. 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. */
|
|
1876
|
+
eTag?: string;
|
|
1877
|
+
}
|
|
1878
|
+
/** Defines headers for StreamingJobs_get operation. */
|
|
1879
|
+
export interface StreamingJobsGetHeaders {
|
|
1880
|
+
/** The current entity tag for the streaming job. 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. */
|
|
1881
|
+
eTag?: string;
|
|
1882
|
+
}
|
|
1266
1883
|
/** Defines headers for Transformations_createOrReplace operation. */
|
|
1267
1884
|
export interface TransformationsCreateOrReplaceHeaders {
|
|
1268
1885
|
/** The current entity tag for the transformation. 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. */
|
|
@@ -1278,21 +1895,88 @@ export interface TransformationsGetHeaders {
|
|
|
1278
1895
|
/** The current entity tag for the transformation. 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. */
|
|
1279
1896
|
eTag?: string;
|
|
1280
1897
|
}
|
|
1281
|
-
/**
|
|
1282
|
-
export
|
|
1283
|
-
/**
|
|
1284
|
-
|
|
1898
|
+
/** Known values of {@link EventSerializationType} that the service accepts. */
|
|
1899
|
+
export declare enum KnownEventSerializationType {
|
|
1900
|
+
/** Csv */
|
|
1901
|
+
Csv = "Csv",
|
|
1902
|
+
/** Avro */
|
|
1903
|
+
Avro = "Avro",
|
|
1904
|
+
/** Json */
|
|
1905
|
+
Json = "Json",
|
|
1906
|
+
/** CustomClr */
|
|
1907
|
+
CustomClr = "CustomClr",
|
|
1908
|
+
/** Parquet */
|
|
1909
|
+
Parquet = "Parquet",
|
|
1910
|
+
/** Delta */
|
|
1911
|
+
Delta = "Delta"
|
|
1285
1912
|
}
|
|
1286
|
-
/**
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1913
|
+
/**
|
|
1914
|
+
* Defines values for EventSerializationType. \
|
|
1915
|
+
* {@link KnownEventSerializationType} can be used interchangeably with EventSerializationType,
|
|
1916
|
+
* this enum contains the known values that the service supports.
|
|
1917
|
+
* ### Known values supported by the service
|
|
1918
|
+
* **Csv** \
|
|
1919
|
+
* **Avro** \
|
|
1920
|
+
* **Json** \
|
|
1921
|
+
* **CustomClr** \
|
|
1922
|
+
* **Parquet** \
|
|
1923
|
+
* **Delta**
|
|
1924
|
+
*/
|
|
1925
|
+
export type EventSerializationType = string;
|
|
1926
|
+
/** Known values of {@link CompressionType} that the service accepts. */
|
|
1927
|
+
export declare enum KnownCompressionType {
|
|
1928
|
+
/** None */
|
|
1929
|
+
None = "None",
|
|
1930
|
+
/** GZip */
|
|
1931
|
+
GZip = "GZip",
|
|
1932
|
+
/** Deflate */
|
|
1933
|
+
Deflate = "Deflate"
|
|
1290
1934
|
}
|
|
1291
|
-
/**
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1935
|
+
/**
|
|
1936
|
+
* Defines values for CompressionType. \
|
|
1937
|
+
* {@link KnownCompressionType} can be used interchangeably with CompressionType,
|
|
1938
|
+
* this enum contains the known values that the service supports.
|
|
1939
|
+
* ### Known values supported by the service
|
|
1940
|
+
* **None** \
|
|
1941
|
+
* **GZip** \
|
|
1942
|
+
* **Deflate**
|
|
1943
|
+
*/
|
|
1944
|
+
export type CompressionType = string;
|
|
1945
|
+
/** Known values of {@link InputWatermarkMode} that the service accepts. */
|
|
1946
|
+
export declare enum KnownInputWatermarkMode {
|
|
1947
|
+
/** None */
|
|
1948
|
+
None = "None",
|
|
1949
|
+
/** ReadWatermark */
|
|
1950
|
+
ReadWatermark = "ReadWatermark"
|
|
1295
1951
|
}
|
|
1952
|
+
/**
|
|
1953
|
+
* Defines values for InputWatermarkMode. \
|
|
1954
|
+
* {@link KnownInputWatermarkMode} can be used interchangeably with InputWatermarkMode,
|
|
1955
|
+
* this enum contains the known values that the service supports.
|
|
1956
|
+
* ### Known values supported by the service
|
|
1957
|
+
* **None** \
|
|
1958
|
+
* **ReadWatermark**
|
|
1959
|
+
*/
|
|
1960
|
+
export type InputWatermarkMode = string;
|
|
1961
|
+
/** Known values of {@link OutputWatermarkMode} that the service accepts. */
|
|
1962
|
+
export declare enum KnownOutputWatermarkMode {
|
|
1963
|
+
/** None */
|
|
1964
|
+
None = "None",
|
|
1965
|
+
/** SendCurrentPartitionWatermark */
|
|
1966
|
+
SendCurrentPartitionWatermark = "SendCurrentPartitionWatermark",
|
|
1967
|
+
/** SendLowestWatermarkAcrossPartitions */
|
|
1968
|
+
SendLowestWatermarkAcrossPartitions = "SendLowestWatermarkAcrossPartitions"
|
|
1969
|
+
}
|
|
1970
|
+
/**
|
|
1971
|
+
* Defines values for OutputWatermarkMode. \
|
|
1972
|
+
* {@link KnownOutputWatermarkMode} can be used interchangeably with OutputWatermarkMode,
|
|
1973
|
+
* this enum contains the known values that the service supports.
|
|
1974
|
+
* ### Known values supported by the service
|
|
1975
|
+
* **None** \
|
|
1976
|
+
* **SendCurrentPartitionWatermark** \
|
|
1977
|
+
* **SendLowestWatermarkAcrossPartitions**
|
|
1978
|
+
*/
|
|
1979
|
+
export type OutputWatermarkMode = string;
|
|
1296
1980
|
/** Known values of {@link SkuName} that the service accepts. */
|
|
1297
1981
|
export declare enum KnownSkuName {
|
|
1298
1982
|
/** Standard */
|
|
@@ -1389,47 +2073,6 @@ export declare enum KnownCompatibilityLevel {
|
|
|
1389
2073
|
* **1.2**
|
|
1390
2074
|
*/
|
|
1391
2075
|
export type CompatibilityLevel = string;
|
|
1392
|
-
/** Known values of {@link EventSerializationType} that the service accepts. */
|
|
1393
|
-
export declare enum KnownEventSerializationType {
|
|
1394
|
-
/** Csv */
|
|
1395
|
-
Csv = "Csv",
|
|
1396
|
-
/** Avro */
|
|
1397
|
-
Avro = "Avro",
|
|
1398
|
-
/** Json */
|
|
1399
|
-
Json = "Json",
|
|
1400
|
-
/** Parquet */
|
|
1401
|
-
Parquet = "Parquet"
|
|
1402
|
-
}
|
|
1403
|
-
/**
|
|
1404
|
-
* Defines values for EventSerializationType. \
|
|
1405
|
-
* {@link KnownEventSerializationType} can be used interchangeably with EventSerializationType,
|
|
1406
|
-
* this enum contains the known values that the service supports.
|
|
1407
|
-
* ### Known values supported by the service
|
|
1408
|
-
* **Csv** \
|
|
1409
|
-
* **Avro** \
|
|
1410
|
-
* **Json** \
|
|
1411
|
-
* **Parquet**
|
|
1412
|
-
*/
|
|
1413
|
-
export type EventSerializationType = string;
|
|
1414
|
-
/** Known values of {@link CompressionType} that the service accepts. */
|
|
1415
|
-
export declare enum KnownCompressionType {
|
|
1416
|
-
/** None */
|
|
1417
|
-
None = "None",
|
|
1418
|
-
/** GZip */
|
|
1419
|
-
GZip = "GZip",
|
|
1420
|
-
/** Deflate */
|
|
1421
|
-
Deflate = "Deflate"
|
|
1422
|
-
}
|
|
1423
|
-
/**
|
|
1424
|
-
* Defines values for CompressionType. \
|
|
1425
|
-
* {@link KnownCompressionType} can be used interchangeably with CompressionType,
|
|
1426
|
-
* this enum contains the known values that the service supports.
|
|
1427
|
-
* ### Known values supported by the service
|
|
1428
|
-
* **None** \
|
|
1429
|
-
* **GZip** \
|
|
1430
|
-
* **Deflate**
|
|
1431
|
-
*/
|
|
1432
|
-
export type CompressionType = string;
|
|
1433
2076
|
/** Known values of {@link AuthenticationMode} that the service accepts. */
|
|
1434
2077
|
export declare enum KnownAuthenticationMode {
|
|
1435
2078
|
/** Msi */
|
|
@@ -1465,6 +2108,117 @@ export declare enum KnownContentStoragePolicy {
|
|
|
1465
2108
|
* **JobStorageAccount**
|
|
1466
2109
|
*/
|
|
1467
2110
|
export type ContentStoragePolicy = string;
|
|
2111
|
+
/** Known values of {@link UpdatableUdfRefreshType} that the service accepts. */
|
|
2112
|
+
export declare enum KnownUpdatableUdfRefreshType {
|
|
2113
|
+
/** Blocking */
|
|
2114
|
+
Blocking = "Blocking",
|
|
2115
|
+
/** Nonblocking */
|
|
2116
|
+
Nonblocking = "Nonblocking"
|
|
2117
|
+
}
|
|
2118
|
+
/**
|
|
2119
|
+
* Defines values for UpdatableUdfRefreshType. \
|
|
2120
|
+
* {@link KnownUpdatableUdfRefreshType} can be used interchangeably with UpdatableUdfRefreshType,
|
|
2121
|
+
* this enum contains the known values that the service supports.
|
|
2122
|
+
* ### Known values supported by the service
|
|
2123
|
+
* **Blocking** \
|
|
2124
|
+
* **Nonblocking**
|
|
2125
|
+
*/
|
|
2126
|
+
export type UpdatableUdfRefreshType = string;
|
|
2127
|
+
/** Known values of {@link ResourceType} that the service accepts. */
|
|
2128
|
+
export declare enum KnownResourceType {
|
|
2129
|
+
/** MicrosoftStreamAnalyticsStreamingjobs */
|
|
2130
|
+
MicrosoftStreamAnalyticsStreamingjobs = "Microsoft.StreamAnalytics/streamingjobs"
|
|
2131
|
+
}
|
|
2132
|
+
/**
|
|
2133
|
+
* Defines values for ResourceType. \
|
|
2134
|
+
* {@link KnownResourceType} can be used interchangeably with ResourceType,
|
|
2135
|
+
* this enum contains the known values that the service supports.
|
|
2136
|
+
* ### Known values supported by the service
|
|
2137
|
+
* **Microsoft.StreamAnalytics\/streamingjobs**
|
|
2138
|
+
*/
|
|
2139
|
+
export type ResourceType = string;
|
|
2140
|
+
/** Known values of {@link SkuCapacityScaleType} that the service accepts. */
|
|
2141
|
+
export declare enum KnownSkuCapacityScaleType {
|
|
2142
|
+
/** Supported scale type automatic. */
|
|
2143
|
+
Automatic = "automatic",
|
|
2144
|
+
/** Supported scale type manual. */
|
|
2145
|
+
Manual = "manual",
|
|
2146
|
+
/** Scaling not supported. */
|
|
2147
|
+
None = "none"
|
|
2148
|
+
}
|
|
2149
|
+
/**
|
|
2150
|
+
* Defines values for SkuCapacityScaleType. \
|
|
2151
|
+
* {@link KnownSkuCapacityScaleType} can be used interchangeably with SkuCapacityScaleType,
|
|
2152
|
+
* this enum contains the known values that the service supports.
|
|
2153
|
+
* ### Known values supported by the service
|
|
2154
|
+
* **automatic**: Supported scale type automatic. \
|
|
2155
|
+
* **manual**: Supported scale type manual. \
|
|
2156
|
+
* **none**: Scaling not supported.
|
|
2157
|
+
*/
|
|
2158
|
+
export type SkuCapacityScaleType = string;
|
|
2159
|
+
/** Known values of {@link QueryTestingResultStatus} that the service accepts. */
|
|
2160
|
+
export declare enum KnownQueryTestingResultStatus {
|
|
2161
|
+
/** The query testing operation was initiated. */
|
|
2162
|
+
Started = "Started",
|
|
2163
|
+
/** The query testing operation succeeded. */
|
|
2164
|
+
Success = "Success",
|
|
2165
|
+
/** The query testing operation failed due to a compiler error. */
|
|
2166
|
+
CompilerError = "CompilerError",
|
|
2167
|
+
/** The query testing operation failed due to a runtime error. */
|
|
2168
|
+
RuntimeError = "RuntimeError",
|
|
2169
|
+
/** The query testing operation failed due to a timeout. */
|
|
2170
|
+
Timeout = "Timeout",
|
|
2171
|
+
/** The query testing operation failed due to an unknown error . */
|
|
2172
|
+
UnknownError = "UnknownError"
|
|
2173
|
+
}
|
|
2174
|
+
/**
|
|
2175
|
+
* Defines values for QueryTestingResultStatus. \
|
|
2176
|
+
* {@link KnownQueryTestingResultStatus} can be used interchangeably with QueryTestingResultStatus,
|
|
2177
|
+
* this enum contains the known values that the service supports.
|
|
2178
|
+
* ### Known values supported by the service
|
|
2179
|
+
* **Started**: The query testing operation was initiated. \
|
|
2180
|
+
* **Success**: The query testing operation succeeded. \
|
|
2181
|
+
* **CompilerError**: The query testing operation failed due to a compiler error. \
|
|
2182
|
+
* **RuntimeError**: The query testing operation failed due to a runtime error. \
|
|
2183
|
+
* **Timeout**: The query testing operation failed due to a timeout. \
|
|
2184
|
+
* **UnknownError**: The query testing operation failed due to an unknown error .
|
|
2185
|
+
*/
|
|
2186
|
+
export type QueryTestingResultStatus = string;
|
|
2187
|
+
/** Known values of {@link SampleInputResultStatus} that the service accepts. */
|
|
2188
|
+
export declare enum KnownSampleInputResultStatus {
|
|
2189
|
+
/** The sample input operation successfully read all the events in the range. */
|
|
2190
|
+
ReadAllEventsInRange = "ReadAllEventsInRange",
|
|
2191
|
+
/** The sample input operation found no events in the range. */
|
|
2192
|
+
NoEventsFoundInRange = "NoEventsFoundInRange",
|
|
2193
|
+
/** The sample input operation failed to connect to the input. */
|
|
2194
|
+
ErrorConnectingToInput = "ErrorConnectingToInput"
|
|
2195
|
+
}
|
|
2196
|
+
/**
|
|
2197
|
+
* Defines values for SampleInputResultStatus. \
|
|
2198
|
+
* {@link KnownSampleInputResultStatus} can be used interchangeably with SampleInputResultStatus,
|
|
2199
|
+
* this enum contains the known values that the service supports.
|
|
2200
|
+
* ### Known values supported by the service
|
|
2201
|
+
* **ReadAllEventsInRange**: The sample input operation successfully read all the events in the range. \
|
|
2202
|
+
* **NoEventsFoundInRange**: The sample input operation found no events in the range. \
|
|
2203
|
+
* **ErrorConnectingToInput**: The sample input operation failed to connect to the input.
|
|
2204
|
+
*/
|
|
2205
|
+
export type SampleInputResultStatus = string;
|
|
2206
|
+
/** Known values of {@link TestDatasourceResultStatus} that the service accepts. */
|
|
2207
|
+
export declare enum KnownTestDatasourceResultStatus {
|
|
2208
|
+
/** The test datasource operation succeeded. */
|
|
2209
|
+
TestSucceeded = "TestSucceeded",
|
|
2210
|
+
/** The test datasource operation failed. */
|
|
2211
|
+
TestFailed = "TestFailed"
|
|
2212
|
+
}
|
|
2213
|
+
/**
|
|
2214
|
+
* Defines values for TestDatasourceResultStatus. \
|
|
2215
|
+
* {@link KnownTestDatasourceResultStatus} can be used interchangeably with TestDatasourceResultStatus,
|
|
2216
|
+
* this enum contains the known values that the service supports.
|
|
2217
|
+
* ### Known values supported by the service
|
|
2218
|
+
* **TestSucceeded**: The test datasource operation succeeded. \
|
|
2219
|
+
* **TestFailed**: The test datasource operation failed.
|
|
2220
|
+
*/
|
|
2221
|
+
export type TestDatasourceResultStatus = string;
|
|
1468
2222
|
/** Known values of {@link ClusterSkuName} that the service accepts. */
|
|
1469
2223
|
export declare enum KnownClusterSkuName {
|
|
1470
2224
|
/** The default SKU. */
|
|
@@ -1540,6 +2294,22 @@ export declare enum KnownJobState {
|
|
|
1540
2294
|
* **Scaling**: The job is currently in the Scaling state.
|
|
1541
2295
|
*/
|
|
1542
2296
|
export type JobState = string;
|
|
2297
|
+
/** Known values of {@link UpdateMode} that the service accepts. */
|
|
2298
|
+
export declare enum KnownUpdateMode {
|
|
2299
|
+
/** Static */
|
|
2300
|
+
Static = "Static",
|
|
2301
|
+
/** Refreshable */
|
|
2302
|
+
Refreshable = "Refreshable"
|
|
2303
|
+
}
|
|
2304
|
+
/**
|
|
2305
|
+
* Defines values for UpdateMode. \
|
|
2306
|
+
* {@link KnownUpdateMode} can be used interchangeably with UpdateMode,
|
|
2307
|
+
* this enum contains the known values that the service supports.
|
|
2308
|
+
* ### Known values supported by the service
|
|
2309
|
+
* **Static** \
|
|
2310
|
+
* **Refreshable**
|
|
2311
|
+
*/
|
|
2312
|
+
export type UpdateMode = string;
|
|
1543
2313
|
/** Known values of {@link Encoding} that the service accepts. */
|
|
1544
2314
|
export declare enum KnownEncoding {
|
|
1545
2315
|
/** UTF8 */
|
|
@@ -1588,99 +2358,92 @@ export declare enum KnownRefreshType {
|
|
|
1588
2358
|
* **RefreshPeriodicallyWithDelta**
|
|
1589
2359
|
*/
|
|
1590
2360
|
export type RefreshType = string;
|
|
1591
|
-
/**
|
|
1592
|
-
export
|
|
2361
|
+
/** Known values of {@link EventGridEventSchemaType} that the service accepts. */
|
|
2362
|
+
export declare enum KnownEventGridEventSchemaType {
|
|
2363
|
+
/** EventGridEventSchema */
|
|
2364
|
+
EventGridEventSchema = "EventGridEventSchema",
|
|
2365
|
+
/** CloudEventSchema */
|
|
2366
|
+
CloudEventSchema = "CloudEventSchema"
|
|
1593
2367
|
}
|
|
1594
|
-
/**
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
2368
|
+
/**
|
|
2369
|
+
* Defines values for EventGridEventSchemaType. \
|
|
2370
|
+
* {@link KnownEventGridEventSchemaType} can be used interchangeably with EventGridEventSchemaType,
|
|
2371
|
+
* this enum contains the known values that the service supports.
|
|
2372
|
+
* ### Known values supported by the service
|
|
2373
|
+
* **EventGridEventSchema** \
|
|
2374
|
+
* **CloudEventSchema**
|
|
2375
|
+
*/
|
|
2376
|
+
export type EventGridEventSchemaType = string;
|
|
2377
|
+
/** Known values of {@link BlobWriteMode} that the service accepts. */
|
|
2378
|
+
export declare enum KnownBlobWriteMode {
|
|
2379
|
+
/** Append */
|
|
2380
|
+
Append = "Append",
|
|
2381
|
+
/** Once */
|
|
2382
|
+
Once = "Once"
|
|
1598
2383
|
}
|
|
1599
|
-
/**
|
|
1600
|
-
|
|
2384
|
+
/**
|
|
2385
|
+
* Defines values for BlobWriteMode. \
|
|
2386
|
+
* {@link KnownBlobWriteMode} can be used interchangeably with BlobWriteMode,
|
|
2387
|
+
* this enum contains the known values that the service supports.
|
|
2388
|
+
* ### Known values supported by the service
|
|
2389
|
+
* **Append** \
|
|
2390
|
+
* **Once**
|
|
2391
|
+
*/
|
|
2392
|
+
export type BlobWriteMode = string;
|
|
1601
2393
|
/** Optional parameters. */
|
|
1602
|
-
export interface
|
|
1603
|
-
/** The ETag of the
|
|
2394
|
+
export interface FunctionsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
|
|
2395
|
+
/** The ETag of the function. Omit this value to always overwrite the current function. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
1604
2396
|
ifMatch?: string;
|
|
1605
|
-
/** Set to '*' to allow a new
|
|
2397
|
+
/** Set to '*' to allow a new function to be created, but to prevent updating an existing function. Other values will result in a 412 Pre-condition Failed response. */
|
|
1606
2398
|
ifNoneMatch?: string;
|
|
1607
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1608
|
-
updateIntervalInMs?: number;
|
|
1609
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1610
|
-
resumeFrom?: string;
|
|
1611
2399
|
}
|
|
1612
2400
|
/** Contains response data for the createOrReplace operation. */
|
|
1613
|
-
export type
|
|
2401
|
+
export type FunctionsCreateOrReplaceResponse = FunctionsCreateOrReplaceHeaders & FunctionModel;
|
|
1614
2402
|
/** Optional parameters. */
|
|
1615
|
-
export interface
|
|
1616
|
-
/** The ETag of the
|
|
2403
|
+
export interface FunctionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2404
|
+
/** The ETag of the function. Omit this value to always overwrite the current function. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
1617
2405
|
ifMatch?: string;
|
|
1618
2406
|
}
|
|
1619
2407
|
/** Contains response data for the update operation. */
|
|
1620
|
-
export type
|
|
2408
|
+
export type FunctionsUpdateResponse = FunctionsUpdateHeaders & FunctionModel;
|
|
1621
2409
|
/** Optional parameters. */
|
|
1622
|
-
export interface
|
|
1623
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1624
|
-
updateIntervalInMs?: number;
|
|
1625
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1626
|
-
resumeFrom?: string;
|
|
2410
|
+
export interface FunctionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1627
2411
|
}
|
|
1628
2412
|
/** Optional parameters. */
|
|
1629
|
-
export interface
|
|
1630
|
-
/** The $expand OData query parameter. This is a comma-separated list of additional streaming job properties to include in the response, beyond the default set returned when this parameter is absent. The default set is all streaming job properties other than 'inputs', 'transformation', 'outputs', and 'functions'. */
|
|
1631
|
-
expand?: string;
|
|
2413
|
+
export interface FunctionsGetOptionalParams extends coreClient.OperationOptions {
|
|
1632
2414
|
}
|
|
1633
2415
|
/** Contains response data for the get operation. */
|
|
1634
|
-
export type
|
|
1635
|
-
/** Optional parameters. */
|
|
1636
|
-
export interface StreamingJobsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1637
|
-
/** The $expand OData query parameter. This is a comma-separated list of additional streaming job properties to include in the response, beyond the default set returned when this parameter is absent. The default set is all streaming job properties other than 'inputs', 'transformation', 'outputs', and 'functions'. */
|
|
1638
|
-
expand?: string;
|
|
1639
|
-
}
|
|
1640
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
1641
|
-
export type StreamingJobsListByResourceGroupResponse = StreamingJobListResult;
|
|
1642
|
-
/** Optional parameters. */
|
|
1643
|
-
export interface StreamingJobsListOptionalParams extends coreClient.OperationOptions {
|
|
1644
|
-
/** The $expand OData query parameter. This is a comma-separated list of additional streaming job properties to include in the response, beyond the default set returned when this parameter is absent. The default set is all streaming job properties other than 'inputs', 'transformation', 'outputs', and 'functions'. */
|
|
1645
|
-
expand?: string;
|
|
1646
|
-
}
|
|
1647
|
-
/** Contains response data for the list operation. */
|
|
1648
|
-
export type StreamingJobsListResponse = StreamingJobListResult;
|
|
1649
|
-
/** Optional parameters. */
|
|
1650
|
-
export interface StreamingJobsStartOptionalParams extends coreClient.OperationOptions {
|
|
1651
|
-
/** Parameters applicable to a start streaming job operation. */
|
|
1652
|
-
startJobParameters?: StartStreamingJobParameters;
|
|
1653
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1654
|
-
updateIntervalInMs?: number;
|
|
1655
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1656
|
-
resumeFrom?: string;
|
|
1657
|
-
}
|
|
2416
|
+
export type FunctionsGetResponse = FunctionsGetHeaders & FunctionModel;
|
|
1658
2417
|
/** Optional parameters. */
|
|
1659
|
-
export interface
|
|
1660
|
-
/**
|
|
1661
|
-
|
|
1662
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1663
|
-
resumeFrom?: string;
|
|
2418
|
+
export interface FunctionsListByStreamingJobOptionalParams extends coreClient.OperationOptions {
|
|
2419
|
+
/** The $select OData query parameter. This is a comma-separated list of structural properties to include in the response, or "*" to include all properties. By default, all properties are returned except diagnostics. Currently only accepts '*' as a valid value. */
|
|
2420
|
+
select?: string;
|
|
1664
2421
|
}
|
|
2422
|
+
/** Contains response data for the listByStreamingJob operation. */
|
|
2423
|
+
export type FunctionsListByStreamingJobResponse = FunctionListResult;
|
|
1665
2424
|
/** Optional parameters. */
|
|
1666
|
-
export interface
|
|
1667
|
-
/**
|
|
1668
|
-
|
|
2425
|
+
export interface FunctionsTestOptionalParams extends coreClient.OperationOptions {
|
|
2426
|
+
/** 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. */
|
|
2427
|
+
function?: FunctionModel;
|
|
1669
2428
|
/** Delay to wait until next poll, in milliseconds. */
|
|
1670
2429
|
updateIntervalInMs?: number;
|
|
1671
2430
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1672
2431
|
resumeFrom?: string;
|
|
1673
2432
|
}
|
|
2433
|
+
/** Contains response data for the test operation. */
|
|
2434
|
+
export type FunctionsTestResponse = ResourceTestStatus;
|
|
1674
2435
|
/** Optional parameters. */
|
|
1675
|
-
export interface
|
|
2436
|
+
export interface FunctionsRetrieveDefaultDefinitionOptionalParams extends coreClient.OperationOptions {
|
|
2437
|
+
/** Parameters used to specify the type of function to retrieve the default definition for. */
|
|
2438
|
+
functionRetrieveDefaultDefinitionParameters?: FunctionRetrieveDefaultDefinitionParametersUnion;
|
|
1676
2439
|
}
|
|
1677
|
-
/** Contains response data for the
|
|
1678
|
-
export type
|
|
2440
|
+
/** Contains response data for the retrieveDefaultDefinition operation. */
|
|
2441
|
+
export type FunctionsRetrieveDefaultDefinitionResponse = FunctionModel;
|
|
1679
2442
|
/** Optional parameters. */
|
|
1680
|
-
export interface
|
|
2443
|
+
export interface FunctionsListByStreamingJobNextOptionalParams extends coreClient.OperationOptions {
|
|
1681
2444
|
}
|
|
1682
|
-
/** Contains response data for the
|
|
1683
|
-
export type
|
|
2445
|
+
/** Contains response data for the listByStreamingJobNext operation. */
|
|
2446
|
+
export type FunctionsListByStreamingJobNextResponse = FunctionListResult;
|
|
1684
2447
|
/** Optional parameters. */
|
|
1685
2448
|
export interface InputsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
|
|
1686
2449
|
/** The ETag of the input. Omit this value to always overwrite the current input. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
@@ -1776,86 +2539,176 @@ export interface OutputsListByStreamingJobNextOptionalParams extends coreClient.
|
|
|
1776
2539
|
/** Contains response data for the listByStreamingJobNext operation. */
|
|
1777
2540
|
export type OutputsListByStreamingJobNextResponse = OutputListResult;
|
|
1778
2541
|
/** Optional parameters. */
|
|
1779
|
-
export interface
|
|
1780
|
-
|
|
2542
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
2543
|
+
}
|
|
2544
|
+
/** Contains response data for the list operation. */
|
|
2545
|
+
export type OperationsListResponse = OperationListResult;
|
|
2546
|
+
/** Optional parameters. */
|
|
2547
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
2548
|
+
}
|
|
2549
|
+
/** Contains response data for the listNext operation. */
|
|
2550
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
2551
|
+
/** Optional parameters. */
|
|
2552
|
+
export interface StreamingJobsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
|
|
2553
|
+
/** The ETag of the streaming job. Omit this value to always overwrite the current record set. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
1781
2554
|
ifMatch?: string;
|
|
1782
|
-
/** Set to '*' to allow a new
|
|
2555
|
+
/** Set to '*' to allow a new streaming job to be created, but to prevent updating an existing record set. Other values will result in a 412 Pre-condition Failed response. */
|
|
1783
2556
|
ifNoneMatch?: string;
|
|
2557
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2558
|
+
updateIntervalInMs?: number;
|
|
2559
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2560
|
+
resumeFrom?: string;
|
|
1784
2561
|
}
|
|
1785
2562
|
/** Contains response data for the createOrReplace operation. */
|
|
1786
|
-
export type
|
|
2563
|
+
export type StreamingJobsCreateOrReplaceResponse = StreamingJobsCreateOrReplaceHeaders & StreamingJob;
|
|
1787
2564
|
/** Optional parameters. */
|
|
1788
|
-
export interface
|
|
1789
|
-
/** The ETag of the
|
|
2565
|
+
export interface StreamingJobsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2566
|
+
/** The ETag of the streaming job. Omit this value to always overwrite the current record set. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
1790
2567
|
ifMatch?: string;
|
|
1791
2568
|
}
|
|
1792
2569
|
/** Contains response data for the update operation. */
|
|
1793
|
-
export type
|
|
2570
|
+
export type StreamingJobsUpdateResponse = StreamingJobsUpdateHeaders & StreamingJob;
|
|
1794
2571
|
/** Optional parameters. */
|
|
1795
|
-
export interface
|
|
2572
|
+
export interface StreamingJobsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2573
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2574
|
+
updateIntervalInMs?: number;
|
|
2575
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2576
|
+
resumeFrom?: string;
|
|
1796
2577
|
}
|
|
1797
|
-
/** Contains response data for the get operation. */
|
|
1798
|
-
export type TransformationsGetResponse = TransformationsGetHeaders & Transformation;
|
|
1799
2578
|
/** Optional parameters. */
|
|
1800
|
-
export interface
|
|
1801
|
-
/** The
|
|
1802
|
-
|
|
1803
|
-
/** Set to '*' to allow a new function to be created, but to prevent updating an existing function. Other values will result in a 412 Pre-condition Failed response. */
|
|
1804
|
-
ifNoneMatch?: string;
|
|
2579
|
+
export interface StreamingJobsGetOptionalParams extends coreClient.OperationOptions {
|
|
2580
|
+
/** The $expand OData query parameter. This is a comma-separated list of additional streaming job properties to include in the response, beyond the default set returned when this parameter is absent. The default set is all streaming job properties other than 'inputs', 'transformation', 'outputs', and 'functions'. */
|
|
2581
|
+
expand?: string;
|
|
1805
2582
|
}
|
|
1806
|
-
/** Contains response data for the
|
|
1807
|
-
export type
|
|
2583
|
+
/** Contains response data for the get operation. */
|
|
2584
|
+
export type StreamingJobsGetResponse = StreamingJobsGetHeaders & StreamingJob;
|
|
1808
2585
|
/** Optional parameters. */
|
|
1809
|
-
export interface
|
|
1810
|
-
/** The
|
|
1811
|
-
|
|
2586
|
+
export interface StreamingJobsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2587
|
+
/** The $expand OData query parameter. This is a comma-separated list of additional streaming job properties to include in the response, beyond the default set returned when this parameter is absent. The default set is all streaming job properties other than 'inputs', 'transformation', 'outputs', and 'functions'. */
|
|
2588
|
+
expand?: string;
|
|
1812
2589
|
}
|
|
1813
|
-
/** Contains response data for the
|
|
1814
|
-
export type
|
|
2590
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
2591
|
+
export type StreamingJobsListByResourceGroupResponse = StreamingJobListResult;
|
|
1815
2592
|
/** Optional parameters. */
|
|
1816
|
-
export interface
|
|
2593
|
+
export interface StreamingJobsListOptionalParams extends coreClient.OperationOptions {
|
|
2594
|
+
/** The $expand OData query parameter. This is a comma-separated list of additional streaming job properties to include in the response, beyond the default set returned when this parameter is absent. The default set is all streaming job properties other than 'inputs', 'transformation', 'outputs', and 'functions'. */
|
|
2595
|
+
expand?: string;
|
|
1817
2596
|
}
|
|
2597
|
+
/** Contains response data for the list operation. */
|
|
2598
|
+
export type StreamingJobsListResponse = StreamingJobListResult;
|
|
1818
2599
|
/** Optional parameters. */
|
|
1819
|
-
export interface
|
|
2600
|
+
export interface StreamingJobsStartOptionalParams extends coreClient.OperationOptions {
|
|
2601
|
+
/** Parameters applicable to a start streaming job operation. */
|
|
2602
|
+
startJobParameters?: StartStreamingJobParameters;
|
|
2603
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2604
|
+
updateIntervalInMs?: number;
|
|
2605
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2606
|
+
resumeFrom?: string;
|
|
1820
2607
|
}
|
|
1821
|
-
/** Contains response data for the get operation. */
|
|
1822
|
-
export type FunctionsGetResponse = FunctionsGetHeaders & FunctionModel;
|
|
1823
2608
|
/** Optional parameters. */
|
|
1824
|
-
export interface
|
|
1825
|
-
/**
|
|
1826
|
-
|
|
2609
|
+
export interface StreamingJobsStopOptionalParams extends coreClient.OperationOptions {
|
|
2610
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2611
|
+
updateIntervalInMs?: number;
|
|
2612
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2613
|
+
resumeFrom?: string;
|
|
1827
2614
|
}
|
|
1828
|
-
/** Contains response data for the listByStreamingJob operation. */
|
|
1829
|
-
export type FunctionsListByStreamingJobResponse = FunctionListResult;
|
|
1830
2615
|
/** Optional parameters. */
|
|
1831
|
-
export interface
|
|
1832
|
-
/**
|
|
1833
|
-
|
|
2616
|
+
export interface StreamingJobsScaleOptionalParams extends coreClient.OperationOptions {
|
|
2617
|
+
/** Parameters applicable to a scale streaming job operation. */
|
|
2618
|
+
scaleJobParameters?: ScaleStreamingJobParameters;
|
|
1834
2619
|
/** Delay to wait until next poll, in milliseconds. */
|
|
1835
2620
|
updateIntervalInMs?: number;
|
|
1836
2621
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1837
2622
|
resumeFrom?: string;
|
|
1838
2623
|
}
|
|
1839
|
-
/** Contains response data for the test operation. */
|
|
1840
|
-
export type FunctionsTestResponse = ResourceTestStatus;
|
|
1841
2624
|
/** Optional parameters. */
|
|
1842
|
-
export interface
|
|
1843
|
-
/** Parameters used to specify the type of function to retrieve the default definition for. */
|
|
1844
|
-
functionRetrieveDefaultDefinitionParameters?: FunctionRetrieveDefaultDefinitionParametersUnion;
|
|
2625
|
+
export interface StreamingJobsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1845
2626
|
}
|
|
1846
|
-
/** Contains response data for the
|
|
1847
|
-
export type
|
|
2627
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2628
|
+
export type StreamingJobsListByResourceGroupNextResponse = StreamingJobListResult;
|
|
1848
2629
|
/** Optional parameters. */
|
|
1849
|
-
export interface
|
|
2630
|
+
export interface StreamingJobsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1850
2631
|
}
|
|
1851
|
-
/** Contains response data for the
|
|
1852
|
-
export type
|
|
2632
|
+
/** Contains response data for the listNext operation. */
|
|
2633
|
+
export type StreamingJobsListNextResponse = StreamingJobListResult;
|
|
2634
|
+
/** Optional parameters. */
|
|
2635
|
+
export interface SkuListOptionalParams extends coreClient.OperationOptions {
|
|
2636
|
+
}
|
|
2637
|
+
/** Contains response data for the list operation. */
|
|
2638
|
+
export type SkuListResponse = GetStreamingJobSkuResults;
|
|
2639
|
+
/** Optional parameters. */
|
|
2640
|
+
export interface SkuListNextOptionalParams extends coreClient.OperationOptions {
|
|
2641
|
+
}
|
|
2642
|
+
/** Contains response data for the listNext operation. */
|
|
2643
|
+
export type SkuListNextResponse = GetStreamingJobSkuResults;
|
|
1853
2644
|
/** Optional parameters. */
|
|
1854
2645
|
export interface SubscriptionsListQuotasOptionalParams extends coreClient.OperationOptions {
|
|
1855
2646
|
}
|
|
1856
2647
|
/** Contains response data for the listQuotas operation. */
|
|
1857
2648
|
export type SubscriptionsListQuotasResponse = SubscriptionQuotasListResult;
|
|
1858
2649
|
/** Optional parameters. */
|
|
2650
|
+
export interface SubscriptionsTestQueryOptionalParams extends coreClient.OperationOptions {
|
|
2651
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2652
|
+
updateIntervalInMs?: number;
|
|
2653
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2654
|
+
resumeFrom?: string;
|
|
2655
|
+
}
|
|
2656
|
+
/** Contains response data for the testQuery operation. */
|
|
2657
|
+
export type SubscriptionsTestQueryResponse = QueryTestingResult;
|
|
2658
|
+
/** Optional parameters. */
|
|
2659
|
+
export interface SubscriptionsCompileQueryOptionalParams extends coreClient.OperationOptions {
|
|
2660
|
+
}
|
|
2661
|
+
/** Contains response data for the compileQuery operation. */
|
|
2662
|
+
export type SubscriptionsCompileQueryResponse = QueryCompilationResult;
|
|
2663
|
+
/** Optional parameters. */
|
|
2664
|
+
export interface SubscriptionsSampleInputOptionalParams extends coreClient.OperationOptions {
|
|
2665
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2666
|
+
updateIntervalInMs?: number;
|
|
2667
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2668
|
+
resumeFrom?: string;
|
|
2669
|
+
}
|
|
2670
|
+
/** Contains response data for the sampleInput operation. */
|
|
2671
|
+
export type SubscriptionsSampleInputResponse = SampleInputResult;
|
|
2672
|
+
/** Optional parameters. */
|
|
2673
|
+
export interface SubscriptionsTestInputOptionalParams extends coreClient.OperationOptions {
|
|
2674
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2675
|
+
updateIntervalInMs?: number;
|
|
2676
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2677
|
+
resumeFrom?: string;
|
|
2678
|
+
}
|
|
2679
|
+
/** Contains response data for the testInput operation. */
|
|
2680
|
+
export type SubscriptionsTestInputResponse = TestDatasourceResult;
|
|
2681
|
+
/** Optional parameters. */
|
|
2682
|
+
export interface SubscriptionsTestOutputOptionalParams extends coreClient.OperationOptions {
|
|
2683
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2684
|
+
updateIntervalInMs?: number;
|
|
2685
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2686
|
+
resumeFrom?: string;
|
|
2687
|
+
}
|
|
2688
|
+
/** Contains response data for the testOutput operation. */
|
|
2689
|
+
export type SubscriptionsTestOutputResponse = TestDatasourceResult;
|
|
2690
|
+
/** Optional parameters. */
|
|
2691
|
+
export interface TransformationsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
|
|
2692
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current transformation. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
2693
|
+
ifMatch?: string;
|
|
2694
|
+
/** Set to '*' to allow a new transformation to be created, but to prevent updating an existing transformation. Other values will result in a 412 Pre-condition Failed response. */
|
|
2695
|
+
ifNoneMatch?: string;
|
|
2696
|
+
}
|
|
2697
|
+
/** Contains response data for the createOrReplace operation. */
|
|
2698
|
+
export type TransformationsCreateOrReplaceResponse = TransformationsCreateOrReplaceHeaders & Transformation;
|
|
2699
|
+
/** Optional parameters. */
|
|
2700
|
+
export interface TransformationsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2701
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current transformation. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
2702
|
+
ifMatch?: string;
|
|
2703
|
+
}
|
|
2704
|
+
/** Contains response data for the update operation. */
|
|
2705
|
+
export type TransformationsUpdateResponse = TransformationsUpdateHeaders & Transformation;
|
|
2706
|
+
/** Optional parameters. */
|
|
2707
|
+
export interface TransformationsGetOptionalParams extends coreClient.OperationOptions {
|
|
2708
|
+
}
|
|
2709
|
+
/** Contains response data for the get operation. */
|
|
2710
|
+
export type TransformationsGetResponse = TransformationsGetHeaders & Transformation;
|
|
2711
|
+
/** Optional parameters. */
|
|
1859
2712
|
export interface ClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1860
2713
|
/** The ETag of the resource. Omit this value to always overwrite the current record set. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
1861
2714
|
ifMatch?: string;
|
|
@@ -1956,8 +2809,6 @@ export type PrivateEndpointsListByClusterNextResponse = PrivateEndpointListResul
|
|
|
1956
2809
|
export interface StreamAnalyticsManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
1957
2810
|
/** server parameter */
|
|
1958
2811
|
$host?: string;
|
|
1959
|
-
/** Api Version */
|
|
1960
|
-
apiVersion?: string;
|
|
1961
2812
|
/** Overrides client endpoint. */
|
|
1962
2813
|
endpoint?: string;
|
|
1963
2814
|
}
|