@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
@@ -5,39 +5,91 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- import { __assign } from "tslib";
9
- import { CloudErrorMapper, BaseResourceMapper } from "@azure/ms-rest-azure-js";
10
- export var CloudError = CloudErrorMapper;
11
- export var BaseResource = BaseResourceMapper;
12
- export var FunctionInput = {
13
- serializedName: "FunctionInput",
8
+ export const OperationListResult = {
14
9
  type: {
15
10
  name: "Composite",
16
- className: "FunctionInput",
11
+ className: "OperationListResult",
17
12
  modelProperties: {
18
- dataType: {
19
- serializedName: "dataType",
13
+ value: {
14
+ serializedName: "value",
15
+ readOnly: true,
16
+ type: {
17
+ name: "Sequence",
18
+ element: {
19
+ type: {
20
+ name: "Composite",
21
+ className: "Operation"
22
+ }
23
+ }
24
+ }
25
+ },
26
+ nextLink: {
27
+ serializedName: "nextLink",
28
+ readOnly: true,
29
+ type: {
30
+ name: "String"
31
+ }
32
+ }
33
+ }
34
+ }
35
+ };
36
+ export const Operation = {
37
+ type: {
38
+ name: "Composite",
39
+ className: "Operation",
40
+ modelProperties: {
41
+ name: {
42
+ serializedName: "name",
43
+ readOnly: true,
20
44
  type: {
21
45
  name: "String"
22
46
  }
23
47
  },
24
- isConfigurationParameter: {
25
- serializedName: "isConfigurationParameter",
48
+ isDataAction: {
49
+ serializedName: "isDataAction",
26
50
  type: {
27
51
  name: "Boolean"
28
52
  }
53
+ },
54
+ display: {
55
+ serializedName: "display",
56
+ type: {
57
+ name: "Composite",
58
+ className: "OperationDisplay"
59
+ }
29
60
  }
30
61
  }
31
62
  }
32
63
  };
33
- export var FunctionOutput = {
34
- serializedName: "FunctionOutput",
64
+ export const OperationDisplay = {
35
65
  type: {
36
66
  name: "Composite",
37
- className: "FunctionOutput",
67
+ className: "OperationDisplay",
38
68
  modelProperties: {
39
- dataType: {
40
- serializedName: "dataType",
69
+ provider: {
70
+ serializedName: "provider",
71
+ readOnly: true,
72
+ type: {
73
+ name: "String"
74
+ }
75
+ },
76
+ resource: {
77
+ serializedName: "resource",
78
+ readOnly: true,
79
+ type: {
80
+ name: "String"
81
+ }
82
+ },
83
+ operation: {
84
+ serializedName: "operation",
85
+ readOnly: true,
86
+ type: {
87
+ name: "String"
88
+ }
89
+ },
90
+ description: {
91
+ serializedName: "description",
92
+ readOnly: true,
41
93
  type: {
42
94
  name: "String"
43
95
  }
@@ -45,103 +97,78 @@ export var FunctionOutput = {
45
97
  }
46
98
  }
47
99
  };
48
- export var FunctionBinding = {
49
- serializedName: "FunctionBinding",
100
+ export const ErrorModel = {
50
101
  type: {
51
102
  name: "Composite",
52
- polymorphicDiscriminator: {
53
- serializedName: "type",
54
- clientName: "type"
55
- },
56
- uberParent: "FunctionBinding",
57
- className: "FunctionBinding",
103
+ className: "ErrorModel",
58
104
  modelProperties: {
59
- type: {
60
- required: true,
61
- serializedName: "type",
105
+ error: {
106
+ serializedName: "error",
62
107
  type: {
63
- name: "String"
108
+ name: "Composite",
109
+ className: "ErrorError"
64
110
  }
65
111
  }
66
112
  }
67
113
  }
68
114
  };
69
- export var FunctionProperties = {
70
- serializedName: "FunctionProperties",
115
+ export const ErrorError = {
71
116
  type: {
72
117
  name: "Composite",
73
- polymorphicDiscriminator: {
74
- serializedName: "type",
75
- clientName: "type"
76
- },
77
- uberParent: "FunctionProperties",
78
- className: "FunctionProperties",
118
+ className: "ErrorError",
79
119
  modelProperties: {
80
- etag: {
81
- readOnly: true,
82
- serializedName: "etag",
120
+ code: {
121
+ serializedName: "code",
83
122
  type: {
84
123
  name: "String"
85
124
  }
86
125
  },
87
- type: {
88
- required: true,
89
- serializedName: "type",
126
+ message: {
127
+ serializedName: "message",
90
128
  type: {
91
129
  name: "String"
92
130
  }
93
131
  },
94
- inputs: {
95
- serializedName: "properties.inputs",
132
+ target: {
133
+ serializedName: "target",
134
+ type: {
135
+ name: "String"
136
+ }
137
+ },
138
+ details: {
139
+ serializedName: "details",
96
140
  type: {
97
141
  name: "Sequence",
98
142
  element: {
99
143
  type: {
100
144
  name: "Composite",
101
- className: "FunctionInput"
145
+ className: "ErrorDetails"
102
146
  }
103
147
  }
104
148
  }
105
- },
106
- output: {
107
- serializedName: "properties.output",
108
- type: {
109
- name: "Composite",
110
- className: "FunctionOutput"
111
- }
112
- },
113
- binding: {
114
- serializedName: "properties.binding",
115
- type: {
116
- name: "Composite",
117
- className: "FunctionBinding"
118
- }
119
149
  }
120
150
  }
121
151
  }
122
152
  };
123
- export var SubResource = {
124
- serializedName: "SubResource",
153
+ export const ErrorDetails = {
125
154
  type: {
126
155
  name: "Composite",
127
- className: "SubResource",
156
+ className: "ErrorDetails",
128
157
  modelProperties: {
129
- id: {
130
- readOnly: true,
131
- serializedName: "id",
158
+ code: {
159
+ serializedName: "code",
132
160
  type: {
133
161
  name: "String"
134
162
  }
135
163
  },
136
- name: {
137
- serializedName: "name",
164
+ target: {
165
+ serializedName: "target",
138
166
  type: {
139
167
  name: "String"
140
168
  }
141
169
  },
142
- type: {
143
- readOnly: true,
144
- serializedName: "type",
170
+ message: {
171
+ serializedName: "message",
145
172
  type: {
146
173
  name: "String"
147
174
  }
@@ -149,77 +176,108 @@ export var SubResource = {
149
176
  }
150
177
  }
151
178
  };
152
- export var FunctionModel = {
153
- serializedName: "Function",
179
+ export const Sku = {
154
180
  type: {
155
181
  name: "Composite",
156
- className: "FunctionModel",
157
- modelProperties: __assign(__assign({}, SubResource.type.modelProperties), { properties: {
158
- serializedName: "properties",
182
+ className: "Sku",
183
+ modelProperties: {
184
+ name: {
185
+ serializedName: "name",
159
186
  type: {
160
- name: "Composite",
161
- className: "FunctionProperties"
187
+ name: "String"
162
188
  }
163
- } })
164
- }
165
- };
166
- export var ScalarFunctionProperties = {
167
- serializedName: "Scalar",
168
- type: {
169
- name: "Composite",
170
- polymorphicDiscriminator: FunctionProperties.type.polymorphicDiscriminator,
171
- uberParent: "FunctionProperties",
172
- className: "ScalarFunctionProperties",
173
- modelProperties: __assign({}, FunctionProperties.type.modelProperties)
189
+ }
190
+ }
174
191
  }
175
192
  };
176
- export var AzureMachineLearningStudioInputColumn = {
177
- serializedName: "AzureMachineLearningStudioInputColumn",
193
+ export const InputProperties = {
178
194
  type: {
179
195
  name: "Composite",
180
- className: "AzureMachineLearningStudioInputColumn",
196
+ className: "InputProperties",
197
+ uberParent: "InputProperties",
198
+ polymorphicDiscriminator: {
199
+ serializedName: "type",
200
+ clientName: "type"
201
+ },
181
202
  modelProperties: {
182
- name: {
183
- serializedName: "name",
203
+ type: {
204
+ serializedName: "type",
205
+ required: true,
184
206
  type: {
185
207
  name: "String"
186
208
  }
187
209
  },
188
- dataType: {
189
- serializedName: "dataType",
210
+ serialization: {
211
+ serializedName: "serialization",
212
+ type: {
213
+ name: "Composite",
214
+ className: "Serialization"
215
+ }
216
+ },
217
+ diagnostics: {
218
+ serializedName: "diagnostics",
219
+ type: {
220
+ name: "Composite",
221
+ className: "Diagnostics"
222
+ }
223
+ },
224
+ etag: {
225
+ serializedName: "etag",
226
+ readOnly: true,
190
227
  type: {
191
228
  name: "String"
192
229
  }
193
230
  },
194
- mapTo: {
195
- serializedName: "mapTo",
231
+ compression: {
232
+ serializedName: "compression",
196
233
  type: {
197
- name: "Number"
234
+ name: "Composite",
235
+ className: "Compression"
236
+ }
237
+ },
238
+ partitionKey: {
239
+ serializedName: "partitionKey",
240
+ type: {
241
+ name: "String"
198
242
  }
199
243
  }
200
244
  }
201
245
  }
202
246
  };
203
- export var AzureMachineLearningStudioInputs = {
204
- serializedName: "AzureMachineLearningStudioInputs",
247
+ export const Serialization = {
205
248
  type: {
206
249
  name: "Composite",
207
- className: "AzureMachineLearningStudioInputs",
250
+ className: "Serialization",
251
+ uberParent: "Serialization",
252
+ polymorphicDiscriminator: {
253
+ serializedName: "type",
254
+ clientName: "type"
255
+ },
208
256
  modelProperties: {
209
- name: {
210
- serializedName: "name",
257
+ type: {
258
+ serializedName: "type",
259
+ required: true,
211
260
  type: {
212
261
  name: "String"
213
262
  }
214
- },
215
- columnNames: {
216
- serializedName: "columnNames",
263
+ }
264
+ }
265
+ }
266
+ };
267
+ export const Diagnostics = {
268
+ type: {
269
+ name: "Composite",
270
+ className: "Diagnostics",
271
+ modelProperties: {
272
+ conditions: {
273
+ serializedName: "conditions",
274
+ readOnly: true,
217
275
  type: {
218
276
  name: "Sequence",
219
277
  element: {
220
278
  type: {
221
279
  name: "Composite",
222
- className: "AzureMachineLearningStudioInputColumn"
280
+ className: "DiagnosticCondition"
223
281
  }
224
282
  }
225
283
  }
@@ -227,20 +285,28 @@ export var AzureMachineLearningStudioInputs = {
227
285
  }
228
286
  }
229
287
  };
230
- export var AzureMachineLearningStudioOutputColumn = {
231
- serializedName: "AzureMachineLearningStudioOutputColumn",
288
+ export const DiagnosticCondition = {
232
289
  type: {
233
290
  name: "Composite",
234
- className: "AzureMachineLearningStudioOutputColumn",
291
+ className: "DiagnosticCondition",
235
292
  modelProperties: {
236
- name: {
237
- serializedName: "name",
293
+ since: {
294
+ serializedName: "since",
295
+ readOnly: true,
238
296
  type: {
239
297
  name: "String"
240
298
  }
241
299
  },
242
- dataType: {
243
- serializedName: "dataType",
300
+ code: {
301
+ serializedName: "code",
302
+ readOnly: true,
303
+ type: {
304
+ name: "String"
305
+ }
306
+ },
307
+ message: {
308
+ serializedName: "message",
309
+ readOnly: true,
244
310
  type: {
245
311
  name: "String"
246
312
  }
@@ -248,107 +314,62 @@ export var AzureMachineLearningStudioOutputColumn = {
248
314
  }
249
315
  }
250
316
  };
251
- export var AzureMachineLearningStudioFunctionBinding = {
252
- serializedName: "Microsoft.MachineLearning/WebService",
317
+ export const Compression = {
253
318
  type: {
254
319
  name: "Composite",
255
- polymorphicDiscriminator: FunctionBinding.type.polymorphicDiscriminator,
256
- uberParent: "FunctionBinding",
257
- className: "AzureMachineLearningStudioFunctionBinding",
258
- modelProperties: __assign(__assign({}, FunctionBinding.type.modelProperties), { endpoint: {
259
- serializedName: "properties.endpoint",
260
- type: {
261
- name: "String"
262
- }
263
- }, apiKey: {
264
- serializedName: "properties.apiKey",
265
- type: {
266
- name: "String"
267
- }
268
- }, inputs: {
269
- serializedName: "properties.inputs",
270
- type: {
271
- name: "Composite",
272
- className: "AzureMachineLearningStudioInputs"
273
- }
274
- }, outputs: {
275
- serializedName: "properties.outputs",
276
- type: {
277
- name: "Sequence",
278
- element: {
279
- type: {
280
- name: "Composite",
281
- className: "AzureMachineLearningStudioOutputColumn"
282
- }
283
- }
284
- }
285
- }, batchSize: {
286
- serializedName: "properties.batchSize",
287
- type: {
288
- name: "Number"
289
- }
290
- } })
291
- }
292
- };
293
- export var JavaScriptFunctionBinding = {
294
- serializedName: "Microsoft.StreamAnalytics/JavascriptUdf",
295
- type: {
296
- name: "Composite",
297
- polymorphicDiscriminator: FunctionBinding.type.polymorphicDiscriminator,
298
- uberParent: "FunctionBinding",
299
- className: "JavaScriptFunctionBinding",
300
- modelProperties: __assign(__assign({}, FunctionBinding.type.modelProperties), { script: {
301
- serializedName: "properties.script",
320
+ className: "Compression",
321
+ modelProperties: {
322
+ type: {
323
+ serializedName: "type",
324
+ required: true,
302
325
  type: {
303
326
  name: "String"
304
327
  }
305
- } })
328
+ }
329
+ }
306
330
  }
307
331
  };
308
- export var CSharpFunctionBinding = {
309
- serializedName: "Microsoft.StreamAnalytics/CLRUdf",
332
+ export const SubResource = {
310
333
  type: {
311
334
  name: "Composite",
312
- polymorphicDiscriminator: FunctionBinding.type.polymorphicDiscriminator,
313
- uberParent: "FunctionBinding",
314
- className: "CSharpFunctionBinding",
315
- modelProperties: __assign(__assign({}, FunctionBinding.type.modelProperties), { script: {
316
- serializedName: "properties.script",
317
- type: {
318
- name: "String"
319
- }
320
- }, dllPath: {
321
- serializedName: "properties.dllPath",
335
+ className: "SubResource",
336
+ modelProperties: {
337
+ id: {
338
+ serializedName: "id",
339
+ readOnly: true,
322
340
  type: {
323
341
  name: "String"
324
342
  }
325
- }, classProperty: {
326
- serializedName: "properties.class",
343
+ },
344
+ name: {
345
+ serializedName: "name",
327
346
  type: {
328
347
  name: "String"
329
348
  }
330
- }, method: {
331
- serializedName: "properties.method",
349
+ },
350
+ type: {
351
+ serializedName: "type",
352
+ readOnly: true,
332
353
  type: {
333
354
  name: "String"
334
355
  }
335
- } })
356
+ }
357
+ }
336
358
  }
337
359
  };
338
- export var FunctionRetrieveDefaultDefinitionParameters = {
339
- serializedName: "FunctionRetrieveDefaultDefinitionParameters",
360
+ export const OutputDataSource = {
340
361
  type: {
341
362
  name: "Composite",
363
+ className: "OutputDataSource",
364
+ uberParent: "OutputDataSource",
342
365
  polymorphicDiscriminator: {
343
- serializedName: "bindingType",
344
- clientName: "bindingType"
366
+ serializedName: "type",
367
+ clientName: "type"
345
368
  },
346
- uberParent: "FunctionRetrieveDefaultDefinitionParameters",
347
- className: "FunctionRetrieveDefaultDefinitionParameters",
348
369
  modelProperties: {
349
- bindingType: {
370
+ type: {
371
+ serializedName: "type",
350
372
  required: true,
351
- serializedName: "bindingType",
352
373
  type: {
353
374
  name: "String"
354
375
  }
@@ -356,261 +377,205 @@ export var FunctionRetrieveDefaultDefinitionParameters = {
356
377
  }
357
378
  }
358
379
  };
359
- export var AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters = {
360
- serializedName: "Microsoft.MachineLearning/WebService",
380
+ export const FunctionProperties = {
361
381
  type: {
362
382
  name: "Composite",
363
- polymorphicDiscriminator: FunctionRetrieveDefaultDefinitionParameters.type.polymorphicDiscriminator,
364
- uberParent: "FunctionRetrieveDefaultDefinitionParameters",
365
- className: "AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters",
366
- modelProperties: __assign(__assign({}, FunctionRetrieveDefaultDefinitionParameters.type.modelProperties), { executeEndpoint: {
367
- serializedName: "bindingRetrievalProperties.executeEndpoint",
383
+ className: "FunctionProperties",
384
+ uberParent: "FunctionProperties",
385
+ polymorphicDiscriminator: {
386
+ serializedName: "type",
387
+ clientName: "type"
388
+ },
389
+ modelProperties: {
390
+ type: {
391
+ serializedName: "type",
392
+ required: true,
368
393
  type: {
369
394
  name: "String"
370
395
  }
371
- }, udfType: {
372
- serializedName: "bindingRetrievalProperties.udfType",
373
- type: {
374
- name: "Enum",
375
- allowedValues: [
376
- "Scalar"
377
- ]
378
- }
379
- } })
380
- }
381
- };
382
- export var AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters = {
383
- serializedName: "Microsoft.MachineLearningServices",
384
- type: {
385
- name: "Composite",
386
- polymorphicDiscriminator: FunctionRetrieveDefaultDefinitionParameters.type.polymorphicDiscriminator,
387
- uberParent: "FunctionRetrieveDefaultDefinitionParameters",
388
- className: "AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters",
389
- modelProperties: __assign(__assign({}, FunctionRetrieveDefaultDefinitionParameters.type.modelProperties), { executeEndpoint: {
390
- serializedName: "bindingRetrievalProperties.executeEndpoint",
396
+ },
397
+ etag: {
398
+ serializedName: "etag",
399
+ readOnly: true,
391
400
  type: {
392
401
  name: "String"
393
402
  }
394
- }, udfType: {
395
- serializedName: "bindingRetrievalProperties.udfType",
396
- type: {
397
- name: "Enum",
398
- allowedValues: [
399
- "Scalar"
400
- ]
401
- }
402
- } })
403
+ }
404
+ }
403
405
  }
404
406
  };
405
- export var JavaScriptFunctionRetrieveDefaultDefinitionParameters = {
406
- serializedName: "Microsoft.StreamAnalytics/JavascriptUdf",
407
+ export const StorageAccount = {
407
408
  type: {
408
409
  name: "Composite",
409
- polymorphicDiscriminator: FunctionRetrieveDefaultDefinitionParameters.type.polymorphicDiscriminator,
410
- uberParent: "FunctionRetrieveDefaultDefinitionParameters",
411
- className: "JavaScriptFunctionRetrieveDefaultDefinitionParameters",
412
- modelProperties: __assign(__assign({}, FunctionRetrieveDefaultDefinitionParameters.type.modelProperties), { script: {
413
- serializedName: "bindingRetrievalProperties.script",
410
+ className: "StorageAccount",
411
+ modelProperties: {
412
+ accountName: {
413
+ serializedName: "accountName",
414
414
  type: {
415
415
  name: "String"
416
416
  }
417
- }, udfType: {
418
- serializedName: "bindingRetrievalProperties.udfType",
417
+ },
418
+ accountKey: {
419
+ serializedName: "accountKey",
419
420
  type: {
420
- name: "Enum",
421
- allowedValues: [
422
- "Scalar"
423
- ]
421
+ name: "String"
424
422
  }
425
- } })
423
+ }
424
+ }
426
425
  }
427
426
  };
428
- export var CSharpFunctionRetrieveDefaultDefinitionParameters = {
429
- serializedName: "Microsoft.StreamAnalytics/CLRUdf",
427
+ export const ClusterInfo = {
430
428
  type: {
431
429
  name: "Composite",
432
- polymorphicDiscriminator: FunctionRetrieveDefaultDefinitionParameters.type.polymorphicDiscriminator,
433
- uberParent: "FunctionRetrieveDefaultDefinitionParameters",
434
- className: "CSharpFunctionRetrieveDefaultDefinitionParameters",
435
- modelProperties: __assign(__assign({}, FunctionRetrieveDefaultDefinitionParameters.type.modelProperties), { script: {
436
- serializedName: "bindingRetrievalProperties.script",
430
+ className: "ClusterInfo",
431
+ modelProperties: {
432
+ id: {
433
+ serializedName: "id",
437
434
  type: {
438
435
  name: "String"
439
436
  }
440
- }, udfType: {
441
- serializedName: "bindingRetrievalProperties.udfType",
442
- type: {
443
- name: "Enum",
444
- allowedValues: [
445
- "Scalar"
446
- ]
447
- }
448
- } })
437
+ }
438
+ }
449
439
  }
450
440
  };
451
- export var AzureMachineLearningServiceInputColumn = {
452
- serializedName: "AzureMachineLearningServiceInputColumn",
441
+ export const Identity = {
453
442
  type: {
454
443
  name: "Composite",
455
- className: "AzureMachineLearningServiceInputColumn",
444
+ className: "Identity",
456
445
  modelProperties: {
457
- name: {
458
- serializedName: "name",
446
+ tenantId: {
447
+ serializedName: "tenantId",
459
448
  type: {
460
449
  name: "String"
461
450
  }
462
451
  },
463
- dataType: {
464
- serializedName: "dataType",
452
+ principalId: {
453
+ serializedName: "principalId",
465
454
  type: {
466
455
  name: "String"
467
456
  }
468
457
  },
469
- mapTo: {
470
- serializedName: "mapTo",
458
+ type: {
459
+ serializedName: "type",
471
460
  type: {
472
- name: "Number"
461
+ name: "String"
473
462
  }
474
463
  }
475
464
  }
476
465
  }
477
466
  };
478
- export var AzureMachineLearningServiceOutputColumn = {
479
- serializedName: "AzureMachineLearningServiceOutputColumn",
467
+ export const Resource = {
480
468
  type: {
481
469
  name: "Composite",
482
- className: "AzureMachineLearningServiceOutputColumn",
470
+ className: "Resource",
483
471
  modelProperties: {
484
- name: {
485
- serializedName: "name",
472
+ id: {
473
+ serializedName: "id",
474
+ readOnly: true,
486
475
  type: {
487
476
  name: "String"
488
477
  }
489
478
  },
490
- dataType: {
491
- serializedName: "dataType",
479
+ name: {
480
+ serializedName: "name",
481
+ readOnly: true,
492
482
  type: {
493
483
  name: "String"
494
484
  }
495
485
  },
496
- mapTo: {
497
- serializedName: "mapTo",
486
+ type: {
487
+ serializedName: "type",
488
+ readOnly: true,
498
489
  type: {
499
- name: "Number"
490
+ name: "String"
500
491
  }
501
492
  }
502
493
  }
503
494
  }
504
495
  };
505
- export var AzureMachineLearningServiceFunctionBinding = {
506
- serializedName: "Microsoft.MachineLearningServices",
496
+ export const StreamingJobListResult = {
507
497
  type: {
508
498
  name: "Composite",
509
- polymorphicDiscriminator: FunctionBinding.type.polymorphicDiscriminator,
510
- uberParent: "FunctionBinding",
511
- className: "AzureMachineLearningServiceFunctionBinding",
512
- modelProperties: __assign(__assign({}, FunctionBinding.type.modelProperties), { endpoint: {
513
- serializedName: "properties.endpoint",
514
- type: {
515
- name: "String"
516
- }
517
- }, apiKey: {
518
- serializedName: "properties.apiKey",
519
- type: {
520
- name: "String"
521
- }
522
- }, inputs: {
523
- serializedName: "properties.inputs",
524
- type: {
525
- name: "Sequence",
526
- element: {
527
- type: {
528
- name: "Composite",
529
- className: "AzureMachineLearningServiceInputColumn"
530
- }
531
- }
532
- }
533
- }, outputs: {
534
- serializedName: "properties.outputs",
499
+ className: "StreamingJobListResult",
500
+ modelProperties: {
501
+ value: {
502
+ serializedName: "value",
503
+ readOnly: true,
535
504
  type: {
536
505
  name: "Sequence",
537
506
  element: {
538
507
  type: {
539
508
  name: "Composite",
540
- className: "AzureMachineLearningServiceOutputColumn"
509
+ className: "StreamingJob"
541
510
  }
542
511
  }
543
512
  }
544
- }, batchSize: {
545
- serializedName: "properties.batchSize",
546
- type: {
547
- name: "Number"
548
- }
549
- }, numberOfParallelRequests: {
550
- serializedName: "properties.numberOfParallelRequests",
513
+ },
514
+ nextLink: {
515
+ serializedName: "nextLink",
516
+ readOnly: true,
551
517
  type: {
552
- name: "Number"
518
+ name: "String"
553
519
  }
554
- } })
520
+ }
521
+ }
555
522
  }
556
523
  };
557
- export var AzureMachineLearningServiceInputs = {
558
- serializedName: "AzureMachineLearningServiceInputs",
524
+ export const StartStreamingJobParameters = {
559
525
  type: {
560
526
  name: "Composite",
561
- className: "AzureMachineLearningServiceInputs",
527
+ className: "StartStreamingJobParameters",
562
528
  modelProperties: {
563
- name: {
564
- serializedName: "name",
529
+ outputStartMode: {
530
+ serializedName: "outputStartMode",
565
531
  type: {
566
532
  name: "String"
567
533
  }
568
534
  },
569
- columnNames: {
570
- serializedName: "columnNames",
535
+ outputStartTime: {
536
+ serializedName: "outputStartTime",
571
537
  type: {
572
- name: "Sequence",
573
- element: {
574
- type: {
575
- name: "Composite",
576
- className: "AzureMachineLearningServiceInputColumn"
577
- }
578
- }
538
+ name: "DateTime"
579
539
  }
580
540
  }
581
541
  }
582
542
  }
583
543
  };
584
- export var AggregateFunctionProperties = {
585
- serializedName: "Aggregate",
544
+ export const ScaleStreamingJobParameters = {
586
545
  type: {
587
546
  name: "Composite",
588
- polymorphicDiscriminator: FunctionProperties.type.polymorphicDiscriminator,
589
- uberParent: "FunctionProperties",
590
- className: "AggregateFunctionProperties",
591
- modelProperties: __assign({}, FunctionProperties.type.modelProperties)
547
+ className: "ScaleStreamingJobParameters",
548
+ modelProperties: {
549
+ streamingUnits: {
550
+ serializedName: "streamingUnits",
551
+ type: {
552
+ name: "Number"
553
+ }
554
+ }
555
+ }
592
556
  }
593
557
  };
594
- export var ErrorDetails = {
595
- serializedName: "ErrorDetails",
558
+ export const InputListResult = {
596
559
  type: {
597
560
  name: "Composite",
598
- className: "ErrorDetails",
561
+ className: "InputListResult",
599
562
  modelProperties: {
600
- code: {
601
- serializedName: "code",
563
+ value: {
564
+ serializedName: "value",
565
+ readOnly: true,
602
566
  type: {
603
- name: "String"
604
- }
605
- },
606
- target: {
607
- serializedName: "target",
608
- type: {
609
- name: "String"
567
+ name: "Sequence",
568
+ element: {
569
+ type: {
570
+ name: "Composite",
571
+ className: "Input"
572
+ }
573
+ }
610
574
  }
611
575
  },
612
- message: {
613
- serializedName: "message",
576
+ nextLink: {
577
+ serializedName: "nextLink",
578
+ readOnly: true,
614
579
  type: {
615
580
  name: "String"
616
581
  }
@@ -618,77 +583,71 @@ export var ErrorDetails = {
618
583
  }
619
584
  }
620
585
  };
621
- export var ErrorError = {
622
- serializedName: "Error_error",
586
+ export const ResourceTestStatus = {
623
587
  type: {
624
588
  name: "Composite",
625
- className: "ErrorError",
589
+ className: "ResourceTestStatus",
626
590
  modelProperties: {
627
- code: {
628
- serializedName: "code",
629
- type: {
630
- name: "String"
631
- }
632
- },
633
- message: {
634
- serializedName: "message",
635
- type: {
636
- name: "String"
637
- }
638
- },
639
- target: {
640
- serializedName: "target",
591
+ status: {
592
+ serializedName: "status",
593
+ readOnly: true,
641
594
  type: {
642
595
  name: "String"
643
596
  }
644
597
  },
645
- details: {
646
- serializedName: "details",
598
+ error: {
599
+ serializedName: "error",
647
600
  type: {
648
- name: "Sequence",
649
- element: {
650
- type: {
651
- name: "Composite",
652
- className: "ErrorDetails"
653
- }
654
- }
601
+ name: "Composite",
602
+ className: "ErrorResponse"
655
603
  }
656
604
  }
657
605
  }
658
606
  }
659
607
  };
660
- export var ErrorModel = {
661
- serializedName: "Error",
608
+ export const ErrorResponse = {
662
609
  type: {
663
610
  name: "Composite",
664
- className: "ErrorModel",
611
+ className: "ErrorResponse",
665
612
  modelProperties: {
666
- error: {
667
- serializedName: "error",
613
+ code: {
614
+ serializedName: "code",
615
+ readOnly: true,
668
616
  type: {
669
- name: "Composite",
670
- className: "ErrorError"
617
+ name: "String"
618
+ }
619
+ },
620
+ message: {
621
+ serializedName: "message",
622
+ readOnly: true,
623
+ type: {
624
+ name: "String"
671
625
  }
672
626
  }
673
627
  }
674
628
  }
675
629
  };
676
- export var ErrorResponse = {
677
- serializedName: "ErrorResponse",
630
+ export const OutputListResult = {
678
631
  type: {
679
632
  name: "Composite",
680
- className: "ErrorResponse",
633
+ className: "OutputListResult",
681
634
  modelProperties: {
682
- code: {
635
+ value: {
636
+ serializedName: "value",
683
637
  readOnly: true,
684
- serializedName: "code",
685
638
  type: {
686
- name: "String"
639
+ name: "Sequence",
640
+ element: {
641
+ type: {
642
+ name: "Composite",
643
+ className: "Output"
644
+ }
645
+ }
687
646
  }
688
647
  },
689
- message: {
648
+ nextLink: {
649
+ serializedName: "nextLink",
690
650
  readOnly: true,
691
- serializedName: "message",
692
651
  type: {
693
652
  name: "String"
694
653
  }
@@ -696,44 +655,47 @@ export var ErrorResponse = {
696
655
  }
697
656
  }
698
657
  };
699
- export var ResourceTestStatus = {
700
- serializedName: "ResourceTestStatus",
658
+ export const FunctionListResult = {
701
659
  type: {
702
660
  name: "Composite",
703
- className: "ResourceTestStatus",
661
+ className: "FunctionListResult",
704
662
  modelProperties: {
705
- status: {
663
+ value: {
664
+ serializedName: "value",
706
665
  readOnly: true,
707
- serializedName: "status",
708
666
  type: {
709
- name: "String"
667
+ name: "Sequence",
668
+ element: {
669
+ type: {
670
+ name: "Composite",
671
+ className: "FunctionModel"
672
+ }
673
+ }
710
674
  }
711
675
  },
712
- error: {
676
+ nextLink: {
677
+ serializedName: "nextLink",
713
678
  readOnly: true,
714
- serializedName: "error",
715
679
  type: {
716
- name: "Composite",
717
- className: "ErrorResponse"
680
+ name: "String"
718
681
  }
719
682
  }
720
683
  }
721
684
  }
722
685
  };
723
- export var Serialization = {
724
- serializedName: "Serialization",
686
+ export const FunctionRetrieveDefaultDefinitionParameters = {
725
687
  type: {
726
688
  name: "Composite",
689
+ className: "FunctionRetrieveDefaultDefinitionParameters",
690
+ uberParent: "FunctionRetrieveDefaultDefinitionParameters",
727
691
  polymorphicDiscriminator: {
728
- serializedName: "type",
729
- clientName: "type"
692
+ serializedName: "bindingType",
693
+ clientName: "bindingType"
730
694
  },
731
- uberParent: "Serialization",
732
- className: "Serialization",
733
695
  modelProperties: {
734
- type: {
696
+ bindingType: {
697
+ serializedName: "bindingType",
735
698
  required: true,
736
- serializedName: "type",
737
699
  type: {
738
700
  name: "String"
739
701
  }
@@ -741,67 +703,100 @@ export var Serialization = {
741
703
  }
742
704
  }
743
705
  };
744
- export var DiagnosticCondition = {
745
- serializedName: "DiagnosticCondition",
706
+ export const SubscriptionQuotasListResult = {
746
707
  type: {
747
708
  name: "Composite",
748
- className: "DiagnosticCondition",
709
+ className: "SubscriptionQuotasListResult",
749
710
  modelProperties: {
750
- since: {
711
+ value: {
712
+ serializedName: "value",
751
713
  readOnly: true,
752
- serializedName: "since",
753
714
  type: {
754
- name: "String"
715
+ name: "Sequence",
716
+ element: {
717
+ type: {
718
+ name: "Composite",
719
+ className: "SubscriptionQuota"
720
+ }
721
+ }
755
722
  }
756
- },
757
- code: {
758
- readOnly: true,
759
- serializedName: "code",
723
+ }
724
+ }
725
+ }
726
+ };
727
+ export const ClusterSku = {
728
+ type: {
729
+ name: "Composite",
730
+ className: "ClusterSku",
731
+ modelProperties: {
732
+ name: {
733
+ serializedName: "name",
760
734
  type: {
761
735
  name: "String"
762
736
  }
763
737
  },
764
- message: {
765
- readOnly: true,
766
- serializedName: "message",
738
+ capacity: {
739
+ constraints: {
740
+ InclusiveMaximum: 216,
741
+ InclusiveMinimum: 36
742
+ },
743
+ serializedName: "capacity",
767
744
  type: {
768
- name: "String"
745
+ name: "Number"
769
746
  }
770
747
  }
771
748
  }
772
749
  }
773
750
  };
774
- export var Diagnostics = {
775
- serializedName: "Diagnostics",
751
+ export const ClusterListResult = {
776
752
  type: {
777
753
  name: "Composite",
778
- className: "Diagnostics",
754
+ className: "ClusterListResult",
779
755
  modelProperties: {
780
- conditions: {
756
+ value: {
757
+ serializedName: "value",
781
758
  readOnly: true,
782
- serializedName: "conditions",
783
759
  type: {
784
760
  name: "Sequence",
785
761
  element: {
786
762
  type: {
787
763
  name: "Composite",
788
- className: "DiagnosticCondition"
764
+ className: "Cluster"
789
765
  }
790
766
  }
791
767
  }
768
+ },
769
+ nextLink: {
770
+ serializedName: "nextLink",
771
+ readOnly: true,
772
+ type: {
773
+ name: "String"
774
+ }
792
775
  }
793
776
  }
794
777
  }
795
778
  };
796
- export var Compression = {
797
- serializedName: "Compression",
779
+ export const ClusterJobListResult = {
798
780
  type: {
799
781
  name: "Composite",
800
- className: "Compression",
782
+ className: "ClusterJobListResult",
801
783
  modelProperties: {
802
- type: {
803
- required: true,
804
- serializedName: "type",
784
+ value: {
785
+ serializedName: "value",
786
+ readOnly: true,
787
+ type: {
788
+ name: "Sequence",
789
+ element: {
790
+ type: {
791
+ name: "Composite",
792
+ className: "ClusterJob"
793
+ }
794
+ }
795
+ }
796
+ },
797
+ nextLink: {
798
+ serializedName: "nextLink",
799
+ readOnly: true,
805
800
  type: {
806
801
  name: "String"
807
802
  }
@@ -809,90 +804,96 @@ export var Compression = {
809
804
  }
810
805
  }
811
806
  };
812
- export var InputProperties = {
813
- serializedName: "InputProperties",
807
+ export const ClusterJob = {
814
808
  type: {
815
809
  name: "Composite",
816
- polymorphicDiscriminator: {
817
- serializedName: "type",
818
- clientName: "type"
819
- },
820
- uberParent: "InputProperties",
821
- className: "InputProperties",
810
+ className: "ClusterJob",
822
811
  modelProperties: {
823
- serialization: {
824
- serializedName: "serialization",
812
+ id: {
813
+ serializedName: "id",
814
+ readOnly: true,
825
815
  type: {
826
- name: "Composite",
827
- className: "Serialization"
816
+ name: "String"
828
817
  }
829
818
  },
830
- diagnostics: {
819
+ streamingUnits: {
820
+ serializedName: "streamingUnits",
831
821
  readOnly: true,
832
- serializedName: "diagnostics",
833
822
  type: {
834
- name: "Composite",
835
- className: "Diagnostics"
823
+ name: "Number"
836
824
  }
837
825
  },
838
- etag: {
826
+ jobState: {
827
+ serializedName: "jobState",
839
828
  readOnly: true,
840
- serializedName: "etag",
829
+ type: {
830
+ name: "String"
831
+ }
832
+ }
833
+ }
834
+ }
835
+ };
836
+ export const PrivateLinkServiceConnection = {
837
+ type: {
838
+ name: "Composite",
839
+ className: "PrivateLinkServiceConnection",
840
+ modelProperties: {
841
+ privateLinkServiceId: {
842
+ serializedName: "properties.privateLinkServiceId",
841
843
  type: {
842
844
  name: "String"
843
845
  }
844
846
  },
845
- compression: {
846
- serializedName: "compression",
847
+ groupIds: {
848
+ serializedName: "properties.groupIds",
847
849
  type: {
848
- name: "Composite",
849
- className: "Compression"
850
+ name: "Sequence",
851
+ element: {
852
+ type: {
853
+ name: "String"
854
+ }
855
+ }
850
856
  }
851
857
  },
852
- partitionKey: {
853
- serializedName: "partitionKey",
858
+ requestMessage: {
859
+ serializedName: "properties.requestMessage",
860
+ readOnly: true,
854
861
  type: {
855
862
  name: "String"
856
863
  }
857
864
  },
858
- type: {
859
- required: true,
860
- serializedName: "type",
865
+ privateLinkServiceConnectionState: {
866
+ serializedName: "properties.privateLinkServiceConnectionState",
861
867
  type: {
862
- name: "String"
868
+ name: "Composite",
869
+ className: "PrivateLinkConnectionState"
863
870
  }
864
871
  }
865
872
  }
866
873
  }
867
874
  };
868
- export var Input = {
869
- serializedName: "Input",
875
+ export const PrivateLinkConnectionState = {
870
876
  type: {
871
877
  name: "Composite",
872
- className: "Input",
873
- modelProperties: __assign(__assign({}, SubResource.type.modelProperties), { properties: {
874
- serializedName: "properties",
878
+ className: "PrivateLinkConnectionState",
879
+ modelProperties: {
880
+ status: {
881
+ serializedName: "status",
882
+ readOnly: true,
875
883
  type: {
876
- name: "Composite",
877
- className: "InputProperties"
884
+ name: "String"
878
885
  }
879
- } })
880
- }
881
- };
882
- export var StreamInputDataSource = {
883
- serializedName: "StreamInputDataSource",
884
- type: {
885
- name: "Composite",
886
- polymorphicDiscriminator: {
887
- serializedName: "type",
888
- clientName: "type"
889
- },
890
- uberParent: "StreamInputDataSource",
891
- className: "StreamInputDataSource",
892
- modelProperties: {
893
- type: {
894
- required: true,
895
- serializedName: "type",
886
+ },
887
+ description: {
888
+ serializedName: "description",
889
+ readOnly: true,
890
+ type: {
891
+ name: "String"
892
+ }
893
+ },
894
+ actionsRequired: {
895
+ serializedName: "actionsRequired",
896
+ readOnly: true,
896
897
  type: {
897
898
  name: "String"
898
899
  }
@@ -900,36 +901,47 @@ export var StreamInputDataSource = {
900
901
  }
901
902
  }
902
903
  };
903
- export var StreamInputProperties = {
904
- serializedName: "Stream",
904
+ export const PrivateEndpointListResult = {
905
905
  type: {
906
906
  name: "Composite",
907
- polymorphicDiscriminator: InputProperties.type.polymorphicDiscriminator,
908
- uberParent: "InputProperties",
909
- className: "StreamInputProperties",
910
- modelProperties: __assign(__assign({}, InputProperties.type.modelProperties), { datasource: {
911
- serializedName: "datasource",
907
+ className: "PrivateEndpointListResult",
908
+ modelProperties: {
909
+ value: {
910
+ serializedName: "value",
911
+ readOnly: true,
912
912
  type: {
913
- name: "Composite",
914
- className: "StreamInputDataSource"
913
+ name: "Sequence",
914
+ element: {
915
+ type: {
916
+ name: "Composite",
917
+ className: "PrivateEndpoint"
918
+ }
919
+ }
915
920
  }
916
- } })
921
+ },
922
+ nextLink: {
923
+ serializedName: "nextLink",
924
+ readOnly: true,
925
+ type: {
926
+ name: "String"
927
+ }
928
+ }
929
+ }
917
930
  }
918
931
  };
919
- export var ReferenceInputDataSource = {
920
- serializedName: "ReferenceInputDataSource",
932
+ export const StreamInputDataSource = {
921
933
  type: {
922
934
  name: "Composite",
935
+ className: "StreamInputDataSource",
936
+ uberParent: "StreamInputDataSource",
923
937
  polymorphicDiscriminator: {
924
938
  serializedName: "type",
925
939
  clientName: "type"
926
940
  },
927
- uberParent: "ReferenceInputDataSource",
928
- className: "ReferenceInputDataSource",
929
941
  modelProperties: {
930
942
  type: {
931
- required: true,
932
943
  serializedName: "type",
944
+ required: true,
933
945
  type: {
934
946
  name: "String"
935
947
  }
@@ -937,31 +949,33 @@ export var ReferenceInputDataSource = {
937
949
  }
938
950
  }
939
951
  };
940
- export var ReferenceInputProperties = {
941
- serializedName: "Reference",
952
+ export const ReferenceInputDataSource = {
942
953
  type: {
943
954
  name: "Composite",
944
- polymorphicDiscriminator: InputProperties.type.polymorphicDiscriminator,
945
- uberParent: "InputProperties",
946
- className: "ReferenceInputProperties",
947
- modelProperties: __assign(__assign({}, InputProperties.type.modelProperties), { datasource: {
948
- serializedName: "datasource",
955
+ className: "ReferenceInputDataSource",
956
+ uberParent: "ReferenceInputDataSource",
957
+ polymorphicDiscriminator: {
958
+ serializedName: "type",
959
+ clientName: "type"
960
+ },
961
+ modelProperties: {
962
+ type: {
963
+ serializedName: "type",
964
+ required: true,
949
965
  type: {
950
- name: "Composite",
951
- className: "ReferenceInputDataSource"
966
+ name: "String"
952
967
  }
953
- } })
968
+ }
969
+ }
954
970
  }
955
971
  };
956
- export var BlobStreamInputDataSource = {
957
- serializedName: "Microsoft.Storage/Blob",
972
+ export const BlobDataSourceProperties = {
958
973
  type: {
959
974
  name: "Composite",
960
- polymorphicDiscriminator: StreamInputDataSource.type.polymorphicDiscriminator,
961
- uberParent: "StreamInputDataSource",
962
- className: "BlobStreamInputDataSource",
963
- modelProperties: __assign(__assign({}, StreamInputDataSource.type.modelProperties), { storageAccounts: {
964
- serializedName: "properties.storageAccounts",
975
+ className: "BlobDataSourceProperties",
976
+ modelProperties: {
977
+ storageAccounts: {
978
+ serializedName: "storageAccounts",
965
979
  type: {
966
980
  name: "Sequence",
967
981
  element: {
@@ -971,244 +985,233 @@ export var BlobStreamInputDataSource = {
971
985
  }
972
986
  }
973
987
  }
974
- }, container: {
975
- serializedName: "properties.container",
988
+ },
989
+ container: {
990
+ serializedName: "container",
976
991
  type: {
977
992
  name: "String"
978
993
  }
979
- }, pathPattern: {
980
- serializedName: "properties.pathPattern",
994
+ },
995
+ pathPattern: {
996
+ serializedName: "pathPattern",
981
997
  type: {
982
998
  name: "String"
983
999
  }
984
- }, dateFormat: {
985
- serializedName: "properties.dateFormat",
1000
+ },
1001
+ dateFormat: {
1002
+ serializedName: "dateFormat",
986
1003
  type: {
987
1004
  name: "String"
988
1005
  }
989
- }, timeFormat: {
990
- serializedName: "properties.timeFormat",
1006
+ },
1007
+ timeFormat: {
1008
+ serializedName: "timeFormat",
991
1009
  type: {
992
1010
  name: "String"
993
1011
  }
994
- }, sourcePartitionCount: {
995
- serializedName: "properties.sourcePartitionCount",
996
- type: {
997
- name: "Number"
998
- }
999
- } })
1012
+ }
1013
+ }
1000
1014
  }
1001
1015
  };
1002
- export var EventHubStreamInputDataSource = {
1003
- serializedName: "Microsoft.ServiceBus/EventHub",
1016
+ export const ServiceBusDataSourceProperties = {
1004
1017
  type: {
1005
1018
  name: "Composite",
1006
- polymorphicDiscriminator: StreamInputDataSource.type.polymorphicDiscriminator,
1007
- uberParent: "StreamInputDataSource",
1008
- className: "EventHubStreamInputDataSource",
1009
- modelProperties: __assign(__assign({}, StreamInputDataSource.type.modelProperties), { serviceBusNamespace: {
1010
- serializedName: "properties.serviceBusNamespace",
1011
- type: {
1012
- name: "String"
1013
- }
1014
- }, sharedAccessPolicyName: {
1015
- serializedName: "properties.sharedAccessPolicyName",
1016
- type: {
1017
- name: "String"
1018
- }
1019
- }, sharedAccessPolicyKey: {
1020
- serializedName: "properties.sharedAccessPolicyKey",
1019
+ className: "ServiceBusDataSourceProperties",
1020
+ modelProperties: {
1021
+ serviceBusNamespace: {
1022
+ serializedName: "serviceBusNamespace",
1021
1023
  type: {
1022
1024
  name: "String"
1023
1025
  }
1024
- }, authenticationMode: {
1025
- serializedName: "properties.authenticationMode",
1026
+ },
1027
+ sharedAccessPolicyName: {
1028
+ serializedName: "sharedAccessPolicyName",
1026
1029
  type: {
1027
1030
  name: "String"
1028
1031
  }
1029
- }, eventHubName: {
1030
- serializedName: "properties.eventHubName",
1032
+ },
1033
+ sharedAccessPolicyKey: {
1034
+ serializedName: "sharedAccessPolicyKey",
1031
1035
  type: {
1032
1036
  name: "String"
1033
1037
  }
1034
- }, consumerGroupName: {
1035
- serializedName: "properties.consumerGroupName",
1038
+ },
1039
+ authenticationMode: {
1040
+ serializedName: "authenticationMode",
1036
1041
  type: {
1037
1042
  name: "String"
1038
1043
  }
1039
- } })
1044
+ }
1045
+ }
1040
1046
  }
1041
1047
  };
1042
- export var EventHubV2StreamInputDataSource = {
1043
- serializedName: "Microsoft.EventHub/EventHub",
1048
+ export const AzureSqlDatabaseDataSourceProperties = {
1044
1049
  type: {
1045
1050
  name: "Composite",
1046
- polymorphicDiscriminator: StreamInputDataSource.type.polymorphicDiscriminator,
1047
- uberParent: "StreamInputDataSource",
1048
- className: "EventHubV2StreamInputDataSource",
1049
- modelProperties: __assign(__assign({}, StreamInputDataSource.type.modelProperties), { serviceBusNamespace: {
1050
- serializedName: "properties.serviceBusNamespace",
1051
+ className: "AzureSqlDatabaseDataSourceProperties",
1052
+ modelProperties: {
1053
+ server: {
1054
+ serializedName: "server",
1051
1055
  type: {
1052
1056
  name: "String"
1053
1057
  }
1054
- }, sharedAccessPolicyName: {
1055
- serializedName: "properties.sharedAccessPolicyName",
1058
+ },
1059
+ database: {
1060
+ serializedName: "database",
1056
1061
  type: {
1057
1062
  name: "String"
1058
1063
  }
1059
- }, sharedAccessPolicyKey: {
1060
- serializedName: "properties.sharedAccessPolicyKey",
1064
+ },
1065
+ user: {
1066
+ serializedName: "user",
1061
1067
  type: {
1062
1068
  name: "String"
1063
1069
  }
1064
- }, authenticationMode: {
1065
- serializedName: "properties.authenticationMode",
1070
+ },
1071
+ password: {
1072
+ serializedName: "password",
1066
1073
  type: {
1067
1074
  name: "String"
1068
1075
  }
1069
- }, eventHubName: {
1070
- serializedName: "properties.eventHubName",
1076
+ },
1077
+ table: {
1078
+ serializedName: "table",
1071
1079
  type: {
1072
1080
  name: "String"
1073
1081
  }
1074
- }, consumerGroupName: {
1075
- serializedName: "properties.consumerGroupName",
1082
+ },
1083
+ maxBatchCount: {
1084
+ serializedName: "maxBatchCount",
1085
+ type: {
1086
+ name: "Number"
1087
+ }
1088
+ },
1089
+ maxWriterCount: {
1090
+ serializedName: "maxWriterCount",
1091
+ type: {
1092
+ name: "Number"
1093
+ }
1094
+ },
1095
+ authenticationMode: {
1096
+ serializedName: "authenticationMode",
1076
1097
  type: {
1077
1098
  name: "String"
1078
1099
  }
1079
- } })
1100
+ }
1101
+ }
1080
1102
  }
1081
1103
  };
1082
- export var IoTHubStreamInputDataSource = {
1083
- serializedName: "Microsoft.Devices/IotHubs",
1104
+ export const AzureSynapseDataSourceProperties = {
1084
1105
  type: {
1085
1106
  name: "Composite",
1086
- polymorphicDiscriminator: StreamInputDataSource.type.polymorphicDiscriminator,
1087
- uberParent: "StreamInputDataSource",
1088
- className: "IoTHubStreamInputDataSource",
1089
- modelProperties: __assign(__assign({}, StreamInputDataSource.type.modelProperties), { iotHubNamespace: {
1090
- serializedName: "properties.iotHubNamespace",
1107
+ className: "AzureSynapseDataSourceProperties",
1108
+ modelProperties: {
1109
+ server: {
1110
+ serializedName: "server",
1091
1111
  type: {
1092
1112
  name: "String"
1093
1113
  }
1094
- }, sharedAccessPolicyName: {
1095
- serializedName: "properties.sharedAccessPolicyName",
1114
+ },
1115
+ database: {
1116
+ serializedName: "database",
1096
1117
  type: {
1097
1118
  name: "String"
1098
1119
  }
1099
- }, sharedAccessPolicyKey: {
1100
- serializedName: "properties.sharedAccessPolicyKey",
1120
+ },
1121
+ table: {
1122
+ serializedName: "table",
1101
1123
  type: {
1102
1124
  name: "String"
1103
1125
  }
1104
- }, consumerGroupName: {
1105
- serializedName: "properties.consumerGroupName",
1126
+ },
1127
+ user: {
1128
+ serializedName: "user",
1106
1129
  type: {
1107
1130
  name: "String"
1108
1131
  }
1109
- }, endpoint: {
1110
- serializedName: "properties.endpoint",
1132
+ },
1133
+ password: {
1134
+ serializedName: "password",
1111
1135
  type: {
1112
1136
  name: "String"
1113
1137
  }
1114
- } })
1138
+ }
1139
+ }
1115
1140
  }
1116
1141
  };
1117
- export var RawStreamInputDataSource = {
1118
- serializedName: "Raw",
1142
+ export const OAuthBasedDataSourceProperties = {
1119
1143
  type: {
1120
1144
  name: "Composite",
1121
- polymorphicDiscriminator: StreamInputDataSource.type.polymorphicDiscriminator,
1122
- uberParent: "StreamInputDataSource",
1123
- className: "RawStreamInputDataSource",
1124
- modelProperties: __assign(__assign({}, StreamInputDataSource.type.modelProperties), { payload: {
1125
- serializedName: "properties.payload",
1145
+ className: "OAuthBasedDataSourceProperties",
1146
+ modelProperties: {
1147
+ refreshToken: {
1148
+ serializedName: "refreshToken",
1126
1149
  type: {
1127
1150
  name: "String"
1128
1151
  }
1129
- }, payloadUri: {
1130
- serializedName: "properties.payloadUri",
1152
+ },
1153
+ tokenUserPrincipalName: {
1154
+ serializedName: "tokenUserPrincipalName",
1131
1155
  type: {
1132
1156
  name: "String"
1133
1157
  }
1134
- } })
1158
+ },
1159
+ tokenUserDisplayName: {
1160
+ serializedName: "tokenUserDisplayName",
1161
+ type: {
1162
+ name: "String"
1163
+ }
1164
+ }
1165
+ }
1135
1166
  }
1136
1167
  };
1137
- export var BlobReferenceInputDataSource = {
1138
- serializedName: "Microsoft.Storage/Blob",
1168
+ export const FunctionInput = {
1139
1169
  type: {
1140
1170
  name: "Composite",
1141
- polymorphicDiscriminator: ReferenceInputDataSource.type.polymorphicDiscriminator,
1142
- uberParent: "ReferenceInputDataSource",
1143
- className: "BlobReferenceInputDataSource",
1144
- modelProperties: __assign(__assign({}, ReferenceInputDataSource.type.modelProperties), { storageAccounts: {
1145
- serializedName: "properties.storageAccounts",
1146
- type: {
1147
- name: "Sequence",
1148
- element: {
1149
- type: {
1150
- name: "Composite",
1151
- className: "StorageAccount"
1152
- }
1153
- }
1154
- }
1155
- }, container: {
1156
- serializedName: "properties.container",
1157
- type: {
1158
- name: "String"
1159
- }
1160
- }, pathPattern: {
1161
- serializedName: "properties.pathPattern",
1162
- type: {
1163
- name: "String"
1164
- }
1165
- }, dateFormat: {
1166
- serializedName: "properties.dateFormat",
1171
+ className: "FunctionInput",
1172
+ modelProperties: {
1173
+ dataType: {
1174
+ serializedName: "dataType",
1167
1175
  type: {
1168
1176
  name: "String"
1169
1177
  }
1170
- }, timeFormat: {
1171
- serializedName: "properties.timeFormat",
1178
+ },
1179
+ isConfigurationParameter: {
1180
+ serializedName: "isConfigurationParameter",
1172
1181
  type: {
1173
- name: "String"
1182
+ name: "Boolean"
1174
1183
  }
1175
- } })
1184
+ }
1185
+ }
1176
1186
  }
1177
1187
  };
1178
- export var RawReferenceInputDataSource = {
1179
- serializedName: "Raw",
1188
+ export const FunctionOutput = {
1180
1189
  type: {
1181
1190
  name: "Composite",
1182
- polymorphicDiscriminator: ReferenceInputDataSource.type.polymorphicDiscriminator,
1183
- uberParent: "ReferenceInputDataSource",
1184
- className: "RawReferenceInputDataSource",
1185
- modelProperties: __assign(__assign({}, ReferenceInputDataSource.type.modelProperties), { payload: {
1186
- serializedName: "properties.payload",
1187
- type: {
1188
- name: "String"
1189
- }
1190
- }, payloadUri: {
1191
- serializedName: "properties.payloadUri",
1191
+ className: "FunctionOutput",
1192
+ modelProperties: {
1193
+ dataType: {
1194
+ serializedName: "dataType",
1192
1195
  type: {
1193
1196
  name: "String"
1194
1197
  }
1195
- } })
1198
+ }
1199
+ }
1196
1200
  }
1197
1201
  };
1198
- export var StorageAccount = {
1199
- serializedName: "StorageAccount",
1202
+ export const FunctionBinding = {
1200
1203
  type: {
1201
1204
  name: "Composite",
1202
- className: "StorageAccount",
1205
+ className: "FunctionBinding",
1206
+ uberParent: "FunctionBinding",
1207
+ polymorphicDiscriminator: {
1208
+ serializedName: "type",
1209
+ clientName: "type"
1210
+ },
1203
1211
  modelProperties: {
1204
- accountName: {
1205
- serializedName: "accountName",
1206
- type: {
1207
- name: "String"
1208
- }
1209
- },
1210
- accountKey: {
1211
- serializedName: "accountKey",
1212
+ type: {
1213
+ serializedName: "type",
1214
+ required: true,
1212
1215
  type: {
1213
1216
  name: "String"
1214
1217
  }
@@ -1216,77 +1219,71 @@ export var StorageAccount = {
1216
1219
  }
1217
1220
  }
1218
1221
  };
1219
- export var BlobDataSourceProperties = {
1220
- serializedName: "BlobDataSourceProperties",
1222
+ export const AzureMachineLearningWebServiceInputs = {
1221
1223
  type: {
1222
1224
  name: "Composite",
1223
- className: "BlobDataSourceProperties",
1225
+ className: "AzureMachineLearningWebServiceInputs",
1224
1226
  modelProperties: {
1225
- storageAccounts: {
1226
- serializedName: "storageAccounts",
1227
+ name: {
1228
+ serializedName: "name",
1229
+ type: {
1230
+ name: "String"
1231
+ }
1232
+ },
1233
+ columnNames: {
1234
+ serializedName: "columnNames",
1227
1235
  type: {
1228
1236
  name: "Sequence",
1229
1237
  element: {
1230
1238
  type: {
1231
1239
  name: "Composite",
1232
- className: "StorageAccount"
1240
+ className: "AzureMachineLearningWebServiceInputColumn"
1233
1241
  }
1234
1242
  }
1235
1243
  }
1236
- },
1237
- container: {
1238
- serializedName: "container",
1239
- type: {
1240
- name: "String"
1241
- }
1242
- },
1243
- pathPattern: {
1244
- serializedName: "pathPattern",
1244
+ }
1245
+ }
1246
+ }
1247
+ };
1248
+ export const AzureMachineLearningWebServiceInputColumn = {
1249
+ type: {
1250
+ name: "Composite",
1251
+ className: "AzureMachineLearningWebServiceInputColumn",
1252
+ modelProperties: {
1253
+ name: {
1254
+ serializedName: "name",
1245
1255
  type: {
1246
1256
  name: "String"
1247
1257
  }
1248
1258
  },
1249
- dateFormat: {
1250
- serializedName: "dateFormat",
1259
+ dataType: {
1260
+ serializedName: "dataType",
1251
1261
  type: {
1252
1262
  name: "String"
1253
1263
  }
1254
1264
  },
1255
- timeFormat: {
1256
- serializedName: "timeFormat",
1265
+ mapTo: {
1266
+ serializedName: "mapTo",
1257
1267
  type: {
1258
- name: "String"
1268
+ name: "Number"
1259
1269
  }
1260
1270
  }
1261
1271
  }
1262
1272
  }
1263
1273
  };
1264
- export var ServiceBusDataSourceProperties = {
1265
- serializedName: "ServiceBusDataSourceProperties",
1274
+ export const AzureMachineLearningWebServiceOutputColumn = {
1266
1275
  type: {
1267
1276
  name: "Composite",
1268
- className: "ServiceBusDataSourceProperties",
1277
+ className: "AzureMachineLearningWebServiceOutputColumn",
1269
1278
  modelProperties: {
1270
- serviceBusNamespace: {
1271
- serializedName: "serviceBusNamespace",
1272
- type: {
1273
- name: "String"
1274
- }
1275
- },
1276
- sharedAccessPolicyName: {
1277
- serializedName: "sharedAccessPolicyName",
1278
- type: {
1279
- name: "String"
1280
- }
1281
- },
1282
- sharedAccessPolicyKey: {
1283
- serializedName: "sharedAccessPolicyKey",
1279
+ name: {
1280
+ serializedName: "name",
1284
1281
  type: {
1285
1282
  name: "String"
1286
1283
  }
1287
1284
  },
1288
- authenticationMode: {
1289
- serializedName: "authenticationMode",
1285
+ dataType: {
1286
+ serializedName: "dataType",
1290
1287
  type: {
1291
1288
  name: "String"
1292
1289
  }
@@ -1294,62 +1291,62 @@ export var ServiceBusDataSourceProperties = {
1294
1291
  }
1295
1292
  }
1296
1293
  };
1297
- export var EventHubDataSourceProperties = {
1298
- serializedName: "EventHubDataSourceProperties",
1294
+ export const StreamInputProperties = {
1295
+ serializedName: "Stream",
1299
1296
  type: {
1300
1297
  name: "Composite",
1301
- className: "EventHubDataSourceProperties",
1302
- modelProperties: __assign(__assign({}, ServiceBusDataSourceProperties.type.modelProperties), { eventHubName: {
1303
- serializedName: "eventHubName",
1298
+ className: "StreamInputProperties",
1299
+ uberParent: "InputProperties",
1300
+ polymorphicDiscriminator: InputProperties.type.polymorphicDiscriminator,
1301
+ modelProperties: Object.assign(Object.assign({}, InputProperties.type.modelProperties), { datasource: {
1302
+ serializedName: "datasource",
1304
1303
  type: {
1305
- name: "String"
1304
+ name: "Composite",
1305
+ className: "StreamInputDataSource"
1306
1306
  }
1307
1307
  } })
1308
1308
  }
1309
1309
  };
1310
- export var ParquetSerialization = {
1311
- serializedName: "Parquet",
1310
+ export const ReferenceInputProperties = {
1311
+ serializedName: "Reference",
1312
1312
  type: {
1313
1313
  name: "Composite",
1314
- polymorphicDiscriminator: Serialization.type.polymorphicDiscriminator,
1315
- uberParent: "Serialization",
1316
- className: "ParquetSerialization",
1317
- modelProperties: __assign(__assign({}, Serialization.type.modelProperties), { properties: {
1318
- serializedName: "properties",
1314
+ className: "ReferenceInputProperties",
1315
+ uberParent: "InputProperties",
1316
+ polymorphicDiscriminator: InputProperties.type.polymorphicDiscriminator,
1317
+ modelProperties: Object.assign(Object.assign({}, InputProperties.type.modelProperties), { datasource: {
1318
+ serializedName: "datasource",
1319
1319
  type: {
1320
- name: "Object"
1320
+ name: "Composite",
1321
+ className: "ReferenceInputDataSource"
1321
1322
  }
1322
1323
  } })
1323
1324
  }
1324
1325
  };
1325
- export var CustomClrSerialization = {
1326
- serializedName: "CustomClr",
1326
+ export const ParquetSerialization = {
1327
+ serializedName: "Parquet",
1327
1328
  type: {
1328
1329
  name: "Composite",
1329
- polymorphicDiscriminator: Serialization.type.polymorphicDiscriminator,
1330
+ className: "ParquetSerialization",
1330
1331
  uberParent: "Serialization",
1331
- className: "CustomClrSerialization",
1332
- modelProperties: __assign(__assign({}, Serialization.type.modelProperties), { serializationDllPath: {
1333
- serializedName: "properties.serializationDllPath",
1334
- type: {
1335
- name: "String"
1336
- }
1337
- }, serializationClassName: {
1338
- serializedName: "properties.serializationClassName",
1332
+ polymorphicDiscriminator: Serialization.type.polymorphicDiscriminator,
1333
+ modelProperties: Object.assign(Object.assign({}, Serialization.type.modelProperties), { properties: {
1334
+ serializedName: "properties",
1339
1335
  type: {
1340
- name: "String"
1336
+ name: "Dictionary",
1337
+ value: { type: { name: "any" } }
1341
1338
  }
1342
1339
  } })
1343
1340
  }
1344
1341
  };
1345
- export var CsvSerialization = {
1342
+ export const CsvSerialization = {
1346
1343
  serializedName: "Csv",
1347
1344
  type: {
1348
1345
  name: "Composite",
1349
- polymorphicDiscriminator: Serialization.type.polymorphicDiscriminator,
1350
- uberParent: "Serialization",
1351
1346
  className: "CsvSerialization",
1352
- modelProperties: __assign(__assign({}, Serialization.type.modelProperties), { fieldDelimiter: {
1347
+ uberParent: "Serialization",
1348
+ polymorphicDiscriminator: Serialization.type.polymorphicDiscriminator,
1349
+ modelProperties: Object.assign(Object.assign({}, Serialization.type.modelProperties), { fieldDelimiter: {
1353
1350
  serializedName: "properties.fieldDelimiter",
1354
1351
  type: {
1355
1352
  name: "String"
@@ -1362,14 +1359,14 @@ export var CsvSerialization = {
1362
1359
  } })
1363
1360
  }
1364
1361
  };
1365
- export var JsonSerialization = {
1362
+ export const JsonSerialization = {
1366
1363
  serializedName: "Json",
1367
1364
  type: {
1368
1365
  name: "Composite",
1369
- polymorphicDiscriminator: Serialization.type.polymorphicDiscriminator,
1370
- uberParent: "Serialization",
1371
1366
  className: "JsonSerialization",
1372
- modelProperties: __assign(__assign({}, Serialization.type.modelProperties), { encoding: {
1367
+ uberParent: "Serialization",
1368
+ polymorphicDiscriminator: Serialization.type.polymorphicDiscriminator,
1369
+ modelProperties: Object.assign(Object.assign({}, Serialization.type.modelProperties), { encoding: {
1373
1370
  serializedName: "properties.encoding",
1374
1371
  type: {
1375
1372
  name: "String"
@@ -1382,168 +1379,87 @@ export var JsonSerialization = {
1382
1379
  } })
1383
1380
  }
1384
1381
  };
1385
- export var AvroSerialization = {
1382
+ export const AvroSerialization = {
1386
1383
  serializedName: "Avro",
1387
1384
  type: {
1388
1385
  name: "Composite",
1389
- polymorphicDiscriminator: Serialization.type.polymorphicDiscriminator,
1390
- uberParent: "Serialization",
1391
1386
  className: "AvroSerialization",
1392
- modelProperties: __assign(__assign({}, Serialization.type.modelProperties), { properties: {
1387
+ uberParent: "Serialization",
1388
+ polymorphicDiscriminator: Serialization.type.polymorphicDiscriminator,
1389
+ modelProperties: Object.assign(Object.assign({}, Serialization.type.modelProperties), { properties: {
1393
1390
  serializedName: "properties",
1394
1391
  type: {
1395
- name: "Object"
1392
+ name: "Dictionary",
1393
+ value: { type: { name: "any" } }
1396
1394
  }
1397
1395
  } })
1398
1396
  }
1399
1397
  };
1400
- export var Identity = {
1401
- serializedName: "Identity",
1398
+ export const Input = {
1402
1399
  type: {
1403
1400
  name: "Composite",
1404
- className: "Identity",
1405
- modelProperties: {
1406
- tenantId: {
1407
- serializedName: "tenantId",
1408
- type: {
1409
- name: "String"
1410
- }
1411
- },
1412
- principalId: {
1413
- serializedName: "principalId",
1414
- type: {
1415
- name: "String"
1416
- }
1417
- },
1418
- type: {
1419
- serializedName: "type",
1401
+ className: "Input",
1402
+ modelProperties: Object.assign(Object.assign({}, SubResource.type.modelProperties), { properties: {
1403
+ serializedName: "properties",
1420
1404
  type: {
1421
- name: "String"
1405
+ name: "Composite",
1406
+ className: "InputProperties"
1422
1407
  }
1423
- }
1424
- }
1408
+ } })
1425
1409
  }
1426
1410
  };
1427
- export var AzureSqlReferenceInputDataSourceProperties = {
1428
- serializedName: "AzureSqlReferenceInputDataSourceProperties",
1411
+ export const Transformation = {
1429
1412
  type: {
1430
1413
  name: "Composite",
1431
- className: "AzureSqlReferenceInputDataSourceProperties",
1432
- modelProperties: {
1433
- server: {
1434
- serializedName: "server",
1414
+ className: "Transformation",
1415
+ modelProperties: Object.assign(Object.assign({}, SubResource.type.modelProperties), { streamingUnits: {
1416
+ serializedName: "properties.streamingUnits",
1435
1417
  type: {
1436
- name: "String"
1418
+ name: "Number"
1437
1419
  }
1438
- },
1439
- database: {
1440
- serializedName: "database",
1420
+ }, validStreamingUnits: {
1421
+ serializedName: "properties.validStreamingUnits",
1441
1422
  type: {
1442
- name: "String"
1423
+ name: "Sequence",
1424
+ element: {
1425
+ type: {
1426
+ name: "Number"
1427
+ }
1428
+ }
1443
1429
  }
1444
- },
1445
- user: {
1446
- serializedName: "user",
1430
+ }, query: {
1431
+ serializedName: "properties.query",
1447
1432
  type: {
1448
1433
  name: "String"
1449
1434
  }
1450
- },
1451
- password: {
1452
- serializedName: "password",
1435
+ }, etag: {
1436
+ serializedName: "properties.etag",
1437
+ readOnly: true,
1453
1438
  type: {
1454
1439
  name: "String"
1455
1440
  }
1456
- },
1457
- table: {
1458
- serializedName: "table",
1441
+ } })
1442
+ }
1443
+ };
1444
+ export const Output = {
1445
+ type: {
1446
+ name: "Composite",
1447
+ className: "Output",
1448
+ modelProperties: Object.assign(Object.assign({}, SubResource.type.modelProperties), { datasource: {
1449
+ serializedName: "properties.datasource",
1459
1450
  type: {
1460
- name: "String"
1451
+ name: "Composite",
1452
+ className: "OutputDataSource"
1461
1453
  }
1462
- },
1463
- refreshType: {
1464
- serializedName: "refreshType",
1454
+ }, timeWindow: {
1455
+ serializedName: "properties.timeWindow",
1465
1456
  type: {
1466
1457
  name: "String"
1467
1458
  }
1468
- },
1469
- refreshRate: {
1470
- serializedName: "refreshRate",
1459
+ }, sizeWindow: {
1460
+ serializedName: "properties.sizeWindow",
1471
1461
  type: {
1472
- name: "String"
1473
- }
1474
- },
1475
- fullSnapshotQuery: {
1476
- serializedName: "fullSnapshotQuery",
1477
- type: {
1478
- name: "String"
1479
- }
1480
- },
1481
- deltaSnapshotQuery: {
1482
- serializedName: "deltaSnapshotQuery",
1483
- type: {
1484
- name: "String"
1485
- }
1486
- }
1487
- }
1488
- }
1489
- };
1490
- export var AzureSqlReferenceInputDataSource = {
1491
- serializedName: "Microsoft.Sql/Server/Database",
1492
- type: {
1493
- name: "Composite",
1494
- polymorphicDiscriminator: ReferenceInputDataSource.type.polymorphicDiscriminator,
1495
- uberParent: "ReferenceInputDataSource",
1496
- className: "AzureSqlReferenceInputDataSource",
1497
- modelProperties: __assign(__assign({}, ReferenceInputDataSource.type.modelProperties), { properties: {
1498
- serializedName: "properties",
1499
- type: {
1500
- name: "Composite",
1501
- className: "AzureSqlReferenceInputDataSourceProperties"
1502
- }
1503
- } })
1504
- }
1505
- };
1506
- export var OutputDataSource = {
1507
- serializedName: "OutputDataSource",
1508
- type: {
1509
- name: "Composite",
1510
- polymorphicDiscriminator: {
1511
- serializedName: "type",
1512
- clientName: "type"
1513
- },
1514
- uberParent: "OutputDataSource",
1515
- className: "OutputDataSource",
1516
- modelProperties: {
1517
- type: {
1518
- required: true,
1519
- serializedName: "type",
1520
- type: {
1521
- name: "String"
1522
- }
1523
- }
1524
- }
1525
- }
1526
- };
1527
- export var Output = {
1528
- serializedName: "Output",
1529
- type: {
1530
- name: "Composite",
1531
- className: "Output",
1532
- modelProperties: __assign(__assign({}, SubResource.type.modelProperties), { datasource: {
1533
- serializedName: "properties.datasource",
1534
- type: {
1535
- name: "Composite",
1536
- className: "OutputDataSource"
1537
- }
1538
- }, timeWindow: {
1539
- serializedName: "properties.timeWindow",
1540
- type: {
1541
- name: "String"
1542
- }
1543
- }, sizeWindow: {
1544
- serializedName: "properties.sizeWindow",
1545
- type: {
1546
- name: "Number"
1462
+ name: "Number"
1547
1463
  }
1548
1464
  }, serialization: {
1549
1465
  serializedName: "properties.serialization",
@@ -1552,44 +1468,60 @@ export var Output = {
1552
1468
  className: "Serialization"
1553
1469
  }
1554
1470
  }, diagnostics: {
1555
- readOnly: true,
1556
1471
  serializedName: "properties.diagnostics",
1557
1472
  type: {
1558
1473
  name: "Composite",
1559
1474
  className: "Diagnostics"
1560
1475
  }
1561
1476
  }, etag: {
1562
- readOnly: true,
1563
1477
  serializedName: "properties.etag",
1478
+ readOnly: true,
1564
1479
  type: {
1565
1480
  name: "String"
1566
1481
  }
1567
1482
  } })
1568
1483
  }
1569
1484
  };
1570
- export var RawOutputDatasource = {
1571
- serializedName: "Raw",
1485
+ export const FunctionModel = {
1572
1486
  type: {
1573
1487
  name: "Composite",
1574
- polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,
1575
- uberParent: "OutputDataSource",
1576
- className: "RawOutputDatasource",
1577
- modelProperties: __assign(__assign({}, OutputDataSource.type.modelProperties), { payloadUri: {
1578
- serializedName: "properties.payloadUri",
1488
+ className: "FunctionModel",
1489
+ modelProperties: Object.assign(Object.assign({}, SubResource.type.modelProperties), { properties: {
1490
+ serializedName: "properties",
1579
1491
  type: {
1580
- name: "String"
1492
+ name: "Composite",
1493
+ className: "FunctionProperties"
1494
+ }
1495
+ } })
1496
+ }
1497
+ };
1498
+ export const SubscriptionQuota = {
1499
+ type: {
1500
+ name: "Composite",
1501
+ className: "SubscriptionQuota",
1502
+ modelProperties: Object.assign(Object.assign({}, SubResource.type.modelProperties), { maxCount: {
1503
+ serializedName: "properties.maxCount",
1504
+ readOnly: true,
1505
+ type: {
1506
+ name: "Number"
1507
+ }
1508
+ }, currentCount: {
1509
+ serializedName: "properties.currentCount",
1510
+ readOnly: true,
1511
+ type: {
1512
+ name: "Number"
1581
1513
  }
1582
1514
  } })
1583
1515
  }
1584
1516
  };
1585
- export var BlobOutputDataSource = {
1517
+ export const BlobOutputDataSource = {
1586
1518
  serializedName: "Microsoft.Storage/Blob",
1587
1519
  type: {
1588
1520
  name: "Composite",
1589
- polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,
1590
- uberParent: "OutputDataSource",
1591
1521
  className: "BlobOutputDataSource",
1592
- modelProperties: __assign(__assign({}, OutputDataSource.type.modelProperties), { storageAccounts: {
1522
+ uberParent: "OutputDataSource",
1523
+ polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,
1524
+ modelProperties: Object.assign(Object.assign({}, OutputDataSource.type.modelProperties), { storageAccounts: {
1593
1525
  serializedName: "properties.storageAccounts",
1594
1526
  type: {
1595
1527
  name: "Sequence",
@@ -1628,14 +1560,14 @@ export var BlobOutputDataSource = {
1628
1560
  } })
1629
1561
  }
1630
1562
  };
1631
- export var AzureTableOutputDataSource = {
1563
+ export const AzureTableOutputDataSource = {
1632
1564
  serializedName: "Microsoft.Storage/Table",
1633
1565
  type: {
1634
1566
  name: "Composite",
1635
- polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,
1636
- uberParent: "OutputDataSource",
1637
1567
  className: "AzureTableOutputDataSource",
1638
- modelProperties: __assign(__assign({}, OutputDataSource.type.modelProperties), { accountName: {
1568
+ uberParent: "OutputDataSource",
1569
+ polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,
1570
+ modelProperties: Object.assign(Object.assign({}, OutputDataSource.type.modelProperties), { accountName: {
1639
1571
  serializedName: "properties.accountName",
1640
1572
  type: {
1641
1573
  name: "String"
@@ -1678,14 +1610,14 @@ export var AzureTableOutputDataSource = {
1678
1610
  } })
1679
1611
  }
1680
1612
  };
1681
- export var EventHubOutputDataSource = {
1613
+ export const EventHubOutputDataSource = {
1682
1614
  serializedName: "Microsoft.ServiceBus/EventHub",
1683
1615
  type: {
1684
1616
  name: "Composite",
1685
- polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,
1686
- uberParent: "OutputDataSource",
1687
1617
  className: "EventHubOutputDataSource",
1688
- modelProperties: __assign(__assign({}, OutputDataSource.type.modelProperties), { serviceBusNamespace: {
1618
+ uberParent: "OutputDataSource",
1619
+ polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,
1620
+ modelProperties: Object.assign(Object.assign({}, OutputDataSource.type.modelProperties), { serviceBusNamespace: {
1689
1621
  serializedName: "properties.serviceBusNamespace",
1690
1622
  type: {
1691
1623
  name: "String"
@@ -1728,14 +1660,14 @@ export var EventHubOutputDataSource = {
1728
1660
  } })
1729
1661
  }
1730
1662
  };
1731
- export var EventHubV2OutputDataSource = {
1663
+ export const EventHubV2OutputDataSource = {
1732
1664
  serializedName: "Microsoft.EventHub/EventHub",
1733
1665
  type: {
1734
1666
  name: "Composite",
1735
- polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,
1736
- uberParent: "OutputDataSource",
1737
1667
  className: "EventHubV2OutputDataSource",
1738
- modelProperties: __assign(__assign({}, OutputDataSource.type.modelProperties), { serviceBusNamespace: {
1668
+ uberParent: "OutputDataSource",
1669
+ polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,
1670
+ modelProperties: Object.assign(Object.assign({}, OutputDataSource.type.modelProperties), { serviceBusNamespace: {
1739
1671
  serializedName: "properties.serviceBusNamespace",
1740
1672
  type: {
1741
1673
  name: "String"
@@ -1778,14 +1710,14 @@ export var EventHubV2OutputDataSource = {
1778
1710
  } })
1779
1711
  }
1780
1712
  };
1781
- export var AzureSqlDatabaseOutputDataSource = {
1713
+ export const AzureSqlDatabaseOutputDataSource = {
1782
1714
  serializedName: "Microsoft.Sql/Server/Database",
1783
1715
  type: {
1784
1716
  name: "Composite",
1785
- polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,
1786
- uberParent: "OutputDataSource",
1787
1717
  className: "AzureSqlDatabaseOutputDataSource",
1788
- modelProperties: __assign(__assign({}, OutputDataSource.type.modelProperties), { server: {
1718
+ uberParent: "OutputDataSource",
1719
+ polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,
1720
+ modelProperties: Object.assign(Object.assign({}, OutputDataSource.type.modelProperties), { server: {
1789
1721
  serializedName: "properties.server",
1790
1722
  type: {
1791
1723
  name: "String"
@@ -1828,14 +1760,14 @@ export var AzureSqlDatabaseOutputDataSource = {
1828
1760
  } })
1829
1761
  }
1830
1762
  };
1831
- export var AzureSynapseOutputDataSource = {
1763
+ export const AzureSynapseOutputDataSource = {
1832
1764
  serializedName: "Microsoft.Sql/Server/DataWarehouse",
1833
1765
  type: {
1834
1766
  name: "Composite",
1835
- polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,
1836
- uberParent: "OutputDataSource",
1837
1767
  className: "AzureSynapseOutputDataSource",
1838
- modelProperties: __assign(__assign({}, OutputDataSource.type.modelProperties), { server: {
1768
+ uberParent: "OutputDataSource",
1769
+ polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,
1770
+ modelProperties: Object.assign(Object.assign({}, OutputDataSource.type.modelProperties), { server: {
1839
1771
  serializedName: "properties.server",
1840
1772
  type: {
1841
1773
  name: "String"
@@ -1863,53 +1795,14 @@ export var AzureSynapseOutputDataSource = {
1863
1795
  } })
1864
1796
  }
1865
1797
  };
1866
- export var AzureSynapseDataSourceProperties = {
1867
- serializedName: "AzureSynapseDataSourceProperties",
1868
- type: {
1869
- name: "Composite",
1870
- className: "AzureSynapseDataSourceProperties",
1871
- modelProperties: {
1872
- server: {
1873
- serializedName: "server",
1874
- type: {
1875
- name: "String"
1876
- }
1877
- },
1878
- database: {
1879
- serializedName: "database",
1880
- type: {
1881
- name: "String"
1882
- }
1883
- },
1884
- table: {
1885
- serializedName: "table",
1886
- type: {
1887
- name: "String"
1888
- }
1889
- },
1890
- user: {
1891
- serializedName: "user",
1892
- type: {
1893
- name: "String"
1894
- }
1895
- },
1896
- password: {
1897
- serializedName: "password",
1898
- type: {
1899
- name: "String"
1900
- }
1901
- }
1902
- }
1903
- }
1904
- };
1905
- export var DocumentDbOutputDataSource = {
1798
+ export const DocumentDbOutputDataSource = {
1906
1799
  serializedName: "Microsoft.Storage/DocumentDB",
1907
1800
  type: {
1908
1801
  name: "Composite",
1909
- polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,
1910
- uberParent: "OutputDataSource",
1911
1802
  className: "DocumentDbOutputDataSource",
1912
- modelProperties: __assign(__assign({}, OutputDataSource.type.modelProperties), { accountId: {
1803
+ uberParent: "OutputDataSource",
1804
+ polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,
1805
+ modelProperties: Object.assign(Object.assign({}, OutputDataSource.type.modelProperties), { accountId: {
1913
1806
  serializedName: "properties.accountId",
1914
1807
  type: {
1915
1808
  name: "String"
@@ -1942,49 +1835,14 @@ export var DocumentDbOutputDataSource = {
1942
1835
  } })
1943
1836
  }
1944
1837
  };
1945
- export var AzureFunctionOutputDataSource = {
1946
- serializedName: "Microsoft.AzureFunction",
1947
- type: {
1948
- name: "Composite",
1949
- polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,
1950
- uberParent: "OutputDataSource",
1951
- className: "AzureFunctionOutputDataSource",
1952
- modelProperties: __assign(__assign({}, OutputDataSource.type.modelProperties), { functionAppName: {
1953
- serializedName: "properties.functionAppName",
1954
- type: {
1955
- name: "String"
1956
- }
1957
- }, functionName: {
1958
- serializedName: "properties.functionName",
1959
- type: {
1960
- name: "String"
1961
- }
1962
- }, apiKey: {
1963
- serializedName: "properties.apiKey",
1964
- type: {
1965
- name: "String"
1966
- }
1967
- }, maxBatchSize: {
1968
- serializedName: "properties.maxBatchSize",
1969
- type: {
1970
- name: "Number"
1971
- }
1972
- }, maxBatchCount: {
1973
- serializedName: "properties.maxBatchCount",
1974
- type: {
1975
- name: "Number"
1976
- }
1977
- } })
1978
- }
1979
- };
1980
- export var ServiceBusQueueOutputDataSource = {
1838
+ export const ServiceBusQueueOutputDataSource = {
1981
1839
  serializedName: "Microsoft.ServiceBus/Queue",
1982
1840
  type: {
1983
1841
  name: "Composite",
1984
- polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,
1985
- uberParent: "OutputDataSource",
1986
1842
  className: "ServiceBusQueueOutputDataSource",
1987
- modelProperties: __assign(__assign({}, OutputDataSource.type.modelProperties), { serviceBusNamespace: {
1843
+ uberParent: "OutputDataSource",
1844
+ polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,
1845
+ modelProperties: Object.assign(Object.assign({}, OutputDataSource.type.modelProperties), { serviceBusNamespace: {
1988
1846
  serializedName: "properties.serviceBusNamespace",
1989
1847
  type: {
1990
1848
  name: "String"
@@ -2023,23 +1881,19 @@ export var ServiceBusQueueOutputDataSource = {
2023
1881
  serializedName: "properties.systemPropertyColumns",
2024
1882
  type: {
2025
1883
  name: "Dictionary",
2026
- value: {
2027
- type: {
2028
- name: "String"
2029
- }
2030
- }
1884
+ value: { type: { name: "any" } }
2031
1885
  }
2032
1886
  } })
2033
1887
  }
2034
1888
  };
2035
- export var ServiceBusTopicOutputDataSource = {
1889
+ export const ServiceBusTopicOutputDataSource = {
2036
1890
  serializedName: "Microsoft.ServiceBus/Topic",
2037
1891
  type: {
2038
1892
  name: "Composite",
2039
- polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,
2040
- uberParent: "OutputDataSource",
2041
1893
  className: "ServiceBusTopicOutputDataSource",
2042
- modelProperties: __assign(__assign({}, OutputDataSource.type.modelProperties), { serviceBusNamespace: {
1894
+ uberParent: "OutputDataSource",
1895
+ polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,
1896
+ modelProperties: Object.assign(Object.assign({}, OutputDataSource.type.modelProperties), { serviceBusNamespace: {
2043
1897
  serializedName: "properties.serviceBusNamespace",
2044
1898
  type: {
2045
1899
  name: "String"
@@ -2078,23 +1932,19 @@ export var ServiceBusTopicOutputDataSource = {
2078
1932
  serializedName: "properties.systemPropertyColumns",
2079
1933
  type: {
2080
1934
  name: "Dictionary",
2081
- value: {
2082
- type: {
2083
- name: "String"
2084
- }
2085
- }
1935
+ value: { type: { name: "String" } }
2086
1936
  }
2087
1937
  } })
2088
1938
  }
2089
1939
  };
2090
- export var PowerBIOutputDataSource = {
1940
+ export const PowerBIOutputDataSource = {
2091
1941
  serializedName: "PowerBI",
2092
1942
  type: {
2093
1943
  name: "Composite",
2094
- polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,
2095
- uberParent: "OutputDataSource",
2096
1944
  className: "PowerBIOutputDataSource",
2097
- modelProperties: __assign(__assign({}, OutputDataSource.type.modelProperties), { refreshToken: {
1945
+ uberParent: "OutputDataSource",
1946
+ polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,
1947
+ modelProperties: Object.assign(Object.assign({}, OutputDataSource.type.modelProperties), { refreshToken: {
2098
1948
  serializedName: "properties.refreshToken",
2099
1949
  type: {
2100
1950
  name: "String"
@@ -2137,14 +1987,14 @@ export var PowerBIOutputDataSource = {
2137
1987
  } })
2138
1988
  }
2139
1989
  };
2140
- export var AzureDataLakeStoreOutputDataSource = {
1990
+ export const AzureDataLakeStoreOutputDataSource = {
2141
1991
  serializedName: "Microsoft.DataLake/Accounts",
2142
1992
  type: {
2143
1993
  name: "Composite",
2144
- polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,
2145
- uberParent: "OutputDataSource",
2146
1994
  className: "AzureDataLakeStoreOutputDataSource",
2147
- modelProperties: __assign(__assign({}, OutputDataSource.type.modelProperties), { refreshToken: {
1995
+ uberParent: "OutputDataSource",
1996
+ polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,
1997
+ modelProperties: Object.assign(Object.assign({}, OutputDataSource.type.modelProperties), { refreshToken: {
2148
1998
  serializedName: "properties.refreshToken",
2149
1999
  type: {
2150
2000
  name: "String"
@@ -2192,1170 +2042,839 @@ export var AzureDataLakeStoreOutputDataSource = {
2192
2042
  } })
2193
2043
  }
2194
2044
  };
2195
- export var AzureSqlDatabaseDataSourceProperties = {
2196
- serializedName: "AzureSqlDatabaseDataSourceProperties",
2045
+ export const ScalarFunctionProperties = {
2046
+ serializedName: "Scalar",
2197
2047
  type: {
2198
2048
  name: "Composite",
2199
- className: "AzureSqlDatabaseDataSourceProperties",
2200
- modelProperties: {
2201
- server: {
2202
- serializedName: "server",
2049
+ className: "ScalarFunctionProperties",
2050
+ uberParent: "FunctionProperties",
2051
+ polymorphicDiscriminator: FunctionProperties.type.polymorphicDiscriminator,
2052
+ modelProperties: Object.assign(Object.assign({}, FunctionProperties.type.modelProperties), { inputs: {
2053
+ serializedName: "properties.inputs",
2203
2054
  type: {
2204
- name: "String"
2055
+ name: "Sequence",
2056
+ element: {
2057
+ type: {
2058
+ name: "Composite",
2059
+ className: "FunctionInput"
2060
+ }
2061
+ }
2205
2062
  }
2206
- },
2207
- database: {
2208
- serializedName: "database",
2063
+ }, output: {
2064
+ serializedName: "properties.output",
2209
2065
  type: {
2210
- name: "String"
2066
+ name: "Composite",
2067
+ className: "FunctionOutput"
2211
2068
  }
2212
- },
2213
- user: {
2214
- serializedName: "user",
2069
+ }, binding: {
2070
+ serializedName: "properties.binding",
2215
2071
  type: {
2216
- name: "String"
2072
+ name: "Composite",
2073
+ className: "FunctionBinding"
2217
2074
  }
2218
- },
2219
- password: {
2220
- serializedName: "password",
2075
+ } })
2076
+ }
2077
+ };
2078
+ export const JobStorageAccount = {
2079
+ type: {
2080
+ name: "Composite",
2081
+ className: "JobStorageAccount",
2082
+ modelProperties: Object.assign(Object.assign({}, StorageAccount.type.modelProperties), { authenticationMode: {
2083
+ serializedName: "authenticationMode",
2221
2084
  type: {
2222
2085
  name: "String"
2223
2086
  }
2224
- },
2225
- table: {
2226
- serializedName: "table",
2087
+ } })
2088
+ }
2089
+ };
2090
+ export const TrackedResource = {
2091
+ type: {
2092
+ name: "Composite",
2093
+ className: "TrackedResource",
2094
+ modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { tags: {
2095
+ serializedName: "tags",
2227
2096
  type: {
2228
- name: "String"
2229
- }
2230
- },
2231
- maxBatchCount: {
2232
- serializedName: "maxBatchCount",
2233
- type: {
2234
- name: "Number"
2235
- }
2236
- },
2237
- maxWriterCount: {
2238
- serializedName: "maxWriterCount",
2239
- type: {
2240
- name: "Number"
2097
+ name: "Dictionary",
2098
+ value: { type: { name: "String" } }
2241
2099
  }
2242
- },
2243
- authenticationMode: {
2244
- serializedName: "authenticationMode",
2100
+ }, location: {
2101
+ serializedName: "location",
2245
2102
  type: {
2246
2103
  name: "String"
2247
2104
  }
2248
- }
2249
- }
2105
+ } })
2250
2106
  }
2251
2107
  };
2252
- export var OAuthBasedDataSourceProperties = {
2253
- serializedName: "OAuthBasedDataSourceProperties",
2108
+ export const ProxyResource = {
2254
2109
  type: {
2255
2110
  name: "Composite",
2256
- className: "OAuthBasedDataSourceProperties",
2257
- modelProperties: {
2258
- refreshToken: {
2259
- serializedName: "refreshToken",
2260
- type: {
2261
- name: "String"
2262
- }
2263
- },
2264
- tokenUserPrincipalName: {
2265
- serializedName: "tokenUserPrincipalName",
2111
+ className: "ProxyResource",
2112
+ modelProperties: Object.assign({}, Resource.type.modelProperties)
2113
+ }
2114
+ };
2115
+ export const AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters = {
2116
+ serializedName: "Microsoft.MachineLearning/WebService",
2117
+ type: {
2118
+ name: "Composite",
2119
+ className: "AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters",
2120
+ uberParent: "FunctionRetrieveDefaultDefinitionParameters",
2121
+ polymorphicDiscriminator: FunctionRetrieveDefaultDefinitionParameters.type.polymorphicDiscriminator,
2122
+ modelProperties: Object.assign(Object.assign({}, FunctionRetrieveDefaultDefinitionParameters.type.modelProperties), { executeEndpoint: {
2123
+ serializedName: "bindingRetrievalProperties.executeEndpoint",
2266
2124
  type: {
2267
2125
  name: "String"
2268
2126
  }
2269
- },
2270
- tokenUserDisplayName: {
2271
- serializedName: "tokenUserDisplayName",
2127
+ }, udfType: {
2128
+ defaultValue: "Scalar",
2129
+ isConstant: true,
2130
+ serializedName: "bindingRetrievalProperties.udfType",
2272
2131
  type: {
2273
2132
  name: "String"
2274
2133
  }
2275
- }
2276
- }
2134
+ } })
2277
2135
  }
2278
2136
  };
2279
- export var External = {
2280
- serializedName: "External",
2137
+ export const JavaScriptFunctionRetrieveDefaultDefinitionParameters = {
2138
+ serializedName: "Microsoft.StreamAnalytics/JavascriptUdf",
2281
2139
  type: {
2282
2140
  name: "Composite",
2283
- className: "External",
2284
- modelProperties: {
2285
- storageAccount: {
2286
- serializedName: "storageAccount",
2287
- type: {
2288
- name: "Composite",
2289
- className: "StorageAccount"
2290
- }
2291
- },
2292
- container: {
2293
- serializedName: "container",
2141
+ className: "JavaScriptFunctionRetrieveDefaultDefinitionParameters",
2142
+ uberParent: "FunctionRetrieveDefaultDefinitionParameters",
2143
+ polymorphicDiscriminator: FunctionRetrieveDefaultDefinitionParameters.type.polymorphicDiscriminator,
2144
+ modelProperties: Object.assign(Object.assign({}, FunctionRetrieveDefaultDefinitionParameters.type.modelProperties), { script: {
2145
+ serializedName: "bindingRetrievalProperties.script",
2294
2146
  type: {
2295
2147
  name: "String"
2296
2148
  }
2297
- },
2298
- path: {
2299
- serializedName: "path",
2149
+ }, udfType: {
2150
+ defaultValue: "Scalar",
2151
+ isConstant: true,
2152
+ serializedName: "bindingRetrievalProperties.udfType",
2300
2153
  type: {
2301
2154
  name: "String"
2302
2155
  }
2303
- }
2304
- }
2156
+ } })
2305
2157
  }
2306
2158
  };
2307
- export var StreamingJobSku = {
2308
- serializedName: "StreamingJobSku",
2159
+ export const BlobStreamInputDataSource = {
2160
+ serializedName: "Microsoft.Storage/Blob",
2309
2161
  type: {
2310
2162
  name: "Composite",
2311
- className: "StreamingJobSku",
2312
- modelProperties: {
2313
- name: {
2314
- serializedName: "name",
2163
+ className: "BlobStreamInputDataSource",
2164
+ uberParent: "StreamInputDataSource",
2165
+ polymorphicDiscriminator: StreamInputDataSource.type.polymorphicDiscriminator,
2166
+ modelProperties: Object.assign(Object.assign({}, StreamInputDataSource.type.modelProperties), { storageAccounts: {
2167
+ serializedName: "properties.storageAccounts",
2315
2168
  type: {
2316
- name: "String"
2169
+ name: "Sequence",
2170
+ element: {
2171
+ type: {
2172
+ name: "Composite",
2173
+ className: "StorageAccount"
2174
+ }
2175
+ }
2317
2176
  }
2318
- }
2319
- }
2320
- }
2321
- };
2322
- export var Transformation = {
2323
- serializedName: "Transformation",
2324
- type: {
2325
- name: "Composite",
2326
- className: "Transformation",
2327
- modelProperties: __assign(__assign({}, SubResource.type.modelProperties), { streamingUnits: {
2328
- serializedName: "properties.streamingUnits",
2177
+ }, container: {
2178
+ serializedName: "properties.container",
2329
2179
  type: {
2330
- name: "Number"
2180
+ name: "String"
2331
2181
  }
2332
- }, query: {
2333
- serializedName: "properties.query",
2182
+ }, pathPattern: {
2183
+ serializedName: "properties.pathPattern",
2334
2184
  type: {
2335
2185
  name: "String"
2336
2186
  }
2337
- }, etag: {
2338
- readOnly: true,
2339
- serializedName: "properties.etag",
2187
+ }, dateFormat: {
2188
+ serializedName: "properties.dateFormat",
2340
2189
  type: {
2341
2190
  name: "String"
2342
2191
  }
2343
- } })
2344
- }
2345
- };
2346
- export var JobStorageAccount = {
2347
- serializedName: "JobStorageAccount",
2348
- type: {
2349
- name: "Composite",
2350
- className: "JobStorageAccount",
2351
- modelProperties: __assign(__assign({}, StorageAccount.type.modelProperties), { authenticationMode: {
2352
- serializedName: "authenticationMode",
2192
+ }, timeFormat: {
2193
+ serializedName: "properties.timeFormat",
2353
2194
  type: {
2354
2195
  name: "String"
2355
2196
  }
2197
+ }, sourcePartitionCount: {
2198
+ serializedName: "properties.sourcePartitionCount",
2199
+ type: {
2200
+ name: "Number"
2201
+ }
2356
2202
  } })
2357
2203
  }
2358
2204
  };
2359
- export var ClusterInfo = {
2360
- serializedName: "ClusterInfo",
2205
+ export const EventHubStreamInputDataSource = {
2206
+ serializedName: "Microsoft.ServiceBus/EventHub",
2361
2207
  type: {
2362
2208
  name: "Composite",
2363
- className: "ClusterInfo",
2364
- modelProperties: {
2365
- id: {
2366
- serializedName: "id",
2209
+ className: "EventHubStreamInputDataSource",
2210
+ uberParent: "StreamInputDataSource",
2211
+ polymorphicDiscriminator: StreamInputDataSource.type.polymorphicDiscriminator,
2212
+ modelProperties: Object.assign(Object.assign({}, StreamInputDataSource.type.modelProperties), { serviceBusNamespace: {
2213
+ serializedName: "properties.serviceBusNamespace",
2367
2214
  type: {
2368
2215
  name: "String"
2369
2216
  }
2370
- }
2371
- }
2372
- }
2373
- };
2374
- export var Resource = {
2375
- serializedName: "Resource",
2376
- type: {
2377
- name: "Composite",
2378
- className: "Resource",
2379
- modelProperties: {
2380
- id: {
2381
- readOnly: true,
2382
- serializedName: "id",
2217
+ }, sharedAccessPolicyName: {
2218
+ serializedName: "properties.sharedAccessPolicyName",
2383
2219
  type: {
2384
2220
  name: "String"
2385
2221
  }
2386
- },
2387
- name: {
2388
- readOnly: true,
2389
- serializedName: "name",
2222
+ }, sharedAccessPolicyKey: {
2223
+ serializedName: "properties.sharedAccessPolicyKey",
2390
2224
  type: {
2391
2225
  name: "String"
2392
2226
  }
2393
- },
2394
- type: {
2395
- readOnly: true,
2396
- serializedName: "type",
2227
+ }, authenticationMode: {
2228
+ serializedName: "properties.authenticationMode",
2397
2229
  type: {
2398
2230
  name: "String"
2399
2231
  }
2400
- }
2401
- }
2402
- }
2403
- };
2404
- export var TrackedResource = {
2405
- serializedName: "TrackedResource",
2406
- type: {
2407
- name: "Composite",
2408
- className: "TrackedResource",
2409
- modelProperties: __assign(__assign({}, Resource.type.modelProperties), { tags: {
2410
- serializedName: "tags",
2232
+ }, eventHubName: {
2233
+ serializedName: "properties.eventHubName",
2411
2234
  type: {
2412
- name: "Dictionary",
2413
- value: {
2414
- type: {
2415
- name: "String"
2416
- }
2417
- }
2235
+ name: "String"
2418
2236
  }
2419
- }, location: {
2420
- serializedName: "location",
2237
+ }, consumerGroupName: {
2238
+ serializedName: "properties.consumerGroupName",
2421
2239
  type: {
2422
2240
  name: "String"
2423
2241
  }
2424
2242
  } })
2425
2243
  }
2426
2244
  };
2427
- export var StreamingJob = {
2428
- serializedName: "StreamingJob",
2245
+ export const EventHubV2StreamInputDataSource = {
2246
+ serializedName: "Microsoft.EventHub/EventHub",
2429
2247
  type: {
2430
2248
  name: "Composite",
2431
- className: "StreamingJob",
2432
- modelProperties: __assign(__assign({}, TrackedResource.type.modelProperties), { sku: {
2433
- serializedName: "properties.sku",
2434
- type: {
2435
- name: "Composite",
2436
- className: "StreamingJobSku"
2437
- }
2438
- }, jobId: {
2439
- readOnly: true,
2440
- serializedName: "properties.jobId",
2249
+ className: "EventHubV2StreamInputDataSource",
2250
+ uberParent: "StreamInputDataSource",
2251
+ polymorphicDiscriminator: StreamInputDataSource.type.polymorphicDiscriminator,
2252
+ modelProperties: Object.assign(Object.assign({}, StreamInputDataSource.type.modelProperties), { serviceBusNamespace: {
2253
+ serializedName: "properties.serviceBusNamespace",
2441
2254
  type: {
2442
2255
  name: "String"
2443
2256
  }
2444
- }, provisioningState: {
2445
- readOnly: true,
2446
- serializedName: "properties.provisioningState",
2257
+ }, sharedAccessPolicyName: {
2258
+ serializedName: "properties.sharedAccessPolicyName",
2447
2259
  type: {
2448
2260
  name: "String"
2449
2261
  }
2450
- }, jobState: {
2451
- readOnly: true,
2452
- serializedName: "properties.jobState",
2262
+ }, sharedAccessPolicyKey: {
2263
+ serializedName: "properties.sharedAccessPolicyKey",
2453
2264
  type: {
2454
2265
  name: "String"
2455
2266
  }
2456
- }, jobType: {
2457
- serializedName: "properties.jobType",
2267
+ }, authenticationMode: {
2268
+ serializedName: "properties.authenticationMode",
2458
2269
  type: {
2459
2270
  name: "String"
2460
2271
  }
2461
- }, outputStartMode: {
2462
- serializedName: "properties.outputStartMode",
2272
+ }, eventHubName: {
2273
+ serializedName: "properties.eventHubName",
2463
2274
  type: {
2464
2275
  name: "String"
2465
2276
  }
2466
- }, outputStartTime: {
2467
- serializedName: "properties.outputStartTime",
2468
- type: {
2469
- name: "DateTime"
2470
- }
2471
- }, lastOutputEventTime: {
2472
- readOnly: true,
2473
- serializedName: "properties.lastOutputEventTime",
2474
- type: {
2475
- name: "DateTime"
2476
- }
2477
- }, eventsOutOfOrderPolicy: {
2478
- serializedName: "properties.eventsOutOfOrderPolicy",
2277
+ }, consumerGroupName: {
2278
+ serializedName: "properties.consumerGroupName",
2479
2279
  type: {
2480
2280
  name: "String"
2481
2281
  }
2482
- }, outputErrorPolicy: {
2483
- serializedName: "properties.outputErrorPolicy",
2282
+ } })
2283
+ }
2284
+ };
2285
+ export const IoTHubStreamInputDataSource = {
2286
+ serializedName: "Microsoft.Devices/IotHubs",
2287
+ type: {
2288
+ name: "Composite",
2289
+ className: "IoTHubStreamInputDataSource",
2290
+ uberParent: "StreamInputDataSource",
2291
+ polymorphicDiscriminator: StreamInputDataSource.type.polymorphicDiscriminator,
2292
+ modelProperties: Object.assign(Object.assign({}, StreamInputDataSource.type.modelProperties), { iotHubNamespace: {
2293
+ serializedName: "properties.iotHubNamespace",
2484
2294
  type: {
2485
2295
  name: "String"
2486
2296
  }
2487
- }, eventsOutOfOrderMaxDelayInSeconds: {
2488
- serializedName: "properties.eventsOutOfOrderMaxDelayInSeconds",
2489
- type: {
2490
- name: "Number"
2491
- }
2492
- }, eventsLateArrivalMaxDelayInSeconds: {
2493
- serializedName: "properties.eventsLateArrivalMaxDelayInSeconds",
2297
+ }, sharedAccessPolicyName: {
2298
+ serializedName: "properties.sharedAccessPolicyName",
2494
2299
  type: {
2495
- name: "Number"
2300
+ name: "String"
2496
2301
  }
2497
- }, dataLocale: {
2498
- serializedName: "properties.dataLocale",
2302
+ }, sharedAccessPolicyKey: {
2303
+ serializedName: "properties.sharedAccessPolicyKey",
2499
2304
  type: {
2500
2305
  name: "String"
2501
2306
  }
2502
- }, compatibilityLevel: {
2503
- serializedName: "properties.compatibilityLevel",
2307
+ }, consumerGroupName: {
2308
+ serializedName: "properties.consumerGroupName",
2504
2309
  type: {
2505
2310
  name: "String"
2506
2311
  }
2507
- }, createdDate: {
2508
- readOnly: true,
2509
- serializedName: "properties.createdDate",
2312
+ }, endpoint: {
2313
+ serializedName: "properties.endpoint",
2510
2314
  type: {
2511
- name: "DateTime"
2315
+ name: "String"
2512
2316
  }
2513
- }, inputs: {
2514
- serializedName: "properties.inputs",
2317
+ } })
2318
+ }
2319
+ };
2320
+ export const BlobReferenceInputDataSource = {
2321
+ serializedName: "Microsoft.Storage/Blob",
2322
+ type: {
2323
+ name: "Composite",
2324
+ className: "BlobReferenceInputDataSource",
2325
+ uberParent: "ReferenceInputDataSource",
2326
+ polymorphicDiscriminator: ReferenceInputDataSource.type.polymorphicDiscriminator,
2327
+ modelProperties: Object.assign(Object.assign({}, ReferenceInputDataSource.type.modelProperties), { storageAccounts: {
2328
+ serializedName: "properties.storageAccounts",
2515
2329
  type: {
2516
2330
  name: "Sequence",
2517
2331
  element: {
2518
2332
  type: {
2519
2333
  name: "Composite",
2520
- className: "Input"
2334
+ className: "StorageAccount"
2521
2335
  }
2522
2336
  }
2523
2337
  }
2524
- }, transformation: {
2525
- serializedName: "properties.transformation",
2338
+ }, container: {
2339
+ serializedName: "properties.container",
2526
2340
  type: {
2527
- name: "Composite",
2528
- className: "Transformation"
2341
+ name: "String"
2529
2342
  }
2530
- }, outputs: {
2531
- serializedName: "properties.outputs",
2343
+ }, pathPattern: {
2344
+ serializedName: "properties.pathPattern",
2532
2345
  type: {
2533
- name: "Sequence",
2534
- element: {
2535
- type: {
2536
- name: "Composite",
2537
- className: "Output"
2538
- }
2539
- }
2346
+ name: "String"
2540
2347
  }
2541
- }, functions: {
2542
- serializedName: "properties.functions",
2348
+ }, dateFormat: {
2349
+ serializedName: "properties.dateFormat",
2543
2350
  type: {
2544
- name: "Sequence",
2545
- element: {
2546
- type: {
2547
- name: "Composite",
2548
- className: "FunctionModel"
2549
- }
2550
- }
2351
+ name: "String"
2551
2352
  }
2552
- }, etag: {
2553
- readOnly: true,
2554
- serializedName: "properties.etag",
2353
+ }, timeFormat: {
2354
+ serializedName: "properties.timeFormat",
2555
2355
  type: {
2556
2356
  name: "String"
2557
2357
  }
2558
- }, jobStorageAccount: {
2559
- serializedName: "properties.jobStorageAccount",
2358
+ } })
2359
+ }
2360
+ };
2361
+ export const AzureSqlReferenceInputDataSource = {
2362
+ serializedName: "Microsoft.Sql/Server/Database",
2363
+ type: {
2364
+ name: "Composite",
2365
+ className: "AzureSqlReferenceInputDataSource",
2366
+ uberParent: "ReferenceInputDataSource",
2367
+ polymorphicDiscriminator: ReferenceInputDataSource.type.polymorphicDiscriminator,
2368
+ modelProperties: Object.assign(Object.assign({}, ReferenceInputDataSource.type.modelProperties), { server: {
2369
+ serializedName: "properties.server",
2560
2370
  type: {
2561
- name: "Composite",
2562
- className: "JobStorageAccount"
2371
+ name: "String"
2563
2372
  }
2564
- }, contentStoragePolicy: {
2565
- serializedName: "properties.contentStoragePolicy",
2373
+ }, database: {
2374
+ serializedName: "properties.database",
2566
2375
  type: {
2567
2376
  name: "String"
2568
2377
  }
2569
- }, externals: {
2570
- serializedName: "properties.externals",
2378
+ }, user: {
2379
+ serializedName: "properties.user",
2571
2380
  type: {
2572
- name: "Composite",
2573
- className: "External"
2381
+ name: "String"
2574
2382
  }
2575
- }, cluster: {
2576
- serializedName: "properties.cluster",
2383
+ }, password: {
2384
+ serializedName: "properties.password",
2577
2385
  type: {
2578
- name: "Composite",
2579
- className: "ClusterInfo"
2386
+ name: "String"
2580
2387
  }
2581
- }, identity: {
2582
- serializedName: "identity",
2388
+ }, table: {
2389
+ serializedName: "properties.table",
2583
2390
  type: {
2584
- name: "Composite",
2585
- className: "Identity"
2391
+ name: "String"
2392
+ }
2393
+ }, refreshType: {
2394
+ serializedName: "properties.refreshType",
2395
+ type: {
2396
+ name: "String"
2397
+ }
2398
+ }, refreshRate: {
2399
+ serializedName: "properties.refreshRate",
2400
+ type: {
2401
+ name: "String"
2402
+ }
2403
+ }, fullSnapshotQuery: {
2404
+ serializedName: "properties.fullSnapshotQuery",
2405
+ type: {
2406
+ name: "String"
2407
+ }
2408
+ }, deltaSnapshotQuery: {
2409
+ serializedName: "properties.deltaSnapshotQuery",
2410
+ type: {
2411
+ name: "String"
2586
2412
  }
2587
2413
  } })
2588
2414
  }
2589
2415
  };
2590
- export var StartStreamingJobParameters = {
2591
- serializedName: "StartStreamingJobParameters",
2416
+ export const BlobStreamInputDataSourceProperties = {
2592
2417
  type: {
2593
2418
  name: "Composite",
2594
- className: "StartStreamingJobParameters",
2595
- modelProperties: {
2596
- outputStartMode: {
2597
- serializedName: "outputStartMode",
2598
- type: {
2599
- name: "String"
2600
- }
2601
- },
2602
- outputStartTime: {
2603
- serializedName: "outputStartTime",
2419
+ className: "BlobStreamInputDataSourceProperties",
2420
+ modelProperties: Object.assign(Object.assign({}, BlobDataSourceProperties.type.modelProperties), { sourcePartitionCount: {
2421
+ serializedName: "sourcePartitionCount",
2604
2422
  type: {
2605
- name: "DateTime"
2423
+ name: "Number"
2606
2424
  }
2607
- }
2608
- }
2425
+ } })
2609
2426
  }
2610
2427
  };
2611
- export var ProxyResource = {
2612
- serializedName: "ProxyResource",
2428
+ export const BlobReferenceInputDataSourceProperties = {
2613
2429
  type: {
2614
2430
  name: "Composite",
2615
- className: "ProxyResource",
2616
- modelProperties: __assign({}, Resource.type.modelProperties)
2431
+ className: "BlobReferenceInputDataSourceProperties",
2432
+ modelProperties: Object.assign({}, BlobDataSourceProperties.type.modelProperties)
2617
2433
  }
2618
2434
  };
2619
- export var SubscriptionQuota = {
2620
- serializedName: "SubscriptionQuota",
2435
+ export const BlobOutputDataSourceProperties = {
2621
2436
  type: {
2622
2437
  name: "Composite",
2623
- className: "SubscriptionQuota",
2624
- modelProperties: __assign(__assign({}, SubResource.type.modelProperties), { maxCount: {
2625
- readOnly: true,
2626
- serializedName: "properties.maxCount",
2438
+ className: "BlobOutputDataSourceProperties",
2439
+ modelProperties: Object.assign(Object.assign({}, BlobDataSourceProperties.type.modelProperties), { authenticationMode: {
2440
+ serializedName: "authenticationMode",
2627
2441
  type: {
2628
- name: "Number"
2442
+ name: "String"
2629
2443
  }
2630
- }, currentCount: {
2631
- readOnly: true,
2632
- serializedName: "properties.currentCount",
2444
+ } })
2445
+ }
2446
+ };
2447
+ export const EventHubDataSourceProperties = {
2448
+ type: {
2449
+ name: "Composite",
2450
+ className: "EventHubDataSourceProperties",
2451
+ modelProperties: Object.assign(Object.assign({}, ServiceBusDataSourceProperties.type.modelProperties), { eventHubName: {
2452
+ serializedName: "eventHubName",
2633
2453
  type: {
2634
- name: "Number"
2454
+ name: "String"
2635
2455
  }
2636
2456
  } })
2637
2457
  }
2638
2458
  };
2639
- export var SubscriptionQuotasListResult = {
2640
- serializedName: "SubscriptionQuotasListResult",
2459
+ export const ServiceBusQueueOutputDataSourceProperties = {
2641
2460
  type: {
2642
2461
  name: "Composite",
2643
- className: "SubscriptionQuotasListResult",
2644
- modelProperties: {
2645
- value: {
2646
- readOnly: true,
2647
- serializedName: "value",
2462
+ className: "ServiceBusQueueOutputDataSourceProperties",
2463
+ modelProperties: Object.assign(Object.assign({}, ServiceBusDataSourceProperties.type.modelProperties), { queueName: {
2464
+ serializedName: "queueName",
2465
+ type: {
2466
+ name: "String"
2467
+ }
2468
+ }, propertyColumns: {
2469
+ serializedName: "propertyColumns",
2648
2470
  type: {
2649
2471
  name: "Sequence",
2650
2472
  element: {
2651
2473
  type: {
2652
- name: "Composite",
2653
- className: "SubscriptionQuota"
2474
+ name: "String"
2654
2475
  }
2655
2476
  }
2656
2477
  }
2657
- }
2658
- }
2478
+ }, systemPropertyColumns: {
2479
+ serializedName: "systemPropertyColumns",
2480
+ type: {
2481
+ name: "Dictionary",
2482
+ value: { type: { name: "any" } }
2483
+ }
2484
+ } })
2659
2485
  }
2660
2486
  };
2661
- export var TestQueryDiagnostics = {
2662
- serializedName: "TestQuery_diagnostics",
2487
+ export const ServiceBusTopicOutputDataSourceProperties = {
2663
2488
  type: {
2664
2489
  name: "Composite",
2665
- className: "TestQueryDiagnostics",
2666
- modelProperties: {
2667
- writeUri: {
2668
- required: true,
2669
- serializedName: "writeUri",
2490
+ className: "ServiceBusTopicOutputDataSourceProperties",
2491
+ modelProperties: Object.assign(Object.assign({}, ServiceBusDataSourceProperties.type.modelProperties), { topicName: {
2492
+ serializedName: "topicName",
2670
2493
  type: {
2671
2494
  name: "String"
2672
2495
  }
2673
- },
2674
- path: {
2675
- serializedName: "path",
2496
+ }, propertyColumns: {
2497
+ serializedName: "propertyColumns",
2676
2498
  type: {
2677
- name: "String"
2499
+ name: "Sequence",
2500
+ element: {
2501
+ type: {
2502
+ name: "String"
2503
+ }
2504
+ }
2678
2505
  }
2679
- }
2680
- }
2506
+ }, systemPropertyColumns: {
2507
+ serializedName: "systemPropertyColumns",
2508
+ type: {
2509
+ name: "Dictionary",
2510
+ value: { type: { name: "String" } }
2511
+ }
2512
+ } })
2681
2513
  }
2682
2514
  };
2683
- export var TestQuery = {
2684
- serializedName: "TestQuery",
2515
+ export const AzureSqlDatabaseOutputDataSourceProperties = {
2685
2516
  type: {
2686
2517
  name: "Composite",
2687
- className: "TestQuery",
2688
- modelProperties: {
2689
- diagnostics: {
2690
- serializedName: "diagnostics",
2691
- type: {
2692
- name: "Composite",
2693
- className: "TestQueryDiagnostics"
2694
- }
2695
- },
2696
- streamingJob: {
2697
- required: true,
2698
- serializedName: "streamingJob",
2699
- type: {
2700
- name: "Composite",
2701
- className: "StreamingJob"
2702
- }
2703
- }
2704
- }
2518
+ className: "AzureSqlDatabaseOutputDataSourceProperties",
2519
+ modelProperties: Object.assign({}, AzureSqlDatabaseDataSourceProperties.type.modelProperties)
2705
2520
  }
2706
2521
  };
2707
- export var QueryTestingResult = {
2708
- serializedName: "QueryTestingResult",
2522
+ export const AzureSynapseOutputDataSourceProperties = {
2709
2523
  type: {
2710
2524
  name: "Composite",
2711
- className: "QueryTestingResult",
2712
- modelProperties: __assign(__assign({}, ErrorModel.type.modelProperties), { status: {
2713
- serializedName: "status",
2525
+ className: "AzureSynapseOutputDataSourceProperties",
2526
+ modelProperties: Object.assign({}, AzureSynapseDataSourceProperties.type.modelProperties)
2527
+ }
2528
+ };
2529
+ export const PowerBIOutputDataSourceProperties = {
2530
+ type: {
2531
+ name: "Composite",
2532
+ className: "PowerBIOutputDataSourceProperties",
2533
+ modelProperties: Object.assign(Object.assign({}, OAuthBasedDataSourceProperties.type.modelProperties), { dataset: {
2534
+ serializedName: "dataset",
2714
2535
  type: {
2715
2536
  name: "String"
2716
2537
  }
2717
- }, outputUri: {
2718
- readOnly: true,
2719
- serializedName: "outputUri",
2538
+ }, table: {
2539
+ serializedName: "table",
2720
2540
  type: {
2721
2541
  name: "String"
2722
2542
  }
2723
- } })
2724
- }
2725
- };
2726
- export var QueryInput = {
2727
- serializedName: "QueryInput",
2728
- type: {
2729
- name: "Composite",
2730
- className: "QueryInput",
2731
- modelProperties: {
2732
- name: {
2733
- required: true,
2734
- serializedName: "name",
2543
+ }, groupId: {
2544
+ serializedName: "groupId",
2735
2545
  type: {
2736
2546
  name: "String"
2737
2547
  }
2738
- },
2739
- type: {
2740
- required: true,
2741
- serializedName: "type",
2548
+ }, groupName: {
2549
+ serializedName: "groupName",
2742
2550
  type: {
2743
2551
  name: "String"
2744
2552
  }
2745
- }
2746
- }
2553
+ }, authenticationMode: {
2554
+ serializedName: "authenticationMode",
2555
+ type: {
2556
+ name: "String"
2557
+ }
2558
+ } })
2747
2559
  }
2748
2560
  };
2749
- export var QueryFunction = {
2750
- serializedName: "QueryFunction",
2561
+ export const AzureDataLakeStoreOutputDataSourceProperties = {
2751
2562
  type: {
2752
2563
  name: "Composite",
2753
- className: "QueryFunction",
2754
- modelProperties: {
2755
- name: {
2756
- required: true,
2757
- serializedName: "name",
2564
+ className: "AzureDataLakeStoreOutputDataSourceProperties",
2565
+ modelProperties: Object.assign(Object.assign({}, OAuthBasedDataSourceProperties.type.modelProperties), { accountName: {
2566
+ serializedName: "accountName",
2758
2567
  type: {
2759
2568
  name: "String"
2760
2569
  }
2761
- },
2762
- type: {
2763
- required: true,
2764
- serializedName: "type",
2570
+ }, tenantId: {
2571
+ serializedName: "tenantId",
2765
2572
  type: {
2766
2573
  name: "String"
2767
2574
  }
2768
- },
2769
- bindingType: {
2770
- required: true,
2771
- serializedName: "bindingType",
2575
+ }, filePathPrefix: {
2576
+ serializedName: "filePathPrefix",
2772
2577
  type: {
2773
2578
  name: "String"
2774
2579
  }
2775
- },
2776
- inputs: {
2777
- required: true,
2778
- serializedName: "inputs",
2580
+ }, dateFormat: {
2581
+ serializedName: "dateFormat",
2779
2582
  type: {
2780
- name: "Sequence",
2781
- element: {
2782
- type: {
2783
- name: "Composite",
2784
- className: "FunctionInput"
2785
- }
2786
- }
2583
+ name: "String"
2787
2584
  }
2788
- },
2789
- output: {
2790
- required: true,
2791
- serializedName: "output",
2585
+ }, timeFormat: {
2586
+ serializedName: "timeFormat",
2792
2587
  type: {
2793
- name: "Composite",
2794
- className: "FunctionOutput"
2588
+ name: "String"
2795
2589
  }
2796
- }
2797
- }
2590
+ }, authenticationMode: {
2591
+ serializedName: "authenticationMode",
2592
+ type: {
2593
+ name: "String"
2594
+ }
2595
+ } })
2798
2596
  }
2799
2597
  };
2800
- export var CompileQuery = {
2801
- serializedName: "CompileQuery",
2598
+ export const AzureMachineLearningWebServiceFunctionBinding = {
2599
+ serializedName: "Microsoft.MachineLearning/WebService",
2802
2600
  type: {
2803
2601
  name: "Composite",
2804
- className: "CompileQuery",
2805
- modelProperties: {
2806
- query: {
2807
- required: true,
2808
- serializedName: "query",
2602
+ className: "AzureMachineLearningWebServiceFunctionBinding",
2603
+ uberParent: "FunctionBinding",
2604
+ polymorphicDiscriminator: FunctionBinding.type.polymorphicDiscriminator,
2605
+ modelProperties: Object.assign(Object.assign({}, FunctionBinding.type.modelProperties), { endpoint: {
2606
+ serializedName: "properties.endpoint",
2809
2607
  type: {
2810
2608
  name: "String"
2811
2609
  }
2812
- },
2813
- inputs: {
2814
- serializedName: "inputs",
2610
+ }, apiKey: {
2611
+ serializedName: "properties.apiKey",
2815
2612
  type: {
2816
- name: "Sequence",
2817
- element: {
2818
- type: {
2819
- name: "Composite",
2820
- className: "QueryInput"
2821
- }
2822
- }
2613
+ name: "String"
2823
2614
  }
2824
- },
2825
- functions: {
2826
- serializedName: "functions",
2615
+ }, inputs: {
2616
+ serializedName: "properties.inputs",
2617
+ type: {
2618
+ name: "Composite",
2619
+ className: "AzureMachineLearningWebServiceInputs"
2620
+ }
2621
+ }, outputs: {
2622
+ serializedName: "properties.outputs",
2827
2623
  type: {
2828
2624
  name: "Sequence",
2829
2625
  element: {
2830
2626
  type: {
2831
2627
  name: "Composite",
2832
- className: "QueryFunction"
2628
+ className: "AzureMachineLearningWebServiceOutputColumn"
2833
2629
  }
2834
2630
  }
2835
2631
  }
2836
- },
2837
- jobType: {
2838
- required: true,
2839
- serializedName: "jobType",
2840
- type: {
2841
- name: "String"
2842
- }
2843
- },
2844
- compatibilityLevel: {
2845
- serializedName: "compatibilityLevel",
2632
+ }, batchSize: {
2633
+ serializedName: "properties.batchSize",
2846
2634
  type: {
2847
- name: "String"
2635
+ name: "Number"
2848
2636
  }
2849
- }
2850
- }
2637
+ } })
2851
2638
  }
2852
2639
  };
2853
- export var QueryCompilationError = {
2854
- serializedName: "QueryCompilationError",
2640
+ export const JavaScriptFunctionBinding = {
2641
+ serializedName: "Microsoft.StreamAnalytics/JavascriptUdf",
2855
2642
  type: {
2856
2643
  name: "Composite",
2857
- className: "QueryCompilationError",
2858
- modelProperties: {
2859
- message: {
2860
- readOnly: true,
2861
- serializedName: "message",
2644
+ className: "JavaScriptFunctionBinding",
2645
+ uberParent: "FunctionBinding",
2646
+ polymorphicDiscriminator: FunctionBinding.type.polymorphicDiscriminator,
2647
+ modelProperties: Object.assign(Object.assign({}, FunctionBinding.type.modelProperties), { script: {
2648
+ serializedName: "properties.script",
2862
2649
  type: {
2863
2650
  name: "String"
2864
2651
  }
2865
- },
2866
- startLine: {
2867
- readOnly: true,
2868
- serializedName: "startLine",
2869
- type: {
2870
- name: "Number"
2871
- }
2872
- },
2873
- startColumn: {
2874
- readOnly: true,
2875
- serializedName: "startColumn",
2876
- type: {
2877
- name: "Number"
2878
- }
2879
- },
2880
- endLine: {
2881
- readOnly: true,
2882
- serializedName: "endLine",
2883
- type: {
2884
- name: "Number"
2885
- }
2886
- },
2887
- endColumn: {
2888
- readOnly: true,
2889
- serializedName: "endColumn",
2890
- type: {
2891
- name: "Number"
2892
- }
2893
- },
2894
- isGlobal: {
2895
- readOnly: true,
2896
- serializedName: "isGlobal",
2897
- type: {
2898
- name: "Boolean"
2899
- }
2900
- }
2901
- }
2652
+ } })
2902
2653
  }
2903
2654
  };
2904
- export var QueryCompilationResult = {
2905
- serializedName: "QueryCompilationResult",
2655
+ export const StreamingJob = {
2906
2656
  type: {
2907
2657
  name: "Composite",
2908
- className: "QueryCompilationResult",
2909
- modelProperties: {
2910
- errors: {
2911
- readOnly: true,
2912
- serializedName: "errors",
2658
+ className: "StreamingJob",
2659
+ modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { identity: {
2660
+ serializedName: "identity",
2913
2661
  type: {
2914
- name: "Sequence",
2915
- element: {
2916
- type: {
2917
- name: "Composite",
2918
- className: "QueryCompilationError"
2919
- }
2920
- }
2662
+ name: "Composite",
2663
+ className: "Identity"
2921
2664
  }
2922
- },
2923
- warnings: {
2924
- readOnly: true,
2925
- serializedName: "warnings",
2665
+ }, sku: {
2666
+ serializedName: "properties.sku",
2926
2667
  type: {
2927
- name: "Sequence",
2928
- element: {
2929
- type: {
2930
- name: "String"
2931
- }
2932
- }
2668
+ name: "Composite",
2669
+ className: "Sku"
2933
2670
  }
2934
- },
2935
- inputs: {
2671
+ }, jobId: {
2672
+ serializedName: "properties.jobId",
2936
2673
  readOnly: true,
2937
- serializedName: "inputs",
2938
2674
  type: {
2939
- name: "Sequence",
2940
- element: {
2941
- type: {
2942
- name: "String"
2943
- }
2944
- }
2675
+ name: "String"
2945
2676
  }
2946
- },
2947
- outputs: {
2677
+ }, provisioningState: {
2678
+ serializedName: "properties.provisioningState",
2948
2679
  readOnly: true,
2949
- serializedName: "outputs",
2950
2680
  type: {
2951
- name: "Sequence",
2952
- element: {
2953
- type: {
2954
- name: "String"
2955
- }
2956
- }
2681
+ name: "String"
2957
2682
  }
2958
- },
2959
- functions: {
2683
+ }, jobState: {
2684
+ serializedName: "properties.jobState",
2960
2685
  readOnly: true,
2961
- serializedName: "functions",
2962
- type: {
2963
- name: "Sequence",
2964
- element: {
2965
- type: {
2966
- name: "String"
2967
- }
2968
- }
2969
- }
2970
- }
2971
- }
2972
- }
2973
- };
2974
- export var SampleInput = {
2975
- serializedName: "SampleInput",
2976
- type: {
2977
- name: "Composite",
2978
- className: "SampleInput",
2979
- modelProperties: {
2980
- input: {
2981
- serializedName: "input",
2982
- type: {
2983
- name: "Composite",
2984
- className: "Input"
2985
- }
2986
- },
2987
- compatibilityLevel: {
2988
- serializedName: "compatibilityLevel",
2989
2686
  type: {
2990
2687
  name: "String"
2991
2688
  }
2992
- },
2993
- eventsUri: {
2994
- serializedName: "eventsUri",
2689
+ }, jobType: {
2690
+ serializedName: "properties.jobType",
2995
2691
  type: {
2996
2692
  name: "String"
2997
2693
  }
2998
- },
2999
- dataLocale: {
3000
- serializedName: "dataLocale",
2694
+ }, outputStartMode: {
2695
+ serializedName: "properties.outputStartMode",
3001
2696
  type: {
3002
2697
  name: "String"
3003
2698
  }
3004
- }
3005
- }
3006
- }
3007
- };
3008
- export var SampleInputResult = {
3009
- serializedName: "SampleInputResult",
3010
- type: {
3011
- name: "Composite",
3012
- className: "SampleInputResult",
3013
- modelProperties: __assign(__assign({}, ErrorModel.type.modelProperties), { status: {
3014
- serializedName: "status",
2699
+ }, outputStartTime: {
2700
+ serializedName: "properties.outputStartTime",
3015
2701
  type: {
3016
- name: "String"
2702
+ name: "DateTime"
3017
2703
  }
3018
- }, diagnostics: {
2704
+ }, lastOutputEventTime: {
2705
+ serializedName: "properties.lastOutputEventTime",
3019
2706
  readOnly: true,
3020
- serializedName: "diagnostics",
3021
2707
  type: {
3022
- name: "Sequence",
3023
- element: {
3024
- type: {
3025
- name: "String"
3026
- }
3027
- }
2708
+ name: "DateTime"
3028
2709
  }
3029
- }, eventsDownloadUrl: {
3030
- readOnly: true,
3031
- serializedName: "eventsDownloadUrl",
2710
+ }, eventsOutOfOrderPolicy: {
2711
+ serializedName: "properties.eventsOutOfOrderPolicy",
3032
2712
  type: {
3033
2713
  name: "String"
3034
2714
  }
3035
- }, lastArrivalTime: {
3036
- readOnly: true,
3037
- serializedName: "lastArrivalTime",
2715
+ }, outputErrorPolicy: {
2716
+ serializedName: "properties.outputErrorPolicy",
3038
2717
  type: {
3039
2718
  name: "String"
3040
2719
  }
3041
- } })
3042
- }
3043
- };
3044
- export var TestInput = {
3045
- serializedName: "TestInput",
3046
- type: {
3047
- name: "Composite",
3048
- className: "TestInput",
3049
- modelProperties: {
3050
- input: {
3051
- required: true,
3052
- serializedName: "input",
3053
- type: {
3054
- name: "Composite",
3055
- className: "Input"
3056
- }
3057
- }
3058
- }
3059
- }
3060
- };
3061
- export var TestOutput = {
3062
- serializedName: "TestOutput",
3063
- type: {
3064
- name: "Composite",
3065
- className: "TestOutput",
3066
- modelProperties: {
3067
- output: {
3068
- required: true,
3069
- serializedName: "output",
3070
- type: {
3071
- name: "Composite",
3072
- className: "Output"
3073
- }
3074
- }
3075
- }
3076
- }
3077
- };
3078
- export var TestDatasourceResult = {
3079
- serializedName: "TestDatasourceResult",
3080
- type: {
3081
- name: "Composite",
3082
- className: "TestDatasourceResult",
3083
- modelProperties: __assign(__assign({}, ErrorModel.type.modelProperties), { status: {
3084
- serializedName: "status",
2720
+ }, eventsOutOfOrderMaxDelayInSeconds: {
2721
+ serializedName: "properties.eventsOutOfOrderMaxDelayInSeconds",
3085
2722
  type: {
3086
- name: "String"
2723
+ name: "Number"
3087
2724
  }
3088
- } })
3089
- }
3090
- };
3091
- export var OperationDisplay = {
3092
- serializedName: "Operation_display",
3093
- type: {
3094
- name: "Composite",
3095
- className: "OperationDisplay",
3096
- modelProperties: {
3097
- provider: {
3098
- readOnly: true,
3099
- serializedName: "provider",
2725
+ }, eventsLateArrivalMaxDelayInSeconds: {
2726
+ serializedName: "properties.eventsLateArrivalMaxDelayInSeconds",
3100
2727
  type: {
3101
- name: "String"
2728
+ name: "Number"
3102
2729
  }
3103
- },
3104
- resource: {
3105
- readOnly: true,
3106
- serializedName: "resource",
2730
+ }, dataLocale: {
2731
+ serializedName: "properties.dataLocale",
3107
2732
  type: {
3108
2733
  name: "String"
3109
2734
  }
3110
- },
3111
- operation: {
3112
- readOnly: true,
3113
- serializedName: "operation",
2735
+ }, compatibilityLevel: {
2736
+ serializedName: "properties.compatibilityLevel",
3114
2737
  type: {
3115
2738
  name: "String"
3116
2739
  }
3117
- },
3118
- description: {
2740
+ }, createdDate: {
2741
+ serializedName: "properties.createdDate",
3119
2742
  readOnly: true,
3120
- serializedName: "description",
3121
2743
  type: {
3122
- name: "String"
2744
+ name: "DateTime"
3123
2745
  }
3124
- }
3125
- }
3126
- }
3127
- };
3128
- export var Operation = {
3129
- serializedName: "Operation",
3130
- type: {
3131
- name: "Composite",
3132
- className: "Operation",
3133
- modelProperties: {
3134
- name: {
3135
- readOnly: true,
3136
- serializedName: "name",
2746
+ }, inputs: {
2747
+ serializedName: "properties.inputs",
3137
2748
  type: {
3138
- name: "String"
2749
+ name: "Sequence",
2750
+ element: {
2751
+ type: {
2752
+ name: "Composite",
2753
+ className: "Input"
2754
+ }
2755
+ }
3139
2756
  }
3140
- },
3141
- display: {
3142
- readOnly: true,
3143
- serializedName: "display",
2757
+ }, transformation: {
2758
+ serializedName: "properties.transformation",
3144
2759
  type: {
3145
2760
  name: "Composite",
3146
- className: "OperationDisplay"
3147
- }
3148
- }
3149
- }
3150
- }
3151
- };
3152
- export var ClusterSku = {
3153
- serializedName: "ClusterSku",
3154
- type: {
3155
- name: "Composite",
3156
- className: "ClusterSku",
3157
- modelProperties: {
3158
- name: {
3159
- serializedName: "name",
3160
- type: {
3161
- name: "String"
2761
+ className: "Transformation"
3162
2762
  }
3163
- },
3164
- capacity: {
3165
- serializedName: "capacity",
3166
- constraints: {
3167
- InclusiveMaximum: 216,
3168
- InclusiveMinimum: 36
3169
- },
2763
+ }, outputs: {
2764
+ serializedName: "properties.outputs",
3170
2765
  type: {
3171
- name: "Number"
2766
+ name: "Sequence",
2767
+ element: {
2768
+ type: {
2769
+ name: "Composite",
2770
+ className: "Output"
2771
+ }
2772
+ }
3172
2773
  }
3173
- }
3174
- }
3175
- }
3176
- };
3177
- export var ClusterProperties = {
3178
- serializedName: "ClusterProperties",
3179
- type: {
3180
- name: "Composite",
3181
- className: "ClusterProperties",
3182
- modelProperties: {
3183
- createdDate: {
3184
- readOnly: true,
3185
- serializedName: "createdDate",
2774
+ }, functions: {
2775
+ serializedName: "properties.functions",
3186
2776
  type: {
3187
- name: "DateTime"
2777
+ name: "Sequence",
2778
+ element: {
2779
+ type: {
2780
+ name: "Composite",
2781
+ className: "FunctionModel"
2782
+ }
2783
+ }
3188
2784
  }
3189
- },
3190
- clusterId: {
2785
+ }, etag: {
2786
+ serializedName: "properties.etag",
3191
2787
  readOnly: true,
3192
- serializedName: "clusterId",
3193
2788
  type: {
3194
2789
  name: "String"
3195
2790
  }
3196
- },
3197
- provisioningState: {
3198
- serializedName: "provisioningState",
2791
+ }, jobStorageAccount: {
2792
+ serializedName: "properties.jobStorageAccount",
3199
2793
  type: {
3200
- name: "String"
2794
+ name: "Composite",
2795
+ className: "JobStorageAccount"
3201
2796
  }
3202
- },
3203
- capacityAllocated: {
3204
- readOnly: true,
3205
- serializedName: "capacityAllocated",
2797
+ }, contentStoragePolicy: {
2798
+ serializedName: "properties.contentStoragePolicy",
3206
2799
  type: {
3207
- name: "Number"
2800
+ name: "String"
3208
2801
  }
3209
- },
3210
- capacityAssigned: {
3211
- readOnly: true,
3212
- serializedName: "capacityAssigned",
2802
+ }, cluster: {
2803
+ serializedName: "properties.cluster",
3213
2804
  type: {
3214
- name: "Number"
2805
+ name: "Composite",
2806
+ className: "ClusterInfo"
3215
2807
  }
3216
- }
3217
- }
2808
+ } })
3218
2809
  }
3219
2810
  };
3220
- export var Cluster = {
3221
- serializedName: "Cluster",
2811
+ export const Cluster = {
3222
2812
  type: {
3223
2813
  name: "Composite",
3224
2814
  className: "Cluster",
3225
- modelProperties: __assign(__assign({}, TrackedResource.type.modelProperties), { sku: {
2815
+ modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { sku: {
3226
2816
  serializedName: "sku",
3227
2817
  type: {
3228
2818
  name: "Composite",
3229
2819
  className: "ClusterSku"
3230
2820
  }
3231
2821
  }, etag: {
3232
- readOnly: true,
3233
2822
  serializedName: "etag",
3234
- type: {
3235
- name: "String"
3236
- }
3237
- }, properties: {
3238
- serializedName: "properties",
3239
- type: {
3240
- name: "Composite",
3241
- className: "ClusterProperties"
3242
- }
3243
- } })
3244
- }
3245
- };
3246
- export var ClusterJob = {
3247
- serializedName: "ClusterJob",
3248
- type: {
3249
- name: "Composite",
3250
- className: "ClusterJob",
3251
- modelProperties: {
3252
- id: {
3253
2823
  readOnly: true,
3254
- serializedName: "id",
3255
2824
  type: {
3256
2825
  name: "String"
3257
2826
  }
3258
- },
3259
- streamingUnits: {
2827
+ }, createdDate: {
2828
+ serializedName: "properties.createdDate",
3260
2829
  readOnly: true,
3261
- serializedName: "streamingUnits",
3262
2830
  type: {
3263
- name: "Number"
2831
+ name: "DateTime"
3264
2832
  }
3265
- },
3266
- jobState: {
3267
- serializedName: "jobState",
2833
+ }, clusterId: {
2834
+ serializedName: "properties.clusterId",
2835
+ readOnly: true,
3268
2836
  type: {
3269
2837
  name: "String"
3270
2838
  }
3271
- }
3272
- }
3273
- }
3274
- };
3275
- export var PrivateLinkConnectionState = {
3276
- serializedName: "PrivateLinkConnectionState",
3277
- type: {
3278
- name: "Composite",
3279
- className: "PrivateLinkConnectionState",
3280
- modelProperties: {
3281
- status: {
2839
+ }, provisioningState: {
2840
+ serializedName: "properties.provisioningState",
3282
2841
  readOnly: true,
3283
- serializedName: "status",
3284
2842
  type: {
3285
2843
  name: "String"
3286
2844
  }
3287
- },
3288
- description: {
2845
+ }, capacityAllocated: {
2846
+ serializedName: "properties.capacityAllocated",
3289
2847
  readOnly: true,
3290
- serializedName: "description",
3291
2848
  type: {
3292
- name: "String"
2849
+ name: "Number"
3293
2850
  }
3294
- },
3295
- actionsRequired: {
2851
+ }, capacityAssigned: {
2852
+ serializedName: "properties.capacityAssigned",
3296
2853
  readOnly: true,
3297
- serializedName: "actionsRequired",
3298
2854
  type: {
3299
- name: "String"
2855
+ name: "Number"
3300
2856
  }
3301
- }
3302
- }
2857
+ } })
3303
2858
  }
3304
2859
  };
3305
- export var PrivateLinkServiceConnection = {
3306
- serializedName: "PrivateLinkServiceConnection",
2860
+ export const PrivateEndpoint = {
3307
2861
  type: {
3308
2862
  name: "Composite",
3309
- className: "PrivateLinkServiceConnection",
3310
- modelProperties: {
3311
- privateLinkServiceId: {
3312
- serializedName: "properties.privateLinkServiceId",
3313
- type: {
3314
- name: "String"
3315
- }
3316
- },
3317
- groupIds: {
3318
- serializedName: "properties.groupIds",
3319
- type: {
3320
- name: "Sequence",
3321
- element: {
3322
- type: {
3323
- name: "String"
3324
- }
3325
- }
3326
- }
3327
- },
3328
- requestMessage: {
3329
- serializedName: "properties.requestMessage",
3330
- type: {
3331
- name: "String"
3332
- }
3333
- },
3334
- privateLinkServiceConnectionState: {
3335
- serializedName: "properties.privateLinkServiceConnectionState",
2863
+ className: "PrivateEndpoint",
2864
+ modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { etag: {
2865
+ serializedName: "etag",
2866
+ readOnly: true,
3336
2867
  type: {
3337
- name: "Composite",
3338
- className: "PrivateLinkConnectionState"
3339
- }
3340
- }
3341
- }
3342
- }
3343
- };
3344
- export var PrivateEndpointProperties = {
3345
- serializedName: "PrivateEndpointProperties",
3346
- type: {
3347
- name: "Composite",
3348
- className: "PrivateEndpointProperties",
3349
- modelProperties: {
3350
- createdDate: {
2868
+ name: "String"
2869
+ }
2870
+ }, createdDate: {
2871
+ serializedName: "properties.createdDate",
3351
2872
  readOnly: true,
3352
- serializedName: "createdDate",
3353
2873
  type: {
3354
2874
  name: "String"
3355
2875
  }
3356
- },
3357
- manualPrivateLinkServiceConnections: {
3358
- serializedName: "manualPrivateLinkServiceConnections",
2876
+ }, manualPrivateLinkServiceConnections: {
2877
+ serializedName: "properties.manualPrivateLinkServiceConnections",
3359
2878
  type: {
3360
2879
  name: "Sequence",
3361
2880
  element: {
@@ -3365,35 +2884,47 @@ export var PrivateEndpointProperties = {
3365
2884
  }
3366
2885
  }
3367
2886
  }
3368
- }
3369
- }
2887
+ } })
3370
2888
  }
3371
2889
  };
3372
- export var PrivateEndpoint = {
3373
- serializedName: "PrivateEndpoint",
2890
+ export const EventHubStreamInputDataSourceProperties = {
3374
2891
  type: {
3375
2892
  name: "Composite",
3376
- className: "PrivateEndpoint",
3377
- modelProperties: __assign(__assign({}, ProxyResource.type.modelProperties), { properties: {
3378
- serializedName: "properties",
2893
+ className: "EventHubStreamInputDataSourceProperties",
2894
+ modelProperties: Object.assign(Object.assign({}, EventHubDataSourceProperties.type.modelProperties), { consumerGroupName: {
2895
+ serializedName: "consumerGroupName",
3379
2896
  type: {
3380
- name: "Composite",
3381
- className: "PrivateEndpointProperties"
2897
+ name: "String"
3382
2898
  }
3383
- }, etag: {
3384
- readOnly: true,
3385
- serializedName: "etag",
2899
+ } })
2900
+ }
2901
+ };
2902
+ export const EventHubOutputDataSourceProperties = {
2903
+ type: {
2904
+ name: "Composite",
2905
+ className: "EventHubOutputDataSourceProperties",
2906
+ modelProperties: Object.assign(Object.assign({}, EventHubDataSourceProperties.type.modelProperties), { partitionKey: {
2907
+ serializedName: "partitionKey",
3386
2908
  type: {
3387
2909
  name: "String"
3388
2910
  }
2911
+ }, propertyColumns: {
2912
+ serializedName: "propertyColumns",
2913
+ type: {
2914
+ name: "Sequence",
2915
+ element: {
2916
+ type: {
2917
+ name: "String"
2918
+ }
2919
+ }
2920
+ }
3389
2921
  } })
3390
2922
  }
3391
2923
  };
3392
- export var FunctionsCreateOrReplaceHeaders = {
3393
- serializedName: "functions-createorreplace-headers",
2924
+ export const StreamingJobsCreateOrReplaceHeaders = {
3394
2925
  type: {
3395
2926
  name: "Composite",
3396
- className: "FunctionsCreateOrReplaceHeaders",
2927
+ className: "StreamingJobsCreateOrReplaceHeaders",
3397
2928
  modelProperties: {
3398
2929
  eTag: {
3399
2930
  serializedName: "etag",
@@ -3404,11 +2935,10 @@ export var FunctionsCreateOrReplaceHeaders = {
3404
2935
  }
3405
2936
  }
3406
2937
  };
3407
- export var FunctionsUpdateHeaders = {
3408
- serializedName: "functions-update-headers",
2938
+ export const StreamingJobsUpdateHeaders = {
3409
2939
  type: {
3410
2940
  name: "Composite",
3411
- className: "FunctionsUpdateHeaders",
2941
+ className: "StreamingJobsUpdateHeaders",
3412
2942
  modelProperties: {
3413
2943
  eTag: {
3414
2944
  serializedName: "etag",
@@ -3419,11 +2949,10 @@ export var FunctionsUpdateHeaders = {
3419
2949
  }
3420
2950
  }
3421
2951
  };
3422
- export var FunctionsGetHeaders = {
3423
- serializedName: "functions-get-headers",
2952
+ export const StreamingJobsGetHeaders = {
3424
2953
  type: {
3425
2954
  name: "Composite",
3426
- className: "FunctionsGetHeaders",
2955
+ className: "StreamingJobsGetHeaders",
3427
2956
  modelProperties: {
3428
2957
  eTag: {
3429
2958
  serializedName: "etag",
@@ -3434,8 +2963,7 @@ export var FunctionsGetHeaders = {
3434
2963
  }
3435
2964
  }
3436
2965
  };
3437
- export var InputsCreateOrReplaceHeaders = {
3438
- serializedName: "inputs-createorreplace-headers",
2966
+ export const InputsCreateOrReplaceHeaders = {
3439
2967
  type: {
3440
2968
  name: "Composite",
3441
2969
  className: "InputsCreateOrReplaceHeaders",
@@ -3449,8 +2977,7 @@ export var InputsCreateOrReplaceHeaders = {
3449
2977
  }
3450
2978
  }
3451
2979
  };
3452
- export var InputsUpdateHeaders = {
3453
- serializedName: "inputs-update-headers",
2980
+ export const InputsUpdateHeaders = {
3454
2981
  type: {
3455
2982
  name: "Composite",
3456
2983
  className: "InputsUpdateHeaders",
@@ -3464,8 +2991,7 @@ export var InputsUpdateHeaders = {
3464
2991
  }
3465
2992
  }
3466
2993
  };
3467
- export var InputsGetHeaders = {
3468
- serializedName: "inputs-get-headers",
2994
+ export const InputsGetHeaders = {
3469
2995
  type: {
3470
2996
  name: "Composite",
3471
2997
  className: "InputsGetHeaders",
@@ -3479,8 +3005,7 @@ export var InputsGetHeaders = {
3479
3005
  }
3480
3006
  }
3481
3007
  };
3482
- export var OutputsCreateOrReplaceHeaders = {
3483
- serializedName: "outputs-createorreplace-headers",
3008
+ export const OutputsCreateOrReplaceHeaders = {
3484
3009
  type: {
3485
3010
  name: "Composite",
3486
3011
  className: "OutputsCreateOrReplaceHeaders",
@@ -3494,8 +3019,7 @@ export var OutputsCreateOrReplaceHeaders = {
3494
3019
  }
3495
3020
  }
3496
3021
  };
3497
- export var OutputsUpdateHeaders = {
3498
- serializedName: "outputs-update-headers",
3022
+ export const OutputsUpdateHeaders = {
3499
3023
  type: {
3500
3024
  name: "Composite",
3501
3025
  className: "OutputsUpdateHeaders",
@@ -3509,8 +3033,7 @@ export var OutputsUpdateHeaders = {
3509
3033
  }
3510
3034
  }
3511
3035
  };
3512
- export var OutputsGetHeaders = {
3513
- serializedName: "outputs-get-headers",
3036
+ export const OutputsGetHeaders = {
3514
3037
  type: {
3515
3038
  name: "Composite",
3516
3039
  className: "OutputsGetHeaders",
@@ -3524,11 +3047,10 @@ export var OutputsGetHeaders = {
3524
3047
  }
3525
3048
  }
3526
3049
  };
3527
- export var StreamingJobsCreateOrReplaceHeaders = {
3528
- serializedName: "streamingjobs-createorreplace-headers",
3050
+ export const TransformationsCreateOrReplaceHeaders = {
3529
3051
  type: {
3530
3052
  name: "Composite",
3531
- className: "StreamingJobsCreateOrReplaceHeaders",
3053
+ className: "TransformationsCreateOrReplaceHeaders",
3532
3054
  modelProperties: {
3533
3055
  eTag: {
3534
3056
  serializedName: "etag",
@@ -3539,11 +3061,10 @@ export var StreamingJobsCreateOrReplaceHeaders = {
3539
3061
  }
3540
3062
  }
3541
3063
  };
3542
- export var StreamingJobsUpdateHeaders = {
3543
- serializedName: "streamingjobs-update-headers",
3064
+ export const TransformationsUpdateHeaders = {
3544
3065
  type: {
3545
3066
  name: "Composite",
3546
- className: "StreamingJobsUpdateHeaders",
3067
+ className: "TransformationsUpdateHeaders",
3547
3068
  modelProperties: {
3548
3069
  eTag: {
3549
3070
  serializedName: "etag",
@@ -3554,11 +3075,10 @@ export var StreamingJobsUpdateHeaders = {
3554
3075
  }
3555
3076
  }
3556
3077
  };
3557
- export var StreamingJobsGetHeaders = {
3558
- serializedName: "streamingjobs-get-headers",
3078
+ export const TransformationsGetHeaders = {
3559
3079
  type: {
3560
3080
  name: "Composite",
3561
- className: "StreamingJobsGetHeaders",
3081
+ className: "TransformationsGetHeaders",
3562
3082
  modelProperties: {
3563
3083
  eTag: {
3564
3084
  serializedName: "etag",
@@ -3569,11 +3089,10 @@ export var StreamingJobsGetHeaders = {
3569
3089
  }
3570
3090
  }
3571
3091
  };
3572
- export var TransformationsCreateOrReplaceHeaders = {
3573
- serializedName: "transformations-createorreplace-headers",
3092
+ export const FunctionsCreateOrReplaceHeaders = {
3574
3093
  type: {
3575
3094
  name: "Composite",
3576
- className: "TransformationsCreateOrReplaceHeaders",
3095
+ className: "FunctionsCreateOrReplaceHeaders",
3577
3096
  modelProperties: {
3578
3097
  eTag: {
3579
3098
  serializedName: "etag",
@@ -3584,11 +3103,10 @@ export var TransformationsCreateOrReplaceHeaders = {
3584
3103
  }
3585
3104
  }
3586
3105
  };
3587
- export var TransformationsUpdateHeaders = {
3588
- serializedName: "transformations-update-headers",
3106
+ export const FunctionsUpdateHeaders = {
3589
3107
  type: {
3590
3108
  name: "Composite",
3591
- className: "TransformationsUpdateHeaders",
3109
+ className: "FunctionsUpdateHeaders",
3592
3110
  modelProperties: {
3593
3111
  eTag: {
3594
3112
  serializedName: "etag",
@@ -3599,11 +3117,10 @@ export var TransformationsUpdateHeaders = {
3599
3117
  }
3600
3118
  }
3601
3119
  };
3602
- export var TransformationsGetHeaders = {
3603
- serializedName: "transformations-get-headers",
3120
+ export const FunctionsGetHeaders = {
3604
3121
  type: {
3605
3122
  name: "Composite",
3606
- className: "TransformationsGetHeaders",
3123
+ className: "FunctionsGetHeaders",
3607
3124
  modelProperties: {
3608
3125
  eTag: {
3609
3126
  serializedName: "etag",
@@ -3614,284 +3131,42 @@ export var TransformationsGetHeaders = {
3614
3131
  }
3615
3132
  }
3616
3133
  };
3617
- export var FunctionListResult = {
3618
- serializedName: "FunctionListResult",
3619
- type: {
3620
- name: "Composite",
3621
- className: "FunctionListResult",
3622
- modelProperties: {
3623
- value: {
3624
- readOnly: true,
3625
- serializedName: "",
3626
- type: {
3627
- name: "Sequence",
3628
- element: {
3629
- type: {
3630
- name: "Composite",
3631
- className: "FunctionModel"
3632
- }
3633
- }
3634
- }
3635
- },
3636
- nextLink: {
3637
- readOnly: true,
3638
- serializedName: "nextLink",
3639
- type: {
3640
- name: "String"
3641
- }
3642
- }
3643
- }
3644
- }
3645
- };
3646
- export var InputListResult = {
3647
- serializedName: "InputListResult",
3648
- type: {
3649
- name: "Composite",
3650
- className: "InputListResult",
3651
- modelProperties: {
3652
- value: {
3653
- readOnly: true,
3654
- serializedName: "",
3655
- type: {
3656
- name: "Sequence",
3657
- element: {
3658
- type: {
3659
- name: "Composite",
3660
- className: "Input"
3661
- }
3662
- }
3663
- }
3664
- },
3665
- nextLink: {
3666
- readOnly: true,
3667
- serializedName: "nextLink",
3668
- type: {
3669
- name: "String"
3670
- }
3671
- }
3672
- }
3673
- }
3674
- };
3675
- export var OutputListResult = {
3676
- serializedName: "OutputListResult",
3677
- type: {
3678
- name: "Composite",
3679
- className: "OutputListResult",
3680
- modelProperties: {
3681
- value: {
3682
- readOnly: true,
3683
- serializedName: "",
3684
- type: {
3685
- name: "Sequence",
3686
- element: {
3687
- type: {
3688
- name: "Composite",
3689
- className: "Output"
3690
- }
3691
- }
3692
- }
3693
- },
3694
- nextLink: {
3695
- readOnly: true,
3696
- serializedName: "nextLink",
3697
- type: {
3698
- name: "String"
3699
- }
3700
- }
3701
- }
3702
- }
3703
- };
3704
- export var StreamingJobListResult = {
3705
- serializedName: "StreamingJobListResult",
3706
- type: {
3707
- name: "Composite",
3708
- className: "StreamingJobListResult",
3709
- modelProperties: {
3710
- value: {
3711
- readOnly: true,
3712
- serializedName: "",
3713
- type: {
3714
- name: "Sequence",
3715
- element: {
3716
- type: {
3717
- name: "Composite",
3718
- className: "StreamingJob"
3719
- }
3720
- }
3721
- }
3722
- },
3723
- nextLink: {
3724
- readOnly: true,
3725
- serializedName: "nextLink",
3726
- type: {
3727
- name: "String"
3728
- }
3729
- }
3730
- }
3731
- }
3732
- };
3733
- export var OperationListResult = {
3734
- serializedName: "OperationListResult",
3735
- type: {
3736
- name: "Composite",
3737
- className: "OperationListResult",
3738
- modelProperties: {
3739
- value: {
3740
- readOnly: true,
3741
- serializedName: "",
3742
- type: {
3743
- name: "Sequence",
3744
- element: {
3745
- type: {
3746
- name: "Composite",
3747
- className: "Operation"
3748
- }
3749
- }
3750
- }
3751
- },
3752
- nextLink: {
3753
- readOnly: true,
3754
- serializedName: "nextLink",
3755
- type: {
3756
- name: "String"
3757
- }
3758
- }
3759
- }
3760
- }
3761
- };
3762
- export var ClusterListResult = {
3763
- serializedName: "ClusterListResult",
3764
- type: {
3765
- name: "Composite",
3766
- className: "ClusterListResult",
3767
- modelProperties: {
3768
- value: {
3769
- readOnly: true,
3770
- serializedName: "",
3771
- type: {
3772
- name: "Sequence",
3773
- element: {
3774
- type: {
3775
- name: "Composite",
3776
- className: "Cluster"
3777
- }
3778
- }
3779
- }
3780
- },
3781
- nextLink: {
3782
- readOnly: true,
3783
- serializedName: "nextLink",
3784
- type: {
3785
- name: "String"
3786
- }
3787
- }
3788
- }
3789
- }
3790
- };
3791
- export var ClusterJobListResult = {
3792
- serializedName: "ClusterJobListResult",
3793
- type: {
3794
- name: "Composite",
3795
- className: "ClusterJobListResult",
3796
- modelProperties: {
3797
- value: {
3798
- readOnly: true,
3799
- serializedName: "",
3800
- type: {
3801
- name: "Sequence",
3802
- element: {
3803
- type: {
3804
- name: "Composite",
3805
- className: "ClusterJob"
3806
- }
3807
- }
3808
- }
3809
- },
3810
- nextLink: {
3811
- readOnly: true,
3812
- serializedName: "nextLink",
3813
- type: {
3814
- name: "String"
3815
- }
3816
- }
3817
- }
3818
- }
3819
- };
3820
- export var PrivateEndpointListResult = {
3821
- serializedName: "PrivateEndpointListResult",
3822
- type: {
3823
- name: "Composite",
3824
- className: "PrivateEndpointListResult",
3825
- modelProperties: {
3826
- value: {
3827
- readOnly: true,
3828
- serializedName: "",
3829
- type: {
3830
- name: "Sequence",
3831
- element: {
3832
- type: {
3833
- name: "Composite",
3834
- className: "PrivateEndpoint"
3835
- }
3836
- }
3837
- }
3838
- },
3839
- nextLink: {
3840
- readOnly: true,
3841
- serializedName: "nextLink",
3842
- type: {
3843
- name: "String"
3844
- }
3845
- }
3846
- }
3847
- }
3848
- };
3849
- export var discriminators = {
3850
- 'FunctionBinding': FunctionBinding,
3851
- 'FunctionProperties': FunctionProperties,
3852
- 'FunctionProperties.Scalar': ScalarFunctionProperties,
3853
- 'FunctionBinding.Microsoft.MachineLearning/WebService': AzureMachineLearningStudioFunctionBinding,
3854
- 'FunctionBinding.Microsoft.StreamAnalytics/JavascriptUdf': JavaScriptFunctionBinding,
3855
- 'FunctionBinding.Microsoft.StreamAnalytics/CLRUdf': CSharpFunctionBinding,
3856
- 'FunctionRetrieveDefaultDefinitionParameters': FunctionRetrieveDefaultDefinitionParameters,
3857
- 'FunctionRetrieveDefaultDefinitionParameters.Microsoft.MachineLearning/WebService': AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters,
3858
- 'FunctionRetrieveDefaultDefinitionParameters.Microsoft.MachineLearningServices': AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters,
3859
- 'FunctionRetrieveDefaultDefinitionParameters.Microsoft.StreamAnalytics/JavascriptUdf': JavaScriptFunctionRetrieveDefaultDefinitionParameters,
3860
- 'FunctionRetrieveDefaultDefinitionParameters.Microsoft.StreamAnalytics/CLRUdf': CSharpFunctionRetrieveDefaultDefinitionParameters,
3861
- 'FunctionBinding.Microsoft.MachineLearningServices': AzureMachineLearningServiceFunctionBinding,
3862
- 'FunctionProperties.Aggregate': AggregateFunctionProperties,
3863
- 'Serialization': Serialization,
3864
- 'InputProperties': InputProperties,
3865
- 'StreamInputDataSource': StreamInputDataSource,
3866
- 'InputProperties.Stream': StreamInputProperties,
3867
- 'ReferenceInputDataSource': ReferenceInputDataSource,
3868
- 'InputProperties.Reference': ReferenceInputProperties,
3869
- 'StreamInputDataSource.Microsoft.Storage/Blob': BlobStreamInputDataSource,
3870
- 'StreamInputDataSource.Microsoft.ServiceBus/EventHub': EventHubStreamInputDataSource,
3871
- 'StreamInputDataSource.Microsoft.EventHub/EventHub': EventHubV2StreamInputDataSource,
3872
- 'StreamInputDataSource.Microsoft.Devices/IotHubs': IoTHubStreamInputDataSource,
3873
- 'StreamInputDataSource.Raw': RawStreamInputDataSource,
3874
- 'ReferenceInputDataSource.Microsoft.Storage/Blob': BlobReferenceInputDataSource,
3875
- 'ReferenceInputDataSource.Raw': RawReferenceInputDataSource,
3876
- 'Serialization.Parquet': ParquetSerialization,
3877
- 'Serialization.CustomClr': CustomClrSerialization,
3878
- 'Serialization.Csv': CsvSerialization,
3879
- 'Serialization.Json': JsonSerialization,
3880
- 'Serialization.Avro': AvroSerialization,
3881
- 'ReferenceInputDataSource.Microsoft.Sql/Server/Database': AzureSqlReferenceInputDataSource,
3882
- 'OutputDataSource': OutputDataSource,
3883
- 'OutputDataSource.Raw': RawOutputDatasource,
3884
- 'OutputDataSource.Microsoft.Storage/Blob': BlobOutputDataSource,
3885
- 'OutputDataSource.Microsoft.Storage/Table': AzureTableOutputDataSource,
3886
- 'OutputDataSource.Microsoft.ServiceBus/EventHub': EventHubOutputDataSource,
3887
- 'OutputDataSource.Microsoft.EventHub/EventHub': EventHubV2OutputDataSource,
3888
- 'OutputDataSource.Microsoft.Sql/Server/Database': AzureSqlDatabaseOutputDataSource,
3889
- 'OutputDataSource.Microsoft.Sql/Server/DataWarehouse': AzureSynapseOutputDataSource,
3890
- 'OutputDataSource.Microsoft.Storage/DocumentDB': DocumentDbOutputDataSource,
3891
- 'OutputDataSource.Microsoft.AzureFunction': AzureFunctionOutputDataSource,
3892
- 'OutputDataSource.Microsoft.ServiceBus/Queue': ServiceBusQueueOutputDataSource,
3893
- 'OutputDataSource.Microsoft.ServiceBus/Topic': ServiceBusTopicOutputDataSource,
3894
- 'OutputDataSource.PowerBI': PowerBIOutputDataSource,
3895
- 'OutputDataSource.Microsoft.DataLake/Accounts': AzureDataLakeStoreOutputDataSource
3134
+ export let discriminators = {
3135
+ InputProperties: InputProperties,
3136
+ Serialization: Serialization,
3137
+ OutputDataSource: OutputDataSource,
3138
+ FunctionProperties: FunctionProperties,
3139
+ FunctionRetrieveDefaultDefinitionParameters: FunctionRetrieveDefaultDefinitionParameters,
3140
+ StreamInputDataSource: StreamInputDataSource,
3141
+ ReferenceInputDataSource: ReferenceInputDataSource,
3142
+ FunctionBinding: FunctionBinding,
3143
+ "InputProperties.Stream": StreamInputProperties,
3144
+ "InputProperties.Reference": ReferenceInputProperties,
3145
+ "Serialization.Parquet": ParquetSerialization,
3146
+ "Serialization.Csv": CsvSerialization,
3147
+ "Serialization.Json": JsonSerialization,
3148
+ "Serialization.Avro": AvroSerialization,
3149
+ "OutputDataSource.Microsoft.Storage/Blob": BlobOutputDataSource,
3150
+ "OutputDataSource.Microsoft.Storage/Table": AzureTableOutputDataSource,
3151
+ "OutputDataSource.Microsoft.ServiceBus/EventHub": EventHubOutputDataSource,
3152
+ "OutputDataSource.Microsoft.EventHub/EventHub": EventHubV2OutputDataSource,
3153
+ "OutputDataSource.Microsoft.Sql/Server/Database": AzureSqlDatabaseOutputDataSource,
3154
+ "OutputDataSource.Microsoft.Sql/Server/DataWarehouse": AzureSynapseOutputDataSource,
3155
+ "OutputDataSource.Microsoft.Storage/DocumentDB": DocumentDbOutputDataSource,
3156
+ "OutputDataSource.Microsoft.ServiceBus/Queue": ServiceBusQueueOutputDataSource,
3157
+ "OutputDataSource.Microsoft.ServiceBus/Topic": ServiceBusTopicOutputDataSource,
3158
+ "OutputDataSource.PowerBI": PowerBIOutputDataSource,
3159
+ "OutputDataSource.Microsoft.DataLake/Accounts": AzureDataLakeStoreOutputDataSource,
3160
+ "FunctionProperties.Scalar": ScalarFunctionProperties,
3161
+ "FunctionRetrieveDefaultDefinitionParameters.Microsoft.MachineLearning/WebService": AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters,
3162
+ "FunctionRetrieveDefaultDefinitionParameters.Microsoft.StreamAnalytics/JavascriptUdf": JavaScriptFunctionRetrieveDefaultDefinitionParameters,
3163
+ "StreamInputDataSource.Microsoft.Storage/Blob": BlobStreamInputDataSource,
3164
+ "StreamInputDataSource.Microsoft.ServiceBus/EventHub": EventHubStreamInputDataSource,
3165
+ "StreamInputDataSource.Microsoft.EventHub/EventHub": EventHubV2StreamInputDataSource,
3166
+ "StreamInputDataSource.Microsoft.Devices/IotHubs": IoTHubStreamInputDataSource,
3167
+ "ReferenceInputDataSource.Microsoft.Storage/Blob": BlobReferenceInputDataSource,
3168
+ "ReferenceInputDataSource.Microsoft.Sql/Server/Database": AzureSqlReferenceInputDataSource,
3169
+ "FunctionBinding.Microsoft.MachineLearning/WebService": AzureMachineLearningWebServiceFunctionBinding,
3170
+ "FunctionBinding.Microsoft.StreamAnalytics/JavascriptUdf": JavaScriptFunctionBinding
3896
3171
  };
3897
3172
  //# sourceMappingURL=mappers.js.map