@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.
Files changed (252) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/{LICENSE.txt → LICENSE} +1 -1
  3. package/README.md +70 -84
  4. package/dist/index.js +6818 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/index.d.ts +5 -0
  9. package/dist-esm/src/index.d.ts.map +1 -0
  10. package/dist-esm/src/index.js +12 -0
  11. package/dist-esm/src/index.js.map +1 -0
  12. package/dist-esm/src/lroImpl.d.ts +16 -0
  13. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  14. package/dist-esm/src/lroImpl.js +29 -0
  15. package/dist-esm/src/lroImpl.js.map +1 -0
  16. package/dist-esm/src/models/index.d.ts +1940 -0
  17. package/dist-esm/src/models/index.d.ts.map +1 -0
  18. package/dist-esm/src/models/index.js +132 -0
  19. package/dist-esm/src/models/index.js.map +1 -0
  20. package/dist-esm/src/models/mappers.d.ts +155 -0
  21. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  22. package/{esm → dist-esm/src}/models/mappers.js +1412 -2137
  23. package/dist-esm/src/models/mappers.js.map +1 -0
  24. package/dist-esm/src/models/parameters.d.ts +34 -0
  25. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  26. package/dist-esm/src/models/parameters.js +260 -0
  27. package/dist-esm/src/models/parameters.js.map +1 -0
  28. package/dist-esm/src/operations/clusters.d.ts +137 -0
  29. package/dist-esm/src/operations/clusters.d.ts.map +1 -0
  30. package/dist-esm/src/operations/clusters.js +627 -0
  31. package/dist-esm/src/operations/clusters.js.map +1 -0
  32. package/dist-esm/src/operations/functions.d.ts +107 -0
  33. package/dist-esm/src/operations/functions.d.ts.map +1 -0
  34. package/dist-esm/src/operations/functions.js +416 -0
  35. package/dist-esm/src/operations/functions.js.map +1 -0
  36. package/{esm → dist-esm/src}/operations/index.d.ts +4 -4
  37. package/dist-esm/src/operations/index.d.ts.map +1 -0
  38. package/{esm → dist-esm/src}/operations/index.js +5 -6
  39. package/dist-esm/src/operations/index.js.map +1 -0
  40. package/dist-esm/src/operations/inputs.d.ts +94 -0
  41. package/dist-esm/src/operations/inputs.d.ts.map +1 -0
  42. package/dist-esm/src/operations/inputs.js +377 -0
  43. package/dist-esm/src/operations/inputs.js.map +1 -0
  44. package/dist-esm/src/operations/operations.d.ts +32 -0
  45. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  46. package/dist-esm/src/operations/operations.js +120 -0
  47. package/dist-esm/src/operations/operations.js.map +1 -0
  48. package/dist-esm/src/operations/outputs.d.ts +95 -0
  49. package/dist-esm/src/operations/outputs.d.ts.map +1 -0
  50. package/dist-esm/src/operations/outputs.js +378 -0
  51. package/dist-esm/src/operations/outputs.js.map +1 -0
  52. package/dist-esm/src/operations/privateEndpoints.d.ts +73 -0
  53. package/dist-esm/src/operations/privateEndpoints.d.ts.map +1 -0
  54. package/dist-esm/src/operations/privateEndpoints.js +295 -0
  55. package/dist-esm/src/operations/privateEndpoints.js.map +1 -0
  56. package/dist-esm/src/operations/streamingJobs.d.ts +151 -0
  57. package/dist-esm/src/operations/streamingJobs.d.ts.map +1 -0
  58. package/dist-esm/src/operations/streamingJobs.js +692 -0
  59. package/dist-esm/src/operations/streamingJobs.js.map +1 -0
  60. package/dist-esm/src/operations/subscriptions.d.ts +21 -0
  61. package/dist-esm/src/operations/subscriptions.d.ts.map +1 -0
  62. package/dist-esm/src/operations/subscriptions.js +53 -0
  63. package/dist-esm/src/operations/subscriptions.js.map +1 -0
  64. package/dist-esm/src/operations/transformations.d.ts +46 -0
  65. package/dist-esm/src/operations/transformations.d.ts.map +1 -0
  66. package/dist-esm/src/operations/transformations.js +160 -0
  67. package/dist-esm/src/operations/transformations.js.map +1 -0
  68. package/dist-esm/src/operationsInterfaces/clusters.d.ts +84 -0
  69. package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +1 -0
  70. package/dist-esm/src/operationsInterfaces/clusters.js +9 -0
  71. package/dist-esm/src/operationsInterfaces/clusters.js.map +1 -0
  72. package/dist-esm/src/operationsInterfaces/functions.d.ts +82 -0
  73. package/dist-esm/src/operationsInterfaces/functions.d.ts.map +1 -0
  74. package/dist-esm/src/operationsInterfaces/functions.js +9 -0
  75. package/dist-esm/src/operationsInterfaces/functions.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/index.d.ts +10 -0
  77. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  78. package/dist-esm/src/operationsInterfaces/index.js +17 -0
  79. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/inputs.d.ts +69 -0
  81. package/dist-esm/src/operationsInterfaces/inputs.d.ts.map +1 -0
  82. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/inputs.js} +2 -1
  83. package/dist-esm/src/operationsInterfaces/inputs.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  85. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  86. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  87. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/outputs.d.ts +70 -0
  89. package/dist-esm/src/operationsInterfaces/outputs.d.ts.map +1 -0
  90. package/dist-esm/src/operationsInterfaces/outputs.js +9 -0
  91. package/dist-esm/src/operationsInterfaces/outputs.js.map +1 -0
  92. package/dist-esm/src/operationsInterfaces/privateEndpoints.d.ts +48 -0
  93. package/dist-esm/src/operationsInterfaces/privateEndpoints.d.ts.map +1 -0
  94. package/dist-esm/src/operationsInterfaces/privateEndpoints.js +9 -0
  95. package/dist-esm/src/operationsInterfaces/privateEndpoints.js.map +1 -0
  96. package/dist-esm/src/operationsInterfaces/streamingJobs.d.ts +115 -0
  97. package/dist-esm/src/operationsInterfaces/streamingJobs.d.ts.map +1 -0
  98. package/dist-esm/src/operationsInterfaces/streamingJobs.js +9 -0
  99. package/dist-esm/src/operationsInterfaces/streamingJobs.js.map +1 -0
  100. package/dist-esm/src/operationsInterfaces/subscriptions.d.ts +13 -0
  101. package/dist-esm/src/operationsInterfaces/subscriptions.d.ts.map +1 -0
  102. package/dist-esm/src/operationsInterfaces/subscriptions.js +9 -0
  103. package/dist-esm/src/operationsInterfaces/subscriptions.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/transformations.d.ts +38 -0
  105. package/dist-esm/src/operationsInterfaces/transformations.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/transformations.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/transformations.js.map +1 -0
  108. package/dist-esm/src/streamAnalyticsManagementClient.d.ts +26 -0
  109. package/dist-esm/src/streamAnalyticsManagementClient.d.ts.map +1 -0
  110. package/dist-esm/src/streamAnalyticsManagementClient.js +59 -0
  111. package/dist-esm/src/streamAnalyticsManagementClient.js.map +1 -0
  112. package/dist-esm/test/sampleTest.d.ts +2 -0
  113. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  114. package/dist-esm/test/sampleTest.js +40 -0
  115. package/dist-esm/test/sampleTest.js.map +1 -0
  116. package/package.json +65 -32
  117. package/review/arm-streamanalytics.api.md +1598 -0
  118. package/rollup.config.js +181 -30
  119. package/src/{models/operationsMappers.ts → index.ts} +4 -12
  120. package/src/lroImpl.ts +34 -0
  121. package/src/models/index.ts +1943 -4505
  122. package/src/models/mappers.ts +1393 -2127
  123. package/src/models/parameters.ts +180 -90
  124. package/src/operations/clusters.ts +640 -393
  125. package/src/operations/functions.ts +366 -375
  126. package/src/operations/index.ts +5 -6
  127. package/src/operations/inputs.ts +337 -326
  128. package/src/operations/operations.ts +85 -73
  129. package/src/operations/outputs.ts +337 -325
  130. package/src/operations/privateEndpoints.ts +276 -209
  131. package/src/operations/streamingJobs.ts +686 -398
  132. package/src/operations/subscriptions.ts +36 -376
  133. package/src/operations/transformations.ts +104 -162
  134. package/src/operationsInterfaces/clusters.ts +157 -0
  135. package/src/operationsInterfaces/functions.ts +148 -0
  136. package/src/operationsInterfaces/index.ts +17 -0
  137. package/src/operationsInterfaces/inputs.ts +128 -0
  138. package/src/operationsInterfaces/operations.ts +22 -0
  139. package/src/operationsInterfaces/outputs.ts +129 -0
  140. package/src/operationsInterfaces/privateEndpoints.ts +90 -0
  141. package/src/operationsInterfaces/streamingJobs.ts +199 -0
  142. package/src/operationsInterfaces/subscriptions.ts +27 -0
  143. package/src/operationsInterfaces/transformations.ts +71 -0
  144. package/src/streamAnalyticsManagementClient.ts +97 -49
  145. package/tsconfig.json +3 -3
  146. package/types/arm-streamanalytics.d.ts +2730 -0
  147. package/types/tsdoc-metadata.json +11 -0
  148. package/dist/arm-streamanalytics.js +0 -7772
  149. package/dist/arm-streamanalytics.js.map +0 -1
  150. package/dist/arm-streamanalytics.min.js +0 -1
  151. package/dist/arm-streamanalytics.min.js.map +0 -1
  152. package/esm/models/clustersMappers.d.ts +0 -2
  153. package/esm/models/clustersMappers.d.ts.map +0 -1
  154. package/esm/models/clustersMappers.js +0 -9
  155. package/esm/models/clustersMappers.js.map +0 -1
  156. package/esm/models/functionsMappers.d.ts +0 -2
  157. package/esm/models/functionsMappers.d.ts.map +0 -1
  158. package/esm/models/functionsMappers.js +0 -9
  159. package/esm/models/functionsMappers.js.map +0 -1
  160. package/esm/models/index.d.ts +0 -4514
  161. package/esm/models/index.d.ts.map +0 -1
  162. package/esm/models/index.js.map +0 -1
  163. package/esm/models/inputsMappers.d.ts +0 -2
  164. package/esm/models/inputsMappers.d.ts.map +0 -1
  165. package/esm/models/inputsMappers.js +0 -9
  166. package/esm/models/inputsMappers.js.map +0 -1
  167. package/esm/models/mappers.d.ts +0 -185
  168. package/esm/models/mappers.d.ts.map +0 -1
  169. package/esm/models/mappers.js.map +0 -1
  170. package/esm/models/operationsMappers.d.ts +0 -2
  171. package/esm/models/operationsMappers.d.ts.map +0 -1
  172. package/esm/models/operationsMappers.js +0 -9
  173. package/esm/models/operationsMappers.js.map +0 -1
  174. package/esm/models/outputsMappers.d.ts +0 -2
  175. package/esm/models/outputsMappers.d.ts.map +0 -1
  176. package/esm/models/outputsMappers.js +0 -9
  177. package/esm/models/outputsMappers.js.map +0 -1
  178. package/esm/models/parameters.d.ts +0 -20
  179. package/esm/models/parameters.d.ts.map +0 -1
  180. package/esm/models/parameters.js +0 -216
  181. package/esm/models/parameters.js.map +0 -1
  182. package/esm/models/privateEndpointsMappers.d.ts +0 -2
  183. package/esm/models/privateEndpointsMappers.d.ts.map +0 -1
  184. package/esm/models/privateEndpointsMappers.js +0 -9
  185. package/esm/models/privateEndpointsMappers.js.map +0 -1
  186. package/esm/models/streamingJobsMappers.d.ts +0 -2
  187. package/esm/models/streamingJobsMappers.d.ts.map +0 -1
  188. package/esm/models/streamingJobsMappers.js +0 -9
  189. package/esm/models/streamingJobsMappers.js.map +0 -1
  190. package/esm/models/subscriptionsMappers.d.ts +0 -2
  191. package/esm/models/subscriptionsMappers.d.ts.map +0 -1
  192. package/esm/models/subscriptionsMappers.js +0 -9
  193. package/esm/models/subscriptionsMappers.js.map +0 -1
  194. package/esm/models/transformationsMappers.d.ts +0 -2
  195. package/esm/models/transformationsMappers.d.ts.map +0 -1
  196. package/esm/models/transformationsMappers.js +0 -9
  197. package/esm/models/transformationsMappers.js.map +0 -1
  198. package/esm/operations/clusters.d.ts +0 -201
  199. package/esm/operations/clusters.d.ts.map +0 -1
  200. package/esm/operations/clusters.js +0 -406
  201. package/esm/operations/clusters.js.map +0 -1
  202. package/esm/operations/functions.d.ts +0 -215
  203. package/esm/operations/functions.d.ts.map +0 -1
  204. package/esm/operations/functions.js +0 -348
  205. package/esm/operations/functions.js.map +0 -1
  206. package/esm/operations/index.d.ts.map +0 -1
  207. package/esm/operations/index.js.map +0 -1
  208. package/esm/operations/inputs.d.ts +0 -189
  209. package/esm/operations/inputs.d.ts.map +0 -1
  210. package/esm/operations/inputs.js +0 -306
  211. package/esm/operations/inputs.js.map +0 -1
  212. package/esm/operations/operations.d.ts +0 -46
  213. package/esm/operations/operations.d.ts.map +0 -1
  214. package/esm/operations/operations.js +0 -79
  215. package/esm/operations/operations.js.map +0 -1
  216. package/esm/operations/outputs.d.ts +0 -189
  217. package/esm/operations/outputs.d.ts.map +0 -1
  218. package/esm/operations/outputs.js +0 -306
  219. package/esm/operations/outputs.js.map +0 -1
  220. package/esm/operations/privateEndpoints.d.ts +0 -125
  221. package/esm/operations/privateEndpoints.d.ts.map +0 -1
  222. package/esm/operations/privateEndpoints.js +0 -216
  223. package/esm/operations/privateEndpoints.js.map +0 -1
  224. package/esm/operations/streamingJobs.d.ts +0 -210
  225. package/esm/operations/streamingJobs.d.ts.map +0 -1
  226. package/esm/operations/streamingJobs.js +0 -440
  227. package/esm/operations/streamingJobs.js.map +0 -1
  228. package/esm/operations/subscriptions.d.ts +0 -138
  229. package/esm/operations/subscriptions.d.ts.map +0 -1
  230. package/esm/operations/subscriptions.js +0 -311
  231. package/esm/operations/subscriptions.js.map +0 -1
  232. package/esm/operations/transformations.d.ts +0 -106
  233. package/esm/operations/transformations.d.ts.map +0 -1
  234. package/esm/operations/transformations.js +0 -149
  235. package/esm/operations/transformations.js.map +0 -1
  236. package/esm/streamAnalyticsManagementClient.d.ts +0 -32
  237. package/esm/streamAnalyticsManagementClient.d.ts.map +0 -1
  238. package/esm/streamAnalyticsManagementClient.js +0 -45
  239. package/esm/streamAnalyticsManagementClient.js.map +0 -1
  240. package/esm/streamAnalyticsManagementClientContext.d.ts +0 -21
  241. package/esm/streamAnalyticsManagementClientContext.d.ts.map +0 -1
  242. package/esm/streamAnalyticsManagementClientContext.js +0 -59
  243. package/esm/streamAnalyticsManagementClientContext.js.map +0 -1
  244. package/src/models/clustersMappers.ts +0 -96
  245. package/src/models/functionsMappers.ts +0 -104
  246. package/src/models/inputsMappers.ts +0 -99
  247. package/src/models/outputsMappers.ts +0 -99
  248. package/src/models/privateEndpointsMappers.ts +0 -94
  249. package/src/models/streamingJobsMappers.ts +0 -98
  250. package/src/models/subscriptionsMappers.ts +0 -104
  251. package/src/models/transformationsMappers.ts +0 -96
  252. package/src/streamAnalyticsManagementClientContext.ts +0 -65
@@ -1,4514 +0,0 @@
1
- import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
2
- import * as msRest from "@azure/ms-rest-js";
3
- export { BaseResource, CloudError };
4
- /**
5
- * Describes one input parameter of a function.
6
- */
7
- export interface FunctionInput {
8
- /**
9
- * The (Azure Stream Analytics supported) data type of the function input parameter. A list of
10
- * valid Azure Stream Analytics data types are described at
11
- * https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx
12
- */
13
- dataType?: string;
14
- /**
15
- * A flag indicating if the parameter is a configuration parameter. True if this input parameter
16
- * is expected to be a constant. Default is false.
17
- */
18
- isConfigurationParameter?: boolean;
19
- }
20
- /**
21
- * Describes the output of a function.
22
- */
23
- export interface FunctionOutput {
24
- /**
25
- * The (Azure Stream Analytics supported) data type of the function output. A list of valid Azure
26
- * Stream Analytics data types are described at
27
- * https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx
28
- */
29
- dataType?: string;
30
- }
31
- /**
32
- * Contains the possible cases for FunctionBinding.
33
- */
34
- export declare type FunctionBindingUnion = FunctionBinding | AzureMachineLearningStudioFunctionBinding | JavaScriptFunctionBinding | CSharpFunctionBinding | AzureMachineLearningServiceFunctionBinding;
35
- /**
36
- * The physical binding of the function. For example, in the Azure Machine Learning web service’s
37
- * case, this describes the endpoint.
38
- */
39
- export interface FunctionBinding {
40
- /**
41
- * Polymorphic Discriminator
42
- */
43
- type: "FunctionBinding";
44
- }
45
- /**
46
- * Contains the possible cases for FunctionProperties.
47
- */
48
- export declare type FunctionPropertiesUnion = FunctionProperties | ScalarFunctionProperties | AggregateFunctionProperties;
49
- /**
50
- * The properties that are associated with a function.
51
- */
52
- export interface FunctionProperties {
53
- /**
54
- * Polymorphic Discriminator
55
- */
56
- type: "FunctionProperties";
57
- /**
58
- * The current entity tag for the function. This is an opaque string. You can use it to detect
59
- * whether the resource has changed between requests. You can also use it in the If-Match or
60
- * If-None-Match headers for write operations for optimistic concurrency.
61
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
62
- */
63
- readonly etag?: string;
64
- inputs?: FunctionInput[];
65
- output?: FunctionOutput;
66
- binding?: FunctionBindingUnion;
67
- }
68
- /**
69
- * The base sub-resource model definition.
70
- */
71
- export interface SubResource extends BaseResource {
72
- /**
73
- * Resource Id
74
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
75
- */
76
- readonly id?: string;
77
- /**
78
- * Resource name
79
- */
80
- name?: string;
81
- /**
82
- * Resource type
83
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
84
- */
85
- readonly type?: string;
86
- }
87
- /**
88
- * A function object, containing all information associated with the named function. All functions
89
- * are contained under a streaming job.
90
- */
91
- export interface FunctionModel extends SubResource {
92
- /**
93
- * The properties that are associated with a function.
94
- */
95
- properties?: FunctionPropertiesUnion;
96
- }
97
- /**
98
- * The properties that are associated with a scalar function.
99
- */
100
- export interface ScalarFunctionProperties {
101
- /**
102
- * Polymorphic Discriminator
103
- */
104
- type: "Scalar";
105
- /**
106
- * The current entity tag for the function. This is an opaque string. You can use it to detect
107
- * whether the resource has changed between requests. You can also use it in the If-Match or
108
- * If-None-Match headers for write operations for optimistic concurrency.
109
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
110
- */
111
- readonly etag?: string;
112
- inputs?: FunctionInput[];
113
- output?: FunctionOutput;
114
- binding?: FunctionBindingUnion;
115
- }
116
- /**
117
- * Describes an input column for the Azure Machine Learning Studio endpoint.
118
- */
119
- export interface AzureMachineLearningStudioInputColumn {
120
- /**
121
- * The name of the input column.
122
- */
123
- name?: string;
124
- /**
125
- * The (Azure Machine Learning supported) data type of the input column. A list of valid Azure
126
- * Machine Learning data types are described at
127
- * https://msdn.microsoft.com/en-us/library/azure/dn905923.aspx .
128
- */
129
- dataType?: string;
130
- /**
131
- * The zero based index of the function parameter this input maps to.
132
- */
133
- mapTo?: number;
134
- }
135
- /**
136
- * The inputs for the Azure Machine Learning Studio endpoint.
137
- */
138
- export interface AzureMachineLearningStudioInputs {
139
- /**
140
- * The name of the input. This is the name provided while authoring the endpoint.
141
- */
142
- name?: string;
143
- /**
144
- * A list of input columns for the Azure Machine Learning Studio endpoint.
145
- */
146
- columnNames?: AzureMachineLearningStudioInputColumn[];
147
- }
148
- /**
149
- * Describes an output column for the Azure Machine Learning Studio endpoint.
150
- */
151
- export interface AzureMachineLearningStudioOutputColumn {
152
- /**
153
- * The name of the output column.
154
- */
155
- name?: string;
156
- /**
157
- * The (Azure Machine Learning supported) data type of the output column. A list of valid Azure
158
- * Machine Learning data types are described at
159
- * https://msdn.microsoft.com/en-us/library/azure/dn905923.aspx .
160
- */
161
- dataType?: string;
162
- }
163
- /**
164
- * The binding to an Azure Machine Learning Studio.
165
- */
166
- export interface AzureMachineLearningStudioFunctionBinding {
167
- /**
168
- * Polymorphic Discriminator
169
- */
170
- type: "Microsoft.MachineLearning/WebService";
171
- /**
172
- * The Request-Response execute endpoint of the Azure Machine Learning Studio. Find out more
173
- * here:
174
- * https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs
175
- */
176
- endpoint?: string;
177
- /**
178
- * The API key used to authenticate with Request-Response endpoint.
179
- */
180
- apiKey?: string;
181
- /**
182
- * The inputs for the Azure Machine Learning Studio endpoint.
183
- */
184
- inputs?: AzureMachineLearningStudioInputs;
185
- /**
186
- * A list of outputs from the Azure Machine Learning Studio endpoint execution.
187
- */
188
- outputs?: AzureMachineLearningStudioOutputColumn[];
189
- /**
190
- * Number between 1 and 10000 describing maximum number of rows for every Azure ML RRS execute
191
- * request. Default is 1000.
192
- */
193
- batchSize?: number;
194
- }
195
- /**
196
- * The binding to a JavaScript function.
197
- */
198
- export interface JavaScriptFunctionBinding {
199
- /**
200
- * Polymorphic Discriminator
201
- */
202
- type: "Microsoft.StreamAnalytics/JavascriptUdf";
203
- /**
204
- * The JavaScript code containing a single function definition. For example: 'function (x, y) {
205
- * return x + y; }'
206
- */
207
- script?: string;
208
- }
209
- /**
210
- * The binding to a CSharp function.
211
- */
212
- export interface CSharpFunctionBinding {
213
- /**
214
- * Polymorphic Discriminator
215
- */
216
- type: "Microsoft.StreamAnalytics/CLRUdf";
217
- /**
218
- * The Csharp code containing a single function definition.
219
- */
220
- script?: string;
221
- /**
222
- * The Csharp code containing a single function definition.
223
- */
224
- dllPath?: string;
225
- /**
226
- * The Csharp code containing a single function definition.
227
- */
228
- classProperty?: string;
229
- /**
230
- * The Csharp code containing a single function definition.
231
- */
232
- method?: string;
233
- }
234
- /**
235
- * Contains the possible cases for FunctionRetrieveDefaultDefinitionParameters.
236
- */
237
- export declare type FunctionRetrieveDefaultDefinitionParametersUnion = FunctionRetrieveDefaultDefinitionParameters | AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters | AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters | JavaScriptFunctionRetrieveDefaultDefinitionParameters | CSharpFunctionRetrieveDefaultDefinitionParameters;
238
- /**
239
- * Parameters used to specify the type of function to retrieve the default definition for.
240
- */
241
- export interface FunctionRetrieveDefaultDefinitionParameters {
242
- /**
243
- * Polymorphic Discriminator
244
- */
245
- bindingType: "FunctionRetrieveDefaultDefinitionParameters";
246
- }
247
- /**
248
- * The parameters needed to retrieve the default function definition for an Azure Machine Learning
249
- * Studio function.
250
- */
251
- export interface AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters {
252
- /**
253
- * Polymorphic Discriminator
254
- */
255
- bindingType: "Microsoft.MachineLearning/WebService";
256
- /**
257
- * The Request-Response execute endpoint of the Azure Machine Learning Studio. Find out more
258
- * here:
259
- * https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs
260
- */
261
- executeEndpoint?: string;
262
- /**
263
- * The function type. Possible values include: 'Scalar'
264
- */
265
- udfType?: UdfType;
266
- }
267
- /**
268
- * The parameters needed to retrieve the default function definition for an Azure Machine Learning
269
- * web service function.
270
- */
271
- export interface AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters {
272
- /**
273
- * Polymorphic Discriminator
274
- */
275
- bindingType: "Microsoft.MachineLearningServices";
276
- /**
277
- * The Request-Response execute endpoint of the Azure Machine Learning web service.
278
- */
279
- executeEndpoint?: string;
280
- /**
281
- * The function type. Possible values include: 'Scalar'
282
- */
283
- udfType?: UdfType;
284
- }
285
- /**
286
- * The parameters needed to retrieve the default function definition for a JavaScript function.
287
- */
288
- export interface JavaScriptFunctionRetrieveDefaultDefinitionParameters {
289
- /**
290
- * Polymorphic Discriminator
291
- */
292
- bindingType: "Microsoft.StreamAnalytics/JavascriptUdf";
293
- /**
294
- * The JavaScript code containing a single function definition. For example: 'function (x, y) {
295
- * return x + y; }'.
296
- */
297
- script?: string;
298
- /**
299
- * The function type. Possible values include: 'Scalar'
300
- */
301
- udfType?: UdfType;
302
- }
303
- /**
304
- * The parameters needed to retrieve the default function definition for a CSharp function.
305
- */
306
- export interface CSharpFunctionRetrieveDefaultDefinitionParameters {
307
- /**
308
- * Polymorphic Discriminator
309
- */
310
- bindingType: "Microsoft.StreamAnalytics/CLRUdf";
311
- /**
312
- * The CSharp code containing a single function definition.
313
- */
314
- script?: string;
315
- /**
316
- * The function type. Possible values include: 'Scalar'
317
- */
318
- udfType?: UdfType;
319
- }
320
- /**
321
- * Describes an input column for the Azure Machine Learning web service endpoint.
322
- */
323
- export interface AzureMachineLearningServiceInputColumn {
324
- /**
325
- * The name of the input column.
326
- */
327
- name?: string;
328
- /**
329
- * The (Azure Machine Learning supported) data type of the input column.
330
- */
331
- dataType?: string;
332
- /**
333
- * The zero based index of the function parameter this input maps to.
334
- */
335
- mapTo?: number;
336
- }
337
- /**
338
- * Describes an output column for the Azure Machine Learning web service endpoint.
339
- */
340
- export interface AzureMachineLearningServiceOutputColumn {
341
- /**
342
- * The name of the output column.
343
- */
344
- name?: string;
345
- /**
346
- * The (Azure Machine Learning supported) data type of the output column.
347
- */
348
- dataType?: string;
349
- /**
350
- * The zero based index of the function parameter this input maps to.
351
- */
352
- mapTo?: number;
353
- }
354
- /**
355
- * The binding to an Azure Machine Learning web service.
356
- */
357
- export interface AzureMachineLearningServiceFunctionBinding {
358
- /**
359
- * Polymorphic Discriminator
360
- */
361
- type: "Microsoft.MachineLearningServices";
362
- /**
363
- * The Request-Response execute endpoint of the Azure Machine Learning web service.
364
- */
365
- endpoint?: string;
366
- /**
367
- * The API key used to authenticate with Request-Response endpoint.
368
- */
369
- apiKey?: string;
370
- /**
371
- * The inputs for the Azure Machine Learning web service endpoint.
372
- */
373
- inputs?: AzureMachineLearningServiceInputColumn[];
374
- /**
375
- * A list of outputs from the Azure Machine Learning web service endpoint execution.
376
- */
377
- outputs?: AzureMachineLearningServiceOutputColumn[];
378
- /**
379
- * Number between 1 and 10000 describing maximum number of rows for every Azure ML RRS execute
380
- * request. Default is 1000.
381
- */
382
- batchSize?: number;
383
- /**
384
- * The number of parallel requests that will be sent per partition of your job to the machine
385
- * learning service. Default is 1.
386
- */
387
- numberOfParallelRequests?: number;
388
- }
389
- /**
390
- * The inputs for the Azure Machine Learning web service endpoint.
391
- */
392
- export interface AzureMachineLearningServiceInputs {
393
- /**
394
- * The name of the input. This is the name provided while authoring the endpoint.
395
- */
396
- name?: string;
397
- /**
398
- * A list of input columns for the Azure Machine Learning web service endpoint.
399
- */
400
- columnNames?: AzureMachineLearningServiceInputColumn[];
401
- }
402
- /**
403
- * The properties that are associated with an aggregate function.
404
- */
405
- export interface AggregateFunctionProperties {
406
- /**
407
- * Polymorphic Discriminator
408
- */
409
- type: "Aggregate";
410
- /**
411
- * The current entity tag for the function. This is an opaque string. You can use it to detect
412
- * whether the resource has changed between requests. You can also use it in the If-Match or
413
- * If-None-Match headers for write operations for optimistic concurrency.
414
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
415
- */
416
- readonly etag?: string;
417
- inputs?: FunctionInput[];
418
- output?: FunctionOutput;
419
- binding?: FunctionBindingUnion;
420
- }
421
- /**
422
- * Common error details representation.
423
- */
424
- export interface ErrorDetails {
425
- /**
426
- * Error code.
427
- */
428
- code?: string;
429
- /**
430
- * Error target.
431
- */
432
- target?: string;
433
- /**
434
- * Error message.
435
- */
436
- message?: string;
437
- }
438
- /**
439
- * Error definition properties.
440
- */
441
- export interface ErrorError {
442
- /**
443
- * Error code.
444
- */
445
- code?: string;
446
- /**
447
- * Error message.
448
- */
449
- message?: string;
450
- /**
451
- * Error target.
452
- */
453
- target?: string;
454
- /**
455
- * Error details.
456
- */
457
- details?: ErrorDetails[];
458
- }
459
- /**
460
- * Common error representation.
461
- */
462
- export interface ErrorModel {
463
- /**
464
- * Error definition properties.
465
- */
466
- error?: ErrorError;
467
- }
468
- /**
469
- * Describes the error that occurred.
470
- */
471
- export interface ErrorResponse {
472
- /**
473
- * Error code associated with the error that occurred.
474
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
475
- */
476
- readonly code?: string;
477
- /**
478
- * Describes the error in detail.
479
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
480
- */
481
- readonly message?: string;
482
- }
483
- /**
484
- * Describes the status of the test operation along with error information, if applicable.
485
- */
486
- export interface ResourceTestStatus {
487
- /**
488
- * The status of the test operation.
489
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
490
- */
491
- readonly status?: string;
492
- /**
493
- * Describes the error that occurred.
494
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
495
- */
496
- readonly error?: ErrorResponse;
497
- }
498
- /**
499
- * Contains the possible cases for Serialization.
500
- */
501
- export declare type SerializationUnion = Serialization | ParquetSerialization | CustomClrSerialization | CsvSerialization | JsonSerialization | AvroSerialization;
502
- /**
503
- * Describes how data from an input is serialized or how data is serialized when written to an
504
- * output.
505
- */
506
- export interface Serialization {
507
- /**
508
- * Polymorphic Discriminator
509
- */
510
- type: "Serialization";
511
- }
512
- /**
513
- * Condition applicable to the resource, or to the job overall, that warrant customer attention.
514
- */
515
- export interface DiagnosticCondition {
516
- /**
517
- * The UTC timestamp of when the condition started. Customers should be able to find a
518
- * corresponding event in the ops log around this time.
519
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
520
- */
521
- readonly since?: string;
522
- /**
523
- * The opaque diagnostic code.
524
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
525
- */
526
- readonly code?: string;
527
- /**
528
- * The human-readable message describing the condition in detail. Localized in the
529
- * Accept-Language of the client request.
530
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
531
- */
532
- readonly message?: string;
533
- }
534
- /**
535
- * Describes conditions applicable to the Input, Output, or the job overall, that warrant customer
536
- * attention.
537
- */
538
- export interface Diagnostics {
539
- /**
540
- * A collection of zero or more conditions applicable to the resource, or to the job overall,
541
- * that warrant customer attention.
542
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
543
- */
544
- readonly conditions?: DiagnosticCondition[];
545
- }
546
- /**
547
- * Describes how input data is compressed
548
- */
549
- export interface Compression {
550
- type: string;
551
- }
552
- /**
553
- * Contains the possible cases for InputProperties.
554
- */
555
- export declare type InputPropertiesUnion = InputProperties | StreamInputProperties | ReferenceInputProperties;
556
- /**
557
- * The properties that are associated with an input.
558
- */
559
- export interface InputProperties {
560
- /**
561
- * Polymorphic Discriminator
562
- */
563
- type: "InputProperties";
564
- /**
565
- * Describes how data from an input is serialized or how data is serialized when written to an
566
- * output. Required on PUT (CreateOrReplace) requests.
567
- */
568
- serialization?: SerializationUnion;
569
- /**
570
- * Describes conditions applicable to the Input, Output, or the job overall, that warrant
571
- * customer attention.
572
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
573
- */
574
- readonly diagnostics?: Diagnostics;
575
- /**
576
- * The current entity tag for the input. This is an opaque string. You can use it to detect
577
- * whether the resource has changed between requests. You can also use it in the If-Match or
578
- * If-None-Match headers for write operations for optimistic concurrency.
579
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
580
- */
581
- readonly etag?: string;
582
- compression?: Compression;
583
- /**
584
- * partitionKey Describes a key in the input data which is used for partitioning the input data
585
- */
586
- partitionKey?: string;
587
- }
588
- /**
589
- * An input object, containing all information associated with the named input. All inputs are
590
- * contained under a streaming job.
591
- */
592
- export interface Input extends SubResource {
593
- /**
594
- * The properties that are associated with an input. Required on PUT (CreateOrReplace) requests.
595
- */
596
- properties?: InputPropertiesUnion;
597
- }
598
- /**
599
- * Contains the possible cases for StreamInputDataSource.
600
- */
601
- export declare type StreamInputDataSourceUnion = StreamInputDataSource | BlobStreamInputDataSource | EventHubStreamInputDataSource | EventHubV2StreamInputDataSource | IoTHubStreamInputDataSource | RawStreamInputDataSource;
602
- /**
603
- * Describes an input data source that contains stream data.
604
- */
605
- export interface StreamInputDataSource {
606
- /**
607
- * Polymorphic Discriminator
608
- */
609
- type: "StreamInputDataSource";
610
- }
611
- /**
612
- * The properties that are associated with an input containing stream data.
613
- */
614
- export interface StreamInputProperties {
615
- /**
616
- * Polymorphic Discriminator
617
- */
618
- type: "Stream";
619
- /**
620
- * Describes how data from an input is serialized or how data is serialized when written to an
621
- * output. Required on PUT (CreateOrReplace) requests.
622
- */
623
- serialization?: SerializationUnion;
624
- /**
625
- * Describes conditions applicable to the Input, Output, or the job overall, that warrant
626
- * customer attention.
627
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
628
- */
629
- readonly diagnostics?: Diagnostics;
630
- /**
631
- * The current entity tag for the input. This is an opaque string. You can use it to detect
632
- * whether the resource has changed between requests. You can also use it in the If-Match or
633
- * If-None-Match headers for write operations for optimistic concurrency.
634
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
635
- */
636
- readonly etag?: string;
637
- compression?: Compression;
638
- /**
639
- * partitionKey Describes a key in the input data which is used for partitioning the input data
640
- */
641
- partitionKey?: string;
642
- /**
643
- * Describes an input data source that contains stream data. Required on PUT (CreateOrReplace)
644
- * requests.
645
- */
646
- datasource?: StreamInputDataSourceUnion;
647
- }
648
- /**
649
- * Contains the possible cases for ReferenceInputDataSource.
650
- */
651
- export declare type ReferenceInputDataSourceUnion = ReferenceInputDataSource | BlobReferenceInputDataSource | RawReferenceInputDataSource | AzureSqlReferenceInputDataSource;
652
- /**
653
- * Describes an input data source that contains reference data.
654
- */
655
- export interface ReferenceInputDataSource {
656
- /**
657
- * Polymorphic Discriminator
658
- */
659
- type: "ReferenceInputDataSource";
660
- }
661
- /**
662
- * The properties that are associated with an input containing reference data.
663
- */
664
- export interface ReferenceInputProperties {
665
- /**
666
- * Polymorphic Discriminator
667
- */
668
- type: "Reference";
669
- /**
670
- * Describes how data from an input is serialized or how data is serialized when written to an
671
- * output. Required on PUT (CreateOrReplace) requests.
672
- */
673
- serialization?: SerializationUnion;
674
- /**
675
- * Describes conditions applicable to the Input, Output, or the job overall, that warrant
676
- * customer attention.
677
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
678
- */
679
- readonly diagnostics?: Diagnostics;
680
- /**
681
- * The current entity tag for the input. This is an opaque string. You can use it to detect
682
- * whether the resource has changed between requests. You can also use it in the If-Match or
683
- * If-None-Match headers for write operations for optimistic concurrency.
684
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
685
- */
686
- readonly etag?: string;
687
- compression?: Compression;
688
- /**
689
- * partitionKey Describes a key in the input data which is used for partitioning the input data
690
- */
691
- partitionKey?: string;
692
- /**
693
- * Describes an input data source that contains reference data. Required on PUT (CreateOrReplace)
694
- * requests.
695
- */
696
- datasource?: ReferenceInputDataSourceUnion;
697
- }
698
- /**
699
- * Describes a blob input data source that contains stream data.
700
- */
701
- export interface BlobStreamInputDataSource {
702
- /**
703
- * Polymorphic Discriminator
704
- */
705
- type: "Microsoft.Storage/Blob";
706
- /**
707
- * A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
708
- */
709
- storageAccounts?: StorageAccount[];
710
- /**
711
- * The name of a container within the associated Storage account. This container contains either
712
- * the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests.
713
- */
714
- container?: string;
715
- /**
716
- * The blob path pattern. Not a regular expression. It represents a pattern against which blob
717
- * names will be matched to determine whether or not they should be included as input or output
718
- * to the job. See
719
- * https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or
720
- * https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more
721
- * detailed explanation and example.
722
- */
723
- pathPattern?: string;
724
- /**
725
- * The date format. Wherever {date} appears in pathPattern, the value of this property is used as
726
- * the date format instead.
727
- */
728
- dateFormat?: string;
729
- /**
730
- * The time format. Wherever {time} appears in pathPattern, the value of this property is used as
731
- * the time format instead.
732
- */
733
- timeFormat?: string;
734
- /**
735
- * The partition count of the blob input data source. Range 1 - 256.
736
- */
737
- sourcePartitionCount?: number;
738
- }
739
- /**
740
- * Describes an Event Hub input data source that contains stream data.
741
- */
742
- export interface EventHubStreamInputDataSource {
743
- /**
744
- * Polymorphic Discriminator
745
- */
746
- type: "Microsoft.ServiceBus/EventHub";
747
- /**
748
- * The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus
749
- * Topic, etc. Required on PUT (CreateOrReplace) requests.
750
- */
751
- serviceBusNamespace?: string;
752
- /**
753
- * The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc.
754
- * Required on PUT (CreateOrReplace) requests.
755
- */
756
- sharedAccessPolicyName?: string;
757
- /**
758
- * The shared access policy key for the specified shared access policy. Required on PUT
759
- * (CreateOrReplace) requests.
760
- */
761
- sharedAccessPolicyKey?: string;
762
- /**
763
- * Authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString'
764
- */
765
- authenticationMode?: AuthenticationMode;
766
- /**
767
- * The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
768
- */
769
- eventHubName?: string;
770
- /**
771
- * The name of an Event Hub Consumer Group that should be used to read events from the Event Hub.
772
- * Specifying distinct consumer group names for multiple inputs allows each of those inputs to
773
- * receive the same events from the Event Hub. If not specified, the input uses the Event Hub’s
774
- * default consumer group.
775
- */
776
- consumerGroupName?: string;
777
- }
778
- /**
779
- * Describes an Event Hub input data source that contains stream data.
780
- */
781
- export interface EventHubV2StreamInputDataSource {
782
- /**
783
- * Polymorphic Discriminator
784
- */
785
- type: "Microsoft.EventHub/EventHub";
786
- /**
787
- * The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus
788
- * Topic, etc. Required on PUT (CreateOrReplace) requests.
789
- */
790
- serviceBusNamespace?: string;
791
- /**
792
- * The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc.
793
- * Required on PUT (CreateOrReplace) requests.
794
- */
795
- sharedAccessPolicyName?: string;
796
- /**
797
- * The shared access policy key for the specified shared access policy. Required on PUT
798
- * (CreateOrReplace) requests.
799
- */
800
- sharedAccessPolicyKey?: string;
801
- /**
802
- * Authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString'
803
- */
804
- authenticationMode?: AuthenticationMode;
805
- /**
806
- * The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
807
- */
808
- eventHubName?: string;
809
- /**
810
- * The name of an Event Hub Consumer Group that should be used to read events from the Event Hub.
811
- * Specifying distinct consumer group names for multiple inputs allows each of those inputs to
812
- * receive the same events from the Event Hub. If not specified, the input uses the Event Hub’s
813
- * default consumer group.
814
- */
815
- consumerGroupName?: string;
816
- }
817
- /**
818
- * Describes an IoT Hub input data source that contains stream data.
819
- */
820
- export interface IoTHubStreamInputDataSource {
821
- /**
822
- * Polymorphic Discriminator
823
- */
824
- type: "Microsoft.Devices/IotHubs";
825
- /**
826
- * The name or the URI of the IoT Hub. Required on PUT (CreateOrReplace) requests.
827
- */
828
- iotHubNamespace?: string;
829
- /**
830
- * The shared access policy name for the IoT Hub. This policy must contain at least the Service
831
- * connect permission. Required on PUT (CreateOrReplace) requests.
832
- */
833
- sharedAccessPolicyName?: string;
834
- /**
835
- * The shared access policy key for the specified shared access policy. Required on PUT
836
- * (CreateOrReplace) requests.
837
- */
838
- sharedAccessPolicyKey?: string;
839
- /**
840
- * The name of an IoT Hub Consumer Group that should be used to read events from the IoT Hub. If
841
- * not specified, the input uses the Iot Hub’s default consumer group.
842
- */
843
- consumerGroupName?: string;
844
- /**
845
- * The IoT Hub endpoint to connect to (ie. messages/events, messages/operationsMonitoringEvents,
846
- * etc.).
847
- */
848
- endpoint?: string;
849
- }
850
- /**
851
- * Describes a raw input data source that contains stream data. This data source type is only
852
- * applicable/usable when using the query testing API. You cannot create a job with this data
853
- * source type or add an input of this data source type to an existing job.
854
- */
855
- export interface RawStreamInputDataSource {
856
- /**
857
- * Polymorphic Discriminator
858
- */
859
- type: "Raw";
860
- /**
861
- * The JSON serialized content of the input data. Either payload or payloadUri must be set, but
862
- * not both.
863
- */
864
- payload?: string;
865
- /**
866
- * The SAS URL to a blob containing the JSON serialized content of the input data. Either payload
867
- * or payloadUri must be set, but not both.
868
- */
869
- payloadUri?: string;
870
- }
871
- /**
872
- * Describes a blob input data source that contains reference data.
873
- */
874
- export interface BlobReferenceInputDataSource {
875
- /**
876
- * Polymorphic Discriminator
877
- */
878
- type: "Microsoft.Storage/Blob";
879
- /**
880
- * A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
881
- */
882
- storageAccounts?: StorageAccount[];
883
- /**
884
- * The name of a container within the associated Storage account. This container contains either
885
- * the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests.
886
- */
887
- container?: string;
888
- /**
889
- * The blob path pattern. Not a regular expression. It represents a pattern against which blob
890
- * names will be matched to determine whether or not they should be included as input or output
891
- * to the job. See
892
- * https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or
893
- * https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more
894
- * detailed explanation and example.
895
- */
896
- pathPattern?: string;
897
- /**
898
- * The date format. Wherever {date} appears in pathPattern, the value of this property is used as
899
- * the date format instead.
900
- */
901
- dateFormat?: string;
902
- /**
903
- * The time format. Wherever {time} appears in pathPattern, the value of this property is used as
904
- * the time format instead.
905
- */
906
- timeFormat?: string;
907
- }
908
- /**
909
- * Describes a raw input data source that contains reference data. This data source type is only
910
- * applicable/usable when using the query testing API. You cannot create a job with this data
911
- * source type or add an input of this data source type to an existing job.
912
- */
913
- export interface RawReferenceInputDataSource {
914
- /**
915
- * Polymorphic Discriminator
916
- */
917
- type: "Raw";
918
- /**
919
- * The JSON serialized content of the input data. Either payload or payloadUri must be set, but
920
- * not both.
921
- */
922
- payload?: string;
923
- /**
924
- * The SAS URL to a blob containing the JSON serialized content of the input data. Either payload
925
- * or payloadUri must be set, but not both.
926
- */
927
- payloadUri?: string;
928
- }
929
- /**
930
- * The properties that are associated with an Azure Storage account
931
- */
932
- export interface StorageAccount {
933
- /**
934
- * The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
935
- */
936
- accountName?: string;
937
- /**
938
- * The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
939
- */
940
- accountKey?: string;
941
- }
942
- /**
943
- * The properties that are associated with a blob data source.
944
- */
945
- export interface BlobDataSourceProperties {
946
- /**
947
- * A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
948
- */
949
- storageAccounts?: StorageAccount[];
950
- /**
951
- * The name of a container within the associated Storage account. This container contains either
952
- * the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests.
953
- */
954
- container?: string;
955
- /**
956
- * The blob path pattern. Not a regular expression. It represents a pattern against which blob
957
- * names will be matched to determine whether or not they should be included as input or output
958
- * to the job. See
959
- * https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or
960
- * https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more
961
- * detailed explanation and example.
962
- */
963
- pathPattern?: string;
964
- /**
965
- * The date format. Wherever {date} appears in pathPattern, the value of this property is used as
966
- * the date format instead.
967
- */
968
- dateFormat?: string;
969
- /**
970
- * The time format. Wherever {time} appears in pathPattern, the value of this property is used as
971
- * the time format instead.
972
- */
973
- timeFormat?: string;
974
- }
975
- /**
976
- * The common properties that are associated with Service Bus data sources (Queues, Topics, Event
977
- * Hubs, etc.).
978
- */
979
- export interface ServiceBusDataSourceProperties {
980
- /**
981
- * The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus
982
- * Topic, etc. Required on PUT (CreateOrReplace) requests.
983
- */
984
- serviceBusNamespace?: string;
985
- /**
986
- * The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc.
987
- * Required on PUT (CreateOrReplace) requests.
988
- */
989
- sharedAccessPolicyName?: string;
990
- /**
991
- * The shared access policy key for the specified shared access policy. Required on PUT
992
- * (CreateOrReplace) requests.
993
- */
994
- sharedAccessPolicyKey?: string;
995
- /**
996
- * Authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString'
997
- */
998
- authenticationMode?: AuthenticationMode;
999
- }
1000
- /**
1001
- * The common properties that are associated with Event Hub data sources.
1002
- */
1003
- export interface EventHubDataSourceProperties extends ServiceBusDataSourceProperties {
1004
- /**
1005
- * The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
1006
- */
1007
- eventHubName?: string;
1008
- }
1009
- /**
1010
- * Describes how data from an input is serialized or how data is serialized when written to an
1011
- * output in Parquet format.
1012
- */
1013
- export interface ParquetSerialization {
1014
- /**
1015
- * Polymorphic Discriminator
1016
- */
1017
- type: "Parquet";
1018
- /**
1019
- * The properties that are associated with the Parquet serialization type. Required on PUT
1020
- * (CreateOrReplace) requests.
1021
- */
1022
- properties?: any;
1023
- }
1024
- /**
1025
- * Describes how data from an input is serialized or how data is serialized when written to an
1026
- * output in custom format.
1027
- */
1028
- export interface CustomClrSerialization {
1029
- /**
1030
- * Polymorphic Discriminator
1031
- */
1032
- type: "CustomClr";
1033
- /**
1034
- * The serialization library path.
1035
- */
1036
- serializationDllPath?: string;
1037
- /**
1038
- * The serialization class name.
1039
- */
1040
- serializationClassName?: string;
1041
- }
1042
- /**
1043
- * Describes how data from an input is serialized or how data is serialized when written to an
1044
- * output in CSV format.
1045
- */
1046
- export interface CsvSerialization {
1047
- /**
1048
- * Polymorphic Discriminator
1049
- */
1050
- type: "Csv";
1051
- /**
1052
- * Specifies the delimiter that will be used to separate comma-separated value (CSV) records. See
1053
- * https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or
1054
- * https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a list
1055
- * of supported values. Required on PUT (CreateOrReplace) requests.
1056
- */
1057
- fieldDelimiter?: string;
1058
- /**
1059
- * Specifies the encoding of the incoming data in the case of input and the encoding of outgoing
1060
- * data in the case of output. Required on PUT (CreateOrReplace) requests. Possible values
1061
- * include: 'UTF8'
1062
- */
1063
- encoding?: Encoding;
1064
- }
1065
- /**
1066
- * Describes how data from an input is serialized or how data is serialized when written to an
1067
- * output in JSON format.
1068
- */
1069
- export interface JsonSerialization {
1070
- /**
1071
- * Polymorphic Discriminator
1072
- */
1073
- type: "Json";
1074
- /**
1075
- * Specifies the encoding of the incoming data in the case of input and the encoding of outgoing
1076
- * data in the case of output. Required on PUT (CreateOrReplace) requests. Possible values
1077
- * include: 'UTF8'
1078
- */
1079
- encoding?: Encoding;
1080
- /**
1081
- * This property only applies to JSON serialization of outputs only. It is not applicable to
1082
- * inputs. This property specifies the format of the JSON the output will be written in. The
1083
- * currently supported values are 'lineSeparated' indicating the output will be formatted by
1084
- * having each JSON object separated by a new line and 'array' indicating the output will be
1085
- * formatted as an array of JSON objects. Default value is 'lineSeparated' if left null. Possible
1086
- * values include: 'LineSeparated', 'Array'
1087
- */
1088
- format?: JsonOutputSerializationFormat;
1089
- }
1090
- /**
1091
- * Describes how data from an input is serialized or how data is serialized when written to an
1092
- * output in Avro format.
1093
- */
1094
- export interface AvroSerialization {
1095
- /**
1096
- * Polymorphic Discriminator
1097
- */
1098
- type: "Avro";
1099
- /**
1100
- * The properties that are associated with the Avro serialization type. Required on PUT
1101
- * (CreateOrReplace) requests.
1102
- */
1103
- properties?: any;
1104
- }
1105
- /**
1106
- * Describes how identity is verified
1107
- */
1108
- export interface Identity {
1109
- tenantId?: string;
1110
- principalId?: string;
1111
- type?: string;
1112
- }
1113
- /**
1114
- * Describes Azure SQL database reference input data source properties.
1115
- */
1116
- export interface AzureSqlReferenceInputDataSourceProperties {
1117
- /**
1118
- * This element is associated with the datasource element. This is the name of the server that
1119
- * contains the database that will be written to.
1120
- */
1121
- server?: string;
1122
- /**
1123
- * This element is associated with the datasource element. This is the name of the database that
1124
- * output will be written to.
1125
- */
1126
- database?: string;
1127
- /**
1128
- * This element is associated with the datasource element. This is the user name that will be
1129
- * used to connect to the SQL Database instance.
1130
- */
1131
- user?: string;
1132
- /**
1133
- * This element is associated with the datasource element. This is the password that will be used
1134
- * to connect to the SQL Database instance.
1135
- */
1136
- password?: string;
1137
- /**
1138
- * This element is associated with the datasource element. The name of the table in the Azure SQL
1139
- * database..
1140
- */
1141
- table?: string;
1142
- /**
1143
- * This element is associated with the datasource element. This element is of enum type. It
1144
- * indicates what kind of data refresh option do we want to
1145
- * use:Static/RefreshPeriodicallyWithFull/RefreshPeriodicallyWithDelta
1146
- */
1147
- refreshType?: string;
1148
- /**
1149
- * This element is associated with the datasource element. This indicates how frequently the data
1150
- * will be fetched from the database. It is of DateTime format.
1151
- */
1152
- refreshRate?: string;
1153
- /**
1154
- * This element is associated with the datasource element. This query is used to fetch data from
1155
- * the sql database.
1156
- */
1157
- fullSnapshotQuery?: string;
1158
- /**
1159
- * This element is associated with the datasource element. This query is used to fetch
1160
- * incremental changes from the SQL database. To use this option, we recommend using temporal
1161
- * tables in Azure SQL Database.
1162
- */
1163
- deltaSnapshotQuery?: string;
1164
- }
1165
- /**
1166
- * Describes an Azure SQL database reference input data source.
1167
- */
1168
- export interface AzureSqlReferenceInputDataSource {
1169
- /**
1170
- * Polymorphic Discriminator
1171
- */
1172
- type: "Microsoft.Sql/Server/Database";
1173
- properties?: AzureSqlReferenceInputDataSourceProperties;
1174
- }
1175
- /**
1176
- * Contains the possible cases for OutputDataSource.
1177
- */
1178
- export declare type OutputDataSourceUnion = OutputDataSource | RawOutputDatasource | BlobOutputDataSource | AzureTableOutputDataSource | EventHubOutputDataSource | EventHubV2OutputDataSource | AzureSqlDatabaseOutputDataSource | AzureSynapseOutputDataSource | DocumentDbOutputDataSource | AzureFunctionOutputDataSource | ServiceBusQueueOutputDataSource | ServiceBusTopicOutputDataSource | PowerBIOutputDataSource | AzureDataLakeStoreOutputDataSource;
1179
- /**
1180
- * Describes the data source that output will be written to.
1181
- */
1182
- export interface OutputDataSource {
1183
- /**
1184
- * Polymorphic Discriminator
1185
- */
1186
- type: "OutputDataSource";
1187
- }
1188
- /**
1189
- * An output object, containing all information associated with the named output. All outputs are
1190
- * contained under a streaming job.
1191
- */
1192
- export interface Output extends SubResource {
1193
- /**
1194
- * Describes the data source that output will be written to. Required on PUT (CreateOrReplace)
1195
- * requests.
1196
- */
1197
- datasource?: OutputDataSourceUnion;
1198
- timeWindow?: string;
1199
- sizeWindow?: number;
1200
- /**
1201
- * Describes how data from an input is serialized or how data is serialized when written to an
1202
- * output. Required on PUT (CreateOrReplace) requests.
1203
- */
1204
- serialization?: SerializationUnion;
1205
- /**
1206
- * Describes conditions applicable to the Input, Output, or the job overall, that warrant
1207
- * customer attention.
1208
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1209
- */
1210
- readonly diagnostics?: Diagnostics;
1211
- /**
1212
- * The current entity tag for the output. This is an opaque string. You can use it to detect
1213
- * whether the resource has changed between requests. You can also use it in the If-Match or
1214
- * If-None-Match headers for write operations for optimistic concurrency.
1215
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1216
- */
1217
- readonly etag?: string;
1218
- }
1219
- /**
1220
- * Describes a raw output data source. This data source type is only applicable/usable when using
1221
- * the query testing API. You cannot create a job with this data source type or add an output of
1222
- * this data source type to an existing job.
1223
- */
1224
- export interface RawOutputDatasource {
1225
- /**
1226
- * Polymorphic Discriminator
1227
- */
1228
- type: "Raw";
1229
- /**
1230
- * The SAS URL to a blob where the output should be written. If this property is not set, output
1231
- * data will be written into a temporary storage, and a SAS URL to that temporary storage will be
1232
- * included in the result.
1233
- */
1234
- payloadUri?: string;
1235
- }
1236
- /**
1237
- * Describes a blob output data source.
1238
- */
1239
- export interface BlobOutputDataSource {
1240
- /**
1241
- * Polymorphic Discriminator
1242
- */
1243
- type: "Microsoft.Storage/Blob";
1244
- /**
1245
- * A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
1246
- */
1247
- storageAccounts?: StorageAccount[];
1248
- /**
1249
- * The name of a container within the associated Storage account. This container contains either
1250
- * the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests.
1251
- */
1252
- container?: string;
1253
- /**
1254
- * The blob path pattern. Not a regular expression. It represents a pattern against which blob
1255
- * names will be matched to determine whether or not they should be included as input or output
1256
- * to the job. See
1257
- * https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or
1258
- * https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more
1259
- * detailed explanation and example.
1260
- */
1261
- pathPattern?: string;
1262
- /**
1263
- * The date format. Wherever {date} appears in pathPattern, the value of this property is used as
1264
- * the date format instead.
1265
- */
1266
- dateFormat?: string;
1267
- /**
1268
- * The time format. Wherever {time} appears in pathPattern, the value of this property is used as
1269
- * the time format instead.
1270
- */
1271
- timeFormat?: string;
1272
- /**
1273
- * Authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString'
1274
- */
1275
- authenticationMode?: AuthenticationMode;
1276
- }
1277
- /**
1278
- * Describes an Azure Table output data source.
1279
- */
1280
- export interface AzureTableOutputDataSource {
1281
- /**
1282
- * Polymorphic Discriminator
1283
- */
1284
- type: "Microsoft.Storage/Table";
1285
- /**
1286
- * The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
1287
- */
1288
- accountName?: string;
1289
- /**
1290
- * The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
1291
- */
1292
- accountKey?: string;
1293
- /**
1294
- * The name of the Azure Table. Required on PUT (CreateOrReplace) requests.
1295
- */
1296
- table?: string;
1297
- /**
1298
- * This element indicates the name of a column from the SELECT statement in the query that will
1299
- * be used as the partition key for the Azure Table. Required on PUT (CreateOrReplace) requests.
1300
- */
1301
- partitionKey?: string;
1302
- /**
1303
- * This element indicates the name of a column from the SELECT statement in the query that will
1304
- * be used as the row key for the Azure Table. Required on PUT (CreateOrReplace) requests.
1305
- */
1306
- rowKey?: string;
1307
- /**
1308
- * If specified, each item in the array is the name of a column to remove (if present) from
1309
- * output event entities.
1310
- */
1311
- columnsToRemove?: string[];
1312
- /**
1313
- * The number of rows to write to the Azure Table at a time.
1314
- */
1315
- batchSize?: number;
1316
- }
1317
- /**
1318
- * Describes an Event Hub output data source.
1319
- */
1320
- export interface EventHubOutputDataSource {
1321
- /**
1322
- * Polymorphic Discriminator
1323
- */
1324
- type: "Microsoft.ServiceBus/EventHub";
1325
- /**
1326
- * The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus
1327
- * Topic, etc. Required on PUT (CreateOrReplace) requests.
1328
- */
1329
- serviceBusNamespace?: string;
1330
- /**
1331
- * The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc.
1332
- * Required on PUT (CreateOrReplace) requests.
1333
- */
1334
- sharedAccessPolicyName?: string;
1335
- /**
1336
- * The shared access policy key for the specified shared access policy. Required on PUT
1337
- * (CreateOrReplace) requests.
1338
- */
1339
- sharedAccessPolicyKey?: string;
1340
- /**
1341
- * Authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString'
1342
- */
1343
- authenticationMode?: AuthenticationMode;
1344
- /**
1345
- * The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
1346
- */
1347
- eventHubName?: string;
1348
- /**
1349
- * The key/column that is used to determine to which partition to send event data.
1350
- */
1351
- partitionKey?: string;
1352
- propertyColumns?: string[];
1353
- }
1354
- /**
1355
- * Describes an Event Hub output data source.
1356
- */
1357
- export interface EventHubV2OutputDataSource {
1358
- /**
1359
- * Polymorphic Discriminator
1360
- */
1361
- type: "Microsoft.EventHub/EventHub";
1362
- /**
1363
- * The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus
1364
- * Topic, etc. Required on PUT (CreateOrReplace) requests.
1365
- */
1366
- serviceBusNamespace?: string;
1367
- /**
1368
- * The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc.
1369
- * Required on PUT (CreateOrReplace) requests.
1370
- */
1371
- sharedAccessPolicyName?: string;
1372
- /**
1373
- * The shared access policy key for the specified shared access policy. Required on PUT
1374
- * (CreateOrReplace) requests.
1375
- */
1376
- sharedAccessPolicyKey?: string;
1377
- /**
1378
- * Authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString'
1379
- */
1380
- authenticationMode?: AuthenticationMode;
1381
- /**
1382
- * The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
1383
- */
1384
- eventHubName?: string;
1385
- /**
1386
- * The key/column that is used to determine to which partition to send event data.
1387
- */
1388
- partitionKey?: string;
1389
- propertyColumns?: string[];
1390
- }
1391
- /**
1392
- * Describes an Azure SQL database output data source.
1393
- */
1394
- export interface AzureSqlDatabaseOutputDataSource {
1395
- /**
1396
- * Polymorphic Discriminator
1397
- */
1398
- type: "Microsoft.Sql/Server/Database";
1399
- /**
1400
- * The name of the SQL server containing the Azure SQL database. Required on PUT
1401
- * (CreateOrReplace) requests.
1402
- */
1403
- server?: string;
1404
- /**
1405
- * The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.
1406
- */
1407
- database?: string;
1408
- /**
1409
- * The user name that will be used to connect to the Azure SQL database. Required on PUT
1410
- * (CreateOrReplace) requests.
1411
- */
1412
- user?: string;
1413
- /**
1414
- * The password that will be used to connect to the Azure SQL database. Required on PUT
1415
- * (CreateOrReplace) requests.
1416
- */
1417
- password?: string;
1418
- /**
1419
- * The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests.
1420
- */
1421
- table?: string;
1422
- /**
1423
- * Max Batch count for write to Sql database, the default value is 10,000. Optional on PUT
1424
- * requests.
1425
- */
1426
- maxBatchCount?: number;
1427
- /**
1428
- * Max Write r count, currently only 1(single writer) and 0(based on query partition) are
1429
- * available. Optional on PUT requests.
1430
- */
1431
- maxWriterCount?: number;
1432
- /**
1433
- * Authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString'
1434
- */
1435
- authenticationMode?: AuthenticationMode;
1436
- }
1437
- /**
1438
- * Describes an Azure Synapse output data source.
1439
- */
1440
- export interface AzureSynapseOutputDataSource {
1441
- /**
1442
- * Polymorphic Discriminator
1443
- */
1444
- type: "Microsoft.Sql/Server/DataWarehouse";
1445
- /**
1446
- * The name of the SQL server containing the Azure SQL database. Required on PUT
1447
- * (CreateOrReplace) requests.
1448
- */
1449
- server?: string;
1450
- /**
1451
- * The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.
1452
- */
1453
- database?: string;
1454
- /**
1455
- * The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests.
1456
- */
1457
- table?: string;
1458
- /**
1459
- * The user name that will be used to connect to the Azure SQL database. Required on PUT
1460
- * (CreateOrReplace) requests.
1461
- */
1462
- user?: string;
1463
- /**
1464
- * The password that will be used to connect to the Azure SQL database. Required on PUT
1465
- * (CreateOrReplace) requests.
1466
- */
1467
- password?: string;
1468
- }
1469
- /**
1470
- * The properties that are associated with an Azure SQL database data source.
1471
- */
1472
- export interface AzureSynapseDataSourceProperties {
1473
- /**
1474
- * The name of the SQL server containing the Azure SQL database. Required on PUT
1475
- * (CreateOrReplace) requests.
1476
- */
1477
- server?: string;
1478
- /**
1479
- * The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.
1480
- */
1481
- database?: string;
1482
- /**
1483
- * The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests.
1484
- */
1485
- table?: string;
1486
- /**
1487
- * The user name that will be used to connect to the Azure SQL database. Required on PUT
1488
- * (CreateOrReplace) requests.
1489
- */
1490
- user?: string;
1491
- /**
1492
- * The password that will be used to connect to the Azure SQL database. Required on PUT
1493
- * (CreateOrReplace) requests.
1494
- */
1495
- password?: string;
1496
- }
1497
- /**
1498
- * Describes a DocumentDB output data source.
1499
- */
1500
- export interface DocumentDbOutputDataSource {
1501
- /**
1502
- * Polymorphic Discriminator
1503
- */
1504
- type: "Microsoft.Storage/DocumentDB";
1505
- /**
1506
- * The DocumentDB account name or ID. Required on PUT (CreateOrReplace) requests.
1507
- */
1508
- accountId?: string;
1509
- /**
1510
- * The account key for the DocumentDB account. Required on PUT (CreateOrReplace) requests.
1511
- */
1512
- accountKey?: string;
1513
- /**
1514
- * The name of the DocumentDB database. Required on PUT (CreateOrReplace) requests.
1515
- */
1516
- database?: string;
1517
- /**
1518
- * The collection name pattern for the collections to be used. The collection name format can be
1519
- * constructed using the optional {partition} token, where partitions start from 0. See the
1520
- * DocumentDB section of
1521
- * https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for more
1522
- * information. Required on PUT (CreateOrReplace) requests.
1523
- */
1524
- collectionNamePattern?: string;
1525
- /**
1526
- * The name of the field in output events used to specify the key for partitioning output across
1527
- * collections. If 'collectionNamePattern' contains the {partition} token, this property is
1528
- * required to be specified.
1529
- */
1530
- partitionKey?: string;
1531
- /**
1532
- * The name of the field in output events used to specify the primary key which insert or update
1533
- * operations are based on.
1534
- */
1535
- documentId?: string;
1536
- }
1537
- /**
1538
- * Defines the metadata of AzureFunctionOutputDataSource
1539
- */
1540
- export interface AzureFunctionOutputDataSource {
1541
- /**
1542
- * Polymorphic Discriminator
1543
- */
1544
- type: "Microsoft.AzureFunction";
1545
- /**
1546
- * The name of your Azure Functions app.
1547
- */
1548
- functionAppName?: string;
1549
- /**
1550
- * The name of the function in your Azure Functions app.
1551
- */
1552
- functionName?: string;
1553
- /**
1554
- * If you want to use an Azure Function from another subscription, you can do so by providing the
1555
- * key to access your function.
1556
- */
1557
- apiKey?: string;
1558
- /**
1559
- * A property that lets you set the maximum size for each output batch that's sent to your Azure
1560
- * function. The input unit is in bytes. By default, this value is 262,144 bytes (256 KB).
1561
- */
1562
- maxBatchSize?: number;
1563
- /**
1564
- * A property that lets you specify the maximum number of events in each batch that's sent to
1565
- * Azure Functions. The default value is 100.
1566
- */
1567
- maxBatchCount?: number;
1568
- }
1569
- /**
1570
- * Describes a Service Bus Queue output data source.
1571
- */
1572
- export interface ServiceBusQueueOutputDataSource {
1573
- /**
1574
- * Polymorphic Discriminator
1575
- */
1576
- type: "Microsoft.ServiceBus/Queue";
1577
- /**
1578
- * The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus
1579
- * Topic, etc. Required on PUT (CreateOrReplace) requests.
1580
- */
1581
- serviceBusNamespace?: string;
1582
- /**
1583
- * The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc.
1584
- * Required on PUT (CreateOrReplace) requests.
1585
- */
1586
- sharedAccessPolicyName?: string;
1587
- /**
1588
- * The shared access policy key for the specified shared access policy. Required on PUT
1589
- * (CreateOrReplace) requests.
1590
- */
1591
- sharedAccessPolicyKey?: string;
1592
- /**
1593
- * Authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString'
1594
- */
1595
- authenticationMode?: AuthenticationMode;
1596
- /**
1597
- * The name of the Service Bus Queue. Required on PUT (CreateOrReplace) requests.
1598
- */
1599
- queueName?: string;
1600
- /**
1601
- * A string array of the names of output columns to be attached to Service Bus messages as custom
1602
- * properties.
1603
- */
1604
- propertyColumns?: string[];
1605
- systemPropertyColumns?: {
1606
- [propertyName: string]: string;
1607
- };
1608
- }
1609
- /**
1610
- * Describes a Service Bus Topic output data source.
1611
- */
1612
- export interface ServiceBusTopicOutputDataSource {
1613
- /**
1614
- * Polymorphic Discriminator
1615
- */
1616
- type: "Microsoft.ServiceBus/Topic";
1617
- /**
1618
- * The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus
1619
- * Topic, etc. Required on PUT (CreateOrReplace) requests.
1620
- */
1621
- serviceBusNamespace?: string;
1622
- /**
1623
- * The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc.
1624
- * Required on PUT (CreateOrReplace) requests.
1625
- */
1626
- sharedAccessPolicyName?: string;
1627
- /**
1628
- * The shared access policy key for the specified shared access policy. Required on PUT
1629
- * (CreateOrReplace) requests.
1630
- */
1631
- sharedAccessPolicyKey?: string;
1632
- /**
1633
- * Authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString'
1634
- */
1635
- authenticationMode?: AuthenticationMode;
1636
- /**
1637
- * The name of the Service Bus Topic. Required on PUT (CreateOrReplace) requests.
1638
- */
1639
- topicName?: string;
1640
- /**
1641
- * A string array of the names of output columns to be attached to Service Bus messages as custom
1642
- * properties.
1643
- */
1644
- propertyColumns?: string[];
1645
- systemPropertyColumns?: {
1646
- [propertyName: string]: string;
1647
- };
1648
- }
1649
- /**
1650
- * Describes a Power BI output data source.
1651
- */
1652
- export interface PowerBIOutputDataSource {
1653
- /**
1654
- * Polymorphic Discriminator
1655
- */
1656
- type: "PowerBI";
1657
- /**
1658
- * A refresh token that can be used to obtain a valid access token that can then be used to
1659
- * authenticate with the data source. A valid refresh token is currently only obtainable via the
1660
- * Azure Portal. It is recommended to put a dummy string value here when creating the data source
1661
- * and then going to the Azure Portal to authenticate the data source which will update this
1662
- * property with a valid refresh token. Required on PUT (CreateOrReplace) requests.
1663
- */
1664
- refreshToken?: string;
1665
- /**
1666
- * The user principal name (UPN) of the user that was used to obtain the refresh token. Use this
1667
- * property to help remember which user was used to obtain the refresh token.
1668
- */
1669
- tokenUserPrincipalName?: string;
1670
- /**
1671
- * The user display name of the user that was used to obtain the refresh token. Use this property
1672
- * to help remember which user was used to obtain the refresh token.
1673
- */
1674
- tokenUserDisplayName?: string;
1675
- /**
1676
- * The name of the Power BI dataset. Required on PUT (CreateOrReplace) requests.
1677
- */
1678
- dataset?: string;
1679
- /**
1680
- * The name of the Power BI table under the specified dataset. Required on PUT (CreateOrReplace)
1681
- * requests.
1682
- */
1683
- table?: string;
1684
- /**
1685
- * The ID of the Power BI group.
1686
- */
1687
- groupId?: string;
1688
- /**
1689
- * The name of the Power BI group. Use this property to help remember which specific Power BI
1690
- * group id was used.
1691
- */
1692
- groupName?: string;
1693
- /**
1694
- * Authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString'
1695
- */
1696
- authenticationMode?: AuthenticationMode;
1697
- }
1698
- /**
1699
- * Describes an Azure Data Lake Store output data source.
1700
- */
1701
- export interface AzureDataLakeStoreOutputDataSource {
1702
- /**
1703
- * Polymorphic Discriminator
1704
- */
1705
- type: "Microsoft.DataLake/Accounts";
1706
- /**
1707
- * A refresh token that can be used to obtain a valid access token that can then be used to
1708
- * authenticate with the data source. A valid refresh token is currently only obtainable via the
1709
- * Azure Portal. It is recommended to put a dummy string value here when creating the data source
1710
- * and then going to the Azure Portal to authenticate the data source which will update this
1711
- * property with a valid refresh token. Required on PUT (CreateOrReplace) requests.
1712
- */
1713
- refreshToken?: string;
1714
- /**
1715
- * The user principal name (UPN) of the user that was used to obtain the refresh token. Use this
1716
- * property to help remember which user was used to obtain the refresh token.
1717
- */
1718
- tokenUserPrincipalName?: string;
1719
- /**
1720
- * The user display name of the user that was used to obtain the refresh token. Use this property
1721
- * to help remember which user was used to obtain the refresh token.
1722
- */
1723
- tokenUserDisplayName?: string;
1724
- /**
1725
- * The name of the Azure Data Lake Store account. Required on PUT (CreateOrReplace) requests.
1726
- */
1727
- accountName?: string;
1728
- /**
1729
- * The tenant id of the user used to obtain the refresh token. Required on PUT (CreateOrReplace)
1730
- * requests.
1731
- */
1732
- tenantId?: string;
1733
- /**
1734
- * The location of the file to which the output should be written to. Required on PUT
1735
- * (CreateOrReplace) requests.
1736
- */
1737
- filePathPrefix?: string;
1738
- /**
1739
- * The date format. Wherever {date} appears in filePathPrefix, the value of this property is used
1740
- * as the date format instead.
1741
- */
1742
- dateFormat?: string;
1743
- /**
1744
- * The time format. Wherever {time} appears in filePathPrefix, the value of this property is used
1745
- * as the time format instead.
1746
- */
1747
- timeFormat?: string;
1748
- /**
1749
- * Authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString'
1750
- */
1751
- authenticationMode?: AuthenticationMode;
1752
- }
1753
- /**
1754
- * The properties that are associated with an Azure SQL database data source.
1755
- */
1756
- export interface AzureSqlDatabaseDataSourceProperties {
1757
- /**
1758
- * The name of the SQL server containing the Azure SQL database. Required on PUT
1759
- * (CreateOrReplace) requests.
1760
- */
1761
- server?: string;
1762
- /**
1763
- * The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.
1764
- */
1765
- database?: string;
1766
- /**
1767
- * The user name that will be used to connect to the Azure SQL database. Required on PUT
1768
- * (CreateOrReplace) requests.
1769
- */
1770
- user?: string;
1771
- /**
1772
- * The password that will be used to connect to the Azure SQL database. Required on PUT
1773
- * (CreateOrReplace) requests.
1774
- */
1775
- password?: string;
1776
- /**
1777
- * The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests.
1778
- */
1779
- table?: string;
1780
- /**
1781
- * Max Batch count for write to Sql database, the default value is 10,000. Optional on PUT
1782
- * requests.
1783
- */
1784
- maxBatchCount?: number;
1785
- /**
1786
- * Max Write r count, currently only 1(single writer) and 0(based on query partition) are
1787
- * available. Optional on PUT requests.
1788
- */
1789
- maxWriterCount?: number;
1790
- /**
1791
- * Authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString'
1792
- */
1793
- authenticationMode?: AuthenticationMode;
1794
- }
1795
- /**
1796
- * The properties that are associated with data sources that use OAuth as their authentication
1797
- * model.
1798
- */
1799
- export interface OAuthBasedDataSourceProperties {
1800
- /**
1801
- * A refresh token that can be used to obtain a valid access token that can then be used to
1802
- * authenticate with the data source. A valid refresh token is currently only obtainable via the
1803
- * Azure Portal. It is recommended to put a dummy string value here when creating the data source
1804
- * and then going to the Azure Portal to authenticate the data source which will update this
1805
- * property with a valid refresh token. Required on PUT (CreateOrReplace) requests.
1806
- */
1807
- refreshToken?: string;
1808
- /**
1809
- * The user principal name (UPN) of the user that was used to obtain the refresh token. Use this
1810
- * property to help remember which user was used to obtain the refresh token.
1811
- */
1812
- tokenUserPrincipalName?: string;
1813
- /**
1814
- * The user display name of the user that was used to obtain the refresh token. Use this property
1815
- * to help remember which user was used to obtain the refresh token.
1816
- */
1817
- tokenUserDisplayName?: string;
1818
- }
1819
- /**
1820
- * The storage account where the custom code artifacts are located.
1821
- */
1822
- export interface External {
1823
- storageAccount?: StorageAccount;
1824
- container?: string;
1825
- path?: string;
1826
- }
1827
- /**
1828
- * The properties that are associated with a SKU.
1829
- */
1830
- export interface StreamingJobSku {
1831
- /**
1832
- * The name of the SKU. Required on PUT (CreateOrReplace) requests. Possible values include:
1833
- * 'Standard'
1834
- */
1835
- name?: StreamingJobSkuName;
1836
- }
1837
- /**
1838
- * A transformation object, containing all information associated with the named transformation.
1839
- * All transformations are contained under a streaming job.
1840
- */
1841
- export interface Transformation extends SubResource {
1842
- /**
1843
- * Specifies the number of streaming units that the streaming job uses.
1844
- */
1845
- streamingUnits?: number;
1846
- /**
1847
- * Specifies the query that will be run in the streaming job. You can learn more about the Stream
1848
- * Analytics Query Language (SAQL) here: https://msdn.microsoft.com/library/azure/dn834998 .
1849
- * Required on PUT (CreateOrReplace) requests.
1850
- */
1851
- query?: string;
1852
- /**
1853
- * The current entity tag for the transformation. This is an opaque string. You can use it to
1854
- * detect whether the resource has changed between requests. You can also use it in the If-Match
1855
- * or If-None-Match headers for write operations for optimistic concurrency.
1856
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1857
- */
1858
- readonly etag?: string;
1859
- }
1860
- /**
1861
- * The properties that are associated with an Azure Storage account with MSI
1862
- */
1863
- export interface JobStorageAccount extends StorageAccount {
1864
- /**
1865
- * Authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString'
1866
- */
1867
- authenticationMode?: AuthenticationMode;
1868
- }
1869
- /**
1870
- * The properties associated with a Stream Analytics cluster.
1871
- */
1872
- export interface ClusterInfo {
1873
- /**
1874
- * The resource id of cluster.
1875
- */
1876
- id?: string;
1877
- }
1878
- /**
1879
- * The base resource definition
1880
- */
1881
- export interface Resource extends BaseResource {
1882
- /**
1883
- * Fully qualified resource Id for the resource. Ex -
1884
- * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
1885
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1886
- */
1887
- readonly id?: string;
1888
- /**
1889
- * The name of the resource
1890
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1891
- */
1892
- readonly name?: string;
1893
- /**
1894
- * The type of the resource. Ex- Microsoft.Compute/virtualMachines or
1895
- * Microsoft.Storage/storageAccounts.
1896
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1897
- */
1898
- readonly type?: string;
1899
- }
1900
- /**
1901
- * The resource model definition for a ARM tracked top level resource
1902
- */
1903
- export interface TrackedResource extends Resource {
1904
- /**
1905
- * Resource tags.
1906
- */
1907
- tags?: {
1908
- [propertyName: string]: string;
1909
- };
1910
- /**
1911
- * The geo-location where the resource lives
1912
- */
1913
- location?: string;
1914
- }
1915
- /**
1916
- * A streaming job object, containing all information associated with the named streaming job.
1917
- */
1918
- export interface StreamingJob extends TrackedResource {
1919
- /**
1920
- * Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) requests.
1921
- */
1922
- sku?: StreamingJobSku;
1923
- /**
1924
- * A GUID uniquely identifying the streaming job. This GUID is generated upon creation of the
1925
- * streaming job.
1926
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1927
- */
1928
- readonly jobId?: string;
1929
- /**
1930
- * Describes the provisioning status of the streaming job.
1931
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1932
- */
1933
- readonly provisioningState?: string;
1934
- /**
1935
- * Describes the state of the streaming job.
1936
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1937
- */
1938
- readonly jobState?: string;
1939
- /**
1940
- * Describes the type of the job. Valid modes are `Cloud` and 'Edge'. Possible values include:
1941
- * 'Cloud', 'Edge'
1942
- */
1943
- jobType?: JobType;
1944
- /**
1945
- * This property should only be utilized when it is desired that the job be started immediately
1946
- * upon creation. Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate
1947
- * whether the starting point of the output event stream should start whenever the job is
1948
- * started, start at a custom user time stamp specified via the outputStartTime property, or
1949
- * start from the last event output time. Possible values include: 'JobStartTime', 'CustomTime',
1950
- * 'LastOutputEventTime'
1951
- */
1952
- outputStartMode?: OutputStartMode;
1953
- /**
1954
- * Value is either an ISO-8601 formatted time stamp that indicates the starting point of the
1955
- * output event stream, or null to indicate that the output event stream will start whenever the
1956
- * streaming job is started. This property must have a value if outputStartMode is set to
1957
- * CustomTime.
1958
- */
1959
- outputStartTime?: Date;
1960
- /**
1961
- * Value is either an ISO-8601 formatted timestamp indicating the last output event time of the
1962
- * streaming job or null indicating that output has not yet been produced. In case of multiple
1963
- * outputs or multiple streams, this shows the latest value in that set.
1964
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1965
- */
1966
- readonly lastOutputEventTime?: Date;
1967
- /**
1968
- * Indicates the policy to apply to events that arrive out of order in the input event stream.
1969
- * Possible values include: 'Adjust', 'Drop'
1970
- */
1971
- eventsOutOfOrderPolicy?: EventsOutOfOrderPolicy;
1972
- /**
1973
- * Indicates the policy to apply to events that arrive at the output and cannot be written to the
1974
- * external storage due to being malformed (missing column values, column values of wrong type or
1975
- * size). Possible values include: 'Stop', 'Drop'
1976
- */
1977
- outputErrorPolicy?: OutputErrorPolicy;
1978
- /**
1979
- * The maximum tolerable delay in seconds where out-of-order events can be adjusted to be back in
1980
- * order.
1981
- */
1982
- eventsOutOfOrderMaxDelayInSeconds?: number;
1983
- /**
1984
- * The maximum tolerable delay in seconds where events arriving late could be included.
1985
- * Supported range is -1 to 1814399 (20.23:59:59 days) and -1 is used to specify wait
1986
- * indefinitely. If the property is absent, it is interpreted to have a value of -1.
1987
- */
1988
- eventsLateArrivalMaxDelayInSeconds?: number;
1989
- /**
1990
- * The data locale of the stream analytics job. Value should be the name of a supported .NET
1991
- * Culture from the set
1992
- * https://msdn.microsoft.com/en-us/library/system.globalization.culturetypes(v=vs.110).aspx.
1993
- * Defaults to 'en-US' if none specified.
1994
- */
1995
- dataLocale?: string;
1996
- /**
1997
- * Controls certain runtime behaviors of the streaming job. Possible values include: '1.0'
1998
- */
1999
- compatibilityLevel?: CompatibilityLevel;
2000
- /**
2001
- * Value is an ISO-8601 formatted UTC timestamp indicating when the streaming job was created.
2002
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2003
- */
2004
- readonly createdDate?: Date;
2005
- /**
2006
- * A list of one or more inputs to the streaming job. The name property for each input is
2007
- * required when specifying this property in a PUT request. This property cannot be modify via a
2008
- * PATCH operation. You must use the PATCH API available for the individual input.
2009
- */
2010
- inputs?: Input[];
2011
- /**
2012
- * Indicates the query and the number of streaming units to use for the streaming job. The name
2013
- * property of the transformation is required when specifying this property in a PUT request.
2014
- * This property cannot be modify via a PATCH operation. You must use the PATCH API available for
2015
- * the individual transformation.
2016
- */
2017
- transformation?: Transformation;
2018
- /**
2019
- * A list of one or more outputs for the streaming job. The name property for each output is
2020
- * required when specifying this property in a PUT request. This property cannot be modify via a
2021
- * PATCH operation. You must use the PATCH API available for the individual output.
2022
- */
2023
- outputs?: Output[];
2024
- /**
2025
- * A list of one or more functions for the streaming job. The name property for each function is
2026
- * required when specifying this property in a PUT request. This property cannot be modify via a
2027
- * PATCH operation. You must use the PATCH API available for the individual transformation.
2028
- */
2029
- functions?: FunctionModel[];
2030
- /**
2031
- * The current entity tag for the streaming job. This is an opaque string. You can use it to
2032
- * detect whether the resource has changed between requests. You can also use it in the If-Match
2033
- * or If-None-Match headers for write operations for optimistic concurrency.
2034
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2035
- */
2036
- readonly etag?: string;
2037
- jobStorageAccount?: JobStorageAccount;
2038
- /**
2039
- * Valid values are JobStorageAccount and SystemAccount. If set to JobStorageAccount, this
2040
- * requires the user to also specify jobStorageAccount property. Possible values include:
2041
- * 'SystemAccount', 'JobStorageAccount'
2042
- */
2043
- contentStoragePolicy?: ContentStoragePolicy;
2044
- /**
2045
- * The storage account where the custom code artifacts are located.
2046
- */
2047
- externals?: External;
2048
- /**
2049
- * The cluster which streaming jobs will run on.
2050
- */
2051
- cluster?: ClusterInfo;
2052
- /**
2053
- * Describes the system-assigned managed identity assigned to this job that can be used to
2054
- * authenticate with inputs and outputs.
2055
- */
2056
- identity?: Identity;
2057
- }
2058
- /**
2059
- * Parameters supplied to the Start Streaming Job operation.
2060
- */
2061
- export interface StartStreamingJobParameters {
2062
- /**
2063
- * Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting
2064
- * point of the output event stream should start whenever the job is started, start at a custom
2065
- * user time stamp specified via the outputStartTime property, or start from the last event
2066
- * output time. Possible values include: 'JobStartTime', 'CustomTime', 'LastOutputEventTime'
2067
- */
2068
- outputStartMode?: OutputStartMode;
2069
- /**
2070
- * Value is either an ISO-8601 formatted time stamp that indicates the starting point of the
2071
- * output event stream, or null to indicate that the output event stream will start whenever the
2072
- * streaming job is started. This property must have a value if outputStartMode is set to
2073
- * CustomTime.
2074
- */
2075
- outputStartTime?: Date;
2076
- }
2077
- /**
2078
- * The resource model definition for a ARM proxy resource. It will have everything other than
2079
- * required location and tags
2080
- */
2081
- export interface ProxyResource extends Resource {
2082
- }
2083
- /**
2084
- * Describes the current quota for the subscription.
2085
- */
2086
- export interface SubscriptionQuota extends SubResource {
2087
- /**
2088
- * The max permitted usage of this resource.
2089
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2090
- */
2091
- readonly maxCount?: number;
2092
- /**
2093
- * The current usage of this resource.
2094
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2095
- */
2096
- readonly currentCount?: number;
2097
- }
2098
- /**
2099
- * Result of the GetQuotas operation. It contains a list of quotas for the subscription in a
2100
- * particular region.
2101
- */
2102
- export interface SubscriptionQuotasListResult {
2103
- /**
2104
- * List of quotas for the subscription in a particular region.
2105
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2106
- */
2107
- readonly value?: SubscriptionQuota[];
2108
- }
2109
- /**
2110
- * Diagnostics information related to query testing.
2111
- */
2112
- export interface TestQueryDiagnostics {
2113
- /**
2114
- * The SAS URI to the container or directory.
2115
- */
2116
- writeUri: string;
2117
- /**
2118
- * The path to the subdirectory.
2119
- */
2120
- path?: string;
2121
- }
2122
- /**
2123
- * The request object for query testing.
2124
- */
2125
- export interface TestQuery {
2126
- /**
2127
- * Diagnostics information related to query testing.
2128
- */
2129
- diagnostics?: TestQueryDiagnostics;
2130
- /**
2131
- * Stream analytics job object which defines the input, output, and transformation for the query
2132
- * testing.
2133
- */
2134
- streamingJob: StreamingJob;
2135
- }
2136
- /**
2137
- * The result of the query testing request.
2138
- */
2139
- export interface QueryTestingResult extends ErrorModel {
2140
- /**
2141
- * The status of the query testing request. Possible values include: 'Started', 'Success',
2142
- * 'CompilerError', 'RuntimeError', 'Timeout', 'UnknownError'
2143
- */
2144
- status?: QueryTestingResultStatus;
2145
- /**
2146
- * The SAS URL to the outputs payload.
2147
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2148
- */
2149
- readonly outputUri?: string;
2150
- }
2151
- /**
2152
- * An input for the query compilation.
2153
- */
2154
- export interface QueryInput {
2155
- /**
2156
- * The name of the input.
2157
- */
2158
- name: string;
2159
- /**
2160
- * The type of the input, can be Stream or Reference.
2161
- */
2162
- type: string;
2163
- }
2164
- /**
2165
- * A function for the query compilation.
2166
- */
2167
- export interface QueryFunction {
2168
- /**
2169
- * The name of the function.
2170
- */
2171
- name: string;
2172
- /**
2173
- * The type of the function.
2174
- */
2175
- type: string;
2176
- /**
2177
- * The type of the function binding.
2178
- */
2179
- bindingType: string;
2180
- /**
2181
- * The inputs for the function.
2182
- */
2183
- inputs: FunctionInput[];
2184
- /**
2185
- * An output for the function.
2186
- */
2187
- output: FunctionOutput;
2188
- }
2189
- /**
2190
- * The query compilation object which defines the input, output, and transformation for the query
2191
- * compilation.
2192
- */
2193
- export interface CompileQuery {
2194
- /**
2195
- * The query to compile.
2196
- */
2197
- query: string;
2198
- /**
2199
- * The inputs for the query compilation.
2200
- */
2201
- inputs?: QueryInput[];
2202
- /**
2203
- * The functions for the query compilation.
2204
- */
2205
- functions?: QueryFunction[];
2206
- /**
2207
- * Describes the type of the job. Valid values are `Cloud` and 'Edge'. Possible values include:
2208
- * 'Cloud', 'Edge'
2209
- */
2210
- jobType: JobType;
2211
- /**
2212
- * The query to compile. Possible values include: '1.0'
2213
- */
2214
- compatibilityLevel?: CompatibilityLevel;
2215
- }
2216
- /**
2217
- * An error produced by the compiler.
2218
- */
2219
- export interface QueryCompilationError {
2220
- /**
2221
- * The content of the error message.
2222
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2223
- */
2224
- readonly message?: string;
2225
- /**
2226
- * Describes the error location in the original query. Not set if isGlobal is true.
2227
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2228
- */
2229
- readonly startLine?: number;
2230
- /**
2231
- * Describes the error location in the original query. Not set if isGlobal is true.
2232
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2233
- */
2234
- readonly startColumn?: number;
2235
- /**
2236
- * Describes the error location in the original query. Not set if isGlobal is true.
2237
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2238
- */
2239
- readonly endLine?: number;
2240
- /**
2241
- * Describes the error location in the original query. Not set if isGlobal is true.
2242
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2243
- */
2244
- readonly endColumn?: number;
2245
- /**
2246
- * Whether the error is not for a specific part but for the entire query.
2247
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2248
- */
2249
- readonly isGlobal?: boolean;
2250
- }
2251
- /**
2252
- * The result of the query compilation request.
2253
- */
2254
- export interface QueryCompilationResult {
2255
- /**
2256
- * Error messages produced by the compiler.
2257
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2258
- */
2259
- readonly errors?: QueryCompilationError[];
2260
- /**
2261
- * Warning messages produced by the compiler.
2262
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2263
- */
2264
- readonly warnings?: string[];
2265
- /**
2266
- * All input names used by the query.
2267
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2268
- */
2269
- readonly inputs?: string[];
2270
- /**
2271
- * All output names used by the query.
2272
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2273
- */
2274
- readonly outputs?: string[];
2275
- /**
2276
- * All function names used by the query.
2277
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2278
- */
2279
- readonly functions?: string[];
2280
- }
2281
- /**
2282
- * The stream analytics input to sample.
2283
- */
2284
- export interface SampleInput {
2285
- /**
2286
- * The stream analytics input to sample.
2287
- */
2288
- input?: Input;
2289
- /**
2290
- * Defaults to the default ASA job compatibility level. Today it is 1.2
2291
- */
2292
- compatibilityLevel?: string;
2293
- /**
2294
- * The SAS URI of the storage blob for service to write the sampled events to. If this parameter
2295
- * is not provided, service will write events to he system account and share a temporary SAS URI
2296
- * to it.
2297
- */
2298
- eventsUri?: string;
2299
- /**
2300
- * Defaults to en-US.
2301
- */
2302
- dataLocale?: string;
2303
- }
2304
- /**
2305
- * The result of the sample input request.
2306
- */
2307
- export interface SampleInputResult extends ErrorModel {
2308
- /**
2309
- * The status of the sample input request. Possible values include: 'ReadAllEventsInRange',
2310
- * 'NoEventsFoundInRange', 'ErrorConnectingToInput'
2311
- */
2312
- status?: SampleInputResultStatus;
2313
- /**
2314
- * Diagnostics messages. E.g. message indicating some partitions from the input have no data.
2315
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2316
- */
2317
- readonly diagnostics?: string[];
2318
- /**
2319
- * A SAS URL to download the sampled input data.
2320
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2321
- */
2322
- readonly eventsDownloadUrl?: string;
2323
- /**
2324
- * The timestamp for the last event in the data. It is in DateTime format.
2325
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2326
- */
2327
- readonly lastArrivalTime?: string;
2328
- }
2329
- /**
2330
- * A stream analytics input.
2331
- */
2332
- export interface TestInput {
2333
- /**
2334
- * The stream analytics input to test.
2335
- */
2336
- input: Input;
2337
- }
2338
- /**
2339
- * A stream analytics output.
2340
- */
2341
- export interface TestOutput {
2342
- /**
2343
- * The stream analytics output to test.
2344
- */
2345
- output: Output;
2346
- }
2347
- /**
2348
- * The result of the test input or output request.
2349
- */
2350
- export interface TestDatasourceResult extends ErrorModel {
2351
- /**
2352
- * The status of the sample output request. Possible values include: 'TestSucceeded',
2353
- * 'TestFailed'
2354
- */
2355
- status?: TestDatasourceResultStatus;
2356
- }
2357
- /**
2358
- * Contains the localized display information for this particular operation / action.
2359
- */
2360
- export interface OperationDisplay {
2361
- /**
2362
- * The localized friendly form of the resource provider name.
2363
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2364
- */
2365
- readonly provider?: string;
2366
- /**
2367
- * The localized friendly form of the resource type related to this action/operation.
2368
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2369
- */
2370
- readonly resource?: string;
2371
- /**
2372
- * The localized friendly name for the operation.
2373
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2374
- */
2375
- readonly operation?: string;
2376
- /**
2377
- * The localized friendly description for the operation.
2378
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2379
- */
2380
- readonly description?: string;
2381
- }
2382
- /**
2383
- * A Stream Analytics REST API operation
2384
- */
2385
- export interface Operation {
2386
- /**
2387
- * The name of the operation being performed on this particular object.
2388
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2389
- */
2390
- readonly name?: string;
2391
- /**
2392
- * Contains the localized display information for this particular operation / action.
2393
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2394
- */
2395
- readonly display?: OperationDisplay;
2396
- }
2397
- /**
2398
- * The SKU of the cluster. This determines the size/capacity of the cluster. Required on PUT
2399
- * (CreateOrUpdate) requests.
2400
- */
2401
- export interface ClusterSku {
2402
- /**
2403
- * Specifies the SKU name of the cluster. Required on PUT (CreateOrUpdate) requests. Possible
2404
- * values include: 'Default'
2405
- */
2406
- name?: ClusterSkuName;
2407
- /**
2408
- * Denotes the number of streaming units the cluster can support. Valid values for this property
2409
- * are multiples of 36 with a minimum value of 36 and maximum value of 216. Required on PUT
2410
- * (CreateOrUpdate) requests.
2411
- */
2412
- capacity?: number;
2413
- }
2414
- /**
2415
- * The properties associated with a Stream Analytics cluster.
2416
- */
2417
- export interface ClusterProperties {
2418
- /**
2419
- * The date this cluster was created.
2420
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2421
- */
2422
- readonly createdDate?: Date;
2423
- /**
2424
- * Unique identifier for the cluster.
2425
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2426
- */
2427
- readonly clusterId?: string;
2428
- /**
2429
- * Possible values include: 'Succeeded', 'Failed', 'Canceled', 'InProgress'
2430
- */
2431
- provisioningState?: ClusterProvisioningState;
2432
- /**
2433
- * Represents the number of streaming units currently being used on the cluster.
2434
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2435
- */
2436
- readonly capacityAllocated?: number;
2437
- /**
2438
- * Represents the sum of the SUs of all streaming jobs associated with the cluster. If all of the
2439
- * jobs were running, this would be the capacity allocated.
2440
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2441
- */
2442
- readonly capacityAssigned?: number;
2443
- }
2444
- /**
2445
- * A Stream Analytics Cluster object
2446
- */
2447
- export interface Cluster extends TrackedResource {
2448
- sku?: ClusterSku;
2449
- /**
2450
- * The current entity tag for the cluster. This is an opaque string. You can use it to detect
2451
- * whether the resource has changed between requests. You can also use it in the If-Match or
2452
- * If-None-Match headers for write operations for optimistic concurrency.
2453
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2454
- */
2455
- readonly etag?: string;
2456
- /**
2457
- * The properties associated with a Stream Analytics cluster.
2458
- */
2459
- properties?: ClusterProperties;
2460
- }
2461
- /**
2462
- * A streaming job.
2463
- */
2464
- export interface ClusterJob {
2465
- /**
2466
- * Resource ID of the streaming job.
2467
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2468
- */
2469
- readonly id?: string;
2470
- /**
2471
- * The number of streaming units that are used by the streaming job.
2472
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2473
- */
2474
- readonly streamingUnits?: number;
2475
- /**
2476
- * Possible values include: 'Created', 'Starting', 'Running', 'Stopping', 'Stopped', 'Deleting',
2477
- * 'Failed', 'Degraded', 'Restarting', 'Scaling'
2478
- */
2479
- jobState?: JobState;
2480
- }
2481
- /**
2482
- * A collection of read-only information about the state of the connection to the private remote
2483
- * resource.
2484
- */
2485
- export interface PrivateLinkConnectionState {
2486
- /**
2487
- * Indicates whether the connection has been Approved/Rejected/Removed by the owner of the remote
2488
- * resource/service.
2489
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2490
- */
2491
- readonly status?: string;
2492
- /**
2493
- * The reason for approval/rejection of the connection.
2494
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2495
- */
2496
- readonly description?: string;
2497
- /**
2498
- * A message indicating if changes on the service provider require any updates on the consumer.
2499
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2500
- */
2501
- readonly actionsRequired?: string;
2502
- }
2503
- /**
2504
- * A grouping of information about the connection to the remote resource.
2505
- */
2506
- export interface PrivateLinkServiceConnection {
2507
- /**
2508
- * The resource id of the private link service. Required on PUT (CreateOrUpdate) requests.
2509
- */
2510
- privateLinkServiceId?: string;
2511
- /**
2512
- * The ID(s) of the group(s) obtained from the remote resource that this private endpoint should
2513
- * connect to. Required on PUT (CreateOrUpdate) requests.
2514
- */
2515
- groupIds?: string[];
2516
- /**
2517
- * A message passed to the owner of the remote resource with this connection request. Restricted
2518
- * to 140 chars.
2519
- */
2520
- requestMessage?: string;
2521
- /**
2522
- * A collection of read-only information about the state of the connection to the private remote
2523
- * resource.
2524
- */
2525
- privateLinkServiceConnectionState?: PrivateLinkConnectionState;
2526
- }
2527
- /**
2528
- * The properties associated with a private endpoint.
2529
- */
2530
- export interface PrivateEndpointProperties {
2531
- /**
2532
- * The date when this private endpoint was created.
2533
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2534
- */
2535
- readonly createdDate?: string;
2536
- /**
2537
- * A list of connections to the remote resource. Immutable after it is set.
2538
- */
2539
- manualPrivateLinkServiceConnections?: PrivateLinkServiceConnection[];
2540
- }
2541
- /**
2542
- * Complete information about the private endpoint.
2543
- */
2544
- export interface PrivateEndpoint extends ProxyResource {
2545
- /**
2546
- * The properties associated with a private endpoint.
2547
- */
2548
- properties?: PrivateEndpointProperties;
2549
- /**
2550
- * Unique opaque string (generally a GUID) that represents the metadata state of the resource
2551
- * (private endpoint) and changes whenever the resource is updated. Required on PUT
2552
- * (CreateOrUpdate) requests.
2553
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2554
- */
2555
- readonly etag?: string;
2556
- }
2557
- /**
2558
- * Optional Parameters.
2559
- */
2560
- export interface FunctionsCreateOrReplaceOptionalParams extends msRest.RequestOptionsBase {
2561
- /**
2562
- * The ETag of the function. Omit this value to always overwrite the current function. Specify
2563
- * the last-seen ETag value to prevent accidentally overwriting concurrent changes.
2564
- */
2565
- ifMatch?: string;
2566
- /**
2567
- * Set to '*' to allow a new function to be created, but to prevent updating an existing
2568
- * function. Other values will result in a 412 Pre-condition Failed response.
2569
- */
2570
- ifNoneMatch?: string;
2571
- }
2572
- /**
2573
- * Optional Parameters.
2574
- */
2575
- export interface FunctionsUpdateOptionalParams extends msRest.RequestOptionsBase {
2576
- /**
2577
- * The ETag of the function. Omit this value to always overwrite the current function. Specify
2578
- * the last-seen ETag value to prevent accidentally overwriting concurrent changes.
2579
- */
2580
- ifMatch?: string;
2581
- }
2582
- /**
2583
- * Optional Parameters.
2584
- */
2585
- export interface FunctionsListByStreamingJobOptionalParams extends msRest.RequestOptionsBase {
2586
- /**
2587
- * The $select OData query parameter. This is a comma-separated list of structural properties to
2588
- * include in the response, or "*" to include all properties. By default, all properties are
2589
- * returned except diagnostics. Currently only accepts '*' as a valid value.
2590
- */
2591
- select?: string;
2592
- }
2593
- /**
2594
- * Optional Parameters.
2595
- */
2596
- export interface FunctionsTestOptionalParams extends msRest.RequestOptionsBase {
2597
- /**
2598
- * If the function specified does not already exist, this parameter must contain the full
2599
- * function definition intended to be tested. If the function specified already exists, this
2600
- * parameter can be left null to test the existing function as is or if specified, the properties
2601
- * specified will overwrite the corresponding properties in the existing function (exactly like a
2602
- * PATCH operation) and the resulting function will be tested.
2603
- */
2604
- functionParameter?: FunctionModel;
2605
- }
2606
- /**
2607
- * Optional Parameters.
2608
- */
2609
- export interface FunctionsRetrieveDefaultDefinitionOptionalParams extends msRest.RequestOptionsBase {
2610
- /**
2611
- * Parameters used to specify the type of function to retrieve the default definition for.
2612
- */
2613
- functionRetrieveDefaultDefinitionParameters?: FunctionRetrieveDefaultDefinitionParametersUnion;
2614
- }
2615
- /**
2616
- * Optional Parameters.
2617
- */
2618
- export interface FunctionsBeginTestOptionalParams extends msRest.RequestOptionsBase {
2619
- /**
2620
- * If the function specified does not already exist, this parameter must contain the full
2621
- * function definition intended to be tested. If the function specified already exists, this
2622
- * parameter can be left null to test the existing function as is or if specified, the properties
2623
- * specified will overwrite the corresponding properties in the existing function (exactly like a
2624
- * PATCH operation) and the resulting function will be tested.
2625
- */
2626
- functionParameter?: FunctionModel;
2627
- }
2628
- /**
2629
- * Optional Parameters.
2630
- */
2631
- export interface FunctionsListByStreamingJobNextOptionalParams extends msRest.RequestOptionsBase {
2632
- /**
2633
- * The $select OData query parameter. This is a comma-separated list of structural properties to
2634
- * include in the response, or "*" to include all properties. By default, all properties are
2635
- * returned except diagnostics. Currently only accepts '*' as a valid value.
2636
- */
2637
- select?: string;
2638
- }
2639
- /**
2640
- * Optional Parameters.
2641
- */
2642
- export interface InputsCreateOrReplaceOptionalParams extends msRest.RequestOptionsBase {
2643
- /**
2644
- * The ETag of the input. Omit this value to always overwrite the current input. Specify the
2645
- * last-seen ETag value to prevent accidentally overwriting concurrent changes.
2646
- */
2647
- ifMatch?: string;
2648
- /**
2649
- * Set to '*' to allow a new input to be created, but to prevent updating an existing input.
2650
- * Other values will result in a 412 Pre-condition Failed response.
2651
- */
2652
- ifNoneMatch?: string;
2653
- }
2654
- /**
2655
- * Optional Parameters.
2656
- */
2657
- export interface InputsUpdateOptionalParams extends msRest.RequestOptionsBase {
2658
- /**
2659
- * The ETag of the input. Omit this value to always overwrite the current input. Specify the
2660
- * last-seen ETag value to prevent accidentally overwriting concurrent changes.
2661
- */
2662
- ifMatch?: string;
2663
- }
2664
- /**
2665
- * Optional Parameters.
2666
- */
2667
- export interface InputsListByStreamingJobOptionalParams extends msRest.RequestOptionsBase {
2668
- /**
2669
- * The $select OData query parameter. This is a comma-separated list of structural properties to
2670
- * include in the response, or "*" to include all properties. By default, all properties are
2671
- * returned except diagnostics. Currently only accepts '*' as a valid value.
2672
- */
2673
- select?: string;
2674
- }
2675
- /**
2676
- * Optional Parameters.
2677
- */
2678
- export interface InputsTestOptionalParams extends msRest.RequestOptionsBase {
2679
- /**
2680
- * If the input specified does not already exist, this parameter must contain the full input
2681
- * definition intended to be tested. If the input specified already exists, this parameter can be
2682
- * left null to test the existing input as is or if specified, the properties specified will
2683
- * overwrite the corresponding properties in the existing input (exactly like a PATCH operation)
2684
- * and the resulting input will be tested.
2685
- */
2686
- input?: Input;
2687
- }
2688
- /**
2689
- * Optional Parameters.
2690
- */
2691
- export interface InputsBeginTestOptionalParams extends msRest.RequestOptionsBase {
2692
- /**
2693
- * If the input specified does not already exist, this parameter must contain the full input
2694
- * definition intended to be tested. If the input specified already exists, this parameter can be
2695
- * left null to test the existing input as is or if specified, the properties specified will
2696
- * overwrite the corresponding properties in the existing input (exactly like a PATCH operation)
2697
- * and the resulting input will be tested.
2698
- */
2699
- input?: Input;
2700
- }
2701
- /**
2702
- * Optional Parameters.
2703
- */
2704
- export interface InputsListByStreamingJobNextOptionalParams extends msRest.RequestOptionsBase {
2705
- /**
2706
- * The $select OData query parameter. This is a comma-separated list of structural properties to
2707
- * include in the response, or "*" to include all properties. By default, all properties are
2708
- * returned except diagnostics. Currently only accepts '*' as a valid value.
2709
- */
2710
- select?: string;
2711
- }
2712
- /**
2713
- * Optional Parameters.
2714
- */
2715
- export interface OutputsCreateOrReplaceOptionalParams extends msRest.RequestOptionsBase {
2716
- /**
2717
- * The ETag of the output. Omit this value to always overwrite the current output. Specify the
2718
- * last-seen ETag value to prevent accidentally overwriting concurrent changes.
2719
- */
2720
- ifMatch?: string;
2721
- /**
2722
- * Set to '*' to allow a new output to be created, but to prevent updating an existing output.
2723
- * Other values will result in a 412 Pre-condition Failed response.
2724
- */
2725
- ifNoneMatch?: string;
2726
- }
2727
- /**
2728
- * Optional Parameters.
2729
- */
2730
- export interface OutputsUpdateOptionalParams extends msRest.RequestOptionsBase {
2731
- /**
2732
- * The ETag of the output. Omit this value to always overwrite the current output. Specify the
2733
- * last-seen ETag value to prevent accidentally overwriting concurrent changes.
2734
- */
2735
- ifMatch?: string;
2736
- }
2737
- /**
2738
- * Optional Parameters.
2739
- */
2740
- export interface OutputsListByStreamingJobOptionalParams extends msRest.RequestOptionsBase {
2741
- /**
2742
- * The $select OData query parameter. This is a comma-separated list of structural properties to
2743
- * include in the response, or "*" to include all properties. By default, all properties are
2744
- * returned except diagnostics. Currently only accepts '*' as a valid value.
2745
- */
2746
- select?: string;
2747
- }
2748
- /**
2749
- * Optional Parameters.
2750
- */
2751
- export interface OutputsTestOptionalParams extends msRest.RequestOptionsBase {
2752
- /**
2753
- * If the output specified does not already exist, this parameter must contain the full output
2754
- * definition intended to be tested. If the output specified already exists, this parameter can
2755
- * be left null to test the existing output as is or if specified, the properties specified will
2756
- * overwrite the corresponding properties in the existing output (exactly like a PATCH operation)
2757
- * and the resulting output will be tested.
2758
- */
2759
- output?: Output;
2760
- }
2761
- /**
2762
- * Optional Parameters.
2763
- */
2764
- export interface OutputsBeginTestOptionalParams extends msRest.RequestOptionsBase {
2765
- /**
2766
- * If the output specified does not already exist, this parameter must contain the full output
2767
- * definition intended to be tested. If the output specified already exists, this parameter can
2768
- * be left null to test the existing output as is or if specified, the properties specified will
2769
- * overwrite the corresponding properties in the existing output (exactly like a PATCH operation)
2770
- * and the resulting output will be tested.
2771
- */
2772
- output?: Output;
2773
- }
2774
- /**
2775
- * Optional Parameters.
2776
- */
2777
- export interface OutputsListByStreamingJobNextOptionalParams extends msRest.RequestOptionsBase {
2778
- /**
2779
- * The $select OData query parameter. This is a comma-separated list of structural properties to
2780
- * include in the response, or "*" to include all properties. By default, all properties are
2781
- * returned except diagnostics. Currently only accepts '*' as a valid value.
2782
- */
2783
- select?: string;
2784
- }
2785
- /**
2786
- * Optional Parameters.
2787
- */
2788
- export interface StreamingJobsCreateOrReplaceOptionalParams extends msRest.RequestOptionsBase {
2789
- /**
2790
- * The ETag of the streaming job. Omit this value to always overwrite the current record set.
2791
- * Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes.
2792
- */
2793
- ifMatch?: string;
2794
- /**
2795
- * Set to '*' to allow a new streaming job to be created, but to prevent updating an existing
2796
- * record set. Other values will result in a 412 Pre-condition Failed response.
2797
- */
2798
- ifNoneMatch?: string;
2799
- }
2800
- /**
2801
- * Optional Parameters.
2802
- */
2803
- export interface StreamingJobsUpdateOptionalParams extends msRest.RequestOptionsBase {
2804
- /**
2805
- * The ETag of the streaming job. Omit this value to always overwrite the current record set.
2806
- * Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes.
2807
- */
2808
- ifMatch?: string;
2809
- }
2810
- /**
2811
- * Optional Parameters.
2812
- */
2813
- export interface StreamingJobsGetOptionalParams extends msRest.RequestOptionsBase {
2814
- /**
2815
- * The $expand OData query parameter. This is a comma-separated list of additional streaming job
2816
- * properties to include in the response, beyond the default set returned when this parameter is
2817
- * absent. The default set is all streaming job properties other than 'inputs', 'transformation',
2818
- * 'outputs', and 'functions'.
2819
- */
2820
- expand?: string;
2821
- }
2822
- /**
2823
- * Optional Parameters.
2824
- */
2825
- export interface StreamingJobsListByResourceGroupOptionalParams extends msRest.RequestOptionsBase {
2826
- /**
2827
- * The $expand OData query parameter. This is a comma-separated list of additional streaming job
2828
- * properties to include in the response, beyond the default set returned when this parameter is
2829
- * absent. The default set is all streaming job properties other than 'inputs', 'transformation',
2830
- * 'outputs', and 'functions'.
2831
- */
2832
- expand?: string;
2833
- }
2834
- /**
2835
- * Optional Parameters.
2836
- */
2837
- export interface StreamingJobsListOptionalParams extends msRest.RequestOptionsBase {
2838
- /**
2839
- * The $expand OData query parameter. This is a comma-separated list of additional streaming job
2840
- * properties to include in the response, beyond the default set returned when this parameter is
2841
- * absent. The default set is all streaming job properties other than 'inputs', 'transformation',
2842
- * 'outputs', and 'functions'.
2843
- */
2844
- expand?: string;
2845
- }
2846
- /**
2847
- * Optional Parameters.
2848
- */
2849
- export interface StreamingJobsStartOptionalParams extends msRest.RequestOptionsBase {
2850
- /**
2851
- * Parameters applicable to a start streaming job operation.
2852
- */
2853
- startJobParameters?: StartStreamingJobParameters;
2854
- }
2855
- /**
2856
- * Optional Parameters.
2857
- */
2858
- export interface StreamingJobsBeginCreateOrReplaceOptionalParams extends msRest.RequestOptionsBase {
2859
- /**
2860
- * The ETag of the streaming job. Omit this value to always overwrite the current record set.
2861
- * Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes.
2862
- */
2863
- ifMatch?: string;
2864
- /**
2865
- * Set to '*' to allow a new streaming job to be created, but to prevent updating an existing
2866
- * record set. Other values will result in a 412 Pre-condition Failed response.
2867
- */
2868
- ifNoneMatch?: string;
2869
- }
2870
- /**
2871
- * Optional Parameters.
2872
- */
2873
- export interface StreamingJobsBeginStartOptionalParams extends msRest.RequestOptionsBase {
2874
- /**
2875
- * Parameters applicable to a start streaming job operation.
2876
- */
2877
- startJobParameters?: StartStreamingJobParameters;
2878
- }
2879
- /**
2880
- * Optional Parameters.
2881
- */
2882
- export interface StreamingJobsListByResourceGroupNextOptionalParams extends msRest.RequestOptionsBase {
2883
- /**
2884
- * The $expand OData query parameter. This is a comma-separated list of additional streaming job
2885
- * properties to include in the response, beyond the default set returned when this parameter is
2886
- * absent. The default set is all streaming job properties other than 'inputs', 'transformation',
2887
- * 'outputs', and 'functions'.
2888
- */
2889
- expand?: string;
2890
- }
2891
- /**
2892
- * Optional Parameters.
2893
- */
2894
- export interface StreamingJobsListNextOptionalParams extends msRest.RequestOptionsBase {
2895
- /**
2896
- * The $expand OData query parameter. This is a comma-separated list of additional streaming job
2897
- * properties to include in the response, beyond the default set returned when this parameter is
2898
- * absent. The default set is all streaming job properties other than 'inputs', 'transformation',
2899
- * 'outputs', and 'functions'.
2900
- */
2901
- expand?: string;
2902
- }
2903
- /**
2904
- * Optional Parameters.
2905
- */
2906
- export interface TransformationsCreateOrReplaceOptionalParams extends msRest.RequestOptionsBase {
2907
- /**
2908
- * The ETag of the transformation. Omit this value to always overwrite the current
2909
- * transformation. Specify the last-seen ETag value to prevent accidentally overwriting
2910
- * concurrent changes.
2911
- */
2912
- ifMatch?: string;
2913
- /**
2914
- * Set to '*' to allow a new transformation to be created, but to prevent updating an existing
2915
- * transformation. Other values will result in a 412 Pre-condition Failed response.
2916
- */
2917
- ifNoneMatch?: string;
2918
- }
2919
- /**
2920
- * Optional Parameters.
2921
- */
2922
- export interface TransformationsUpdateOptionalParams extends msRest.RequestOptionsBase {
2923
- /**
2924
- * The ETag of the transformation. Omit this value to always overwrite the current
2925
- * transformation. Specify the last-seen ETag value to prevent accidentally overwriting
2926
- * concurrent changes.
2927
- */
2928
- ifMatch?: string;
2929
- }
2930
- /**
2931
- * Optional Parameters.
2932
- */
2933
- export interface ClustersCreateOrUpdateOptionalParams extends msRest.RequestOptionsBase {
2934
- /**
2935
- * The ETag of the resource. Omit this value to always overwrite the current record set. Specify
2936
- * the last-seen ETag value to prevent accidentally overwriting concurrent changes.
2937
- */
2938
- ifMatch?: string;
2939
- /**
2940
- * Set to '*' to allow a new resource to be created, but to prevent updating an existing record
2941
- * set. Other values will result in a 412 Pre-condition Failed response.
2942
- */
2943
- ifNoneMatch?: string;
2944
- }
2945
- /**
2946
- * Optional Parameters.
2947
- */
2948
- export interface ClustersUpdateOptionalParams extends msRest.RequestOptionsBase {
2949
- /**
2950
- * The ETag of the resource. Omit this value to always overwrite the current record set. Specify
2951
- * the last-seen ETag value to prevent accidentally overwriting concurrent changes.
2952
- */
2953
- ifMatch?: string;
2954
- }
2955
- /**
2956
- * Optional Parameters.
2957
- */
2958
- export interface ClustersBeginCreateOrUpdateOptionalParams extends msRest.RequestOptionsBase {
2959
- /**
2960
- * The ETag of the resource. Omit this value to always overwrite the current record set. Specify
2961
- * the last-seen ETag value to prevent accidentally overwriting concurrent changes.
2962
- */
2963
- ifMatch?: string;
2964
- /**
2965
- * Set to '*' to allow a new resource to be created, but to prevent updating an existing record
2966
- * set. Other values will result in a 412 Pre-condition Failed response.
2967
- */
2968
- ifNoneMatch?: string;
2969
- }
2970
- /**
2971
- * Optional Parameters.
2972
- */
2973
- export interface ClustersBeginUpdateOptionalParams extends msRest.RequestOptionsBase {
2974
- /**
2975
- * The ETag of the resource. Omit this value to always overwrite the current record set. Specify
2976
- * the last-seen ETag value to prevent accidentally overwriting concurrent changes.
2977
- */
2978
- ifMatch?: string;
2979
- }
2980
- /**
2981
- * Optional Parameters.
2982
- */
2983
- export interface PrivateEndpointsCreateOrUpdateOptionalParams extends msRest.RequestOptionsBase {
2984
- /**
2985
- * The ETag of the resource. Omit this value to always overwrite the current record set. Specify
2986
- * the last-seen ETag value to prevent accidentally overwriting concurrent changes.
2987
- */
2988
- ifMatch?: string;
2989
- /**
2990
- * Set to '*' to allow a new resource to be created, but to prevent updating an existing record
2991
- * set. Other values will result in a 412 Pre-condition Failed response.
2992
- */
2993
- ifNoneMatch?: string;
2994
- }
2995
- /**
2996
- * An interface representing StreamAnalyticsManagementClientOptions.
2997
- */
2998
- export interface StreamAnalyticsManagementClientOptions extends AzureServiceClientOptions {
2999
- baseUri?: string;
3000
- }
3001
- /**
3002
- * Defines headers for CreateOrReplace operation.
3003
- */
3004
- export interface FunctionsCreateOrReplaceHeaders {
3005
- /**
3006
- * The current entity tag for the function. This is an opaque string. You can use it to detect
3007
- * whether the resource has changed between requests. You can also use it in the If-Match or
3008
- * If-None-Match headers for write operations for optimistic concurrency.
3009
- */
3010
- eTag: string;
3011
- }
3012
- /**
3013
- * Defines headers for Update operation.
3014
- */
3015
- export interface FunctionsUpdateHeaders {
3016
- /**
3017
- * The current entity tag for the function. This is an opaque string. You can use it to detect
3018
- * whether the resource has changed between requests. You can also use it in the If-Match or
3019
- * If-None-Match headers for write operations for optimistic concurrency.
3020
- */
3021
- eTag: string;
3022
- }
3023
- /**
3024
- * Defines headers for Get operation.
3025
- */
3026
- export interface FunctionsGetHeaders {
3027
- /**
3028
- * The current entity tag for the function. This is an opaque string. You can use it to detect
3029
- * whether the resource has changed between requests. You can also use it in the If-Match or
3030
- * If-None-Match headers for write operations for optimistic concurrency.
3031
- */
3032
- eTag: string;
3033
- }
3034
- /**
3035
- * Defines headers for CreateOrReplace operation.
3036
- */
3037
- export interface InputsCreateOrReplaceHeaders {
3038
- /**
3039
- * The current entity tag for the input. This is an opaque string. You can use it to detect
3040
- * whether the resource has changed between requests. You can also use it in the If-Match or
3041
- * If-None-Match headers for write operations for optimistic concurrency.
3042
- */
3043
- eTag: string;
3044
- }
3045
- /**
3046
- * Defines headers for Update operation.
3047
- */
3048
- export interface InputsUpdateHeaders {
3049
- /**
3050
- * The current entity tag for the input. This is an opaque string. You can use it to detect
3051
- * whether the resource has changed between requests. You can also use it in the If-Match or
3052
- * If-None-Match headers for write operations for optimistic concurrency.
3053
- */
3054
- eTag: string;
3055
- }
3056
- /**
3057
- * Defines headers for Get operation.
3058
- */
3059
- export interface InputsGetHeaders {
3060
- /**
3061
- * The current entity tag for the input. This is an opaque string. You can use it to detect
3062
- * whether the resource has changed between requests. You can also use it in the If-Match or
3063
- * If-None-Match headers for write operations for optimistic concurrency.
3064
- */
3065
- eTag: string;
3066
- }
3067
- /**
3068
- * Defines headers for CreateOrReplace operation.
3069
- */
3070
- export interface OutputsCreateOrReplaceHeaders {
3071
- /**
3072
- * The current entity tag for the output. This is an opaque string. You can use it to detect
3073
- * whether the resource has changed between requests. You can also use it in the If-Match or
3074
- * If-None-Match headers for write operations for optimistic concurrency.
3075
- */
3076
- eTag: string;
3077
- }
3078
- /**
3079
- * Defines headers for Update operation.
3080
- */
3081
- export interface OutputsUpdateHeaders {
3082
- /**
3083
- * The current entity tag for the output. This is an opaque string. You can use it to detect
3084
- * whether the resource has changed between requests. You can also use it in the If-Match or
3085
- * If-None-Match headers for write operations for optimistic concurrency.
3086
- */
3087
- eTag: string;
3088
- }
3089
- /**
3090
- * Defines headers for Get operation.
3091
- */
3092
- export interface OutputsGetHeaders {
3093
- /**
3094
- * The current entity tag for the output. This is an opaque string. You can use it to detect
3095
- * whether the resource has changed between requests. You can also use it in the If-Match or
3096
- * If-None-Match headers for write operations for optimistic concurrency.
3097
- */
3098
- eTag: string;
3099
- }
3100
- /**
3101
- * Defines headers for CreateOrReplace operation.
3102
- */
3103
- export interface StreamingJobsCreateOrReplaceHeaders {
3104
- /**
3105
- * The current entity tag for the streaming job. This is an opaque string. You can use it to
3106
- * detect whether the resource has changed between requests. You can also use it in the If-Match
3107
- * or If-None-Match headers for write operations for optimistic concurrency.
3108
- */
3109
- eTag: string;
3110
- }
3111
- /**
3112
- * Defines headers for Update operation.
3113
- */
3114
- export interface StreamingJobsUpdateHeaders {
3115
- /**
3116
- * The current entity tag for the streaming job. This is an opaque string. You can use it to
3117
- * detect whether the resource has changed between requests. You can also use it in the If-Match
3118
- * or If-None-Match headers for write operations for optimistic concurrency.
3119
- */
3120
- eTag: string;
3121
- }
3122
- /**
3123
- * Defines headers for Get operation.
3124
- */
3125
- export interface StreamingJobsGetHeaders {
3126
- /**
3127
- * The current entity tag for the streaming job. This is an opaque string. You can use it to
3128
- * detect whether the resource has changed between requests. You can also use it in the If-Match
3129
- * or If-None-Match headers for write operations for optimistic concurrency.
3130
- */
3131
- eTag: string;
3132
- }
3133
- /**
3134
- * Defines headers for CreateOrReplace operation.
3135
- */
3136
- export interface TransformationsCreateOrReplaceHeaders {
3137
- /**
3138
- * The current entity tag for the transformation. This is an opaque string. You can use it to
3139
- * detect whether the resource has changed between requests. You can also use it in the If-Match
3140
- * or If-None-Match headers for write operations for optimistic concurrency.
3141
- */
3142
- eTag: string;
3143
- }
3144
- /**
3145
- * Defines headers for Update operation.
3146
- */
3147
- export interface TransformationsUpdateHeaders {
3148
- /**
3149
- * The current entity tag for the transformation. This is an opaque string. You can use it to
3150
- * detect whether the resource has changed between requests. You can also use it in the If-Match
3151
- * or If-None-Match headers for write operations for optimistic concurrency.
3152
- */
3153
- eTag: string;
3154
- }
3155
- /**
3156
- * Defines headers for Get operation.
3157
- */
3158
- export interface TransformationsGetHeaders {
3159
- /**
3160
- * The current entity tag for the transformation. This is an opaque string. You can use it to
3161
- * detect whether the resource has changed between requests. You can also use it in the If-Match
3162
- * or If-None-Match headers for write operations for optimistic concurrency.
3163
- */
3164
- eTag: string;
3165
- }
3166
- /**
3167
- * @interface
3168
- * Object containing a list of functions under a streaming job.
3169
- * @extends Array<FunctionModel>
3170
- */
3171
- export interface FunctionListResult extends Array<FunctionModel> {
3172
- /**
3173
- * The link (url) to the next page of results.
3174
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
3175
- */
3176
- readonly nextLink?: string;
3177
- }
3178
- /**
3179
- * @interface
3180
- * Object containing a list of inputs under a streaming job.
3181
- * @extends Array<Input>
3182
- */
3183
- export interface InputListResult extends Array<Input> {
3184
- /**
3185
- * The link (url) to the next page of results.
3186
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
3187
- */
3188
- readonly nextLink?: string;
3189
- }
3190
- /**
3191
- * @interface
3192
- * Object containing a list of outputs under a streaming job.
3193
- * @extends Array<Output>
3194
- */
3195
- export interface OutputListResult extends Array<Output> {
3196
- /**
3197
- * The link (url) to the next page of results.
3198
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
3199
- */
3200
- readonly nextLink?: string;
3201
- }
3202
- /**
3203
- * @interface
3204
- * Object containing a list of streaming jobs.
3205
- * @extends Array<StreamingJob>
3206
- */
3207
- export interface StreamingJobListResult extends Array<StreamingJob> {
3208
- /**
3209
- * The link (url) to the next page of results.
3210
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
3211
- */
3212
- readonly nextLink?: string;
3213
- }
3214
- /**
3215
- * @interface
3216
- * Result of the request to list Stream Analytics operations. It contains a list of operations and
3217
- * a URL link to get the next set of results.
3218
- * @extends Array<Operation>
3219
- */
3220
- export interface OperationListResult extends Array<Operation> {
3221
- /**
3222
- * URL to get the next set of operation list results if there are any.
3223
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
3224
- */
3225
- readonly nextLink?: string;
3226
- }
3227
- /**
3228
- * @interface
3229
- * A list of clusters populated by a 'list' operation.
3230
- * @extends Array<Cluster>
3231
- */
3232
- export interface ClusterListResult extends Array<Cluster> {
3233
- /**
3234
- * The URL to fetch the next set of clusters.
3235
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
3236
- */
3237
- readonly nextLink?: string;
3238
- }
3239
- /**
3240
- * @interface
3241
- * A list of streaming jobs. Populated by a List operation.
3242
- * @extends Array<ClusterJob>
3243
- */
3244
- export interface ClusterJobListResult extends Array<ClusterJob> {
3245
- /**
3246
- * The URL to fetch the next set of streaming jobs.
3247
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
3248
- */
3249
- readonly nextLink?: string;
3250
- }
3251
- /**
3252
- * @interface
3253
- * A list of private endpoints.
3254
- * @extends Array<PrivateEndpoint>
3255
- */
3256
- export interface PrivateEndpointListResult extends Array<PrivateEndpoint> {
3257
- /**
3258
- * The URL to fetch the next set of private endpoints.
3259
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
3260
- */
3261
- readonly nextLink?: string;
3262
- }
3263
- /**
3264
- * Defines values for UdfType.
3265
- * Possible values include: 'Scalar'
3266
- * @readonly
3267
- * @enum {string}
3268
- */
3269
- export declare type UdfType = 'Scalar';
3270
- /**
3271
- * Defines values for AuthenticationMode.
3272
- * Possible values include: 'Msi', 'UserToken', 'ConnectionString'
3273
- * @readonly
3274
- * @enum {string}
3275
- */
3276
- export declare type AuthenticationMode = 'Msi' | 'UserToken' | 'ConnectionString';
3277
- /**
3278
- * Defines values for Encoding.
3279
- * Possible values include: 'UTF8'
3280
- * @readonly
3281
- * @enum {string}
3282
- */
3283
- export declare type Encoding = 'UTF8';
3284
- /**
3285
- * Defines values for JsonOutputSerializationFormat.
3286
- * Possible values include: 'LineSeparated', 'Array'
3287
- * @readonly
3288
- * @enum {string}
3289
- */
3290
- export declare type JsonOutputSerializationFormat = 'LineSeparated' | 'Array';
3291
- /**
3292
- * Defines values for EventSerializationType.
3293
- * Possible values include: 'Csv', 'Avro', 'Json', 'CustomClr', 'Parquet'
3294
- * @readonly
3295
- * @enum {string}
3296
- */
3297
- export declare type EventSerializationType = 'Csv' | 'Avro' | 'Json' | 'CustomClr' | 'Parquet';
3298
- /**
3299
- * Defines values for StreamingJobSkuName.
3300
- * Possible values include: 'Standard'
3301
- * @readonly
3302
- * @enum {string}
3303
- */
3304
- export declare type StreamingJobSkuName = 'Standard';
3305
- /**
3306
- * Defines values for JobType.
3307
- * Possible values include: 'Cloud', 'Edge'
3308
- * @readonly
3309
- * @enum {string}
3310
- */
3311
- export declare type JobType = 'Cloud' | 'Edge';
3312
- /**
3313
- * Defines values for OutputStartMode.
3314
- * Possible values include: 'JobStartTime', 'CustomTime', 'LastOutputEventTime'
3315
- * @readonly
3316
- * @enum {string}
3317
- */
3318
- export declare type OutputStartMode = 'JobStartTime' | 'CustomTime' | 'LastOutputEventTime';
3319
- /**
3320
- * Defines values for EventsOutOfOrderPolicy.
3321
- * Possible values include: 'Adjust', 'Drop'
3322
- * @readonly
3323
- * @enum {string}
3324
- */
3325
- export declare type EventsOutOfOrderPolicy = 'Adjust' | 'Drop';
3326
- /**
3327
- * Defines values for OutputErrorPolicy.
3328
- * Possible values include: 'Stop', 'Drop'
3329
- * @readonly
3330
- * @enum {string}
3331
- */
3332
- export declare type OutputErrorPolicy = 'Stop' | 'Drop';
3333
- /**
3334
- * Defines values for CompatibilityLevel.
3335
- * Possible values include: '1.0'
3336
- * @readonly
3337
- * @enum {string}
3338
- */
3339
- export declare type CompatibilityLevel = '1.0';
3340
- /**
3341
- * Defines values for ContentStoragePolicy.
3342
- * Possible values include: 'SystemAccount', 'JobStorageAccount'
3343
- * @readonly
3344
- * @enum {string}
3345
- */
3346
- export declare type ContentStoragePolicy = 'SystemAccount' | 'JobStorageAccount';
3347
- /**
3348
- * Defines values for QueryTestingResultStatus.
3349
- * Possible values include: 'Started', 'Success', 'CompilerError', 'RuntimeError', 'Timeout',
3350
- * 'UnknownError'
3351
- * @readonly
3352
- * @enum {string}
3353
- */
3354
- export declare type QueryTestingResultStatus = 'Started' | 'Success' | 'CompilerError' | 'RuntimeError' | 'Timeout' | 'UnknownError';
3355
- /**
3356
- * Defines values for SampleInputResultStatus.
3357
- * Possible values include: 'ReadAllEventsInRange', 'NoEventsFoundInRange',
3358
- * 'ErrorConnectingToInput'
3359
- * @readonly
3360
- * @enum {string}
3361
- */
3362
- export declare type SampleInputResultStatus = 'ReadAllEventsInRange' | 'NoEventsFoundInRange' | 'ErrorConnectingToInput';
3363
- /**
3364
- * Defines values for TestDatasourceResultStatus.
3365
- * Possible values include: 'TestSucceeded', 'TestFailed'
3366
- * @readonly
3367
- * @enum {string}
3368
- */
3369
- export declare type TestDatasourceResultStatus = 'TestSucceeded' | 'TestFailed';
3370
- /**
3371
- * Defines values for ClusterSkuName.
3372
- * Possible values include: 'Default'
3373
- * @readonly
3374
- * @enum {string}
3375
- */
3376
- export declare type ClusterSkuName = 'Default';
3377
- /**
3378
- * Defines values for ClusterProvisioningState.
3379
- * Possible values include: 'Succeeded', 'Failed', 'Canceled', 'InProgress'
3380
- * @readonly
3381
- * @enum {string}
3382
- */
3383
- export declare type ClusterProvisioningState = 'Succeeded' | 'Failed' | 'Canceled' | 'InProgress';
3384
- /**
3385
- * Defines values for JobState.
3386
- * Possible values include: 'Created', 'Starting', 'Running', 'Stopping', 'Stopped', 'Deleting',
3387
- * 'Failed', 'Degraded', 'Restarting', 'Scaling'
3388
- * @readonly
3389
- * @enum {string}
3390
- */
3391
- export declare type JobState = 'Created' | 'Starting' | 'Running' | 'Stopping' | 'Stopped' | 'Deleting' | 'Failed' | 'Degraded' | 'Restarting' | 'Scaling';
3392
- /**
3393
- * Contains response data for the createOrReplace operation.
3394
- */
3395
- export declare type FunctionsCreateOrReplaceResponse = FunctionModel & FunctionsCreateOrReplaceHeaders & {
3396
- /**
3397
- * The underlying HTTP response.
3398
- */
3399
- _response: msRest.HttpResponse & {
3400
- /**
3401
- * The parsed HTTP response headers.
3402
- */
3403
- parsedHeaders: FunctionsCreateOrReplaceHeaders;
3404
- /**
3405
- * The response body as text (string format)
3406
- */
3407
- bodyAsText: string;
3408
- /**
3409
- * The response body as parsed JSON or XML
3410
- */
3411
- parsedBody: FunctionModel;
3412
- };
3413
- };
3414
- /**
3415
- * Contains response data for the update operation.
3416
- */
3417
- export declare type FunctionsUpdateResponse = FunctionModel & FunctionsUpdateHeaders & {
3418
- /**
3419
- * The underlying HTTP response.
3420
- */
3421
- _response: msRest.HttpResponse & {
3422
- /**
3423
- * The parsed HTTP response headers.
3424
- */
3425
- parsedHeaders: FunctionsUpdateHeaders;
3426
- /**
3427
- * The response body as text (string format)
3428
- */
3429
- bodyAsText: string;
3430
- /**
3431
- * The response body as parsed JSON or XML
3432
- */
3433
- parsedBody: FunctionModel;
3434
- };
3435
- };
3436
- /**
3437
- * Contains response data for the get operation.
3438
- */
3439
- export declare type FunctionsGetResponse = FunctionModel & FunctionsGetHeaders & {
3440
- /**
3441
- * The underlying HTTP response.
3442
- */
3443
- _response: msRest.HttpResponse & {
3444
- /**
3445
- * The parsed HTTP response headers.
3446
- */
3447
- parsedHeaders: FunctionsGetHeaders;
3448
- /**
3449
- * The response body as text (string format)
3450
- */
3451
- bodyAsText: string;
3452
- /**
3453
- * The response body as parsed JSON or XML
3454
- */
3455
- parsedBody: FunctionModel;
3456
- };
3457
- };
3458
- /**
3459
- * Contains response data for the listByStreamingJob operation.
3460
- */
3461
- export declare type FunctionsListByStreamingJobResponse = FunctionListResult & {
3462
- /**
3463
- * The underlying HTTP response.
3464
- */
3465
- _response: msRest.HttpResponse & {
3466
- /**
3467
- * The response body as text (string format)
3468
- */
3469
- bodyAsText: string;
3470
- /**
3471
- * The response body as parsed JSON or XML
3472
- */
3473
- parsedBody: FunctionListResult;
3474
- };
3475
- };
3476
- /**
3477
- * Contains response data for the test operation.
3478
- */
3479
- export declare type FunctionsTestResponse = ResourceTestStatus & {
3480
- /**
3481
- * The underlying HTTP response.
3482
- */
3483
- _response: msRest.HttpResponse & {
3484
- /**
3485
- * The response body as text (string format)
3486
- */
3487
- bodyAsText: string;
3488
- /**
3489
- * The response body as parsed JSON or XML
3490
- */
3491
- parsedBody: ResourceTestStatus;
3492
- };
3493
- };
3494
- /**
3495
- * Contains response data for the retrieveDefaultDefinition operation.
3496
- */
3497
- export declare type FunctionsRetrieveDefaultDefinitionResponse = FunctionModel & {
3498
- /**
3499
- * The underlying HTTP response.
3500
- */
3501
- _response: msRest.HttpResponse & {
3502
- /**
3503
- * The response body as text (string format)
3504
- */
3505
- bodyAsText: string;
3506
- /**
3507
- * The response body as parsed JSON or XML
3508
- */
3509
- parsedBody: FunctionModel;
3510
- };
3511
- };
3512
- /**
3513
- * Contains response data for the beginTest operation.
3514
- */
3515
- export declare type FunctionsBeginTestResponse = ResourceTestStatus & {
3516
- /**
3517
- * The underlying HTTP response.
3518
- */
3519
- _response: msRest.HttpResponse & {
3520
- /**
3521
- * The response body as text (string format)
3522
- */
3523
- bodyAsText: string;
3524
- /**
3525
- * The response body as parsed JSON or XML
3526
- */
3527
- parsedBody: ResourceTestStatus;
3528
- };
3529
- };
3530
- /**
3531
- * Contains response data for the listByStreamingJobNext operation.
3532
- */
3533
- export declare type FunctionsListByStreamingJobNextResponse = FunctionListResult & {
3534
- /**
3535
- * The underlying HTTP response.
3536
- */
3537
- _response: msRest.HttpResponse & {
3538
- /**
3539
- * The response body as text (string format)
3540
- */
3541
- bodyAsText: string;
3542
- /**
3543
- * The response body as parsed JSON or XML
3544
- */
3545
- parsedBody: FunctionListResult;
3546
- };
3547
- };
3548
- /**
3549
- * Contains response data for the createOrReplace operation.
3550
- */
3551
- export declare type InputsCreateOrReplaceResponse = Input & InputsCreateOrReplaceHeaders & {
3552
- /**
3553
- * The underlying HTTP response.
3554
- */
3555
- _response: msRest.HttpResponse & {
3556
- /**
3557
- * The parsed HTTP response headers.
3558
- */
3559
- parsedHeaders: InputsCreateOrReplaceHeaders;
3560
- /**
3561
- * The response body as text (string format)
3562
- */
3563
- bodyAsText: string;
3564
- /**
3565
- * The response body as parsed JSON or XML
3566
- */
3567
- parsedBody: Input;
3568
- };
3569
- };
3570
- /**
3571
- * Contains response data for the update operation.
3572
- */
3573
- export declare type InputsUpdateResponse = Input & InputsUpdateHeaders & {
3574
- /**
3575
- * The underlying HTTP response.
3576
- */
3577
- _response: msRest.HttpResponse & {
3578
- /**
3579
- * The parsed HTTP response headers.
3580
- */
3581
- parsedHeaders: InputsUpdateHeaders;
3582
- /**
3583
- * The response body as text (string format)
3584
- */
3585
- bodyAsText: string;
3586
- /**
3587
- * The response body as parsed JSON or XML
3588
- */
3589
- parsedBody: Input;
3590
- };
3591
- };
3592
- /**
3593
- * Contains response data for the get operation.
3594
- */
3595
- export declare type InputsGetResponse = Input & InputsGetHeaders & {
3596
- /**
3597
- * The underlying HTTP response.
3598
- */
3599
- _response: msRest.HttpResponse & {
3600
- /**
3601
- * The parsed HTTP response headers.
3602
- */
3603
- parsedHeaders: InputsGetHeaders;
3604
- /**
3605
- * The response body as text (string format)
3606
- */
3607
- bodyAsText: string;
3608
- /**
3609
- * The response body as parsed JSON or XML
3610
- */
3611
- parsedBody: Input;
3612
- };
3613
- };
3614
- /**
3615
- * Contains response data for the listByStreamingJob operation.
3616
- */
3617
- export declare type InputsListByStreamingJobResponse = InputListResult & {
3618
- /**
3619
- * The underlying HTTP response.
3620
- */
3621
- _response: msRest.HttpResponse & {
3622
- /**
3623
- * The response body as text (string format)
3624
- */
3625
- bodyAsText: string;
3626
- /**
3627
- * The response body as parsed JSON or XML
3628
- */
3629
- parsedBody: InputListResult;
3630
- };
3631
- };
3632
- /**
3633
- * Contains response data for the test operation.
3634
- */
3635
- export declare type InputsTestResponse = ResourceTestStatus & {
3636
- /**
3637
- * The underlying HTTP response.
3638
- */
3639
- _response: msRest.HttpResponse & {
3640
- /**
3641
- * The response body as text (string format)
3642
- */
3643
- bodyAsText: string;
3644
- /**
3645
- * The response body as parsed JSON or XML
3646
- */
3647
- parsedBody: ResourceTestStatus;
3648
- };
3649
- };
3650
- /**
3651
- * Contains response data for the beginTest operation.
3652
- */
3653
- export declare type InputsBeginTestResponse = ResourceTestStatus & {
3654
- /**
3655
- * The underlying HTTP response.
3656
- */
3657
- _response: msRest.HttpResponse & {
3658
- /**
3659
- * The response body as text (string format)
3660
- */
3661
- bodyAsText: string;
3662
- /**
3663
- * The response body as parsed JSON or XML
3664
- */
3665
- parsedBody: ResourceTestStatus;
3666
- };
3667
- };
3668
- /**
3669
- * Contains response data for the listByStreamingJobNext operation.
3670
- */
3671
- export declare type InputsListByStreamingJobNextResponse = InputListResult & {
3672
- /**
3673
- * The underlying HTTP response.
3674
- */
3675
- _response: msRest.HttpResponse & {
3676
- /**
3677
- * The response body as text (string format)
3678
- */
3679
- bodyAsText: string;
3680
- /**
3681
- * The response body as parsed JSON or XML
3682
- */
3683
- parsedBody: InputListResult;
3684
- };
3685
- };
3686
- /**
3687
- * Contains response data for the createOrReplace operation.
3688
- */
3689
- export declare type OutputsCreateOrReplaceResponse = Output & OutputsCreateOrReplaceHeaders & {
3690
- /**
3691
- * The underlying HTTP response.
3692
- */
3693
- _response: msRest.HttpResponse & {
3694
- /**
3695
- * The parsed HTTP response headers.
3696
- */
3697
- parsedHeaders: OutputsCreateOrReplaceHeaders;
3698
- /**
3699
- * The response body as text (string format)
3700
- */
3701
- bodyAsText: string;
3702
- /**
3703
- * The response body as parsed JSON or XML
3704
- */
3705
- parsedBody: Output;
3706
- };
3707
- };
3708
- /**
3709
- * Contains response data for the update operation.
3710
- */
3711
- export declare type OutputsUpdateResponse = Output & OutputsUpdateHeaders & {
3712
- /**
3713
- * The underlying HTTP response.
3714
- */
3715
- _response: msRest.HttpResponse & {
3716
- /**
3717
- * The parsed HTTP response headers.
3718
- */
3719
- parsedHeaders: OutputsUpdateHeaders;
3720
- /**
3721
- * The response body as text (string format)
3722
- */
3723
- bodyAsText: string;
3724
- /**
3725
- * The response body as parsed JSON or XML
3726
- */
3727
- parsedBody: Output;
3728
- };
3729
- };
3730
- /**
3731
- * Contains response data for the get operation.
3732
- */
3733
- export declare type OutputsGetResponse = Output & OutputsGetHeaders & {
3734
- /**
3735
- * The underlying HTTP response.
3736
- */
3737
- _response: msRest.HttpResponse & {
3738
- /**
3739
- * The parsed HTTP response headers.
3740
- */
3741
- parsedHeaders: OutputsGetHeaders;
3742
- /**
3743
- * The response body as text (string format)
3744
- */
3745
- bodyAsText: string;
3746
- /**
3747
- * The response body as parsed JSON or XML
3748
- */
3749
- parsedBody: Output;
3750
- };
3751
- };
3752
- /**
3753
- * Contains response data for the listByStreamingJob operation.
3754
- */
3755
- export declare type OutputsListByStreamingJobResponse = OutputListResult & {
3756
- /**
3757
- * The underlying HTTP response.
3758
- */
3759
- _response: msRest.HttpResponse & {
3760
- /**
3761
- * The response body as text (string format)
3762
- */
3763
- bodyAsText: string;
3764
- /**
3765
- * The response body as parsed JSON or XML
3766
- */
3767
- parsedBody: OutputListResult;
3768
- };
3769
- };
3770
- /**
3771
- * Contains response data for the test operation.
3772
- */
3773
- export declare type OutputsTestResponse = ResourceTestStatus & {
3774
- /**
3775
- * The underlying HTTP response.
3776
- */
3777
- _response: msRest.HttpResponse & {
3778
- /**
3779
- * The response body as text (string format)
3780
- */
3781
- bodyAsText: string;
3782
- /**
3783
- * The response body as parsed JSON or XML
3784
- */
3785
- parsedBody: ResourceTestStatus;
3786
- };
3787
- };
3788
- /**
3789
- * Contains response data for the beginTest operation.
3790
- */
3791
- export declare type OutputsBeginTestResponse = ResourceTestStatus & {
3792
- /**
3793
- * The underlying HTTP response.
3794
- */
3795
- _response: msRest.HttpResponse & {
3796
- /**
3797
- * The response body as text (string format)
3798
- */
3799
- bodyAsText: string;
3800
- /**
3801
- * The response body as parsed JSON or XML
3802
- */
3803
- parsedBody: ResourceTestStatus;
3804
- };
3805
- };
3806
- /**
3807
- * Contains response data for the listByStreamingJobNext operation.
3808
- */
3809
- export declare type OutputsListByStreamingJobNextResponse = OutputListResult & {
3810
- /**
3811
- * The underlying HTTP response.
3812
- */
3813
- _response: msRest.HttpResponse & {
3814
- /**
3815
- * The response body as text (string format)
3816
- */
3817
- bodyAsText: string;
3818
- /**
3819
- * The response body as parsed JSON or XML
3820
- */
3821
- parsedBody: OutputListResult;
3822
- };
3823
- };
3824
- /**
3825
- * Contains response data for the createOrReplace operation.
3826
- */
3827
- export declare type StreamingJobsCreateOrReplaceResponse = StreamingJob & StreamingJobsCreateOrReplaceHeaders & {
3828
- /**
3829
- * The underlying HTTP response.
3830
- */
3831
- _response: msRest.HttpResponse & {
3832
- /**
3833
- * The parsed HTTP response headers.
3834
- */
3835
- parsedHeaders: StreamingJobsCreateOrReplaceHeaders;
3836
- /**
3837
- * The response body as text (string format)
3838
- */
3839
- bodyAsText: string;
3840
- /**
3841
- * The response body as parsed JSON or XML
3842
- */
3843
- parsedBody: StreamingJob;
3844
- };
3845
- };
3846
- /**
3847
- * Contains response data for the update operation.
3848
- */
3849
- export declare type StreamingJobsUpdateResponse = StreamingJob & StreamingJobsUpdateHeaders & {
3850
- /**
3851
- * The underlying HTTP response.
3852
- */
3853
- _response: msRest.HttpResponse & {
3854
- /**
3855
- * The parsed HTTP response headers.
3856
- */
3857
- parsedHeaders: StreamingJobsUpdateHeaders;
3858
- /**
3859
- * The response body as text (string format)
3860
- */
3861
- bodyAsText: string;
3862
- /**
3863
- * The response body as parsed JSON or XML
3864
- */
3865
- parsedBody: StreamingJob;
3866
- };
3867
- };
3868
- /**
3869
- * Contains response data for the get operation.
3870
- */
3871
- export declare type StreamingJobsGetResponse = StreamingJob & StreamingJobsGetHeaders & {
3872
- /**
3873
- * The underlying HTTP response.
3874
- */
3875
- _response: msRest.HttpResponse & {
3876
- /**
3877
- * The parsed HTTP response headers.
3878
- */
3879
- parsedHeaders: StreamingJobsGetHeaders;
3880
- /**
3881
- * The response body as text (string format)
3882
- */
3883
- bodyAsText: string;
3884
- /**
3885
- * The response body as parsed JSON or XML
3886
- */
3887
- parsedBody: StreamingJob;
3888
- };
3889
- };
3890
- /**
3891
- * Contains response data for the listByResourceGroup operation.
3892
- */
3893
- export declare type StreamingJobsListByResourceGroupResponse = StreamingJobListResult & {
3894
- /**
3895
- * The underlying HTTP response.
3896
- */
3897
- _response: msRest.HttpResponse & {
3898
- /**
3899
- * The response body as text (string format)
3900
- */
3901
- bodyAsText: string;
3902
- /**
3903
- * The response body as parsed JSON or XML
3904
- */
3905
- parsedBody: StreamingJobListResult;
3906
- };
3907
- };
3908
- /**
3909
- * Contains response data for the list operation.
3910
- */
3911
- export declare type StreamingJobsListResponse = StreamingJobListResult & {
3912
- /**
3913
- * The underlying HTTP response.
3914
- */
3915
- _response: msRest.HttpResponse & {
3916
- /**
3917
- * The response body as text (string format)
3918
- */
3919
- bodyAsText: string;
3920
- /**
3921
- * The response body as parsed JSON or XML
3922
- */
3923
- parsedBody: StreamingJobListResult;
3924
- };
3925
- };
3926
- /**
3927
- * Contains response data for the listByResourceGroupNext operation.
3928
- */
3929
- export declare type StreamingJobsListByResourceGroupNextResponse = StreamingJobListResult & {
3930
- /**
3931
- * The underlying HTTP response.
3932
- */
3933
- _response: msRest.HttpResponse & {
3934
- /**
3935
- * The response body as text (string format)
3936
- */
3937
- bodyAsText: string;
3938
- /**
3939
- * The response body as parsed JSON or XML
3940
- */
3941
- parsedBody: StreamingJobListResult;
3942
- };
3943
- };
3944
- /**
3945
- * Contains response data for the listNext operation.
3946
- */
3947
- export declare type StreamingJobsListNextResponse = StreamingJobListResult & {
3948
- /**
3949
- * The underlying HTTP response.
3950
- */
3951
- _response: msRest.HttpResponse & {
3952
- /**
3953
- * The response body as text (string format)
3954
- */
3955
- bodyAsText: string;
3956
- /**
3957
- * The response body as parsed JSON or XML
3958
- */
3959
- parsedBody: StreamingJobListResult;
3960
- };
3961
- };
3962
- /**
3963
- * Contains response data for the listQuotas operation.
3964
- */
3965
- export declare type SubscriptionsListQuotasResponse = SubscriptionQuotasListResult & {
3966
- /**
3967
- * The underlying HTTP response.
3968
- */
3969
- _response: msRest.HttpResponse & {
3970
- /**
3971
- * The response body as text (string format)
3972
- */
3973
- bodyAsText: string;
3974
- /**
3975
- * The response body as parsed JSON or XML
3976
- */
3977
- parsedBody: SubscriptionQuotasListResult;
3978
- };
3979
- };
3980
- /**
3981
- * Contains response data for the testQueryMethod operation.
3982
- */
3983
- export declare type SubscriptionsTestQueryMethodResponse = QueryTestingResult & {
3984
- /**
3985
- * The underlying HTTP response.
3986
- */
3987
- _response: msRest.HttpResponse & {
3988
- /**
3989
- * The response body as text (string format)
3990
- */
3991
- bodyAsText: string;
3992
- /**
3993
- * The response body as parsed JSON or XML
3994
- */
3995
- parsedBody: QueryTestingResult;
3996
- };
3997
- };
3998
- /**
3999
- * Contains response data for the compileQueryMethod operation.
4000
- */
4001
- export declare type SubscriptionsCompileQueryMethodResponse = QueryCompilationResult & {
4002
- /**
4003
- * The underlying HTTP response.
4004
- */
4005
- _response: msRest.HttpResponse & {
4006
- /**
4007
- * The response body as text (string format)
4008
- */
4009
- bodyAsText: string;
4010
- /**
4011
- * The response body as parsed JSON or XML
4012
- */
4013
- parsedBody: QueryCompilationResult;
4014
- };
4015
- };
4016
- /**
4017
- * Contains response data for the sampleInputMethod operation.
4018
- */
4019
- export declare type SubscriptionsSampleInputMethodResponse = SampleInputResult & {
4020
- /**
4021
- * The underlying HTTP response.
4022
- */
4023
- _response: msRest.HttpResponse & {
4024
- /**
4025
- * The response body as text (string format)
4026
- */
4027
- bodyAsText: string;
4028
- /**
4029
- * The response body as parsed JSON or XML
4030
- */
4031
- parsedBody: SampleInputResult;
4032
- };
4033
- };
4034
- /**
4035
- * Contains response data for the testInputMethod operation.
4036
- */
4037
- export declare type SubscriptionsTestInputMethodResponse = TestDatasourceResult & {
4038
- /**
4039
- * The underlying HTTP response.
4040
- */
4041
- _response: msRest.HttpResponse & {
4042
- /**
4043
- * The response body as text (string format)
4044
- */
4045
- bodyAsText: string;
4046
- /**
4047
- * The response body as parsed JSON or XML
4048
- */
4049
- parsedBody: TestDatasourceResult;
4050
- };
4051
- };
4052
- /**
4053
- * Contains response data for the testOutputMethod operation.
4054
- */
4055
- export declare type SubscriptionsTestOutputMethodResponse = TestDatasourceResult & {
4056
- /**
4057
- * The underlying HTTP response.
4058
- */
4059
- _response: msRest.HttpResponse & {
4060
- /**
4061
- * The response body as text (string format)
4062
- */
4063
- bodyAsText: string;
4064
- /**
4065
- * The response body as parsed JSON or XML
4066
- */
4067
- parsedBody: TestDatasourceResult;
4068
- };
4069
- };
4070
- /**
4071
- * Contains response data for the beginTestQueryMethod operation.
4072
- */
4073
- export declare type SubscriptionsBeginTestQueryMethodResponse = QueryTestingResult & {
4074
- /**
4075
- * The underlying HTTP response.
4076
- */
4077
- _response: msRest.HttpResponse & {
4078
- /**
4079
- * The response body as text (string format)
4080
- */
4081
- bodyAsText: string;
4082
- /**
4083
- * The response body as parsed JSON or XML
4084
- */
4085
- parsedBody: QueryTestingResult;
4086
- };
4087
- };
4088
- /**
4089
- * Contains response data for the beginSampleInputMethod operation.
4090
- */
4091
- export declare type SubscriptionsBeginSampleInputMethodResponse = SampleInputResult & {
4092
- /**
4093
- * The underlying HTTP response.
4094
- */
4095
- _response: msRest.HttpResponse & {
4096
- /**
4097
- * The response body as text (string format)
4098
- */
4099
- bodyAsText: string;
4100
- /**
4101
- * The response body as parsed JSON or XML
4102
- */
4103
- parsedBody: SampleInputResult;
4104
- };
4105
- };
4106
- /**
4107
- * Contains response data for the beginTestInputMethod operation.
4108
- */
4109
- export declare type SubscriptionsBeginTestInputMethodResponse = TestDatasourceResult & {
4110
- /**
4111
- * The underlying HTTP response.
4112
- */
4113
- _response: msRest.HttpResponse & {
4114
- /**
4115
- * The response body as text (string format)
4116
- */
4117
- bodyAsText: string;
4118
- /**
4119
- * The response body as parsed JSON or XML
4120
- */
4121
- parsedBody: TestDatasourceResult;
4122
- };
4123
- };
4124
- /**
4125
- * Contains response data for the beginTestOutputMethod operation.
4126
- */
4127
- export declare type SubscriptionsBeginTestOutputMethodResponse = TestDatasourceResult & {
4128
- /**
4129
- * The underlying HTTP response.
4130
- */
4131
- _response: msRest.HttpResponse & {
4132
- /**
4133
- * The response body as text (string format)
4134
- */
4135
- bodyAsText: string;
4136
- /**
4137
- * The response body as parsed JSON or XML
4138
- */
4139
- parsedBody: TestDatasourceResult;
4140
- };
4141
- };
4142
- /**
4143
- * Contains response data for the createOrReplace operation.
4144
- */
4145
- export declare type TransformationsCreateOrReplaceResponse = Transformation & TransformationsCreateOrReplaceHeaders & {
4146
- /**
4147
- * The underlying HTTP response.
4148
- */
4149
- _response: msRest.HttpResponse & {
4150
- /**
4151
- * The parsed HTTP response headers.
4152
- */
4153
- parsedHeaders: TransformationsCreateOrReplaceHeaders;
4154
- /**
4155
- * The response body as text (string format)
4156
- */
4157
- bodyAsText: string;
4158
- /**
4159
- * The response body as parsed JSON or XML
4160
- */
4161
- parsedBody: Transformation;
4162
- };
4163
- };
4164
- /**
4165
- * Contains response data for the update operation.
4166
- */
4167
- export declare type TransformationsUpdateResponse = Transformation & TransformationsUpdateHeaders & {
4168
- /**
4169
- * The underlying HTTP response.
4170
- */
4171
- _response: msRest.HttpResponse & {
4172
- /**
4173
- * The parsed HTTP response headers.
4174
- */
4175
- parsedHeaders: TransformationsUpdateHeaders;
4176
- /**
4177
- * The response body as text (string format)
4178
- */
4179
- bodyAsText: string;
4180
- /**
4181
- * The response body as parsed JSON or XML
4182
- */
4183
- parsedBody: Transformation;
4184
- };
4185
- };
4186
- /**
4187
- * Contains response data for the get operation.
4188
- */
4189
- export declare type TransformationsGetResponse = Transformation & TransformationsGetHeaders & {
4190
- /**
4191
- * The underlying HTTP response.
4192
- */
4193
- _response: msRest.HttpResponse & {
4194
- /**
4195
- * The parsed HTTP response headers.
4196
- */
4197
- parsedHeaders: TransformationsGetHeaders;
4198
- /**
4199
- * The response body as text (string format)
4200
- */
4201
- bodyAsText: string;
4202
- /**
4203
- * The response body as parsed JSON or XML
4204
- */
4205
- parsedBody: Transformation;
4206
- };
4207
- };
4208
- /**
4209
- * Contains response data for the list operation.
4210
- */
4211
- export declare type OperationsListResponse = OperationListResult & {
4212
- /**
4213
- * The underlying HTTP response.
4214
- */
4215
- _response: msRest.HttpResponse & {
4216
- /**
4217
- * The response body as text (string format)
4218
- */
4219
- bodyAsText: string;
4220
- /**
4221
- * The response body as parsed JSON or XML
4222
- */
4223
- parsedBody: OperationListResult;
4224
- };
4225
- };
4226
- /**
4227
- * Contains response data for the listNext operation.
4228
- */
4229
- export declare type OperationsListNextResponse = OperationListResult & {
4230
- /**
4231
- * The underlying HTTP response.
4232
- */
4233
- _response: msRest.HttpResponse & {
4234
- /**
4235
- * The response body as text (string format)
4236
- */
4237
- bodyAsText: string;
4238
- /**
4239
- * The response body as parsed JSON or XML
4240
- */
4241
- parsedBody: OperationListResult;
4242
- };
4243
- };
4244
- /**
4245
- * Contains response data for the createOrUpdate operation.
4246
- */
4247
- export declare type ClustersCreateOrUpdateResponse = Cluster & {
4248
- /**
4249
- * The underlying HTTP response.
4250
- */
4251
- _response: msRest.HttpResponse & {
4252
- /**
4253
- * The response body as text (string format)
4254
- */
4255
- bodyAsText: string;
4256
- /**
4257
- * The response body as parsed JSON or XML
4258
- */
4259
- parsedBody: Cluster;
4260
- };
4261
- };
4262
- /**
4263
- * Contains response data for the update operation.
4264
- */
4265
- export declare type ClustersUpdateResponse = Cluster & {
4266
- /**
4267
- * The underlying HTTP response.
4268
- */
4269
- _response: msRest.HttpResponse & {
4270
- /**
4271
- * The response body as text (string format)
4272
- */
4273
- bodyAsText: string;
4274
- /**
4275
- * The response body as parsed JSON or XML
4276
- */
4277
- parsedBody: Cluster;
4278
- };
4279
- };
4280
- /**
4281
- * Contains response data for the get operation.
4282
- */
4283
- export declare type ClustersGetResponse = Cluster & {
4284
- /**
4285
- * The underlying HTTP response.
4286
- */
4287
- _response: msRest.HttpResponse & {
4288
- /**
4289
- * The response body as text (string format)
4290
- */
4291
- bodyAsText: string;
4292
- /**
4293
- * The response body as parsed JSON or XML
4294
- */
4295
- parsedBody: Cluster;
4296
- };
4297
- };
4298
- /**
4299
- * Contains response data for the listBySubscription operation.
4300
- */
4301
- export declare type ClustersListBySubscriptionResponse = ClusterListResult & {
4302
- /**
4303
- * The underlying HTTP response.
4304
- */
4305
- _response: msRest.HttpResponse & {
4306
- /**
4307
- * The response body as text (string format)
4308
- */
4309
- bodyAsText: string;
4310
- /**
4311
- * The response body as parsed JSON or XML
4312
- */
4313
- parsedBody: ClusterListResult;
4314
- };
4315
- };
4316
- /**
4317
- * Contains response data for the listByResourceGroup operation.
4318
- */
4319
- export declare type ClustersListByResourceGroupResponse = ClusterListResult & {
4320
- /**
4321
- * The underlying HTTP response.
4322
- */
4323
- _response: msRest.HttpResponse & {
4324
- /**
4325
- * The response body as text (string format)
4326
- */
4327
- bodyAsText: string;
4328
- /**
4329
- * The response body as parsed JSON or XML
4330
- */
4331
- parsedBody: ClusterListResult;
4332
- };
4333
- };
4334
- /**
4335
- * Contains response data for the listStreamingJobs operation.
4336
- */
4337
- export declare type ClustersListStreamingJobsResponse = ClusterJobListResult & {
4338
- /**
4339
- * The underlying HTTP response.
4340
- */
4341
- _response: msRest.HttpResponse & {
4342
- /**
4343
- * The response body as text (string format)
4344
- */
4345
- bodyAsText: string;
4346
- /**
4347
- * The response body as parsed JSON or XML
4348
- */
4349
- parsedBody: ClusterJobListResult;
4350
- };
4351
- };
4352
- /**
4353
- * Contains response data for the beginCreateOrUpdate operation.
4354
- */
4355
- export declare type ClustersBeginCreateOrUpdateResponse = Cluster & {
4356
- /**
4357
- * The underlying HTTP response.
4358
- */
4359
- _response: msRest.HttpResponse & {
4360
- /**
4361
- * The response body as text (string format)
4362
- */
4363
- bodyAsText: string;
4364
- /**
4365
- * The response body as parsed JSON or XML
4366
- */
4367
- parsedBody: Cluster;
4368
- };
4369
- };
4370
- /**
4371
- * Contains response data for the beginUpdate operation.
4372
- */
4373
- export declare type ClustersBeginUpdateResponse = Cluster & {
4374
- /**
4375
- * The underlying HTTP response.
4376
- */
4377
- _response: msRest.HttpResponse & {
4378
- /**
4379
- * The response body as text (string format)
4380
- */
4381
- bodyAsText: string;
4382
- /**
4383
- * The response body as parsed JSON or XML
4384
- */
4385
- parsedBody: Cluster;
4386
- };
4387
- };
4388
- /**
4389
- * Contains response data for the listBySubscriptionNext operation.
4390
- */
4391
- export declare type ClustersListBySubscriptionNextResponse = ClusterListResult & {
4392
- /**
4393
- * The underlying HTTP response.
4394
- */
4395
- _response: msRest.HttpResponse & {
4396
- /**
4397
- * The response body as text (string format)
4398
- */
4399
- bodyAsText: string;
4400
- /**
4401
- * The response body as parsed JSON or XML
4402
- */
4403
- parsedBody: ClusterListResult;
4404
- };
4405
- };
4406
- /**
4407
- * Contains response data for the listByResourceGroupNext operation.
4408
- */
4409
- export declare type ClustersListByResourceGroupNextResponse = ClusterListResult & {
4410
- /**
4411
- * The underlying HTTP response.
4412
- */
4413
- _response: msRest.HttpResponse & {
4414
- /**
4415
- * The response body as text (string format)
4416
- */
4417
- bodyAsText: string;
4418
- /**
4419
- * The response body as parsed JSON or XML
4420
- */
4421
- parsedBody: ClusterListResult;
4422
- };
4423
- };
4424
- /**
4425
- * Contains response data for the listStreamingJobsNext operation.
4426
- */
4427
- export declare type ClustersListStreamingJobsNextResponse = ClusterJobListResult & {
4428
- /**
4429
- * The underlying HTTP response.
4430
- */
4431
- _response: msRest.HttpResponse & {
4432
- /**
4433
- * The response body as text (string format)
4434
- */
4435
- bodyAsText: string;
4436
- /**
4437
- * The response body as parsed JSON or XML
4438
- */
4439
- parsedBody: ClusterJobListResult;
4440
- };
4441
- };
4442
- /**
4443
- * Contains response data for the createOrUpdate operation.
4444
- */
4445
- export declare type PrivateEndpointsCreateOrUpdateResponse = PrivateEndpoint & {
4446
- /**
4447
- * The underlying HTTP response.
4448
- */
4449
- _response: msRest.HttpResponse & {
4450
- /**
4451
- * The response body as text (string format)
4452
- */
4453
- bodyAsText: string;
4454
- /**
4455
- * The response body as parsed JSON or XML
4456
- */
4457
- parsedBody: PrivateEndpoint;
4458
- };
4459
- };
4460
- /**
4461
- * Contains response data for the get operation.
4462
- */
4463
- export declare type PrivateEndpointsGetResponse = PrivateEndpoint & {
4464
- /**
4465
- * The underlying HTTP response.
4466
- */
4467
- _response: msRest.HttpResponse & {
4468
- /**
4469
- * The response body as text (string format)
4470
- */
4471
- bodyAsText: string;
4472
- /**
4473
- * The response body as parsed JSON or XML
4474
- */
4475
- parsedBody: PrivateEndpoint;
4476
- };
4477
- };
4478
- /**
4479
- * Contains response data for the listByCluster operation.
4480
- */
4481
- export declare type PrivateEndpointsListByClusterResponse = PrivateEndpointListResult & {
4482
- /**
4483
- * The underlying HTTP response.
4484
- */
4485
- _response: msRest.HttpResponse & {
4486
- /**
4487
- * The response body as text (string format)
4488
- */
4489
- bodyAsText: string;
4490
- /**
4491
- * The response body as parsed JSON or XML
4492
- */
4493
- parsedBody: PrivateEndpointListResult;
4494
- };
4495
- };
4496
- /**
4497
- * Contains response data for the listByClusterNext operation.
4498
- */
4499
- export declare type PrivateEndpointsListByClusterNextResponse = PrivateEndpointListResult & {
4500
- /**
4501
- * The underlying HTTP response.
4502
- */
4503
- _response: msRest.HttpResponse & {
4504
- /**
4505
- * The response body as text (string format)
4506
- */
4507
- bodyAsText: string;
4508
- /**
4509
- * The response body as parsed JSON or XML
4510
- */
4511
- parsedBody: PrivateEndpointListResult;
4512
- };
4513
- };
4514
- //# sourceMappingURL=index.d.ts.map