@azure/arm-streamanalytics 3.0.0 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +70 -84
- package/dist/index.js +6818 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1940 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +132 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +155 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1412 -2137
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +34 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +260 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/clusters.d.ts +137 -0
- package/dist-esm/src/operations/clusters.d.ts.map +1 -0
- package/dist-esm/src/operations/clusters.js +627 -0
- package/dist-esm/src/operations/clusters.js.map +1 -0
- package/dist-esm/src/operations/functions.d.ts +107 -0
- package/dist-esm/src/operations/functions.d.ts.map +1 -0
- package/dist-esm/src/operations/functions.js +416 -0
- package/dist-esm/src/operations/functions.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +4 -4
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +5 -6
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/inputs.d.ts +94 -0
- package/dist-esm/src/operations/inputs.d.ts.map +1 -0
- package/dist-esm/src/operations/inputs.js +377 -0
- package/dist-esm/src/operations/inputs.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/outputs.d.ts +95 -0
- package/dist-esm/src/operations/outputs.d.ts.map +1 -0
- package/dist-esm/src/operations/outputs.js +378 -0
- package/dist-esm/src/operations/outputs.js.map +1 -0
- package/dist-esm/src/operations/privateEndpoints.d.ts +73 -0
- package/dist-esm/src/operations/privateEndpoints.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpoints.js +295 -0
- package/dist-esm/src/operations/privateEndpoints.js.map +1 -0
- package/dist-esm/src/operations/streamingJobs.d.ts +151 -0
- package/dist-esm/src/operations/streamingJobs.d.ts.map +1 -0
- package/dist-esm/src/operations/streamingJobs.js +692 -0
- package/dist-esm/src/operations/streamingJobs.js.map +1 -0
- package/dist-esm/src/operations/subscriptions.d.ts +21 -0
- package/dist-esm/src/operations/subscriptions.d.ts.map +1 -0
- package/dist-esm/src/operations/subscriptions.js +53 -0
- package/dist-esm/src/operations/subscriptions.js.map +1 -0
- package/dist-esm/src/operations/transformations.d.ts +46 -0
- package/dist-esm/src/operations/transformations.d.ts.map +1 -0
- package/dist-esm/src/operations/transformations.js +160 -0
- package/dist-esm/src/operations/transformations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/clusters.d.ts +84 -0
- package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/clusters.js +9 -0
- package/dist-esm/src/operationsInterfaces/clusters.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/functions.d.ts +82 -0
- package/dist-esm/src/operationsInterfaces/functions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/functions.js +9 -0
- package/dist-esm/src/operationsInterfaces/functions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +17 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/inputs.d.ts +69 -0
- package/dist-esm/src/operationsInterfaces/inputs.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/inputs.js} +2 -1
- package/dist-esm/src/operationsInterfaces/inputs.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/outputs.d.ts +70 -0
- package/dist-esm/src/operationsInterfaces/outputs.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/outputs.js +9 -0
- package/dist-esm/src/operationsInterfaces/outputs.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpoints.d.ts +48 -0
- package/dist-esm/src/operationsInterfaces/privateEndpoints.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpoints.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpoints.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/streamingJobs.d.ts +115 -0
- package/dist-esm/src/operationsInterfaces/streamingJobs.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/streamingJobs.js +9 -0
- package/dist-esm/src/operationsInterfaces/streamingJobs.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/subscriptions.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/subscriptions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/subscriptions.js +9 -0
- package/dist-esm/src/operationsInterfaces/subscriptions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/transformations.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/transformations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/transformations.js +9 -0
- package/dist-esm/src/operationsInterfaces/transformations.js.map +1 -0
- package/dist-esm/src/streamAnalyticsManagementClient.d.ts +26 -0
- package/dist-esm/src/streamAnalyticsManagementClient.d.ts.map +1 -0
- package/dist-esm/src/streamAnalyticsManagementClient.js +59 -0
- package/dist-esm/src/streamAnalyticsManagementClient.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +65 -32
- package/review/arm-streamanalytics.api.md +1598 -0
- package/rollup.config.js +181 -30
- package/src/{models/operationsMappers.ts → index.ts} +4 -12
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1943 -4505
- package/src/models/mappers.ts +1393 -2127
- package/src/models/parameters.ts +180 -90
- package/src/operations/clusters.ts +640 -393
- package/src/operations/functions.ts +366 -375
- package/src/operations/index.ts +5 -6
- package/src/operations/inputs.ts +337 -326
- package/src/operations/operations.ts +85 -73
- package/src/operations/outputs.ts +337 -325
- package/src/operations/privateEndpoints.ts +276 -209
- package/src/operations/streamingJobs.ts +686 -398
- package/src/operations/subscriptions.ts +36 -376
- package/src/operations/transformations.ts +104 -162
- package/src/operationsInterfaces/clusters.ts +157 -0
- package/src/operationsInterfaces/functions.ts +148 -0
- package/src/operationsInterfaces/index.ts +17 -0
- package/src/operationsInterfaces/inputs.ts +128 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/outputs.ts +129 -0
- package/src/operationsInterfaces/privateEndpoints.ts +90 -0
- package/src/operationsInterfaces/streamingJobs.ts +199 -0
- package/src/operationsInterfaces/subscriptions.ts +27 -0
- package/src/operationsInterfaces/transformations.ts +71 -0
- package/src/streamAnalyticsManagementClient.ts +97 -49
- package/tsconfig.json +3 -3
- package/types/arm-streamanalytics.d.ts +2730 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-streamanalytics.js +0 -7772
- package/dist/arm-streamanalytics.js.map +0 -1
- package/dist/arm-streamanalytics.min.js +0 -1
- package/dist/arm-streamanalytics.min.js.map +0 -1
- package/esm/models/clustersMappers.d.ts +0 -2
- package/esm/models/clustersMappers.d.ts.map +0 -1
- package/esm/models/clustersMappers.js +0 -9
- package/esm/models/clustersMappers.js.map +0 -1
- package/esm/models/functionsMappers.d.ts +0 -2
- package/esm/models/functionsMappers.d.ts.map +0 -1
- package/esm/models/functionsMappers.js +0 -9
- package/esm/models/functionsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -4514
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/inputsMappers.d.ts +0 -2
- package/esm/models/inputsMappers.d.ts.map +0 -1
- package/esm/models/inputsMappers.js +0 -9
- package/esm/models/inputsMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -185
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/outputsMappers.d.ts +0 -2
- package/esm/models/outputsMappers.d.ts.map +0 -1
- package/esm/models/outputsMappers.js +0 -9
- package/esm/models/outputsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -20
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -216
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointsMappers.d.ts +0 -2
- package/esm/models/privateEndpointsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointsMappers.js +0 -9
- package/esm/models/privateEndpointsMappers.js.map +0 -1
- package/esm/models/streamingJobsMappers.d.ts +0 -2
- package/esm/models/streamingJobsMappers.d.ts.map +0 -1
- package/esm/models/streamingJobsMappers.js +0 -9
- package/esm/models/streamingJobsMappers.js.map +0 -1
- package/esm/models/subscriptionsMappers.d.ts +0 -2
- package/esm/models/subscriptionsMappers.d.ts.map +0 -1
- package/esm/models/subscriptionsMappers.js +0 -9
- package/esm/models/subscriptionsMappers.js.map +0 -1
- package/esm/models/transformationsMappers.d.ts +0 -2
- package/esm/models/transformationsMappers.d.ts.map +0 -1
- package/esm/models/transformationsMappers.js +0 -9
- package/esm/models/transformationsMappers.js.map +0 -1
- package/esm/operations/clusters.d.ts +0 -201
- package/esm/operations/clusters.d.ts.map +0 -1
- package/esm/operations/clusters.js +0 -406
- package/esm/operations/clusters.js.map +0 -1
- package/esm/operations/functions.d.ts +0 -215
- package/esm/operations/functions.d.ts.map +0 -1
- package/esm/operations/functions.js +0 -348
- package/esm/operations/functions.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/inputs.d.ts +0 -189
- package/esm/operations/inputs.d.ts.map +0 -1
- package/esm/operations/inputs.js +0 -306
- package/esm/operations/inputs.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -79
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/outputs.d.ts +0 -189
- package/esm/operations/outputs.d.ts.map +0 -1
- package/esm/operations/outputs.js +0 -306
- package/esm/operations/outputs.js.map +0 -1
- package/esm/operations/privateEndpoints.d.ts +0 -125
- package/esm/operations/privateEndpoints.d.ts.map +0 -1
- package/esm/operations/privateEndpoints.js +0 -216
- package/esm/operations/privateEndpoints.js.map +0 -1
- package/esm/operations/streamingJobs.d.ts +0 -210
- package/esm/operations/streamingJobs.d.ts.map +0 -1
- package/esm/operations/streamingJobs.js +0 -440
- package/esm/operations/streamingJobs.js.map +0 -1
- package/esm/operations/subscriptions.d.ts +0 -138
- package/esm/operations/subscriptions.d.ts.map +0 -1
- package/esm/operations/subscriptions.js +0 -311
- package/esm/operations/subscriptions.js.map +0 -1
- package/esm/operations/transformations.d.ts +0 -106
- package/esm/operations/transformations.d.ts.map +0 -1
- package/esm/operations/transformations.js +0 -149
- package/esm/operations/transformations.js.map +0 -1
- package/esm/streamAnalyticsManagementClient.d.ts +0 -32
- package/esm/streamAnalyticsManagementClient.d.ts.map +0 -1
- package/esm/streamAnalyticsManagementClient.js +0 -45
- package/esm/streamAnalyticsManagementClient.js.map +0 -1
- package/esm/streamAnalyticsManagementClientContext.d.ts +0 -21
- package/esm/streamAnalyticsManagementClientContext.d.ts.map +0 -1
- package/esm/streamAnalyticsManagementClientContext.js +0 -59
- package/esm/streamAnalyticsManagementClientContext.js.map +0 -1
- package/src/models/clustersMappers.ts +0 -96
- package/src/models/functionsMappers.ts +0 -104
- package/src/models/inputsMappers.ts +0 -99
- package/src/models/outputsMappers.ts +0 -99
- package/src/models/privateEndpointsMappers.ts +0 -94
- package/src/models/streamingJobsMappers.ts +0 -98
- package/src/models/subscriptionsMappers.ts +0 -104
- package/src/models/transformationsMappers.ts +0 -96
- package/src/streamAnalyticsManagementClientContext.ts +0 -65
|
@@ -0,0 +1,1940 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export declare type InputPropertiesUnion = InputProperties | StreamInputProperties | ReferenceInputProperties;
|
|
3
|
+
export declare type SerializationUnion = Serialization | ParquetSerialization | CsvSerialization | JsonSerialization | AvroSerialization;
|
|
4
|
+
export declare type OutputDataSourceUnion = OutputDataSource | BlobOutputDataSource | AzureTableOutputDataSource | EventHubOutputDataSource | EventHubV2OutputDataSource | AzureSqlDatabaseOutputDataSource | AzureSynapseOutputDataSource | DocumentDbOutputDataSource | ServiceBusQueueOutputDataSource | ServiceBusTopicOutputDataSource | PowerBIOutputDataSource | AzureDataLakeStoreOutputDataSource;
|
|
5
|
+
export declare type FunctionPropertiesUnion = FunctionProperties | ScalarFunctionProperties;
|
|
6
|
+
export declare type FunctionRetrieveDefaultDefinitionParametersUnion = FunctionRetrieveDefaultDefinitionParameters | AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters | JavaScriptFunctionRetrieveDefaultDefinitionParameters;
|
|
7
|
+
export declare type StreamInputDataSourceUnion = StreamInputDataSource | BlobStreamInputDataSource | EventHubStreamInputDataSource | EventHubV2StreamInputDataSource | IoTHubStreamInputDataSource;
|
|
8
|
+
export declare type ReferenceInputDataSourceUnion = ReferenceInputDataSource | BlobReferenceInputDataSource | AzureSqlReferenceInputDataSource;
|
|
9
|
+
export declare type FunctionBindingUnion = FunctionBinding | AzureMachineLearningWebServiceFunctionBinding | JavaScriptFunctionBinding;
|
|
10
|
+
/** 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. */
|
|
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[];
|
|
17
|
+
/**
|
|
18
|
+
* URL to get the next set of operation list results if there are any.
|
|
19
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
20
|
+
*/
|
|
21
|
+
readonly nextLink?: string;
|
|
22
|
+
}
|
|
23
|
+
/** A Stream Analytics REST API operation */
|
|
24
|
+
export interface Operation {
|
|
25
|
+
/**
|
|
26
|
+
* The name of the operation being performed on this particular object.
|
|
27
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
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;
|
|
37
|
+
}
|
|
38
|
+
/** Contains the localized display information for this particular operation / action. */
|
|
39
|
+
export interface OperationDisplay {
|
|
40
|
+
/**
|
|
41
|
+
* The localized friendly form of the resource provider name.
|
|
42
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
43
|
+
*/
|
|
44
|
+
readonly provider?: string;
|
|
45
|
+
/**
|
|
46
|
+
* The localized friendly form of the resource type related to this action/operation.
|
|
47
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
48
|
+
*/
|
|
49
|
+
readonly resource?: string;
|
|
50
|
+
/**
|
|
51
|
+
* The localized friendly name for the operation.
|
|
52
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
53
|
+
*/
|
|
54
|
+
readonly operation?: string;
|
|
55
|
+
/**
|
|
56
|
+
* The localized friendly description for the operation.
|
|
57
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
58
|
+
*/
|
|
59
|
+
readonly description?: string;
|
|
60
|
+
}
|
|
61
|
+
/** Common error representation. */
|
|
62
|
+
export interface ErrorModel {
|
|
63
|
+
/** Error definition properties. */
|
|
64
|
+
error?: ErrorError;
|
|
65
|
+
}
|
|
66
|
+
/** Error definition properties. */
|
|
67
|
+
export interface ErrorError {
|
|
68
|
+
/** Error code. */
|
|
69
|
+
code?: string;
|
|
70
|
+
/** Error message. */
|
|
71
|
+
message?: string;
|
|
72
|
+
/** Error target. */
|
|
73
|
+
target?: string;
|
|
74
|
+
/** Error details. */
|
|
75
|
+
details?: ErrorDetails[];
|
|
76
|
+
}
|
|
77
|
+
/** Common error details representation. */
|
|
78
|
+
export interface ErrorDetails {
|
|
79
|
+
/** Error code. */
|
|
80
|
+
code?: string;
|
|
81
|
+
/** Error target. */
|
|
82
|
+
target?: string;
|
|
83
|
+
/** Error message. */
|
|
84
|
+
message?: string;
|
|
85
|
+
}
|
|
86
|
+
/** The properties that are associated with a SKU. */
|
|
87
|
+
export interface Sku {
|
|
88
|
+
/** The name of the SKU. Required on PUT (CreateOrReplace) requests. */
|
|
89
|
+
name?: SkuName;
|
|
90
|
+
}
|
|
91
|
+
/** The properties that are associated with an input. */
|
|
92
|
+
export interface InputProperties {
|
|
93
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
94
|
+
type: "Stream" | "Reference";
|
|
95
|
+
/** Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests. */
|
|
96
|
+
serialization?: SerializationUnion;
|
|
97
|
+
/**
|
|
98
|
+
* Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.
|
|
99
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
100
|
+
*/
|
|
101
|
+
readonly diagnostics?: Diagnostics;
|
|
102
|
+
/**
|
|
103
|
+
* The current entity tag for the input. 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.
|
|
104
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
105
|
+
*/
|
|
106
|
+
readonly etag?: string;
|
|
107
|
+
/** Describes how input data is compressed */
|
|
108
|
+
compression?: Compression;
|
|
109
|
+
/** partitionKey Describes a key in the input data which is used for partitioning the input data */
|
|
110
|
+
partitionKey?: string;
|
|
111
|
+
}
|
|
112
|
+
/** Describes how data from an input is serialized or how data is serialized when written to an output. */
|
|
113
|
+
export interface Serialization {
|
|
114
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
115
|
+
type: "Parquet" | "Csv" | "Json" | "Avro";
|
|
116
|
+
}
|
|
117
|
+
/** Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention. */
|
|
118
|
+
export interface Diagnostics {
|
|
119
|
+
/**
|
|
120
|
+
* A collection of zero or more conditions applicable to the resource, or to the job overall, that warrant customer attention.
|
|
121
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
122
|
+
*/
|
|
123
|
+
readonly conditions?: DiagnosticCondition[];
|
|
124
|
+
}
|
|
125
|
+
/** Condition applicable to the resource, or to the job overall, that warrant customer attention. */
|
|
126
|
+
export interface DiagnosticCondition {
|
|
127
|
+
/**
|
|
128
|
+
* The UTC timestamp of when the condition started. Customers should be able to find a corresponding event in the ops log around this time.
|
|
129
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
130
|
+
*/
|
|
131
|
+
readonly since?: string;
|
|
132
|
+
/**
|
|
133
|
+
* The opaque diagnostic code.
|
|
134
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
135
|
+
*/
|
|
136
|
+
readonly code?: string;
|
|
137
|
+
/**
|
|
138
|
+
* The human-readable message describing the condition in detail. Localized in the Accept-Language of the client request.
|
|
139
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
140
|
+
*/
|
|
141
|
+
readonly message?: string;
|
|
142
|
+
}
|
|
143
|
+
/** Describes how input data is compressed */
|
|
144
|
+
export interface Compression {
|
|
145
|
+
/** Indicates the type of compression that the input uses. Required on PUT (CreateOrReplace) requests. */
|
|
146
|
+
type: CompressionType;
|
|
147
|
+
}
|
|
148
|
+
/** The base sub-resource model definition. */
|
|
149
|
+
export interface SubResource {
|
|
150
|
+
/**
|
|
151
|
+
* Resource Id
|
|
152
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
153
|
+
*/
|
|
154
|
+
readonly id?: string;
|
|
155
|
+
/** Resource name */
|
|
156
|
+
name?: string;
|
|
157
|
+
/**
|
|
158
|
+
* Resource type
|
|
159
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
160
|
+
*/
|
|
161
|
+
readonly type?: string;
|
|
162
|
+
}
|
|
163
|
+
/** Describes the data source that output will be written to. */
|
|
164
|
+
export interface OutputDataSource {
|
|
165
|
+
/** 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";
|
|
167
|
+
}
|
|
168
|
+
/** The properties that are associated with a function. */
|
|
169
|
+
export interface FunctionProperties {
|
|
170
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
171
|
+
type: "Scalar";
|
|
172
|
+
/**
|
|
173
|
+
* 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.
|
|
174
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
175
|
+
*/
|
|
176
|
+
readonly etag?: string;
|
|
177
|
+
}
|
|
178
|
+
/** The properties that are associated with an Azure Storage account */
|
|
179
|
+
export interface StorageAccount {
|
|
180
|
+
/** The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests. */
|
|
181
|
+
accountName?: string;
|
|
182
|
+
/** The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests. */
|
|
183
|
+
accountKey?: string;
|
|
184
|
+
}
|
|
185
|
+
/** The properties associated with a Stream Analytics cluster. */
|
|
186
|
+
export interface ClusterInfo {
|
|
187
|
+
/** The resource id of cluster. */
|
|
188
|
+
id?: string;
|
|
189
|
+
}
|
|
190
|
+
/** Describes how identity is verified */
|
|
191
|
+
export interface Identity {
|
|
192
|
+
/** The identity tenantId */
|
|
193
|
+
tenantId?: string;
|
|
194
|
+
/** The identity principal ID */
|
|
195
|
+
principalId?: string;
|
|
196
|
+
/** The identity type */
|
|
197
|
+
type?: string;
|
|
198
|
+
}
|
|
199
|
+
/** The base resource definition */
|
|
200
|
+
export interface Resource {
|
|
201
|
+
/**
|
|
202
|
+
* Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
203
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
204
|
+
*/
|
|
205
|
+
readonly id?: string;
|
|
206
|
+
/**
|
|
207
|
+
* The name of the resource
|
|
208
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
209
|
+
*/
|
|
210
|
+
readonly name?: string;
|
|
211
|
+
/**
|
|
212
|
+
* The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
|
|
213
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
214
|
+
*/
|
|
215
|
+
readonly type?: string;
|
|
216
|
+
}
|
|
217
|
+
/** Object containing a list of streaming jobs. */
|
|
218
|
+
export interface StreamingJobListResult {
|
|
219
|
+
/**
|
|
220
|
+
* A list of streaming jobs. Populated by a 'List' operation.
|
|
221
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
222
|
+
*/
|
|
223
|
+
readonly value?: StreamingJob[];
|
|
224
|
+
/**
|
|
225
|
+
* The link (url) to the next page of results.
|
|
226
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
227
|
+
*/
|
|
228
|
+
readonly nextLink?: string;
|
|
229
|
+
}
|
|
230
|
+
/** Parameters supplied to the Start Streaming Job operation. */
|
|
231
|
+
export interface StartStreamingJobParameters {
|
|
232
|
+
/** Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whenever the job is started, start at a custom user time stamp specified via the outputStartTime property, or start from the last event output time. */
|
|
233
|
+
outputStartMode?: OutputStartMode;
|
|
234
|
+
/** Value is either an ISO-8601 formatted time stamp that indicates the starting point of the output event stream, or null to indicate that the output event stream will start whenever the streaming job is started. This property must have a value if outputStartMode is set to CustomTime. */
|
|
235
|
+
outputStartTime?: Date;
|
|
236
|
+
}
|
|
237
|
+
/** Parameters supplied to the Scale Streaming Job operation. */
|
|
238
|
+
export interface ScaleStreamingJobParameters {
|
|
239
|
+
/** Specifies the number of streaming units that the streaming job will scale to. */
|
|
240
|
+
streamingUnits?: number;
|
|
241
|
+
}
|
|
242
|
+
/** Object containing a list of inputs under a streaming job. */
|
|
243
|
+
export interface InputListResult {
|
|
244
|
+
/**
|
|
245
|
+
* A list of inputs under a streaming job. Populated by a 'List' operation.
|
|
246
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
247
|
+
*/
|
|
248
|
+
readonly value?: Input[];
|
|
249
|
+
/**
|
|
250
|
+
* The link (url) to the next page of results.
|
|
251
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
252
|
+
*/
|
|
253
|
+
readonly nextLink?: string;
|
|
254
|
+
}
|
|
255
|
+
/** Describes the status of the test operation along with error information, if applicable. */
|
|
256
|
+
export interface ResourceTestStatus {
|
|
257
|
+
/**
|
|
258
|
+
* The status of the test operation.
|
|
259
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
260
|
+
*/
|
|
261
|
+
readonly status?: string;
|
|
262
|
+
/**
|
|
263
|
+
* Describes the error that occurred.
|
|
264
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
265
|
+
*/
|
|
266
|
+
readonly error?: ErrorResponse;
|
|
267
|
+
}
|
|
268
|
+
/** Describes the error that occurred. */
|
|
269
|
+
export interface ErrorResponse {
|
|
270
|
+
/**
|
|
271
|
+
* Error code associated with the error that occurred.
|
|
272
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
273
|
+
*/
|
|
274
|
+
readonly code?: string;
|
|
275
|
+
/**
|
|
276
|
+
* Describes the error in detail.
|
|
277
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
278
|
+
*/
|
|
279
|
+
readonly message?: string;
|
|
280
|
+
}
|
|
281
|
+
/** Object containing a list of outputs under a streaming job. */
|
|
282
|
+
export interface OutputListResult {
|
|
283
|
+
/**
|
|
284
|
+
* A list of outputs under a streaming job. Populated by a 'List' operation.
|
|
285
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
286
|
+
*/
|
|
287
|
+
readonly value?: Output[];
|
|
288
|
+
/**
|
|
289
|
+
* The link (url) to the next page of results.
|
|
290
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
291
|
+
*/
|
|
292
|
+
readonly nextLink?: string;
|
|
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[];
|
|
301
|
+
/**
|
|
302
|
+
* The link (url) to the next page of results.
|
|
303
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
304
|
+
*/
|
|
305
|
+
readonly nextLink?: string;
|
|
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";
|
|
311
|
+
}
|
|
312
|
+
/** Result of the GetQuotas operation. It contains a list of quotas for the subscription in a particular region. */
|
|
313
|
+
export interface SubscriptionQuotasListResult {
|
|
314
|
+
/**
|
|
315
|
+
* List of quotas for the subscription in a particular region.
|
|
316
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
317
|
+
*/
|
|
318
|
+
readonly value?: SubscriptionQuota[];
|
|
319
|
+
}
|
|
320
|
+
/** The SKU of the cluster. This determines the size/capacity of the cluster. Required on PUT (CreateOrUpdate) requests. */
|
|
321
|
+
export interface ClusterSku {
|
|
322
|
+
/** Specifies the SKU name of the cluster. Required on PUT (CreateOrUpdate) requests. */
|
|
323
|
+
name?: ClusterSkuName;
|
|
324
|
+
/** 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
|
+
capacity?: number;
|
|
326
|
+
}
|
|
327
|
+
/** A list of clusters populated by a 'list' operation. */
|
|
328
|
+
export interface ClusterListResult {
|
|
329
|
+
/**
|
|
330
|
+
* A list of clusters.
|
|
331
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
332
|
+
*/
|
|
333
|
+
readonly value?: Cluster[];
|
|
334
|
+
/**
|
|
335
|
+
* The URL to fetch the next set of clusters.
|
|
336
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
337
|
+
*/
|
|
338
|
+
readonly nextLink?: string;
|
|
339
|
+
}
|
|
340
|
+
/** A list of streaming jobs. Populated by a List operation. */
|
|
341
|
+
export interface ClusterJobListResult {
|
|
342
|
+
/**
|
|
343
|
+
* A list of streaming jobs.
|
|
344
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
345
|
+
*/
|
|
346
|
+
readonly value?: ClusterJob[];
|
|
347
|
+
/**
|
|
348
|
+
* The URL to fetch the next set of streaming jobs.
|
|
349
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
350
|
+
*/
|
|
351
|
+
readonly nextLink?: string;
|
|
352
|
+
}
|
|
353
|
+
/** A streaming job. */
|
|
354
|
+
export interface ClusterJob {
|
|
355
|
+
/**
|
|
356
|
+
* Resource ID of the streaming job.
|
|
357
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
358
|
+
*/
|
|
359
|
+
readonly id?: string;
|
|
360
|
+
/**
|
|
361
|
+
* The number of streaming units that are used by the streaming job.
|
|
362
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
363
|
+
*/
|
|
364
|
+
readonly streamingUnits?: number;
|
|
365
|
+
/**
|
|
366
|
+
* The current execution state of the streaming job.
|
|
367
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
368
|
+
*/
|
|
369
|
+
readonly jobState?: JobState;
|
|
370
|
+
}
|
|
371
|
+
/** A grouping of information about the connection to the remote resource. */
|
|
372
|
+
export interface PrivateLinkServiceConnection {
|
|
373
|
+
/** The resource id of the private link service. Required on PUT (CreateOrUpdate) requests. */
|
|
374
|
+
privateLinkServiceId?: string;
|
|
375
|
+
/** The ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to. Required on PUT (CreateOrUpdate) requests. */
|
|
376
|
+
groupIds?: string[];
|
|
377
|
+
/**
|
|
378
|
+
* A message passed to the owner of the remote resource with this connection request. Restricted to 140 chars.
|
|
379
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
380
|
+
*/
|
|
381
|
+
readonly requestMessage?: string;
|
|
382
|
+
/** A collection of read-only information about the state of the connection to the private remote resource. */
|
|
383
|
+
privateLinkServiceConnectionState?: PrivateLinkConnectionState;
|
|
384
|
+
}
|
|
385
|
+
/** A collection of read-only information about the state of the connection to the private remote resource. */
|
|
386
|
+
export interface PrivateLinkConnectionState {
|
|
387
|
+
/**
|
|
388
|
+
* Indicates whether the connection has been Approved/Rejected/Removed by the owner of the remote resource/service.
|
|
389
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
390
|
+
*/
|
|
391
|
+
readonly status?: string;
|
|
392
|
+
/**
|
|
393
|
+
* The reason for approval/rejection of the connection.
|
|
394
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
395
|
+
*/
|
|
396
|
+
readonly description?: string;
|
|
397
|
+
/**
|
|
398
|
+
* A message indicating if changes on the service provider require any updates on the consumer.
|
|
399
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
400
|
+
*/
|
|
401
|
+
readonly actionsRequired?: string;
|
|
402
|
+
}
|
|
403
|
+
/** A list of private endpoints. */
|
|
404
|
+
export interface PrivateEndpointListResult {
|
|
405
|
+
/**
|
|
406
|
+
* A list of private endpoints.
|
|
407
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
408
|
+
*/
|
|
409
|
+
readonly value?: PrivateEndpoint[];
|
|
410
|
+
/**
|
|
411
|
+
* The URL to fetch the next set of private endpoints.
|
|
412
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
413
|
+
*/
|
|
414
|
+
readonly nextLink?: string;
|
|
415
|
+
}
|
|
416
|
+
/** Describes an input data source that contains stream data. */
|
|
417
|
+
export interface StreamInputDataSource {
|
|
418
|
+
/** 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";
|
|
420
|
+
}
|
|
421
|
+
/** Describes an input data source that contains reference data. */
|
|
422
|
+
export interface ReferenceInputDataSource {
|
|
423
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
424
|
+
type: "Microsoft.Storage/Blob" | "Microsoft.Sql/Server/Database";
|
|
425
|
+
}
|
|
426
|
+
/** The properties that are associated with a blob data source. */
|
|
427
|
+
export interface BlobDataSourceProperties {
|
|
428
|
+
/** A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests. */
|
|
429
|
+
storageAccounts?: StorageAccount[];
|
|
430
|
+
/** The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests. */
|
|
431
|
+
container?: string;
|
|
432
|
+
/** 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. */
|
|
433
|
+
pathPattern?: string;
|
|
434
|
+
/** The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead. */
|
|
435
|
+
dateFormat?: string;
|
|
436
|
+
/** The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. */
|
|
437
|
+
timeFormat?: string;
|
|
438
|
+
}
|
|
439
|
+
/** The common properties that are associated with Service Bus data sources (Queues, Topics, Event Hubs, etc.). */
|
|
440
|
+
export interface ServiceBusDataSourceProperties {
|
|
441
|
+
/** The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
|
|
442
|
+
serviceBusNamespace?: string;
|
|
443
|
+
/** The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
|
|
444
|
+
sharedAccessPolicyName?: string;
|
|
445
|
+
/** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */
|
|
446
|
+
sharedAccessPolicyKey?: string;
|
|
447
|
+
/** Authentication Mode. */
|
|
448
|
+
authenticationMode?: AuthenticationMode;
|
|
449
|
+
}
|
|
450
|
+
/** The properties that are associated with an Azure SQL database data source. */
|
|
451
|
+
export interface AzureSqlDatabaseDataSourceProperties {
|
|
452
|
+
/** The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
453
|
+
server?: string;
|
|
454
|
+
/** The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
455
|
+
database?: string;
|
|
456
|
+
/** The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
457
|
+
user?: string;
|
|
458
|
+
/** The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
459
|
+
password?: string;
|
|
460
|
+
/** The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
461
|
+
table?: string;
|
|
462
|
+
/** Max Batch count for write to Sql database, the default value is 10,000. Optional on PUT requests. */
|
|
463
|
+
maxBatchCount?: number;
|
|
464
|
+
/** Max Writer count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT requests. */
|
|
465
|
+
maxWriterCount?: number;
|
|
466
|
+
/** Authentication Mode. */
|
|
467
|
+
authenticationMode?: AuthenticationMode;
|
|
468
|
+
}
|
|
469
|
+
/** The properties that are associated with an Azure SQL database data source. */
|
|
470
|
+
export interface AzureSynapseDataSourceProperties {
|
|
471
|
+
/** The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
472
|
+
server?: string;
|
|
473
|
+
/** The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
474
|
+
database?: string;
|
|
475
|
+
/** The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
476
|
+
table?: string;
|
|
477
|
+
/** The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
478
|
+
user?: string;
|
|
479
|
+
/** The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
480
|
+
password?: string;
|
|
481
|
+
}
|
|
482
|
+
/** The properties that are associated with data sources that use OAuth as their authentication model. */
|
|
483
|
+
export interface OAuthBasedDataSourceProperties {
|
|
484
|
+
/** A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests. */
|
|
485
|
+
refreshToken?: string;
|
|
486
|
+
/** The user principal name (UPN) 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. */
|
|
487
|
+
tokenUserPrincipalName?: string;
|
|
488
|
+
/** 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
|
+
tokenUserDisplayName?: string;
|
|
490
|
+
}
|
|
491
|
+
/** Describes one input parameter of a function. */
|
|
492
|
+
export interface FunctionInput {
|
|
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 {
|
|
505
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
506
|
+
type: "Microsoft.MachineLearning/WebService" | "Microsoft.StreamAnalytics/JavascriptUdf";
|
|
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;
|
|
530
|
+
}
|
|
531
|
+
/** The properties that are associated with an input containing stream data. */
|
|
532
|
+
export declare type StreamInputProperties = InputProperties & {
|
|
533
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
534
|
+
type: "Stream";
|
|
535
|
+
/** Describes an input data source that contains stream data. Required on PUT (CreateOrReplace) requests. */
|
|
536
|
+
datasource?: StreamInputDataSourceUnion;
|
|
537
|
+
};
|
|
538
|
+
/** The properties that are associated with an input containing reference data. */
|
|
539
|
+
export declare type ReferenceInputProperties = InputProperties & {
|
|
540
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
541
|
+
type: "Reference";
|
|
542
|
+
/** Describes an input data source that contains reference data. Required on PUT (CreateOrReplace) requests. */
|
|
543
|
+
datasource?: ReferenceInputDataSourceUnion;
|
|
544
|
+
};
|
|
545
|
+
/** Describes how data from an input is serialized or how data is serialized when written to an output in Parquet format. */
|
|
546
|
+
export declare type ParquetSerialization = Serialization & {
|
|
547
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
548
|
+
type: "Parquet";
|
|
549
|
+
/** The properties that are associated with the Parquet serialization type. Required on PUT (CreateOrReplace) requests. */
|
|
550
|
+
properties?: Record<string, unknown>;
|
|
551
|
+
};
|
|
552
|
+
/** Describes how data from an input is serialized or how data is serialized when written to an output in CSV format. */
|
|
553
|
+
export declare type CsvSerialization = Serialization & {
|
|
554
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
555
|
+
type: "Csv";
|
|
556
|
+
/** 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. */
|
|
557
|
+
fieldDelimiter?: string;
|
|
558
|
+
/** 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. */
|
|
559
|
+
encoding?: Encoding;
|
|
560
|
+
};
|
|
561
|
+
/** Describes how data from an input is serialized or how data is serialized when written to an output in JSON format. */
|
|
562
|
+
export declare type JsonSerialization = Serialization & {
|
|
563
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
564
|
+
type: "Json";
|
|
565
|
+
/** 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. */
|
|
566
|
+
encoding?: Encoding;
|
|
567
|
+
/** 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. */
|
|
568
|
+
format?: JsonOutputSerializationFormat;
|
|
569
|
+
};
|
|
570
|
+
/** Describes how data from an input is serialized or how data is serialized when written to an output in Avro format. */
|
|
571
|
+
export declare type AvroSerialization = Serialization & {
|
|
572
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
573
|
+
type: "Avro";
|
|
574
|
+
/** The properties that are associated with the Avro serialization type. Required on PUT (CreateOrReplace) requests. */
|
|
575
|
+
properties?: Record<string, unknown>;
|
|
576
|
+
};
|
|
577
|
+
/** An input object, containing all information associated with the named input. All inputs are contained under a streaming job. */
|
|
578
|
+
export declare type Input = SubResource & {
|
|
579
|
+
/** The properties that are associated with an input. Required on PUT (CreateOrReplace) requests. */
|
|
580
|
+
properties?: InputPropertiesUnion;
|
|
581
|
+
};
|
|
582
|
+
/** A transformation object, containing all information associated with the named transformation. All transformations are contained under a streaming job. */
|
|
583
|
+
export declare type Transformation = 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
|
+
/** An output object, containing all information associated with the named output. All outputs are contained under a streaming job. */
|
|
597
|
+
export declare type Output = SubResource & {
|
|
598
|
+
/** Describes the data source that output will be written to. Required on PUT (CreateOrReplace) requests. */
|
|
599
|
+
datasource?: OutputDataSourceUnion;
|
|
600
|
+
/** The time frame for filtering Stream Analytics job outputs. */
|
|
601
|
+
timeWindow?: string;
|
|
602
|
+
/** The size window to constrain a Stream Analytics output to. */
|
|
603
|
+
sizeWindow?: number;
|
|
604
|
+
/** Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests. */
|
|
605
|
+
serialization?: SerializationUnion;
|
|
606
|
+
/**
|
|
607
|
+
* Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.
|
|
608
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
609
|
+
*/
|
|
610
|
+
readonly diagnostics?: Diagnostics;
|
|
611
|
+
/**
|
|
612
|
+
* 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.
|
|
613
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
614
|
+
*/
|
|
615
|
+
readonly etag?: string;
|
|
616
|
+
};
|
|
617
|
+
/** A function object, containing all information associated with the named function. All functions are contained under a streaming job. */
|
|
618
|
+
export declare type FunctionModel = SubResource & {
|
|
619
|
+
/** The properties that are associated with a function. */
|
|
620
|
+
properties?: FunctionPropertiesUnion;
|
|
621
|
+
};
|
|
622
|
+
/** Describes the current quota for the subscription. */
|
|
623
|
+
export declare type SubscriptionQuota = SubResource & {
|
|
624
|
+
/**
|
|
625
|
+
* The max permitted usage of this resource.
|
|
626
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
627
|
+
*/
|
|
628
|
+
readonly maxCount?: number;
|
|
629
|
+
/**
|
|
630
|
+
* The current usage of this resource.
|
|
631
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
632
|
+
*/
|
|
633
|
+
readonly currentCount?: number;
|
|
634
|
+
};
|
|
635
|
+
/** Describes a blob output data source. */
|
|
636
|
+
export declare type BlobOutputDataSource = OutputDataSource & {
|
|
637
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
638
|
+
type: "Microsoft.Storage/Blob";
|
|
639
|
+
/** A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests. */
|
|
640
|
+
storageAccounts?: StorageAccount[];
|
|
641
|
+
/** The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests. */
|
|
642
|
+
container?: string;
|
|
643
|
+
/** 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. */
|
|
644
|
+
pathPattern?: string;
|
|
645
|
+
/** The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead. */
|
|
646
|
+
dateFormat?: string;
|
|
647
|
+
/** The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. */
|
|
648
|
+
timeFormat?: string;
|
|
649
|
+
/** Authentication Mode. */
|
|
650
|
+
authenticationMode?: AuthenticationMode;
|
|
651
|
+
};
|
|
652
|
+
/** Describes an Azure Table output data source. */
|
|
653
|
+
export declare type AzureTableOutputDataSource = OutputDataSource & {
|
|
654
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
655
|
+
type: "Microsoft.Storage/Table";
|
|
656
|
+
/** The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests. */
|
|
657
|
+
accountName?: string;
|
|
658
|
+
/** The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests. */
|
|
659
|
+
accountKey?: string;
|
|
660
|
+
/** The name of the Azure Table. Required on PUT (CreateOrReplace) requests. */
|
|
661
|
+
table?: string;
|
|
662
|
+
/** This element indicates the name of a column from the SELECT statement in the query that will be used as the partition key for the Azure Table. Required on PUT (CreateOrReplace) requests. */
|
|
663
|
+
partitionKey?: string;
|
|
664
|
+
/** This element indicates the name of a column from the SELECT statement in the query that will be used as the row key for the Azure Table. Required on PUT (CreateOrReplace) requests. */
|
|
665
|
+
rowKey?: string;
|
|
666
|
+
/** If specified, each item in the array is the name of a column to remove (if present) from output event entities. */
|
|
667
|
+
columnsToRemove?: string[];
|
|
668
|
+
/** The number of rows to write to the Azure Table at a time. */
|
|
669
|
+
batchSize?: number;
|
|
670
|
+
};
|
|
671
|
+
/** Describes an Event Hub output data source. */
|
|
672
|
+
export declare type EventHubOutputDataSource = OutputDataSource & {
|
|
673
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
674
|
+
type: "Microsoft.ServiceBus/EventHub";
|
|
675
|
+
/** The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
|
|
676
|
+
serviceBusNamespace?: string;
|
|
677
|
+
/** The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
|
|
678
|
+
sharedAccessPolicyName?: string;
|
|
679
|
+
/** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */
|
|
680
|
+
sharedAccessPolicyKey?: string;
|
|
681
|
+
/** Authentication Mode. */
|
|
682
|
+
authenticationMode?: AuthenticationMode;
|
|
683
|
+
/** The name of the Event Hub. Required on PUT (CreateOrReplace) requests. */
|
|
684
|
+
eventHubName?: string;
|
|
685
|
+
/** The key/column that is used to determine to which partition to send event data. */
|
|
686
|
+
partitionKey?: string;
|
|
687
|
+
/** The properties associated with this Event Hub output. */
|
|
688
|
+
propertyColumns?: string[];
|
|
689
|
+
};
|
|
690
|
+
/** Describes an Event Hub output data source. */
|
|
691
|
+
export declare type EventHubV2OutputDataSource = OutputDataSource & {
|
|
692
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
693
|
+
type: "Microsoft.EventHub/EventHub";
|
|
694
|
+
/** The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
|
|
695
|
+
serviceBusNamespace?: string;
|
|
696
|
+
/** The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
|
|
697
|
+
sharedAccessPolicyName?: string;
|
|
698
|
+
/** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */
|
|
699
|
+
sharedAccessPolicyKey?: string;
|
|
700
|
+
/** Authentication Mode. */
|
|
701
|
+
authenticationMode?: AuthenticationMode;
|
|
702
|
+
/** The name of the Event Hub. Required on PUT (CreateOrReplace) requests. */
|
|
703
|
+
eventHubName?: string;
|
|
704
|
+
/** The key/column that is used to determine to which partition to send event data. */
|
|
705
|
+
partitionKey?: string;
|
|
706
|
+
/** The properties associated with this Event Hub output. */
|
|
707
|
+
propertyColumns?: string[];
|
|
708
|
+
};
|
|
709
|
+
/** Describes an Azure SQL database output data source. */
|
|
710
|
+
export declare type AzureSqlDatabaseOutputDataSource = OutputDataSource & {
|
|
711
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
712
|
+
type: "Microsoft.Sql/Server/Database";
|
|
713
|
+
/** The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
714
|
+
server?: string;
|
|
715
|
+
/** The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
716
|
+
database?: string;
|
|
717
|
+
/** The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
718
|
+
user?: string;
|
|
719
|
+
/** The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
720
|
+
password?: string;
|
|
721
|
+
/** The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
722
|
+
table?: string;
|
|
723
|
+
/** Max Batch count for write to Sql database, the default value is 10,000. Optional on PUT requests. */
|
|
724
|
+
maxBatchCount?: number;
|
|
725
|
+
/** Max Writer count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT requests. */
|
|
726
|
+
maxWriterCount?: number;
|
|
727
|
+
/** Authentication Mode. */
|
|
728
|
+
authenticationMode?: AuthenticationMode;
|
|
729
|
+
};
|
|
730
|
+
/** Describes an Azure Synapse output data source. */
|
|
731
|
+
export declare type AzureSynapseOutputDataSource = OutputDataSource & {
|
|
732
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
733
|
+
type: "Microsoft.Sql/Server/DataWarehouse";
|
|
734
|
+
/** The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
735
|
+
server?: string;
|
|
736
|
+
/** The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
737
|
+
database?: string;
|
|
738
|
+
/** The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
739
|
+
table?: string;
|
|
740
|
+
/** The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
741
|
+
user?: string;
|
|
742
|
+
/** The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
743
|
+
password?: string;
|
|
744
|
+
};
|
|
745
|
+
/** Describes a DocumentDB output data source. */
|
|
746
|
+
export declare type DocumentDbOutputDataSource = OutputDataSource & {
|
|
747
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
748
|
+
type: "Microsoft.Storage/DocumentDB";
|
|
749
|
+
/** The DocumentDB account name or ID. Required on PUT (CreateOrReplace) requests. */
|
|
750
|
+
accountId?: string;
|
|
751
|
+
/** The account key for the DocumentDB account. Required on PUT (CreateOrReplace) requests. */
|
|
752
|
+
accountKey?: string;
|
|
753
|
+
/** The name of the DocumentDB database. Required on PUT (CreateOrReplace) requests. */
|
|
754
|
+
database?: string;
|
|
755
|
+
/** The collection name pattern for the collections to be used. The collection name format can be constructed using the optional {partition} token, where partitions start from 0. See the DocumentDB section of https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for more information. Required on PUT (CreateOrReplace) requests. */
|
|
756
|
+
collectionNamePattern?: string;
|
|
757
|
+
/** The name of the field in output events used to specify the key for partitioning output across collections. If 'collectionNamePattern' contains the {partition} token, this property is required to be specified. */
|
|
758
|
+
partitionKey?: string;
|
|
759
|
+
/** The name of the field in output events used to specify the primary key which insert or update operations are based on. */
|
|
760
|
+
documentId?: string;
|
|
761
|
+
};
|
|
762
|
+
/** Describes a Service Bus Queue output data source. */
|
|
763
|
+
export declare type ServiceBusQueueOutputDataSource = OutputDataSource & {
|
|
764
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
765
|
+
type: "Microsoft.ServiceBus/Queue";
|
|
766
|
+
/** The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
|
|
767
|
+
serviceBusNamespace?: string;
|
|
768
|
+
/** The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
|
|
769
|
+
sharedAccessPolicyName?: string;
|
|
770
|
+
/** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */
|
|
771
|
+
sharedAccessPolicyKey?: string;
|
|
772
|
+
/** Authentication Mode. */
|
|
773
|
+
authenticationMode?: AuthenticationMode;
|
|
774
|
+
/** The name of the Service Bus Queue. Required on PUT (CreateOrReplace) requests. */
|
|
775
|
+
queueName?: string;
|
|
776
|
+
/** A string array of the names of output columns to be attached to Service Bus messages as custom properties. */
|
|
777
|
+
propertyColumns?: string[];
|
|
778
|
+
/** The system properties associated with the Service Bus Queue. The following system properties are supported: ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc. */
|
|
779
|
+
systemPropertyColumns?: Record<string, unknown>;
|
|
780
|
+
};
|
|
781
|
+
/** Describes a Service Bus Topic output data source. */
|
|
782
|
+
export declare type ServiceBusTopicOutputDataSource = OutputDataSource & {
|
|
783
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
784
|
+
type: "Microsoft.ServiceBus/Topic";
|
|
785
|
+
/** The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
|
|
786
|
+
serviceBusNamespace?: string;
|
|
787
|
+
/** The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
|
|
788
|
+
sharedAccessPolicyName?: string;
|
|
789
|
+
/** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */
|
|
790
|
+
sharedAccessPolicyKey?: string;
|
|
791
|
+
/** Authentication Mode. */
|
|
792
|
+
authenticationMode?: AuthenticationMode;
|
|
793
|
+
/** The name of the Service Bus Topic. Required on PUT (CreateOrReplace) requests. */
|
|
794
|
+
topicName?: string;
|
|
795
|
+
/** A string array of the names of output columns to be attached to Service Bus messages as custom properties. */
|
|
796
|
+
propertyColumns?: string[];
|
|
797
|
+
/** The system properties associated with the Service Bus Topic Output. The following system properties are supported: ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc. */
|
|
798
|
+
systemPropertyColumns?: {
|
|
799
|
+
[propertyName: string]: string;
|
|
800
|
+
};
|
|
801
|
+
};
|
|
802
|
+
/** Describes a Power BI output data source. */
|
|
803
|
+
export declare type PowerBIOutputDataSource = OutputDataSource & {
|
|
804
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
805
|
+
type: "PowerBI";
|
|
806
|
+
/** A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests. */
|
|
807
|
+
refreshToken?: string;
|
|
808
|
+
/** The user principal name (UPN) 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. */
|
|
809
|
+
tokenUserPrincipalName?: string;
|
|
810
|
+
/** 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. */
|
|
811
|
+
tokenUserDisplayName?: string;
|
|
812
|
+
/** The name of the Power BI dataset. Required on PUT (CreateOrReplace) requests. */
|
|
813
|
+
dataset?: string;
|
|
814
|
+
/** The name of the Power BI table under the specified dataset. Required on PUT (CreateOrReplace) requests. */
|
|
815
|
+
table?: string;
|
|
816
|
+
/** The ID of the Power BI group. */
|
|
817
|
+
groupId?: string;
|
|
818
|
+
/** The name of the Power BI group. Use this property to help remember which specific Power BI group id was used. */
|
|
819
|
+
groupName?: string;
|
|
820
|
+
/** Authentication Mode. */
|
|
821
|
+
authenticationMode?: AuthenticationMode;
|
|
822
|
+
};
|
|
823
|
+
/** Describes an Azure Data Lake Store output data source. */
|
|
824
|
+
export declare type AzureDataLakeStoreOutputDataSource = OutputDataSource & {
|
|
825
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
826
|
+
type: "Microsoft.DataLake/Accounts";
|
|
827
|
+
/** A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests. */
|
|
828
|
+
refreshToken?: string;
|
|
829
|
+
/** The user principal name (UPN) 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. */
|
|
830
|
+
tokenUserPrincipalName?: string;
|
|
831
|
+
/** 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. */
|
|
832
|
+
tokenUserDisplayName?: string;
|
|
833
|
+
/** The name of the Azure Data Lake Store account. Required on PUT (CreateOrReplace) requests. */
|
|
834
|
+
accountName?: string;
|
|
835
|
+
/** The tenant id of the user used to obtain the refresh token. Required on PUT (CreateOrReplace) requests. */
|
|
836
|
+
tenantId?: string;
|
|
837
|
+
/** The location of the file to which the output should be written to. Required on PUT (CreateOrReplace) requests. */
|
|
838
|
+
filePathPrefix?: string;
|
|
839
|
+
/** The date format. Wherever {date} appears in filePathPrefix, the value of this property is used as the date format instead. */
|
|
840
|
+
dateFormat?: string;
|
|
841
|
+
/** The time format. Wherever {time} appears in filePathPrefix, the value of this property is used as the time format instead. */
|
|
842
|
+
timeFormat?: string;
|
|
843
|
+
/** Authentication Mode. */
|
|
844
|
+
authenticationMode?: AuthenticationMode;
|
|
845
|
+
};
|
|
846
|
+
/** The properties that are associated with a scalar function. */
|
|
847
|
+
export declare type ScalarFunctionProperties = FunctionProperties & {
|
|
848
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
849
|
+
type: "Scalar";
|
|
850
|
+
/** A list of inputs describing the parameters of the function. */
|
|
851
|
+
inputs?: FunctionInput[];
|
|
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;
|
|
856
|
+
};
|
|
857
|
+
/** The properties that are associated with an Azure Storage account with MSI */
|
|
858
|
+
export declare type JobStorageAccount = StorageAccount & {
|
|
859
|
+
/** Authentication Mode. */
|
|
860
|
+
authenticationMode?: AuthenticationMode;
|
|
861
|
+
};
|
|
862
|
+
/** The resource model definition for a ARM tracked top level resource */
|
|
863
|
+
export declare type TrackedResource = Resource & {
|
|
864
|
+
/** Resource tags. */
|
|
865
|
+
tags?: {
|
|
866
|
+
[propertyName: string]: string;
|
|
867
|
+
};
|
|
868
|
+
/** The geo-location where the resource lives */
|
|
869
|
+
location?: string;
|
|
870
|
+
};
|
|
871
|
+
/** The resource model definition for a ARM proxy resource. It will have everything other than required location and tags */
|
|
872
|
+
export declare type ProxyResource = Resource & {};
|
|
873
|
+
/** The parameters needed to retrieve the default function definition for an Azure Machine Learning web service function. */
|
|
874
|
+
export declare type AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters = FunctionRetrieveDefaultDefinitionParameters & {
|
|
875
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
876
|
+
bindingType: "Microsoft.MachineLearning/WebService";
|
|
877
|
+
/** 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 */
|
|
878
|
+
executeEndpoint?: string;
|
|
879
|
+
/** The function type. */
|
|
880
|
+
udfType?: "Scalar";
|
|
881
|
+
};
|
|
882
|
+
/** The parameters needed to retrieve the default function definition for a JavaScript function. */
|
|
883
|
+
export declare type JavaScriptFunctionRetrieveDefaultDefinitionParameters = FunctionRetrieveDefaultDefinitionParameters & {
|
|
884
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
885
|
+
bindingType: "Microsoft.StreamAnalytics/JavascriptUdf";
|
|
886
|
+
/** The JavaScript code containing a single function definition. For example: 'function (x, y) { return x + y; }'. */
|
|
887
|
+
script?: string;
|
|
888
|
+
/** The function type. */
|
|
889
|
+
udfType?: "Scalar";
|
|
890
|
+
};
|
|
891
|
+
/** Describes a blob input data source that contains stream data. */
|
|
892
|
+
export declare type BlobStreamInputDataSource = StreamInputDataSource & {
|
|
893
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
894
|
+
type: "Microsoft.Storage/Blob";
|
|
895
|
+
/** A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests. */
|
|
896
|
+
storageAccounts?: StorageAccount[];
|
|
897
|
+
/** The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests. */
|
|
898
|
+
container?: string;
|
|
899
|
+
/** 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. */
|
|
900
|
+
pathPattern?: string;
|
|
901
|
+
/** The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead. */
|
|
902
|
+
dateFormat?: string;
|
|
903
|
+
/** The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. */
|
|
904
|
+
timeFormat?: string;
|
|
905
|
+
/** The partition count of the blob input data source. Range 1 - 256. */
|
|
906
|
+
sourcePartitionCount?: number;
|
|
907
|
+
};
|
|
908
|
+
/** Describes an Event Hub input data source that contains stream data. */
|
|
909
|
+
export declare type EventHubStreamInputDataSource = StreamInputDataSource & {
|
|
910
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
911
|
+
type: "Microsoft.ServiceBus/EventHub";
|
|
912
|
+
/** The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
|
|
913
|
+
serviceBusNamespace?: string;
|
|
914
|
+
/** The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
|
|
915
|
+
sharedAccessPolicyName?: string;
|
|
916
|
+
/** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */
|
|
917
|
+
sharedAccessPolicyKey?: string;
|
|
918
|
+
/** Authentication Mode. */
|
|
919
|
+
authenticationMode?: AuthenticationMode;
|
|
920
|
+
/** The name of the Event Hub. Required on PUT (CreateOrReplace) requests. */
|
|
921
|
+
eventHubName?: string;
|
|
922
|
+
/** 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. */
|
|
923
|
+
consumerGroupName?: string;
|
|
924
|
+
};
|
|
925
|
+
/** Describes an Event Hub input data source that contains stream data. */
|
|
926
|
+
export declare type EventHubV2StreamInputDataSource = StreamInputDataSource & {
|
|
927
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
928
|
+
type: "Microsoft.EventHub/EventHub";
|
|
929
|
+
/** The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
|
|
930
|
+
serviceBusNamespace?: string;
|
|
931
|
+
/** The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
|
|
932
|
+
sharedAccessPolicyName?: string;
|
|
933
|
+
/** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */
|
|
934
|
+
sharedAccessPolicyKey?: string;
|
|
935
|
+
/** Authentication Mode. */
|
|
936
|
+
authenticationMode?: AuthenticationMode;
|
|
937
|
+
/** The name of the Event Hub. Required on PUT (CreateOrReplace) requests. */
|
|
938
|
+
eventHubName?: string;
|
|
939
|
+
/** 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. */
|
|
940
|
+
consumerGroupName?: string;
|
|
941
|
+
};
|
|
942
|
+
/** Describes an IoT Hub input data source that contains stream data. */
|
|
943
|
+
export declare type IoTHubStreamInputDataSource = StreamInputDataSource & {
|
|
944
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
945
|
+
type: "Microsoft.Devices/IotHubs";
|
|
946
|
+
/** The name or the URI of the IoT Hub. Required on PUT (CreateOrReplace) requests. */
|
|
947
|
+
iotHubNamespace?: string;
|
|
948
|
+
/** The shared access policy name for the IoT Hub. This policy must contain at least the Service connect permission. Required on PUT (CreateOrReplace) requests. */
|
|
949
|
+
sharedAccessPolicyName?: string;
|
|
950
|
+
/** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */
|
|
951
|
+
sharedAccessPolicyKey?: string;
|
|
952
|
+
/** The name of an IoT Hub Consumer Group that should be used to read events from the IoT Hub. If not specified, the input uses the Iot Hub’s default consumer group. */
|
|
953
|
+
consumerGroupName?: string;
|
|
954
|
+
/** The IoT Hub endpoint to connect to (ie. messages/events, messages/operationsMonitoringEvents, etc.). */
|
|
955
|
+
endpoint?: string;
|
|
956
|
+
};
|
|
957
|
+
/** Describes a blob input data source that contains reference data. */
|
|
958
|
+
export declare type BlobReferenceInputDataSource = ReferenceInputDataSource & {
|
|
959
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
960
|
+
type: "Microsoft.Storage/Blob";
|
|
961
|
+
/** A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests. */
|
|
962
|
+
storageAccounts?: StorageAccount[];
|
|
963
|
+
/** The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests. */
|
|
964
|
+
container?: string;
|
|
965
|
+
/** 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. */
|
|
966
|
+
pathPattern?: string;
|
|
967
|
+
/** The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead. */
|
|
968
|
+
dateFormat?: string;
|
|
969
|
+
/** The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. */
|
|
970
|
+
timeFormat?: string;
|
|
971
|
+
};
|
|
972
|
+
/** Describes an Azure SQL database reference input data source. */
|
|
973
|
+
export declare type AzureSqlReferenceInputDataSource = ReferenceInputDataSource & {
|
|
974
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
975
|
+
type: "Microsoft.Sql/Server/Database";
|
|
976
|
+
/** This element is associated with the datasource element. This is the name of the server that contains the database that will be written to. */
|
|
977
|
+
server?: string;
|
|
978
|
+
/** This element is associated with the datasource element. This is the name of the database that output will be written to. */
|
|
979
|
+
database?: string;
|
|
980
|
+
/** This element is associated with the datasource element. This is the user name that will be used to connect to the SQL Database instance. */
|
|
981
|
+
user?: string;
|
|
982
|
+
/** This element is associated with the datasource element. This is the password that will be used to connect to the SQL Database instance. */
|
|
983
|
+
password?: string;
|
|
984
|
+
/** This element is associated with the datasource element. The name of the table in the Azure SQL database.. */
|
|
985
|
+
table?: string;
|
|
986
|
+
/** Indicates the type of data refresh option. */
|
|
987
|
+
refreshType?: RefreshType;
|
|
988
|
+
/** 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. */
|
|
989
|
+
refreshRate?: string;
|
|
990
|
+
/** This element is associated with the datasource element. This query is used to fetch data from the sql database. */
|
|
991
|
+
fullSnapshotQuery?: string;
|
|
992
|
+
/** 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. */
|
|
993
|
+
deltaSnapshotQuery?: string;
|
|
994
|
+
};
|
|
995
|
+
/** The properties that are associated with a blob input containing stream data. */
|
|
996
|
+
export declare type BlobStreamInputDataSourceProperties = BlobDataSourceProperties & {
|
|
997
|
+
/** The partition count of the blob input data source. Range 1 - 256. */
|
|
998
|
+
sourcePartitionCount?: number;
|
|
999
|
+
};
|
|
1000
|
+
/** The properties that are associated with a blob input containing reference data. */
|
|
1001
|
+
export declare type BlobReferenceInputDataSourceProperties = BlobDataSourceProperties & {};
|
|
1002
|
+
/** The properties that are associated with a blob output. */
|
|
1003
|
+
export declare type BlobOutputDataSourceProperties = BlobDataSourceProperties & {
|
|
1004
|
+
/** Authentication Mode. */
|
|
1005
|
+
authenticationMode?: AuthenticationMode;
|
|
1006
|
+
};
|
|
1007
|
+
/** The common properties that are associated with Event Hub data sources. */
|
|
1008
|
+
export declare type EventHubDataSourceProperties = ServiceBusDataSourceProperties & {
|
|
1009
|
+
/** The name of the Event Hub. Required on PUT (CreateOrReplace) requests. */
|
|
1010
|
+
eventHubName?: string;
|
|
1011
|
+
};
|
|
1012
|
+
/** The properties that are associated with a Service Bus Queue output. */
|
|
1013
|
+
export declare type ServiceBusQueueOutputDataSourceProperties = ServiceBusDataSourceProperties & {
|
|
1014
|
+
/** The name of the Service Bus Queue. Required on PUT (CreateOrReplace) requests. */
|
|
1015
|
+
queueName?: string;
|
|
1016
|
+
/** A string array of the names of output columns to be attached to Service Bus messages as custom properties. */
|
|
1017
|
+
propertyColumns?: string[];
|
|
1018
|
+
/** The system properties associated with the Service Bus Queue. The following system properties are supported: ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc. */
|
|
1019
|
+
systemPropertyColumns?: Record<string, unknown>;
|
|
1020
|
+
};
|
|
1021
|
+
/** The properties that are associated with a Service Bus Topic output. */
|
|
1022
|
+
export declare type ServiceBusTopicOutputDataSourceProperties = ServiceBusDataSourceProperties & {
|
|
1023
|
+
/** The name of the Service Bus Topic. Required on PUT (CreateOrReplace) requests. */
|
|
1024
|
+
topicName?: string;
|
|
1025
|
+
/** A string array of the names of output columns to be attached to Service Bus messages as custom properties. */
|
|
1026
|
+
propertyColumns?: string[];
|
|
1027
|
+
/** The system properties associated with the Service Bus Topic Output. The following system properties are supported: ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc. */
|
|
1028
|
+
systemPropertyColumns?: {
|
|
1029
|
+
[propertyName: string]: string;
|
|
1030
|
+
};
|
|
1031
|
+
};
|
|
1032
|
+
/** The properties that are associated with an Azure SQL database output. */
|
|
1033
|
+
export declare type AzureSqlDatabaseOutputDataSourceProperties = AzureSqlDatabaseDataSourceProperties & {};
|
|
1034
|
+
/** The properties that are associated with an Azure Synapse output. */
|
|
1035
|
+
export declare type AzureSynapseOutputDataSourceProperties = AzureSynapseDataSourceProperties & {};
|
|
1036
|
+
/** The properties that are associated with a Power BI output. */
|
|
1037
|
+
export declare type PowerBIOutputDataSourceProperties = OAuthBasedDataSourceProperties & {
|
|
1038
|
+
/** The name of the Power BI dataset. Required on PUT (CreateOrReplace) requests. */
|
|
1039
|
+
dataset?: string;
|
|
1040
|
+
/** The name of the Power BI table under the specified dataset. Required on PUT (CreateOrReplace) requests. */
|
|
1041
|
+
table?: string;
|
|
1042
|
+
/** The ID of the Power BI group. */
|
|
1043
|
+
groupId?: string;
|
|
1044
|
+
/** The name of the Power BI group. Use this property to help remember which specific Power BI group id was used. */
|
|
1045
|
+
groupName?: string;
|
|
1046
|
+
/** Authentication Mode. */
|
|
1047
|
+
authenticationMode?: AuthenticationMode;
|
|
1048
|
+
};
|
|
1049
|
+
/** The properties that are associated with an Azure Data Lake Store. */
|
|
1050
|
+
export declare type AzureDataLakeStoreOutputDataSourceProperties = OAuthBasedDataSourceProperties & {
|
|
1051
|
+
/** The name of the Azure Data Lake Store account. Required on PUT (CreateOrReplace) requests. */
|
|
1052
|
+
accountName?: string;
|
|
1053
|
+
/** The tenant id of the user used to obtain the refresh token. Required on PUT (CreateOrReplace) requests. */
|
|
1054
|
+
tenantId?: string;
|
|
1055
|
+
/** The location of the file to which the output should be written to. Required on PUT (CreateOrReplace) requests. */
|
|
1056
|
+
filePathPrefix?: string;
|
|
1057
|
+
/** The date format. Wherever {date} appears in filePathPrefix, the value of this property is used as the date format instead. */
|
|
1058
|
+
dateFormat?: string;
|
|
1059
|
+
/** The time format. Wherever {time} appears in filePathPrefix, the value of this property is used as the time format instead. */
|
|
1060
|
+
timeFormat?: string;
|
|
1061
|
+
/** Authentication Mode. */
|
|
1062
|
+
authenticationMode?: AuthenticationMode;
|
|
1063
|
+
};
|
|
1064
|
+
/** The binding to an Azure Machine Learning web service. */
|
|
1065
|
+
export declare type AzureMachineLearningWebServiceFunctionBinding = FunctionBinding & {
|
|
1066
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1067
|
+
type: "Microsoft.MachineLearning/WebService";
|
|
1068
|
+
/** 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 */
|
|
1069
|
+
endpoint?: string;
|
|
1070
|
+
/** The API key used to authenticate with Request-Response endpoint. */
|
|
1071
|
+
apiKey?: string;
|
|
1072
|
+
/** The inputs for the Azure Machine Learning web service endpoint. */
|
|
1073
|
+
inputs?: AzureMachineLearningWebServiceInputs;
|
|
1074
|
+
/** A list of outputs from the Azure Machine Learning web service endpoint execution. */
|
|
1075
|
+
outputs?: AzureMachineLearningWebServiceOutputColumn[];
|
|
1076
|
+
/** Number between 1 and 10000 describing maximum number of rows for every Azure ML RRS execute request. Default is 1000. */
|
|
1077
|
+
batchSize?: number;
|
|
1078
|
+
};
|
|
1079
|
+
/** The binding to a JavaScript function. */
|
|
1080
|
+
export declare type JavaScriptFunctionBinding = FunctionBinding & {
|
|
1081
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1082
|
+
type: "Microsoft.StreamAnalytics/JavascriptUdf";
|
|
1083
|
+
/** The JavaScript code containing a single function definition. For example: 'function (x, y) { return x + y; }' */
|
|
1084
|
+
script?: string;
|
|
1085
|
+
};
|
|
1086
|
+
/** A streaming job object, containing all information associated with the named streaming job. */
|
|
1087
|
+
export declare type StreamingJob = TrackedResource & {
|
|
1088
|
+
/** Describes the system-assigned managed identity assigned to this job that can be used to authenticate with inputs and outputs. */
|
|
1089
|
+
identity?: Identity;
|
|
1090
|
+
/** Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) requests. */
|
|
1091
|
+
sku?: Sku;
|
|
1092
|
+
/**
|
|
1093
|
+
* A GUID uniquely identifying the streaming job. This GUID is generated upon creation of the streaming job.
|
|
1094
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1095
|
+
*/
|
|
1096
|
+
readonly jobId?: string;
|
|
1097
|
+
/**
|
|
1098
|
+
* Describes the provisioning status of the streaming job.
|
|
1099
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1100
|
+
*/
|
|
1101
|
+
readonly provisioningState?: string;
|
|
1102
|
+
/**
|
|
1103
|
+
* Describes the state of the streaming job.
|
|
1104
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1105
|
+
*/
|
|
1106
|
+
readonly jobState?: string;
|
|
1107
|
+
/** Describes the type of the job. Valid modes are `Cloud` and 'Edge'. */
|
|
1108
|
+
jobType?: JobType;
|
|
1109
|
+
/** This property should only be utilized when it is desired that the job be started immediately upon creation. Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whenever the job is started, start at a custom user time stamp specified via the outputStartTime property, or start from the last event output time. */
|
|
1110
|
+
outputStartMode?: OutputStartMode;
|
|
1111
|
+
/** Value is either an ISO-8601 formatted time stamp that indicates the starting point of the output event stream, or null to indicate that the output event stream will start whenever the streaming job is started. This property must have a value if outputStartMode is set to CustomTime. */
|
|
1112
|
+
outputStartTime?: Date;
|
|
1113
|
+
/**
|
|
1114
|
+
* Value is either an ISO-8601 formatted timestamp indicating the last output event time of the streaming job or null indicating that output has not yet been produced. In case of multiple outputs or multiple streams, this shows the latest value in that set.
|
|
1115
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1116
|
+
*/
|
|
1117
|
+
readonly lastOutputEventTime?: Date;
|
|
1118
|
+
/** Indicates the policy to apply to events that arrive out of order in the input event stream. */
|
|
1119
|
+
eventsOutOfOrderPolicy?: EventsOutOfOrderPolicy;
|
|
1120
|
+
/** Indicates the policy to apply to events that arrive at the output and cannot be written to the external storage due to being malformed (missing column values, column values of wrong type or size). */
|
|
1121
|
+
outputErrorPolicy?: OutputErrorPolicy;
|
|
1122
|
+
/** The maximum tolerable delay in seconds where out-of-order events can be adjusted to be back in order. */
|
|
1123
|
+
eventsOutOfOrderMaxDelayInSeconds?: number;
|
|
1124
|
+
/** The maximum tolerable delay in seconds where events arriving late could be included. Supported range is -1 to 1814399 (20.23:59:59 days) and -1 is used to specify wait indefinitely. If the property is absent, it is interpreted to have a value of -1. */
|
|
1125
|
+
eventsLateArrivalMaxDelayInSeconds?: number;
|
|
1126
|
+
/** The data locale of the stream analytics job. Value should be the name of a supported .NET Culture from the set https://msdn.microsoft.com/en-us/library/system.globalization.culturetypes(v=vs.110).aspx. Defaults to 'en-US' if none specified. */
|
|
1127
|
+
dataLocale?: string;
|
|
1128
|
+
/** Controls certain runtime behaviors of the streaming job. */
|
|
1129
|
+
compatibilityLevel?: CompatibilityLevel;
|
|
1130
|
+
/**
|
|
1131
|
+
* Value is an ISO-8601 formatted UTC timestamp indicating when the streaming job was created.
|
|
1132
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1133
|
+
*/
|
|
1134
|
+
readonly createdDate?: Date;
|
|
1135
|
+
/** A list of one or more inputs to the streaming job. The name property for each input is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual input. */
|
|
1136
|
+
inputs?: Input[];
|
|
1137
|
+
/** Indicates the query and the number of streaming units to use for the streaming job. The name property of the transformation is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual transformation. */
|
|
1138
|
+
transformation?: Transformation;
|
|
1139
|
+
/** A list of one or more outputs for the streaming job. The name property for each output is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual output. */
|
|
1140
|
+
outputs?: Output[];
|
|
1141
|
+
/** A list of one or more functions for the streaming job. The name property for each function is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual transformation. */
|
|
1142
|
+
functions?: FunctionModel[];
|
|
1143
|
+
/**
|
|
1144
|
+
* 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.
|
|
1145
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1146
|
+
*/
|
|
1147
|
+
readonly etag?: string;
|
|
1148
|
+
/** The properties that are associated with an Azure Storage account with MSI */
|
|
1149
|
+
jobStorageAccount?: JobStorageAccount;
|
|
1150
|
+
/** Valid values are JobStorageAccount and SystemAccount. If set to JobStorageAccount, this requires the user to also specify jobStorageAccount property. . */
|
|
1151
|
+
contentStoragePolicy?: ContentStoragePolicy;
|
|
1152
|
+
/** The cluster which streaming jobs will run on. */
|
|
1153
|
+
cluster?: ClusterInfo;
|
|
1154
|
+
};
|
|
1155
|
+
/** A Stream Analytics Cluster object */
|
|
1156
|
+
export declare type Cluster = TrackedResource & {
|
|
1157
|
+
/** The SKU of the cluster. This determines the size/capacity of the cluster. Required on PUT (CreateOrUpdate) requests. */
|
|
1158
|
+
sku?: ClusterSku;
|
|
1159
|
+
/**
|
|
1160
|
+
* The current entity tag for the cluster. 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.
|
|
1161
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1162
|
+
*/
|
|
1163
|
+
readonly etag?: string;
|
|
1164
|
+
/**
|
|
1165
|
+
* The date this cluster was created.
|
|
1166
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1167
|
+
*/
|
|
1168
|
+
readonly createdDate?: Date;
|
|
1169
|
+
/**
|
|
1170
|
+
* Unique identifier for the cluster.
|
|
1171
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1172
|
+
*/
|
|
1173
|
+
readonly clusterId?: string;
|
|
1174
|
+
/**
|
|
1175
|
+
* The status of the cluster provisioning. The three terminal states are: Succeeded, Failed and Canceled
|
|
1176
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1177
|
+
*/
|
|
1178
|
+
readonly provisioningState?: ClusterProvisioningState;
|
|
1179
|
+
/**
|
|
1180
|
+
* Represents the number of streaming units currently being used on the cluster.
|
|
1181
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1182
|
+
*/
|
|
1183
|
+
readonly capacityAllocated?: number;
|
|
1184
|
+
/**
|
|
1185
|
+
* 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.
|
|
1186
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1187
|
+
*/
|
|
1188
|
+
readonly capacityAssigned?: number;
|
|
1189
|
+
};
|
|
1190
|
+
/** Complete information about the private endpoint. */
|
|
1191
|
+
export declare type PrivateEndpoint = ProxyResource & {
|
|
1192
|
+
/**
|
|
1193
|
+
* 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.
|
|
1194
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1195
|
+
*/
|
|
1196
|
+
readonly etag?: string;
|
|
1197
|
+
/**
|
|
1198
|
+
* The date when this private endpoint was created.
|
|
1199
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1200
|
+
*/
|
|
1201
|
+
readonly createdDate?: string;
|
|
1202
|
+
/** A list of connections to the remote resource. Immutable after it is set. */
|
|
1203
|
+
manualPrivateLinkServiceConnections?: PrivateLinkServiceConnection[];
|
|
1204
|
+
};
|
|
1205
|
+
/** The properties that are associated with a Event Hub input containing stream data. */
|
|
1206
|
+
export declare type EventHubStreamInputDataSourceProperties = EventHubDataSourceProperties & {
|
|
1207
|
+
/** 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. */
|
|
1208
|
+
consumerGroupName?: string;
|
|
1209
|
+
};
|
|
1210
|
+
/** The properties that are associated with an Event Hub output. */
|
|
1211
|
+
export declare type EventHubOutputDataSourceProperties = EventHubDataSourceProperties & {
|
|
1212
|
+
/** The key/column that is used to determine to which partition to send event data. */
|
|
1213
|
+
partitionKey?: string;
|
|
1214
|
+
/** The properties associated with this Event Hub output. */
|
|
1215
|
+
propertyColumns?: string[];
|
|
1216
|
+
};
|
|
1217
|
+
/** Defines headers for StreamingJobs_createOrReplace operation. */
|
|
1218
|
+
export interface StreamingJobsCreateOrReplaceHeaders {
|
|
1219
|
+
/** 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. */
|
|
1220
|
+
eTag?: string;
|
|
1221
|
+
}
|
|
1222
|
+
/** Defines headers for StreamingJobs_update operation. */
|
|
1223
|
+
export interface StreamingJobsUpdateHeaders {
|
|
1224
|
+
/** 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. */
|
|
1225
|
+
eTag?: string;
|
|
1226
|
+
}
|
|
1227
|
+
/** Defines headers for StreamingJobs_get operation. */
|
|
1228
|
+
export interface StreamingJobsGetHeaders {
|
|
1229
|
+
/** 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. */
|
|
1230
|
+
eTag?: string;
|
|
1231
|
+
}
|
|
1232
|
+
/** Defines headers for Inputs_createOrReplace operation. */
|
|
1233
|
+
export interface InputsCreateOrReplaceHeaders {
|
|
1234
|
+
/** The current entity tag for the input. 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. */
|
|
1235
|
+
eTag?: string;
|
|
1236
|
+
}
|
|
1237
|
+
/** Defines headers for Inputs_update operation. */
|
|
1238
|
+
export interface InputsUpdateHeaders {
|
|
1239
|
+
/** The current entity tag for the input. 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. */
|
|
1240
|
+
eTag?: string;
|
|
1241
|
+
}
|
|
1242
|
+
/** Defines headers for Inputs_get operation. */
|
|
1243
|
+
export interface InputsGetHeaders {
|
|
1244
|
+
/** The current entity tag for the input. 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. */
|
|
1245
|
+
eTag?: string;
|
|
1246
|
+
}
|
|
1247
|
+
/** Defines headers for Outputs_createOrReplace operation. */
|
|
1248
|
+
export interface OutputsCreateOrReplaceHeaders {
|
|
1249
|
+
/** 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. */
|
|
1250
|
+
eTag?: string;
|
|
1251
|
+
}
|
|
1252
|
+
/** Defines headers for Outputs_update operation. */
|
|
1253
|
+
export interface OutputsUpdateHeaders {
|
|
1254
|
+
/** 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. */
|
|
1255
|
+
eTag?: string;
|
|
1256
|
+
}
|
|
1257
|
+
/** Defines headers for Outputs_get operation. */
|
|
1258
|
+
export interface OutputsGetHeaders {
|
|
1259
|
+
/** 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. */
|
|
1260
|
+
eTag?: string;
|
|
1261
|
+
}
|
|
1262
|
+
/** Defines headers for Transformations_createOrReplace operation. */
|
|
1263
|
+
export interface TransformationsCreateOrReplaceHeaders {
|
|
1264
|
+
/** 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. */
|
|
1265
|
+
eTag?: string;
|
|
1266
|
+
}
|
|
1267
|
+
/** Defines headers for Transformations_update operation. */
|
|
1268
|
+
export interface TransformationsUpdateHeaders {
|
|
1269
|
+
/** 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. */
|
|
1270
|
+
eTag?: string;
|
|
1271
|
+
}
|
|
1272
|
+
/** Defines headers for Transformations_get operation. */
|
|
1273
|
+
export interface TransformationsGetHeaders {
|
|
1274
|
+
/** 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. */
|
|
1275
|
+
eTag?: string;
|
|
1276
|
+
}
|
|
1277
|
+
/** Defines headers for Functions_createOrReplace operation. */
|
|
1278
|
+
export interface FunctionsCreateOrReplaceHeaders {
|
|
1279
|
+
/** 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. */
|
|
1280
|
+
eTag?: string;
|
|
1281
|
+
}
|
|
1282
|
+
/** Defines headers for Functions_update operation. */
|
|
1283
|
+
export interface FunctionsUpdateHeaders {
|
|
1284
|
+
/** 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. */
|
|
1285
|
+
eTag?: string;
|
|
1286
|
+
}
|
|
1287
|
+
/** Defines headers for Functions_get operation. */
|
|
1288
|
+
export interface FunctionsGetHeaders {
|
|
1289
|
+
/** 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. */
|
|
1290
|
+
eTag?: string;
|
|
1291
|
+
}
|
|
1292
|
+
/** Known values of {@link SkuName} that the service accepts. */
|
|
1293
|
+
export declare enum KnownSkuName {
|
|
1294
|
+
Standard = "Standard"
|
|
1295
|
+
}
|
|
1296
|
+
/**
|
|
1297
|
+
* Defines values for SkuName. \
|
|
1298
|
+
* {@link KnownSkuName} can be used interchangeably with SkuName,
|
|
1299
|
+
* this enum contains the known values that the service supports.
|
|
1300
|
+
* ### Known values supported by the service
|
|
1301
|
+
* **Standard**
|
|
1302
|
+
*/
|
|
1303
|
+
export declare type SkuName = string;
|
|
1304
|
+
/** Known values of {@link JobType} that the service accepts. */
|
|
1305
|
+
export declare enum KnownJobType {
|
|
1306
|
+
Cloud = "Cloud",
|
|
1307
|
+
Edge = "Edge"
|
|
1308
|
+
}
|
|
1309
|
+
/**
|
|
1310
|
+
* Defines values for JobType. \
|
|
1311
|
+
* {@link KnownJobType} can be used interchangeably with JobType,
|
|
1312
|
+
* this enum contains the known values that the service supports.
|
|
1313
|
+
* ### Known values supported by the service
|
|
1314
|
+
* **Cloud** \
|
|
1315
|
+
* **Edge**
|
|
1316
|
+
*/
|
|
1317
|
+
export declare type JobType = string;
|
|
1318
|
+
/** Known values of {@link OutputStartMode} that the service accepts. */
|
|
1319
|
+
export declare enum KnownOutputStartMode {
|
|
1320
|
+
JobStartTime = "JobStartTime",
|
|
1321
|
+
CustomTime = "CustomTime",
|
|
1322
|
+
LastOutputEventTime = "LastOutputEventTime"
|
|
1323
|
+
}
|
|
1324
|
+
/**
|
|
1325
|
+
* Defines values for OutputStartMode. \
|
|
1326
|
+
* {@link KnownOutputStartMode} can be used interchangeably with OutputStartMode,
|
|
1327
|
+
* this enum contains the known values that the service supports.
|
|
1328
|
+
* ### Known values supported by the service
|
|
1329
|
+
* **JobStartTime** \
|
|
1330
|
+
* **CustomTime** \
|
|
1331
|
+
* **LastOutputEventTime**
|
|
1332
|
+
*/
|
|
1333
|
+
export declare type OutputStartMode = string;
|
|
1334
|
+
/** Known values of {@link EventsOutOfOrderPolicy} that the service accepts. */
|
|
1335
|
+
export declare enum KnownEventsOutOfOrderPolicy {
|
|
1336
|
+
Adjust = "Adjust",
|
|
1337
|
+
Drop = "Drop"
|
|
1338
|
+
}
|
|
1339
|
+
/**
|
|
1340
|
+
* Defines values for EventsOutOfOrderPolicy. \
|
|
1341
|
+
* {@link KnownEventsOutOfOrderPolicy} can be used interchangeably with EventsOutOfOrderPolicy,
|
|
1342
|
+
* this enum contains the known values that the service supports.
|
|
1343
|
+
* ### Known values supported by the service
|
|
1344
|
+
* **Adjust** \
|
|
1345
|
+
* **Drop**
|
|
1346
|
+
*/
|
|
1347
|
+
export declare type EventsOutOfOrderPolicy = string;
|
|
1348
|
+
/** Known values of {@link OutputErrorPolicy} that the service accepts. */
|
|
1349
|
+
export declare enum KnownOutputErrorPolicy {
|
|
1350
|
+
Stop = "Stop",
|
|
1351
|
+
Drop = "Drop"
|
|
1352
|
+
}
|
|
1353
|
+
/**
|
|
1354
|
+
* Defines values for OutputErrorPolicy. \
|
|
1355
|
+
* {@link KnownOutputErrorPolicy} can be used interchangeably with OutputErrorPolicy,
|
|
1356
|
+
* this enum contains the known values that the service supports.
|
|
1357
|
+
* ### Known values supported by the service
|
|
1358
|
+
* **Stop** \
|
|
1359
|
+
* **Drop**
|
|
1360
|
+
*/
|
|
1361
|
+
export declare type OutputErrorPolicy = string;
|
|
1362
|
+
/** Known values of {@link CompatibilityLevel} that the service accepts. */
|
|
1363
|
+
export declare enum KnownCompatibilityLevel {
|
|
1364
|
+
One0 = "1.0",
|
|
1365
|
+
One2 = "1.2"
|
|
1366
|
+
}
|
|
1367
|
+
/**
|
|
1368
|
+
* Defines values for CompatibilityLevel. \
|
|
1369
|
+
* {@link KnownCompatibilityLevel} can be used interchangeably with CompatibilityLevel,
|
|
1370
|
+
* this enum contains the known values that the service supports.
|
|
1371
|
+
* ### Known values supported by the service
|
|
1372
|
+
* **1.0** \
|
|
1373
|
+
* **1.2**
|
|
1374
|
+
*/
|
|
1375
|
+
export declare type CompatibilityLevel = string;
|
|
1376
|
+
/** Known values of {@link EventSerializationType} that the service accepts. */
|
|
1377
|
+
export declare enum KnownEventSerializationType {
|
|
1378
|
+
Csv = "Csv",
|
|
1379
|
+
Avro = "Avro",
|
|
1380
|
+
Json = "Json",
|
|
1381
|
+
Parquet = "Parquet"
|
|
1382
|
+
}
|
|
1383
|
+
/**
|
|
1384
|
+
* Defines values for EventSerializationType. \
|
|
1385
|
+
* {@link KnownEventSerializationType} can be used interchangeably with EventSerializationType,
|
|
1386
|
+
* this enum contains the known values that the service supports.
|
|
1387
|
+
* ### Known values supported by the service
|
|
1388
|
+
* **Csv** \
|
|
1389
|
+
* **Avro** \
|
|
1390
|
+
* **Json** \
|
|
1391
|
+
* **Parquet**
|
|
1392
|
+
*/
|
|
1393
|
+
export declare type EventSerializationType = string;
|
|
1394
|
+
/** Known values of {@link CompressionType} that the service accepts. */
|
|
1395
|
+
export declare enum KnownCompressionType {
|
|
1396
|
+
None = "None",
|
|
1397
|
+
GZip = "GZip",
|
|
1398
|
+
Deflate = "Deflate"
|
|
1399
|
+
}
|
|
1400
|
+
/**
|
|
1401
|
+
* Defines values for CompressionType. \
|
|
1402
|
+
* {@link KnownCompressionType} can be used interchangeably with CompressionType,
|
|
1403
|
+
* this enum contains the known values that the service supports.
|
|
1404
|
+
* ### Known values supported by the service
|
|
1405
|
+
* **None** \
|
|
1406
|
+
* **GZip** \
|
|
1407
|
+
* **Deflate**
|
|
1408
|
+
*/
|
|
1409
|
+
export declare type CompressionType = string;
|
|
1410
|
+
/** Known values of {@link AuthenticationMode} that the service accepts. */
|
|
1411
|
+
export declare enum KnownAuthenticationMode {
|
|
1412
|
+
Msi = "Msi",
|
|
1413
|
+
UserToken = "UserToken",
|
|
1414
|
+
ConnectionString = "ConnectionString"
|
|
1415
|
+
}
|
|
1416
|
+
/**
|
|
1417
|
+
* Defines values for AuthenticationMode. \
|
|
1418
|
+
* {@link KnownAuthenticationMode} can be used interchangeably with AuthenticationMode,
|
|
1419
|
+
* this enum contains the known values that the service supports.
|
|
1420
|
+
* ### Known values supported by the service
|
|
1421
|
+
* **Msi** \
|
|
1422
|
+
* **UserToken** \
|
|
1423
|
+
* **ConnectionString**
|
|
1424
|
+
*/
|
|
1425
|
+
export declare type AuthenticationMode = string;
|
|
1426
|
+
/** Known values of {@link ContentStoragePolicy} that the service accepts. */
|
|
1427
|
+
export declare enum KnownContentStoragePolicy {
|
|
1428
|
+
SystemAccount = "SystemAccount",
|
|
1429
|
+
JobStorageAccount = "JobStorageAccount"
|
|
1430
|
+
}
|
|
1431
|
+
/**
|
|
1432
|
+
* Defines values for ContentStoragePolicy. \
|
|
1433
|
+
* {@link KnownContentStoragePolicy} can be used interchangeably with ContentStoragePolicy,
|
|
1434
|
+
* this enum contains the known values that the service supports.
|
|
1435
|
+
* ### Known values supported by the service
|
|
1436
|
+
* **SystemAccount** \
|
|
1437
|
+
* **JobStorageAccount**
|
|
1438
|
+
*/
|
|
1439
|
+
export declare type ContentStoragePolicy = string;
|
|
1440
|
+
/** Known values of {@link ClusterSkuName} that the service accepts. */
|
|
1441
|
+
export declare enum KnownClusterSkuName {
|
|
1442
|
+
/** The default SKU. */
|
|
1443
|
+
Default = "Default"
|
|
1444
|
+
}
|
|
1445
|
+
/**
|
|
1446
|
+
* Defines values for ClusterSkuName. \
|
|
1447
|
+
* {@link KnownClusterSkuName} can be used interchangeably with ClusterSkuName,
|
|
1448
|
+
* this enum contains the known values that the service supports.
|
|
1449
|
+
* ### Known values supported by the service
|
|
1450
|
+
* **Default**: The default SKU.
|
|
1451
|
+
*/
|
|
1452
|
+
export declare type ClusterSkuName = string;
|
|
1453
|
+
/** Known values of {@link ClusterProvisioningState} that the service accepts. */
|
|
1454
|
+
export declare enum KnownClusterProvisioningState {
|
|
1455
|
+
/** The cluster provisioning succeeded. */
|
|
1456
|
+
Succeeded = "Succeeded",
|
|
1457
|
+
/** The cluster provisioning failed. */
|
|
1458
|
+
Failed = "Failed",
|
|
1459
|
+
/** The cluster provisioning was canceled. */
|
|
1460
|
+
Canceled = "Canceled",
|
|
1461
|
+
/** The cluster provisioning was inprogress. */
|
|
1462
|
+
InProgress = "InProgress"
|
|
1463
|
+
}
|
|
1464
|
+
/**
|
|
1465
|
+
* Defines values for ClusterProvisioningState. \
|
|
1466
|
+
* {@link KnownClusterProvisioningState} can be used interchangeably with ClusterProvisioningState,
|
|
1467
|
+
* this enum contains the known values that the service supports.
|
|
1468
|
+
* ### Known values supported by the service
|
|
1469
|
+
* **Succeeded**: The cluster provisioning succeeded. \
|
|
1470
|
+
* **Failed**: The cluster provisioning failed. \
|
|
1471
|
+
* **Canceled**: The cluster provisioning was canceled. \
|
|
1472
|
+
* **InProgress**: The cluster provisioning was inprogress.
|
|
1473
|
+
*/
|
|
1474
|
+
export declare type ClusterProvisioningState = string;
|
|
1475
|
+
/** Known values of {@link JobState} that the service accepts. */
|
|
1476
|
+
export declare enum KnownJobState {
|
|
1477
|
+
/** The job is currently in the Created state. */
|
|
1478
|
+
Created = "Created",
|
|
1479
|
+
/** The job is currently in the Starting state. */
|
|
1480
|
+
Starting = "Starting",
|
|
1481
|
+
/** The job is currently in the Running state. */
|
|
1482
|
+
Running = "Running",
|
|
1483
|
+
/** The job is currently in the Stopping state. */
|
|
1484
|
+
Stopping = "Stopping",
|
|
1485
|
+
/** The job is currently in the Stopped state. */
|
|
1486
|
+
Stopped = "Stopped",
|
|
1487
|
+
/** The job is currently in the Deleting state. */
|
|
1488
|
+
Deleting = "Deleting",
|
|
1489
|
+
/** The job is currently in the Failed state. */
|
|
1490
|
+
Failed = "Failed",
|
|
1491
|
+
/** The job is currently in the Degraded state. */
|
|
1492
|
+
Degraded = "Degraded",
|
|
1493
|
+
/** The job is currently in the Restarting state. */
|
|
1494
|
+
Restarting = "Restarting",
|
|
1495
|
+
/** The job is currently in the Scaling state. */
|
|
1496
|
+
Scaling = "Scaling"
|
|
1497
|
+
}
|
|
1498
|
+
/**
|
|
1499
|
+
* Defines values for JobState. \
|
|
1500
|
+
* {@link KnownJobState} can be used interchangeably with JobState,
|
|
1501
|
+
* this enum contains the known values that the service supports.
|
|
1502
|
+
* ### Known values supported by the service
|
|
1503
|
+
* **Created**: The job is currently in the Created state. \
|
|
1504
|
+
* **Starting**: The job is currently in the Starting state. \
|
|
1505
|
+
* **Running**: The job is currently in the Running state. \
|
|
1506
|
+
* **Stopping**: The job is currently in the Stopping state. \
|
|
1507
|
+
* **Stopped**: The job is currently in the Stopped state. \
|
|
1508
|
+
* **Deleting**: The job is currently in the Deleting state. \
|
|
1509
|
+
* **Failed**: The job is currently in the Failed state. \
|
|
1510
|
+
* **Degraded**: The job is currently in the Degraded state. \
|
|
1511
|
+
* **Restarting**: The job is currently in the Restarting state. \
|
|
1512
|
+
* **Scaling**: The job is currently in the Scaling state.
|
|
1513
|
+
*/
|
|
1514
|
+
export declare type JobState = string;
|
|
1515
|
+
/** Known values of {@link Encoding} that the service accepts. */
|
|
1516
|
+
export declare enum KnownEncoding {
|
|
1517
|
+
UTF8 = "UTF8"
|
|
1518
|
+
}
|
|
1519
|
+
/**
|
|
1520
|
+
* Defines values for Encoding. \
|
|
1521
|
+
* {@link KnownEncoding} can be used interchangeably with Encoding,
|
|
1522
|
+
* this enum contains the known values that the service supports.
|
|
1523
|
+
* ### Known values supported by the service
|
|
1524
|
+
* **UTF8**
|
|
1525
|
+
*/
|
|
1526
|
+
export declare type Encoding = string;
|
|
1527
|
+
/** Known values of {@link JsonOutputSerializationFormat} that the service accepts. */
|
|
1528
|
+
export declare enum KnownJsonOutputSerializationFormat {
|
|
1529
|
+
LineSeparated = "LineSeparated",
|
|
1530
|
+
Array = "Array"
|
|
1531
|
+
}
|
|
1532
|
+
/**
|
|
1533
|
+
* Defines values for JsonOutputSerializationFormat. \
|
|
1534
|
+
* {@link KnownJsonOutputSerializationFormat} can be used interchangeably with JsonOutputSerializationFormat,
|
|
1535
|
+
* this enum contains the known values that the service supports.
|
|
1536
|
+
* ### Known values supported by the service
|
|
1537
|
+
* **LineSeparated** \
|
|
1538
|
+
* **Array**
|
|
1539
|
+
*/
|
|
1540
|
+
export declare type JsonOutputSerializationFormat = string;
|
|
1541
|
+
/** Known values of {@link RefreshType} that the service accepts. */
|
|
1542
|
+
export declare enum KnownRefreshType {
|
|
1543
|
+
Static = "Static",
|
|
1544
|
+
RefreshPeriodicallyWithFull = "RefreshPeriodicallyWithFull",
|
|
1545
|
+
RefreshPeriodicallyWithDelta = "RefreshPeriodicallyWithDelta"
|
|
1546
|
+
}
|
|
1547
|
+
/**
|
|
1548
|
+
* Defines values for RefreshType. \
|
|
1549
|
+
* {@link KnownRefreshType} can be used interchangeably with RefreshType,
|
|
1550
|
+
* this enum contains the known values that the service supports.
|
|
1551
|
+
* ### Known values supported by the service
|
|
1552
|
+
* **Static** \
|
|
1553
|
+
* **RefreshPeriodicallyWithFull** \
|
|
1554
|
+
* **RefreshPeriodicallyWithDelta**
|
|
1555
|
+
*/
|
|
1556
|
+
export declare type RefreshType = string;
|
|
1557
|
+
/** Optional parameters. */
|
|
1558
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
1559
|
+
}
|
|
1560
|
+
/** Contains response data for the list operation. */
|
|
1561
|
+
export declare type OperationsListResponse = OperationListResult;
|
|
1562
|
+
/** Optional parameters. */
|
|
1563
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1564
|
+
}
|
|
1565
|
+
/** Contains response data for the listNext operation. */
|
|
1566
|
+
export declare type OperationsListNextResponse = OperationListResult;
|
|
1567
|
+
/** Optional parameters. */
|
|
1568
|
+
export interface StreamingJobsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
|
|
1569
|
+
/** 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. */
|
|
1570
|
+
ifMatch?: string;
|
|
1571
|
+
/** 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. */
|
|
1572
|
+
ifNoneMatch?: string;
|
|
1573
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1574
|
+
updateIntervalInMs?: number;
|
|
1575
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1576
|
+
resumeFrom?: string;
|
|
1577
|
+
}
|
|
1578
|
+
/** Contains response data for the createOrReplace operation. */
|
|
1579
|
+
export declare type StreamingJobsCreateOrReplaceResponse = StreamingJobsCreateOrReplaceHeaders & StreamingJob;
|
|
1580
|
+
/** Optional parameters. */
|
|
1581
|
+
export interface StreamingJobsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1582
|
+
/** 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. */
|
|
1583
|
+
ifMatch?: string;
|
|
1584
|
+
}
|
|
1585
|
+
/** Contains response data for the update operation. */
|
|
1586
|
+
export declare type StreamingJobsUpdateResponse = StreamingJobsUpdateHeaders & StreamingJob;
|
|
1587
|
+
/** Optional parameters. */
|
|
1588
|
+
export interface StreamingJobsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1589
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1590
|
+
updateIntervalInMs?: number;
|
|
1591
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1592
|
+
resumeFrom?: string;
|
|
1593
|
+
}
|
|
1594
|
+
/** Optional parameters. */
|
|
1595
|
+
export interface StreamingJobsGetOptionalParams extends coreClient.OperationOptions {
|
|
1596
|
+
/** 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'. */
|
|
1597
|
+
expand?: string;
|
|
1598
|
+
}
|
|
1599
|
+
/** Contains response data for the get operation. */
|
|
1600
|
+
export declare type StreamingJobsGetResponse = StreamingJobsGetHeaders & StreamingJob;
|
|
1601
|
+
/** Optional parameters. */
|
|
1602
|
+
export interface StreamingJobsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1603
|
+
/** 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'. */
|
|
1604
|
+
expand?: string;
|
|
1605
|
+
}
|
|
1606
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
1607
|
+
export declare type StreamingJobsListByResourceGroupResponse = StreamingJobListResult;
|
|
1608
|
+
/** Optional parameters. */
|
|
1609
|
+
export interface StreamingJobsListOptionalParams extends coreClient.OperationOptions {
|
|
1610
|
+
/** 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'. */
|
|
1611
|
+
expand?: string;
|
|
1612
|
+
}
|
|
1613
|
+
/** Contains response data for the list operation. */
|
|
1614
|
+
export declare type StreamingJobsListResponse = StreamingJobListResult;
|
|
1615
|
+
/** Optional parameters. */
|
|
1616
|
+
export interface StreamingJobsStartOptionalParams extends coreClient.OperationOptions {
|
|
1617
|
+
/** Parameters applicable to a start streaming job operation. */
|
|
1618
|
+
startJobParameters?: StartStreamingJobParameters;
|
|
1619
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1620
|
+
updateIntervalInMs?: number;
|
|
1621
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1622
|
+
resumeFrom?: string;
|
|
1623
|
+
}
|
|
1624
|
+
/** Optional parameters. */
|
|
1625
|
+
export interface StreamingJobsStopOptionalParams extends coreClient.OperationOptions {
|
|
1626
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1627
|
+
updateIntervalInMs?: number;
|
|
1628
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1629
|
+
resumeFrom?: string;
|
|
1630
|
+
}
|
|
1631
|
+
/** Optional parameters. */
|
|
1632
|
+
export interface StreamingJobsScaleOptionalParams extends coreClient.OperationOptions {
|
|
1633
|
+
/** Parameters applicable to a scale streaming job operation. */
|
|
1634
|
+
scaleJobParameters?: ScaleStreamingJobParameters;
|
|
1635
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1636
|
+
updateIntervalInMs?: number;
|
|
1637
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1638
|
+
resumeFrom?: string;
|
|
1639
|
+
}
|
|
1640
|
+
/** Optional parameters. */
|
|
1641
|
+
export interface StreamingJobsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1642
|
+
/** 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'. */
|
|
1643
|
+
expand?: string;
|
|
1644
|
+
}
|
|
1645
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1646
|
+
export declare type StreamingJobsListByResourceGroupNextResponse = StreamingJobListResult;
|
|
1647
|
+
/** Optional parameters. */
|
|
1648
|
+
export interface StreamingJobsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1649
|
+
/** 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'. */
|
|
1650
|
+
expand?: string;
|
|
1651
|
+
}
|
|
1652
|
+
/** Contains response data for the listNext operation. */
|
|
1653
|
+
export declare type StreamingJobsListNextResponse = StreamingJobListResult;
|
|
1654
|
+
/** Optional parameters. */
|
|
1655
|
+
export interface InputsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
|
|
1656
|
+
/** 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. */
|
|
1657
|
+
ifMatch?: string;
|
|
1658
|
+
/** Set to '*' to allow a new input to be created, but to prevent updating an existing input. Other values will result in a 412 Pre-condition Failed response. */
|
|
1659
|
+
ifNoneMatch?: string;
|
|
1660
|
+
}
|
|
1661
|
+
/** Contains response data for the createOrReplace operation. */
|
|
1662
|
+
export declare type InputsCreateOrReplaceResponse = InputsCreateOrReplaceHeaders & Input;
|
|
1663
|
+
/** Optional parameters. */
|
|
1664
|
+
export interface InputsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1665
|
+
/** 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. */
|
|
1666
|
+
ifMatch?: string;
|
|
1667
|
+
}
|
|
1668
|
+
/** Contains response data for the update operation. */
|
|
1669
|
+
export declare type InputsUpdateResponse = InputsUpdateHeaders & Input;
|
|
1670
|
+
/** Optional parameters. */
|
|
1671
|
+
export interface InputsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1672
|
+
}
|
|
1673
|
+
/** Optional parameters. */
|
|
1674
|
+
export interface InputsGetOptionalParams extends coreClient.OperationOptions {
|
|
1675
|
+
}
|
|
1676
|
+
/** Contains response data for the get operation. */
|
|
1677
|
+
export declare type InputsGetResponse = InputsGetHeaders & Input;
|
|
1678
|
+
/** Optional parameters. */
|
|
1679
|
+
export interface InputsListByStreamingJobOptionalParams extends coreClient.OperationOptions {
|
|
1680
|
+
/** 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. */
|
|
1681
|
+
select?: string;
|
|
1682
|
+
}
|
|
1683
|
+
/** Contains response data for the listByStreamingJob operation. */
|
|
1684
|
+
export declare type InputsListByStreamingJobResponse = InputListResult;
|
|
1685
|
+
/** Optional parameters. */
|
|
1686
|
+
export interface InputsTestOptionalParams extends coreClient.OperationOptions {
|
|
1687
|
+
/** If the input specified does not already exist, this parameter must contain the full input definition intended to be tested. If the input specified already exists, this parameter can be left null to test the existing input as is or if specified, the properties specified will overwrite the corresponding properties in the existing input (exactly like a PATCH operation) and the resulting input will be tested. */
|
|
1688
|
+
input?: Input;
|
|
1689
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1690
|
+
updateIntervalInMs?: number;
|
|
1691
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1692
|
+
resumeFrom?: string;
|
|
1693
|
+
}
|
|
1694
|
+
/** Contains response data for the test operation. */
|
|
1695
|
+
export declare type InputsTestResponse = ResourceTestStatus;
|
|
1696
|
+
/** Optional parameters. */
|
|
1697
|
+
export interface InputsListByStreamingJobNextOptionalParams extends coreClient.OperationOptions {
|
|
1698
|
+
/** 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. */
|
|
1699
|
+
select?: string;
|
|
1700
|
+
}
|
|
1701
|
+
/** Contains response data for the listByStreamingJobNext operation. */
|
|
1702
|
+
export declare type InputsListByStreamingJobNextResponse = InputListResult;
|
|
1703
|
+
/** Optional parameters. */
|
|
1704
|
+
export interface OutputsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
|
|
1705
|
+
/** The ETag of the output. Omit this value to always overwrite the current output. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
1706
|
+
ifMatch?: string;
|
|
1707
|
+
/** Set to '*' to allow a new output to be created, but to prevent updating an existing output. Other values will result in a 412 Pre-condition Failed response. */
|
|
1708
|
+
ifNoneMatch?: string;
|
|
1709
|
+
}
|
|
1710
|
+
/** Contains response data for the createOrReplace operation. */
|
|
1711
|
+
export declare type OutputsCreateOrReplaceResponse = OutputsCreateOrReplaceHeaders & Output;
|
|
1712
|
+
/** Optional parameters. */
|
|
1713
|
+
export interface OutputsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1714
|
+
/** The ETag of the output. Omit this value to always overwrite the current output. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
1715
|
+
ifMatch?: string;
|
|
1716
|
+
}
|
|
1717
|
+
/** Contains response data for the update operation. */
|
|
1718
|
+
export declare type OutputsUpdateResponse = OutputsUpdateHeaders & Output;
|
|
1719
|
+
/** Optional parameters. */
|
|
1720
|
+
export interface OutputsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1721
|
+
}
|
|
1722
|
+
/** Optional parameters. */
|
|
1723
|
+
export interface OutputsGetOptionalParams extends coreClient.OperationOptions {
|
|
1724
|
+
}
|
|
1725
|
+
/** Contains response data for the get operation. */
|
|
1726
|
+
export declare type OutputsGetResponse = OutputsGetHeaders & Output;
|
|
1727
|
+
/** Optional parameters. */
|
|
1728
|
+
export interface OutputsListByStreamingJobOptionalParams extends coreClient.OperationOptions {
|
|
1729
|
+
/** 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. */
|
|
1730
|
+
select?: string;
|
|
1731
|
+
}
|
|
1732
|
+
/** Contains response data for the listByStreamingJob operation. */
|
|
1733
|
+
export declare type OutputsListByStreamingJobResponse = OutputListResult;
|
|
1734
|
+
/** Optional parameters. */
|
|
1735
|
+
export interface OutputsTestOptionalParams extends coreClient.OperationOptions {
|
|
1736
|
+
/** If the output specified does not already exist, this parameter must contain the full output definition intended to be tested. If the output specified already exists, this parameter can be left null to test the existing output as is or if specified, the properties specified will overwrite the corresponding properties in the existing output (exactly like a PATCH operation) and the resulting output will be tested. */
|
|
1737
|
+
output?: Output;
|
|
1738
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1739
|
+
updateIntervalInMs?: number;
|
|
1740
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1741
|
+
resumeFrom?: string;
|
|
1742
|
+
}
|
|
1743
|
+
/** Contains response data for the test operation. */
|
|
1744
|
+
export declare type OutputsTestResponse = ResourceTestStatus;
|
|
1745
|
+
/** Optional parameters. */
|
|
1746
|
+
export interface OutputsListByStreamingJobNextOptionalParams extends coreClient.OperationOptions {
|
|
1747
|
+
/** 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. */
|
|
1748
|
+
select?: string;
|
|
1749
|
+
}
|
|
1750
|
+
/** Contains response data for the listByStreamingJobNext operation. */
|
|
1751
|
+
export declare type OutputsListByStreamingJobNextResponse = OutputListResult;
|
|
1752
|
+
/** Optional parameters. */
|
|
1753
|
+
export interface TransformationsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
|
|
1754
|
+
/** 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. */
|
|
1755
|
+
ifMatch?: string;
|
|
1756
|
+
/** 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. */
|
|
1757
|
+
ifNoneMatch?: string;
|
|
1758
|
+
}
|
|
1759
|
+
/** Contains response data for the createOrReplace operation. */
|
|
1760
|
+
export declare type TransformationsCreateOrReplaceResponse = TransformationsCreateOrReplaceHeaders & Transformation;
|
|
1761
|
+
/** Optional parameters. */
|
|
1762
|
+
export interface TransformationsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1763
|
+
/** 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. */
|
|
1764
|
+
ifMatch?: string;
|
|
1765
|
+
}
|
|
1766
|
+
/** Contains response data for the update operation. */
|
|
1767
|
+
export declare type TransformationsUpdateResponse = TransformationsUpdateHeaders & Transformation;
|
|
1768
|
+
/** Optional parameters. */
|
|
1769
|
+
export interface TransformationsGetOptionalParams extends coreClient.OperationOptions {
|
|
1770
|
+
}
|
|
1771
|
+
/** Contains response data for the get operation. */
|
|
1772
|
+
export declare type TransformationsGetResponse = TransformationsGetHeaders & Transformation;
|
|
1773
|
+
/** Optional parameters. */
|
|
1774
|
+
export interface FunctionsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
|
|
1775
|
+
/** 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. */
|
|
1776
|
+
ifMatch?: string;
|
|
1777
|
+
/** 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. */
|
|
1778
|
+
ifNoneMatch?: string;
|
|
1779
|
+
}
|
|
1780
|
+
/** Contains response data for the createOrReplace operation. */
|
|
1781
|
+
export declare type FunctionsCreateOrReplaceResponse = FunctionsCreateOrReplaceHeaders & FunctionModel;
|
|
1782
|
+
/** Optional parameters. */
|
|
1783
|
+
export interface FunctionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1784
|
+
/** 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. */
|
|
1785
|
+
ifMatch?: string;
|
|
1786
|
+
}
|
|
1787
|
+
/** Contains response data for the update operation. */
|
|
1788
|
+
export declare type FunctionsUpdateResponse = FunctionsUpdateHeaders & FunctionModel;
|
|
1789
|
+
/** Optional parameters. */
|
|
1790
|
+
export interface FunctionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1791
|
+
}
|
|
1792
|
+
/** Optional parameters. */
|
|
1793
|
+
export interface FunctionsGetOptionalParams extends coreClient.OperationOptions {
|
|
1794
|
+
}
|
|
1795
|
+
/** Contains response data for the get operation. */
|
|
1796
|
+
export declare type FunctionsGetResponse = FunctionsGetHeaders & FunctionModel;
|
|
1797
|
+
/** Optional parameters. */
|
|
1798
|
+
export interface FunctionsListByStreamingJobOptionalParams extends coreClient.OperationOptions {
|
|
1799
|
+
/** 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. */
|
|
1800
|
+
select?: string;
|
|
1801
|
+
}
|
|
1802
|
+
/** Contains response data for the listByStreamingJob operation. */
|
|
1803
|
+
export declare type FunctionsListByStreamingJobResponse = FunctionListResult;
|
|
1804
|
+
/** Optional parameters. */
|
|
1805
|
+
export interface FunctionsTestOptionalParams extends coreClient.OperationOptions {
|
|
1806
|
+
/** 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. */
|
|
1807
|
+
functionParam?: FunctionModel;
|
|
1808
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1809
|
+
updateIntervalInMs?: number;
|
|
1810
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1811
|
+
resumeFrom?: string;
|
|
1812
|
+
}
|
|
1813
|
+
/** Contains response data for the test operation. */
|
|
1814
|
+
export declare type FunctionsTestResponse = ResourceTestStatus;
|
|
1815
|
+
/** Optional parameters. */
|
|
1816
|
+
export interface FunctionsRetrieveDefaultDefinitionOptionalParams extends coreClient.OperationOptions {
|
|
1817
|
+
/** Parameters used to specify the type of function to retrieve the default definition for. */
|
|
1818
|
+
functionRetrieveDefaultDefinitionParameters?: FunctionRetrieveDefaultDefinitionParametersUnion;
|
|
1819
|
+
}
|
|
1820
|
+
/** Contains response data for the retrieveDefaultDefinition operation. */
|
|
1821
|
+
export declare type FunctionsRetrieveDefaultDefinitionResponse = FunctionModel;
|
|
1822
|
+
/** Optional parameters. */
|
|
1823
|
+
export interface FunctionsListByStreamingJobNextOptionalParams extends coreClient.OperationOptions {
|
|
1824
|
+
/** 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. */
|
|
1825
|
+
select?: string;
|
|
1826
|
+
}
|
|
1827
|
+
/** Contains response data for the listByStreamingJobNext operation. */
|
|
1828
|
+
export declare type FunctionsListByStreamingJobNextResponse = FunctionListResult;
|
|
1829
|
+
/** Optional parameters. */
|
|
1830
|
+
export interface SubscriptionsListQuotasOptionalParams extends coreClient.OperationOptions {
|
|
1831
|
+
}
|
|
1832
|
+
/** Contains response data for the listQuotas operation. */
|
|
1833
|
+
export declare type SubscriptionsListQuotasResponse = SubscriptionQuotasListResult;
|
|
1834
|
+
/** Optional parameters. */
|
|
1835
|
+
export interface ClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1836
|
+
/** 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. */
|
|
1837
|
+
ifMatch?: string;
|
|
1838
|
+
/** Set to '*' to allow a new resource to be created, but to prevent updating an existing record set. Other values will result in a 412 Pre-condition Failed response. */
|
|
1839
|
+
ifNoneMatch?: string;
|
|
1840
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1841
|
+
updateIntervalInMs?: number;
|
|
1842
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1843
|
+
resumeFrom?: string;
|
|
1844
|
+
}
|
|
1845
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1846
|
+
export declare type ClustersCreateOrUpdateResponse = Cluster;
|
|
1847
|
+
/** Optional parameters. */
|
|
1848
|
+
export interface ClustersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1849
|
+
/** 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. */
|
|
1850
|
+
ifMatch?: string;
|
|
1851
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1852
|
+
updateIntervalInMs?: number;
|
|
1853
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1854
|
+
resumeFrom?: string;
|
|
1855
|
+
}
|
|
1856
|
+
/** Contains response data for the update operation. */
|
|
1857
|
+
export declare type ClustersUpdateResponse = Cluster;
|
|
1858
|
+
/** Optional parameters. */
|
|
1859
|
+
export interface ClustersGetOptionalParams extends coreClient.OperationOptions {
|
|
1860
|
+
}
|
|
1861
|
+
/** Contains response data for the get operation. */
|
|
1862
|
+
export declare type ClustersGetResponse = Cluster;
|
|
1863
|
+
/** Optional parameters. */
|
|
1864
|
+
export interface ClustersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1865
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1866
|
+
updateIntervalInMs?: number;
|
|
1867
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1868
|
+
resumeFrom?: string;
|
|
1869
|
+
}
|
|
1870
|
+
/** Optional parameters. */
|
|
1871
|
+
export interface ClustersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1872
|
+
}
|
|
1873
|
+
/** Contains response data for the listBySubscription operation. */
|
|
1874
|
+
export declare type ClustersListBySubscriptionResponse = ClusterListResult;
|
|
1875
|
+
/** Optional parameters. */
|
|
1876
|
+
export interface ClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1877
|
+
}
|
|
1878
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
1879
|
+
export declare type ClustersListByResourceGroupResponse = ClusterListResult;
|
|
1880
|
+
/** Optional parameters. */
|
|
1881
|
+
export interface ClustersListStreamingJobsOptionalParams extends coreClient.OperationOptions {
|
|
1882
|
+
}
|
|
1883
|
+
/** Contains response data for the listStreamingJobs operation. */
|
|
1884
|
+
export declare type ClustersListStreamingJobsResponse = ClusterJobListResult;
|
|
1885
|
+
/** Optional parameters. */
|
|
1886
|
+
export interface ClustersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1887
|
+
}
|
|
1888
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
1889
|
+
export declare type ClustersListBySubscriptionNextResponse = ClusterListResult;
|
|
1890
|
+
/** Optional parameters. */
|
|
1891
|
+
export interface ClustersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1892
|
+
}
|
|
1893
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1894
|
+
export declare type ClustersListByResourceGroupNextResponse = ClusterListResult;
|
|
1895
|
+
/** Optional parameters. */
|
|
1896
|
+
export interface ClustersListStreamingJobsNextOptionalParams extends coreClient.OperationOptions {
|
|
1897
|
+
}
|
|
1898
|
+
/** Contains response data for the listStreamingJobsNext operation. */
|
|
1899
|
+
export declare type ClustersListStreamingJobsNextResponse = ClusterJobListResult;
|
|
1900
|
+
/** Optional parameters. */
|
|
1901
|
+
export interface PrivateEndpointsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1902
|
+
/** 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. */
|
|
1903
|
+
ifMatch?: string;
|
|
1904
|
+
/** Set to '*' to allow a new resource to be created, but to prevent updating an existing record set. Other values will result in a 412 Pre-condition Failed response. */
|
|
1905
|
+
ifNoneMatch?: string;
|
|
1906
|
+
}
|
|
1907
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1908
|
+
export declare type PrivateEndpointsCreateOrUpdateResponse = PrivateEndpoint;
|
|
1909
|
+
/** Optional parameters. */
|
|
1910
|
+
export interface PrivateEndpointsGetOptionalParams extends coreClient.OperationOptions {
|
|
1911
|
+
}
|
|
1912
|
+
/** Contains response data for the get operation. */
|
|
1913
|
+
export declare type PrivateEndpointsGetResponse = PrivateEndpoint;
|
|
1914
|
+
/** Optional parameters. */
|
|
1915
|
+
export interface PrivateEndpointsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1916
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1917
|
+
updateIntervalInMs?: number;
|
|
1918
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1919
|
+
resumeFrom?: string;
|
|
1920
|
+
}
|
|
1921
|
+
/** Optional parameters. */
|
|
1922
|
+
export interface PrivateEndpointsListByClusterOptionalParams extends coreClient.OperationOptions {
|
|
1923
|
+
}
|
|
1924
|
+
/** Contains response data for the listByCluster operation. */
|
|
1925
|
+
export declare type PrivateEndpointsListByClusterResponse = PrivateEndpointListResult;
|
|
1926
|
+
/** Optional parameters. */
|
|
1927
|
+
export interface PrivateEndpointsListByClusterNextOptionalParams extends coreClient.OperationOptions {
|
|
1928
|
+
}
|
|
1929
|
+
/** Contains response data for the listByClusterNext operation. */
|
|
1930
|
+
export declare type PrivateEndpointsListByClusterNextResponse = PrivateEndpointListResult;
|
|
1931
|
+
/** Optional parameters. */
|
|
1932
|
+
export interface StreamAnalyticsManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
1933
|
+
/** server parameter */
|
|
1934
|
+
$host?: string;
|
|
1935
|
+
/** Api Version */
|
|
1936
|
+
apiVersion?: string;
|
|
1937
|
+
/** Overrides client endpoint. */
|
|
1938
|
+
endpoint?: string;
|
|
1939
|
+
}
|
|
1940
|
+
//# sourceMappingURL=index.d.ts.map
|