@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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../src/models/index.ts","../src/models/mappers.ts","../src/models/parameters.ts","../src/operations/operations.ts","../src/lroImpl.ts","../src/operations/streamingJobs.ts","../src/operations/inputs.ts","../src/operations/outputs.ts","../src/operations/transformations.ts","../src/operations/functions.ts","../src/operations/subscriptions.ts","../src/operations/clusters.ts","../src/operations/privateEndpoints.ts","../src/streamAnalyticsManagementClient.ts"],"sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport type InputPropertiesUnion =\n | InputProperties\n | StreamInputProperties\n | ReferenceInputProperties;\nexport type SerializationUnion =\n | Serialization\n | ParquetSerialization\n | CsvSerialization\n | JsonSerialization\n | AvroSerialization;\nexport type OutputDataSourceUnion =\n | OutputDataSource\n | BlobOutputDataSource\n | AzureTableOutputDataSource\n | EventHubOutputDataSource\n | EventHubV2OutputDataSource\n | AzureSqlDatabaseOutputDataSource\n | AzureSynapseOutputDataSource\n | DocumentDbOutputDataSource\n | ServiceBusQueueOutputDataSource\n | ServiceBusTopicOutputDataSource\n | PowerBIOutputDataSource\n | AzureDataLakeStoreOutputDataSource;\nexport type FunctionPropertiesUnion =\n | FunctionProperties\n | ScalarFunctionProperties;\nexport type FunctionRetrieveDefaultDefinitionParametersUnion =\n | FunctionRetrieveDefaultDefinitionParameters\n | AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters\n | JavaScriptFunctionRetrieveDefaultDefinitionParameters;\nexport type StreamInputDataSourceUnion =\n | StreamInputDataSource\n | BlobStreamInputDataSource\n | EventHubStreamInputDataSource\n | EventHubV2StreamInputDataSource\n | IoTHubStreamInputDataSource;\nexport type ReferenceInputDataSourceUnion =\n | ReferenceInputDataSource\n | BlobReferenceInputDataSource\n | AzureSqlReferenceInputDataSource;\nexport type FunctionBindingUnion =\n | FunctionBinding\n | AzureMachineLearningWebServiceFunctionBinding\n | JavaScriptFunctionBinding;\n\n/** Result of the request to list Stream Analytics operations. It contains a list of operations and a URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of Stream Analytics operations supported by the Microsoft.StreamAnalytics resource provider.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results if there are any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** A Stream Analytics REST API operation */\nexport interface Operation {\n /**\n * The name of the operation being performed on this particular object.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n /**\n * Contains the localized display information for this particular operation / action.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly display?: OperationDisplay;\n}\n\n/** Contains the localized display information for this particular operation / action. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly form of the resource type related to this action/operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The localized friendly name for the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The localized friendly description for the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Common error representation. */\nexport interface ErrorModel {\n /** Error definition properties. */\n error?: ErrorError;\n}\n\n/** Error definition properties. */\nexport interface ErrorError {\n /** Error code. */\n code?: string;\n /** Error message. */\n message?: string;\n /** Error target. */\n target?: string;\n /** Error details. */\n details?: ErrorDetails[];\n}\n\n/** Common error details representation. */\nexport interface ErrorDetails {\n /** Error code. */\n code?: string;\n /** Error target. */\n target?: string;\n /** Error message. */\n message?: string;\n}\n\n/** The properties that are associated with a SKU. */\nexport interface Sku {\n /** The name of the SKU. Required on PUT (CreateOrReplace) requests. */\n name?: SkuName;\n}\n\n/** The properties that are associated with an input. */\nexport interface InputProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Stream\" | \"Reference\";\n /** Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests. */\n serialization?: SerializationUnion;\n /**\n * Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly diagnostics?: Diagnostics;\n /**\n * The current entity tag for the input. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** Describes how input data is compressed */\n compression?: Compression;\n /** partitionKey Describes a key in the input data which is used for partitioning the input data */\n partitionKey?: string;\n}\n\n/** Describes how data from an input is serialized or how data is serialized when written to an output. */\nexport interface Serialization {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Parquet\" | \"Csv\" | \"Json\" | \"Avro\";\n}\n\n/** Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention. */\nexport interface Diagnostics {\n /**\n * A collection of zero or more conditions applicable to the resource, or to the job overall, that warrant customer attention.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly conditions?: DiagnosticCondition[];\n}\n\n/** Condition applicable to the resource, or to the job overall, that warrant customer attention. */\nexport interface DiagnosticCondition {\n /**\n * The UTC timestamp of when the condition started. Customers should be able to find a corresponding event in the ops log around this time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly since?: string;\n /**\n * The opaque diagnostic code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The human-readable message describing the condition in detail. Localized in the Accept-Language of the client request.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** Describes how input data is compressed */\nexport interface Compression {\n /** Indicates the type of compression that the input uses. Required on PUT (CreateOrReplace) requests. */\n type: CompressionType;\n}\n\n/** The base sub-resource model definition. */\nexport interface SubResource {\n /**\n * Resource Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** Resource name */\n name?: string;\n /**\n * Resource type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Describes the data source that output will be written to. */\nexport interface OutputDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type:\n | \"Microsoft.Storage/Blob\"\n | \"Microsoft.Storage/Table\"\n | \"Microsoft.ServiceBus/EventHub\"\n | \"Microsoft.EventHub/EventHub\"\n | \"Microsoft.Sql/Server/Database\"\n | \"Microsoft.Sql/Server/DataWarehouse\"\n | \"Microsoft.Storage/DocumentDB\"\n | \"Microsoft.ServiceBus/Queue\"\n | \"Microsoft.ServiceBus/Topic\"\n | \"PowerBI\"\n | \"Microsoft.DataLake/Accounts\";\n}\n\n/** The properties that are associated with a function. */\nexport interface FunctionProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Scalar\";\n /**\n * The current entity tag for the function. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n}\n\n/** The properties that are associated with an Azure Storage account */\nexport interface StorageAccount {\n /** The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests. */\n accountName?: string;\n /** The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests. */\n accountKey?: string;\n}\n\n/** The properties associated with a Stream Analytics cluster. */\nexport interface ClusterInfo {\n /** The resource id of cluster. */\n id?: string;\n}\n\n/** Describes how identity is verified */\nexport interface Identity {\n /** The identity tenantId */\n tenantId?: string;\n /** The identity principal ID */\n principalId?: string;\n /** The identity type */\n type?: string;\n}\n\n/** The base resource definition */\nexport interface Resource {\n /**\n * Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Object containing a list of streaming jobs. */\nexport interface StreamingJobListResult {\n /**\n * A list of streaming jobs. Populated by a 'List' operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: StreamingJob[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Parameters supplied to the Start Streaming Job operation. */\nexport interface StartStreamingJobParameters {\n /** Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whenever the job is started, start at a custom user time stamp specified via the outputStartTime property, or start from the last event output time. */\n outputStartMode?: OutputStartMode;\n /** Value is either an ISO-8601 formatted time stamp that indicates the starting point of the output event stream, or null to indicate that the output event stream will start whenever the streaming job is started. This property must have a value if outputStartMode is set to CustomTime. */\n outputStartTime?: Date;\n}\n\n/** Parameters supplied to the Scale Streaming Job operation. */\nexport interface ScaleStreamingJobParameters {\n /** Specifies the number of streaming units that the streaming job will scale to. */\n streamingUnits?: number;\n}\n\n/** Object containing a list of inputs under a streaming job. */\nexport interface InputListResult {\n /**\n * A list of inputs under a streaming job. Populated by a 'List' operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Input[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Describes the status of the test operation along with error information, if applicable. */\nexport interface ResourceTestStatus {\n /**\n * The status of the test operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n /**\n * Describes the error that occurred.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: ErrorResponse;\n}\n\n/** Describes the error that occurred. */\nexport interface ErrorResponse {\n /**\n * Error code associated with the error that occurred.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Describes the error in detail.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** Object containing a list of outputs under a streaming job. */\nexport interface OutputListResult {\n /**\n * A list of outputs under a streaming job. Populated by a 'List' operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Output[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Object containing a list of functions under a streaming job. */\nexport interface FunctionListResult {\n /**\n * A list of functions under a streaming job. Populated by a 'List' operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: FunctionModel[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Parameters used to specify the type of function to retrieve the default definition for. */\nexport interface FunctionRetrieveDefaultDefinitionParameters {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n bindingType:\n | \"Microsoft.MachineLearning/WebService\"\n | \"Microsoft.StreamAnalytics/JavascriptUdf\";\n}\n\n/** Result of the GetQuotas operation. It contains a list of quotas for the subscription in a particular region. */\nexport interface SubscriptionQuotasListResult {\n /**\n * List of quotas for the subscription in a particular region.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: SubscriptionQuota[];\n}\n\n/** The SKU of the cluster. This determines the size/capacity of the cluster. Required on PUT (CreateOrUpdate) requests. */\nexport interface ClusterSku {\n /** Specifies the SKU name of the cluster. Required on PUT (CreateOrUpdate) requests. */\n name?: ClusterSkuName;\n /** Denotes the number of streaming units the cluster can support. Valid values for this property are multiples of 36 with a minimum value of 36 and maximum value of 216. Required on PUT (CreateOrUpdate) requests. */\n capacity?: number;\n}\n\n/** A list of clusters populated by a 'list' operation. */\nexport interface ClusterListResult {\n /**\n * A list of clusters.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Cluster[];\n /**\n * The URL to fetch the next set of clusters.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** A list of streaming jobs. Populated by a List operation. */\nexport interface ClusterJobListResult {\n /**\n * A list of streaming jobs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: ClusterJob[];\n /**\n * The URL to fetch the next set of streaming jobs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** A streaming job. */\nexport interface ClusterJob {\n /**\n * Resource ID of the streaming job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The number of streaming units that are used by the streaming job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly streamingUnits?: number;\n /**\n * The current execution state of the streaming job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly jobState?: JobState;\n}\n\n/** A grouping of information about the connection to the remote resource. */\nexport interface PrivateLinkServiceConnection {\n /** The resource id of the private link service. Required on PUT (CreateOrUpdate) requests. */\n privateLinkServiceId?: string;\n /** The ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to. Required on PUT (CreateOrUpdate) requests. */\n groupIds?: string[];\n /**\n * A message passed to the owner of the remote resource with this connection request. Restricted to 140 chars.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requestMessage?: string;\n /** A collection of read-only information about the state of the connection to the private remote resource. */\n privateLinkServiceConnectionState?: PrivateLinkConnectionState;\n}\n\n/** A collection of read-only information about the state of the connection to the private remote resource. */\nexport interface PrivateLinkConnectionState {\n /**\n * Indicates whether the connection has been Approved/Rejected/Removed by the owner of the remote resource/service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n /**\n * The reason for approval/rejection of the connection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * A message indicating if changes on the service provider require any updates on the consumer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionsRequired?: string;\n}\n\n/** A list of private endpoints. */\nexport interface PrivateEndpointListResult {\n /**\n * A list of private endpoints.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: PrivateEndpoint[];\n /**\n * The URL to fetch the next set of private endpoints.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Describes an input data source that contains stream data. */\nexport interface StreamInputDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type:\n | \"Microsoft.Storage/Blob\"\n | \"Microsoft.ServiceBus/EventHub\"\n | \"Microsoft.EventHub/EventHub\"\n | \"Microsoft.Devices/IotHubs\";\n}\n\n/** Describes an input data source that contains reference data. */\nexport interface ReferenceInputDataSource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.Storage/Blob\" | \"Microsoft.Sql/Server/Database\";\n}\n\n/** The properties that are associated with a blob data source. */\nexport interface BlobDataSourceProperties {\n /** A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests. */\n storageAccounts?: StorageAccount[];\n /** The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests. */\n container?: string;\n /** The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example. */\n pathPattern?: string;\n /** The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead. */\n dateFormat?: string;\n /** The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. */\n timeFormat?: string;\n}\n\n/** The common properties that are associated with Service Bus data sources (Queues, Topics, Event Hubs, etc.). */\nexport interface ServiceBusDataSourceProperties {\n /** The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */\n serviceBusNamespace?: string;\n /** The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */\n sharedAccessPolicyName?: string;\n /** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */\n sharedAccessPolicyKey?: string;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n}\n\n/** The properties that are associated with an Azure SQL database data source. */\nexport interface AzureSqlDatabaseDataSourceProperties {\n /** The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n server?: string;\n /** The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n database?: string;\n /** The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n user?: string;\n /** The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n password?: string;\n /** The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n table?: string;\n /** Max Batch count for write to Sql database, the default value is 10,000. Optional on PUT requests. */\n maxBatchCount?: number;\n /** Max Writer count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT requests. */\n maxWriterCount?: number;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n}\n\n/** The properties that are associated with an Azure SQL database data source. */\nexport interface AzureSynapseDataSourceProperties {\n /** The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n server?: string;\n /** The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n database?: string;\n /** The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n table?: string;\n /** The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n user?: string;\n /** The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n password?: string;\n}\n\n/** The properties that are associated with data sources that use OAuth as their authentication model. */\nexport interface OAuthBasedDataSourceProperties {\n /** A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests. */\n refreshToken?: string;\n /** The user principal name (UPN) of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token. */\n tokenUserPrincipalName?: string;\n /** The user display name of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token. */\n tokenUserDisplayName?: string;\n}\n\n/** Describes one input parameter of a function. */\nexport interface FunctionInput {\n /** The (Azure Stream Analytics supported) data type of the function input parameter. A list of valid Azure Stream Analytics data types are described at https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx */\n dataType?: string;\n /** A flag indicating if the parameter is a configuration parameter. True if this input parameter is expected to be a constant. Default is false. */\n isConfigurationParameter?: boolean;\n}\n\n/** Describes the output of a function. */\nexport interface FunctionOutput {\n /** The (Azure Stream Analytics supported) data type of the function output. A list of valid Azure Stream Analytics data types are described at https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx */\n dataType?: string;\n}\n\n/** The physical binding of the function. For example, in the Azure Machine Learning web service’s case, this describes the endpoint. */\nexport interface FunctionBinding {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type:\n | \"Microsoft.MachineLearning/WebService\"\n | \"Microsoft.StreamAnalytics/JavascriptUdf\";\n}\n\n/** The inputs for the Azure Machine Learning web service endpoint. */\nexport interface AzureMachineLearningWebServiceInputs {\n /** The name of the input. This is the name provided while authoring the endpoint. */\n name?: string;\n /** A list of input columns for the Azure Machine Learning web service endpoint. */\n columnNames?: AzureMachineLearningWebServiceInputColumn[];\n}\n\n/** Describes an input column for the Azure Machine Learning web service endpoint. */\nexport interface AzureMachineLearningWebServiceInputColumn {\n /** The name of the input column. */\n name?: string;\n /** The (Azure Machine Learning supported) data type of the input column. A list of valid Azure Machine Learning data types are described at https://msdn.microsoft.com/en-us/library/azure/dn905923.aspx . */\n dataType?: string;\n /** The zero based index of the function parameter this input maps to. */\n mapTo?: number;\n}\n\n/** Describes an output column for the Azure Machine Learning web service endpoint. */\nexport interface AzureMachineLearningWebServiceOutputColumn {\n /** The name of the output column. */\n name?: string;\n /** The (Azure Machine Learning supported) data type of the output column. A list of valid Azure Machine Learning data types are described at https://msdn.microsoft.com/en-us/library/azure/dn905923.aspx . */\n dataType?: string;\n}\n\n/** The properties that are associated with an input containing stream data. */\nexport type StreamInputProperties = InputProperties & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Stream\";\n /** Describes an input data source that contains stream data. Required on PUT (CreateOrReplace) requests. */\n datasource?: StreamInputDataSourceUnion;\n};\n\n/** The properties that are associated with an input containing reference data. */\nexport type ReferenceInputProperties = InputProperties & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Reference\";\n /** Describes an input data source that contains reference data. Required on PUT (CreateOrReplace) requests. */\n datasource?: ReferenceInputDataSourceUnion;\n};\n\n/** Describes how data from an input is serialized or how data is serialized when written to an output in Parquet format. */\nexport type ParquetSerialization = Serialization & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Parquet\";\n /** The properties that are associated with the Parquet serialization type. Required on PUT (CreateOrReplace) requests. */\n properties?: Record<string, unknown>;\n};\n\n/** Describes how data from an input is serialized or how data is serialized when written to an output in CSV format. */\nexport type CsvSerialization = Serialization & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Csv\";\n /** Specifies the delimiter that will be used to separate comma-separated value (CSV) records. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a list of supported values. Required on PUT (CreateOrReplace) requests. */\n fieldDelimiter?: string;\n /** Specifies the encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output. Required on PUT (CreateOrReplace) requests. */\n encoding?: Encoding;\n};\n\n/** Describes how data from an input is serialized or how data is serialized when written to an output in JSON format. */\nexport type JsonSerialization = Serialization & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Json\";\n /** Specifies the encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output. Required on PUT (CreateOrReplace) requests. */\n encoding?: Encoding;\n /** This property only applies to JSON serialization of outputs only. It is not applicable to inputs. This property specifies the format of the JSON the output will be written in. The currently supported values are 'lineSeparated' indicating the output will be formatted by having each JSON object separated by a new line and 'array' indicating the output will be formatted as an array of JSON objects. Default value is 'lineSeparated' if left null. */\n format?: JsonOutputSerializationFormat;\n};\n\n/** Describes how data from an input is serialized or how data is serialized when written to an output in Avro format. */\nexport type AvroSerialization = Serialization & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Avro\";\n /** The properties that are associated with the Avro serialization type. Required on PUT (CreateOrReplace) requests. */\n properties?: Record<string, unknown>;\n};\n\n/** An input object, containing all information associated with the named input. All inputs are contained under a streaming job. */\nexport type Input = SubResource & {\n /** The properties that are associated with an input. Required on PUT (CreateOrReplace) requests. */\n properties?: InputPropertiesUnion;\n};\n\n/** A transformation object, containing all information associated with the named transformation. All transformations are contained under a streaming job. */\nexport type Transformation = SubResource & {\n /** Specifies the number of streaming units that the streaming job uses. */\n streamingUnits?: number;\n /** Specifies the valid streaming units a streaming job can scale to. */\n validStreamingUnits?: number[];\n /** Specifies the query that will be run in the streaming job. You can learn more about the Stream Analytics Query Language (SAQL) here: https://msdn.microsoft.com/library/azure/dn834998 . Required on PUT (CreateOrReplace) requests. */\n query?: string;\n /**\n * The current entity tag for the transformation. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n};\n\n/** An output object, containing all information associated with the named output. All outputs are contained under a streaming job. */\nexport type Output = SubResource & {\n /** Describes the data source that output will be written to. Required on PUT (CreateOrReplace) requests. */\n datasource?: OutputDataSourceUnion;\n /** The time frame for filtering Stream Analytics job outputs. */\n timeWindow?: string;\n /** The size window to constrain a Stream Analytics output to. */\n sizeWindow?: number;\n /** Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests. */\n serialization?: SerializationUnion;\n /**\n * Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly diagnostics?: Diagnostics;\n /**\n * The current entity tag for the output. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n};\n\n/** A function object, containing all information associated with the named function. All functions are contained under a streaming job. */\nexport type FunctionModel = SubResource & {\n /** The properties that are associated with a function. */\n properties?: FunctionPropertiesUnion;\n};\n\n/** Describes the current quota for the subscription. */\nexport type SubscriptionQuota = SubResource & {\n /**\n * The max permitted usage of this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxCount?: number;\n /**\n * The current usage of this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentCount?: number;\n};\n\n/** Describes a blob output data source. */\nexport type BlobOutputDataSource = OutputDataSource & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.Storage/Blob\";\n /** A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests. */\n storageAccounts?: StorageAccount[];\n /** The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests. */\n container?: string;\n /** The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example. */\n pathPattern?: string;\n /** The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead. */\n dateFormat?: string;\n /** The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. */\n timeFormat?: string;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n};\n\n/** Describes an Azure Table output data source. */\nexport type AzureTableOutputDataSource = OutputDataSource & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.Storage/Table\";\n /** The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests. */\n accountName?: string;\n /** The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests. */\n accountKey?: string;\n /** The name of the Azure Table. Required on PUT (CreateOrReplace) requests. */\n table?: string;\n /** This element indicates the name of a column from the SELECT statement in the query that will be used as the partition key for the Azure Table. Required on PUT (CreateOrReplace) requests. */\n partitionKey?: string;\n /** This element indicates the name of a column from the SELECT statement in the query that will be used as the row key for the Azure Table. Required on PUT (CreateOrReplace) requests. */\n rowKey?: string;\n /** If specified, each item in the array is the name of a column to remove (if present) from output event entities. */\n columnsToRemove?: string[];\n /** The number of rows to write to the Azure Table at a time. */\n batchSize?: number;\n};\n\n/** Describes an Event Hub output data source. */\nexport type EventHubOutputDataSource = OutputDataSource & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.ServiceBus/EventHub\";\n /** The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */\n serviceBusNamespace?: string;\n /** The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */\n sharedAccessPolicyName?: string;\n /** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */\n sharedAccessPolicyKey?: string;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n /** The name of the Event Hub. Required on PUT (CreateOrReplace) requests. */\n eventHubName?: string;\n /** The key/column that is used to determine to which partition to send event data. */\n partitionKey?: string;\n /** The properties associated with this Event Hub output. */\n propertyColumns?: string[];\n};\n\n/** Describes an Event Hub output data source. */\nexport type EventHubV2OutputDataSource = OutputDataSource & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.EventHub/EventHub\";\n /** The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */\n serviceBusNamespace?: string;\n /** The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */\n sharedAccessPolicyName?: string;\n /** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */\n sharedAccessPolicyKey?: string;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n /** The name of the Event Hub. Required on PUT (CreateOrReplace) requests. */\n eventHubName?: string;\n /** The key/column that is used to determine to which partition to send event data. */\n partitionKey?: string;\n /** The properties associated with this Event Hub output. */\n propertyColumns?: string[];\n};\n\n/** Describes an Azure SQL database output data source. */\nexport type AzureSqlDatabaseOutputDataSource = OutputDataSource & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.Sql/Server/Database\";\n /** The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n server?: string;\n /** The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n database?: string;\n /** The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n user?: string;\n /** The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n password?: string;\n /** The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n table?: string;\n /** Max Batch count for write to Sql database, the default value is 10,000. Optional on PUT requests. */\n maxBatchCount?: number;\n /** Max Writer count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT requests. */\n maxWriterCount?: number;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n};\n\n/** Describes an Azure Synapse output data source. */\nexport type AzureSynapseOutputDataSource = OutputDataSource & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.Sql/Server/DataWarehouse\";\n /** The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n server?: string;\n /** The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n database?: string;\n /** The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n table?: string;\n /** The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n user?: string;\n /** The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */\n password?: string;\n};\n\n/** Describes a DocumentDB output data source. */\nexport type DocumentDbOutputDataSource = OutputDataSource & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.Storage/DocumentDB\";\n /** The DocumentDB account name or ID. Required on PUT (CreateOrReplace) requests. */\n accountId?: string;\n /** The account key for the DocumentDB account. Required on PUT (CreateOrReplace) requests. */\n accountKey?: string;\n /** The name of the DocumentDB database. Required on PUT (CreateOrReplace) requests. */\n database?: string;\n /** The collection name pattern for the collections to be used. The collection name format can be constructed using the optional {partition} token, where partitions start from 0. See the DocumentDB section of https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for more information. Required on PUT (CreateOrReplace) requests. */\n collectionNamePattern?: string;\n /** The name of the field in output events used to specify the key for partitioning output across collections. If 'collectionNamePattern' contains the {partition} token, this property is required to be specified. */\n partitionKey?: string;\n /** The name of the field in output events used to specify the primary key which insert or update operations are based on. */\n documentId?: string;\n};\n\n/** Describes a Service Bus Queue output data source. */\nexport type ServiceBusQueueOutputDataSource = OutputDataSource & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.ServiceBus/Queue\";\n /** The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */\n serviceBusNamespace?: string;\n /** The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */\n sharedAccessPolicyName?: string;\n /** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */\n sharedAccessPolicyKey?: string;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n /** The name of the Service Bus Queue. Required on PUT (CreateOrReplace) requests. */\n queueName?: string;\n /** A string array of the names of output columns to be attached to Service Bus messages as custom properties. */\n propertyColumns?: string[];\n /** The system properties associated with the Service Bus Queue. The following system properties are supported: ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc. */\n systemPropertyColumns?: Record<string, unknown>;\n};\n\n/** Describes a Service Bus Topic output data source. */\nexport type ServiceBusTopicOutputDataSource = OutputDataSource & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.ServiceBus/Topic\";\n /** The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */\n serviceBusNamespace?: string;\n /** The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */\n sharedAccessPolicyName?: string;\n /** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */\n sharedAccessPolicyKey?: string;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n /** The name of the Service Bus Topic. Required on PUT (CreateOrReplace) requests. */\n topicName?: string;\n /** A string array of the names of output columns to be attached to Service Bus messages as custom properties. */\n propertyColumns?: string[];\n /** The system properties associated with the Service Bus Topic Output. The following system properties are supported: ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc. */\n systemPropertyColumns?: { [propertyName: string]: string };\n};\n\n/** Describes a Power BI output data source. */\nexport type PowerBIOutputDataSource = OutputDataSource & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"PowerBI\";\n /** A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests. */\n refreshToken?: string;\n /** The user principal name (UPN) of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token. */\n tokenUserPrincipalName?: string;\n /** The user display name of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token. */\n tokenUserDisplayName?: string;\n /** The name of the Power BI dataset. Required on PUT (CreateOrReplace) requests. */\n dataset?: string;\n /** The name of the Power BI table under the specified dataset. Required on PUT (CreateOrReplace) requests. */\n table?: string;\n /** The ID of the Power BI group. */\n groupId?: string;\n /** The name of the Power BI group. Use this property to help remember which specific Power BI group id was used. */\n groupName?: string;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n};\n\n/** Describes an Azure Data Lake Store output data source. */\nexport type AzureDataLakeStoreOutputDataSource = OutputDataSource & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.DataLake/Accounts\";\n /** A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests. */\n refreshToken?: string;\n /** The user principal name (UPN) of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token. */\n tokenUserPrincipalName?: string;\n /** The user display name of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token. */\n tokenUserDisplayName?: string;\n /** The name of the Azure Data Lake Store account. Required on PUT (CreateOrReplace) requests. */\n accountName?: string;\n /** The tenant id of the user used to obtain the refresh token. Required on PUT (CreateOrReplace) requests. */\n tenantId?: string;\n /** The location of the file to which the output should be written to. Required on PUT (CreateOrReplace) requests. */\n filePathPrefix?: string;\n /** The date format. Wherever {date} appears in filePathPrefix, the value of this property is used as the date format instead. */\n dateFormat?: string;\n /** The time format. Wherever {time} appears in filePathPrefix, the value of this property is used as the time format instead. */\n timeFormat?: string;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n};\n\n/** The properties that are associated with a scalar function. */\nexport type ScalarFunctionProperties = FunctionProperties & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Scalar\";\n /** A list of inputs describing the parameters of the function. */\n inputs?: FunctionInput[];\n /** The output of the function. */\n output?: FunctionOutput;\n /** The physical binding of the function. For example, in the Azure Machine Learning web service’s case, this describes the endpoint. */\n binding?: FunctionBindingUnion;\n};\n\n/** The properties that are associated with an Azure Storage account with MSI */\nexport type JobStorageAccount = StorageAccount & {\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n};\n\n/** The resource model definition for a ARM tracked top level resource */\nexport type TrackedResource = Resource & {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location?: string;\n};\n\n/** The resource model definition for a ARM proxy resource. It will have everything other than required location and tags */\nexport type ProxyResource = Resource & {};\n\n/** The parameters needed to retrieve the default function definition for an Azure Machine Learning web service function. */\nexport type AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters = FunctionRetrieveDefaultDefinitionParameters & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n bindingType: \"Microsoft.MachineLearning/WebService\";\n /** The Request-Response execute endpoint of the Azure Machine Learning web service. Find out more here: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs */\n executeEndpoint?: string;\n /** The function type. */\n udfType?: \"Scalar\";\n};\n\n/** The parameters needed to retrieve the default function definition for a JavaScript function. */\nexport type JavaScriptFunctionRetrieveDefaultDefinitionParameters = FunctionRetrieveDefaultDefinitionParameters & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n bindingType: \"Microsoft.StreamAnalytics/JavascriptUdf\";\n /** The JavaScript code containing a single function definition. For example: 'function (x, y) { return x + y; }'. */\n script?: string;\n /** The function type. */\n udfType?: \"Scalar\";\n};\n\n/** Describes a blob input data source that contains stream data. */\nexport type BlobStreamInputDataSource = StreamInputDataSource & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.Storage/Blob\";\n /** A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests. */\n storageAccounts?: StorageAccount[];\n /** The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests. */\n container?: string;\n /** The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example. */\n pathPattern?: string;\n /** The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead. */\n dateFormat?: string;\n /** The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. */\n timeFormat?: string;\n /** The partition count of the blob input data source. Range 1 - 256. */\n sourcePartitionCount?: number;\n};\n\n/** Describes an Event Hub input data source that contains stream data. */\nexport type EventHubStreamInputDataSource = StreamInputDataSource & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.ServiceBus/EventHub\";\n /** The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */\n serviceBusNamespace?: string;\n /** The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */\n sharedAccessPolicyName?: string;\n /** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */\n sharedAccessPolicyKey?: string;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n /** The name of the Event Hub. Required on PUT (CreateOrReplace) requests. */\n eventHubName?: string;\n /** The name of an Event Hub Consumer Group that should be used to read events from the Event Hub. Specifying distinct consumer group names for multiple inputs allows each of those inputs to receive the same events from the Event Hub. If not specified, the input uses the Event Hub’s default consumer group. */\n consumerGroupName?: string;\n};\n\n/** Describes an Event Hub input data source that contains stream data. */\nexport type EventHubV2StreamInputDataSource = StreamInputDataSource & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.EventHub/EventHub\";\n /** The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */\n serviceBusNamespace?: string;\n /** The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */\n sharedAccessPolicyName?: string;\n /** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */\n sharedAccessPolicyKey?: string;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n /** The name of the Event Hub. Required on PUT (CreateOrReplace) requests. */\n eventHubName?: string;\n /** The name of an Event Hub Consumer Group that should be used to read events from the Event Hub. Specifying distinct consumer group names for multiple inputs allows each of those inputs to receive the same events from the Event Hub. If not specified, the input uses the Event Hub’s default consumer group. */\n consumerGroupName?: string;\n};\n\n/** Describes an IoT Hub input data source that contains stream data. */\nexport type IoTHubStreamInputDataSource = StreamInputDataSource & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.Devices/IotHubs\";\n /** The name or the URI of the IoT Hub. Required on PUT (CreateOrReplace) requests. */\n iotHubNamespace?: string;\n /** The shared access policy name for the IoT Hub. This policy must contain at least the Service connect permission. Required on PUT (CreateOrReplace) requests. */\n sharedAccessPolicyName?: string;\n /** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */\n sharedAccessPolicyKey?: string;\n /** The name of an IoT Hub Consumer Group that should be used to read events from the IoT Hub. If not specified, the input uses the Iot Hub’s default consumer group. */\n consumerGroupName?: string;\n /** The IoT Hub endpoint to connect to (ie. messages/events, messages/operationsMonitoringEvents, etc.). */\n endpoint?: string;\n};\n\n/** Describes a blob input data source that contains reference data. */\nexport type BlobReferenceInputDataSource = ReferenceInputDataSource & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.Storage/Blob\";\n /** A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests. */\n storageAccounts?: StorageAccount[];\n /** The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests. */\n container?: string;\n /** The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example. */\n pathPattern?: string;\n /** The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead. */\n dateFormat?: string;\n /** The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. */\n timeFormat?: string;\n};\n\n/** Describes an Azure SQL database reference input data source. */\nexport type AzureSqlReferenceInputDataSource = ReferenceInputDataSource & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.Sql/Server/Database\";\n /** This element is associated with the datasource element. This is the name of the server that contains the database that will be written to. */\n server?: string;\n /** This element is associated with the datasource element. This is the name of the database that output will be written to. */\n database?: string;\n /** This element is associated with the datasource element. This is the user name that will be used to connect to the SQL Database instance. */\n user?: string;\n /** This element is associated with the datasource element. This is the password that will be used to connect to the SQL Database instance. */\n password?: string;\n /** This element is associated with the datasource element. The name of the table in the Azure SQL database.. */\n table?: string;\n /** Indicates the type of data refresh option. */\n refreshType?: RefreshType;\n /** This element is associated with the datasource element. This indicates how frequently the data will be fetched from the database. It is of DateTime format. */\n refreshRate?: string;\n /** This element is associated with the datasource element. This query is used to fetch data from the sql database. */\n fullSnapshotQuery?: string;\n /** This element is associated with the datasource element. This query is used to fetch incremental changes from the SQL database. To use this option, we recommend using temporal tables in Azure SQL Database. */\n deltaSnapshotQuery?: string;\n};\n\n/** The properties that are associated with a blob input containing stream data. */\nexport type BlobStreamInputDataSourceProperties = BlobDataSourceProperties & {\n /** The partition count of the blob input data source. Range 1 - 256. */\n sourcePartitionCount?: number;\n};\n\n/** The properties that are associated with a blob input containing reference data. */\nexport type BlobReferenceInputDataSourceProperties = BlobDataSourceProperties & {};\n\n/** The properties that are associated with a blob output. */\nexport type BlobOutputDataSourceProperties = BlobDataSourceProperties & {\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n};\n\n/** The common properties that are associated with Event Hub data sources. */\nexport type EventHubDataSourceProperties = ServiceBusDataSourceProperties & {\n /** The name of the Event Hub. Required on PUT (CreateOrReplace) requests. */\n eventHubName?: string;\n};\n\n/** The properties that are associated with a Service Bus Queue output. */\nexport type ServiceBusQueueOutputDataSourceProperties = ServiceBusDataSourceProperties & {\n /** The name of the Service Bus Queue. Required on PUT (CreateOrReplace) requests. */\n queueName?: string;\n /** A string array of the names of output columns to be attached to Service Bus messages as custom properties. */\n propertyColumns?: string[];\n /** The system properties associated with the Service Bus Queue. The following system properties are supported: ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc. */\n systemPropertyColumns?: Record<string, unknown>;\n};\n\n/** The properties that are associated with a Service Bus Topic output. */\nexport type ServiceBusTopicOutputDataSourceProperties = ServiceBusDataSourceProperties & {\n /** The name of the Service Bus Topic. Required on PUT (CreateOrReplace) requests. */\n topicName?: string;\n /** A string array of the names of output columns to be attached to Service Bus messages as custom properties. */\n propertyColumns?: string[];\n /** The system properties associated with the Service Bus Topic Output. The following system properties are supported: ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc. */\n systemPropertyColumns?: { [propertyName: string]: string };\n};\n\n/** The properties that are associated with an Azure SQL database output. */\nexport type AzureSqlDatabaseOutputDataSourceProperties = AzureSqlDatabaseDataSourceProperties & {};\n\n/** The properties that are associated with an Azure Synapse output. */\nexport type AzureSynapseOutputDataSourceProperties = AzureSynapseDataSourceProperties & {};\n\n/** The properties that are associated with a Power BI output. */\nexport type PowerBIOutputDataSourceProperties = OAuthBasedDataSourceProperties & {\n /** The name of the Power BI dataset. Required on PUT (CreateOrReplace) requests. */\n dataset?: string;\n /** The name of the Power BI table under the specified dataset. Required on PUT (CreateOrReplace) requests. */\n table?: string;\n /** The ID of the Power BI group. */\n groupId?: string;\n /** The name of the Power BI group. Use this property to help remember which specific Power BI group id was used. */\n groupName?: string;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n};\n\n/** The properties that are associated with an Azure Data Lake Store. */\nexport type AzureDataLakeStoreOutputDataSourceProperties = OAuthBasedDataSourceProperties & {\n /** The name of the Azure Data Lake Store account. Required on PUT (CreateOrReplace) requests. */\n accountName?: string;\n /** The tenant id of the user used to obtain the refresh token. Required on PUT (CreateOrReplace) requests. */\n tenantId?: string;\n /** The location of the file to which the output should be written to. Required on PUT (CreateOrReplace) requests. */\n filePathPrefix?: string;\n /** The date format. Wherever {date} appears in filePathPrefix, the value of this property is used as the date format instead. */\n dateFormat?: string;\n /** The time format. Wherever {time} appears in filePathPrefix, the value of this property is used as the time format instead. */\n timeFormat?: string;\n /** Authentication Mode. */\n authenticationMode?: AuthenticationMode;\n};\n\n/** The binding to an Azure Machine Learning web service. */\nexport type AzureMachineLearningWebServiceFunctionBinding = FunctionBinding & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.MachineLearning/WebService\";\n /** The Request-Response execute endpoint of the Azure Machine Learning web service. Find out more here: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs */\n endpoint?: string;\n /** The API key used to authenticate with Request-Response endpoint. */\n apiKey?: string;\n /** The inputs for the Azure Machine Learning web service endpoint. */\n inputs?: AzureMachineLearningWebServiceInputs;\n /** A list of outputs from the Azure Machine Learning web service endpoint execution. */\n outputs?: AzureMachineLearningWebServiceOutputColumn[];\n /** Number between 1 and 10000 describing maximum number of rows for every Azure ML RRS execute request. Default is 1000. */\n batchSize?: number;\n};\n\n/** The binding to a JavaScript function. */\nexport type JavaScriptFunctionBinding = FunctionBinding & {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n type: \"Microsoft.StreamAnalytics/JavascriptUdf\";\n /** The JavaScript code containing a single function definition. For example: 'function (x, y) { return x + y; }' */\n script?: string;\n};\n\n/** A streaming job object, containing all information associated with the named streaming job. */\nexport type StreamingJob = TrackedResource & {\n /** Describes the system-assigned managed identity assigned to this job that can be used to authenticate with inputs and outputs. */\n identity?: Identity;\n /** Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) requests. */\n sku?: Sku;\n /**\n * A GUID uniquely identifying the streaming job. This GUID is generated upon creation of the streaming job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly jobId?: string;\n /**\n * Describes the provisioning status of the streaming job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * Describes the state of the streaming job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly jobState?: string;\n /** Describes the type of the job. Valid modes are `Cloud` and 'Edge'. */\n jobType?: JobType;\n /** This property should only be utilized when it is desired that the job be started immediately upon creation. Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whenever the job is started, start at a custom user time stamp specified via the outputStartTime property, or start from the last event output time. */\n outputStartMode?: OutputStartMode;\n /** Value is either an ISO-8601 formatted time stamp that indicates the starting point of the output event stream, or null to indicate that the output event stream will start whenever the streaming job is started. This property must have a value if outputStartMode is set to CustomTime. */\n outputStartTime?: Date;\n /**\n * Value is either an ISO-8601 formatted timestamp indicating the last output event time of the streaming job or null indicating that output has not yet been produced. In case of multiple outputs or multiple streams, this shows the latest value in that set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastOutputEventTime?: Date;\n /** Indicates the policy to apply to events that arrive out of order in the input event stream. */\n eventsOutOfOrderPolicy?: EventsOutOfOrderPolicy;\n /** Indicates the policy to apply to events that arrive at the output and cannot be written to the external storage due to being malformed (missing column values, column values of wrong type or size). */\n outputErrorPolicy?: OutputErrorPolicy;\n /** The maximum tolerable delay in seconds where out-of-order events can be adjusted to be back in order. */\n eventsOutOfOrderMaxDelayInSeconds?: number;\n /** The maximum tolerable delay in seconds where events arriving late could be included. Supported range is -1 to 1814399 (20.23:59:59 days) and -1 is used to specify wait indefinitely. If the property is absent, it is interpreted to have a value of -1. */\n eventsLateArrivalMaxDelayInSeconds?: number;\n /** The data locale of the stream analytics job. Value should be the name of a supported .NET Culture from the set https://msdn.microsoft.com/en-us/library/system.globalization.culturetypes(v=vs.110).aspx. Defaults to 'en-US' if none specified. */\n dataLocale?: string;\n /** Controls certain runtime behaviors of the streaming job. */\n compatibilityLevel?: CompatibilityLevel;\n /**\n * Value is an ISO-8601 formatted UTC timestamp indicating when the streaming job was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdDate?: Date;\n /** A list of one or more inputs to the streaming job. The name property for each input is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual input. */\n inputs?: Input[];\n /** Indicates the query and the number of streaming units to use for the streaming job. The name property of the transformation is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual transformation. */\n transformation?: Transformation;\n /** A list of one or more outputs for the streaming job. The name property for each output is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual output. */\n outputs?: Output[];\n /** A list of one or more functions for the streaming job. The name property for each function is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual transformation. */\n functions?: FunctionModel[];\n /**\n * The current entity tag for the streaming job. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /** The properties that are associated with an Azure Storage account with MSI */\n jobStorageAccount?: JobStorageAccount;\n /** Valid values are JobStorageAccount and SystemAccount. If set to JobStorageAccount, this requires the user to also specify jobStorageAccount property. . */\n contentStoragePolicy?: ContentStoragePolicy;\n /** The cluster which streaming jobs will run on. */\n cluster?: ClusterInfo;\n};\n\n/** A Stream Analytics Cluster object */\nexport type Cluster = TrackedResource & {\n /** The SKU of the cluster. This determines the size/capacity of the cluster. Required on PUT (CreateOrUpdate) requests. */\n sku?: ClusterSku;\n /**\n * The current entity tag for the cluster. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /**\n * The date this cluster was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdDate?: Date;\n /**\n * Unique identifier for the cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clusterId?: string;\n /**\n * The status of the cluster provisioning. The three terminal states are: Succeeded, Failed and Canceled\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ClusterProvisioningState;\n /**\n * Represents the number of streaming units currently being used on the cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly capacityAllocated?: number;\n /**\n * Represents the sum of the SUs of all streaming jobs associated with the cluster. If all of the jobs were running, this would be the capacity allocated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly capacityAssigned?: number;\n};\n\n/** Complete information about the private endpoint. */\nexport type PrivateEndpoint = ProxyResource & {\n /**\n * Unique opaque string (generally a GUID) that represents the metadata state of the resource (private endpoint) and changes whenever the resource is updated. Required on PUT (CreateOrUpdate) requests.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly etag?: string;\n /**\n * The date when this private endpoint was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdDate?: string;\n /** A list of connections to the remote resource. Immutable after it is set. */\n manualPrivateLinkServiceConnections?: PrivateLinkServiceConnection[];\n};\n\n/** The properties that are associated with a Event Hub input containing stream data. */\nexport type EventHubStreamInputDataSourceProperties = EventHubDataSourceProperties & {\n /** The name of an Event Hub Consumer Group that should be used to read events from the Event Hub. Specifying distinct consumer group names for multiple inputs allows each of those inputs to receive the same events from the Event Hub. If not specified, the input uses the Event Hub’s default consumer group. */\n consumerGroupName?: string;\n};\n\n/** The properties that are associated with an Event Hub output. */\nexport type EventHubOutputDataSourceProperties = EventHubDataSourceProperties & {\n /** The key/column that is used to determine to which partition to send event data. */\n partitionKey?: string;\n /** The properties associated with this Event Hub output. */\n propertyColumns?: string[];\n};\n\n/** Defines headers for StreamingJobs_createOrReplace operation. */\nexport interface StreamingJobsCreateOrReplaceHeaders {\n /** The current entity tag for the streaming job. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */\n eTag?: string;\n}\n\n/** Defines headers for StreamingJobs_update operation. */\nexport interface StreamingJobsUpdateHeaders {\n /** The current entity tag for the streaming job. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */\n eTag?: string;\n}\n\n/** Defines headers for StreamingJobs_get operation. */\nexport interface StreamingJobsGetHeaders {\n /** The current entity tag for the streaming job. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */\n eTag?: string;\n}\n\n/** Defines headers for Inputs_createOrReplace operation. */\nexport interface InputsCreateOrReplaceHeaders {\n /** The current entity tag for the input. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */\n eTag?: string;\n}\n\n/** Defines headers for Inputs_update operation. */\nexport interface InputsUpdateHeaders {\n /** The current entity tag for the input. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */\n eTag?: string;\n}\n\n/** Defines headers for Inputs_get operation. */\nexport interface InputsGetHeaders {\n /** The current entity tag for the input. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */\n eTag?: string;\n}\n\n/** Defines headers for Outputs_createOrReplace operation. */\nexport interface OutputsCreateOrReplaceHeaders {\n /** The current entity tag for the output. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */\n eTag?: string;\n}\n\n/** Defines headers for Outputs_update operation. */\nexport interface OutputsUpdateHeaders {\n /** The current entity tag for the output. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */\n eTag?: string;\n}\n\n/** Defines headers for Outputs_get operation. */\nexport interface OutputsGetHeaders {\n /** The current entity tag for the output. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */\n eTag?: string;\n}\n\n/** Defines headers for Transformations_createOrReplace operation. */\nexport interface TransformationsCreateOrReplaceHeaders {\n /** The current entity tag for the transformation. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */\n eTag?: string;\n}\n\n/** Defines headers for Transformations_update operation. */\nexport interface TransformationsUpdateHeaders {\n /** The current entity tag for the transformation. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */\n eTag?: string;\n}\n\n/** Defines headers for Transformations_get operation. */\nexport interface TransformationsGetHeaders {\n /** The current entity tag for the transformation. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */\n eTag?: string;\n}\n\n/** Defines headers for Functions_createOrReplace operation. */\nexport interface FunctionsCreateOrReplaceHeaders {\n /** The current entity tag for the function. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */\n eTag?: string;\n}\n\n/** Defines headers for Functions_update operation. */\nexport interface FunctionsUpdateHeaders {\n /** The current entity tag for the function. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */\n eTag?: string;\n}\n\n/** Defines headers for Functions_get operation. */\nexport interface FunctionsGetHeaders {\n /** The current entity tag for the function. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */\n eTag?: string;\n}\n\n/** Known values of {@link SkuName} that the service accepts. */\nexport enum KnownSkuName {\n Standard = \"Standard\"\n}\n\n/**\n * Defines values for SkuName. \\\n * {@link KnownSkuName} can be used interchangeably with SkuName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard**\n */\nexport type SkuName = string;\n\n/** Known values of {@link JobType} that the service accepts. */\nexport enum KnownJobType {\n Cloud = \"Cloud\",\n Edge = \"Edge\"\n}\n\n/**\n * Defines values for JobType. \\\n * {@link KnownJobType} can be used interchangeably with JobType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Cloud** \\\n * **Edge**\n */\nexport type JobType = string;\n\n/** Known values of {@link OutputStartMode} that the service accepts. */\nexport enum KnownOutputStartMode {\n JobStartTime = \"JobStartTime\",\n CustomTime = \"CustomTime\",\n LastOutputEventTime = \"LastOutputEventTime\"\n}\n\n/**\n * Defines values for OutputStartMode. \\\n * {@link KnownOutputStartMode} can be used interchangeably with OutputStartMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **JobStartTime** \\\n * **CustomTime** \\\n * **LastOutputEventTime**\n */\nexport type OutputStartMode = string;\n\n/** Known values of {@link EventsOutOfOrderPolicy} that the service accepts. */\nexport enum KnownEventsOutOfOrderPolicy {\n Adjust = \"Adjust\",\n Drop = \"Drop\"\n}\n\n/**\n * Defines values for EventsOutOfOrderPolicy. \\\n * {@link KnownEventsOutOfOrderPolicy} can be used interchangeably with EventsOutOfOrderPolicy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Adjust** \\\n * **Drop**\n */\nexport type EventsOutOfOrderPolicy = string;\n\n/** Known values of {@link OutputErrorPolicy} that the service accepts. */\nexport enum KnownOutputErrorPolicy {\n Stop = \"Stop\",\n Drop = \"Drop\"\n}\n\n/**\n * Defines values for OutputErrorPolicy. \\\n * {@link KnownOutputErrorPolicy} can be used interchangeably with OutputErrorPolicy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Stop** \\\n * **Drop**\n */\nexport type OutputErrorPolicy = string;\n\n/** Known values of {@link CompatibilityLevel} that the service accepts. */\nexport enum KnownCompatibilityLevel {\n One0 = \"1.0\",\n One2 = \"1.2\"\n}\n\n/**\n * Defines values for CompatibilityLevel. \\\n * {@link KnownCompatibilityLevel} can be used interchangeably with CompatibilityLevel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **1.0** \\\n * **1.2**\n */\nexport type CompatibilityLevel = string;\n\n/** Known values of {@link EventSerializationType} that the service accepts. */\nexport enum KnownEventSerializationType {\n Csv = \"Csv\",\n Avro = \"Avro\",\n Json = \"Json\",\n Parquet = \"Parquet\"\n}\n\n/**\n * Defines values for EventSerializationType. \\\n * {@link KnownEventSerializationType} can be used interchangeably with EventSerializationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Csv** \\\n * **Avro** \\\n * **Json** \\\n * **Parquet**\n */\nexport type EventSerializationType = string;\n\n/** Known values of {@link CompressionType} that the service accepts. */\nexport enum KnownCompressionType {\n None = \"None\",\n GZip = \"GZip\",\n Deflate = \"Deflate\"\n}\n\n/**\n * Defines values for CompressionType. \\\n * {@link KnownCompressionType} can be used interchangeably with CompressionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **GZip** \\\n * **Deflate**\n */\nexport type CompressionType = string;\n\n/** Known values of {@link AuthenticationMode} that the service accepts. */\nexport enum KnownAuthenticationMode {\n Msi = \"Msi\",\n UserToken = \"UserToken\",\n ConnectionString = \"ConnectionString\"\n}\n\n/**\n * Defines values for AuthenticationMode. \\\n * {@link KnownAuthenticationMode} can be used interchangeably with AuthenticationMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Msi** \\\n * **UserToken** \\\n * **ConnectionString**\n */\nexport type AuthenticationMode = string;\n\n/** Known values of {@link ContentStoragePolicy} that the service accepts. */\nexport enum KnownContentStoragePolicy {\n SystemAccount = \"SystemAccount\",\n JobStorageAccount = \"JobStorageAccount\"\n}\n\n/**\n * Defines values for ContentStoragePolicy. \\\n * {@link KnownContentStoragePolicy} can be used interchangeably with ContentStoragePolicy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemAccount** \\\n * **JobStorageAccount**\n */\nexport type ContentStoragePolicy = string;\n\n/** Known values of {@link ClusterSkuName} that the service accepts. */\nexport enum KnownClusterSkuName {\n /** The default SKU. */\n Default = \"Default\"\n}\n\n/**\n * Defines values for ClusterSkuName. \\\n * {@link KnownClusterSkuName} can be used interchangeably with ClusterSkuName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default**: The default SKU.\n */\nexport type ClusterSkuName = string;\n\n/** Known values of {@link ClusterProvisioningState} that the service accepts. */\nexport enum KnownClusterProvisioningState {\n /** The cluster provisioning succeeded. */\n Succeeded = \"Succeeded\",\n /** The cluster provisioning failed. */\n Failed = \"Failed\",\n /** The cluster provisioning was canceled. */\n Canceled = \"Canceled\",\n /** The cluster provisioning was inprogress. */\n InProgress = \"InProgress\"\n}\n\n/**\n * Defines values for ClusterProvisioningState. \\\n * {@link KnownClusterProvisioningState} can be used interchangeably with ClusterProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: The cluster provisioning succeeded. \\\n * **Failed**: The cluster provisioning failed. \\\n * **Canceled**: The cluster provisioning was canceled. \\\n * **InProgress**: The cluster provisioning was inprogress.\n */\nexport type ClusterProvisioningState = string;\n\n/** Known values of {@link JobState} that the service accepts. */\nexport enum KnownJobState {\n /** The job is currently in the Created state. */\n Created = \"Created\",\n /** The job is currently in the Starting state. */\n Starting = \"Starting\",\n /** The job is currently in the Running state. */\n Running = \"Running\",\n /** The job is currently in the Stopping state. */\n Stopping = \"Stopping\",\n /** The job is currently in the Stopped state. */\n Stopped = \"Stopped\",\n /** The job is currently in the Deleting state. */\n Deleting = \"Deleting\",\n /** The job is currently in the Failed state. */\n Failed = \"Failed\",\n /** The job is currently in the Degraded state. */\n Degraded = \"Degraded\",\n /** The job is currently in the Restarting state. */\n Restarting = \"Restarting\",\n /** The job is currently in the Scaling state. */\n Scaling = \"Scaling\"\n}\n\n/**\n * Defines values for JobState. \\\n * {@link KnownJobState} can be used interchangeably with JobState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Created**: The job is currently in the Created state. \\\n * **Starting**: The job is currently in the Starting state. \\\n * **Running**: The job is currently in the Running state. \\\n * **Stopping**: The job is currently in the Stopping state. \\\n * **Stopped**: The job is currently in the Stopped state. \\\n * **Deleting**: The job is currently in the Deleting state. \\\n * **Failed**: The job is currently in the Failed state. \\\n * **Degraded**: The job is currently in the Degraded state. \\\n * **Restarting**: The job is currently in the Restarting state. \\\n * **Scaling**: The job is currently in the Scaling state.\n */\nexport type JobState = string;\n\n/** Known values of {@link Encoding} that the service accepts. */\nexport enum KnownEncoding {\n UTF8 = \"UTF8\"\n}\n\n/**\n * Defines values for Encoding. \\\n * {@link KnownEncoding} can be used interchangeably with Encoding,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **UTF8**\n */\nexport type Encoding = string;\n\n/** Known values of {@link JsonOutputSerializationFormat} that the service accepts. */\nexport enum KnownJsonOutputSerializationFormat {\n LineSeparated = \"LineSeparated\",\n Array = \"Array\"\n}\n\n/**\n * Defines values for JsonOutputSerializationFormat. \\\n * {@link KnownJsonOutputSerializationFormat} can be used interchangeably with JsonOutputSerializationFormat,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **LineSeparated** \\\n * **Array**\n */\nexport type JsonOutputSerializationFormat = string;\n\n/** Known values of {@link RefreshType} that the service accepts. */\nexport enum KnownRefreshType {\n Static = \"Static\",\n RefreshPeriodicallyWithFull = \"RefreshPeriodicallyWithFull\",\n RefreshPeriodicallyWithDelta = \"RefreshPeriodicallyWithDelta\"\n}\n\n/**\n * Defines values for RefreshType. \\\n * {@link KnownRefreshType} can be used interchangeably with RefreshType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Static** \\\n * **RefreshPeriodicallyWithFull** \\\n * **RefreshPeriodicallyWithDelta**\n */\nexport type RefreshType = string;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface StreamingJobsCreateOrReplaceOptionalParams\n extends coreClient.OperationOptions {\n /** The ETag of the streaming job. Omit this value to always overwrite the current record set. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new streaming job to be created, but to prevent updating an existing record set. Other values will result in a 412 Pre-condition Failed response. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrReplace operation. */\nexport type StreamingJobsCreateOrReplaceResponse = StreamingJobsCreateOrReplaceHeaders &\n StreamingJob;\n\n/** Optional parameters. */\nexport interface StreamingJobsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The ETag of the streaming job. Omit this value to always overwrite the current record set. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */\n ifMatch?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type StreamingJobsUpdateResponse = StreamingJobsUpdateHeaders &\n StreamingJob;\n\n/** Optional parameters. */\nexport interface StreamingJobsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StreamingJobsGetOptionalParams\n extends coreClient.OperationOptions {\n /** The $expand OData query parameter. This is a comma-separated list of additional streaming job properties to include in the response, beyond the default set returned when this parameter is absent. The default set is all streaming job properties other than 'inputs', 'transformation', 'outputs', and 'functions'. */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type StreamingJobsGetResponse = StreamingJobsGetHeaders & StreamingJob;\n\n/** Optional parameters. */\nexport interface StreamingJobsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The $expand OData query parameter. This is a comma-separated list of additional streaming job properties to include in the response, beyond the default set returned when this parameter is absent. The default set is all streaming job properties other than 'inputs', 'transformation', 'outputs', and 'functions'. */\n expand?: string;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type StreamingJobsListByResourceGroupResponse = StreamingJobListResult;\n\n/** Optional parameters. */\nexport interface StreamingJobsListOptionalParams\n extends coreClient.OperationOptions {\n /** The $expand OData query parameter. This is a comma-separated list of additional streaming job properties to include in the response, beyond the default set returned when this parameter is absent. The default set is all streaming job properties other than 'inputs', 'transformation', 'outputs', and 'functions'. */\n expand?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type StreamingJobsListResponse = StreamingJobListResult;\n\n/** Optional parameters. */\nexport interface StreamingJobsStartOptionalParams\n extends coreClient.OperationOptions {\n /** Parameters applicable to a start streaming job operation. */\n startJobParameters?: StartStreamingJobParameters;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StreamingJobsStopOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StreamingJobsScaleOptionalParams\n extends coreClient.OperationOptions {\n /** Parameters applicable to a scale streaming job operation. */\n scaleJobParameters?: ScaleStreamingJobParameters;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface StreamingJobsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {\n /** The $expand OData query parameter. This is a comma-separated list of additional streaming job properties to include in the response, beyond the default set returned when this parameter is absent. The default set is all streaming job properties other than 'inputs', 'transformation', 'outputs', and 'functions'. */\n expand?: string;\n}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type StreamingJobsListByResourceGroupNextResponse = StreamingJobListResult;\n\n/** Optional parameters. */\nexport interface StreamingJobsListNextOptionalParams\n extends coreClient.OperationOptions {\n /** The $expand OData query parameter. This is a comma-separated list of additional streaming job properties to include in the response, beyond the default set returned when this parameter is absent. The default set is all streaming job properties other than 'inputs', 'transformation', 'outputs', and 'functions'. */\n expand?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type StreamingJobsListNextResponse = StreamingJobListResult;\n\n/** Optional parameters. */\nexport interface InputsCreateOrReplaceOptionalParams\n extends coreClient.OperationOptions {\n /** The ETag of the input. Omit this value to always overwrite the current input. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new input to be created, but to prevent updating an existing input. Other values will result in a 412 Pre-condition Failed response. */\n ifNoneMatch?: string;\n}\n\n/** Contains response data for the createOrReplace operation. */\nexport type InputsCreateOrReplaceResponse = InputsCreateOrReplaceHeaders &\n Input;\n\n/** Optional parameters. */\nexport interface InputsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The ETag of the input. Omit this value to always overwrite the current input. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */\n ifMatch?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type InputsUpdateResponse = InputsUpdateHeaders & Input;\n\n/** Optional parameters. */\nexport interface InputsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface InputsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type InputsGetResponse = InputsGetHeaders & Input;\n\n/** Optional parameters. */\nexport interface InputsListByStreamingJobOptionalParams\n extends coreClient.OperationOptions {\n /** The $select OData query parameter. This is a comma-separated list of structural properties to include in the response, or \"*\" to include all properties. By default, all properties are returned except diagnostics. Currently only accepts '*' as a valid value. */\n select?: string;\n}\n\n/** Contains response data for the listByStreamingJob operation. */\nexport type InputsListByStreamingJobResponse = InputListResult;\n\n/** Optional parameters. */\nexport interface InputsTestOptionalParams extends coreClient.OperationOptions {\n /** If the input specified does not already exist, this parameter must contain the full input definition intended to be tested. If the input specified already exists, this parameter can be left null to test the existing input as is or if specified, the properties specified will overwrite the corresponding properties in the existing input (exactly like a PATCH operation) and the resulting input will be tested. */\n input?: Input;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the test operation. */\nexport type InputsTestResponse = ResourceTestStatus;\n\n/** Optional parameters. */\nexport interface InputsListByStreamingJobNextOptionalParams\n extends coreClient.OperationOptions {\n /** The $select OData query parameter. This is a comma-separated list of structural properties to include in the response, or \"*\" to include all properties. By default, all properties are returned except diagnostics. Currently only accepts '*' as a valid value. */\n select?: string;\n}\n\n/** Contains response data for the listByStreamingJobNext operation. */\nexport type InputsListByStreamingJobNextResponse = InputListResult;\n\n/** Optional parameters. */\nexport interface OutputsCreateOrReplaceOptionalParams\n extends coreClient.OperationOptions {\n /** The ETag of the output. Omit this value to always overwrite the current output. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new output to be created, but to prevent updating an existing output. Other values will result in a 412 Pre-condition Failed response. */\n ifNoneMatch?: string;\n}\n\n/** Contains response data for the createOrReplace operation. */\nexport type OutputsCreateOrReplaceResponse = OutputsCreateOrReplaceHeaders &\n Output;\n\n/** Optional parameters. */\nexport interface OutputsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The ETag of the output. Omit this value to always overwrite the current output. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */\n ifMatch?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type OutputsUpdateResponse = OutputsUpdateHeaders & Output;\n\n/** Optional parameters. */\nexport interface OutputsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface OutputsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type OutputsGetResponse = OutputsGetHeaders & Output;\n\n/** Optional parameters. */\nexport interface OutputsListByStreamingJobOptionalParams\n extends coreClient.OperationOptions {\n /** The $select OData query parameter. This is a comma-separated list of structural properties to include in the response, or \"*\" to include all properties. By default, all properties are returned except diagnostics. Currently only accepts '*' as a valid value. */\n select?: string;\n}\n\n/** Contains response data for the listByStreamingJob operation. */\nexport type OutputsListByStreamingJobResponse = OutputListResult;\n\n/** Optional parameters. */\nexport interface OutputsTestOptionalParams extends coreClient.OperationOptions {\n /** If the output specified does not already exist, this parameter must contain the full output definition intended to be tested. If the output specified already exists, this parameter can be left null to test the existing output as is or if specified, the properties specified will overwrite the corresponding properties in the existing output (exactly like a PATCH operation) and the resulting output will be tested. */\n output?: Output;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the test operation. */\nexport type OutputsTestResponse = ResourceTestStatus;\n\n/** Optional parameters. */\nexport interface OutputsListByStreamingJobNextOptionalParams\n extends coreClient.OperationOptions {\n /** The $select OData query parameter. This is a comma-separated list of structural properties to include in the response, or \"*\" to include all properties. By default, all properties are returned except diagnostics. Currently only accepts '*' as a valid value. */\n select?: string;\n}\n\n/** Contains response data for the listByStreamingJobNext operation. */\nexport type OutputsListByStreamingJobNextResponse = OutputListResult;\n\n/** Optional parameters. */\nexport interface TransformationsCreateOrReplaceOptionalParams\n extends coreClient.OperationOptions {\n /** The ETag of the transformation. Omit this value to always overwrite the current transformation. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new transformation to be created, but to prevent updating an existing transformation. Other values will result in a 412 Pre-condition Failed response. */\n ifNoneMatch?: string;\n}\n\n/** Contains response data for the createOrReplace operation. */\nexport type TransformationsCreateOrReplaceResponse = TransformationsCreateOrReplaceHeaders &\n Transformation;\n\n/** Optional parameters. */\nexport interface TransformationsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The ETag of the transformation. Omit this value to always overwrite the current transformation. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */\n ifMatch?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type TransformationsUpdateResponse = TransformationsUpdateHeaders &\n Transformation;\n\n/** Optional parameters. */\nexport interface TransformationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TransformationsGetResponse = TransformationsGetHeaders &\n Transformation;\n\n/** Optional parameters. */\nexport interface FunctionsCreateOrReplaceOptionalParams\n extends coreClient.OperationOptions {\n /** The ETag of the function. Omit this value to always overwrite the current function. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new function to be created, but to prevent updating an existing function. Other values will result in a 412 Pre-condition Failed response. */\n ifNoneMatch?: string;\n}\n\n/** Contains response data for the createOrReplace operation. */\nexport type FunctionsCreateOrReplaceResponse = FunctionsCreateOrReplaceHeaders &\n FunctionModel;\n\n/** Optional parameters. */\nexport interface FunctionsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The ETag of the function. Omit this value to always overwrite the current function. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */\n ifMatch?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type FunctionsUpdateResponse = FunctionsUpdateHeaders & FunctionModel;\n\n/** Optional parameters. */\nexport interface FunctionsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface FunctionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type FunctionsGetResponse = FunctionsGetHeaders & FunctionModel;\n\n/** Optional parameters. */\nexport interface FunctionsListByStreamingJobOptionalParams\n extends coreClient.OperationOptions {\n /** The $select OData query parameter. This is a comma-separated list of structural properties to include in the response, or \"*\" to include all properties. By default, all properties are returned except diagnostics. Currently only accepts '*' as a valid value. */\n select?: string;\n}\n\n/** Contains response data for the listByStreamingJob operation. */\nexport type FunctionsListByStreamingJobResponse = FunctionListResult;\n\n/** Optional parameters. */\nexport interface FunctionsTestOptionalParams\n extends coreClient.OperationOptions {\n /** If the function specified does not already exist, this parameter must contain the full function definition intended to be tested. If the function specified already exists, this parameter can be left null to test the existing function as is or if specified, the properties specified will overwrite the corresponding properties in the existing function (exactly like a PATCH operation) and the resulting function will be tested. */\n functionParam?: FunctionModel;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the test operation. */\nexport type FunctionsTestResponse = ResourceTestStatus;\n\n/** Optional parameters. */\nexport interface FunctionsRetrieveDefaultDefinitionOptionalParams\n extends coreClient.OperationOptions {\n /** Parameters used to specify the type of function to retrieve the default definition for. */\n functionRetrieveDefaultDefinitionParameters?: FunctionRetrieveDefaultDefinitionParametersUnion;\n}\n\n/** Contains response data for the retrieveDefaultDefinition operation. */\nexport type FunctionsRetrieveDefaultDefinitionResponse = FunctionModel;\n\n/** Optional parameters. */\nexport interface FunctionsListByStreamingJobNextOptionalParams\n extends coreClient.OperationOptions {\n /** The $select OData query parameter. This is a comma-separated list of structural properties to include in the response, or \"*\" to include all properties. By default, all properties are returned except diagnostics. Currently only accepts '*' as a valid value. */\n select?: string;\n}\n\n/** Contains response data for the listByStreamingJobNext operation. */\nexport type FunctionsListByStreamingJobNextResponse = FunctionListResult;\n\n/** Optional parameters. */\nexport interface SubscriptionsListQuotasOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listQuotas operation. */\nexport type SubscriptionsListQuotasResponse = SubscriptionQuotasListResult;\n\n/** Optional parameters. */\nexport interface ClustersCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The ETag of the resource. Omit this value to always overwrite the current record set. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing record set. Other values will result in a 412 Pre-condition Failed response. */\n ifNoneMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ClustersCreateOrUpdateResponse = Cluster;\n\n/** Optional parameters. */\nexport interface ClustersUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The ETag of the resource. Omit this value to always overwrite the current record set. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */\n ifMatch?: string;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ClustersUpdateResponse = Cluster;\n\n/** Optional parameters. */\nexport interface ClustersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ClustersGetResponse = Cluster;\n\n/** Optional parameters. */\nexport interface ClustersDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ClustersListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type ClustersListBySubscriptionResponse = ClusterListResult;\n\n/** Optional parameters. */\nexport interface ClustersListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ClustersListByResourceGroupResponse = ClusterListResult;\n\n/** Optional parameters. */\nexport interface ClustersListStreamingJobsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listStreamingJobs operation. */\nexport type ClustersListStreamingJobsResponse = ClusterJobListResult;\n\n/** Optional parameters. */\nexport interface ClustersListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type ClustersListBySubscriptionNextResponse = ClusterListResult;\n\n/** Optional parameters. */\nexport interface ClustersListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ClustersListByResourceGroupNextResponse = ClusterListResult;\n\n/** Optional parameters. */\nexport interface ClustersListStreamingJobsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listStreamingJobsNext operation. */\nexport type ClustersListStreamingJobsNextResponse = ClusterJobListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The ETag of the resource. Omit this value to always overwrite the current record set. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */\n ifMatch?: string;\n /** Set to '*' to allow a new resource to be created, but to prevent updating an existing record set. Other values will result in a 412 Pre-condition Failed response. */\n ifNoneMatch?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PrivateEndpointsCreateOrUpdateResponse = PrivateEndpoint;\n\n/** Optional parameters. */\nexport interface PrivateEndpointsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateEndpointsGetResponse = PrivateEndpoint;\n\n/** Optional parameters. */\nexport interface PrivateEndpointsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PrivateEndpointsListByClusterOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByCluster operation. */\nexport type PrivateEndpointsListByClusterResponse = PrivateEndpointListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointsListByClusterNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByClusterNext operation. */\nexport type PrivateEndpointsListByClusterNextResponse = PrivateEndpointListResult;\n\n/** Optional parameters. */\nexport interface StreamAnalyticsManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorModel\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorError\"\n }\n }\n }\n }\n};\n\nexport const ErrorError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetails\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ErrorDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetails\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Sku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Sku\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InputProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InputProperties\",\n uberParent: \"InputProperties\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\"\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n serialization: {\n serializedName: \"serialization\",\n type: {\n name: \"Composite\",\n className: \"Serialization\"\n }\n },\n diagnostics: {\n serializedName: \"diagnostics\",\n type: {\n name: \"Composite\",\n className: \"Diagnostics\"\n }\n },\n etag: {\n serializedName: \"etag\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n compression: {\n serializedName: \"compression\",\n type: {\n name: \"Composite\",\n className: \"Compression\"\n }\n },\n partitionKey: {\n serializedName: \"partitionKey\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Serialization: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Serialization\",\n uberParent: \"Serialization\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\"\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Diagnostics: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Diagnostics\",\n modelProperties: {\n conditions: {\n serializedName: \"conditions\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DiagnosticCondition\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DiagnosticCondition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiagnosticCondition\",\n modelProperties: {\n since: {\n serializedName: \"since\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Compression: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Compression\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SubResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OutputDataSource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OutputDataSource\",\n uberParent: \"OutputDataSource\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\"\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FunctionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FunctionProperties\",\n uberParent: \"FunctionProperties\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\"\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n etag: {\n serializedName: \"etag\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StorageAccount: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageAccount\",\n modelProperties: {\n accountName: {\n serializedName: \"accountName\",\n type: {\n name: \"String\"\n }\n },\n accountKey: {\n serializedName: \"accountKey\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ClusterInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterInfo\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Identity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Identity\",\n modelProperties: {\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n },\n principalId: {\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StreamingJobListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StreamingJobListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StreamingJob\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StartStreamingJobParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StartStreamingJobParameters\",\n modelProperties: {\n outputStartMode: {\n serializedName: \"outputStartMode\",\n type: {\n name: \"String\"\n }\n },\n outputStartTime: {\n serializedName: \"outputStartTime\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ScaleStreamingJobParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScaleStreamingJobParameters\",\n modelProperties: {\n streamingUnits: {\n serializedName: \"streamingUnits\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const InputListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InputListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Input\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceTestStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceTestStatus\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OutputListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OutputListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Output\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FunctionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FunctionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FunctionModel\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FunctionRetrieveDefaultDefinitionParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FunctionRetrieveDefaultDefinitionParameters\",\n uberParent: \"FunctionRetrieveDefaultDefinitionParameters\",\n polymorphicDiscriminator: {\n serializedName: \"bindingType\",\n clientName: \"bindingType\"\n },\n modelProperties: {\n bindingType: {\n serializedName: \"bindingType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SubscriptionQuotasListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubscriptionQuotasListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SubscriptionQuota\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ClusterSku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterSku\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n capacity: {\n constraints: {\n InclusiveMaximum: 216,\n InclusiveMinimum: 36\n },\n serializedName: \"capacity\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ClusterListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Cluster\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ClusterJobListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterJobListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ClusterJob\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ClusterJob: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ClusterJob\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n streamingUnits: {\n serializedName: \"streamingUnits\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n jobState: {\n serializedName: \"jobState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkServiceConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnection\",\n modelProperties: {\n privateLinkServiceId: {\n serializedName: \"properties.privateLinkServiceId\",\n type: {\n name: \"String\"\n }\n },\n groupIds: {\n serializedName: \"properties.groupIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n requestMessage: {\n serializedName: \"properties.requestMessage\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n privateLinkServiceConnectionState: {\n serializedName: \"properties.privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkConnectionState\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkConnectionState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkConnectionState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n actionsRequired: {\n serializedName: \"actionsRequired\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StreamInputDataSource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StreamInputDataSource\",\n uberParent: \"StreamInputDataSource\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\"\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ReferenceInputDataSource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ReferenceInputDataSource\",\n uberParent: \"ReferenceInputDataSource\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\"\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BlobDataSourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BlobDataSourceProperties\",\n modelProperties: {\n storageAccounts: {\n serializedName: \"storageAccounts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageAccount\"\n }\n }\n }\n },\n container: {\n serializedName: \"container\",\n type: {\n name: \"String\"\n }\n },\n pathPattern: {\n serializedName: \"pathPattern\",\n type: {\n name: \"String\"\n }\n },\n dateFormat: {\n serializedName: \"dateFormat\",\n type: {\n name: \"String\"\n }\n },\n timeFormat: {\n serializedName: \"timeFormat\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceBusDataSourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceBusDataSourceProperties\",\n modelProperties: {\n serviceBusNamespace: {\n serializedName: \"serviceBusNamespace\",\n type: {\n name: \"String\"\n }\n },\n sharedAccessPolicyName: {\n serializedName: \"sharedAccessPolicyName\",\n type: {\n name: \"String\"\n }\n },\n sharedAccessPolicyKey: {\n serializedName: \"sharedAccessPolicyKey\",\n type: {\n name: \"String\"\n }\n },\n authenticationMode: {\n serializedName: \"authenticationMode\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureSqlDatabaseDataSourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureSqlDatabaseDataSourceProperties\",\n modelProperties: {\n server: {\n serializedName: \"server\",\n type: {\n name: \"String\"\n }\n },\n database: {\n serializedName: \"database\",\n type: {\n name: \"String\"\n }\n },\n user: {\n serializedName: \"user\",\n type: {\n name: \"String\"\n }\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\"\n }\n },\n table: {\n serializedName: \"table\",\n type: {\n name: \"String\"\n }\n },\n maxBatchCount: {\n serializedName: \"maxBatchCount\",\n type: {\n name: \"Number\"\n }\n },\n maxWriterCount: {\n serializedName: \"maxWriterCount\",\n type: {\n name: \"Number\"\n }\n },\n authenticationMode: {\n serializedName: \"authenticationMode\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureSynapseDataSourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureSynapseDataSourceProperties\",\n modelProperties: {\n server: {\n serializedName: \"server\",\n type: {\n name: \"String\"\n }\n },\n database: {\n serializedName: \"database\",\n type: {\n name: \"String\"\n }\n },\n table: {\n serializedName: \"table\",\n type: {\n name: \"String\"\n }\n },\n user: {\n serializedName: \"user\",\n type: {\n name: \"String\"\n }\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OAuthBasedDataSourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OAuthBasedDataSourceProperties\",\n modelProperties: {\n refreshToken: {\n serializedName: \"refreshToken\",\n type: {\n name: \"String\"\n }\n },\n tokenUserPrincipalName: {\n serializedName: \"tokenUserPrincipalName\",\n type: {\n name: \"String\"\n }\n },\n tokenUserDisplayName: {\n serializedName: \"tokenUserDisplayName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FunctionInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FunctionInput\",\n modelProperties: {\n dataType: {\n serializedName: \"dataType\",\n type: {\n name: \"String\"\n }\n },\n isConfigurationParameter: {\n serializedName: \"isConfigurationParameter\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const FunctionOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FunctionOutput\",\n modelProperties: {\n dataType: {\n serializedName: \"dataType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FunctionBinding: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FunctionBinding\",\n uberParent: \"FunctionBinding\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\"\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureMachineLearningWebServiceInputs: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureMachineLearningWebServiceInputs\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n columnNames: {\n serializedName: \"columnNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureMachineLearningWebServiceInputColumn\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AzureMachineLearningWebServiceInputColumn: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureMachineLearningWebServiceInputColumn\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n dataType: {\n serializedName: \"dataType\",\n type: {\n name: \"String\"\n }\n },\n mapTo: {\n serializedName: \"mapTo\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const AzureMachineLearningWebServiceOutputColumn: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureMachineLearningWebServiceOutputColumn\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n dataType: {\n serializedName: \"dataType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StreamInputProperties: coreClient.CompositeMapper = {\n serializedName: \"Stream\",\n type: {\n name: \"Composite\",\n className: \"StreamInputProperties\",\n uberParent: \"InputProperties\",\n polymorphicDiscriminator: InputProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...InputProperties.type.modelProperties,\n datasource: {\n serializedName: \"datasource\",\n type: {\n name: \"Composite\",\n className: \"StreamInputDataSource\"\n }\n }\n }\n }\n};\n\nexport const ReferenceInputProperties: coreClient.CompositeMapper = {\n serializedName: \"Reference\",\n type: {\n name: \"Composite\",\n className: \"ReferenceInputProperties\",\n uberParent: \"InputProperties\",\n polymorphicDiscriminator: InputProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...InputProperties.type.modelProperties,\n datasource: {\n serializedName: \"datasource\",\n type: {\n name: \"Composite\",\n className: \"ReferenceInputDataSource\"\n }\n }\n }\n }\n};\n\nexport const ParquetSerialization: coreClient.CompositeMapper = {\n serializedName: \"Parquet\",\n type: {\n name: \"Composite\",\n className: \"ParquetSerialization\",\n uberParent: \"Serialization\",\n polymorphicDiscriminator: Serialization.type.polymorphicDiscriminator,\n modelProperties: {\n ...Serialization.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const CsvSerialization: coreClient.CompositeMapper = {\n serializedName: \"Csv\",\n type: {\n name: \"Composite\",\n className: \"CsvSerialization\",\n uberParent: \"Serialization\",\n polymorphicDiscriminator: Serialization.type.polymorphicDiscriminator,\n modelProperties: {\n ...Serialization.type.modelProperties,\n fieldDelimiter: {\n serializedName: \"properties.fieldDelimiter\",\n type: {\n name: \"String\"\n }\n },\n encoding: {\n serializedName: \"properties.encoding\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const JsonSerialization: coreClient.CompositeMapper = {\n serializedName: \"Json\",\n type: {\n name: \"Composite\",\n className: \"JsonSerialization\",\n uberParent: \"Serialization\",\n polymorphicDiscriminator: Serialization.type.polymorphicDiscriminator,\n modelProperties: {\n ...Serialization.type.modelProperties,\n encoding: {\n serializedName: \"properties.encoding\",\n type: {\n name: \"String\"\n }\n },\n format: {\n serializedName: \"properties.format\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AvroSerialization: coreClient.CompositeMapper = {\n serializedName: \"Avro\",\n type: {\n name: \"Composite\",\n className: \"AvroSerialization\",\n uberParent: \"Serialization\",\n polymorphicDiscriminator: Serialization.type.polymorphicDiscriminator,\n modelProperties: {\n ...Serialization.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const Input: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Input\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"InputProperties\"\n }\n }\n }\n }\n};\n\nexport const Transformation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Transformation\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n streamingUnits: {\n serializedName: \"properties.streamingUnits\",\n type: {\n name: \"Number\"\n }\n },\n validStreamingUnits: {\n serializedName: \"properties.validStreamingUnits\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Number\"\n }\n }\n }\n },\n query: {\n serializedName: \"properties.query\",\n type: {\n name: \"String\"\n }\n },\n etag: {\n serializedName: \"properties.etag\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Output: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Output\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n datasource: {\n serializedName: \"properties.datasource\",\n type: {\n name: \"Composite\",\n className: \"OutputDataSource\"\n }\n },\n timeWindow: {\n serializedName: \"properties.timeWindow\",\n type: {\n name: \"String\"\n }\n },\n sizeWindow: {\n serializedName: \"properties.sizeWindow\",\n type: {\n name: \"Number\"\n }\n },\n serialization: {\n serializedName: \"properties.serialization\",\n type: {\n name: \"Composite\",\n className: \"Serialization\"\n }\n },\n diagnostics: {\n serializedName: \"properties.diagnostics\",\n type: {\n name: \"Composite\",\n className: \"Diagnostics\"\n }\n },\n etag: {\n serializedName: \"properties.etag\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FunctionModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FunctionModel\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"FunctionProperties\"\n }\n }\n }\n }\n};\n\nexport const SubscriptionQuota: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubscriptionQuota\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n maxCount: {\n serializedName: \"properties.maxCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n currentCount: {\n serializedName: \"properties.currentCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const BlobOutputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Storage/Blob\",\n type: {\n name: \"Composite\",\n className: \"BlobOutputDataSource\",\n uberParent: \"OutputDataSource\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...OutputDataSource.type.modelProperties,\n storageAccounts: {\n serializedName: \"properties.storageAccounts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageAccount\"\n }\n }\n }\n },\n container: {\n serializedName: \"properties.container\",\n type: {\n name: \"String\"\n }\n },\n pathPattern: {\n serializedName: \"properties.pathPattern\",\n type: {\n name: \"String\"\n }\n },\n dateFormat: {\n serializedName: \"properties.dateFormat\",\n type: {\n name: \"String\"\n }\n },\n timeFormat: {\n serializedName: \"properties.timeFormat\",\n type: {\n name: \"String\"\n }\n },\n authenticationMode: {\n serializedName: \"properties.authenticationMode\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureTableOutputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Storage/Table\",\n type: {\n name: \"Composite\",\n className: \"AzureTableOutputDataSource\",\n uberParent: \"OutputDataSource\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...OutputDataSource.type.modelProperties,\n accountName: {\n serializedName: \"properties.accountName\",\n type: {\n name: \"String\"\n }\n },\n accountKey: {\n serializedName: \"properties.accountKey\",\n type: {\n name: \"String\"\n }\n },\n table: {\n serializedName: \"properties.table\",\n type: {\n name: \"String\"\n }\n },\n partitionKey: {\n serializedName: \"properties.partitionKey\",\n type: {\n name: \"String\"\n }\n },\n rowKey: {\n serializedName: \"properties.rowKey\",\n type: {\n name: \"String\"\n }\n },\n columnsToRemove: {\n serializedName: \"properties.columnsToRemove\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n batchSize: {\n serializedName: \"properties.batchSize\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const EventHubOutputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.ServiceBus/EventHub\",\n type: {\n name: \"Composite\",\n className: \"EventHubOutputDataSource\",\n uberParent: \"OutputDataSource\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...OutputDataSource.type.modelProperties,\n serviceBusNamespace: {\n serializedName: \"properties.serviceBusNamespace\",\n type: {\n name: \"String\"\n }\n },\n sharedAccessPolicyName: {\n serializedName: \"properties.sharedAccessPolicyName\",\n type: {\n name: \"String\"\n }\n },\n sharedAccessPolicyKey: {\n serializedName: \"properties.sharedAccessPolicyKey\",\n type: {\n name: \"String\"\n }\n },\n authenticationMode: {\n serializedName: \"properties.authenticationMode\",\n type: {\n name: \"String\"\n }\n },\n eventHubName: {\n serializedName: \"properties.eventHubName\",\n type: {\n name: \"String\"\n }\n },\n partitionKey: {\n serializedName: \"properties.partitionKey\",\n type: {\n name: \"String\"\n }\n },\n propertyColumns: {\n serializedName: \"properties.propertyColumns\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EventHubV2OutputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.EventHub/EventHub\",\n type: {\n name: \"Composite\",\n className: \"EventHubV2OutputDataSource\",\n uberParent: \"OutputDataSource\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...OutputDataSource.type.modelProperties,\n serviceBusNamespace: {\n serializedName: \"properties.serviceBusNamespace\",\n type: {\n name: \"String\"\n }\n },\n sharedAccessPolicyName: {\n serializedName: \"properties.sharedAccessPolicyName\",\n type: {\n name: \"String\"\n }\n },\n sharedAccessPolicyKey: {\n serializedName: \"properties.sharedAccessPolicyKey\",\n type: {\n name: \"String\"\n }\n },\n authenticationMode: {\n serializedName: \"properties.authenticationMode\",\n type: {\n name: \"String\"\n }\n },\n eventHubName: {\n serializedName: \"properties.eventHubName\",\n type: {\n name: \"String\"\n }\n },\n partitionKey: {\n serializedName: \"properties.partitionKey\",\n type: {\n name: \"String\"\n }\n },\n propertyColumns: {\n serializedName: \"properties.propertyColumns\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AzureSqlDatabaseOutputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Sql/Server/Database\",\n type: {\n name: \"Composite\",\n className: \"AzureSqlDatabaseOutputDataSource\",\n uberParent: \"OutputDataSource\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...OutputDataSource.type.modelProperties,\n server: {\n serializedName: \"properties.server\",\n type: {\n name: \"String\"\n }\n },\n database: {\n serializedName: \"properties.database\",\n type: {\n name: \"String\"\n }\n },\n user: {\n serializedName: \"properties.user\",\n type: {\n name: \"String\"\n }\n },\n password: {\n serializedName: \"properties.password\",\n type: {\n name: \"String\"\n }\n },\n table: {\n serializedName: \"properties.table\",\n type: {\n name: \"String\"\n }\n },\n maxBatchCount: {\n serializedName: \"properties.maxBatchCount\",\n type: {\n name: \"Number\"\n }\n },\n maxWriterCount: {\n serializedName: \"properties.maxWriterCount\",\n type: {\n name: \"Number\"\n }\n },\n authenticationMode: {\n serializedName: \"properties.authenticationMode\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureSynapseOutputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Sql/Server/DataWarehouse\",\n type: {\n name: \"Composite\",\n className: \"AzureSynapseOutputDataSource\",\n uberParent: \"OutputDataSource\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...OutputDataSource.type.modelProperties,\n server: {\n serializedName: \"properties.server\",\n type: {\n name: \"String\"\n }\n },\n database: {\n serializedName: \"properties.database\",\n type: {\n name: \"String\"\n }\n },\n table: {\n serializedName: \"properties.table\",\n type: {\n name: \"String\"\n }\n },\n user: {\n serializedName: \"properties.user\",\n type: {\n name: \"String\"\n }\n },\n password: {\n serializedName: \"properties.password\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DocumentDbOutputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Storage/DocumentDB\",\n type: {\n name: \"Composite\",\n className: \"DocumentDbOutputDataSource\",\n uberParent: \"OutputDataSource\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...OutputDataSource.type.modelProperties,\n accountId: {\n serializedName: \"properties.accountId\",\n type: {\n name: \"String\"\n }\n },\n accountKey: {\n serializedName: \"properties.accountKey\",\n type: {\n name: \"String\"\n }\n },\n database: {\n serializedName: \"properties.database\",\n type: {\n name: \"String\"\n }\n },\n collectionNamePattern: {\n serializedName: \"properties.collectionNamePattern\",\n type: {\n name: \"String\"\n }\n },\n partitionKey: {\n serializedName: \"properties.partitionKey\",\n type: {\n name: \"String\"\n }\n },\n documentId: {\n serializedName: \"properties.documentId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceBusQueueOutputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.ServiceBus/Queue\",\n type: {\n name: \"Composite\",\n className: \"ServiceBusQueueOutputDataSource\",\n uberParent: \"OutputDataSource\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...OutputDataSource.type.modelProperties,\n serviceBusNamespace: {\n serializedName: \"properties.serviceBusNamespace\",\n type: {\n name: \"String\"\n }\n },\n sharedAccessPolicyName: {\n serializedName: \"properties.sharedAccessPolicyName\",\n type: {\n name: \"String\"\n }\n },\n sharedAccessPolicyKey: {\n serializedName: \"properties.sharedAccessPolicyKey\",\n type: {\n name: \"String\"\n }\n },\n authenticationMode: {\n serializedName: \"properties.authenticationMode\",\n type: {\n name: \"String\"\n }\n },\n queueName: {\n serializedName: \"properties.queueName\",\n type: {\n name: \"String\"\n }\n },\n propertyColumns: {\n serializedName: \"properties.propertyColumns\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n systemPropertyColumns: {\n serializedName: \"properties.systemPropertyColumns\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const ServiceBusTopicOutputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.ServiceBus/Topic\",\n type: {\n name: \"Composite\",\n className: \"ServiceBusTopicOutputDataSource\",\n uberParent: \"OutputDataSource\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...OutputDataSource.type.modelProperties,\n serviceBusNamespace: {\n serializedName: \"properties.serviceBusNamespace\",\n type: {\n name: \"String\"\n }\n },\n sharedAccessPolicyName: {\n serializedName: \"properties.sharedAccessPolicyName\",\n type: {\n name: \"String\"\n }\n },\n sharedAccessPolicyKey: {\n serializedName: \"properties.sharedAccessPolicyKey\",\n type: {\n name: \"String\"\n }\n },\n authenticationMode: {\n serializedName: \"properties.authenticationMode\",\n type: {\n name: \"String\"\n }\n },\n topicName: {\n serializedName: \"properties.topicName\",\n type: {\n name: \"String\"\n }\n },\n propertyColumns: {\n serializedName: \"properties.propertyColumns\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n systemPropertyColumns: {\n serializedName: \"properties.systemPropertyColumns\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const PowerBIOutputDataSource: coreClient.CompositeMapper = {\n serializedName: \"PowerBI\",\n type: {\n name: \"Composite\",\n className: \"PowerBIOutputDataSource\",\n uberParent: \"OutputDataSource\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...OutputDataSource.type.modelProperties,\n refreshToken: {\n serializedName: \"properties.refreshToken\",\n type: {\n name: \"String\"\n }\n },\n tokenUserPrincipalName: {\n serializedName: \"properties.tokenUserPrincipalName\",\n type: {\n name: \"String\"\n }\n },\n tokenUserDisplayName: {\n serializedName: \"properties.tokenUserDisplayName\",\n type: {\n name: \"String\"\n }\n },\n dataset: {\n serializedName: \"properties.dataset\",\n type: {\n name: \"String\"\n }\n },\n table: {\n serializedName: \"properties.table\",\n type: {\n name: \"String\"\n }\n },\n groupId: {\n serializedName: \"properties.groupId\",\n type: {\n name: \"String\"\n }\n },\n groupName: {\n serializedName: \"properties.groupName\",\n type: {\n name: \"String\"\n }\n },\n authenticationMode: {\n serializedName: \"properties.authenticationMode\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureDataLakeStoreOutputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.DataLake/Accounts\",\n type: {\n name: \"Composite\",\n className: \"AzureDataLakeStoreOutputDataSource\",\n uberParent: \"OutputDataSource\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...OutputDataSource.type.modelProperties,\n refreshToken: {\n serializedName: \"properties.refreshToken\",\n type: {\n name: \"String\"\n }\n },\n tokenUserPrincipalName: {\n serializedName: \"properties.tokenUserPrincipalName\",\n type: {\n name: \"String\"\n }\n },\n tokenUserDisplayName: {\n serializedName: \"properties.tokenUserDisplayName\",\n type: {\n name: \"String\"\n }\n },\n accountName: {\n serializedName: \"properties.accountName\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n },\n filePathPrefix: {\n serializedName: \"properties.filePathPrefix\",\n type: {\n name: \"String\"\n }\n },\n dateFormat: {\n serializedName: \"properties.dateFormat\",\n type: {\n name: \"String\"\n }\n },\n timeFormat: {\n serializedName: \"properties.timeFormat\",\n type: {\n name: \"String\"\n }\n },\n authenticationMode: {\n serializedName: \"properties.authenticationMode\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ScalarFunctionProperties: coreClient.CompositeMapper = {\n serializedName: \"Scalar\",\n type: {\n name: \"Composite\",\n className: \"ScalarFunctionProperties\",\n uberParent: \"FunctionProperties\",\n polymorphicDiscriminator: FunctionProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...FunctionProperties.type.modelProperties,\n inputs: {\n serializedName: \"properties.inputs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FunctionInput\"\n }\n }\n }\n },\n output: {\n serializedName: \"properties.output\",\n type: {\n name: \"Composite\",\n className: \"FunctionOutput\"\n }\n },\n binding: {\n serializedName: \"properties.binding\",\n type: {\n name: \"Composite\",\n className: \"FunctionBinding\"\n }\n }\n }\n }\n};\n\nexport const JobStorageAccount: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"JobStorageAccount\",\n modelProperties: {\n ...StorageAccount.type.modelProperties,\n authenticationMode: {\n serializedName: \"authenticationMode\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties\n }\n }\n};\n\nexport const AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.MachineLearning/WebService\",\n type: {\n name: \"Composite\",\n className:\n \"AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters\",\n uberParent: \"FunctionRetrieveDefaultDefinitionParameters\",\n polymorphicDiscriminator:\n FunctionRetrieveDefaultDefinitionParameters.type.polymorphicDiscriminator,\n modelProperties: {\n ...FunctionRetrieveDefaultDefinitionParameters.type.modelProperties,\n executeEndpoint: {\n serializedName: \"bindingRetrievalProperties.executeEndpoint\",\n type: {\n name: \"String\"\n }\n },\n udfType: {\n defaultValue: \"Scalar\",\n isConstant: true,\n serializedName: \"bindingRetrievalProperties.udfType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const JavaScriptFunctionRetrieveDefaultDefinitionParameters: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.StreamAnalytics/JavascriptUdf\",\n type: {\n name: \"Composite\",\n className: \"JavaScriptFunctionRetrieveDefaultDefinitionParameters\",\n uberParent: \"FunctionRetrieveDefaultDefinitionParameters\",\n polymorphicDiscriminator:\n FunctionRetrieveDefaultDefinitionParameters.type.polymorphicDiscriminator,\n modelProperties: {\n ...FunctionRetrieveDefaultDefinitionParameters.type.modelProperties,\n script: {\n serializedName: \"bindingRetrievalProperties.script\",\n type: {\n name: \"String\"\n }\n },\n udfType: {\n defaultValue: \"Scalar\",\n isConstant: true,\n serializedName: \"bindingRetrievalProperties.udfType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BlobStreamInputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Storage/Blob\",\n type: {\n name: \"Composite\",\n className: \"BlobStreamInputDataSource\",\n uberParent: \"StreamInputDataSource\",\n polymorphicDiscriminator:\n StreamInputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...StreamInputDataSource.type.modelProperties,\n storageAccounts: {\n serializedName: \"properties.storageAccounts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageAccount\"\n }\n }\n }\n },\n container: {\n serializedName: \"properties.container\",\n type: {\n name: \"String\"\n }\n },\n pathPattern: {\n serializedName: \"properties.pathPattern\",\n type: {\n name: \"String\"\n }\n },\n dateFormat: {\n serializedName: \"properties.dateFormat\",\n type: {\n name: \"String\"\n }\n },\n timeFormat: {\n serializedName: \"properties.timeFormat\",\n type: {\n name: \"String\"\n }\n },\n sourcePartitionCount: {\n serializedName: \"properties.sourcePartitionCount\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const EventHubStreamInputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.ServiceBus/EventHub\",\n type: {\n name: \"Composite\",\n className: \"EventHubStreamInputDataSource\",\n uberParent: \"StreamInputDataSource\",\n polymorphicDiscriminator:\n StreamInputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...StreamInputDataSource.type.modelProperties,\n serviceBusNamespace: {\n serializedName: \"properties.serviceBusNamespace\",\n type: {\n name: \"String\"\n }\n },\n sharedAccessPolicyName: {\n serializedName: \"properties.sharedAccessPolicyName\",\n type: {\n name: \"String\"\n }\n },\n sharedAccessPolicyKey: {\n serializedName: \"properties.sharedAccessPolicyKey\",\n type: {\n name: \"String\"\n }\n },\n authenticationMode: {\n serializedName: \"properties.authenticationMode\",\n type: {\n name: \"String\"\n }\n },\n eventHubName: {\n serializedName: \"properties.eventHubName\",\n type: {\n name: \"String\"\n }\n },\n consumerGroupName: {\n serializedName: \"properties.consumerGroupName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EventHubV2StreamInputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.EventHub/EventHub\",\n type: {\n name: \"Composite\",\n className: \"EventHubV2StreamInputDataSource\",\n uberParent: \"StreamInputDataSource\",\n polymorphicDiscriminator:\n StreamInputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...StreamInputDataSource.type.modelProperties,\n serviceBusNamespace: {\n serializedName: \"properties.serviceBusNamespace\",\n type: {\n name: \"String\"\n }\n },\n sharedAccessPolicyName: {\n serializedName: \"properties.sharedAccessPolicyName\",\n type: {\n name: \"String\"\n }\n },\n sharedAccessPolicyKey: {\n serializedName: \"properties.sharedAccessPolicyKey\",\n type: {\n name: \"String\"\n }\n },\n authenticationMode: {\n serializedName: \"properties.authenticationMode\",\n type: {\n name: \"String\"\n }\n },\n eventHubName: {\n serializedName: \"properties.eventHubName\",\n type: {\n name: \"String\"\n }\n },\n consumerGroupName: {\n serializedName: \"properties.consumerGroupName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IoTHubStreamInputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Devices/IotHubs\",\n type: {\n name: \"Composite\",\n className: \"IoTHubStreamInputDataSource\",\n uberParent: \"StreamInputDataSource\",\n polymorphicDiscriminator:\n StreamInputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...StreamInputDataSource.type.modelProperties,\n iotHubNamespace: {\n serializedName: \"properties.iotHubNamespace\",\n type: {\n name: \"String\"\n }\n },\n sharedAccessPolicyName: {\n serializedName: \"properties.sharedAccessPolicyName\",\n type: {\n name: \"String\"\n }\n },\n sharedAccessPolicyKey: {\n serializedName: \"properties.sharedAccessPolicyKey\",\n type: {\n name: \"String\"\n }\n },\n consumerGroupName: {\n serializedName: \"properties.consumerGroupName\",\n type: {\n name: \"String\"\n }\n },\n endpoint: {\n serializedName: \"properties.endpoint\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BlobReferenceInputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Storage/Blob\",\n type: {\n name: \"Composite\",\n className: \"BlobReferenceInputDataSource\",\n uberParent: \"ReferenceInputDataSource\",\n polymorphicDiscriminator:\n ReferenceInputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...ReferenceInputDataSource.type.modelProperties,\n storageAccounts: {\n serializedName: \"properties.storageAccounts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageAccount\"\n }\n }\n }\n },\n container: {\n serializedName: \"properties.container\",\n type: {\n name: \"String\"\n }\n },\n pathPattern: {\n serializedName: \"properties.pathPattern\",\n type: {\n name: \"String\"\n }\n },\n dateFormat: {\n serializedName: \"properties.dateFormat\",\n type: {\n name: \"String\"\n }\n },\n timeFormat: {\n serializedName: \"properties.timeFormat\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureSqlReferenceInputDataSource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.Sql/Server/Database\",\n type: {\n name: \"Composite\",\n className: \"AzureSqlReferenceInputDataSource\",\n uberParent: \"ReferenceInputDataSource\",\n polymorphicDiscriminator:\n ReferenceInputDataSource.type.polymorphicDiscriminator,\n modelProperties: {\n ...ReferenceInputDataSource.type.modelProperties,\n server: {\n serializedName: \"properties.server\",\n type: {\n name: \"String\"\n }\n },\n database: {\n serializedName: \"properties.database\",\n type: {\n name: \"String\"\n }\n },\n user: {\n serializedName: \"properties.user\",\n type: {\n name: \"String\"\n }\n },\n password: {\n serializedName: \"properties.password\",\n type: {\n name: \"String\"\n }\n },\n table: {\n serializedName: \"properties.table\",\n type: {\n name: \"String\"\n }\n },\n refreshType: {\n serializedName: \"properties.refreshType\",\n type: {\n name: \"String\"\n }\n },\n refreshRate: {\n serializedName: \"properties.refreshRate\",\n type: {\n name: \"String\"\n }\n },\n fullSnapshotQuery: {\n serializedName: \"properties.fullSnapshotQuery\",\n type: {\n name: \"String\"\n }\n },\n deltaSnapshotQuery: {\n serializedName: \"properties.deltaSnapshotQuery\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BlobStreamInputDataSourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BlobStreamInputDataSourceProperties\",\n modelProperties: {\n ...BlobDataSourceProperties.type.modelProperties,\n sourcePartitionCount: {\n serializedName: \"sourcePartitionCount\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const BlobReferenceInputDataSourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BlobReferenceInputDataSourceProperties\",\n modelProperties: {\n ...BlobDataSourceProperties.type.modelProperties\n }\n }\n};\n\nexport const BlobOutputDataSourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BlobOutputDataSourceProperties\",\n modelProperties: {\n ...BlobDataSourceProperties.type.modelProperties,\n authenticationMode: {\n serializedName: \"authenticationMode\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EventHubDataSourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventHubDataSourceProperties\",\n modelProperties: {\n ...ServiceBusDataSourceProperties.type.modelProperties,\n eventHubName: {\n serializedName: \"eventHubName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceBusQueueOutputDataSourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceBusQueueOutputDataSourceProperties\",\n modelProperties: {\n ...ServiceBusDataSourceProperties.type.modelProperties,\n queueName: {\n serializedName: \"queueName\",\n type: {\n name: \"String\"\n }\n },\n propertyColumns: {\n serializedName: \"propertyColumns\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n systemPropertyColumns: {\n serializedName: \"systemPropertyColumns\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const ServiceBusTopicOutputDataSourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceBusTopicOutputDataSourceProperties\",\n modelProperties: {\n ...ServiceBusDataSourceProperties.type.modelProperties,\n topicName: {\n serializedName: \"topicName\",\n type: {\n name: \"String\"\n }\n },\n propertyColumns: {\n serializedName: \"propertyColumns\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n systemPropertyColumns: {\n serializedName: \"systemPropertyColumns\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const AzureSqlDatabaseOutputDataSourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureSqlDatabaseOutputDataSourceProperties\",\n modelProperties: {\n ...AzureSqlDatabaseDataSourceProperties.type.modelProperties\n }\n }\n};\n\nexport const AzureSynapseOutputDataSourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureSynapseOutputDataSourceProperties\",\n modelProperties: {\n ...AzureSynapseDataSourceProperties.type.modelProperties\n }\n }\n};\n\nexport const PowerBIOutputDataSourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PowerBIOutputDataSourceProperties\",\n modelProperties: {\n ...OAuthBasedDataSourceProperties.type.modelProperties,\n dataset: {\n serializedName: \"dataset\",\n type: {\n name: \"String\"\n }\n },\n table: {\n serializedName: \"table\",\n type: {\n name: \"String\"\n }\n },\n groupId: {\n serializedName: \"groupId\",\n type: {\n name: \"String\"\n }\n },\n groupName: {\n serializedName: \"groupName\",\n type: {\n name: \"String\"\n }\n },\n authenticationMode: {\n serializedName: \"authenticationMode\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureDataLakeStoreOutputDataSourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureDataLakeStoreOutputDataSourceProperties\",\n modelProperties: {\n ...OAuthBasedDataSourceProperties.type.modelProperties,\n accountName: {\n serializedName: \"accountName\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n },\n filePathPrefix: {\n serializedName: \"filePathPrefix\",\n type: {\n name: \"String\"\n }\n },\n dateFormat: {\n serializedName: \"dateFormat\",\n type: {\n name: \"String\"\n }\n },\n timeFormat: {\n serializedName: \"timeFormat\",\n type: {\n name: \"String\"\n }\n },\n authenticationMode: {\n serializedName: \"authenticationMode\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureMachineLearningWebServiceFunctionBinding: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.MachineLearning/WebService\",\n type: {\n name: \"Composite\",\n className: \"AzureMachineLearningWebServiceFunctionBinding\",\n uberParent: \"FunctionBinding\",\n polymorphicDiscriminator: FunctionBinding.type.polymorphicDiscriminator,\n modelProperties: {\n ...FunctionBinding.type.modelProperties,\n endpoint: {\n serializedName: \"properties.endpoint\",\n type: {\n name: \"String\"\n }\n },\n apiKey: {\n serializedName: \"properties.apiKey\",\n type: {\n name: \"String\"\n }\n },\n inputs: {\n serializedName: \"properties.inputs\",\n type: {\n name: \"Composite\",\n className: \"AzureMachineLearningWebServiceInputs\"\n }\n },\n outputs: {\n serializedName: \"properties.outputs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureMachineLearningWebServiceOutputColumn\"\n }\n }\n }\n },\n batchSize: {\n serializedName: \"properties.batchSize\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const JavaScriptFunctionBinding: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.StreamAnalytics/JavascriptUdf\",\n type: {\n name: \"Composite\",\n className: \"JavaScriptFunctionBinding\",\n uberParent: \"FunctionBinding\",\n polymorphicDiscriminator: FunctionBinding.type.polymorphicDiscriminator,\n modelProperties: {\n ...FunctionBinding.type.modelProperties,\n script: {\n serializedName: \"properties.script\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StreamingJob: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StreamingJob\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\"\n }\n },\n sku: {\n serializedName: \"properties.sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n },\n jobId: {\n serializedName: \"properties.jobId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n jobState: {\n serializedName: \"properties.jobState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n jobType: {\n serializedName: \"properties.jobType\",\n type: {\n name: \"String\"\n }\n },\n outputStartMode: {\n serializedName: \"properties.outputStartMode\",\n type: {\n name: \"String\"\n }\n },\n outputStartTime: {\n serializedName: \"properties.outputStartTime\",\n type: {\n name: \"DateTime\"\n }\n },\n lastOutputEventTime: {\n serializedName: \"properties.lastOutputEventTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n eventsOutOfOrderPolicy: {\n serializedName: \"properties.eventsOutOfOrderPolicy\",\n type: {\n name: \"String\"\n }\n },\n outputErrorPolicy: {\n serializedName: \"properties.outputErrorPolicy\",\n type: {\n name: \"String\"\n }\n },\n eventsOutOfOrderMaxDelayInSeconds: {\n serializedName: \"properties.eventsOutOfOrderMaxDelayInSeconds\",\n type: {\n name: \"Number\"\n }\n },\n eventsLateArrivalMaxDelayInSeconds: {\n serializedName: \"properties.eventsLateArrivalMaxDelayInSeconds\",\n type: {\n name: \"Number\"\n }\n },\n dataLocale: {\n serializedName: \"properties.dataLocale\",\n type: {\n name: \"String\"\n }\n },\n compatibilityLevel: {\n serializedName: \"properties.compatibilityLevel\",\n type: {\n name: \"String\"\n }\n },\n createdDate: {\n serializedName: \"properties.createdDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n inputs: {\n serializedName: \"properties.inputs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Input\"\n }\n }\n }\n },\n transformation: {\n serializedName: \"properties.transformation\",\n type: {\n name: \"Composite\",\n className: \"Transformation\"\n }\n },\n outputs: {\n serializedName: \"properties.outputs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Output\"\n }\n }\n }\n },\n functions: {\n serializedName: \"properties.functions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FunctionModel\"\n }\n }\n }\n },\n etag: {\n serializedName: \"properties.etag\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n jobStorageAccount: {\n serializedName: \"properties.jobStorageAccount\",\n type: {\n name: \"Composite\",\n className: \"JobStorageAccount\"\n }\n },\n contentStoragePolicy: {\n serializedName: \"properties.contentStoragePolicy\",\n type: {\n name: \"String\"\n }\n },\n cluster: {\n serializedName: \"properties.cluster\",\n type: {\n name: \"Composite\",\n className: \"ClusterInfo\"\n }\n }\n }\n }\n};\n\nexport const Cluster: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Cluster\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"ClusterSku\"\n }\n },\n etag: {\n serializedName: \"etag\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n createdDate: {\n serializedName: \"properties.createdDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n clusterId: {\n serializedName: \"properties.clusterId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n capacityAllocated: {\n serializedName: \"properties.capacityAllocated\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n capacityAssigned: {\n serializedName: \"properties.capacityAssigned\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n etag: {\n serializedName: \"etag\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n createdDate: {\n serializedName: \"properties.createdDate\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n manualPrivateLinkServiceConnections: {\n serializedName: \"properties.manualPrivateLinkServiceConnections\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnection\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EventHubStreamInputDataSourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventHubStreamInputDataSourceProperties\",\n modelProperties: {\n ...EventHubDataSourceProperties.type.modelProperties,\n consumerGroupName: {\n serializedName: \"consumerGroupName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EventHubOutputDataSourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventHubOutputDataSourceProperties\",\n modelProperties: {\n ...EventHubDataSourceProperties.type.modelProperties,\n partitionKey: {\n serializedName: \"partitionKey\",\n type: {\n name: \"String\"\n }\n },\n propertyColumns: {\n serializedName: \"propertyColumns\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const StreamingJobsCreateOrReplaceHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StreamingJobsCreateOrReplaceHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StreamingJobsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StreamingJobsUpdateHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StreamingJobsGetHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StreamingJobsGetHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InputsCreateOrReplaceHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InputsCreateOrReplaceHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InputsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InputsUpdateHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InputsGetHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InputsGetHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OutputsCreateOrReplaceHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OutputsCreateOrReplaceHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OutputsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OutputsUpdateHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OutputsGetHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OutputsGetHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TransformationsCreateOrReplaceHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TransformationsCreateOrReplaceHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TransformationsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TransformationsUpdateHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TransformationsGetHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TransformationsGetHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FunctionsCreateOrReplaceHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FunctionsCreateOrReplaceHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FunctionsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FunctionsUpdateHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FunctionsGetHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FunctionsGetHeaders\",\n modelProperties: {\n eTag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport let discriminators = {\n InputProperties: InputProperties,\n Serialization: Serialization,\n OutputDataSource: OutputDataSource,\n FunctionProperties: FunctionProperties,\n FunctionRetrieveDefaultDefinitionParameters: FunctionRetrieveDefaultDefinitionParameters,\n StreamInputDataSource: StreamInputDataSource,\n ReferenceInputDataSource: ReferenceInputDataSource,\n FunctionBinding: FunctionBinding,\n \"InputProperties.Stream\": StreamInputProperties,\n \"InputProperties.Reference\": ReferenceInputProperties,\n \"Serialization.Parquet\": ParquetSerialization,\n \"Serialization.Csv\": CsvSerialization,\n \"Serialization.Json\": JsonSerialization,\n \"Serialization.Avro\": AvroSerialization,\n \"OutputDataSource.Microsoft.Storage/Blob\": BlobOutputDataSource,\n \"OutputDataSource.Microsoft.Storage/Table\": AzureTableOutputDataSource,\n \"OutputDataSource.Microsoft.ServiceBus/EventHub\": EventHubOutputDataSource,\n \"OutputDataSource.Microsoft.EventHub/EventHub\": EventHubV2OutputDataSource,\n \"OutputDataSource.Microsoft.Sql/Server/Database\": AzureSqlDatabaseOutputDataSource,\n \"OutputDataSource.Microsoft.Sql/Server/DataWarehouse\": AzureSynapseOutputDataSource,\n \"OutputDataSource.Microsoft.Storage/DocumentDB\": DocumentDbOutputDataSource,\n \"OutputDataSource.Microsoft.ServiceBus/Queue\": ServiceBusQueueOutputDataSource,\n \"OutputDataSource.Microsoft.ServiceBus/Topic\": ServiceBusTopicOutputDataSource,\n \"OutputDataSource.PowerBI\": PowerBIOutputDataSource,\n \"OutputDataSource.Microsoft.DataLake/Accounts\": AzureDataLakeStoreOutputDataSource,\n \"FunctionProperties.Scalar\": ScalarFunctionProperties,\n \"FunctionRetrieveDefaultDefinitionParameters.Microsoft.MachineLearning/WebService\": AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters,\n \"FunctionRetrieveDefaultDefinitionParameters.Microsoft.StreamAnalytics/JavascriptUdf\": JavaScriptFunctionRetrieveDefaultDefinitionParameters,\n \"StreamInputDataSource.Microsoft.Storage/Blob\": BlobStreamInputDataSource,\n \"StreamInputDataSource.Microsoft.ServiceBus/EventHub\": EventHubStreamInputDataSource,\n \"StreamInputDataSource.Microsoft.EventHub/EventHub\": EventHubV2StreamInputDataSource,\n \"StreamInputDataSource.Microsoft.Devices/IotHubs\": IoTHubStreamInputDataSource,\n \"ReferenceInputDataSource.Microsoft.Storage/Blob\": BlobReferenceInputDataSource,\n \"ReferenceInputDataSource.Microsoft.Sql/Server/Database\": AzureSqlReferenceInputDataSource,\n \"FunctionBinding.Microsoft.MachineLearning/WebService\": AzureMachineLearningWebServiceFunctionBinding,\n \"FunctionBinding.Microsoft.StreamAnalytics/JavascriptUdf\": JavaScriptFunctionBinding\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n StreamingJob as StreamingJobMapper,\n StartStreamingJobParameters as StartStreamingJobParametersMapper,\n ScaleStreamingJobParameters as ScaleStreamingJobParametersMapper,\n Input as InputMapper,\n Output as OutputMapper,\n Transformation as TransformationMapper,\n FunctionModel as FunctionModelMapper,\n FunctionRetrieveDefaultDefinitionParameters as FunctionRetrieveDefaultDefinitionParametersMapper,\n Cluster as ClusterMapper,\n PrivateEndpoint as PrivateEndpointMapper\n} from \"../models/mappers\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2020-03-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const streamingJob: OperationParameter = {\n parameterPath: \"streamingJob\",\n mapper: StreamingJobMapper\n};\n\nexport const ifMatch: OperationParameter = {\n parameterPath: [\"options\", \"ifMatch\"],\n mapper: {\n serializedName: \"If-Match\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const ifNoneMatch: OperationParameter = {\n parameterPath: [\"options\", \"ifNoneMatch\"],\n mapper: {\n serializedName: \"If-None-Match\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n constraints: {\n MinLength: 1\n },\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[-\\\\w\\\\._\\\\(\\\\)]+$\"),\n MaxLength: 90,\n MinLength: 1\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const jobName: OperationURLParameter = {\n parameterPath: \"jobName\",\n mapper: {\n serializedName: \"jobName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const expand: OperationQueryParameter = {\n parameterPath: [\"options\", \"expand\"],\n mapper: {\n serializedName: \"$expand\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const startJobParameters: OperationParameter = {\n parameterPath: [\"options\", \"startJobParameters\"],\n mapper: StartStreamingJobParametersMapper\n};\n\nexport const scaleJobParameters: OperationParameter = {\n parameterPath: [\"options\", \"scaleJobParameters\"],\n mapper: ScaleStreamingJobParametersMapper\n};\n\nexport const input: OperationParameter = {\n parameterPath: \"input\",\n mapper: InputMapper\n};\n\nexport const inputName: OperationURLParameter = {\n parameterPath: \"inputName\",\n mapper: {\n serializedName: \"inputName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const select: OperationQueryParameter = {\n parameterPath: [\"options\", \"select\"],\n mapper: {\n serializedName: \"$select\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const input1: OperationParameter = {\n parameterPath: [\"options\", \"input\"],\n mapper: InputMapper\n};\n\nexport const output: OperationParameter = {\n parameterPath: \"output\",\n mapper: OutputMapper\n};\n\nexport const outputName: OperationURLParameter = {\n parameterPath: \"outputName\",\n mapper: {\n serializedName: \"outputName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const output1: OperationParameter = {\n parameterPath: [\"options\", \"output\"],\n mapper: OutputMapper\n};\n\nexport const transformation: OperationParameter = {\n parameterPath: \"transformation\",\n mapper: TransformationMapper\n};\n\nexport const transformationName: OperationURLParameter = {\n parameterPath: \"transformationName\",\n mapper: {\n serializedName: \"transformationName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const functionParam: OperationParameter = {\n parameterPath: \"functionParam\",\n mapper: FunctionModelMapper\n};\n\nexport const functionName: OperationURLParameter = {\n parameterPath: \"functionName\",\n mapper: {\n serializedName: \"functionName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const functionParam1: OperationParameter = {\n parameterPath: [\"options\", \"functionParam\"],\n mapper: FunctionModelMapper\n};\n\nexport const functionRetrieveDefaultDefinitionParameters: OperationParameter = {\n parameterPath: [\"options\", \"functionRetrieveDefaultDefinitionParameters\"],\n mapper: FunctionRetrieveDefaultDefinitionParametersMapper\n};\n\nexport const location: OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const cluster: OperationParameter = {\n parameterPath: \"cluster\",\n mapper: ClusterMapper\n};\n\nexport const clusterName: OperationURLParameter = {\n parameterPath: \"clusterName\",\n mapper: {\n serializedName: \"clusterName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const privateEndpoint: OperationParameter = {\n parameterPath: \"privateEndpoint\",\n mapper: PrivateEndpointMapper\n};\n\nexport const privateEndpointName: OperationURLParameter = {\n parameterPath: \"privateEndpointName\",\n mapper: {\n serializedName: \"privateEndpointName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Operations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StreamAnalyticsManagementClient } from \"../streamAnalyticsManagementClient\";\nimport {\n Operation,\n OperationsListNextOptionalParams,\n OperationsListOptionalParams,\n OperationsListResponse,\n OperationsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: StreamAnalyticsManagementClient;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: StreamAnalyticsManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists all of the available Stream Analytics related operations.\n * @param options The options parameters.\n */\n public list(\n options?: OperationsListOptionalParams\n ): PagedAsyncIterableIterator<Operation> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(options);\n }\n };\n }\n\n private async *listPagingPage(\n options?: OperationsListOptionalParams\n ): AsyncIterableIterator<Operation[]> {\n let result = await this._list(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n options?: OperationsListOptionalParams\n ): AsyncIterableIterator<Operation> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Lists all of the available Stream Analytics related operations.\n * @param options The options parameters.\n */\n private _list(\n options?: OperationsListOptionalParams\n ): Promise<OperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: OperationsListNextOptionalParams\n ): Promise<OperationsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.StreamAnalytics/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport class LroImpl<T> implements LongRunningOperation<T> {\n constructor(\n private sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>,\n private args: Record<string, unknown>,\n private spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>,\n public requestPath: string = spec.path!,\n public requestMethod: string = spec.httpMethod\n ) {}\n public async sendInitialRequest(): Promise<LroResponse<T>> {\n return this.sendOperationFn(this.args, this.spec);\n }\n public async sendPollRequest(path: string): Promise<LroResponse<T>> {\n const { requestBody, ...restSpec } = this.spec;\n return this.sendOperationFn(this.args, {\n ...restSpec,\n path,\n httpMethod: \"GET\"\n });\n }\n}\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { StreamingJobs } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StreamAnalyticsManagementClient } from \"../streamAnalyticsManagementClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n StreamingJob,\n StreamingJobsListByResourceGroupNextOptionalParams,\n StreamingJobsListByResourceGroupOptionalParams,\n StreamingJobsListNextOptionalParams,\n StreamingJobsListOptionalParams,\n StreamingJobsCreateOrReplaceOptionalParams,\n StreamingJobsCreateOrReplaceResponse,\n StreamingJobsUpdateOptionalParams,\n StreamingJobsUpdateResponse,\n StreamingJobsDeleteOptionalParams,\n StreamingJobsGetOptionalParams,\n StreamingJobsGetResponse,\n StreamingJobsListByResourceGroupResponse,\n StreamingJobsListResponse,\n StreamingJobsStartOptionalParams,\n StreamingJobsStopOptionalParams,\n StreamingJobsScaleOptionalParams,\n StreamingJobsListByResourceGroupNextResponse,\n StreamingJobsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing StreamingJobs operations. */\nexport class StreamingJobsImpl implements StreamingJobs {\n private readonly client: StreamAnalyticsManagementClient;\n\n /**\n * Initialize a new instance of the class StreamingJobs class.\n * @param client Reference to the service client\n */\n constructor(client: StreamAnalyticsManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists all of the streaming jobs in the specified resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: StreamingJobsListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<StreamingJob> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByResourceGroupPagingPage(resourceGroupName, options);\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: StreamingJobsListByResourceGroupOptionalParams\n ): AsyncIterableIterator<StreamingJob[]> {\n let result = await this._listByResourceGroup(resourceGroupName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: StreamingJobsListByResourceGroupOptionalParams\n ): AsyncIterableIterator<StreamingJob> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Lists all of the streaming jobs in the given subscription.\n * @param options The options parameters.\n */\n public list(\n options?: StreamingJobsListOptionalParams\n ): PagedAsyncIterableIterator<StreamingJob> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(options);\n }\n };\n }\n\n private async *listPagingPage(\n options?: StreamingJobsListOptionalParams\n ): AsyncIterableIterator<StreamingJob[]> {\n let result = await this._list(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n options?: StreamingJobsListOptionalParams\n ): AsyncIterableIterator<StreamingJob> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Creates a streaming job or replaces an already existing streaming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param streamingJob The definition of the streaming job that will be used to create a new streaming\n * job or replace the existing one.\n * @param options The options parameters.\n */\n async beginCreateOrReplace(\n resourceGroupName: string,\n jobName: string,\n streamingJob: StreamingJob,\n options?: StreamingJobsCreateOrReplaceOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<StreamingJobsCreateOrReplaceResponse>,\n StreamingJobsCreateOrReplaceResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<StreamingJobsCreateOrReplaceResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, jobName, streamingJob, options },\n createOrReplaceOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Creates a streaming job or replaces an already existing streaming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param streamingJob The definition of the streaming job that will be used to create a new streaming\n * job or replace the existing one.\n * @param options The options parameters.\n */\n async beginCreateOrReplaceAndWait(\n resourceGroupName: string,\n jobName: string,\n streamingJob: StreamingJob,\n options?: StreamingJobsCreateOrReplaceOptionalParams\n ): Promise<StreamingJobsCreateOrReplaceResponse> {\n const poller = await this.beginCreateOrReplace(\n resourceGroupName,\n jobName,\n streamingJob,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Updates an existing streaming job. This can be used to partially update (ie. update one or two\n * properties) a streaming job without affecting the rest the job definition.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param streamingJob A streaming job object. The properties specified here will overwrite the\n * corresponding properties in the existing streaming job (ie. Those properties will be updated). Any\n * properties that are set to null here will mean that the corresponding property in the existing input\n * will remain the same and not change as a result of this PATCH operation.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n jobName: string,\n streamingJob: StreamingJob,\n options?: StreamingJobsUpdateOptionalParams\n ): Promise<StreamingJobsUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, jobName, streamingJob, options },\n updateOperationSpec\n );\n }\n\n /**\n * Deletes a streaming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n jobName: string,\n options?: StreamingJobsDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, jobName, options },\n deleteOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Deletes a streaming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n jobName: string,\n options?: StreamingJobsDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(resourceGroupName, jobName, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Gets details about the specified streaming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n jobName: string,\n options?: StreamingJobsGetOptionalParams\n ): Promise<StreamingJobsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, jobName, options },\n getOperationSpec\n );\n }\n\n /**\n * Lists all of the streaming jobs in the specified resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: StreamingJobsListByResourceGroupOptionalParams\n ): Promise<StreamingJobsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * Lists all of the streaming jobs in the given subscription.\n * @param options The options parameters.\n */\n private _list(\n options?: StreamingJobsListOptionalParams\n ): Promise<StreamingJobsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Starts a streaming job. Once a job is started it will start processing input events and produce\n * output.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param options The options parameters.\n */\n async beginStart(\n resourceGroupName: string,\n jobName: string,\n options?: StreamingJobsStartOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, jobName, options },\n startOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Starts a streaming job. Once a job is started it will start processing input events and produce\n * output.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param options The options parameters.\n */\n async beginStartAndWait(\n resourceGroupName: string,\n jobName: string,\n options?: StreamingJobsStartOptionalParams\n ): Promise<void> {\n const poller = await this.beginStart(resourceGroupName, jobName, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Stops a running streaming job. This will cause a running streaming job to stop processing input\n * events and producing output.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param options The options parameters.\n */\n async beginStop(\n resourceGroupName: string,\n jobName: string,\n options?: StreamingJobsStopOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, jobName, options },\n stopOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Stops a running streaming job. This will cause a running streaming job to stop processing input\n * events and producing output.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param options The options parameters.\n */\n async beginStopAndWait(\n resourceGroupName: string,\n jobName: string,\n options?: StreamingJobsStopOptionalParams\n ): Promise<void> {\n const poller = await this.beginStop(resourceGroupName, jobName, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Scales a streaming job when the job is running.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param options The options parameters.\n */\n async beginScale(\n resourceGroupName: string,\n jobName: string,\n options?: StreamingJobsScaleOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, jobName, options },\n scaleOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Scales a streaming job when the job is running.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param options The options parameters.\n */\n async beginScaleAndWait(\n resourceGroupName: string,\n jobName: string,\n options?: StreamingJobsScaleOptionalParams\n ): Promise<void> {\n const poller = await this.beginScale(resourceGroupName, jobName, options);\n return poller.pollUntilDone();\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: StreamingJobsListByResourceGroupNextOptionalParams\n ): Promise<StreamingJobsListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: StreamingJobsListNextOptionalParams\n ): Promise<StreamingJobsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrReplaceOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.StreamingJob,\n headersMapper: Mappers.StreamingJobsCreateOrReplaceHeaders\n },\n 201: {\n bodyMapper: Mappers.StreamingJob,\n headersMapper: Mappers.StreamingJobsCreateOrReplaceHeaders\n },\n 202: {\n bodyMapper: Mappers.StreamingJob,\n headersMapper: Mappers.StreamingJobsCreateOrReplaceHeaders\n },\n 204: {\n bodyMapper: Mappers.StreamingJob,\n headersMapper: Mappers.StreamingJobsCreateOrReplaceHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n requestBody: Parameters.streamingJob,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName\n ],\n headerParameters: [\n Parameters.accept,\n Parameters.contentType,\n Parameters.ifMatch,\n Parameters.ifNoneMatch\n ],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.StreamingJob,\n headersMapper: Mappers.StreamingJobsUpdateHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n requestBody: Parameters.streamingJob,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName\n ],\n headerParameters: [\n Parameters.accept,\n Parameters.contentType,\n Parameters.ifMatch\n ],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.StreamingJob,\n headersMapper: Mappers.StreamingJobsGetHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.expand],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.StreamingJobListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.expand],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/streamingjobs\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.StreamingJobListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.expand],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst startOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/start\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n requestBody: Parameters.startJobParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst stopOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/stop\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst scaleOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/scale\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n requestBody: Parameters.scaleJobParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.StreamingJobListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.expand],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.StreamingJobListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.expand],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Inputs } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StreamAnalyticsManagementClient } from \"../streamAnalyticsManagementClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n Input,\n InputsListByStreamingJobNextOptionalParams,\n InputsListByStreamingJobOptionalParams,\n InputsCreateOrReplaceOptionalParams,\n InputsCreateOrReplaceResponse,\n InputsUpdateOptionalParams,\n InputsUpdateResponse,\n InputsDeleteOptionalParams,\n InputsGetOptionalParams,\n InputsGetResponse,\n InputsListByStreamingJobResponse,\n InputsTestOptionalParams,\n InputsTestResponse,\n InputsListByStreamingJobNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Inputs operations. */\nexport class InputsImpl implements Inputs {\n private readonly client: StreamAnalyticsManagementClient;\n\n /**\n * Initialize a new instance of the class Inputs class.\n * @param client Reference to the service client\n */\n constructor(client: StreamAnalyticsManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists all of the inputs under the specified streaming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param options The options parameters.\n */\n public listByStreamingJob(\n resourceGroupName: string,\n jobName: string,\n options?: InputsListByStreamingJobOptionalParams\n ): PagedAsyncIterableIterator<Input> {\n const iter = this.listByStreamingJobPagingAll(\n resourceGroupName,\n jobName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByStreamingJobPagingPage(\n resourceGroupName,\n jobName,\n options\n );\n }\n };\n }\n\n private async *listByStreamingJobPagingPage(\n resourceGroupName: string,\n jobName: string,\n options?: InputsListByStreamingJobOptionalParams\n ): AsyncIterableIterator<Input[]> {\n let result = await this._listByStreamingJob(\n resourceGroupName,\n jobName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByStreamingJobNext(\n resourceGroupName,\n jobName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByStreamingJobPagingAll(\n resourceGroupName: string,\n jobName: string,\n options?: InputsListByStreamingJobOptionalParams\n ): AsyncIterableIterator<Input> {\n for await (const page of this.listByStreamingJobPagingPage(\n resourceGroupName,\n jobName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Creates an input or replaces an already existing input under an existing streaming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param inputName The name of the input.\n * @param input The definition of the input that will be used to create a new input or replace the\n * existing one under the streaming job.\n * @param options The options parameters.\n */\n createOrReplace(\n resourceGroupName: string,\n jobName: string,\n inputName: string,\n input: Input,\n options?: InputsCreateOrReplaceOptionalParams\n ): Promise<InputsCreateOrReplaceResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, jobName, inputName, input, options },\n createOrReplaceOperationSpec\n );\n }\n\n /**\n * Updates an existing input under an existing streaming job. This can be used to partially update (ie.\n * update one or two properties) an input without affecting the rest the job or input definition.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param inputName The name of the input.\n * @param input An Input object. The properties specified here will overwrite the corresponding\n * properties in the existing input (ie. Those properties will be updated). Any properties that are set\n * to null here will mean that the corresponding property in the existing input will remain the same\n * and not change as a result of this PATCH operation.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n jobName: string,\n inputName: string,\n input: Input,\n options?: InputsUpdateOptionalParams\n ): Promise<InputsUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, jobName, inputName, input, options },\n updateOperationSpec\n );\n }\n\n /**\n * Deletes an input from the streaming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param inputName The name of the input.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n jobName: string,\n inputName: string,\n options?: InputsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, jobName, inputName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Gets details about the specified input.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param inputName The name of the input.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n jobName: string,\n inputName: string,\n options?: InputsGetOptionalParams\n ): Promise<InputsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, jobName, inputName, options },\n getOperationSpec\n );\n }\n\n /**\n * Lists all of the inputs under the specified streaming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param options The options parameters.\n */\n private _listByStreamingJob(\n resourceGroupName: string,\n jobName: string,\n options?: InputsListByStreamingJobOptionalParams\n ): Promise<InputsListByStreamingJobResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, jobName, options },\n listByStreamingJobOperationSpec\n );\n }\n\n /**\n * Tests whether an input’s datasource is reachable and usable by the Azure Stream Analytics service.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param inputName The name of the input.\n * @param options The options parameters.\n */\n async beginTest(\n resourceGroupName: string,\n jobName: string,\n inputName: string,\n options?: InputsTestOptionalParams\n ): Promise<\n PollerLike<PollOperationState<InputsTestResponse>, InputsTestResponse>\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<InputsTestResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, jobName, inputName, options },\n testOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Tests whether an input’s datasource is reachable and usable by the Azure Stream Analytics service.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param inputName The name of the input.\n * @param options The options parameters.\n */\n async beginTestAndWait(\n resourceGroupName: string,\n jobName: string,\n inputName: string,\n options?: InputsTestOptionalParams\n ): Promise<InputsTestResponse> {\n const poller = await this.beginTest(\n resourceGroupName,\n jobName,\n inputName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * ListByStreamingJobNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param nextLink The nextLink from the previous successful call to the ListByStreamingJob method.\n * @param options The options parameters.\n */\n private _listByStreamingJobNext(\n resourceGroupName: string,\n jobName: string,\n nextLink: string,\n options?: InputsListByStreamingJobNextOptionalParams\n ): Promise<InputsListByStreamingJobNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, jobName, nextLink, options },\n listByStreamingJobNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrReplaceOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs/{inputName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Input,\n headersMapper: Mappers.InputsCreateOrReplaceHeaders\n },\n 201: {\n bodyMapper: Mappers.Input,\n headersMapper: Mappers.InputsCreateOrReplaceHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n requestBody: Parameters.input,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.inputName\n ],\n headerParameters: [\n Parameters.accept,\n Parameters.contentType,\n Parameters.ifMatch,\n Parameters.ifNoneMatch\n ],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs/{inputName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Input,\n headersMapper: Mappers.InputsUpdateHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n requestBody: Parameters.input,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.inputName\n ],\n headerParameters: [\n Parameters.accept,\n Parameters.contentType,\n Parameters.ifMatch\n ],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs/{inputName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.inputName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs/{inputName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Input,\n headersMapper: Mappers.InputsGetHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.inputName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByStreamingJobOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.InputListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.select],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst testOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs/{inputName}/test\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ResourceTestStatus\n },\n 201: {\n bodyMapper: Mappers.ResourceTestStatus\n },\n 202: {\n bodyMapper: Mappers.ResourceTestStatus\n },\n 204: {\n bodyMapper: Mappers.ResourceTestStatus\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n requestBody: Parameters.input1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.inputName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listByStreamingJobNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.InputListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.select],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Outputs } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StreamAnalyticsManagementClient } from \"../streamAnalyticsManagementClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n Output,\n OutputsListByStreamingJobNextOptionalParams,\n OutputsListByStreamingJobOptionalParams,\n OutputsCreateOrReplaceOptionalParams,\n OutputsCreateOrReplaceResponse,\n OutputsUpdateOptionalParams,\n OutputsUpdateResponse,\n OutputsDeleteOptionalParams,\n OutputsGetOptionalParams,\n OutputsGetResponse,\n OutputsListByStreamingJobResponse,\n OutputsTestOptionalParams,\n OutputsTestResponse,\n OutputsListByStreamingJobNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Outputs operations. */\nexport class OutputsImpl implements Outputs {\n private readonly client: StreamAnalyticsManagementClient;\n\n /**\n * Initialize a new instance of the class Outputs class.\n * @param client Reference to the service client\n */\n constructor(client: StreamAnalyticsManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists all of the outputs under the specified streaming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param options The options parameters.\n */\n public listByStreamingJob(\n resourceGroupName: string,\n jobName: string,\n options?: OutputsListByStreamingJobOptionalParams\n ): PagedAsyncIterableIterator<Output> {\n const iter = this.listByStreamingJobPagingAll(\n resourceGroupName,\n jobName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByStreamingJobPagingPage(\n resourceGroupName,\n jobName,\n options\n );\n }\n };\n }\n\n private async *listByStreamingJobPagingPage(\n resourceGroupName: string,\n jobName: string,\n options?: OutputsListByStreamingJobOptionalParams\n ): AsyncIterableIterator<Output[]> {\n let result = await this._listByStreamingJob(\n resourceGroupName,\n jobName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByStreamingJobNext(\n resourceGroupName,\n jobName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByStreamingJobPagingAll(\n resourceGroupName: string,\n jobName: string,\n options?: OutputsListByStreamingJobOptionalParams\n ): AsyncIterableIterator<Output> {\n for await (const page of this.listByStreamingJobPagingPage(\n resourceGroupName,\n jobName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Creates an output or replaces an already existing output under an existing streaming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param outputName The name of the output.\n * @param output The definition of the output that will be used to create a new output or replace the\n * existing one under the streaming job.\n * @param options The options parameters.\n */\n createOrReplace(\n resourceGroupName: string,\n jobName: string,\n outputName: string,\n output: Output,\n options?: OutputsCreateOrReplaceOptionalParams\n ): Promise<OutputsCreateOrReplaceResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, jobName, outputName, output, options },\n createOrReplaceOperationSpec\n );\n }\n\n /**\n * Updates an existing output under an existing streaming job. This can be used to partially update\n * (ie. update one or two properties) an output without affecting the rest the job or output\n * definition.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param outputName The name of the output.\n * @param output An Output object. The properties specified here will overwrite the corresponding\n * properties in the existing output (ie. Those properties will be updated). Any properties that are\n * set to null here will mean that the corresponding property in the existing output will remain the\n * same and not change as a result of this PATCH operation.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n jobName: string,\n outputName: string,\n output: Output,\n options?: OutputsUpdateOptionalParams\n ): Promise<OutputsUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, jobName, outputName, output, options },\n updateOperationSpec\n );\n }\n\n /**\n * Deletes an output from the streaming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param outputName The name of the output.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n jobName: string,\n outputName: string,\n options?: OutputsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, jobName, outputName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Gets details about the specified output.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param outputName The name of the output.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n jobName: string,\n outputName: string,\n options?: OutputsGetOptionalParams\n ): Promise<OutputsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, jobName, outputName, options },\n getOperationSpec\n );\n }\n\n /**\n * Lists all of the outputs under the specified streaming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param options The options parameters.\n */\n private _listByStreamingJob(\n resourceGroupName: string,\n jobName: string,\n options?: OutputsListByStreamingJobOptionalParams\n ): Promise<OutputsListByStreamingJobResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, jobName, options },\n listByStreamingJobOperationSpec\n );\n }\n\n /**\n * Tests whether an output’s datasource is reachable and usable by the Azure Stream Analytics service.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param outputName The name of the output.\n * @param options The options parameters.\n */\n async beginTest(\n resourceGroupName: string,\n jobName: string,\n outputName: string,\n options?: OutputsTestOptionalParams\n ): Promise<\n PollerLike<PollOperationState<OutputsTestResponse>, OutputsTestResponse>\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<OutputsTestResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, jobName, outputName, options },\n testOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Tests whether an output’s datasource is reachable and usable by the Azure Stream Analytics service.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param outputName The name of the output.\n * @param options The options parameters.\n */\n async beginTestAndWait(\n resourceGroupName: string,\n jobName: string,\n outputName: string,\n options?: OutputsTestOptionalParams\n ): Promise<OutputsTestResponse> {\n const poller = await this.beginTest(\n resourceGroupName,\n jobName,\n outputName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * ListByStreamingJobNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param nextLink The nextLink from the previous successful call to the ListByStreamingJob method.\n * @param options The options parameters.\n */\n private _listByStreamingJobNext(\n resourceGroupName: string,\n jobName: string,\n nextLink: string,\n options?: OutputsListByStreamingJobNextOptionalParams\n ): Promise<OutputsListByStreamingJobNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, jobName, nextLink, options },\n listByStreamingJobNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrReplaceOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/outputs/{outputName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Output,\n headersMapper: Mappers.OutputsCreateOrReplaceHeaders\n },\n 201: {\n bodyMapper: Mappers.Output,\n headersMapper: Mappers.OutputsCreateOrReplaceHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n requestBody: Parameters.output,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.outputName\n ],\n headerParameters: [\n Parameters.accept,\n Parameters.contentType,\n Parameters.ifMatch,\n Parameters.ifNoneMatch\n ],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/outputs/{outputName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Output,\n headersMapper: Mappers.OutputsUpdateHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n requestBody: Parameters.output,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.outputName\n ],\n headerParameters: [\n Parameters.accept,\n Parameters.contentType,\n Parameters.ifMatch\n ],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/outputs/{outputName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.outputName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/outputs/{outputName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Output,\n headersMapper: Mappers.OutputsGetHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.outputName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByStreamingJobOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/outputs\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OutputListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.select],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst testOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/outputs/{outputName}/test\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ResourceTestStatus\n },\n 201: {\n bodyMapper: Mappers.ResourceTestStatus\n },\n 202: {\n bodyMapper: Mappers.ResourceTestStatus\n },\n 204: {\n bodyMapper: Mappers.ResourceTestStatus\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n requestBody: Parameters.output1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.outputName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listByStreamingJobNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OutputListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.select],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { Transformations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StreamAnalyticsManagementClient } from \"../streamAnalyticsManagementClient\";\nimport {\n Transformation,\n TransformationsCreateOrReplaceOptionalParams,\n TransformationsCreateOrReplaceResponse,\n TransformationsUpdateOptionalParams,\n TransformationsUpdateResponse,\n TransformationsGetOptionalParams,\n TransformationsGetResponse\n} from \"../models\";\n\n/** Class containing Transformations operations. */\nexport class TransformationsImpl implements Transformations {\n private readonly client: StreamAnalyticsManagementClient;\n\n /**\n * Initialize a new instance of the class Transformations class.\n * @param client Reference to the service client\n */\n constructor(client: StreamAnalyticsManagementClient) {\n this.client = client;\n }\n\n /**\n * Creates a transformation or replaces an already existing transformation under an existing streaming\n * job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param transformationName The name of the transformation.\n * @param transformation The definition of the transformation that will be used to create a new\n * transformation or replace the existing one under the streaming job.\n * @param options The options parameters.\n */\n createOrReplace(\n resourceGroupName: string,\n jobName: string,\n transformationName: string,\n transformation: Transformation,\n options?: TransformationsCreateOrReplaceOptionalParams\n ): Promise<TransformationsCreateOrReplaceResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n jobName,\n transformationName,\n transformation,\n options\n },\n createOrReplaceOperationSpec\n );\n }\n\n /**\n * Updates an existing transformation under an existing streaming job. This can be used to partially\n * update (ie. update one or two properties) a transformation without affecting the rest the job or\n * transformation definition.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param transformationName The name of the transformation.\n * @param transformation A Transformation object. The properties specified here will overwrite the\n * corresponding properties in the existing transformation (ie. Those properties will be updated). Any\n * properties that are set to null here will mean that the corresponding property in the existing\n * transformation will remain the same and not change as a result of this PATCH operation.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n jobName: string,\n transformationName: string,\n transformation: Transformation,\n options?: TransformationsUpdateOptionalParams\n ): Promise<TransformationsUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n jobName,\n transformationName,\n transformation,\n options\n },\n updateOperationSpec\n );\n }\n\n /**\n * Gets details about the specified transformation.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param transformationName The name of the transformation.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n jobName: string,\n transformationName: string,\n options?: TransformationsGetOptionalParams\n ): Promise<TransformationsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, jobName, transformationName, options },\n getOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrReplaceOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Transformation,\n headersMapper: Mappers.TransformationsCreateOrReplaceHeaders\n },\n 201: {\n bodyMapper: Mappers.Transformation,\n headersMapper: Mappers.TransformationsCreateOrReplaceHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n requestBody: Parameters.transformation,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.transformationName\n ],\n headerParameters: [\n Parameters.accept,\n Parameters.contentType,\n Parameters.ifMatch,\n Parameters.ifNoneMatch\n ],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Transformation,\n headersMapper: Mappers.TransformationsUpdateHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n requestBody: Parameters.transformation,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.transformationName\n ],\n headerParameters: [\n Parameters.accept,\n Parameters.contentType,\n Parameters.ifMatch\n ],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Transformation,\n headersMapper: Mappers.TransformationsGetHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.transformationName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Functions } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StreamAnalyticsManagementClient } from \"../streamAnalyticsManagementClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n FunctionModel,\n FunctionsListByStreamingJobNextOptionalParams,\n FunctionsListByStreamingJobOptionalParams,\n FunctionsCreateOrReplaceOptionalParams,\n FunctionsCreateOrReplaceResponse,\n FunctionsUpdateOptionalParams,\n FunctionsUpdateResponse,\n FunctionsDeleteOptionalParams,\n FunctionsGetOptionalParams,\n FunctionsGetResponse,\n FunctionsListByStreamingJobResponse,\n FunctionsTestOptionalParams,\n FunctionsTestResponse,\n FunctionsRetrieveDefaultDefinitionOptionalParams,\n FunctionsRetrieveDefaultDefinitionResponse,\n FunctionsListByStreamingJobNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Functions operations. */\nexport class FunctionsImpl implements Functions {\n private readonly client: StreamAnalyticsManagementClient;\n\n /**\n * Initialize a new instance of the class Functions class.\n * @param client Reference to the service client\n */\n constructor(client: StreamAnalyticsManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists all of the functions under the specified streaming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param options The options parameters.\n */\n public listByStreamingJob(\n resourceGroupName: string,\n jobName: string,\n options?: FunctionsListByStreamingJobOptionalParams\n ): PagedAsyncIterableIterator<FunctionModel> {\n const iter = this.listByStreamingJobPagingAll(\n resourceGroupName,\n jobName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByStreamingJobPagingPage(\n resourceGroupName,\n jobName,\n options\n );\n }\n };\n }\n\n private async *listByStreamingJobPagingPage(\n resourceGroupName: string,\n jobName: string,\n options?: FunctionsListByStreamingJobOptionalParams\n ): AsyncIterableIterator<FunctionModel[]> {\n let result = await this._listByStreamingJob(\n resourceGroupName,\n jobName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByStreamingJobNext(\n resourceGroupName,\n jobName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByStreamingJobPagingAll(\n resourceGroupName: string,\n jobName: string,\n options?: FunctionsListByStreamingJobOptionalParams\n ): AsyncIterableIterator<FunctionModel> {\n for await (const page of this.listByStreamingJobPagingPage(\n resourceGroupName,\n jobName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Creates a function or replaces an already existing function under an existing streaming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param functionName The name of the function.\n * @param functionParam The definition of the function that will be used to create a new function or\n * replace the existing one under the streaming job.\n * @param options The options parameters.\n */\n createOrReplace(\n resourceGroupName: string,\n jobName: string,\n functionName: string,\n functionParam: FunctionModel,\n options?: FunctionsCreateOrReplaceOptionalParams\n ): Promise<FunctionsCreateOrReplaceResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, jobName, functionName, functionParam, options },\n createOrReplaceOperationSpec\n );\n }\n\n /**\n * Updates an existing function under an existing streaming job. This can be used to partially update\n * (ie. update one or two properties) a function without affecting the rest the job or function\n * definition.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param functionName The name of the function.\n * @param functionParam A function object. The properties specified here will overwrite the\n * corresponding properties in the existing function (ie. Those properties will be updated). Any\n * properties that are set to null here will mean that the corresponding property in the existing\n * function will remain the same and not change as a result of this PATCH operation.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n jobName: string,\n functionName: string,\n functionParam: FunctionModel,\n options?: FunctionsUpdateOptionalParams\n ): Promise<FunctionsUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, jobName, functionName, functionParam, options },\n updateOperationSpec\n );\n }\n\n /**\n * Deletes a function from the streaming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param functionName The name of the function.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n jobName: string,\n functionName: string,\n options?: FunctionsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, jobName, functionName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Gets details about the specified function.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param functionName The name of the function.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n jobName: string,\n functionName: string,\n options?: FunctionsGetOptionalParams\n ): Promise<FunctionsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, jobName, functionName, options },\n getOperationSpec\n );\n }\n\n /**\n * Lists all of the functions under the specified streaming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param options The options parameters.\n */\n private _listByStreamingJob(\n resourceGroupName: string,\n jobName: string,\n options?: FunctionsListByStreamingJobOptionalParams\n ): Promise<FunctionsListByStreamingJobResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, jobName, options },\n listByStreamingJobOperationSpec\n );\n }\n\n /**\n * Tests if the information provided for a function is valid. This can range from testing the\n * connection to the underlying web service behind the function or making sure the function code\n * provided is syntactically correct.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param functionName The name of the function.\n * @param options The options parameters.\n */\n async beginTest(\n resourceGroupName: string,\n jobName: string,\n functionName: string,\n options?: FunctionsTestOptionalParams\n ): Promise<\n PollerLike<PollOperationState<FunctionsTestResponse>, FunctionsTestResponse>\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<FunctionsTestResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, jobName, functionName, options },\n testOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Tests if the information provided for a function is valid. This can range from testing the\n * connection to the underlying web service behind the function or making sure the function code\n * provided is syntactically correct.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param functionName The name of the function.\n * @param options The options parameters.\n */\n async beginTestAndWait(\n resourceGroupName: string,\n jobName: string,\n functionName: string,\n options?: FunctionsTestOptionalParams\n ): Promise<FunctionsTestResponse> {\n const poller = await this.beginTest(\n resourceGroupName,\n jobName,\n functionName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Retrieves the default definition of a function based on the parameters specified.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param functionName The name of the function.\n * @param options The options parameters.\n */\n retrieveDefaultDefinition(\n resourceGroupName: string,\n jobName: string,\n functionName: string,\n options?: FunctionsRetrieveDefaultDefinitionOptionalParams\n ): Promise<FunctionsRetrieveDefaultDefinitionResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, jobName, functionName, options },\n retrieveDefaultDefinitionOperationSpec\n );\n }\n\n /**\n * ListByStreamingJobNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param nextLink The nextLink from the previous successful call to the ListByStreamingJob method.\n * @param options The options parameters.\n */\n private _listByStreamingJobNext(\n resourceGroupName: string,\n jobName: string,\n nextLink: string,\n options?: FunctionsListByStreamingJobNextOptionalParams\n ): Promise<FunctionsListByStreamingJobNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, jobName, nextLink, options },\n listByStreamingJobNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrReplaceOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/functions/{functionName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.FunctionModel,\n headersMapper: Mappers.FunctionsCreateOrReplaceHeaders\n },\n 201: {\n bodyMapper: Mappers.FunctionModel,\n headersMapper: Mappers.FunctionsCreateOrReplaceHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n requestBody: Parameters.functionParam,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.functionName\n ],\n headerParameters: [\n Parameters.accept,\n Parameters.contentType,\n Parameters.ifMatch,\n Parameters.ifNoneMatch\n ],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/functions/{functionName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.FunctionModel,\n headersMapper: Mappers.FunctionsUpdateHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n requestBody: Parameters.functionParam,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.functionName\n ],\n headerParameters: [\n Parameters.accept,\n Parameters.contentType,\n Parameters.ifMatch\n ],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/functions/{functionName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.functionName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/functions/{functionName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.FunctionModel,\n headersMapper: Mappers.FunctionsGetHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.functionName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByStreamingJobOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/functions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.FunctionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.select],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst testOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/functions/{functionName}/test\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ResourceTestStatus\n },\n 201: {\n bodyMapper: Mappers.ResourceTestStatus\n },\n 202: {\n bodyMapper: Mappers.ResourceTestStatus\n },\n 204: {\n bodyMapper: Mappers.ResourceTestStatus\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n requestBody: Parameters.functionParam1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.functionName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst retrieveDefaultDefinitionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/functions/{functionName}/retrieveDefaultDefinition\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.FunctionModel\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n requestBody: Parameters.functionRetrieveDefaultDefinitionParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.functionName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listByStreamingJobNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.FunctionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.select],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { Subscriptions } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StreamAnalyticsManagementClient } from \"../streamAnalyticsManagementClient\";\nimport {\n SubscriptionsListQuotasOptionalParams,\n SubscriptionsListQuotasResponse\n} from \"../models\";\n\n/** Class containing Subscriptions operations. */\nexport class SubscriptionsImpl implements Subscriptions {\n private readonly client: StreamAnalyticsManagementClient;\n\n /**\n * Initialize a new instance of the class Subscriptions class.\n * @param client Reference to the service client\n */\n constructor(client: StreamAnalyticsManagementClient) {\n this.client = client;\n }\n\n /**\n * Retrieves the subscription's current quota information in a particular region.\n * @param location The region in which to retrieve the subscription's quota information. You can find\n * out which regions Azure Stream Analytics is supported in here:\n * https://azure.microsoft.com/en-us/regions/\n * @param options The options parameters.\n */\n listQuotas(\n location: string,\n options?: SubscriptionsListQuotasOptionalParams\n ): Promise<SubscriptionsListQuotasResponse> {\n return this.client.sendOperationRequest(\n { location, options },\n listQuotasOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listQuotasOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/quotas\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SubscriptionQuotasListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.location\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Clusters } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StreamAnalyticsManagementClient } from \"../streamAnalyticsManagementClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n Cluster,\n ClustersListBySubscriptionNextOptionalParams,\n ClustersListBySubscriptionOptionalParams,\n ClustersListByResourceGroupNextOptionalParams,\n ClustersListByResourceGroupOptionalParams,\n ClusterJob,\n ClustersListStreamingJobsNextOptionalParams,\n ClustersListStreamingJobsOptionalParams,\n ClustersCreateOrUpdateOptionalParams,\n ClustersCreateOrUpdateResponse,\n ClustersUpdateOptionalParams,\n ClustersUpdateResponse,\n ClustersGetOptionalParams,\n ClustersGetResponse,\n ClustersDeleteOptionalParams,\n ClustersListBySubscriptionResponse,\n ClustersListByResourceGroupResponse,\n ClustersListStreamingJobsResponse,\n ClustersListBySubscriptionNextResponse,\n ClustersListByResourceGroupNextResponse,\n ClustersListStreamingJobsNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Clusters operations. */\nexport class ClustersImpl implements Clusters {\n private readonly client: StreamAnalyticsManagementClient;\n\n /**\n * Initialize a new instance of the class Clusters class.\n * @param client Reference to the service client\n */\n constructor(client: StreamAnalyticsManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists all of the clusters in the given subscription.\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: ClustersListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<Cluster> {\n const iter = this.listBySubscriptionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listBySubscriptionPagingPage(options);\n }\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: ClustersListBySubscriptionOptionalParams\n ): AsyncIterableIterator<Cluster[]> {\n let result = await this._listBySubscription(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: ClustersListBySubscriptionOptionalParams\n ): AsyncIterableIterator<Cluster> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Lists all of the clusters in the given resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: ClustersListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<Cluster> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByResourceGroupPagingPage(resourceGroupName, options);\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: ClustersListByResourceGroupOptionalParams\n ): AsyncIterableIterator<Cluster[]> {\n let result = await this._listByResourceGroup(resourceGroupName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: ClustersListByResourceGroupOptionalParams\n ): AsyncIterableIterator<Cluster> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Lists all of the streaming jobs in the given cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n public listStreamingJobs(\n resourceGroupName: string,\n clusterName: string,\n options?: ClustersListStreamingJobsOptionalParams\n ): PagedAsyncIterableIterator<ClusterJob> {\n const iter = this.listStreamingJobsPagingAll(\n resourceGroupName,\n clusterName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listStreamingJobsPagingPage(\n resourceGroupName,\n clusterName,\n options\n );\n }\n };\n }\n\n private async *listStreamingJobsPagingPage(\n resourceGroupName: string,\n clusterName: string,\n options?: ClustersListStreamingJobsOptionalParams\n ): AsyncIterableIterator<ClusterJob[]> {\n let result = await this._listStreamingJobs(\n resourceGroupName,\n clusterName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listStreamingJobsNext(\n resourceGroupName,\n clusterName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listStreamingJobsPagingAll(\n resourceGroupName: string,\n clusterName: string,\n options?: ClustersListStreamingJobsOptionalParams\n ): AsyncIterableIterator<ClusterJob> {\n for await (const page of this.listStreamingJobsPagingPage(\n resourceGroupName,\n clusterName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Creates a Stream Analytics Cluster or replaces an already existing cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param cluster The definition of the cluster that will be used to create a new cluster or replace\n * the existing one.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n clusterName: string,\n cluster: Cluster,\n options?: ClustersCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<ClustersCreateOrUpdateResponse>,\n ClustersCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<ClustersCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, clusterName, cluster, options },\n createOrUpdateOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Creates a Stream Analytics Cluster or replaces an already existing cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param cluster The definition of the cluster that will be used to create a new cluster or replace\n * the existing one.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n clusterName: string,\n cluster: Cluster,\n options?: ClustersCreateOrUpdateOptionalParams\n ): Promise<ClustersCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n clusterName,\n cluster,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Updates an existing cluster. This can be used to partially update (ie. update one or two properties)\n * a cluster without affecting the rest of the cluster definition.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param cluster The properties specified here will overwrite the corresponding properties in the\n * existing cluster (ie. Those properties will be updated).\n * @param options The options parameters.\n */\n async beginUpdate(\n resourceGroupName: string,\n clusterName: string,\n cluster: Cluster,\n options?: ClustersUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<ClustersUpdateResponse>,\n ClustersUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<ClustersUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, clusterName, cluster, options },\n updateOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Updates an existing cluster. This can be used to partially update (ie. update one or two properties)\n * a cluster without affecting the rest of the cluster definition.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param cluster The properties specified here will overwrite the corresponding properties in the\n * existing cluster (ie. Those properties will be updated).\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n resourceGroupName: string,\n clusterName: string,\n cluster: Cluster,\n options?: ClustersUpdateOptionalParams\n ): Promise<ClustersUpdateResponse> {\n const poller = await this.beginUpdate(\n resourceGroupName,\n clusterName,\n cluster,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets information about the specified cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n options?: ClustersGetOptionalParams\n ): Promise<ClustersGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, clusterName, options },\n getOperationSpec\n );\n }\n\n /**\n * Deletes the specified cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n clusterName: string,\n options?: ClustersDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, clusterName, options },\n deleteOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Deletes the specified cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n clusterName: string,\n options?: ClustersDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n clusterName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Lists all of the clusters in the given subscription.\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: ClustersListBySubscriptionOptionalParams\n ): Promise<ClustersListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec\n );\n }\n\n /**\n * Lists all of the clusters in the given resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: ClustersListByResourceGroupOptionalParams\n ): Promise<ClustersListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * Lists all of the streaming jobs in the given cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n private _listStreamingJobs(\n resourceGroupName: string,\n clusterName: string,\n options?: ClustersListStreamingJobsOptionalParams\n ): Promise<ClustersListStreamingJobsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, clusterName, options },\n listStreamingJobsOperationSpec\n );\n }\n\n /**\n * ListBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n nextLink: string,\n options?: ClustersListBySubscriptionNextOptionalParams\n ): Promise<ClustersListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: ClustersListByResourceGroupNextOptionalParams\n ): Promise<ClustersListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n\n /**\n * ListStreamingJobsNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param nextLink The nextLink from the previous successful call to the ListStreamingJobs method.\n * @param options The options parameters.\n */\n private _listStreamingJobsNext(\n resourceGroupName: string,\n clusterName: string,\n nextLink: string,\n options?: ClustersListStreamingJobsNextOptionalParams\n ): Promise<ClustersListStreamingJobsNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, clusterName, nextLink, options },\n listStreamingJobsNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/clusters/{clusterName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Cluster\n },\n 201: {\n bodyMapper: Mappers.Cluster\n },\n 202: {\n bodyMapper: Mappers.Cluster\n },\n 204: {\n bodyMapper: Mappers.Cluster\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n requestBody: Parameters.cluster,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n headerParameters: [\n Parameters.accept,\n Parameters.contentType,\n Parameters.ifMatch,\n Parameters.ifNoneMatch\n ],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/clusters/{clusterName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Cluster\n },\n 201: {\n bodyMapper: Mappers.Cluster\n },\n 202: {\n bodyMapper: Mappers.Cluster\n },\n 204: {\n bodyMapper: Mappers.Cluster\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n requestBody: Parameters.cluster,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n headerParameters: [\n Parameters.accept,\n Parameters.contentType,\n Parameters.ifMatch\n ],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/clusters/{clusterName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Cluster\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/clusters/{clusterName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/clusters\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ClusterListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/clusters\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ClusterListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listStreamingJobsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/clusters/{clusterName}/listStreamingJobs\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ClusterJobListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ClusterListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ClusterListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listStreamingJobsNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ClusterJobListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { PrivateEndpoints } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StreamAnalyticsManagementClient } from \"../streamAnalyticsManagementClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n PrivateEndpoint,\n PrivateEndpointsListByClusterNextOptionalParams,\n PrivateEndpointsListByClusterOptionalParams,\n PrivateEndpointsCreateOrUpdateOptionalParams,\n PrivateEndpointsCreateOrUpdateResponse,\n PrivateEndpointsGetOptionalParams,\n PrivateEndpointsGetResponse,\n PrivateEndpointsDeleteOptionalParams,\n PrivateEndpointsListByClusterResponse,\n PrivateEndpointsListByClusterNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing PrivateEndpoints operations. */\nexport class PrivateEndpointsImpl implements PrivateEndpoints {\n private readonly client: StreamAnalyticsManagementClient;\n\n /**\n * Initialize a new instance of the class PrivateEndpoints class.\n * @param client Reference to the service client\n */\n constructor(client: StreamAnalyticsManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists the private endpoints in the cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n public listByCluster(\n resourceGroupName: string,\n clusterName: string,\n options?: PrivateEndpointsListByClusterOptionalParams\n ): PagedAsyncIterableIterator<PrivateEndpoint> {\n const iter = this.listByClusterPagingAll(\n resourceGroupName,\n clusterName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByClusterPagingPage(\n resourceGroupName,\n clusterName,\n options\n );\n }\n };\n }\n\n private async *listByClusterPagingPage(\n resourceGroupName: string,\n clusterName: string,\n options?: PrivateEndpointsListByClusterOptionalParams\n ): AsyncIterableIterator<PrivateEndpoint[]> {\n let result = await this._listByCluster(\n resourceGroupName,\n clusterName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByClusterNext(\n resourceGroupName,\n clusterName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByClusterPagingAll(\n resourceGroupName: string,\n clusterName: string,\n options?: PrivateEndpointsListByClusterOptionalParams\n ): AsyncIterableIterator<PrivateEndpoint> {\n for await (const page of this.listByClusterPagingPage(\n resourceGroupName,\n clusterName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Creates a Stream Analytics Private Endpoint or replaces an already existing Private Endpoint.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param privateEndpointName The name of the private endpoint.\n * @param privateEndpoint The definition of the private endpoint that will be used to create a new\n * cluster or replace the existing one.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n clusterName: string,\n privateEndpointName: string,\n privateEndpoint: PrivateEndpoint,\n options?: PrivateEndpointsCreateOrUpdateOptionalParams\n ): Promise<PrivateEndpointsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n privateEndpointName,\n privateEndpoint,\n options\n },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Gets information about the specified Private Endpoint.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param privateEndpointName The name of the private endpoint.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n privateEndpointName: string,\n options?: PrivateEndpointsGetOptionalParams\n ): Promise<PrivateEndpointsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, clusterName, privateEndpointName, options },\n getOperationSpec\n );\n }\n\n /**\n * Delete the specified private endpoint.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param privateEndpointName The name of the private endpoint.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n clusterName: string,\n privateEndpointName: string,\n options?: PrivateEndpointsDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, clusterName, privateEndpointName, options },\n deleteOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Delete the specified private endpoint.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param privateEndpointName The name of the private endpoint.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n clusterName: string,\n privateEndpointName: string,\n options?: PrivateEndpointsDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n clusterName,\n privateEndpointName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Lists the private endpoints in the cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n private _listByCluster(\n resourceGroupName: string,\n clusterName: string,\n options?: PrivateEndpointsListByClusterOptionalParams\n ): Promise<PrivateEndpointsListByClusterResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, clusterName, options },\n listByClusterOperationSpec\n );\n }\n\n /**\n * ListByClusterNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param nextLink The nextLink from the previous successful call to the ListByCluster method.\n * @param options The options parameters.\n */\n private _listByClusterNext(\n resourceGroupName: string,\n clusterName: string,\n nextLink: string,\n options?: PrivateEndpointsListByClusterNextOptionalParams\n ): Promise<PrivateEndpointsListByClusterNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, clusterName, nextLink, options },\n listByClusterNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/clusters/{clusterName}/privateEndpoints/{privateEndpointName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpoint\n },\n 201: {\n bodyMapper: Mappers.PrivateEndpoint\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n requestBody: Parameters.privateEndpoint,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.privateEndpointName\n ],\n headerParameters: [\n Parameters.accept,\n Parameters.contentType,\n Parameters.ifMatch,\n Parameters.ifNoneMatch\n ],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/clusters/{clusterName}/privateEndpoints/{privateEndpointName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpoint\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.privateEndpointName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/clusters/{clusterName}/privateEndpoints/{privateEndpointName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.privateEndpointName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByClusterOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/clusters/{clusterName}/privateEndpoints\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByClusterNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n OperationsImpl,\n StreamingJobsImpl,\n InputsImpl,\n OutputsImpl,\n TransformationsImpl,\n FunctionsImpl,\n SubscriptionsImpl,\n ClustersImpl,\n PrivateEndpointsImpl\n} from \"./operations\";\nimport {\n Operations,\n StreamingJobs,\n Inputs,\n Outputs,\n Transformations,\n Functions,\n Subscriptions,\n Clusters,\n PrivateEndpoints\n} from \"./operationsInterfaces\";\nimport { StreamAnalyticsManagementClientOptionalParams } from \"./models\";\n\nexport class StreamAnalyticsManagementClient extends coreClient.ServiceClient {\n $host: string;\n apiVersion: string;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the StreamAnalyticsManagementClient class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId The ID of the target subscription.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: StreamAnalyticsManagementClientOptionalParams\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n if (subscriptionId === undefined) {\n throw new Error(\"'subscriptionId' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: StreamAnalyticsManagementClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials\n };\n\n const packageDetails = `azsdk-js-arm-streamanalytics/4.0.0`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n if (!options.credentialScopes) {\n options.credentialScopes = [\"https://management.azure.com/.default\"];\n }\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix\n },\n baseUri: options.endpoint || \"https://management.azure.com\"\n };\n super(optionsWithDefaults);\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2020-03-01\";\n this.operations = new OperationsImpl(this);\n this.streamingJobs = new StreamingJobsImpl(this);\n this.inputs = new InputsImpl(this);\n this.outputs = new OutputsImpl(this);\n this.transformations = new TransformationsImpl(this);\n this.functions = new FunctionsImpl(this);\n this.subscriptions = new SubscriptionsImpl(this);\n this.clusters = new ClustersImpl(this);\n this.privateEndpoints = new PrivateEndpointsImpl(this);\n }\n\n operations: Operations;\n streamingJobs: StreamingJobs;\n inputs: Inputs;\n outputs: Outputs;\n transformations: Transformations;\n functions: Functions;\n subscriptions: Subscriptions;\n clusters: Clusters;\n privateEndpoints: PrivateEndpoints;\n}\n"],"names":["KnownSkuName","KnownJobType","KnownOutputStartMode","KnownEventsOutOfOrderPolicy","KnownOutputErrorPolicy","KnownCompatibilityLevel","KnownEventSerializationType","KnownCompressionType","KnownAuthenticationMode","KnownContentStoragePolicy","KnownClusterSkuName","KnownClusterProvisioningState","KnownJobState","KnownEncoding","KnownJsonOutputSerializationFormat","KnownRefreshType","StreamingJobMapper","StartStreamingJobParametersMapper","ScaleStreamingJobParametersMapper","InputMapper","OutputMapper","TransformationMapper","FunctionModelMapper","FunctionRetrieveDefaultDefinitionParametersMapper","ClusterMapper","PrivateEndpointMapper","__asyncValues","__asyncDelegator","coreClient.createSerializer","Mappers.OperationListResult","Mappers.ErrorModel","Parameters.apiVersion","Parameters.$host","Parameters.accept","Parameters.nextLink","LroEngine","listOperationSpec","listNextOperationSpec","serializer","Mappers.StreamingJob","Mappers.StreamingJobsCreateOrReplaceHeaders","Parameters.streamingJob","Parameters.subscriptionId","Parameters.resourceGroupName","Parameters.jobName","Parameters.contentType","Parameters.ifMatch","Parameters.ifNoneMatch","Mappers.StreamingJobsUpdateHeaders","Mappers.StreamingJobsGetHeaders","Parameters.expand","Mappers.StreamingJobListResult","Parameters.startJobParameters","Parameters.scaleJobParameters","createOrReplaceOperationSpec","updateOperationSpec","deleteOperationSpec","getOperationSpec","Mappers.Input","Mappers.InputsCreateOrReplaceHeaders","Parameters.input","Parameters.inputName","Mappers.InputsUpdateHeaders","Mappers.InputsGetHeaders","Mappers.InputListResult","Parameters.select","Mappers.ResourceTestStatus","Parameters.input1","listByStreamingJobOperationSpec","testOperationSpec","listByStreamingJobNextOperationSpec","Mappers.Output","Mappers.OutputsCreateOrReplaceHeaders","Parameters.output","Parameters.outputName","Mappers.OutputsUpdateHeaders","Mappers.OutputsGetHeaders","Mappers.OutputListResult","Parameters.output1","Mappers.Transformation","Mappers.TransformationsCreateOrReplaceHeaders","Parameters.transformation","Parameters.transformationName","Mappers.TransformationsUpdateHeaders","Mappers.TransformationsGetHeaders","Mappers.FunctionModel","Mappers.FunctionsCreateOrReplaceHeaders","Parameters.functionParam","Parameters.functionName","Mappers.FunctionsUpdateHeaders","Mappers.FunctionsGetHeaders","Mappers.FunctionListResult","Parameters.functionParam1","Parameters.functionRetrieveDefaultDefinitionParameters","Mappers.SubscriptionQuotasListResult","Parameters.location","listByResourceGroupOperationSpec","listByResourceGroupNextOperationSpec","Mappers.Cluster","Parameters.cluster","Parameters.clusterName","Mappers.ClusterListResult","Mappers.ClusterJobListResult","createOrUpdateOperationSpec","Mappers.PrivateEndpoint","Parameters.privateEndpoint","Parameters.privateEndpointName","Mappers.PrivateEndpointListResult","coreClient.ServiceClient"],"mappings":"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"}