@azure/arm-streamanalytics 3.0.0 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +70 -84
- package/dist/index.js +6818 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1940 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +132 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +155 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1412 -2137
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +34 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +260 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/clusters.d.ts +137 -0
- package/dist-esm/src/operations/clusters.d.ts.map +1 -0
- package/dist-esm/src/operations/clusters.js +627 -0
- package/dist-esm/src/operations/clusters.js.map +1 -0
- package/dist-esm/src/operations/functions.d.ts +107 -0
- package/dist-esm/src/operations/functions.d.ts.map +1 -0
- package/dist-esm/src/operations/functions.js +416 -0
- package/dist-esm/src/operations/functions.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +4 -4
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +5 -6
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/inputs.d.ts +94 -0
- package/dist-esm/src/operations/inputs.d.ts.map +1 -0
- package/dist-esm/src/operations/inputs.js +377 -0
- package/dist-esm/src/operations/inputs.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/outputs.d.ts +95 -0
- package/dist-esm/src/operations/outputs.d.ts.map +1 -0
- package/dist-esm/src/operations/outputs.js +378 -0
- package/dist-esm/src/operations/outputs.js.map +1 -0
- package/dist-esm/src/operations/privateEndpoints.d.ts +73 -0
- package/dist-esm/src/operations/privateEndpoints.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpoints.js +295 -0
- package/dist-esm/src/operations/privateEndpoints.js.map +1 -0
- package/dist-esm/src/operations/streamingJobs.d.ts +151 -0
- package/dist-esm/src/operations/streamingJobs.d.ts.map +1 -0
- package/dist-esm/src/operations/streamingJobs.js +692 -0
- package/dist-esm/src/operations/streamingJobs.js.map +1 -0
- package/dist-esm/src/operations/subscriptions.d.ts +21 -0
- package/dist-esm/src/operations/subscriptions.d.ts.map +1 -0
- package/dist-esm/src/operations/subscriptions.js +53 -0
- package/dist-esm/src/operations/subscriptions.js.map +1 -0
- package/dist-esm/src/operations/transformations.d.ts +46 -0
- package/dist-esm/src/operations/transformations.d.ts.map +1 -0
- package/dist-esm/src/operations/transformations.js +160 -0
- package/dist-esm/src/operations/transformations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/clusters.d.ts +84 -0
- package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/clusters.js +9 -0
- package/dist-esm/src/operationsInterfaces/clusters.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/functions.d.ts +82 -0
- package/dist-esm/src/operationsInterfaces/functions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/functions.js +9 -0
- package/dist-esm/src/operationsInterfaces/functions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +17 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/inputs.d.ts +69 -0
- package/dist-esm/src/operationsInterfaces/inputs.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/inputs.js} +2 -1
- package/dist-esm/src/operationsInterfaces/inputs.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/outputs.d.ts +70 -0
- package/dist-esm/src/operationsInterfaces/outputs.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/outputs.js +9 -0
- package/dist-esm/src/operationsInterfaces/outputs.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpoints.d.ts +48 -0
- package/dist-esm/src/operationsInterfaces/privateEndpoints.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpoints.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpoints.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/streamingJobs.d.ts +115 -0
- package/dist-esm/src/operationsInterfaces/streamingJobs.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/streamingJobs.js +9 -0
- package/dist-esm/src/operationsInterfaces/streamingJobs.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/subscriptions.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/subscriptions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/subscriptions.js +9 -0
- package/dist-esm/src/operationsInterfaces/subscriptions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/transformations.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/transformations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/transformations.js +9 -0
- package/dist-esm/src/operationsInterfaces/transformations.js.map +1 -0
- package/dist-esm/src/streamAnalyticsManagementClient.d.ts +26 -0
- package/dist-esm/src/streamAnalyticsManagementClient.d.ts.map +1 -0
- package/dist-esm/src/streamAnalyticsManagementClient.js +59 -0
- package/dist-esm/src/streamAnalyticsManagementClient.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +65 -32
- package/review/arm-streamanalytics.api.md +1598 -0
- package/rollup.config.js +181 -30
- package/src/{models/operationsMappers.ts → index.ts} +4 -12
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1943 -4505
- package/src/models/mappers.ts +1393 -2127
- package/src/models/parameters.ts +180 -90
- package/src/operations/clusters.ts +640 -393
- package/src/operations/functions.ts +366 -375
- package/src/operations/index.ts +5 -6
- package/src/operations/inputs.ts +337 -326
- package/src/operations/operations.ts +85 -73
- package/src/operations/outputs.ts +337 -325
- package/src/operations/privateEndpoints.ts +276 -209
- package/src/operations/streamingJobs.ts +686 -398
- package/src/operations/subscriptions.ts +36 -376
- package/src/operations/transformations.ts +104 -162
- package/src/operationsInterfaces/clusters.ts +157 -0
- package/src/operationsInterfaces/functions.ts +148 -0
- package/src/operationsInterfaces/index.ts +17 -0
- package/src/operationsInterfaces/inputs.ts +128 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/outputs.ts +129 -0
- package/src/operationsInterfaces/privateEndpoints.ts +90 -0
- package/src/operationsInterfaces/streamingJobs.ts +199 -0
- package/src/operationsInterfaces/subscriptions.ts +27 -0
- package/src/operationsInterfaces/transformations.ts +71 -0
- package/src/streamAnalyticsManagementClient.ts +97 -49
- package/tsconfig.json +3 -3
- package/types/arm-streamanalytics.d.ts +2730 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-streamanalytics.js +0 -7772
- package/dist/arm-streamanalytics.js.map +0 -1
- package/dist/arm-streamanalytics.min.js +0 -1
- package/dist/arm-streamanalytics.min.js.map +0 -1
- package/esm/models/clustersMappers.d.ts +0 -2
- package/esm/models/clustersMappers.d.ts.map +0 -1
- package/esm/models/clustersMappers.js +0 -9
- package/esm/models/clustersMappers.js.map +0 -1
- package/esm/models/functionsMappers.d.ts +0 -2
- package/esm/models/functionsMappers.d.ts.map +0 -1
- package/esm/models/functionsMappers.js +0 -9
- package/esm/models/functionsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -4514
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/inputsMappers.d.ts +0 -2
- package/esm/models/inputsMappers.d.ts.map +0 -1
- package/esm/models/inputsMappers.js +0 -9
- package/esm/models/inputsMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -185
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/outputsMappers.d.ts +0 -2
- package/esm/models/outputsMappers.d.ts.map +0 -1
- package/esm/models/outputsMappers.js +0 -9
- package/esm/models/outputsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -20
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -216
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointsMappers.d.ts +0 -2
- package/esm/models/privateEndpointsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointsMappers.js +0 -9
- package/esm/models/privateEndpointsMappers.js.map +0 -1
- package/esm/models/streamingJobsMappers.d.ts +0 -2
- package/esm/models/streamingJobsMappers.d.ts.map +0 -1
- package/esm/models/streamingJobsMappers.js +0 -9
- package/esm/models/streamingJobsMappers.js.map +0 -1
- package/esm/models/subscriptionsMappers.d.ts +0 -2
- package/esm/models/subscriptionsMappers.d.ts.map +0 -1
- package/esm/models/subscriptionsMappers.js +0 -9
- package/esm/models/subscriptionsMappers.js.map +0 -1
- package/esm/models/transformationsMappers.d.ts +0 -2
- package/esm/models/transformationsMappers.d.ts.map +0 -1
- package/esm/models/transformationsMappers.js +0 -9
- package/esm/models/transformationsMappers.js.map +0 -1
- package/esm/operations/clusters.d.ts +0 -201
- package/esm/operations/clusters.d.ts.map +0 -1
- package/esm/operations/clusters.js +0 -406
- package/esm/operations/clusters.js.map +0 -1
- package/esm/operations/functions.d.ts +0 -215
- package/esm/operations/functions.d.ts.map +0 -1
- package/esm/operations/functions.js +0 -348
- package/esm/operations/functions.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/inputs.d.ts +0 -189
- package/esm/operations/inputs.d.ts.map +0 -1
- package/esm/operations/inputs.js +0 -306
- package/esm/operations/inputs.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -79
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/outputs.d.ts +0 -189
- package/esm/operations/outputs.d.ts.map +0 -1
- package/esm/operations/outputs.js +0 -306
- package/esm/operations/outputs.js.map +0 -1
- package/esm/operations/privateEndpoints.d.ts +0 -125
- package/esm/operations/privateEndpoints.d.ts.map +0 -1
- package/esm/operations/privateEndpoints.js +0 -216
- package/esm/operations/privateEndpoints.js.map +0 -1
- package/esm/operations/streamingJobs.d.ts +0 -210
- package/esm/operations/streamingJobs.d.ts.map +0 -1
- package/esm/operations/streamingJobs.js +0 -440
- package/esm/operations/streamingJobs.js.map +0 -1
- package/esm/operations/subscriptions.d.ts +0 -138
- package/esm/operations/subscriptions.d.ts.map +0 -1
- package/esm/operations/subscriptions.js +0 -311
- package/esm/operations/subscriptions.js.map +0 -1
- package/esm/operations/transformations.d.ts +0 -106
- package/esm/operations/transformations.d.ts.map +0 -1
- package/esm/operations/transformations.js +0 -149
- package/esm/operations/transformations.js.map +0 -1
- package/esm/streamAnalyticsManagementClient.d.ts +0 -32
- package/esm/streamAnalyticsManagementClient.d.ts.map +0 -1
- package/esm/streamAnalyticsManagementClient.js +0 -45
- package/esm/streamAnalyticsManagementClient.js.map +0 -1
- package/esm/streamAnalyticsManagementClientContext.d.ts +0 -21
- package/esm/streamAnalyticsManagementClientContext.d.ts.map +0 -1
- package/esm/streamAnalyticsManagementClientContext.js +0 -59
- package/esm/streamAnalyticsManagementClientContext.js.map +0 -1
- package/src/models/clustersMappers.ts +0 -96
- package/src/models/functionsMappers.ts +0 -104
- package/src/models/inputsMappers.ts +0 -99
- package/src/models/outputsMappers.ts +0 -99
- package/src/models/privateEndpointsMappers.ts +0 -94
- package/src/models/streamingJobsMappers.ts +0 -98
- package/src/models/subscriptionsMappers.ts +0 -104
- package/src/models/transformationsMappers.ts +0 -96
- package/src/streamAnalyticsManagementClientContext.ts +0 -65
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"arm-streamanalytics.js","sources":["../node_modules/tslib/tslib.es6.js","../src/models/index.ts","../src/models/mappers.ts","../src/models/functionsMappers.ts","../src/models/parameters.ts","../src/operations/functions.ts","../src/models/inputsMappers.ts","../src/operations/inputs.ts","../src/models/outputsMappers.ts","../src/operations/outputs.ts","../src/models/streamingJobsMappers.ts","../src/operations/streamingJobs.ts","../src/models/subscriptionsMappers.ts","../src/operations/subscriptions.ts","../src/models/transformationsMappers.ts","../src/operations/transformations.ts","../src/models/operationsMappers.ts","../src/operations/operations.ts","../src/models/clustersMappers.ts","../src/operations/clusters.ts","../src/models/privateEndpointsMappers.ts","../src/operations/privateEndpoints.ts","../src/streamAnalyticsManagementClientContext.ts","../src/streamAnalyticsManagementClient.ts"],"sourcesContent":["/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\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 { BaseResource, CloudError, AzureServiceClientOptions } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport { BaseResource, CloudError };\n\n/**\n * Describes one input parameter of a function.\n */\nexport interface FunctionInput {\n /**\n * The (Azure Stream Analytics supported) data type of the function input parameter. A list of\n * valid Azure Stream Analytics data types are described at\n * https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx\n */\n dataType?: string;\n /**\n * A flag indicating if the parameter is a configuration parameter. True if this input parameter\n * is expected to be a constant. Default is false.\n */\n isConfigurationParameter?: boolean;\n}\n\n/**\n * Describes the output of a function.\n */\nexport interface FunctionOutput {\n /**\n * The (Azure Stream Analytics supported) data type of the function output. A list of valid Azure\n * Stream Analytics data types are described at\n * https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx\n */\n dataType?: string;\n}\n\n/**\n * Contains the possible cases for FunctionBinding.\n */\nexport type FunctionBindingUnion = FunctionBinding | AzureMachineLearningStudioFunctionBinding | JavaScriptFunctionBinding | CSharpFunctionBinding | AzureMachineLearningServiceFunctionBinding;\n\n/**\n * The physical binding of the function. For example, in the Azure Machine Learning web service’s\n * case, this describes the endpoint.\n */\nexport interface FunctionBinding {\n /**\n * Polymorphic Discriminator\n */\n type: \"FunctionBinding\";\n}\n\n/**\n * Contains the possible cases for FunctionProperties.\n */\nexport type FunctionPropertiesUnion = FunctionProperties | ScalarFunctionProperties | AggregateFunctionProperties;\n\n/**\n * The properties that are associated with a function.\n */\nexport interface FunctionProperties {\n /**\n * Polymorphic Discriminator\n */\n type: \"FunctionProperties\";\n /**\n * The current entity tag for the function. This is an opaque string. You can use it to detect\n * whether the resource has changed between requests. You can also use it in the If-Match or\n * 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 inputs?: FunctionInput[];\n output?: FunctionOutput;\n binding?: FunctionBindingUnion;\n}\n\n/**\n * The base sub-resource model definition.\n */\nexport interface SubResource extends BaseResource {\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 /**\n * Resource name\n */\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/**\n * A function object, containing all information associated with the named function. All functions\n * are contained under a streaming job.\n */\nexport interface FunctionModel extends SubResource {\n /**\n * The properties that are associated with a function.\n */\n properties?: FunctionPropertiesUnion;\n}\n\n/**\n * The properties that are associated with a scalar function.\n */\nexport interface ScalarFunctionProperties {\n /**\n * Polymorphic Discriminator\n */\n type: \"Scalar\";\n /**\n * The current entity tag for the function. This is an opaque string. You can use it to detect\n * whether the resource has changed between requests. You can also use it in the If-Match or\n * 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 inputs?: FunctionInput[];\n output?: FunctionOutput;\n binding?: FunctionBindingUnion;\n}\n\n/**\n * Describes an input column for the Azure Machine Learning Studio endpoint.\n */\nexport interface AzureMachineLearningStudioInputColumn {\n /**\n * The name of the input column.\n */\n name?: string;\n /**\n * The (Azure Machine Learning supported) data type of the input column. A list of valid Azure\n * Machine Learning data types are described at\n * https://msdn.microsoft.com/en-us/library/azure/dn905923.aspx .\n */\n dataType?: string;\n /**\n * The zero based index of the function parameter this input maps to.\n */\n mapTo?: number;\n}\n\n/**\n * The inputs for the Azure Machine Learning Studio endpoint.\n */\nexport interface AzureMachineLearningStudioInputs {\n /**\n * The name of the input. This is the name provided while authoring the endpoint.\n */\n name?: string;\n /**\n * A list of input columns for the Azure Machine Learning Studio endpoint.\n */\n columnNames?: AzureMachineLearningStudioInputColumn[];\n}\n\n/**\n * Describes an output column for the Azure Machine Learning Studio endpoint.\n */\nexport interface AzureMachineLearningStudioOutputColumn {\n /**\n * The name of the output column.\n */\n name?: string;\n /**\n * The (Azure Machine Learning supported) data type of the output column. A list of valid Azure\n * Machine Learning data types are described at\n * https://msdn.microsoft.com/en-us/library/azure/dn905923.aspx .\n */\n dataType?: string;\n}\n\n/**\n * The binding to an Azure Machine Learning Studio.\n */\nexport interface AzureMachineLearningStudioFunctionBinding {\n /**\n * Polymorphic Discriminator\n */\n type: \"Microsoft.MachineLearning/WebService\";\n /**\n * The Request-Response execute endpoint of the Azure Machine Learning Studio. Find out more\n * here:\n * https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs\n */\n endpoint?: string;\n /**\n * The API key used to authenticate with Request-Response endpoint.\n */\n apiKey?: string;\n /**\n * The inputs for the Azure Machine Learning Studio endpoint.\n */\n inputs?: AzureMachineLearningStudioInputs;\n /**\n * A list of outputs from the Azure Machine Learning Studio endpoint execution.\n */\n outputs?: AzureMachineLearningStudioOutputColumn[];\n /**\n * Number between 1 and 10000 describing maximum number of rows for every Azure ML RRS execute\n * request. Default is 1000.\n */\n batchSize?: number;\n}\n\n/**\n * The binding to a JavaScript function.\n */\nexport interface JavaScriptFunctionBinding {\n /**\n * Polymorphic Discriminator\n */\n type: \"Microsoft.StreamAnalytics/JavascriptUdf\";\n /**\n * The JavaScript code containing a single function definition. For example: 'function (x, y) {\n * return x + y; }'\n */\n script?: string;\n}\n\n/**\n * The binding to a CSharp function.\n */\nexport interface CSharpFunctionBinding {\n /**\n * Polymorphic Discriminator\n */\n type: \"Microsoft.StreamAnalytics/CLRUdf\";\n /**\n * The Csharp code containing a single function definition.\n */\n script?: string;\n /**\n * The Csharp code containing a single function definition.\n */\n dllPath?: string;\n /**\n * The Csharp code containing a single function definition.\n */\n classProperty?: string;\n /**\n * The Csharp code containing a single function definition.\n */\n method?: string;\n}\n\n/**\n * Contains the possible cases for FunctionRetrieveDefaultDefinitionParameters.\n */\nexport type FunctionRetrieveDefaultDefinitionParametersUnion = FunctionRetrieveDefaultDefinitionParameters | AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters | AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters | JavaScriptFunctionRetrieveDefaultDefinitionParameters | CSharpFunctionRetrieveDefaultDefinitionParameters;\n\n/**\n * Parameters used to specify the type of function to retrieve the default definition for.\n */\nexport interface FunctionRetrieveDefaultDefinitionParameters {\n /**\n * Polymorphic Discriminator\n */\n bindingType: \"FunctionRetrieveDefaultDefinitionParameters\";\n}\n\n/**\n * The parameters needed to retrieve the default function definition for an Azure Machine Learning\n * Studio function.\n */\nexport interface AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters {\n /**\n * Polymorphic Discriminator\n */\n bindingType: \"Microsoft.MachineLearning/WebService\";\n /**\n * The Request-Response execute endpoint of the Azure Machine Learning Studio. Find out more\n * here:\n * https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs\n */\n executeEndpoint?: string;\n /**\n * The function type. Possible values include: 'Scalar'\n */\n udfType?: UdfType;\n}\n\n/**\n * The parameters needed to retrieve the default function definition for an Azure Machine Learning\n * web service function.\n */\nexport interface AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters {\n /**\n * Polymorphic Discriminator\n */\n bindingType: \"Microsoft.MachineLearningServices\";\n /**\n * The Request-Response execute endpoint of the Azure Machine Learning web service.\n */\n executeEndpoint?: string;\n /**\n * The function type. Possible values include: 'Scalar'\n */\n udfType?: UdfType;\n}\n\n/**\n * The parameters needed to retrieve the default function definition for a JavaScript function.\n */\nexport interface JavaScriptFunctionRetrieveDefaultDefinitionParameters {\n /**\n * Polymorphic Discriminator\n */\n bindingType: \"Microsoft.StreamAnalytics/JavascriptUdf\";\n /**\n * The JavaScript code containing a single function definition. For example: 'function (x, y) {\n * return x + y; }'.\n */\n script?: string;\n /**\n * The function type. Possible values include: 'Scalar'\n */\n udfType?: UdfType;\n}\n\n/**\n * The parameters needed to retrieve the default function definition for a CSharp function.\n */\nexport interface CSharpFunctionRetrieveDefaultDefinitionParameters {\n /**\n * Polymorphic Discriminator\n */\n bindingType: \"Microsoft.StreamAnalytics/CLRUdf\";\n /**\n * The CSharp code containing a single function definition.\n */\n script?: string;\n /**\n * The function type. Possible values include: 'Scalar'\n */\n udfType?: UdfType;\n}\n\n/**\n * Describes an input column for the Azure Machine Learning web service endpoint.\n */\nexport interface AzureMachineLearningServiceInputColumn {\n /**\n * The name of the input column.\n */\n name?: string;\n /**\n * The (Azure Machine Learning supported) data type of the input column.\n */\n dataType?: string;\n /**\n * The zero based index of the function parameter this input maps to.\n */\n mapTo?: number;\n}\n\n/**\n * Describes an output column for the Azure Machine Learning web service endpoint.\n */\nexport interface AzureMachineLearningServiceOutputColumn {\n /**\n * The name of the output column.\n */\n name?: string;\n /**\n * The (Azure Machine Learning supported) data type of the output column.\n */\n dataType?: string;\n /**\n * The zero based index of the function parameter this input maps to.\n */\n mapTo?: number;\n}\n\n/**\n * The binding to an Azure Machine Learning web service.\n */\nexport interface AzureMachineLearningServiceFunctionBinding {\n /**\n * Polymorphic Discriminator\n */\n type: \"Microsoft.MachineLearningServices\";\n /**\n * The Request-Response execute endpoint of the Azure Machine Learning web service.\n */\n endpoint?: string;\n /**\n * The API key used to authenticate with Request-Response endpoint.\n */\n apiKey?: string;\n /**\n * The inputs for the Azure Machine Learning web service endpoint.\n */\n inputs?: AzureMachineLearningServiceInputColumn[];\n /**\n * A list of outputs from the Azure Machine Learning web service endpoint execution.\n */\n outputs?: AzureMachineLearningServiceOutputColumn[];\n /**\n * Number between 1 and 10000 describing maximum number of rows for every Azure ML RRS execute\n * request. Default is 1000.\n */\n batchSize?: number;\n /**\n * The number of parallel requests that will be sent per partition of your job to the machine\n * learning service. Default is 1.\n */\n numberOfParallelRequests?: number;\n}\n\n/**\n * The inputs for the Azure Machine Learning web service endpoint.\n */\nexport interface AzureMachineLearningServiceInputs {\n /**\n * The name of the input. This is the name provided while authoring the endpoint.\n */\n name?: string;\n /**\n * A list of input columns for the Azure Machine Learning web service endpoint.\n */\n columnNames?: AzureMachineLearningServiceInputColumn[];\n}\n\n/**\n * The properties that are associated with an aggregate function.\n */\nexport interface AggregateFunctionProperties {\n /**\n * Polymorphic Discriminator\n */\n type: \"Aggregate\";\n /**\n * The current entity tag for the function. This is an opaque string. You can use it to detect\n * whether the resource has changed between requests. You can also use it in the If-Match or\n * 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 inputs?: FunctionInput[];\n output?: FunctionOutput;\n binding?: FunctionBindingUnion;\n}\n\n/**\n * Common error details representation.\n */\nexport interface ErrorDetails {\n /**\n * Error code.\n */\n code?: string;\n /**\n * Error target.\n */\n target?: string;\n /**\n * Error message.\n */\n message?: string;\n}\n\n/**\n * Error definition properties.\n */\nexport interface ErrorError {\n /**\n * Error code.\n */\n code?: string;\n /**\n * Error message.\n */\n message?: string;\n /**\n * Error target.\n */\n target?: string;\n /**\n * Error details.\n */\n details?: ErrorDetails[];\n}\n\n/**\n * Common error representation.\n */\nexport interface ErrorModel {\n /**\n * Error definition properties.\n */\n error?: ErrorError;\n}\n\n/**\n * Describes the error that occurred.\n */\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/**\n * Describes the status of the test operation along with error information, if applicable.\n */\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/**\n * Contains the possible cases for Serialization.\n */\nexport type SerializationUnion = Serialization | ParquetSerialization | CustomClrSerialization | CsvSerialization | JsonSerialization | AvroSerialization;\n\n/**\n * Describes how data from an input is serialized or how data is serialized when written to an\n * output.\n */\nexport interface Serialization {\n /**\n * Polymorphic Discriminator\n */\n type: \"Serialization\";\n}\n\n/**\n * Condition applicable to the resource, or to the job overall, that warrant customer attention.\n */\nexport interface DiagnosticCondition {\n /**\n * The UTC timestamp of when the condition started. Customers should be able to find a\n * 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\n * 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/**\n * Describes conditions applicable to the Input, Output, or the job overall, that warrant customer\n * attention.\n */\nexport interface Diagnostics {\n /**\n * A collection of zero or more conditions applicable to the resource, or to the job overall,\n * 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/**\n * Describes how input data is compressed\n */\nexport interface Compression {\n type: string;\n}\n\n/**\n * Contains the possible cases for InputProperties.\n */\nexport type InputPropertiesUnion = InputProperties | StreamInputProperties | ReferenceInputProperties;\n\n/**\n * The properties that are associated with an input.\n */\nexport interface InputProperties {\n /**\n * Polymorphic Discriminator\n */\n type: \"InputProperties\";\n /**\n * Describes how data from an input is serialized or how data is serialized when written to an\n * output. Required on PUT (CreateOrReplace) requests.\n */\n serialization?: SerializationUnion;\n /**\n * Describes conditions applicable to the Input, Output, or the job overall, that warrant\n * 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\n * whether the resource has changed between requests. You can also use it in the If-Match or\n * 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 compression?: Compression;\n /**\n * partitionKey Describes a key in the input data which is used for partitioning the input data\n */\n partitionKey?: string;\n}\n\n/**\n * An input object, containing all information associated with the named input. All inputs are\n * contained under a streaming job.\n */\nexport interface Input extends SubResource {\n /**\n * The properties that are associated with an input. Required on PUT (CreateOrReplace) requests.\n */\n properties?: InputPropertiesUnion;\n}\n\n/**\n * Contains the possible cases for StreamInputDataSource.\n */\nexport type StreamInputDataSourceUnion = StreamInputDataSource | BlobStreamInputDataSource | EventHubStreamInputDataSource | EventHubV2StreamInputDataSource | IoTHubStreamInputDataSource | RawStreamInputDataSource;\n\n/**\n * Describes an input data source that contains stream data.\n */\nexport interface StreamInputDataSource {\n /**\n * Polymorphic Discriminator\n */\n type: \"StreamInputDataSource\";\n}\n\n/**\n * The properties that are associated with an input containing stream data.\n */\nexport interface StreamInputProperties {\n /**\n * Polymorphic Discriminator\n */\n type: \"Stream\";\n /**\n * Describes how data from an input is serialized or how data is serialized when written to an\n * output. Required on PUT (CreateOrReplace) requests.\n */\n serialization?: SerializationUnion;\n /**\n * Describes conditions applicable to the Input, Output, or the job overall, that warrant\n * 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\n * whether the resource has changed between requests. You can also use it in the If-Match or\n * 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 compression?: Compression;\n /**\n * partitionKey Describes a key in the input data which is used for partitioning the input data\n */\n partitionKey?: string;\n /**\n * Describes an input data source that contains stream data. Required on PUT (CreateOrReplace)\n * requests.\n */\n datasource?: StreamInputDataSourceUnion;\n}\n\n/**\n * Contains the possible cases for ReferenceInputDataSource.\n */\nexport type ReferenceInputDataSourceUnion = ReferenceInputDataSource | BlobReferenceInputDataSource | RawReferenceInputDataSource | AzureSqlReferenceInputDataSource;\n\n/**\n * Describes an input data source that contains reference data.\n */\nexport interface ReferenceInputDataSource {\n /**\n * Polymorphic Discriminator\n */\n type: \"ReferenceInputDataSource\";\n}\n\n/**\n * The properties that are associated with an input containing reference data.\n */\nexport interface ReferenceInputProperties {\n /**\n * Polymorphic Discriminator\n */\n type: \"Reference\";\n /**\n * Describes how data from an input is serialized or how data is serialized when written to an\n * output. Required on PUT (CreateOrReplace) requests.\n */\n serialization?: SerializationUnion;\n /**\n * Describes conditions applicable to the Input, Output, or the job overall, that warrant\n * 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\n * whether the resource has changed between requests. You can also use it in the If-Match or\n * 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 compression?: Compression;\n /**\n * partitionKey Describes a key in the input data which is used for partitioning the input data\n */\n partitionKey?: string;\n /**\n * Describes an input data source that contains reference data. Required on PUT (CreateOrReplace)\n * requests.\n */\n datasource?: ReferenceInputDataSourceUnion;\n}\n\n/**\n * Describes a blob input data source that contains stream data.\n */\nexport interface BlobStreamInputDataSource {\n /**\n * Polymorphic Discriminator\n */\n type: \"Microsoft.Storage/Blob\";\n /**\n * A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.\n */\n storageAccounts?: StorageAccount[];\n /**\n * The name of a container within the associated Storage account. This container contains either\n * the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests.\n */\n container?: string;\n /**\n * The blob path pattern. Not a regular expression. It represents a pattern against which blob\n * names will be matched to determine whether or not they should be included as input or output\n * to the job. See\n * https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or\n * https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more\n * detailed explanation and example.\n */\n pathPattern?: string;\n /**\n * The date format. Wherever {date} appears in pathPattern, the value of this property is used as\n * the date format instead.\n */\n dateFormat?: string;\n /**\n * The time format. Wherever {time} appears in pathPattern, the value of this property is used as\n * the time format instead.\n */\n timeFormat?: string;\n /**\n * The partition count of the blob input data source. Range 1 - 256.\n */\n sourcePartitionCount?: number;\n}\n\n/**\n * Describes an Event Hub input data source that contains stream data.\n */\nexport interface EventHubStreamInputDataSource {\n /**\n * Polymorphic Discriminator\n */\n type: \"Microsoft.ServiceBus/EventHub\";\n /**\n * The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus\n * Topic, etc. Required on PUT (CreateOrReplace) requests.\n */\n serviceBusNamespace?: string;\n /**\n * The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc.\n * Required on PUT (CreateOrReplace) requests.\n */\n sharedAccessPolicyName?: string;\n /**\n * The shared access policy key for the specified shared access policy. Required on PUT\n * (CreateOrReplace) requests.\n */\n sharedAccessPolicyKey?: string;\n /**\n * Authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString'\n */\n authenticationMode?: AuthenticationMode;\n /**\n * The name of the Event Hub. Required on PUT (CreateOrReplace) requests.\n */\n eventHubName?: string;\n /**\n * The name of an Event Hub Consumer Group that should be used to read events from the Event Hub.\n * Specifying distinct consumer group names for multiple inputs allows each of those inputs to\n * receive the same events from the Event Hub. If not specified, the input uses the Event Hub’s\n * default consumer group.\n */\n consumerGroupName?: string;\n}\n\n/**\n * Describes an Event Hub input data source that contains stream data.\n */\nexport interface EventHubV2StreamInputDataSource {\n /**\n * Polymorphic Discriminator\n */\n type: \"Microsoft.EventHub/EventHub\";\n /**\n * The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus\n * Topic, etc. Required on PUT (CreateOrReplace) requests.\n */\n serviceBusNamespace?: string;\n /**\n * The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc.\n * Required on PUT (CreateOrReplace) requests.\n */\n sharedAccessPolicyName?: string;\n /**\n * The shared access policy key for the specified shared access policy. Required on PUT\n * (CreateOrReplace) requests.\n */\n sharedAccessPolicyKey?: string;\n /**\n * Authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString'\n */\n authenticationMode?: AuthenticationMode;\n /**\n * The name of the Event Hub. Required on PUT (CreateOrReplace) requests.\n */\n eventHubName?: string;\n /**\n * The name of an Event Hub Consumer Group that should be used to read events from the Event Hub.\n * Specifying distinct consumer group names for multiple inputs allows each of those inputs to\n * receive the same events from the Event Hub. If not specified, the input uses the Event Hub’s\n * default consumer group.\n */\n consumerGroupName?: string;\n}\n\n/**\n * Describes an IoT Hub input data source that contains stream data.\n */\nexport interface IoTHubStreamInputDataSource {\n /**\n * Polymorphic Discriminator\n */\n type: \"Microsoft.Devices/IotHubs\";\n /**\n * The name or the URI of the IoT Hub. Required on PUT (CreateOrReplace) requests.\n */\n iotHubNamespace?: string;\n /**\n * The shared access policy name for the IoT Hub. This policy must contain at least the Service\n * connect permission. Required on PUT (CreateOrReplace) requests.\n */\n sharedAccessPolicyName?: string;\n /**\n * The shared access policy key for the specified shared access policy. Required on PUT\n * (CreateOrReplace) requests.\n */\n sharedAccessPolicyKey?: string;\n /**\n * The name of an IoT Hub Consumer Group that should be used to read events from the IoT Hub. If\n * not specified, the input uses the Iot Hub’s default consumer group.\n */\n consumerGroupName?: string;\n /**\n * The IoT Hub endpoint to connect to (ie. messages/events, messages/operationsMonitoringEvents,\n * etc.).\n */\n endpoint?: string;\n}\n\n/**\n * Describes a raw input data source that contains stream data. This data source type is only\n * applicable/usable when using the query testing API. You cannot create a job with this data\n * source type or add an input of this data source type to an existing job.\n */\nexport interface RawStreamInputDataSource {\n /**\n * Polymorphic Discriminator\n */\n type: \"Raw\";\n /**\n * The JSON serialized content of the input data. Either payload or payloadUri must be set, but\n * not both.\n */\n payload?: string;\n /**\n * The SAS URL to a blob containing the JSON serialized content of the input data. Either payload\n * or payloadUri must be set, but not both.\n */\n payloadUri?: string;\n}\n\n/**\n * Describes a blob input data source that contains reference data.\n */\nexport interface BlobReferenceInputDataSource {\n /**\n * Polymorphic Discriminator\n */\n type: \"Microsoft.Storage/Blob\";\n /**\n * A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.\n */\n storageAccounts?: StorageAccount[];\n /**\n * The name of a container within the associated Storage account. This container contains either\n * the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests.\n */\n container?: string;\n /**\n * The blob path pattern. Not a regular expression. It represents a pattern against which blob\n * names will be matched to determine whether or not they should be included as input or output\n * to the job. See\n * https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or\n * https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more\n * detailed explanation and example.\n */\n pathPattern?: string;\n /**\n * The date format. Wherever {date} appears in pathPattern, the value of this property is used as\n * the date format instead.\n */\n dateFormat?: string;\n /**\n * The time format. Wherever {time} appears in pathPattern, the value of this property is used as\n * the time format instead.\n */\n timeFormat?: string;\n}\n\n/**\n * Describes a raw input data source that contains reference data. This data source type is only\n * applicable/usable when using the query testing API. You cannot create a job with this data\n * source type or add an input of this data source type to an existing job.\n */\nexport interface RawReferenceInputDataSource {\n /**\n * Polymorphic Discriminator\n */\n type: \"Raw\";\n /**\n * The JSON serialized content of the input data. Either payload or payloadUri must be set, but\n * not both.\n */\n payload?: string;\n /**\n * The SAS URL to a blob containing the JSON serialized content of the input data. Either payload\n * or payloadUri must be set, but not both.\n */\n payloadUri?: string;\n}\n\n/**\n * The properties that are associated with an Azure Storage account\n */\nexport interface StorageAccount {\n /**\n * The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.\n */\n accountName?: string;\n /**\n * The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.\n */\n accountKey?: string;\n}\n\n/**\n * The properties that are associated with a blob data source.\n */\nexport interface BlobDataSourceProperties {\n /**\n * A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.\n */\n storageAccounts?: StorageAccount[];\n /**\n * The name of a container within the associated Storage account. This container contains either\n * the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests.\n */\n container?: string;\n /**\n * The blob path pattern. Not a regular expression. It represents a pattern against which blob\n * names will be matched to determine whether or not they should be included as input or output\n * to the job. See\n * https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or\n * https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more\n * detailed explanation and example.\n */\n pathPattern?: string;\n /**\n * The date format. Wherever {date} appears in pathPattern, the value of this property is used as\n * the date format instead.\n */\n dateFormat?: string;\n /**\n * The time format. Wherever {time} appears in pathPattern, the value of this property is used as\n * the time format instead.\n */\n timeFormat?: string;\n}\n\n/**\n * The common properties that are associated with Service Bus data sources (Queues, Topics, Event\n * Hubs, etc.).\n */\nexport interface ServiceBusDataSourceProperties {\n /**\n * The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus\n * Topic, etc. Required on PUT (CreateOrReplace) requests.\n */\n serviceBusNamespace?: string;\n /**\n * The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc.\n * Required on PUT (CreateOrReplace) requests.\n */\n sharedAccessPolicyName?: string;\n /**\n * The shared access policy key for the specified shared access policy. Required on PUT\n * (CreateOrReplace) requests.\n */\n sharedAccessPolicyKey?: string;\n /**\n * Authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString'\n */\n authenticationMode?: AuthenticationMode;\n}\n\n/**\n * The common properties that are associated with Event Hub data sources.\n */\nexport interface EventHubDataSourceProperties extends ServiceBusDataSourceProperties {\n /**\n * The name of the Event Hub. Required on PUT (CreateOrReplace) requests.\n */\n eventHubName?: string;\n}\n\n/**\n * Describes how data from an input is serialized or how data is serialized when written to an\n * output in Parquet format.\n */\nexport interface ParquetSerialization {\n /**\n * Polymorphic Discriminator\n */\n type: \"Parquet\";\n /**\n * The properties that are associated with the Parquet serialization type. Required on PUT\n * (CreateOrReplace) requests.\n */\n properties?: any;\n}\n\n/**\n * Describes how data from an input is serialized or how data is serialized when written to an\n * output in custom format.\n */\nexport interface CustomClrSerialization {\n /**\n * Polymorphic Discriminator\n */\n type: \"CustomClr\";\n /**\n * The serialization library path.\n */\n serializationDllPath?: string;\n /**\n * The serialization class name.\n */\n serializationClassName?: string;\n}\n\n/**\n * Describes how data from an input is serialized or how data is serialized when written to an\n * output in CSV format.\n */\nexport interface CsvSerialization {\n /**\n * Polymorphic Discriminator\n */\n type: \"Csv\";\n /**\n * Specifies the delimiter that will be used to separate comma-separated value (CSV) records. See\n * https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or\n * https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a list\n * of supported values. Required on PUT (CreateOrReplace) requests.\n */\n fieldDelimiter?: string;\n /**\n * Specifies the encoding of the incoming data in the case of input and the encoding of outgoing\n * data in the case of output. Required on PUT (CreateOrReplace) requests. Possible values\n * include: 'UTF8'\n */\n encoding?: Encoding;\n}\n\n/**\n * Describes how data from an input is serialized or how data is serialized when written to an\n * output in JSON format.\n */\nexport interface JsonSerialization {\n /**\n * Polymorphic Discriminator\n */\n type: \"Json\";\n /**\n * Specifies the encoding of the incoming data in the case of input and the encoding of outgoing\n * data in the case of output. Required on PUT (CreateOrReplace) requests. Possible values\n * include: 'UTF8'\n */\n encoding?: Encoding;\n /**\n * This property only applies to JSON serialization of outputs only. It is not applicable to\n * inputs. This property specifies the format of the JSON the output will be written in. The\n * currently supported values are 'lineSeparated' indicating the output will be formatted by\n * having each JSON object separated by a new line and 'array' indicating the output will be\n * formatted as an array of JSON objects. Default value is 'lineSeparated' if left null. Possible\n * values include: 'LineSeparated', 'Array'\n */\n format?: JsonOutputSerializationFormat;\n}\n\n/**\n * Describes how data from an input is serialized or how data is serialized when written to an\n * output in Avro format.\n */\nexport interface AvroSerialization {\n /**\n * Polymorphic Discriminator\n */\n type: \"Avro\";\n /**\n * The properties that are associated with the Avro serialization type. Required on PUT\n * (CreateOrReplace) requests.\n */\n properties?: any;\n}\n\n/**\n * Describes how identity is verified\n */\nexport interface Identity {\n tenantId?: string;\n principalId?: string;\n type?: string;\n}\n\n/**\n * Describes Azure SQL database reference input data source properties.\n */\nexport interface AzureSqlReferenceInputDataSourceProperties {\n /**\n * This element is associated with the datasource element. This is the name of the server that\n * contains the database that will be written to.\n */\n server?: string;\n /**\n * This element is associated with the datasource element. This is the name of the database that\n * output will be written to.\n */\n database?: string;\n /**\n * This element is associated with the datasource element. This is the user name that will be\n * used to connect to the SQL Database instance.\n */\n user?: string;\n /**\n * This element is associated with the datasource element. This is the password that will be used\n * to connect to the SQL Database instance.\n */\n password?: string;\n /**\n * This element is associated with the datasource element. The name of the table in the Azure SQL\n * database..\n */\n table?: string;\n /**\n * This element is associated with the datasource element. This element is of enum type. It\n * indicates what kind of data refresh option do we want to\n * use:Static/RefreshPeriodicallyWithFull/RefreshPeriodicallyWithDelta\n */\n refreshType?: string;\n /**\n * This element is associated with the datasource element. This indicates how frequently the data\n * will be fetched from the database. It is of DateTime format.\n */\n refreshRate?: string;\n /**\n * This element is associated with the datasource element. This query is used to fetch data from\n * the sql database.\n */\n fullSnapshotQuery?: string;\n /**\n * This element is associated with the datasource element. This query is used to fetch\n * incremental changes from the SQL database. To use this option, we recommend using temporal\n * tables in Azure SQL Database.\n */\n deltaSnapshotQuery?: string;\n}\n\n/**\n * Describes an Azure SQL database reference input data source.\n */\nexport interface AzureSqlReferenceInputDataSource {\n /**\n * Polymorphic Discriminator\n */\n type: \"Microsoft.Sql/Server/Database\";\n properties?: AzureSqlReferenceInputDataSourceProperties;\n}\n\n/**\n * Contains the possible cases for OutputDataSource.\n */\nexport type OutputDataSourceUnion = OutputDataSource | RawOutputDatasource | BlobOutputDataSource | AzureTableOutputDataSource | EventHubOutputDataSource | EventHubV2OutputDataSource | AzureSqlDatabaseOutputDataSource | AzureSynapseOutputDataSource | DocumentDbOutputDataSource | AzureFunctionOutputDataSource | ServiceBusQueueOutputDataSource | ServiceBusTopicOutputDataSource | PowerBIOutputDataSource | AzureDataLakeStoreOutputDataSource;\n\n/**\n * Describes the data source that output will be written to.\n */\nexport interface OutputDataSource {\n /**\n * Polymorphic Discriminator\n */\n type: \"OutputDataSource\";\n}\n\n/**\n * An output object, containing all information associated with the named output. All outputs are\n * contained under a streaming job.\n */\nexport interface Output extends SubResource {\n /**\n * Describes the data source that output will be written to. Required on PUT (CreateOrReplace)\n * requests.\n */\n datasource?: OutputDataSourceUnion;\n timeWindow?: string;\n sizeWindow?: number;\n /**\n * Describes how data from an input is serialized or how data is serialized when written to an\n * output. Required on PUT (CreateOrReplace) requests.\n */\n serialization?: SerializationUnion;\n /**\n * Describes conditions applicable to the Input, Output, or the job overall, that warrant\n * 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\n * whether the resource has changed between requests. You can also use it in the If-Match or\n * 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/**\n * Describes a raw output data source. This data source type is only applicable/usable when using\n * the query testing API. You cannot create a job with this data source type or add an output of\n * this data source type to an existing job.\n */\nexport interface RawOutputDatasource {\n /**\n * Polymorphic Discriminator\n */\n type: \"Raw\";\n /**\n * The SAS URL to a blob where the output should be written. If this property is not set, output\n * data will be written into a temporary storage, and a SAS URL to that temporary storage will be\n * included in the result.\n */\n payloadUri?: string;\n}\n\n/**\n * Describes a blob output data source.\n */\nexport interface BlobOutputDataSource {\n /**\n * Polymorphic Discriminator\n */\n type: \"Microsoft.Storage/Blob\";\n /**\n * A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.\n */\n storageAccounts?: StorageAccount[];\n /**\n * The name of a container within the associated Storage account. This container contains either\n * the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests.\n */\n container?: string;\n /**\n * The blob path pattern. Not a regular expression. It represents a pattern against which blob\n * names will be matched to determine whether or not they should be included as input or output\n * to the job. See\n * https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or\n * https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more\n * detailed explanation and example.\n */\n pathPattern?: string;\n /**\n * The date format. Wherever {date} appears in pathPattern, the value of this property is used as\n * the date format instead.\n */\n dateFormat?: string;\n /**\n * The time format. Wherever {time} appears in pathPattern, the value of this property is used as\n * the time format instead.\n */\n timeFormat?: string;\n /**\n * Authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString'\n */\n authenticationMode?: AuthenticationMode;\n}\n\n/**\n * Describes an Azure Table output data source.\n */\nexport interface AzureTableOutputDataSource {\n /**\n * Polymorphic Discriminator\n */\n type: \"Microsoft.Storage/Table\";\n /**\n * The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.\n */\n accountName?: string;\n /**\n * The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.\n */\n accountKey?: string;\n /**\n * The name of the Azure Table. Required on PUT (CreateOrReplace) requests.\n */\n table?: string;\n /**\n * This element indicates the name of a column from the SELECT statement in the query that will\n * be used as the partition key for the Azure Table. Required on PUT (CreateOrReplace) requests.\n */\n partitionKey?: string;\n /**\n * This element indicates the name of a column from the SELECT statement in the query that will\n * be used as the row key for the Azure Table. Required on PUT (CreateOrReplace) requests.\n */\n rowKey?: string;\n /**\n * If specified, each item in the array is the name of a column to remove (if present) from\n * output event entities.\n */\n columnsToRemove?: string[];\n /**\n * The number of rows to write to the Azure Table at a time.\n */\n batchSize?: number;\n}\n\n/**\n * Describes an Event Hub output data source.\n */\nexport interface EventHubOutputDataSource {\n /**\n * Polymorphic Discriminator\n */\n type: \"Microsoft.ServiceBus/EventHub\";\n /**\n * The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus\n * Topic, etc. Required on PUT (CreateOrReplace) requests.\n */\n serviceBusNamespace?: string;\n /**\n * The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc.\n * Required on PUT (CreateOrReplace) requests.\n */\n sharedAccessPolicyName?: string;\n /**\n * The shared access policy key for the specified shared access policy. Required on PUT\n * (CreateOrReplace) requests.\n */\n sharedAccessPolicyKey?: string;\n /**\n * Authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString'\n */\n authenticationMode?: AuthenticationMode;\n /**\n * The name of the Event Hub. Required on PUT (CreateOrReplace) requests.\n */\n eventHubName?: string;\n /**\n * The key/column that is used to determine to which partition to send event data.\n */\n partitionKey?: string;\n propertyColumns?: string[];\n}\n\n/**\n * Describes an Event Hub output data source.\n */\nexport interface EventHubV2OutputDataSource {\n /**\n * Polymorphic Discriminator\n */\n type: \"Microsoft.EventHub/EventHub\";\n /**\n * The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus\n * Topic, etc. Required on PUT (CreateOrReplace) requests.\n */\n serviceBusNamespace?: string;\n /**\n * The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc.\n * Required on PUT (CreateOrReplace) requests.\n */\n sharedAccessPolicyName?: string;\n /**\n * The shared access policy key for the specified shared access policy. Required on PUT\n * (CreateOrReplace) requests.\n */\n sharedAccessPolicyKey?: string;\n /**\n * Authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString'\n */\n authenticationMode?: AuthenticationMode;\n /**\n * The name of the Event Hub. Required on PUT (CreateOrReplace) requests.\n */\n eventHubName?: string;\n /**\n * The key/column that is used to determine to which partition to send event data.\n */\n partitionKey?: string;\n propertyColumns?: string[];\n}\n\n/**\n * Describes an Azure SQL database output data source.\n */\nexport interface AzureSqlDatabaseOutputDataSource {\n /**\n * Polymorphic Discriminator\n */\n type: \"Microsoft.Sql/Server/Database\";\n /**\n * The name of the SQL server containing the Azure SQL database. Required on PUT\n * (CreateOrReplace) requests.\n */\n server?: string;\n /**\n * The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.\n */\n database?: string;\n /**\n * The user name that will be used to connect to the Azure SQL database. Required on PUT\n * (CreateOrReplace) requests.\n */\n user?: string;\n /**\n * The password that will be used to connect to the Azure SQL database. Required on PUT\n * (CreateOrReplace) requests.\n */\n password?: string;\n /**\n * The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests.\n */\n table?: string;\n /**\n * Max Batch count for write to Sql database, the default value is 10,000. Optional on PUT\n * requests.\n */\n maxBatchCount?: number;\n /**\n * Max Write r count, currently only 1(single writer) and 0(based on query partition) are\n * available. Optional on PUT requests.\n */\n maxWriterCount?: number;\n /**\n * Authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString'\n */\n authenticationMode?: AuthenticationMode;\n}\n\n/**\n * Describes an Azure Synapse output data source.\n */\nexport interface AzureSynapseOutputDataSource {\n /**\n * Polymorphic Discriminator\n */\n type: \"Microsoft.Sql/Server/DataWarehouse\";\n /**\n * The name of the SQL server containing the Azure SQL database. Required on PUT\n * (CreateOrReplace) requests.\n */\n server?: string;\n /**\n * The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.\n */\n database?: string;\n /**\n * The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests.\n */\n table?: string;\n /**\n * The user name that will be used to connect to the Azure SQL database. Required on PUT\n * (CreateOrReplace) requests.\n */\n user?: string;\n /**\n * The password that will be used to connect to the Azure SQL database. Required on PUT\n * (CreateOrReplace) requests.\n */\n password?: string;\n}\n\n/**\n * The properties that are associated with an Azure SQL database data source.\n */\nexport interface AzureSynapseDataSourceProperties {\n /**\n * The name of the SQL server containing the Azure SQL database. Required on PUT\n * (CreateOrReplace) requests.\n */\n server?: string;\n /**\n * The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.\n */\n database?: string;\n /**\n * The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests.\n */\n table?: string;\n /**\n * The user name that will be used to connect to the Azure SQL database. Required on PUT\n * (CreateOrReplace) requests.\n */\n user?: string;\n /**\n * The password that will be used to connect to the Azure SQL database. Required on PUT\n * (CreateOrReplace) requests.\n */\n password?: string;\n}\n\n/**\n * Describes a DocumentDB output data source.\n */\nexport interface DocumentDbOutputDataSource {\n /**\n * Polymorphic Discriminator\n */\n type: \"Microsoft.Storage/DocumentDB\";\n /**\n * The DocumentDB account name or ID. Required on PUT (CreateOrReplace) requests.\n */\n accountId?: string;\n /**\n * The account key for the DocumentDB account. Required on PUT (CreateOrReplace) requests.\n */\n accountKey?: string;\n /**\n * The name of the DocumentDB database. Required on PUT (CreateOrReplace) requests.\n */\n database?: string;\n /**\n * The collection name pattern for the collections to be used. The collection name format can be\n * constructed using the optional {partition} token, where partitions start from 0. See the\n * DocumentDB section of\n * https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for more\n * information. Required on PUT (CreateOrReplace) requests.\n */\n collectionNamePattern?: string;\n /**\n * The name of the field in output events used to specify the key for partitioning output across\n * collections. If 'collectionNamePattern' contains the {partition} token, this property is\n * required to be specified.\n */\n partitionKey?: string;\n /**\n * The name of the field in output events used to specify the primary key which insert or update\n * operations are based on.\n */\n documentId?: string;\n}\n\n/**\n * Defines the metadata of AzureFunctionOutputDataSource\n */\nexport interface AzureFunctionOutputDataSource {\n /**\n * Polymorphic Discriminator\n */\n type: \"Microsoft.AzureFunction\";\n /**\n * The name of your Azure Functions app.\n */\n functionAppName?: string;\n /**\n * The name of the function in your Azure Functions app.\n */\n functionName?: string;\n /**\n * If you want to use an Azure Function from another subscription, you can do so by providing the\n * key to access your function.\n */\n apiKey?: string;\n /**\n * A property that lets you set the maximum size for each output batch that's sent to your Azure\n * function. The input unit is in bytes. By default, this value is 262,144 bytes (256 KB).\n */\n maxBatchSize?: number;\n /**\n * A property that lets you specify the maximum number of events in each batch that's sent to\n * Azure Functions. The default value is 100.\n */\n maxBatchCount?: number;\n}\n\n/**\n * Describes a Service Bus Queue output data source.\n */\nexport interface ServiceBusQueueOutputDataSource {\n /**\n * Polymorphic Discriminator\n */\n type: \"Microsoft.ServiceBus/Queue\";\n /**\n * The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus\n * Topic, etc. Required on PUT (CreateOrReplace) requests.\n */\n serviceBusNamespace?: string;\n /**\n * The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc.\n * Required on PUT (CreateOrReplace) requests.\n */\n sharedAccessPolicyName?: string;\n /**\n * The shared access policy key for the specified shared access policy. Required on PUT\n * (CreateOrReplace) requests.\n */\n sharedAccessPolicyKey?: string;\n /**\n * Authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString'\n */\n authenticationMode?: AuthenticationMode;\n /**\n * The name of the Service Bus Queue. Required on PUT (CreateOrReplace) requests.\n */\n queueName?: string;\n /**\n * A string array of the names of output columns to be attached to Service Bus messages as custom\n * properties.\n */\n propertyColumns?: string[];\n systemPropertyColumns?: { [propertyName: string]: string };\n}\n\n/**\n * Describes a Service Bus Topic output data source.\n */\nexport interface ServiceBusTopicOutputDataSource {\n /**\n * Polymorphic Discriminator\n */\n type: \"Microsoft.ServiceBus/Topic\";\n /**\n * The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus\n * Topic, etc. Required on PUT (CreateOrReplace) requests.\n */\n serviceBusNamespace?: string;\n /**\n * The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc.\n * Required on PUT (CreateOrReplace) requests.\n */\n sharedAccessPolicyName?: string;\n /**\n * The shared access policy key for the specified shared access policy. Required on PUT\n * (CreateOrReplace) requests.\n */\n sharedAccessPolicyKey?: string;\n /**\n * Authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString'\n */\n authenticationMode?: AuthenticationMode;\n /**\n * The name of the Service Bus Topic. Required on PUT (CreateOrReplace) requests.\n */\n topicName?: string;\n /**\n * A string array of the names of output columns to be attached to Service Bus messages as custom\n * properties.\n */\n propertyColumns?: string[];\n systemPropertyColumns?: { [propertyName: string]: string };\n}\n\n/**\n * Describes a Power BI output data source.\n */\nexport interface PowerBIOutputDataSource {\n /**\n * Polymorphic Discriminator\n */\n type: \"PowerBI\";\n /**\n * A refresh token that can be used to obtain a valid access token that can then be used to\n * authenticate with the data source. A valid refresh token is currently only obtainable via the\n * Azure Portal. It is recommended to put a dummy string value here when creating the data source\n * and then going to the Azure Portal to authenticate the data source which will update this\n * property with a valid refresh token. Required on PUT (CreateOrReplace) requests.\n */\n refreshToken?: string;\n /**\n * The user principal name (UPN) of the user that was used to obtain the refresh token. Use this\n * property to help remember which user was used to obtain the refresh token.\n */\n tokenUserPrincipalName?: string;\n /**\n * The user display name of the user that was used to obtain the refresh token. Use this property\n * to help remember which user was used to obtain the refresh token.\n */\n tokenUserDisplayName?: string;\n /**\n * The name of the Power BI dataset. Required on PUT (CreateOrReplace) requests.\n */\n dataset?: string;\n /**\n * The name of the Power BI table under the specified dataset. Required on PUT (CreateOrReplace)\n * requests.\n */\n table?: string;\n /**\n * The ID of the Power BI group.\n */\n groupId?: string;\n /**\n * The name of the Power BI group. Use this property to help remember which specific Power BI\n * group id was used.\n */\n groupName?: string;\n /**\n * Authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString'\n */\n authenticationMode?: AuthenticationMode;\n}\n\n/**\n * Describes an Azure Data Lake Store output data source.\n */\nexport interface AzureDataLakeStoreOutputDataSource {\n /**\n * Polymorphic Discriminator\n */\n type: \"Microsoft.DataLake/Accounts\";\n /**\n * A refresh token that can be used to obtain a valid access token that can then be used to\n * authenticate with the data source. A valid refresh token is currently only obtainable via the\n * Azure Portal. It is recommended to put a dummy string value here when creating the data source\n * and then going to the Azure Portal to authenticate the data source which will update this\n * property with a valid refresh token. Required on PUT (CreateOrReplace) requests.\n */\n refreshToken?: string;\n /**\n * The user principal name (UPN) of the user that was used to obtain the refresh token. Use this\n * property to help remember which user was used to obtain the refresh token.\n */\n tokenUserPrincipalName?: string;\n /**\n * The user display name of the user that was used to obtain the refresh token. Use this property\n * to help remember which user was used to obtain the refresh token.\n */\n tokenUserDisplayName?: string;\n /**\n * The name of the Azure Data Lake Store account. Required on PUT (CreateOrReplace) requests.\n */\n accountName?: string;\n /**\n * The tenant id of the user used to obtain the refresh token. Required on PUT (CreateOrReplace)\n * requests.\n */\n tenantId?: string;\n /**\n * The location of the file to which the output should be written to. Required on PUT\n * (CreateOrReplace) requests.\n */\n filePathPrefix?: string;\n /**\n * The date format. Wherever {date} appears in filePathPrefix, the value of this property is used\n * as the date format instead.\n */\n dateFormat?: string;\n /**\n * The time format. Wherever {time} appears in filePathPrefix, the value of this property is used\n * as the time format instead.\n */\n timeFormat?: string;\n /**\n * Authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString'\n */\n authenticationMode?: AuthenticationMode;\n}\n\n/**\n * The properties that are associated with an Azure SQL database data source.\n */\nexport interface AzureSqlDatabaseDataSourceProperties {\n /**\n * The name of the SQL server containing the Azure SQL database. Required on PUT\n * (CreateOrReplace) requests.\n */\n server?: string;\n /**\n * The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.\n */\n database?: string;\n /**\n * The user name that will be used to connect to the Azure SQL database. Required on PUT\n * (CreateOrReplace) requests.\n */\n user?: string;\n /**\n * The password that will be used to connect to the Azure SQL database. Required on PUT\n * (CreateOrReplace) requests.\n */\n password?: string;\n /**\n * The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests.\n */\n table?: string;\n /**\n * Max Batch count for write to Sql database, the default value is 10,000. Optional on PUT\n * requests.\n */\n maxBatchCount?: number;\n /**\n * Max Write r count, currently only 1(single writer) and 0(based on query partition) are\n * available. Optional on PUT requests.\n */\n maxWriterCount?: number;\n /**\n * Authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString'\n */\n authenticationMode?: AuthenticationMode;\n}\n\n/**\n * The properties that are associated with data sources that use OAuth as their authentication\n * model.\n */\nexport interface OAuthBasedDataSourceProperties {\n /**\n * A refresh token that can be used to obtain a valid access token that can then be used to\n * authenticate with the data source. A valid refresh token is currently only obtainable via the\n * Azure Portal. It is recommended to put a dummy string value here when creating the data source\n * and then going to the Azure Portal to authenticate the data source which will update this\n * property with a valid refresh token. Required on PUT (CreateOrReplace) requests.\n */\n refreshToken?: string;\n /**\n * The user principal name (UPN) of the user that was used to obtain the refresh token. Use this\n * property to help remember which user was used to obtain the refresh token.\n */\n tokenUserPrincipalName?: string;\n /**\n * The user display name of the user that was used to obtain the refresh token. Use this property\n * to help remember which user was used to obtain the refresh token.\n */\n tokenUserDisplayName?: string;\n}\n\n/**\n * The storage account where the custom code artifacts are located.\n */\nexport interface External {\n storageAccount?: StorageAccount;\n container?: string;\n path?: string;\n}\n\n/**\n * The properties that are associated with a SKU.\n */\nexport interface StreamingJobSku {\n /**\n * The name of the SKU. Required on PUT (CreateOrReplace) requests. Possible values include:\n * 'Standard'\n */\n name?: StreamingJobSkuName;\n}\n\n/**\n * A transformation object, containing all information associated with the named transformation.\n * All transformations are contained under a streaming job.\n */\nexport interface Transformation extends SubResource {\n /**\n * Specifies the number of streaming units that the streaming job uses.\n */\n streamingUnits?: number;\n /**\n * Specifies the query that will be run in the streaming job. You can learn more about the Stream\n * Analytics Query Language (SAQL) here: https://msdn.microsoft.com/library/azure/dn834998 .\n * Required on PUT (CreateOrReplace) requests.\n */\n query?: string;\n /**\n * The current entity tag for the transformation. This is an opaque string. You can use it to\n * detect whether the resource has changed between requests. You can also use it in the If-Match\n * 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/**\n * The properties that are associated with an Azure Storage account with MSI\n */\nexport interface JobStorageAccount extends StorageAccount {\n /**\n * Authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString'\n */\n authenticationMode?: AuthenticationMode;\n}\n\n/**\n * The properties associated with a Stream Analytics cluster.\n */\nexport interface ClusterInfo {\n /**\n * The resource id of cluster.\n */\n id?: string;\n}\n\n/**\n * The base resource definition\n */\nexport interface Resource extends BaseResource {\n /**\n * Fully qualified resource Id for the resource. Ex -\n * /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\n * 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/**\n * The resource model definition for a ARM tracked top level resource\n */\nexport interface TrackedResource extends Resource {\n /**\n * Resource tags.\n */\n tags?: { [propertyName: string]: string };\n /**\n * The geo-location where the resource lives\n */\n location?: string;\n}\n\n/**\n * A streaming job object, containing all information associated with the named streaming job.\n */\nexport interface StreamingJob extends TrackedResource {\n /**\n * Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) requests.\n */\n sku?: StreamingJobSku;\n /**\n * A GUID uniquely identifying the streaming job. This GUID is generated upon creation of the\n * 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 /**\n * Describes the type of the job. Valid modes are `Cloud` and 'Edge'. Possible values include:\n * 'Cloud', 'Edge'\n */\n jobType?: JobType;\n /**\n * This property should only be utilized when it is desired that the job be started immediately\n * upon creation. Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate\n * whether the starting point of the output event stream should start whenever the job is\n * started, start at a custom user time stamp specified via the outputStartTime property, or\n * start from the last event output time. Possible values include: 'JobStartTime', 'CustomTime',\n * 'LastOutputEventTime'\n */\n outputStartMode?: OutputStartMode;\n /**\n * Value is either an ISO-8601 formatted time stamp that indicates the starting point of the\n * output event stream, or null to indicate that the output event stream will start whenever the\n * streaming job is started. This property must have a value if outputStartMode is set to\n * CustomTime.\n */\n outputStartTime?: Date;\n /**\n * Value is either an ISO-8601 formatted timestamp indicating the last output event time of the\n * streaming job or null indicating that output has not yet been produced. In case of multiple\n * 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 /**\n * Indicates the policy to apply to events that arrive out of order in the input event stream.\n * Possible values include: 'Adjust', 'Drop'\n */\n eventsOutOfOrderPolicy?: EventsOutOfOrderPolicy;\n /**\n * Indicates the policy to apply to events that arrive at the output and cannot be written to the\n * external storage due to being malformed (missing column values, column values of wrong type or\n * size). Possible values include: 'Stop', 'Drop'\n */\n outputErrorPolicy?: OutputErrorPolicy;\n /**\n * The maximum tolerable delay in seconds where out-of-order events can be adjusted to be back in\n * order.\n */\n eventsOutOfOrderMaxDelayInSeconds?: number;\n /**\n * The maximum tolerable delay in seconds where events arriving late could be included.\n * Supported range is -1 to 1814399 (20.23:59:59 days) and -1 is used to specify wait\n * indefinitely. If the property is absent, it is interpreted to have a value of -1.\n */\n eventsLateArrivalMaxDelayInSeconds?: number;\n /**\n * The data locale of the stream analytics job. Value should be the name of a supported .NET\n * Culture from the set\n * https://msdn.microsoft.com/en-us/library/system.globalization.culturetypes(v=vs.110).aspx.\n * Defaults to 'en-US' if none specified.\n */\n dataLocale?: string;\n /**\n * Controls certain runtime behaviors of the streaming job. Possible values include: '1.0'\n */\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 /**\n * A list of one or more inputs to the streaming job. The name property for each input is\n * required when specifying this property in a PUT request. This property cannot be modify via a\n * PATCH operation. You must use the PATCH API available for the individual input.\n */\n inputs?: Input[];\n /**\n * Indicates the query and the number of streaming units to use for the streaming job. The name\n * property of the transformation is required when specifying this property in a PUT request.\n * This property cannot be modify via a PATCH operation. You must use the PATCH API available for\n * the individual transformation.\n */\n transformation?: Transformation;\n /**\n * A list of one or more outputs for the streaming job. The name property for each output is\n * required when specifying this property in a PUT request. This property cannot be modify via a\n * PATCH operation. You must use the PATCH API available for the individual output.\n */\n outputs?: Output[];\n /**\n * A list of one or more functions for the streaming job. The name property for each function is\n * required when specifying this property in a PUT request. This property cannot be modify via a\n * PATCH operation. You must use the PATCH API available for the individual transformation.\n */\n functions?: FunctionModel[];\n /**\n * The current entity tag for the streaming job. This is an opaque string. You can use it to\n * detect whether the resource has changed between requests. You can also use it in the If-Match\n * 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 jobStorageAccount?: JobStorageAccount;\n /**\n * Valid values are JobStorageAccount and SystemAccount. If set to JobStorageAccount, this\n * requires the user to also specify jobStorageAccount property. Possible values include:\n * 'SystemAccount', 'JobStorageAccount'\n */\n contentStoragePolicy?: ContentStoragePolicy;\n /**\n * The storage account where the custom code artifacts are located.\n */\n externals?: External;\n /**\n * The cluster which streaming jobs will run on.\n */\n cluster?: ClusterInfo;\n /**\n * Describes the system-assigned managed identity assigned to this job that can be used to\n * authenticate with inputs and outputs.\n */\n identity?: Identity;\n}\n\n/**\n * Parameters supplied to the Start Streaming Job operation.\n */\nexport interface StartStreamingJobParameters {\n /**\n * Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting\n * point of the output event stream should start whenever the job is started, start at a custom\n * user time stamp specified via the outputStartTime property, or start from the last event\n * output time. Possible values include: 'JobStartTime', 'CustomTime', 'LastOutputEventTime'\n */\n outputStartMode?: OutputStartMode;\n /**\n * Value is either an ISO-8601 formatted time stamp that indicates the starting point of the\n * output event stream, or null to indicate that the output event stream will start whenever the\n * streaming job is started. This property must have a value if outputStartMode is set to\n * CustomTime.\n */\n outputStartTime?: Date;\n}\n\n/**\n * The resource model definition for a ARM proxy resource. It will have everything other than\n * required location and tags\n */\nexport interface ProxyResource extends Resource {\n}\n\n/**\n * Describes the current quota for the subscription.\n */\nexport interface SubscriptionQuota extends 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/**\n * Result of the GetQuotas operation. It contains a list of quotas for the subscription in a\n * particular region.\n */\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/**\n * Diagnostics information related to query testing.\n */\nexport interface TestQueryDiagnostics {\n /**\n * The SAS URI to the container or directory.\n */\n writeUri: string;\n /**\n * The path to the subdirectory.\n */\n path?: string;\n}\n\n/**\n * The request object for query testing.\n */\nexport interface TestQuery {\n /**\n * Diagnostics information related to query testing.\n */\n diagnostics?: TestQueryDiagnostics;\n /**\n * Stream analytics job object which defines the input, output, and transformation for the query\n * testing.\n */\n streamingJob: StreamingJob;\n}\n\n/**\n * The result of the query testing request.\n */\nexport interface QueryTestingResult extends ErrorModel {\n /**\n * The status of the query testing request. Possible values include: 'Started', 'Success',\n * 'CompilerError', 'RuntimeError', 'Timeout', 'UnknownError'\n */\n status?: QueryTestingResultStatus;\n /**\n * The SAS URL to the outputs payload.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly outputUri?: string;\n}\n\n/**\n * An input for the query compilation.\n */\nexport interface QueryInput {\n /**\n * The name of the input.\n */\n name: string;\n /**\n * The type of the input, can be Stream or Reference.\n */\n type: string;\n}\n\n/**\n * A function for the query compilation.\n */\nexport interface QueryFunction {\n /**\n * The name of the function.\n */\n name: string;\n /**\n * The type of the function.\n */\n type: string;\n /**\n * The type of the function binding.\n */\n bindingType: string;\n /**\n * The inputs for the function.\n */\n inputs: FunctionInput[];\n /**\n * An output for the function.\n */\n output: FunctionOutput;\n}\n\n/**\n * The query compilation object which defines the input, output, and transformation for the query\n * compilation.\n */\nexport interface CompileQuery {\n /**\n * The query to compile.\n */\n query: string;\n /**\n * The inputs for the query compilation.\n */\n inputs?: QueryInput[];\n /**\n * The functions for the query compilation.\n */\n functions?: QueryFunction[];\n /**\n * Describes the type of the job. Valid values are `Cloud` and 'Edge'. Possible values include:\n * 'Cloud', 'Edge'\n */\n jobType: JobType;\n /**\n * The query to compile. Possible values include: '1.0'\n */\n compatibilityLevel?: CompatibilityLevel;\n}\n\n/**\n * An error produced by the compiler.\n */\nexport interface QueryCompilationError {\n /**\n * The content of the error message.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly message?: string;\n /**\n * Describes the error location in the original query. Not set if isGlobal is true.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly startLine?: number;\n /**\n * Describes the error location in the original query. Not set if isGlobal is true.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly startColumn?: number;\n /**\n * Describes the error location in the original query. Not set if isGlobal is true.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly endLine?: number;\n /**\n * Describes the error location in the original query. Not set if isGlobal is true.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly endColumn?: number;\n /**\n * Whether the error is not for a specific part but for the entire query.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly isGlobal?: boolean;\n}\n\n/**\n * The result of the query compilation request.\n */\nexport interface QueryCompilationResult {\n /**\n * Error messages produced by the compiler.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly errors?: QueryCompilationError[];\n /**\n * Warning messages produced by the compiler.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly warnings?: string[];\n /**\n * All input names used by the query.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly inputs?: string[];\n /**\n * All output names used by the query.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly outputs?: string[];\n /**\n * All function names used by the query.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly functions?: string[];\n}\n\n/**\n * The stream analytics input to sample.\n */\nexport interface SampleInput {\n /**\n * The stream analytics input to sample.\n */\n input?: Input;\n /**\n * Defaults to the default ASA job compatibility level. Today it is 1.2\n */\n compatibilityLevel?: string;\n /**\n * The SAS URI of the storage blob for service to write the sampled events to. If this parameter\n * is not provided, service will write events to he system account and share a temporary SAS URI\n * to it.\n */\n eventsUri?: string;\n /**\n * Defaults to en-US.\n */\n dataLocale?: string;\n}\n\n/**\n * The result of the sample input request.\n */\nexport interface SampleInputResult extends ErrorModel {\n /**\n * The status of the sample input request. Possible values include: 'ReadAllEventsInRange',\n * 'NoEventsFoundInRange', 'ErrorConnectingToInput'\n */\n status?: SampleInputResultStatus;\n /**\n * Diagnostics messages. E.g. message indicating some partitions from the input have no data.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly diagnostics?: string[];\n /**\n * A SAS URL to download the sampled input data.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly eventsDownloadUrl?: string;\n /**\n * The timestamp for the last event in the data. It is in DateTime format.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastArrivalTime?: string;\n}\n\n/**\n * A stream analytics input.\n */\nexport interface TestInput {\n /**\n * The stream analytics input to test.\n */\n input: Input;\n}\n\n/**\n * A stream analytics output.\n */\nexport interface TestOutput {\n /**\n * The stream analytics output to test.\n */\n output: Output;\n}\n\n/**\n * The result of the test input or output request.\n */\nexport interface TestDatasourceResult extends ErrorModel {\n /**\n * The status of the sample output request. Possible values include: 'TestSucceeded',\n * 'TestFailed'\n */\n status?: TestDatasourceResultStatus;\n}\n\n/**\n * Contains the localized display information for this particular operation / action.\n */\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/**\n * A Stream Analytics REST API operation\n */\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 /**\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/**\n * The SKU of the cluster. This determines the size/capacity of the cluster. Required on PUT\n * (CreateOrUpdate) requests.\n */\nexport interface ClusterSku {\n /**\n * Specifies the SKU name of the cluster. Required on PUT (CreateOrUpdate) requests. Possible\n * values include: 'Default'\n */\n name?: ClusterSkuName;\n /**\n * Denotes the number of streaming units the cluster can support. Valid values for this property\n * are multiples of 36 with a minimum value of 36 and maximum value of 216. Required on PUT\n * (CreateOrUpdate) requests.\n */\n capacity?: number;\n}\n\n/**\n * The properties associated with a Stream Analytics cluster.\n */\nexport interface ClusterProperties {\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 * Possible values include: 'Succeeded', 'Failed', 'Canceled', 'InProgress'\n */\n 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\n * 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/**\n * A Stream Analytics Cluster object\n */\nexport interface Cluster extends TrackedResource {\n sku?: ClusterSku;\n /**\n * The current entity tag for the cluster. This is an opaque string. You can use it to detect\n * whether the resource has changed between requests. You can also use it in the If-Match or\n * 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 properties associated with a Stream Analytics cluster.\n */\n properties?: ClusterProperties;\n}\n\n/**\n * A streaming job.\n */\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 * Possible values include: 'Created', 'Starting', 'Running', 'Stopping', 'Stopped', 'Deleting',\n * 'Failed', 'Degraded', 'Restarting', 'Scaling'\n */\n jobState?: JobState;\n}\n\n/**\n * A collection of read-only information about the state of the connection to the private remote\n * resource.\n */\nexport interface PrivateLinkConnectionState {\n /**\n * Indicates whether the connection has been Approved/Rejected/Removed by the owner of the remote\n * 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/**\n * A grouping of information about the connection to the remote resource.\n */\nexport interface PrivateLinkServiceConnection {\n /**\n * The resource id of the private link service. Required on PUT (CreateOrUpdate) requests.\n */\n privateLinkServiceId?: string;\n /**\n * The ID(s) of the group(s) obtained from the remote resource that this private endpoint should\n * connect to. Required on PUT (CreateOrUpdate) requests.\n */\n groupIds?: string[];\n /**\n * A message passed to the owner of the remote resource with this connection request. Restricted\n * to 140 chars.\n */\n requestMessage?: string;\n /**\n * A collection of read-only information about the state of the connection to the private remote\n * resource.\n */\n privateLinkServiceConnectionState?: PrivateLinkConnectionState;\n}\n\n/**\n * The properties associated with a private endpoint.\n */\nexport interface PrivateEndpointProperties {\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 /**\n * A list of connections to the remote resource. Immutable after it is set.\n */\n manualPrivateLinkServiceConnections?: PrivateLinkServiceConnection[];\n}\n\n/**\n * Complete information about the private endpoint.\n */\nexport interface PrivateEndpoint extends ProxyResource {\n /**\n * The properties associated with a private endpoint.\n */\n properties?: PrivateEndpointProperties;\n /**\n * Unique opaque string (generally a GUID) that represents the metadata state of the resource\n * (private endpoint) and changes whenever the resource is updated. Required on PUT\n * (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\n/**\n * Optional Parameters.\n */\nexport interface FunctionsCreateOrReplaceOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The ETag of the function. Omit this value to always overwrite the current function. Specify\n * the last-seen ETag value to prevent accidentally overwriting concurrent changes.\n */\n ifMatch?: string;\n /**\n * Set to '*' to allow a new function to be created, but to prevent updating an existing\n * function. Other values will result in a 412 Pre-condition Failed response.\n */\n ifNoneMatch?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface FunctionsUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The ETag of the function. Omit this value to always overwrite the current function. Specify\n * the last-seen ETag value to prevent accidentally overwriting concurrent changes.\n */\n ifMatch?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface FunctionsListByStreamingJobOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The $select OData query parameter. This is a comma-separated list of structural properties to\n * include in the response, or \"*\" to include all properties. By default, all properties are\n * returned except diagnostics. Currently only accepts '*' as a valid value.\n */\n select?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface FunctionsTestOptionalParams extends msRest.RequestOptionsBase {\n /**\n * If the function specified does not already exist, this parameter must contain the full\n * function definition intended to be tested. If the function specified already exists, this\n * parameter can be left null to test the existing function as is or if specified, the properties\n * specified will overwrite the corresponding properties in the existing function (exactly like a\n * PATCH operation) and the resulting function will be tested.\n */\n functionParameter?: FunctionModel;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface FunctionsRetrieveDefaultDefinitionOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Parameters used to specify the type of function to retrieve the default definition for.\n */\n functionRetrieveDefaultDefinitionParameters?: FunctionRetrieveDefaultDefinitionParametersUnion;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface FunctionsBeginTestOptionalParams extends msRest.RequestOptionsBase {\n /**\n * If the function specified does not already exist, this parameter must contain the full\n * function definition intended to be tested. If the function specified already exists, this\n * parameter can be left null to test the existing function as is or if specified, the properties\n * specified will overwrite the corresponding properties in the existing function (exactly like a\n * PATCH operation) and the resulting function will be tested.\n */\n functionParameter?: FunctionModel;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface FunctionsListByStreamingJobNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The $select OData query parameter. This is a comma-separated list of structural properties to\n * include in the response, or \"*\" to include all properties. By default, all properties are\n * returned except diagnostics. Currently only accepts '*' as a valid value.\n */\n select?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface InputsCreateOrReplaceOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The ETag of the input. Omit this value to always overwrite the current input. Specify the\n * last-seen ETag value to prevent accidentally overwriting concurrent changes.\n */\n ifMatch?: string;\n /**\n * Set to '*' to allow a new input to be created, but to prevent updating an existing input.\n * Other values will result in a 412 Pre-condition Failed response.\n */\n ifNoneMatch?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface InputsUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The ETag of the input. Omit this value to always overwrite the current input. Specify the\n * last-seen ETag value to prevent accidentally overwriting concurrent changes.\n */\n ifMatch?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface InputsListByStreamingJobOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The $select OData query parameter. This is a comma-separated list of structural properties to\n * include in the response, or \"*\" to include all properties. By default, all properties are\n * returned except diagnostics. Currently only accepts '*' as a valid value.\n */\n select?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface InputsTestOptionalParams extends msRest.RequestOptionsBase {\n /**\n * If the input specified does not already exist, this parameter must contain the full input\n * definition intended to be tested. If the input specified already exists, this parameter can be\n * left null to test the existing input as is or if specified, the properties specified will\n * overwrite the corresponding properties in the existing input (exactly like a PATCH operation)\n * and the resulting input will be tested.\n */\n input?: Input;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface InputsBeginTestOptionalParams extends msRest.RequestOptionsBase {\n /**\n * If the input specified does not already exist, this parameter must contain the full input\n * definition intended to be tested. If the input specified already exists, this parameter can be\n * left null to test the existing input as is or if specified, the properties specified will\n * overwrite the corresponding properties in the existing input (exactly like a PATCH operation)\n * and the resulting input will be tested.\n */\n input?: Input;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface InputsListByStreamingJobNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The $select OData query parameter. This is a comma-separated list of structural properties to\n * include in the response, or \"*\" to include all properties. By default, all properties are\n * returned except diagnostics. Currently only accepts '*' as a valid value.\n */\n select?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface OutputsCreateOrReplaceOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The ETag of the output. Omit this value to always overwrite the current output. Specify the\n * last-seen ETag value to prevent accidentally overwriting concurrent changes.\n */\n ifMatch?: string;\n /**\n * Set to '*' to allow a new output to be created, but to prevent updating an existing output.\n * Other values will result in a 412 Pre-condition Failed response.\n */\n ifNoneMatch?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface OutputsUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The ETag of the output. Omit this value to always overwrite the current output. Specify the\n * last-seen ETag value to prevent accidentally overwriting concurrent changes.\n */\n ifMatch?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface OutputsListByStreamingJobOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The $select OData query parameter. This is a comma-separated list of structural properties to\n * include in the response, or \"*\" to include all properties. By default, all properties are\n * returned except diagnostics. Currently only accepts '*' as a valid value.\n */\n select?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface OutputsTestOptionalParams extends msRest.RequestOptionsBase {\n /**\n * If the output specified does not already exist, this parameter must contain the full output\n * definition intended to be tested. If the output specified already exists, this parameter can\n * be left null to test the existing output as is or if specified, the properties specified will\n * overwrite the corresponding properties in the existing output (exactly like a PATCH operation)\n * and the resulting output will be tested.\n */\n output?: Output;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface OutputsBeginTestOptionalParams extends msRest.RequestOptionsBase {\n /**\n * If the output specified does not already exist, this parameter must contain the full output\n * definition intended to be tested. If the output specified already exists, this parameter can\n * be left null to test the existing output as is or if specified, the properties specified will\n * overwrite the corresponding properties in the existing output (exactly like a PATCH operation)\n * and the resulting output will be tested.\n */\n output?: Output;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface OutputsListByStreamingJobNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The $select OData query parameter. This is a comma-separated list of structural properties to\n * include in the response, or \"*\" to include all properties. By default, all properties are\n * returned except diagnostics. Currently only accepts '*' as a valid value.\n */\n select?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface StreamingJobsCreateOrReplaceOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The ETag of the streaming job. Omit this value to always overwrite the current record set.\n * Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes.\n */\n ifMatch?: string;\n /**\n * Set to '*' to allow a new streaming job to be created, but to prevent updating an existing\n * record set. Other values will result in a 412 Pre-condition Failed response.\n */\n ifNoneMatch?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface StreamingJobsUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The ETag of the streaming job. Omit this value to always overwrite the current record set.\n * Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes.\n */\n ifMatch?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface StreamingJobsGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The $expand OData query parameter. This is a comma-separated list of additional streaming job\n * properties to include in the response, beyond the default set returned when this parameter is\n * absent. The default set is all streaming job properties other than 'inputs', 'transformation',\n * 'outputs', and 'functions'.\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface StreamingJobsListByResourceGroupOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The $expand OData query parameter. This is a comma-separated list of additional streaming job\n * properties to include in the response, beyond the default set returned when this parameter is\n * absent. The default set is all streaming job properties other than 'inputs', 'transformation',\n * 'outputs', and 'functions'.\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface StreamingJobsListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The $expand OData query parameter. This is a comma-separated list of additional streaming job\n * properties to include in the response, beyond the default set returned when this parameter is\n * absent. The default set is all streaming job properties other than 'inputs', 'transformation',\n * 'outputs', and 'functions'.\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface StreamingJobsStartOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Parameters applicable to a start streaming job operation.\n */\n startJobParameters?: StartStreamingJobParameters;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface StreamingJobsBeginCreateOrReplaceOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The ETag of the streaming job. Omit this value to always overwrite the current record set.\n * Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes.\n */\n ifMatch?: string;\n /**\n * Set to '*' to allow a new streaming job to be created, but to prevent updating an existing\n * record set. Other values will result in a 412 Pre-condition Failed response.\n */\n ifNoneMatch?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface StreamingJobsBeginStartOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Parameters applicable to a start streaming job operation.\n */\n startJobParameters?: StartStreamingJobParameters;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface StreamingJobsListByResourceGroupNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The $expand OData query parameter. This is a comma-separated list of additional streaming job\n * properties to include in the response, beyond the default set returned when this parameter is\n * absent. The default set is all streaming job properties other than 'inputs', 'transformation',\n * 'outputs', and 'functions'.\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface StreamingJobsListNextOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The $expand OData query parameter. This is a comma-separated list of additional streaming job\n * properties to include in the response, beyond the default set returned when this parameter is\n * absent. The default set is all streaming job properties other than 'inputs', 'transformation',\n * 'outputs', and 'functions'.\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface TransformationsCreateOrReplaceOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The ETag of the transformation. Omit this value to always overwrite the current\n * transformation. Specify the last-seen ETag value to prevent accidentally overwriting\n * concurrent changes.\n */\n ifMatch?: string;\n /**\n * Set to '*' to allow a new transformation to be created, but to prevent updating an existing\n * transformation. Other values will result in a 412 Pre-condition Failed response.\n */\n ifNoneMatch?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface TransformationsUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The ETag of the transformation. Omit this value to always overwrite the current\n * transformation. Specify the last-seen ETag value to prevent accidentally overwriting\n * concurrent changes.\n */\n ifMatch?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ClustersCreateOrUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The ETag of the resource. Omit this value to always overwrite the current record set. Specify\n * the last-seen ETag value to prevent accidentally overwriting concurrent changes.\n */\n ifMatch?: string;\n /**\n * Set to '*' to allow a new resource to be created, but to prevent updating an existing record\n * set. Other values will result in a 412 Pre-condition Failed response.\n */\n ifNoneMatch?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ClustersUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The ETag of the resource. Omit this value to always overwrite the current record set. Specify\n * the last-seen ETag value to prevent accidentally overwriting concurrent changes.\n */\n ifMatch?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ClustersBeginCreateOrUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The ETag of the resource. Omit this value to always overwrite the current record set. Specify\n * the last-seen ETag value to prevent accidentally overwriting concurrent changes.\n */\n ifMatch?: string;\n /**\n * Set to '*' to allow a new resource to be created, but to prevent updating an existing record\n * set. Other values will result in a 412 Pre-condition Failed response.\n */\n ifNoneMatch?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ClustersBeginUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The ETag of the resource. Omit this value to always overwrite the current record set. Specify\n * the last-seen ETag value to prevent accidentally overwriting concurrent changes.\n */\n ifMatch?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PrivateEndpointsCreateOrUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The ETag of the resource. Omit this value to always overwrite the current record set. Specify\n * the last-seen ETag value to prevent accidentally overwriting concurrent changes.\n */\n ifMatch?: string;\n /**\n * Set to '*' to allow a new resource to be created, but to prevent updating an existing record\n * set. Other values will result in a 412 Pre-condition Failed response.\n */\n ifNoneMatch?: string;\n}\n\n/**\n * An interface representing StreamAnalyticsManagementClientOptions.\n */\nexport interface StreamAnalyticsManagementClientOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * Defines headers for CreateOrReplace operation.\n */\nexport interface FunctionsCreateOrReplaceHeaders {\n /**\n * The current entity tag for the function. This is an opaque string. You can use it to detect\n * whether the resource has changed between requests. You can also use it in the If-Match or\n * If-None-Match headers for write operations for optimistic concurrency.\n */\n eTag: string;\n}\n\n/**\n * Defines headers for Update operation.\n */\nexport interface FunctionsUpdateHeaders {\n /**\n * The current entity tag for the function. This is an opaque string. You can use it to detect\n * whether the resource has changed between requests. You can also use it in the If-Match or\n * If-None-Match headers for write operations for optimistic concurrency.\n */\n eTag: string;\n}\n\n/**\n * Defines headers for Get operation.\n */\nexport interface FunctionsGetHeaders {\n /**\n * The current entity tag for the function. This is an opaque string. You can use it to detect\n * whether the resource has changed between requests. You can also use it in the If-Match or\n * If-None-Match headers for write operations for optimistic concurrency.\n */\n eTag: string;\n}\n\n/**\n * Defines headers for CreateOrReplace operation.\n */\nexport interface InputsCreateOrReplaceHeaders {\n /**\n * The current entity tag for the input. This is an opaque string. You can use it to detect\n * whether the resource has changed between requests. You can also use it in the If-Match or\n * If-None-Match headers for write operations for optimistic concurrency.\n */\n eTag: string;\n}\n\n/**\n * Defines headers for Update operation.\n */\nexport interface InputsUpdateHeaders {\n /**\n * The current entity tag for the input. This is an opaque string. You can use it to detect\n * whether the resource has changed between requests. You can also use it in the If-Match or\n * If-None-Match headers for write operations for optimistic concurrency.\n */\n eTag: string;\n}\n\n/**\n * Defines headers for Get operation.\n */\nexport interface InputsGetHeaders {\n /**\n * The current entity tag for the input. This is an opaque string. You can use it to detect\n * whether the resource has changed between requests. You can also use it in the If-Match or\n * If-None-Match headers for write operations for optimistic concurrency.\n */\n eTag: string;\n}\n\n/**\n * Defines headers for CreateOrReplace operation.\n */\nexport interface OutputsCreateOrReplaceHeaders {\n /**\n * The current entity tag for the output. This is an opaque string. You can use it to detect\n * whether the resource has changed between requests. You can also use it in the If-Match or\n * If-None-Match headers for write operations for optimistic concurrency.\n */\n eTag: string;\n}\n\n/**\n * Defines headers for Update operation.\n */\nexport interface OutputsUpdateHeaders {\n /**\n * The current entity tag for the output. This is an opaque string. You can use it to detect\n * whether the resource has changed between requests. You can also use it in the If-Match or\n * If-None-Match headers for write operations for optimistic concurrency.\n */\n eTag: string;\n}\n\n/**\n * Defines headers for Get operation.\n */\nexport interface OutputsGetHeaders {\n /**\n * The current entity tag for the output. This is an opaque string. You can use it to detect\n * whether the resource has changed between requests. You can also use it in the If-Match or\n * If-None-Match headers for write operations for optimistic concurrency.\n */\n eTag: string;\n}\n\n/**\n * Defines headers for CreateOrReplace operation.\n */\nexport interface StreamingJobsCreateOrReplaceHeaders {\n /**\n * The current entity tag for the streaming job. This is an opaque string. You can use it to\n * detect whether the resource has changed between requests. You can also use it in the If-Match\n * or If-None-Match headers for write operations for optimistic concurrency.\n */\n eTag: string;\n}\n\n/**\n * Defines headers for Update operation.\n */\nexport interface StreamingJobsUpdateHeaders {\n /**\n * The current entity tag for the streaming job. This is an opaque string. You can use it to\n * detect whether the resource has changed between requests. You can also use it in the If-Match\n * or If-None-Match headers for write operations for optimistic concurrency.\n */\n eTag: string;\n}\n\n/**\n * Defines headers for Get operation.\n */\nexport interface StreamingJobsGetHeaders {\n /**\n * The current entity tag for the streaming job. This is an opaque string. You can use it to\n * detect whether the resource has changed between requests. You can also use it in the If-Match\n * or If-None-Match headers for write operations for optimistic concurrency.\n */\n eTag: string;\n}\n\n/**\n * Defines headers for CreateOrReplace operation.\n */\nexport interface TransformationsCreateOrReplaceHeaders {\n /**\n * The current entity tag for the transformation. This is an opaque string. You can use it to\n * detect whether the resource has changed between requests. You can also use it in the If-Match\n * or If-None-Match headers for write operations for optimistic concurrency.\n */\n eTag: string;\n}\n\n/**\n * Defines headers for Update operation.\n */\nexport interface TransformationsUpdateHeaders {\n /**\n * The current entity tag for the transformation. This is an opaque string. You can use it to\n * detect whether the resource has changed between requests. You can also use it in the If-Match\n * or If-None-Match headers for write operations for optimistic concurrency.\n */\n eTag: string;\n}\n\n/**\n * Defines headers for Get operation.\n */\nexport interface TransformationsGetHeaders {\n /**\n * The current entity tag for the transformation. This is an opaque string. You can use it to\n * detect whether the resource has changed between requests. You can also use it in the If-Match\n * or If-None-Match headers for write operations for optimistic concurrency.\n */\n eTag: string;\n}\n\n/**\n * @interface\n * Object containing a list of functions under a streaming job.\n * @extends Array<FunctionModel>\n */\nexport interface FunctionListResult extends Array<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/**\n * @interface\n * Object containing a list of inputs under a streaming job.\n * @extends Array<Input>\n */\nexport interface InputListResult extends Array<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/**\n * @interface\n * Object containing a list of outputs under a streaming job.\n * @extends Array<Output>\n */\nexport interface OutputListResult extends Array<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/**\n * @interface\n * Object containing a list of streaming jobs.\n * @extends Array<StreamingJob>\n */\nexport interface StreamingJobListResult extends Array<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/**\n * @interface\n * Result of the request to list Stream Analytics operations. It contains a list of operations and\n * a URL link to get the next set of results.\n * @extends Array<Operation>\n */\nexport interface OperationListResult extends Array<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/**\n * @interface\n * A list of clusters populated by a 'list' operation.\n * @extends Array<Cluster>\n */\nexport interface ClusterListResult extends Array<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/**\n * @interface\n * A list of streaming jobs. Populated by a List operation.\n * @extends Array<ClusterJob>\n */\nexport interface ClusterJobListResult extends Array<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/**\n * @interface\n * A list of private endpoints.\n * @extends Array<PrivateEndpoint>\n */\nexport interface PrivateEndpointListResult extends Array<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/**\n * Defines values for UdfType.\n * Possible values include: 'Scalar'\n * @readonly\n * @enum {string}\n */\nexport type UdfType = 'Scalar';\n\n/**\n * Defines values for AuthenticationMode.\n * Possible values include: 'Msi', 'UserToken', 'ConnectionString'\n * @readonly\n * @enum {string}\n */\nexport type AuthenticationMode = 'Msi' | 'UserToken' | 'ConnectionString';\n\n/**\n * Defines values for Encoding.\n * Possible values include: 'UTF8'\n * @readonly\n * @enum {string}\n */\nexport type Encoding = 'UTF8';\n\n/**\n * Defines values for JsonOutputSerializationFormat.\n * Possible values include: 'LineSeparated', 'Array'\n * @readonly\n * @enum {string}\n */\nexport type JsonOutputSerializationFormat = 'LineSeparated' | 'Array';\n\n/**\n * Defines values for EventSerializationType.\n * Possible values include: 'Csv', 'Avro', 'Json', 'CustomClr', 'Parquet'\n * @readonly\n * @enum {string}\n */\nexport type EventSerializationType = 'Csv' | 'Avro' | 'Json' | 'CustomClr' | 'Parquet';\n\n/**\n * Defines values for StreamingJobSkuName.\n * Possible values include: 'Standard'\n * @readonly\n * @enum {string}\n */\nexport type StreamingJobSkuName = 'Standard';\n\n/**\n * Defines values for JobType.\n * Possible values include: 'Cloud', 'Edge'\n * @readonly\n * @enum {string}\n */\nexport type JobType = 'Cloud' | 'Edge';\n\n/**\n * Defines values for OutputStartMode.\n * Possible values include: 'JobStartTime', 'CustomTime', 'LastOutputEventTime'\n * @readonly\n * @enum {string}\n */\nexport type OutputStartMode = 'JobStartTime' | 'CustomTime' | 'LastOutputEventTime';\n\n/**\n * Defines values for EventsOutOfOrderPolicy.\n * Possible values include: 'Adjust', 'Drop'\n * @readonly\n * @enum {string}\n */\nexport type EventsOutOfOrderPolicy = 'Adjust' | 'Drop';\n\n/**\n * Defines values for OutputErrorPolicy.\n * Possible values include: 'Stop', 'Drop'\n * @readonly\n * @enum {string}\n */\nexport type OutputErrorPolicy = 'Stop' | 'Drop';\n\n/**\n * Defines values for CompatibilityLevel.\n * Possible values include: '1.0'\n * @readonly\n * @enum {string}\n */\nexport type CompatibilityLevel = '1.0';\n\n/**\n * Defines values for ContentStoragePolicy.\n * Possible values include: 'SystemAccount', 'JobStorageAccount'\n * @readonly\n * @enum {string}\n */\nexport type ContentStoragePolicy = 'SystemAccount' | 'JobStorageAccount';\n\n/**\n * Defines values for QueryTestingResultStatus.\n * Possible values include: 'Started', 'Success', 'CompilerError', 'RuntimeError', 'Timeout',\n * 'UnknownError'\n * @readonly\n * @enum {string}\n */\nexport type QueryTestingResultStatus = 'Started' | 'Success' | 'CompilerError' | 'RuntimeError' | 'Timeout' | 'UnknownError';\n\n/**\n * Defines values for SampleInputResultStatus.\n * Possible values include: 'ReadAllEventsInRange', 'NoEventsFoundInRange',\n * 'ErrorConnectingToInput'\n * @readonly\n * @enum {string}\n */\nexport type SampleInputResultStatus = 'ReadAllEventsInRange' | 'NoEventsFoundInRange' | 'ErrorConnectingToInput';\n\n/**\n * Defines values for TestDatasourceResultStatus.\n * Possible values include: 'TestSucceeded', 'TestFailed'\n * @readonly\n * @enum {string}\n */\nexport type TestDatasourceResultStatus = 'TestSucceeded' | 'TestFailed';\n\n/**\n * Defines values for ClusterSkuName.\n * Possible values include: 'Default'\n * @readonly\n * @enum {string}\n */\nexport type ClusterSkuName = 'Default';\n\n/**\n * Defines values for ClusterProvisioningState.\n * Possible values include: 'Succeeded', 'Failed', 'Canceled', 'InProgress'\n * @readonly\n * @enum {string}\n */\nexport type ClusterProvisioningState = 'Succeeded' | 'Failed' | 'Canceled' | 'InProgress';\n\n/**\n * Defines values for JobState.\n * Possible values include: 'Created', 'Starting', 'Running', 'Stopping', 'Stopped', 'Deleting',\n * 'Failed', 'Degraded', 'Restarting', 'Scaling'\n * @readonly\n * @enum {string}\n */\nexport type JobState = 'Created' | 'Starting' | 'Running' | 'Stopping' | 'Stopped' | 'Deleting' | 'Failed' | 'Degraded' | 'Restarting' | 'Scaling';\n\n/**\n * Contains response data for the createOrReplace operation.\n */\nexport type FunctionsCreateOrReplaceResponse = FunctionModel & FunctionsCreateOrReplaceHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: FunctionsCreateOrReplaceHeaders;\n\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: FunctionModel;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type FunctionsUpdateResponse = FunctionModel & FunctionsUpdateHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: FunctionsUpdateHeaders;\n\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: FunctionModel;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type FunctionsGetResponse = FunctionModel & FunctionsGetHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: FunctionsGetHeaders;\n\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: FunctionModel;\n };\n};\n\n/**\n * Contains response data for the listByStreamingJob operation.\n */\nexport type FunctionsListByStreamingJobResponse = FunctionListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: FunctionListResult;\n };\n};\n\n/**\n * Contains response data for the test operation.\n */\nexport type FunctionsTestResponse = ResourceTestStatus & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ResourceTestStatus;\n };\n};\n\n/**\n * Contains response data for the retrieveDefaultDefinition operation.\n */\nexport type FunctionsRetrieveDefaultDefinitionResponse = FunctionModel & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: FunctionModel;\n };\n};\n\n/**\n * Contains response data for the beginTest operation.\n */\nexport type FunctionsBeginTestResponse = ResourceTestStatus & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ResourceTestStatus;\n };\n};\n\n/**\n * Contains response data for the listByStreamingJobNext operation.\n */\nexport type FunctionsListByStreamingJobNextResponse = FunctionListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: FunctionListResult;\n };\n};\n\n/**\n * Contains response data for the createOrReplace operation.\n */\nexport type InputsCreateOrReplaceResponse = Input & InputsCreateOrReplaceHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: InputsCreateOrReplaceHeaders;\n\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Input;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type InputsUpdateResponse = Input & InputsUpdateHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: InputsUpdateHeaders;\n\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Input;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type InputsGetResponse = Input & InputsGetHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: InputsGetHeaders;\n\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Input;\n };\n};\n\n/**\n * Contains response data for the listByStreamingJob operation.\n */\nexport type InputsListByStreamingJobResponse = InputListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: InputListResult;\n };\n};\n\n/**\n * Contains response data for the test operation.\n */\nexport type InputsTestResponse = ResourceTestStatus & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ResourceTestStatus;\n };\n};\n\n/**\n * Contains response data for the beginTest operation.\n */\nexport type InputsBeginTestResponse = ResourceTestStatus & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ResourceTestStatus;\n };\n};\n\n/**\n * Contains response data for the listByStreamingJobNext operation.\n */\nexport type InputsListByStreamingJobNextResponse = InputListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: InputListResult;\n };\n};\n\n/**\n * Contains response data for the createOrReplace operation.\n */\nexport type OutputsCreateOrReplaceResponse = Output & OutputsCreateOrReplaceHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: OutputsCreateOrReplaceHeaders;\n\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Output;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type OutputsUpdateResponse = Output & OutputsUpdateHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: OutputsUpdateHeaders;\n\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Output;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type OutputsGetResponse = Output & OutputsGetHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: OutputsGetHeaders;\n\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Output;\n };\n};\n\n/**\n * Contains response data for the listByStreamingJob operation.\n */\nexport type OutputsListByStreamingJobResponse = OutputListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OutputListResult;\n };\n};\n\n/**\n * Contains response data for the test operation.\n */\nexport type OutputsTestResponse = ResourceTestStatus & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ResourceTestStatus;\n };\n};\n\n/**\n * Contains response data for the beginTest operation.\n */\nexport type OutputsBeginTestResponse = ResourceTestStatus & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ResourceTestStatus;\n };\n};\n\n/**\n * Contains response data for the listByStreamingJobNext operation.\n */\nexport type OutputsListByStreamingJobNextResponse = OutputListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OutputListResult;\n };\n};\n\n/**\n * Contains response data for the createOrReplace operation.\n */\nexport type StreamingJobsCreateOrReplaceResponse = StreamingJob & StreamingJobsCreateOrReplaceHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: StreamingJobsCreateOrReplaceHeaders;\n\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: StreamingJob;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type StreamingJobsUpdateResponse = StreamingJob & StreamingJobsUpdateHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: StreamingJobsUpdateHeaders;\n\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: StreamingJob;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type StreamingJobsGetResponse = StreamingJob & StreamingJobsGetHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: StreamingJobsGetHeaders;\n\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: StreamingJob;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroup operation.\n */\nexport type StreamingJobsListByResourceGroupResponse = StreamingJobListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: StreamingJobListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type StreamingJobsListResponse = StreamingJobListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: StreamingJobListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroupNext operation.\n */\nexport type StreamingJobsListByResourceGroupNextResponse = StreamingJobListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: StreamingJobListResult;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type StreamingJobsListNextResponse = StreamingJobListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: StreamingJobListResult;\n };\n};\n\n/**\n * Contains response data for the listQuotas operation.\n */\nexport type SubscriptionsListQuotasResponse = SubscriptionQuotasListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: SubscriptionQuotasListResult;\n };\n};\n\n/**\n * Contains response data for the testQueryMethod operation.\n */\nexport type SubscriptionsTestQueryMethodResponse = QueryTestingResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: QueryTestingResult;\n };\n};\n\n/**\n * Contains response data for the compileQueryMethod operation.\n */\nexport type SubscriptionsCompileQueryMethodResponse = QueryCompilationResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: QueryCompilationResult;\n };\n};\n\n/**\n * Contains response data for the sampleInputMethod operation.\n */\nexport type SubscriptionsSampleInputMethodResponse = SampleInputResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: SampleInputResult;\n };\n};\n\n/**\n * Contains response data for the testInputMethod operation.\n */\nexport type SubscriptionsTestInputMethodResponse = TestDatasourceResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: TestDatasourceResult;\n };\n};\n\n/**\n * Contains response data for the testOutputMethod operation.\n */\nexport type SubscriptionsTestOutputMethodResponse = TestDatasourceResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: TestDatasourceResult;\n };\n};\n\n/**\n * Contains response data for the beginTestQueryMethod operation.\n */\nexport type SubscriptionsBeginTestQueryMethodResponse = QueryTestingResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: QueryTestingResult;\n };\n};\n\n/**\n * Contains response data for the beginSampleInputMethod operation.\n */\nexport type SubscriptionsBeginSampleInputMethodResponse = SampleInputResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: SampleInputResult;\n };\n};\n\n/**\n * Contains response data for the beginTestInputMethod operation.\n */\nexport type SubscriptionsBeginTestInputMethodResponse = TestDatasourceResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: TestDatasourceResult;\n };\n};\n\n/**\n * Contains response data for the beginTestOutputMethod operation.\n */\nexport type SubscriptionsBeginTestOutputMethodResponse = TestDatasourceResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: TestDatasourceResult;\n };\n};\n\n/**\n * Contains response data for the createOrReplace operation.\n */\nexport type TransformationsCreateOrReplaceResponse = Transformation & TransformationsCreateOrReplaceHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: TransformationsCreateOrReplaceHeaders;\n\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Transformation;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type TransformationsUpdateResponse = Transformation & TransformationsUpdateHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: TransformationsUpdateHeaders;\n\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Transformation;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type TransformationsGetResponse = Transformation & TransformationsGetHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: TransformationsGetHeaders;\n\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Transformation;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type OperationsListResponse = OperationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationListResult;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type OperationsListNextResponse = OperationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationListResult;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type ClustersCreateOrUpdateResponse = Cluster & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Cluster;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type ClustersUpdateResponse = Cluster & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Cluster;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ClustersGetResponse = Cluster & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Cluster;\n };\n};\n\n/**\n * Contains response data for the listBySubscription operation.\n */\nexport type ClustersListBySubscriptionResponse = ClusterListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ClusterListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroup operation.\n */\nexport type ClustersListByResourceGroupResponse = ClusterListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ClusterListResult;\n };\n};\n\n/**\n * Contains response data for the listStreamingJobs operation.\n */\nexport type ClustersListStreamingJobsResponse = ClusterJobListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ClusterJobListResult;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type ClustersBeginCreateOrUpdateResponse = Cluster & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Cluster;\n };\n};\n\n/**\n * Contains response data for the beginUpdate operation.\n */\nexport type ClustersBeginUpdateResponse = Cluster & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Cluster;\n };\n};\n\n/**\n * Contains response data for the listBySubscriptionNext operation.\n */\nexport type ClustersListBySubscriptionNextResponse = ClusterListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ClusterListResult;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroupNext operation.\n */\nexport type ClustersListByResourceGroupNextResponse = ClusterListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ClusterListResult;\n };\n};\n\n/**\n * Contains response data for the listStreamingJobsNext operation.\n */\nexport type ClustersListStreamingJobsNextResponse = ClusterJobListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ClusterJobListResult;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type PrivateEndpointsCreateOrUpdateResponse = PrivateEndpoint & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: PrivateEndpoint;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type PrivateEndpointsGetResponse = PrivateEndpoint & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: PrivateEndpoint;\n };\n};\n\n/**\n * Contains response data for the listByCluster operation.\n */\nexport type PrivateEndpointsListByClusterResponse = PrivateEndpointListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: PrivateEndpointListResult;\n };\n};\n\n/**\n * Contains response data for the listByClusterNext operation.\n */\nexport type PrivateEndpointsListByClusterNextResponse = PrivateEndpointListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: PrivateEndpointListResult;\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 { CloudErrorMapper, BaseResourceMapper } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const CloudError = CloudErrorMapper;\nexport const BaseResource = BaseResourceMapper;\n\nexport const FunctionInput: msRest.CompositeMapper = {\n serializedName: \"FunctionInput\",\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: msRest.CompositeMapper = {\n serializedName: \"FunctionOutput\",\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: msRest.CompositeMapper = {\n serializedName: \"FunctionBinding\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\"\n },\n uberParent: \"FunctionBinding\",\n className: \"FunctionBinding\",\n modelProperties: {\n type: {\n required: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FunctionProperties: msRest.CompositeMapper = {\n serializedName: \"FunctionProperties\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\"\n },\n uberParent: \"FunctionProperties\",\n className: \"FunctionProperties\",\n modelProperties: {\n etag: {\n readOnly: true,\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\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 SubResource: msRest.CompositeMapper = {\n serializedName: \"SubResource\",\n type: {\n name: \"Composite\",\n className: \"SubResource\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FunctionModel: msRest.CompositeMapper = {\n serializedName: \"Function\",\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 ScalarFunctionProperties: msRest.CompositeMapper = {\n serializedName: \"Scalar\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: FunctionProperties.type.polymorphicDiscriminator,\n uberParent: \"FunctionProperties\",\n className: \"ScalarFunctionProperties\",\n modelProperties: {\n ...FunctionProperties.type.modelProperties\n }\n }\n};\n\nexport const AzureMachineLearningStudioInputColumn: msRest.CompositeMapper = {\n serializedName: \"AzureMachineLearningStudioInputColumn\",\n type: {\n name: \"Composite\",\n className: \"AzureMachineLearningStudioInputColumn\",\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 AzureMachineLearningStudioInputs: msRest.CompositeMapper = {\n serializedName: \"AzureMachineLearningStudioInputs\",\n type: {\n name: \"Composite\",\n className: \"AzureMachineLearningStudioInputs\",\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: \"AzureMachineLearningStudioInputColumn\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AzureMachineLearningStudioOutputColumn: msRest.CompositeMapper = {\n serializedName: \"AzureMachineLearningStudioOutputColumn\",\n type: {\n name: \"Composite\",\n className: \"AzureMachineLearningStudioOutputColumn\",\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 AzureMachineLearningStudioFunctionBinding: msRest.CompositeMapper = {\n serializedName: \"Microsoft.MachineLearning/WebService\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: FunctionBinding.type.polymorphicDiscriminator,\n uberParent: \"FunctionBinding\",\n className: \"AzureMachineLearningStudioFunctionBinding\",\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: \"AzureMachineLearningStudioInputs\"\n }\n },\n outputs: {\n serializedName: \"properties.outputs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureMachineLearningStudioOutputColumn\"\n }\n }\n }\n },\n batchSize: {\n serializedName: \"properties.batchSize\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const JavaScriptFunctionBinding: msRest.CompositeMapper = {\n serializedName: \"Microsoft.StreamAnalytics/JavascriptUdf\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: FunctionBinding.type.polymorphicDiscriminator,\n uberParent: \"FunctionBinding\",\n className: \"JavaScriptFunctionBinding\",\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 CSharpFunctionBinding: msRest.CompositeMapper = {\n serializedName: \"Microsoft.StreamAnalytics/CLRUdf\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: FunctionBinding.type.polymorphicDiscriminator,\n uberParent: \"FunctionBinding\",\n className: \"CSharpFunctionBinding\",\n modelProperties: {\n ...FunctionBinding.type.modelProperties,\n script: {\n serializedName: \"properties.script\",\n type: {\n name: \"String\"\n }\n },\n dllPath: {\n serializedName: \"properties.dllPath\",\n type: {\n name: \"String\"\n }\n },\n classProperty: {\n serializedName: \"properties.class\",\n type: {\n name: \"String\"\n }\n },\n method: {\n serializedName: \"properties.method\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FunctionRetrieveDefaultDefinitionParameters: msRest.CompositeMapper = {\n serializedName: \"FunctionRetrieveDefaultDefinitionParameters\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: {\n serializedName: \"bindingType\",\n clientName: \"bindingType\"\n },\n uberParent: \"FunctionRetrieveDefaultDefinitionParameters\",\n className: \"FunctionRetrieveDefaultDefinitionParameters\",\n modelProperties: {\n bindingType: {\n required: true,\n serializedName: \"bindingType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters: msRest.CompositeMapper = {\n serializedName: \"Microsoft.MachineLearning/WebService\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: FunctionRetrieveDefaultDefinitionParameters.type.polymorphicDiscriminator,\n uberParent: \"FunctionRetrieveDefaultDefinitionParameters\",\n className: \"AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters\",\n modelProperties: {\n ...FunctionRetrieveDefaultDefinitionParameters.type.modelProperties,\n executeEndpoint: {\n serializedName: \"bindingRetrievalProperties.executeEndpoint\",\n type: {\n name: \"String\"\n }\n },\n udfType: {\n serializedName: \"bindingRetrievalProperties.udfType\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Scalar\"\n ]\n }\n }\n }\n }\n};\n\nexport const AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters: msRest.CompositeMapper = {\n serializedName: \"Microsoft.MachineLearningServices\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: FunctionRetrieveDefaultDefinitionParameters.type.polymorphicDiscriminator,\n uberParent: \"FunctionRetrieveDefaultDefinitionParameters\",\n className: \"AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters\",\n modelProperties: {\n ...FunctionRetrieveDefaultDefinitionParameters.type.modelProperties,\n executeEndpoint: {\n serializedName: \"bindingRetrievalProperties.executeEndpoint\",\n type: {\n name: \"String\"\n }\n },\n udfType: {\n serializedName: \"bindingRetrievalProperties.udfType\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Scalar\"\n ]\n }\n }\n }\n }\n};\n\nexport const JavaScriptFunctionRetrieveDefaultDefinitionParameters: msRest.CompositeMapper = {\n serializedName: \"Microsoft.StreamAnalytics/JavascriptUdf\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: FunctionRetrieveDefaultDefinitionParameters.type.polymorphicDiscriminator,\n uberParent: \"FunctionRetrieveDefaultDefinitionParameters\",\n className: \"JavaScriptFunctionRetrieveDefaultDefinitionParameters\",\n modelProperties: {\n ...FunctionRetrieveDefaultDefinitionParameters.type.modelProperties,\n script: {\n serializedName: \"bindingRetrievalProperties.script\",\n type: {\n name: \"String\"\n }\n },\n udfType: {\n serializedName: \"bindingRetrievalProperties.udfType\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Scalar\"\n ]\n }\n }\n }\n }\n};\n\nexport const CSharpFunctionRetrieveDefaultDefinitionParameters: msRest.CompositeMapper = {\n serializedName: \"Microsoft.StreamAnalytics/CLRUdf\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: FunctionRetrieveDefaultDefinitionParameters.type.polymorphicDiscriminator,\n uberParent: \"FunctionRetrieveDefaultDefinitionParameters\",\n className: \"CSharpFunctionRetrieveDefaultDefinitionParameters\",\n modelProperties: {\n ...FunctionRetrieveDefaultDefinitionParameters.type.modelProperties,\n script: {\n serializedName: \"bindingRetrievalProperties.script\",\n type: {\n name: \"String\"\n }\n },\n udfType: {\n serializedName: \"bindingRetrievalProperties.udfType\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Scalar\"\n ]\n }\n }\n }\n }\n};\n\nexport const AzureMachineLearningServiceInputColumn: msRest.CompositeMapper = {\n serializedName: \"AzureMachineLearningServiceInputColumn\",\n type: {\n name: \"Composite\",\n className: \"AzureMachineLearningServiceInputColumn\",\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 AzureMachineLearningServiceOutputColumn: msRest.CompositeMapper = {\n serializedName: \"AzureMachineLearningServiceOutputColumn\",\n type: {\n name: \"Composite\",\n className: \"AzureMachineLearningServiceOutputColumn\",\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 AzureMachineLearningServiceFunctionBinding: msRest.CompositeMapper = {\n serializedName: \"Microsoft.MachineLearningServices\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: FunctionBinding.type.polymorphicDiscriminator,\n uberParent: \"FunctionBinding\",\n className: \"AzureMachineLearningServiceFunctionBinding\",\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: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureMachineLearningServiceInputColumn\"\n }\n }\n }\n },\n outputs: {\n serializedName: \"properties.outputs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzureMachineLearningServiceOutputColumn\"\n }\n }\n }\n },\n batchSize: {\n serializedName: \"properties.batchSize\",\n type: {\n name: \"Number\"\n }\n },\n numberOfParallelRequests: {\n serializedName: \"properties.numberOfParallelRequests\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const AzureMachineLearningServiceInputs: msRest.CompositeMapper = {\n serializedName: \"AzureMachineLearningServiceInputs\",\n type: {\n name: \"Composite\",\n className: \"AzureMachineLearningServiceInputs\",\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: \"AzureMachineLearningServiceInputColumn\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AggregateFunctionProperties: msRest.CompositeMapper = {\n serializedName: \"Aggregate\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: FunctionProperties.type.polymorphicDiscriminator,\n uberParent: \"FunctionProperties\",\n className: \"AggregateFunctionProperties\",\n modelProperties: {\n ...FunctionProperties.type.modelProperties\n }\n }\n};\n\nexport const ErrorDetails: msRest.CompositeMapper = {\n serializedName: \"ErrorDetails\",\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 ErrorError: msRest.CompositeMapper = {\n serializedName: \"Error_error\",\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 ErrorModel: msRest.CompositeMapper = {\n serializedName: \"Error\",\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 ErrorResponse: msRest.CompositeMapper = {\n serializedName: \"ErrorResponse\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n code: {\n readOnly: true,\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n readOnly: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceTestStatus: msRest.CompositeMapper = {\n serializedName: \"ResourceTestStatus\",\n type: {\n name: \"Composite\",\n className: \"ResourceTestStatus\",\n modelProperties: {\n status: {\n readOnly: true,\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n error: {\n readOnly: true,\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\"\n }\n }\n }\n }\n};\n\nexport const Serialization: msRest.CompositeMapper = {\n serializedName: \"Serialization\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\"\n },\n uberParent: \"Serialization\",\n className: \"Serialization\",\n modelProperties: {\n type: {\n required: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DiagnosticCondition: msRest.CompositeMapper = {\n serializedName: \"DiagnosticCondition\",\n type: {\n name: \"Composite\",\n className: \"DiagnosticCondition\",\n modelProperties: {\n since: {\n readOnly: true,\n serializedName: \"since\",\n type: {\n name: \"String\"\n }\n },\n code: {\n readOnly: true,\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n readOnly: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Diagnostics: msRest.CompositeMapper = {\n serializedName: \"Diagnostics\",\n type: {\n name: \"Composite\",\n className: \"Diagnostics\",\n modelProperties: {\n conditions: {\n readOnly: true,\n serializedName: \"conditions\",\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 Compression: msRest.CompositeMapper = {\n serializedName: \"Compression\",\n type: {\n name: \"Composite\",\n className: \"Compression\",\n modelProperties: {\n type: {\n required: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InputProperties: msRest.CompositeMapper = {\n serializedName: \"InputProperties\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\"\n },\n uberParent: \"InputProperties\",\n className: \"InputProperties\",\n modelProperties: {\n serialization: {\n serializedName: \"serialization\",\n type: {\n name: \"Composite\",\n className: \"Serialization\"\n }\n },\n diagnostics: {\n readOnly: true,\n serializedName: \"diagnostics\",\n type: {\n name: \"Composite\",\n className: \"Diagnostics\"\n }\n },\n etag: {\n readOnly: true,\n serializedName: \"etag\",\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 type: {\n required: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Input: msRest.CompositeMapper = {\n serializedName: \"Input\",\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 StreamInputDataSource: msRest.CompositeMapper = {\n serializedName: \"StreamInputDataSource\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\"\n },\n uberParent: \"StreamInputDataSource\",\n className: \"StreamInputDataSource\",\n modelProperties: {\n type: {\n required: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StreamInputProperties: msRest.CompositeMapper = {\n serializedName: \"Stream\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: InputProperties.type.polymorphicDiscriminator,\n uberParent: \"InputProperties\",\n className: \"StreamInputProperties\",\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 ReferenceInputDataSource: msRest.CompositeMapper = {\n serializedName: \"ReferenceInputDataSource\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\"\n },\n uberParent: \"ReferenceInputDataSource\",\n className: \"ReferenceInputDataSource\",\n modelProperties: {\n type: {\n required: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ReferenceInputProperties: msRest.CompositeMapper = {\n serializedName: \"Reference\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: InputProperties.type.polymorphicDiscriminator,\n uberParent: \"InputProperties\",\n className: \"ReferenceInputProperties\",\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 BlobStreamInputDataSource: msRest.CompositeMapper = {\n serializedName: \"Microsoft.Storage/Blob\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: StreamInputDataSource.type.polymorphicDiscriminator,\n uberParent: \"StreamInputDataSource\",\n className: \"BlobStreamInputDataSource\",\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: msRest.CompositeMapper = {\n serializedName: \"Microsoft.ServiceBus/EventHub\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: StreamInputDataSource.type.polymorphicDiscriminator,\n uberParent: \"StreamInputDataSource\",\n className: \"EventHubStreamInputDataSource\",\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: msRest.CompositeMapper = {\n serializedName: \"Microsoft.EventHub/EventHub\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: StreamInputDataSource.type.polymorphicDiscriminator,\n uberParent: \"StreamInputDataSource\",\n className: \"EventHubV2StreamInputDataSource\",\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: msRest.CompositeMapper = {\n serializedName: \"Microsoft.Devices/IotHubs\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: StreamInputDataSource.type.polymorphicDiscriminator,\n uberParent: \"StreamInputDataSource\",\n className: \"IoTHubStreamInputDataSource\",\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 RawStreamInputDataSource: msRest.CompositeMapper = {\n serializedName: \"Raw\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: StreamInputDataSource.type.polymorphicDiscriminator,\n uberParent: \"StreamInputDataSource\",\n className: \"RawStreamInputDataSource\",\n modelProperties: {\n ...StreamInputDataSource.type.modelProperties,\n payload: {\n serializedName: \"properties.payload\",\n type: {\n name: \"String\"\n }\n },\n payloadUri: {\n serializedName: \"properties.payloadUri\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BlobReferenceInputDataSource: msRest.CompositeMapper = {\n serializedName: \"Microsoft.Storage/Blob\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: ReferenceInputDataSource.type.polymorphicDiscriminator,\n uberParent: \"ReferenceInputDataSource\",\n className: \"BlobReferenceInputDataSource\",\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 RawReferenceInputDataSource: msRest.CompositeMapper = {\n serializedName: \"Raw\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: ReferenceInputDataSource.type.polymorphicDiscriminator,\n uberParent: \"ReferenceInputDataSource\",\n className: \"RawReferenceInputDataSource\",\n modelProperties: {\n ...ReferenceInputDataSource.type.modelProperties,\n payload: {\n serializedName: \"properties.payload\",\n type: {\n name: \"String\"\n }\n },\n payloadUri: {\n serializedName: \"properties.payloadUri\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StorageAccount: msRest.CompositeMapper = {\n serializedName: \"StorageAccount\",\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 BlobDataSourceProperties: msRest.CompositeMapper = {\n serializedName: \"BlobDataSourceProperties\",\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: msRest.CompositeMapper = {\n serializedName: \"ServiceBusDataSourceProperties\",\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 EventHubDataSourceProperties: msRest.CompositeMapper = {\n serializedName: \"EventHubDataSourceProperties\",\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 ParquetSerialization: msRest.CompositeMapper = {\n serializedName: \"Parquet\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: Serialization.type.polymorphicDiscriminator,\n uberParent: \"Serialization\",\n className: \"ParquetSerialization\",\n modelProperties: {\n ...Serialization.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Object\"\n }\n }\n }\n }\n};\n\nexport const CustomClrSerialization: msRest.CompositeMapper = {\n serializedName: \"CustomClr\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: Serialization.type.polymorphicDiscriminator,\n uberParent: \"Serialization\",\n className: \"CustomClrSerialization\",\n modelProperties: {\n ...Serialization.type.modelProperties,\n serializationDllPath: {\n serializedName: \"properties.serializationDllPath\",\n type: {\n name: \"String\"\n }\n },\n serializationClassName: {\n serializedName: \"properties.serializationClassName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CsvSerialization: msRest.CompositeMapper = {\n serializedName: \"Csv\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: Serialization.type.polymorphicDiscriminator,\n uberParent: \"Serialization\",\n className: \"CsvSerialization\",\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: msRest.CompositeMapper = {\n serializedName: \"Json\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: Serialization.type.polymorphicDiscriminator,\n uberParent: \"Serialization\",\n className: \"JsonSerialization\",\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: msRest.CompositeMapper = {\n serializedName: \"Avro\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: Serialization.type.polymorphicDiscriminator,\n uberParent: \"Serialization\",\n className: \"AvroSerialization\",\n modelProperties: {\n ...Serialization.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Object\"\n }\n }\n }\n }\n};\n\nexport const Identity: msRest.CompositeMapper = {\n serializedName: \"Identity\",\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 AzureSqlReferenceInputDataSourceProperties: msRest.CompositeMapper = {\n serializedName: \"AzureSqlReferenceInputDataSourceProperties\",\n type: {\n name: \"Composite\",\n className: \"AzureSqlReferenceInputDataSourceProperties\",\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 refreshType: {\n serializedName: \"refreshType\",\n type: {\n name: \"String\"\n }\n },\n refreshRate: {\n serializedName: \"refreshRate\",\n type: {\n name: \"String\"\n }\n },\n fullSnapshotQuery: {\n serializedName: \"fullSnapshotQuery\",\n type: {\n name: \"String\"\n }\n },\n deltaSnapshotQuery: {\n serializedName: \"deltaSnapshotQuery\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureSqlReferenceInputDataSource: msRest.CompositeMapper = {\n serializedName: \"Microsoft.Sql/Server/Database\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: ReferenceInputDataSource.type.polymorphicDiscriminator,\n uberParent: \"ReferenceInputDataSource\",\n className: \"AzureSqlReferenceInputDataSource\",\n modelProperties: {\n ...ReferenceInputDataSource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"AzureSqlReferenceInputDataSourceProperties\"\n }\n }\n }\n }\n};\n\nexport const OutputDataSource: msRest.CompositeMapper = {\n serializedName: \"OutputDataSource\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\"\n },\n uberParent: \"OutputDataSource\",\n className: \"OutputDataSource\",\n modelProperties: {\n type: {\n required: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Output: msRest.CompositeMapper = {\n serializedName: \"Output\",\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 readOnly: true,\n serializedName: \"properties.diagnostics\",\n type: {\n name: \"Composite\",\n className: \"Diagnostics\"\n }\n },\n etag: {\n readOnly: true,\n serializedName: \"properties.etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RawOutputDatasource: msRest.CompositeMapper = {\n serializedName: \"Raw\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n uberParent: \"OutputDataSource\",\n className: \"RawOutputDatasource\",\n modelProperties: {\n ...OutputDataSource.type.modelProperties,\n payloadUri: {\n serializedName: \"properties.payloadUri\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BlobOutputDataSource: msRest.CompositeMapper = {\n serializedName: \"Microsoft.Storage/Blob\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n uberParent: \"OutputDataSource\",\n className: \"BlobOutputDataSource\",\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: msRest.CompositeMapper = {\n serializedName: \"Microsoft.Storage/Table\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n uberParent: \"OutputDataSource\",\n className: \"AzureTableOutputDataSource\",\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: msRest.CompositeMapper = {\n serializedName: \"Microsoft.ServiceBus/EventHub\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n uberParent: \"OutputDataSource\",\n className: \"EventHubOutputDataSource\",\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: msRest.CompositeMapper = {\n serializedName: \"Microsoft.EventHub/EventHub\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n uberParent: \"OutputDataSource\",\n className: \"EventHubV2OutputDataSource\",\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: msRest.CompositeMapper = {\n serializedName: \"Microsoft.Sql/Server/Database\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n uberParent: \"OutputDataSource\",\n className: \"AzureSqlDatabaseOutputDataSource\",\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: msRest.CompositeMapper = {\n serializedName: \"Microsoft.Sql/Server/DataWarehouse\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n uberParent: \"OutputDataSource\",\n className: \"AzureSynapseOutputDataSource\",\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 AzureSynapseDataSourceProperties: msRest.CompositeMapper = {\n serializedName: \"AzureSynapseDataSourceProperties\",\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 DocumentDbOutputDataSource: msRest.CompositeMapper = {\n serializedName: \"Microsoft.Storage/DocumentDB\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n uberParent: \"OutputDataSource\",\n className: \"DocumentDbOutputDataSource\",\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 AzureFunctionOutputDataSource: msRest.CompositeMapper = {\n serializedName: \"Microsoft.AzureFunction\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n uberParent: \"OutputDataSource\",\n className: \"AzureFunctionOutputDataSource\",\n modelProperties: {\n ...OutputDataSource.type.modelProperties,\n functionAppName: {\n serializedName: \"properties.functionAppName\",\n type: {\n name: \"String\"\n }\n },\n functionName: {\n serializedName: \"properties.functionName\",\n type: {\n name: \"String\"\n }\n },\n apiKey: {\n serializedName: \"properties.apiKey\",\n type: {\n name: \"String\"\n }\n },\n maxBatchSize: {\n serializedName: \"properties.maxBatchSize\",\n type: {\n name: \"Number\"\n }\n },\n maxBatchCount: {\n serializedName: \"properties.maxBatchCount\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ServiceBusQueueOutputDataSource: msRest.CompositeMapper = {\n serializedName: \"Microsoft.ServiceBus/Queue\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n uberParent: \"OutputDataSource\",\n className: \"ServiceBusQueueOutputDataSource\",\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: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ServiceBusTopicOutputDataSource: msRest.CompositeMapper = {\n serializedName: \"Microsoft.ServiceBus/Topic\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n uberParent: \"OutputDataSource\",\n className: \"ServiceBusTopicOutputDataSource\",\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: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PowerBIOutputDataSource: msRest.CompositeMapper = {\n serializedName: \"PowerBI\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n uberParent: \"OutputDataSource\",\n className: \"PowerBIOutputDataSource\",\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: msRest.CompositeMapper = {\n serializedName: \"Microsoft.DataLake/Accounts\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: OutputDataSource.type.polymorphicDiscriminator,\n uberParent: \"OutputDataSource\",\n className: \"AzureDataLakeStoreOutputDataSource\",\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 AzureSqlDatabaseDataSourceProperties: msRest.CompositeMapper = {\n serializedName: \"AzureSqlDatabaseDataSourceProperties\",\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 OAuthBasedDataSourceProperties: msRest.CompositeMapper = {\n serializedName: \"OAuthBasedDataSourceProperties\",\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 External: msRest.CompositeMapper = {\n serializedName: \"External\",\n type: {\n name: \"Composite\",\n className: \"External\",\n modelProperties: {\n storageAccount: {\n serializedName: \"storageAccount\",\n type: {\n name: \"Composite\",\n className: \"StorageAccount\"\n }\n },\n container: {\n serializedName: \"container\",\n type: {\n name: \"String\"\n }\n },\n path: {\n serializedName: \"path\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StreamingJobSku: msRest.CompositeMapper = {\n serializedName: \"StreamingJobSku\",\n type: {\n name: \"Composite\",\n className: \"StreamingJobSku\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Transformation: msRest.CompositeMapper = {\n serializedName: \"Transformation\",\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 query: {\n serializedName: \"properties.query\",\n type: {\n name: \"String\"\n }\n },\n etag: {\n readOnly: true,\n serializedName: \"properties.etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const JobStorageAccount: msRest.CompositeMapper = {\n serializedName: \"JobStorageAccount\",\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 ClusterInfo: msRest.CompositeMapper = {\n serializedName: \"ClusterInfo\",\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 Resource: msRest.CompositeMapper = {\n serializedName: \"Resource\",\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TrackedResource: msRest.CompositeMapper = {\n serializedName: \"TrackedResource\",\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: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StreamingJob: msRest.CompositeMapper = {\n serializedName: \"StreamingJob\",\n type: {\n name: \"Composite\",\n className: \"StreamingJob\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n sku: {\n serializedName: \"properties.sku\",\n type: {\n name: \"Composite\",\n className: \"StreamingJobSku\"\n }\n },\n jobId: {\n readOnly: true,\n serializedName: \"properties.jobId\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n jobState: {\n readOnly: true,\n serializedName: \"properties.jobState\",\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 readOnly: true,\n serializedName: \"properties.lastOutputEventTime\",\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 readOnly: true,\n serializedName: \"properties.createdDate\",\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 readOnly: true,\n serializedName: \"properties.etag\",\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 externals: {\n serializedName: \"properties.externals\",\n type: {\n name: \"Composite\",\n className: \"External\"\n }\n },\n cluster: {\n serializedName: \"properties.cluster\",\n type: {\n name: \"Composite\",\n className: \"ClusterInfo\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\"\n }\n }\n }\n }\n};\n\nexport const StartStreamingJobParameters: msRest.CompositeMapper = {\n serializedName: \"StartStreamingJobParameters\",\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 ProxyResource: msRest.CompositeMapper = {\n serializedName: \"ProxyResource\",\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties\n }\n }\n};\n\nexport const SubscriptionQuota: msRest.CompositeMapper = {\n serializedName: \"SubscriptionQuota\",\n type: {\n name: \"Composite\",\n className: \"SubscriptionQuota\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n maxCount: {\n readOnly: true,\n serializedName: \"properties.maxCount\",\n type: {\n name: \"Number\"\n }\n },\n currentCount: {\n readOnly: true,\n serializedName: \"properties.currentCount\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const SubscriptionQuotasListResult: msRest.CompositeMapper = {\n serializedName: \"SubscriptionQuotasListResult\",\n type: {\n name: \"Composite\",\n className: \"SubscriptionQuotasListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"value\",\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 TestQueryDiagnostics: msRest.CompositeMapper = {\n serializedName: \"TestQuery_diagnostics\",\n type: {\n name: \"Composite\",\n className: \"TestQueryDiagnostics\",\n modelProperties: {\n writeUri: {\n required: true,\n serializedName: \"writeUri\",\n type: {\n name: \"String\"\n }\n },\n path: {\n serializedName: \"path\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TestQuery: msRest.CompositeMapper = {\n serializedName: \"TestQuery\",\n type: {\n name: \"Composite\",\n className: \"TestQuery\",\n modelProperties: {\n diagnostics: {\n serializedName: \"diagnostics\",\n type: {\n name: \"Composite\",\n className: \"TestQueryDiagnostics\"\n }\n },\n streamingJob: {\n required: true,\n serializedName: \"streamingJob\",\n type: {\n name: \"Composite\",\n className: \"StreamingJob\"\n }\n }\n }\n }\n};\n\nexport const QueryTestingResult: msRest.CompositeMapper = {\n serializedName: \"QueryTestingResult\",\n type: {\n name: \"Composite\",\n className: \"QueryTestingResult\",\n modelProperties: {\n ...ErrorModel.type.modelProperties,\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n outputUri: {\n readOnly: true,\n serializedName: \"outputUri\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const QueryInput: msRest.CompositeMapper = {\n serializedName: \"QueryInput\",\n type: {\n name: \"Composite\",\n className: \"QueryInput\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const QueryFunction: msRest.CompositeMapper = {\n serializedName: \"QueryFunction\",\n type: {\n name: \"Composite\",\n className: \"QueryFunction\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n bindingType: {\n required: true,\n serializedName: \"bindingType\",\n type: {\n name: \"String\"\n }\n },\n inputs: {\n required: true,\n serializedName: \"inputs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FunctionInput\"\n }\n }\n }\n },\n output: {\n required: true,\n serializedName: \"output\",\n type: {\n name: \"Composite\",\n className: \"FunctionOutput\"\n }\n }\n }\n }\n};\n\nexport const CompileQuery: msRest.CompositeMapper = {\n serializedName: \"CompileQuery\",\n type: {\n name: \"Composite\",\n className: \"CompileQuery\",\n modelProperties: {\n query: {\n required: true,\n serializedName: \"query\",\n type: {\n name: \"String\"\n }\n },\n inputs: {\n serializedName: \"inputs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"QueryInput\"\n }\n }\n }\n },\n functions: {\n serializedName: \"functions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"QueryFunction\"\n }\n }\n }\n },\n jobType: {\n required: true,\n serializedName: \"jobType\",\n type: {\n name: \"String\"\n }\n },\n compatibilityLevel: {\n serializedName: \"compatibilityLevel\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const QueryCompilationError: msRest.CompositeMapper = {\n serializedName: \"QueryCompilationError\",\n type: {\n name: \"Composite\",\n className: \"QueryCompilationError\",\n modelProperties: {\n message: {\n readOnly: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n startLine: {\n readOnly: true,\n serializedName: \"startLine\",\n type: {\n name: \"Number\"\n }\n },\n startColumn: {\n readOnly: true,\n serializedName: \"startColumn\",\n type: {\n name: \"Number\"\n }\n },\n endLine: {\n readOnly: true,\n serializedName: \"endLine\",\n type: {\n name: \"Number\"\n }\n },\n endColumn: {\n readOnly: true,\n serializedName: \"endColumn\",\n type: {\n name: \"Number\"\n }\n },\n isGlobal: {\n readOnly: true,\n serializedName: \"isGlobal\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const QueryCompilationResult: msRest.CompositeMapper = {\n serializedName: \"QueryCompilationResult\",\n type: {\n name: \"Composite\",\n className: \"QueryCompilationResult\",\n modelProperties: {\n errors: {\n readOnly: true,\n serializedName: \"errors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"QueryCompilationError\"\n }\n }\n }\n },\n warnings: {\n readOnly: true,\n serializedName: \"warnings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n inputs: {\n readOnly: true,\n serializedName: \"inputs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n outputs: {\n readOnly: true,\n serializedName: \"outputs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n functions: {\n readOnly: true,\n serializedName: \"functions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SampleInput: msRest.CompositeMapper = {\n serializedName: \"SampleInput\",\n type: {\n name: \"Composite\",\n className: \"SampleInput\",\n modelProperties: {\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"Input\"\n }\n },\n compatibilityLevel: {\n serializedName: \"compatibilityLevel\",\n type: {\n name: \"String\"\n }\n },\n eventsUri: {\n serializedName: \"eventsUri\",\n type: {\n name: \"String\"\n }\n },\n dataLocale: {\n serializedName: \"dataLocale\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SampleInputResult: msRest.CompositeMapper = {\n serializedName: \"SampleInputResult\",\n type: {\n name: \"Composite\",\n className: \"SampleInputResult\",\n modelProperties: {\n ...ErrorModel.type.modelProperties,\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n diagnostics: {\n readOnly: true,\n serializedName: \"diagnostics\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n eventsDownloadUrl: {\n readOnly: true,\n serializedName: \"eventsDownloadUrl\",\n type: {\n name: \"String\"\n }\n },\n lastArrivalTime: {\n readOnly: true,\n serializedName: \"lastArrivalTime\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TestInput: msRest.CompositeMapper = {\n serializedName: \"TestInput\",\n type: {\n name: \"Composite\",\n className: \"TestInput\",\n modelProperties: {\n input: {\n required: true,\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"Input\"\n }\n }\n }\n }\n};\n\nexport const TestOutput: msRest.CompositeMapper = {\n serializedName: \"TestOutput\",\n type: {\n name: \"Composite\",\n className: \"TestOutput\",\n modelProperties: {\n output: {\n required: true,\n serializedName: \"output\",\n type: {\n name: \"Composite\",\n className: \"Output\"\n }\n }\n }\n }\n};\n\nexport const TestDatasourceResult: msRest.CompositeMapper = {\n serializedName: \"TestDatasourceResult\",\n type: {\n name: \"Composite\",\n className: \"TestDatasourceResult\",\n modelProperties: {\n ...ErrorModel.type.modelProperties,\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: msRest.CompositeMapper = {\n serializedName: \"Operation_display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n readOnly: true,\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n readOnly: true,\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n readOnly: true,\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n readOnly: true,\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Operation: msRest.CompositeMapper = {\n serializedName: \"Operation\",\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n readOnly: true,\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n }\n }\n }\n};\n\nexport const ClusterSku: msRest.CompositeMapper = {\n serializedName: \"ClusterSku\",\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 serializedName: \"capacity\",\n constraints: {\n InclusiveMaximum: 216,\n InclusiveMinimum: 36\n },\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ClusterProperties: msRest.CompositeMapper = {\n serializedName: \"ClusterProperties\",\n type: {\n name: \"Composite\",\n className: \"ClusterProperties\",\n modelProperties: {\n createdDate: {\n readOnly: true,\n serializedName: \"createdDate\",\n type: {\n name: \"DateTime\"\n }\n },\n clusterId: {\n readOnly: true,\n serializedName: \"clusterId\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\"\n }\n },\n capacityAllocated: {\n readOnly: true,\n serializedName: \"capacityAllocated\",\n type: {\n name: \"Number\"\n }\n },\n capacityAssigned: {\n readOnly: true,\n serializedName: \"capacityAssigned\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const Cluster: msRest.CompositeMapper = {\n serializedName: \"Cluster\",\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 readOnly: true,\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ClusterProperties\"\n }\n }\n }\n }\n};\n\nexport const ClusterJob: msRest.CompositeMapper = {\n serializedName: \"ClusterJob\",\n type: {\n name: \"Composite\",\n className: \"ClusterJob\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n streamingUnits: {\n readOnly: true,\n serializedName: \"streamingUnits\",\n type: {\n name: \"Number\"\n }\n },\n jobState: {\n serializedName: \"jobState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkConnectionState: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkConnectionState\",\n modelProperties: {\n status: {\n readOnly: true,\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n description: {\n readOnly: true,\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n actionsRequired: {\n readOnly: true,\n serializedName: \"actionsRequired\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkServiceConnection: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkServiceConnection\",\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 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 PrivateEndpointProperties: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpointProperties\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointProperties\",\n modelProperties: {\n createdDate: {\n readOnly: true,\n serializedName: \"createdDate\",\n type: {\n name: \"String\"\n }\n },\n manualPrivateLinkServiceConnections: {\n serializedName: \"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 PrivateEndpoint: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointProperties\"\n }\n },\n etag: {\n readOnly: true,\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FunctionsCreateOrReplaceHeaders: msRest.CompositeMapper = {\n serializedName: \"functions-createorreplace-headers\",\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: msRest.CompositeMapper = {\n serializedName: \"functions-update-headers\",\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: msRest.CompositeMapper = {\n serializedName: \"functions-get-headers\",\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 const InputsCreateOrReplaceHeaders: msRest.CompositeMapper = {\n serializedName: \"inputs-createorreplace-headers\",\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: msRest.CompositeMapper = {\n serializedName: \"inputs-update-headers\",\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: msRest.CompositeMapper = {\n serializedName: \"inputs-get-headers\",\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: msRest.CompositeMapper = {\n serializedName: \"outputs-createorreplace-headers\",\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: msRest.CompositeMapper = {\n serializedName: \"outputs-update-headers\",\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: msRest.CompositeMapper = {\n serializedName: \"outputs-get-headers\",\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 StreamingJobsCreateOrReplaceHeaders: msRest.CompositeMapper = {\n serializedName: \"streamingjobs-createorreplace-headers\",\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: msRest.CompositeMapper = {\n serializedName: \"streamingjobs-update-headers\",\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: msRest.CompositeMapper = {\n serializedName: \"streamingjobs-get-headers\",\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 TransformationsCreateOrReplaceHeaders: msRest.CompositeMapper = {\n serializedName: \"transformations-createorreplace-headers\",\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: msRest.CompositeMapper = {\n serializedName: \"transformations-update-headers\",\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: msRest.CompositeMapper = {\n serializedName: \"transformations-get-headers\",\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 FunctionListResult: msRest.CompositeMapper = {\n serializedName: \"FunctionListResult\",\n type: {\n name: \"Composite\",\n className: \"FunctionListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FunctionModel\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InputListResult: msRest.CompositeMapper = {\n serializedName: \"InputListResult\",\n type: {\n name: \"Composite\",\n className: \"InputListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Input\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OutputListResult: msRest.CompositeMapper = {\n serializedName: \"OutputListResult\",\n type: {\n name: \"Composite\",\n className: \"OutputListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Output\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StreamingJobListResult: msRest.CompositeMapper = {\n serializedName: \"StreamingJobListResult\",\n type: {\n name: \"Composite\",\n className: \"StreamingJobListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StreamingJob\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationListResult: msRest.CompositeMapper = {\n serializedName: \"OperationListResult\",\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ClusterListResult: msRest.CompositeMapper = {\n serializedName: \"ClusterListResult\",\n type: {\n name: \"Composite\",\n className: \"ClusterListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Cluster\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ClusterJobListResult: msRest.CompositeMapper = {\n serializedName: \"ClusterJobListResult\",\n type: {\n name: \"Composite\",\n className: \"ClusterJobListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ClusterJob\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointListResult: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpointListResult\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const discriminators = {\n 'FunctionBinding' : FunctionBinding,\n 'FunctionProperties' : FunctionProperties,\n 'FunctionProperties.Scalar' : ScalarFunctionProperties,\n 'FunctionBinding.Microsoft.MachineLearning/WebService' : AzureMachineLearningStudioFunctionBinding,\n 'FunctionBinding.Microsoft.StreamAnalytics/JavascriptUdf' : JavaScriptFunctionBinding,\n 'FunctionBinding.Microsoft.StreamAnalytics/CLRUdf' : CSharpFunctionBinding,\n 'FunctionRetrieveDefaultDefinitionParameters' : FunctionRetrieveDefaultDefinitionParameters,\n 'FunctionRetrieveDefaultDefinitionParameters.Microsoft.MachineLearning/WebService' : AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters,\n 'FunctionRetrieveDefaultDefinitionParameters.Microsoft.MachineLearningServices' : AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters,\n 'FunctionRetrieveDefaultDefinitionParameters.Microsoft.StreamAnalytics/JavascriptUdf' : JavaScriptFunctionRetrieveDefaultDefinitionParameters,\n 'FunctionRetrieveDefaultDefinitionParameters.Microsoft.StreamAnalytics/CLRUdf' : CSharpFunctionRetrieveDefaultDefinitionParameters,\n 'FunctionBinding.Microsoft.MachineLearningServices' : AzureMachineLearningServiceFunctionBinding,\n 'FunctionProperties.Aggregate' : AggregateFunctionProperties,\n 'Serialization' : Serialization,\n 'InputProperties' : InputProperties,\n 'StreamInputDataSource' : StreamInputDataSource,\n 'InputProperties.Stream' : StreamInputProperties,\n 'ReferenceInputDataSource' : ReferenceInputDataSource,\n 'InputProperties.Reference' : ReferenceInputProperties,\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 'StreamInputDataSource.Raw' : RawStreamInputDataSource,\n 'ReferenceInputDataSource.Microsoft.Storage/Blob' : BlobReferenceInputDataSource,\n 'ReferenceInputDataSource.Raw' : RawReferenceInputDataSource,\n 'Serialization.Parquet' : ParquetSerialization,\n 'Serialization.CustomClr' : CustomClrSerialization,\n 'Serialization.Csv' : CsvSerialization,\n 'Serialization.Json' : JsonSerialization,\n 'Serialization.Avro' : AvroSerialization,\n 'ReferenceInputDataSource.Microsoft.Sql/Server/Database' : AzureSqlReferenceInputDataSource,\n 'OutputDataSource' : OutputDataSource,\n 'OutputDataSource.Raw' : RawOutputDatasource,\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.AzureFunction' : AzureFunctionOutputDataSource,\n 'OutputDataSource.Microsoft.ServiceBus/Queue' : ServiceBusQueueOutputDataSource,\n 'OutputDataSource.Microsoft.ServiceBus/Topic' : ServiceBusTopicOutputDataSource,\n 'OutputDataSource.PowerBI' : PowerBIOutputDataSource,\n 'OutputDataSource.Microsoft.DataLake/Accounts' : AzureDataLakeStoreOutputDataSource\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\nexport {\n discriminators,\n AggregateFunctionProperties,\n AvroSerialization,\n AzureDataLakeStoreOutputDataSource,\n AzureFunctionOutputDataSource,\n AzureMachineLearningServiceFunctionBinding,\n AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters,\n AzureMachineLearningServiceInputColumn,\n AzureMachineLearningServiceOutputColumn,\n AzureMachineLearningStudioFunctionBinding,\n AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters,\n AzureMachineLearningStudioInputColumn,\n AzureMachineLearningStudioInputs,\n AzureMachineLearningStudioOutputColumn,\n AzureSqlDatabaseOutputDataSource,\n AzureSqlReferenceInputDataSource,\n AzureSqlReferenceInputDataSourceProperties,\n AzureSynapseOutputDataSource,\n AzureTableOutputDataSource,\n BaseResource,\n BlobOutputDataSource,\n BlobReferenceInputDataSource,\n BlobStreamInputDataSource,\n Cluster,\n ClusterInfo,\n ClusterProperties,\n ClusterSku,\n Compression,\n CSharpFunctionBinding,\n CSharpFunctionRetrieveDefaultDefinitionParameters,\n CsvSerialization,\n CustomClrSerialization,\n DiagnosticCondition,\n Diagnostics,\n DocumentDbOutputDataSource,\n ErrorDetails,\n ErrorError,\n ErrorModel,\n ErrorResponse,\n EventHubOutputDataSource,\n EventHubStreamInputDataSource,\n EventHubV2OutputDataSource,\n EventHubV2StreamInputDataSource,\n External,\n FunctionBinding,\n FunctionInput,\n FunctionListResult,\n FunctionModel,\n FunctionOutput,\n FunctionProperties,\n FunctionRetrieveDefaultDefinitionParameters,\n FunctionsCreateOrReplaceHeaders,\n FunctionsGetHeaders,\n FunctionsUpdateHeaders,\n Identity,\n Input,\n InputProperties,\n IoTHubStreamInputDataSource,\n JavaScriptFunctionBinding,\n JavaScriptFunctionRetrieveDefaultDefinitionParameters,\n JobStorageAccount,\n JsonSerialization,\n Output,\n OutputDataSource,\n ParquetSerialization,\n PowerBIOutputDataSource,\n PrivateEndpoint,\n PrivateEndpointProperties,\n PrivateLinkConnectionState,\n PrivateLinkServiceConnection,\n ProxyResource,\n QueryTestingResult,\n RawOutputDatasource,\n RawReferenceInputDataSource,\n RawStreamInputDataSource,\n ReferenceInputDataSource,\n ReferenceInputProperties,\n Resource,\n ResourceTestStatus,\n SampleInputResult,\n ScalarFunctionProperties,\n Serialization,\n ServiceBusQueueOutputDataSource,\n ServiceBusTopicOutputDataSource,\n StorageAccount,\n StreamingJob,\n StreamingJobSku,\n StreamInputDataSource,\n StreamInputProperties,\n SubResource,\n SubscriptionQuota,\n TestDatasourceResult,\n TrackedResource,\n Transformation\n} from \"../models/mappers\";\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\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const acceptLanguage: msRest.OperationParameter = {\n parameterPath: \"acceptLanguage\",\n mapper: {\n serializedName: \"accept-language\",\n defaultValue: 'en-US',\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion0: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"api-version\",\n defaultValue: '2017-04-01-preview',\n constraints: {\n MinLength: 1\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion1: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"api-version\",\n defaultValue: '2020-03-01-preview',\n constraints: {\n MinLength: 1\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const clusterName: msRest.OperationURLParameter = {\n parameterPath: \"clusterName\",\n mapper: {\n required: true,\n serializedName: \"clusterName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const expand: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"expand\"\n ],\n mapper: {\n serializedName: \"$expand\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const functionName: msRest.OperationURLParameter = {\n parameterPath: \"functionName\",\n mapper: {\n required: true,\n serializedName: \"functionName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const ifMatch: msRest.OperationParameter = {\n parameterPath: [\n \"options\",\n \"ifMatch\"\n ],\n mapper: {\n serializedName: \"If-Match\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const ifNoneMatch: msRest.OperationParameter = {\n parameterPath: [\n \"options\",\n \"ifNoneMatch\"\n ],\n mapper: {\n serializedName: \"If-None-Match\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const inputName: msRest.OperationURLParameter = {\n parameterPath: \"inputName\",\n mapper: {\n required: true,\n serializedName: \"inputName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const jobName: msRest.OperationURLParameter = {\n parameterPath: \"jobName\",\n mapper: {\n required: true,\n serializedName: \"jobName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const location: msRest.OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const nextPageLink: msRest.OperationURLParameter = {\n parameterPath: \"nextPageLink\",\n mapper: {\n required: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\nexport const outputName: msRest.OperationURLParameter = {\n parameterPath: \"outputName\",\n mapper: {\n required: true,\n serializedName: \"outputName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const privateEndpointName: msRest.OperationURLParameter = {\n parameterPath: \"privateEndpointName\",\n mapper: {\n required: true,\n serializedName: \"privateEndpointName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const resourceGroupName: msRest.OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n required: true,\n serializedName: \"resourceGroupName\",\n constraints: {\n MaxLength: 90,\n MinLength: 1,\n Pattern: /^[-\\w\\._\\(\\)]+$/\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const select: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"select\"\n ],\n mapper: {\n serializedName: \"$select\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const subscriptionId: msRest.OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n required: true,\n serializedName: \"subscriptionId\",\n constraints: {\n MinLength: 1\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const transformationName: msRest.OperationURLParameter = {\n parameterPath: \"transformationName\",\n mapper: {\n required: true,\n serializedName: \"transformationName\",\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\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/functionsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StreamAnalyticsManagementClientContext } from \"../streamAnalyticsManagementClientContext\";\n\n/** Class representing a Functions. */\nexport class Functions {\n private readonly client: StreamAnalyticsManagementClientContext;\n\n /**\n * Create a Functions.\n * @param {StreamAnalyticsManagementClientContext} client Reference to the service client.\n */\n constructor(client: StreamAnalyticsManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Creates a function or replaces an already existing function under an existing streaming job.\n * @param functionParameter The definition of the function that will be used to create a new\n * function or replace the existing one under 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 optional parameters\n * @returns Promise<Models.FunctionsCreateOrReplaceResponse>\n */\n createOrReplace(functionParameter: Models.FunctionModel, resourceGroupName: string, jobName: string, functionName: string, options?: Models.FunctionsCreateOrReplaceOptionalParams): Promise<Models.FunctionsCreateOrReplaceResponse>;\n /**\n * @param functionParameter The definition of the function that will be used to create a new\n * function or replace the existing one under 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 callback The callback\n */\n createOrReplace(functionParameter: Models.FunctionModel, resourceGroupName: string, jobName: string, functionName: string, callback: msRest.ServiceCallback<Models.FunctionModel>): void;\n /**\n * @param functionParameter The definition of the function that will be used to create a new\n * function or replace the existing one under 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 optional parameters\n * @param callback The callback\n */\n createOrReplace(functionParameter: Models.FunctionModel, resourceGroupName: string, jobName: string, functionName: string, options: Models.FunctionsCreateOrReplaceOptionalParams, callback: msRest.ServiceCallback<Models.FunctionModel>): void;\n createOrReplace(functionParameter: Models.FunctionModel, resourceGroupName: string, jobName: string, functionName: string, options?: Models.FunctionsCreateOrReplaceOptionalParams | msRest.ServiceCallback<Models.FunctionModel>, callback?: msRest.ServiceCallback<Models.FunctionModel>): Promise<Models.FunctionsCreateOrReplaceResponse> {\n return this.client.sendOperationRequest(\n {\n functionParameter,\n resourceGroupName,\n jobName,\n functionName,\n options\n },\n createOrReplaceOperationSpec,\n callback) as Promise<Models.FunctionsCreateOrReplaceResponse>;\n }\n\n /**\n * Updates an existing function under an existing streaming job. This can be used to partially\n * update (ie. update one or two properties) a function without affecting the rest the job or\n * function definition.\n * @param functionParameter 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 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 optional parameters\n * @returns Promise<Models.FunctionsUpdateResponse>\n */\n update(functionParameter: Models.FunctionModel, resourceGroupName: string, jobName: string, functionName: string, options?: Models.FunctionsUpdateOptionalParams): Promise<Models.FunctionsUpdateResponse>;\n /**\n * @param functionParameter 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 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 callback The callback\n */\n update(functionParameter: Models.FunctionModel, resourceGroupName: string, jobName: string, functionName: string, callback: msRest.ServiceCallback<Models.FunctionModel>): void;\n /**\n * @param functionParameter 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 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 optional parameters\n * @param callback The callback\n */\n update(functionParameter: Models.FunctionModel, resourceGroupName: string, jobName: string, functionName: string, options: Models.FunctionsUpdateOptionalParams, callback: msRest.ServiceCallback<Models.FunctionModel>): void;\n update(functionParameter: Models.FunctionModel, resourceGroupName: string, jobName: string, functionName: string, options?: Models.FunctionsUpdateOptionalParams | msRest.ServiceCallback<Models.FunctionModel>, callback?: msRest.ServiceCallback<Models.FunctionModel>): Promise<Models.FunctionsUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n functionParameter,\n resourceGroupName,\n jobName,\n functionName,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.FunctionsUpdateResponse>;\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 optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, jobName: string, functionName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\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 callback The callback\n */\n deleteMethod(resourceGroupName: string, jobName: string, functionName: string, callback: msRest.ServiceCallback<void>): void;\n /**\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 optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, jobName: string, functionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, jobName: string, functionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n jobName,\n functionName,\n options\n },\n deleteMethodOperationSpec,\n callback);\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 optional parameters\n * @returns Promise<Models.FunctionsGetResponse>\n */\n get(resourceGroupName: string, jobName: string, functionName: string, options?: msRest.RequestOptionsBase): Promise<Models.FunctionsGetResponse>;\n /**\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 callback The callback\n */\n get(resourceGroupName: string, jobName: string, functionName: string, callback: msRest.ServiceCallback<Models.FunctionModel>): void;\n /**\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 optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, jobName: string, functionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.FunctionModel>): void;\n get(resourceGroupName: string, jobName: string, functionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.FunctionModel>, callback?: msRest.ServiceCallback<Models.FunctionModel>): Promise<Models.FunctionsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n jobName,\n functionName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.FunctionsGetResponse>;\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 optional parameters\n * @returns Promise<Models.FunctionsListByStreamingJobResponse>\n */\n listByStreamingJob(resourceGroupName: string, jobName: string, options?: Models.FunctionsListByStreamingJobOptionalParams): Promise<Models.FunctionsListByStreamingJobResponse>;\n /**\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 callback The callback\n */\n listByStreamingJob(resourceGroupName: string, jobName: string, callback: msRest.ServiceCallback<Models.FunctionListResult>): void;\n /**\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 optional parameters\n * @param callback The callback\n */\n listByStreamingJob(resourceGroupName: string, jobName: string, options: Models.FunctionsListByStreamingJobOptionalParams, callback: msRest.ServiceCallback<Models.FunctionListResult>): void;\n listByStreamingJob(resourceGroupName: string, jobName: string, options?: Models.FunctionsListByStreamingJobOptionalParams | msRest.ServiceCallback<Models.FunctionListResult>, callback?: msRest.ServiceCallback<Models.FunctionListResult>): Promise<Models.FunctionsListByStreamingJobResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n jobName,\n options\n },\n listByStreamingJobOperationSpec,\n callback) as Promise<Models.FunctionsListByStreamingJobResponse>;\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 optional parameters\n * @returns Promise<Models.FunctionsTestResponse>\n */\n test(resourceGroupName: string, jobName: string, functionName: string, options?: Models.FunctionsTestOptionalParams): Promise<Models.FunctionsTestResponse> {\n return this.beginTest(resourceGroupName,jobName,functionName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.FunctionsTestResponse>;\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 optional parameters\n * @returns Promise<Models.FunctionsRetrieveDefaultDefinitionResponse>\n */\n retrieveDefaultDefinition(resourceGroupName: string, jobName: string, functionName: string, options?: Models.FunctionsRetrieveDefaultDefinitionOptionalParams): Promise<Models.FunctionsRetrieveDefaultDefinitionResponse>;\n /**\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 callback The callback\n */\n retrieveDefaultDefinition(resourceGroupName: string, jobName: string, functionName: string, callback: msRest.ServiceCallback<Models.FunctionModel>): void;\n /**\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 optional parameters\n * @param callback The callback\n */\n retrieveDefaultDefinition(resourceGroupName: string, jobName: string, functionName: string, options: Models.FunctionsRetrieveDefaultDefinitionOptionalParams, callback: msRest.ServiceCallback<Models.FunctionModel>): void;\n retrieveDefaultDefinition(resourceGroupName: string, jobName: string, functionName: string, options?: Models.FunctionsRetrieveDefaultDefinitionOptionalParams | msRest.ServiceCallback<Models.FunctionModel>, callback?: msRest.ServiceCallback<Models.FunctionModel>): Promise<Models.FunctionsRetrieveDefaultDefinitionResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n jobName,\n functionName,\n options\n },\n retrieveDefaultDefinitionOperationSpec,\n callback) as Promise<Models.FunctionsRetrieveDefaultDefinitionResponse>;\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 optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginTest(resourceGroupName: string, jobName: string, functionName: string, options?: Models.FunctionsBeginTestOptionalParams): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n jobName,\n functionName,\n options\n },\n beginTestOperationSpec,\n options);\n }\n\n /**\n * Lists all of the functions under the specified streaming job.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.FunctionsListByStreamingJobNextResponse>\n */\n listByStreamingJobNext(nextPageLink: string, options?: Models.FunctionsListByStreamingJobNextOptionalParams): Promise<Models.FunctionsListByStreamingJobNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByStreamingJobNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.FunctionListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByStreamingJobNext(nextPageLink: string, options: Models.FunctionsListByStreamingJobNextOptionalParams, callback: msRest.ServiceCallback<Models.FunctionListResult>): void;\n listByStreamingJobNext(nextPageLink: string, options?: Models.FunctionsListByStreamingJobNextOptionalParams | msRest.ServiceCallback<Models.FunctionListResult>, callback?: msRest.ServiceCallback<Models.FunctionListResult>): Promise<Models.FunctionsListByStreamingJobNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByStreamingJobNextOperationSpec,\n callback) as Promise<Models.FunctionsListByStreamingJobNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst createOrReplaceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/functions/{functionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.functionName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.ifMatch,\n Parameters.ifNoneMatch,\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"functionParameter\",\n mapper: {\n ...Mappers.FunctionModel,\n required: true\n }\n },\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 headersMapper: Mappers.FunctionsCreateOrReplaceHeaders\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/functions/{functionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.functionName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.ifMatch,\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"functionParameter\",\n mapper: {\n ...Mappers.FunctionModel,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.FunctionModel,\n headersMapper: Mappers.FunctionsUpdateHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorModel,\n headersMapper: Mappers.FunctionsUpdateHeaders\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/functions/{functionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.functionName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/functions/{functionName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.functionName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.FunctionModel,\n headersMapper: Mappers.FunctionsGetHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorModel,\n headersMapper: Mappers.FunctionsGetHeaders\n }\n },\n serializer\n};\n\nconst listByStreamingJobOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/functions\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName\n ],\n queryParameters: [\n Parameters.select,\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.FunctionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst retrieveDefaultDefinitionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/functions/{functionName}/retrieveDefaultDefinition\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.functionName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: [\n \"options\",\n \"functionRetrieveDefaultDefinitionParameters\"\n ],\n mapper: Mappers.FunctionRetrieveDefaultDefinitionParameters\n },\n responses: {\n 200: {\n bodyMapper: Mappers.FunctionModel\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst beginTestOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/functions/{functionName}/test\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.functionName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: [\n \"options\",\n \"functionParameter\"\n ],\n mapper: Mappers.FunctionModel\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ResourceTestStatus\n },\n 202: {},\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst listByStreamingJobNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.select,\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.FunctionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\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\nexport {\n discriminators,\n AggregateFunctionProperties,\n AvroSerialization,\n AzureDataLakeStoreOutputDataSource,\n AzureFunctionOutputDataSource,\n AzureMachineLearningServiceFunctionBinding,\n AzureMachineLearningServiceInputColumn,\n AzureMachineLearningServiceOutputColumn,\n AzureMachineLearningStudioFunctionBinding,\n AzureMachineLearningStudioInputColumn,\n AzureMachineLearningStudioInputs,\n AzureMachineLearningStudioOutputColumn,\n AzureSqlDatabaseOutputDataSource,\n AzureSqlReferenceInputDataSource,\n AzureSqlReferenceInputDataSourceProperties,\n AzureSynapseOutputDataSource,\n AzureTableOutputDataSource,\n BaseResource,\n BlobOutputDataSource,\n BlobReferenceInputDataSource,\n BlobStreamInputDataSource,\n Cluster,\n ClusterInfo,\n ClusterProperties,\n ClusterSku,\n Compression,\n CSharpFunctionBinding,\n CsvSerialization,\n CustomClrSerialization,\n DiagnosticCondition,\n Diagnostics,\n DocumentDbOutputDataSource,\n ErrorDetails,\n ErrorError,\n ErrorModel,\n ErrorResponse,\n EventHubOutputDataSource,\n EventHubStreamInputDataSource,\n EventHubV2OutputDataSource,\n EventHubV2StreamInputDataSource,\n External,\n FunctionBinding,\n FunctionInput,\n FunctionModel,\n FunctionOutput,\n FunctionProperties,\n Identity,\n Input,\n InputListResult,\n InputProperties,\n InputsCreateOrReplaceHeaders,\n InputsGetHeaders,\n InputsUpdateHeaders,\n IoTHubStreamInputDataSource,\n JavaScriptFunctionBinding,\n JobStorageAccount,\n JsonSerialization,\n Output,\n OutputDataSource,\n ParquetSerialization,\n PowerBIOutputDataSource,\n PrivateEndpoint,\n PrivateEndpointProperties,\n PrivateLinkConnectionState,\n PrivateLinkServiceConnection,\n ProxyResource,\n QueryTestingResult,\n RawOutputDatasource,\n RawReferenceInputDataSource,\n RawStreamInputDataSource,\n ReferenceInputDataSource,\n ReferenceInputProperties,\n Resource,\n ResourceTestStatus,\n SampleInputResult,\n ScalarFunctionProperties,\n Serialization,\n ServiceBusQueueOutputDataSource,\n ServiceBusTopicOutputDataSource,\n StorageAccount,\n StreamingJob,\n StreamingJobSku,\n StreamInputDataSource,\n StreamInputProperties,\n SubResource,\n SubscriptionQuota,\n TestDatasourceResult,\n TrackedResource,\n Transformation\n} from \"../models/mappers\";\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\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/inputsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StreamAnalyticsManagementClientContext } from \"../streamAnalyticsManagementClientContext\";\n\n/** Class representing a Inputs. */\nexport class Inputs {\n private readonly client: StreamAnalyticsManagementClientContext;\n\n /**\n * Create a Inputs.\n * @param {StreamAnalyticsManagementClientContext} client Reference to the service client.\n */\n constructor(client: StreamAnalyticsManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Creates an input or replaces an already existing input under an existing streaming job.\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 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 optional parameters\n * @returns Promise<Models.InputsCreateOrReplaceResponse>\n */\n createOrReplace(input: Models.Input, resourceGroupName: string, jobName: string, inputName: string, options?: Models.InputsCreateOrReplaceOptionalParams): Promise<Models.InputsCreateOrReplaceResponse>;\n /**\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 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 callback The callback\n */\n createOrReplace(input: Models.Input, resourceGroupName: string, jobName: string, inputName: string, callback: msRest.ServiceCallback<Models.Input>): void;\n /**\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 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 optional parameters\n * @param callback The callback\n */\n createOrReplace(input: Models.Input, resourceGroupName: string, jobName: string, inputName: string, options: Models.InputsCreateOrReplaceOptionalParams, callback: msRest.ServiceCallback<Models.Input>): void;\n createOrReplace(input: Models.Input, resourceGroupName: string, jobName: string, inputName: string, options?: Models.InputsCreateOrReplaceOptionalParams | msRest.ServiceCallback<Models.Input>, callback?: msRest.ServiceCallback<Models.Input>): Promise<Models.InputsCreateOrReplaceResponse> {\n return this.client.sendOperationRequest(\n {\n input,\n resourceGroupName,\n jobName,\n inputName,\n options\n },\n createOrReplaceOperationSpec,\n callback) as Promise<Models.InputsCreateOrReplaceResponse>;\n }\n\n /**\n * Updates an existing input under an existing streaming job. This can be used to partially update\n * (ie. update one or two properties) an input without affecting the rest the job or input\n * definition.\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\n * set to null here will mean that the corresponding property in the existing input will remain the\n * same and not change as a result of this PATCH operation.\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 optional parameters\n * @returns Promise<Models.InputsUpdateResponse>\n */\n update(input: Models.Input, resourceGroupName: string, jobName: string, inputName: string, options?: Models.InputsUpdateOptionalParams): Promise<Models.InputsUpdateResponse>;\n /**\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\n * set to null here will mean that the corresponding property in the existing input will remain the\n * same and not change as a result of this PATCH operation.\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 callback The callback\n */\n update(input: Models.Input, resourceGroupName: string, jobName: string, inputName: string, callback: msRest.ServiceCallback<Models.Input>): void;\n /**\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\n * set to null here will mean that the corresponding property in the existing input will remain the\n * same and not change as a result of this PATCH operation.\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 optional parameters\n * @param callback The callback\n */\n update(input: Models.Input, resourceGroupName: string, jobName: string, inputName: string, options: Models.InputsUpdateOptionalParams, callback: msRest.ServiceCallback<Models.Input>): void;\n update(input: Models.Input, resourceGroupName: string, jobName: string, inputName: string, options?: Models.InputsUpdateOptionalParams | msRest.ServiceCallback<Models.Input>, callback?: msRest.ServiceCallback<Models.Input>): Promise<Models.InputsUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n input,\n resourceGroupName,\n jobName,\n inputName,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.InputsUpdateResponse>;\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 optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, jobName: string, inputName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\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 callback The callback\n */\n deleteMethod(resourceGroupName: string, jobName: string, inputName: string, callback: msRest.ServiceCallback<void>): void;\n /**\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 optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, jobName: string, inputName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, jobName: string, inputName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n jobName,\n inputName,\n options\n },\n deleteMethodOperationSpec,\n callback);\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 optional parameters\n * @returns Promise<Models.InputsGetResponse>\n */\n get(resourceGroupName: string, jobName: string, inputName: string, options?: msRest.RequestOptionsBase): Promise<Models.InputsGetResponse>;\n /**\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 callback The callback\n */\n get(resourceGroupName: string, jobName: string, inputName: string, callback: msRest.ServiceCallback<Models.Input>): void;\n /**\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 optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, jobName: string, inputName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Input>): void;\n get(resourceGroupName: string, jobName: string, inputName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Input>, callback?: msRest.ServiceCallback<Models.Input>): Promise<Models.InputsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n jobName,\n inputName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.InputsGetResponse>;\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 optional parameters\n * @returns Promise<Models.InputsListByStreamingJobResponse>\n */\n listByStreamingJob(resourceGroupName: string, jobName: string, options?: Models.InputsListByStreamingJobOptionalParams): Promise<Models.InputsListByStreamingJobResponse>;\n /**\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 callback The callback\n */\n listByStreamingJob(resourceGroupName: string, jobName: string, callback: msRest.ServiceCallback<Models.InputListResult>): void;\n /**\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 optional parameters\n * @param callback The callback\n */\n listByStreamingJob(resourceGroupName: string, jobName: string, options: Models.InputsListByStreamingJobOptionalParams, callback: msRest.ServiceCallback<Models.InputListResult>): void;\n listByStreamingJob(resourceGroupName: string, jobName: string, options?: Models.InputsListByStreamingJobOptionalParams | msRest.ServiceCallback<Models.InputListResult>, callback?: msRest.ServiceCallback<Models.InputListResult>): Promise<Models.InputsListByStreamingJobResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n jobName,\n options\n },\n listByStreamingJobOperationSpec,\n callback) as Promise<Models.InputsListByStreamingJobResponse>;\n }\n\n /**\n * Tests whether an input’s datasource is reachable and usable by the Azure Stream Analytics\n * 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 optional parameters\n * @returns Promise<Models.InputsTestResponse>\n */\n test(resourceGroupName: string, jobName: string, inputName: string, options?: Models.InputsTestOptionalParams): Promise<Models.InputsTestResponse> {\n return this.beginTest(resourceGroupName,jobName,inputName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.InputsTestResponse>;\n }\n\n /**\n * Tests whether an input’s datasource is reachable and usable by the Azure Stream Analytics\n * 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 optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginTest(resourceGroupName: string, jobName: string, inputName: string, options?: Models.InputsBeginTestOptionalParams): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n jobName,\n inputName,\n options\n },\n beginTestOperationSpec,\n options);\n }\n\n /**\n * Lists all of the inputs under the specified streaming job.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.InputsListByStreamingJobNextResponse>\n */\n listByStreamingJobNext(nextPageLink: string, options?: Models.InputsListByStreamingJobNextOptionalParams): Promise<Models.InputsListByStreamingJobNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByStreamingJobNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.InputListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByStreamingJobNext(nextPageLink: string, options: Models.InputsListByStreamingJobNextOptionalParams, callback: msRest.ServiceCallback<Models.InputListResult>): void;\n listByStreamingJobNext(nextPageLink: string, options?: Models.InputsListByStreamingJobNextOptionalParams | msRest.ServiceCallback<Models.InputListResult>, callback?: msRest.ServiceCallback<Models.InputListResult>): Promise<Models.InputsListByStreamingJobNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByStreamingJobNextOperationSpec,\n callback) as Promise<Models.InputsListByStreamingJobNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst createOrReplaceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs/{inputName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.inputName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.ifMatch,\n Parameters.ifNoneMatch,\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"input\",\n mapper: {\n ...Mappers.Input,\n required: true\n }\n },\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 headersMapper: Mappers.InputsCreateOrReplaceHeaders\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs/{inputName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.inputName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.ifMatch,\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"input\",\n mapper: {\n ...Mappers.Input,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Input,\n headersMapper: Mappers.InputsUpdateHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorModel,\n headersMapper: Mappers.InputsUpdateHeaders\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs/{inputName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.inputName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs/{inputName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.inputName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Input,\n headersMapper: Mappers.InputsGetHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorModel,\n headersMapper: Mappers.InputsGetHeaders\n }\n },\n serializer\n};\n\nconst listByStreamingJobOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName\n ],\n queryParameters: [\n Parameters.select,\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.InputListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst beginTestOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs/{inputName}/test\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.inputName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: [\n \"options\",\n \"input\"\n ],\n mapper: Mappers.Input\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ResourceTestStatus\n },\n 202: {},\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst listByStreamingJobNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.select,\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.InputListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\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\nexport {\n discriminators,\n AggregateFunctionProperties,\n AvroSerialization,\n AzureDataLakeStoreOutputDataSource,\n AzureFunctionOutputDataSource,\n AzureMachineLearningServiceFunctionBinding,\n AzureMachineLearningServiceInputColumn,\n AzureMachineLearningServiceOutputColumn,\n AzureMachineLearningStudioFunctionBinding,\n AzureMachineLearningStudioInputColumn,\n AzureMachineLearningStudioInputs,\n AzureMachineLearningStudioOutputColumn,\n AzureSqlDatabaseOutputDataSource,\n AzureSqlReferenceInputDataSource,\n AzureSqlReferenceInputDataSourceProperties,\n AzureSynapseOutputDataSource,\n AzureTableOutputDataSource,\n BaseResource,\n BlobOutputDataSource,\n BlobReferenceInputDataSource,\n BlobStreamInputDataSource,\n Cluster,\n ClusterInfo,\n ClusterProperties,\n ClusterSku,\n Compression,\n CSharpFunctionBinding,\n CsvSerialization,\n CustomClrSerialization,\n DiagnosticCondition,\n Diagnostics,\n DocumentDbOutputDataSource,\n ErrorDetails,\n ErrorError,\n ErrorModel,\n ErrorResponse,\n EventHubOutputDataSource,\n EventHubStreamInputDataSource,\n EventHubV2OutputDataSource,\n EventHubV2StreamInputDataSource,\n External,\n FunctionBinding,\n FunctionInput,\n FunctionModel,\n FunctionOutput,\n FunctionProperties,\n Identity,\n Input,\n InputProperties,\n IoTHubStreamInputDataSource,\n JavaScriptFunctionBinding,\n JobStorageAccount,\n JsonSerialization,\n Output,\n OutputDataSource,\n OutputListResult,\n OutputsCreateOrReplaceHeaders,\n OutputsGetHeaders,\n OutputsUpdateHeaders,\n ParquetSerialization,\n PowerBIOutputDataSource,\n PrivateEndpoint,\n PrivateEndpointProperties,\n PrivateLinkConnectionState,\n PrivateLinkServiceConnection,\n ProxyResource,\n QueryTestingResult,\n RawOutputDatasource,\n RawReferenceInputDataSource,\n RawStreamInputDataSource,\n ReferenceInputDataSource,\n ReferenceInputProperties,\n Resource,\n ResourceTestStatus,\n SampleInputResult,\n ScalarFunctionProperties,\n Serialization,\n ServiceBusQueueOutputDataSource,\n ServiceBusTopicOutputDataSource,\n StorageAccount,\n StreamingJob,\n StreamingJobSku,\n StreamInputDataSource,\n StreamInputProperties,\n SubResource,\n SubscriptionQuota,\n TestDatasourceResult,\n TrackedResource,\n Transformation\n} from \"../models/mappers\";\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\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/outputsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StreamAnalyticsManagementClientContext } from \"../streamAnalyticsManagementClientContext\";\n\n/** Class representing a Outputs. */\nexport class Outputs {\n private readonly client: StreamAnalyticsManagementClientContext;\n\n /**\n * Create a Outputs.\n * @param {StreamAnalyticsManagementClientContext} client Reference to the service client.\n */\n constructor(client: StreamAnalyticsManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Creates an output or replaces an already existing output under an existing streaming job.\n * @param output The definition of the output that will be used to create a new output or replace\n * the existing one under 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 optional parameters\n * @returns Promise<Models.OutputsCreateOrReplaceResponse>\n */\n createOrReplace(output: Models.Output, resourceGroupName: string, jobName: string, outputName: string, options?: Models.OutputsCreateOrReplaceOptionalParams): Promise<Models.OutputsCreateOrReplaceResponse>;\n /**\n * @param output The definition of the output that will be used to create a new output or replace\n * the existing one under 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 callback The callback\n */\n createOrReplace(output: Models.Output, resourceGroupName: string, jobName: string, outputName: string, callback: msRest.ServiceCallback<Models.Output>): void;\n /**\n * @param output The definition of the output that will be used to create a new output or replace\n * the existing one under 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 optional parameters\n * @param callback The callback\n */\n createOrReplace(output: Models.Output, resourceGroupName: string, jobName: string, outputName: string, options: Models.OutputsCreateOrReplaceOptionalParams, callback: msRest.ServiceCallback<Models.Output>): void;\n createOrReplace(output: Models.Output, resourceGroupName: string, jobName: string, outputName: string, options?: Models.OutputsCreateOrReplaceOptionalParams | msRest.ServiceCallback<Models.Output>, callback?: msRest.ServiceCallback<Models.Output>): Promise<Models.OutputsCreateOrReplaceResponse> {\n return this.client.sendOperationRequest(\n {\n output,\n resourceGroupName,\n jobName,\n outputName,\n options\n },\n createOrReplaceOperationSpec,\n callback) as Promise<Models.OutputsCreateOrReplaceResponse>;\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 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\n * are set to null here will mean that the corresponding property in the existing output will\n * remain the same and not change as a result of this PATCH operation.\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 optional parameters\n * @returns Promise<Models.OutputsUpdateResponse>\n */\n update(output: Models.Output, resourceGroupName: string, jobName: string, outputName: string, options?: Models.OutputsUpdateOptionalParams): Promise<Models.OutputsUpdateResponse>;\n /**\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\n * are set to null here will mean that the corresponding property in the existing output will\n * remain the same and not change as a result of this PATCH operation.\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 callback The callback\n */\n update(output: Models.Output, resourceGroupName: string, jobName: string, outputName: string, callback: msRest.ServiceCallback<Models.Output>): void;\n /**\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\n * are set to null here will mean that the corresponding property in the existing output will\n * remain the same and not change as a result of this PATCH operation.\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 optional parameters\n * @param callback The callback\n */\n update(output: Models.Output, resourceGroupName: string, jobName: string, outputName: string, options: Models.OutputsUpdateOptionalParams, callback: msRest.ServiceCallback<Models.Output>): void;\n update(output: Models.Output, resourceGroupName: string, jobName: string, outputName: string, options?: Models.OutputsUpdateOptionalParams | msRest.ServiceCallback<Models.Output>, callback?: msRest.ServiceCallback<Models.Output>): Promise<Models.OutputsUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n output,\n resourceGroupName,\n jobName,\n outputName,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.OutputsUpdateResponse>;\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 optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, jobName: string, outputName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\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 callback The callback\n */\n deleteMethod(resourceGroupName: string, jobName: string, outputName: string, callback: msRest.ServiceCallback<void>): void;\n /**\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 optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, jobName: string, outputName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, jobName: string, outputName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n jobName,\n outputName,\n options\n },\n deleteMethodOperationSpec,\n callback);\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 optional parameters\n * @returns Promise<Models.OutputsGetResponse>\n */\n get(resourceGroupName: string, jobName: string, outputName: string, options?: msRest.RequestOptionsBase): Promise<Models.OutputsGetResponse>;\n /**\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 callback The callback\n */\n get(resourceGroupName: string, jobName: string, outputName: string, callback: msRest.ServiceCallback<Models.Output>): void;\n /**\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 optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, jobName: string, outputName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Output>): void;\n get(resourceGroupName: string, jobName: string, outputName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Output>, callback?: msRest.ServiceCallback<Models.Output>): Promise<Models.OutputsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n jobName,\n outputName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.OutputsGetResponse>;\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 optional parameters\n * @returns Promise<Models.OutputsListByStreamingJobResponse>\n */\n listByStreamingJob(resourceGroupName: string, jobName: string, options?: Models.OutputsListByStreamingJobOptionalParams): Promise<Models.OutputsListByStreamingJobResponse>;\n /**\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 callback The callback\n */\n listByStreamingJob(resourceGroupName: string, jobName: string, callback: msRest.ServiceCallback<Models.OutputListResult>): void;\n /**\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 optional parameters\n * @param callback The callback\n */\n listByStreamingJob(resourceGroupName: string, jobName: string, options: Models.OutputsListByStreamingJobOptionalParams, callback: msRest.ServiceCallback<Models.OutputListResult>): void;\n listByStreamingJob(resourceGroupName: string, jobName: string, options?: Models.OutputsListByStreamingJobOptionalParams | msRest.ServiceCallback<Models.OutputListResult>, callback?: msRest.ServiceCallback<Models.OutputListResult>): Promise<Models.OutputsListByStreamingJobResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n jobName,\n options\n },\n listByStreamingJobOperationSpec,\n callback) as Promise<Models.OutputsListByStreamingJobResponse>;\n }\n\n /**\n * Tests whether an output’s datasource is reachable and usable by the Azure Stream Analytics\n * 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 optional parameters\n * @returns Promise<Models.OutputsTestResponse>\n */\n test(resourceGroupName: string, jobName: string, outputName: string, options?: Models.OutputsTestOptionalParams): Promise<Models.OutputsTestResponse> {\n return this.beginTest(resourceGroupName,jobName,outputName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.OutputsTestResponse>;\n }\n\n /**\n * Tests whether an output’s datasource is reachable and usable by the Azure Stream Analytics\n * 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 optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginTest(resourceGroupName: string, jobName: string, outputName: string, options?: Models.OutputsBeginTestOptionalParams): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n jobName,\n outputName,\n options\n },\n beginTestOperationSpec,\n options);\n }\n\n /**\n * Lists all of the outputs under the specified streaming job.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.OutputsListByStreamingJobNextResponse>\n */\n listByStreamingJobNext(nextPageLink: string, options?: Models.OutputsListByStreamingJobNextOptionalParams): Promise<Models.OutputsListByStreamingJobNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByStreamingJobNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.OutputListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByStreamingJobNext(nextPageLink: string, options: Models.OutputsListByStreamingJobNextOptionalParams, callback: msRest.ServiceCallback<Models.OutputListResult>): void;\n listByStreamingJobNext(nextPageLink: string, options?: Models.OutputsListByStreamingJobNextOptionalParams | msRest.ServiceCallback<Models.OutputListResult>, callback?: msRest.ServiceCallback<Models.OutputListResult>): Promise<Models.OutputsListByStreamingJobNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByStreamingJobNextOperationSpec,\n callback) as Promise<Models.OutputsListByStreamingJobNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst createOrReplaceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/outputs/{outputName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.outputName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.ifMatch,\n Parameters.ifNoneMatch,\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"output\",\n mapper: {\n ...Mappers.Output,\n required: true\n }\n },\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 headersMapper: Mappers.OutputsCreateOrReplaceHeaders\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/outputs/{outputName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.outputName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.ifMatch,\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"output\",\n mapper: {\n ...Mappers.Output,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Output,\n headersMapper: Mappers.OutputsUpdateHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorModel,\n headersMapper: Mappers.OutputsUpdateHeaders\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/outputs/{outputName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.outputName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/outputs/{outputName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.outputName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Output,\n headersMapper: Mappers.OutputsGetHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorModel,\n headersMapper: Mappers.OutputsGetHeaders\n }\n },\n serializer\n};\n\nconst listByStreamingJobOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/outputs\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName\n ],\n queryParameters: [\n Parameters.select,\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OutputListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst beginTestOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/outputs/{outputName}/test\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.outputName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: [\n \"options\",\n \"output\"\n ],\n mapper: Mappers.Output\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ResourceTestStatus\n },\n 202: {},\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst listByStreamingJobNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.select,\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OutputListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\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\nexport {\n discriminators,\n AggregateFunctionProperties,\n AvroSerialization,\n AzureDataLakeStoreOutputDataSource,\n AzureFunctionOutputDataSource,\n AzureMachineLearningServiceFunctionBinding,\n AzureMachineLearningServiceInputColumn,\n AzureMachineLearningServiceOutputColumn,\n AzureMachineLearningStudioFunctionBinding,\n AzureMachineLearningStudioInputColumn,\n AzureMachineLearningStudioInputs,\n AzureMachineLearningStudioOutputColumn,\n AzureSqlDatabaseOutputDataSource,\n AzureSqlReferenceInputDataSource,\n AzureSqlReferenceInputDataSourceProperties,\n AzureSynapseOutputDataSource,\n AzureTableOutputDataSource,\n BaseResource,\n BlobOutputDataSource,\n BlobReferenceInputDataSource,\n BlobStreamInputDataSource,\n Cluster,\n ClusterInfo,\n ClusterProperties,\n ClusterSku,\n Compression,\n CSharpFunctionBinding,\n CsvSerialization,\n CustomClrSerialization,\n DiagnosticCondition,\n Diagnostics,\n DocumentDbOutputDataSource,\n ErrorDetails,\n ErrorError,\n ErrorModel,\n EventHubOutputDataSource,\n EventHubStreamInputDataSource,\n EventHubV2OutputDataSource,\n EventHubV2StreamInputDataSource,\n External,\n FunctionBinding,\n FunctionInput,\n FunctionModel,\n FunctionOutput,\n FunctionProperties,\n Identity,\n Input,\n InputProperties,\n IoTHubStreamInputDataSource,\n JavaScriptFunctionBinding,\n JobStorageAccount,\n JsonSerialization,\n Output,\n OutputDataSource,\n ParquetSerialization,\n PowerBIOutputDataSource,\n PrivateEndpoint,\n PrivateEndpointProperties,\n PrivateLinkConnectionState,\n PrivateLinkServiceConnection,\n ProxyResource,\n QueryTestingResult,\n RawOutputDatasource,\n RawReferenceInputDataSource,\n RawStreamInputDataSource,\n ReferenceInputDataSource,\n ReferenceInputProperties,\n Resource,\n SampleInputResult,\n ScalarFunctionProperties,\n Serialization,\n ServiceBusQueueOutputDataSource,\n ServiceBusTopicOutputDataSource,\n StartStreamingJobParameters,\n StorageAccount,\n StreamingJob,\n StreamingJobListResult,\n StreamingJobsCreateOrReplaceHeaders,\n StreamingJobsGetHeaders,\n StreamingJobSku,\n StreamingJobsUpdateHeaders,\n StreamInputDataSource,\n StreamInputProperties,\n SubResource,\n SubscriptionQuota,\n TestDatasourceResult,\n TrackedResource,\n Transformation\n} from \"../models/mappers\";\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\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/streamingJobsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StreamAnalyticsManagementClientContext } from \"../streamAnalyticsManagementClientContext\";\n\n/** Class representing a StreamingJobs. */\nexport class StreamingJobs {\n private readonly client: StreamAnalyticsManagementClientContext;\n\n /**\n * Create a StreamingJobs.\n * @param {StreamAnalyticsManagementClientContext} client Reference to the service client.\n */\n constructor(client: StreamAnalyticsManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Creates a streaming job or replaces an already existing streaming job.\n * @param streamingJob The definition of the streaming job that will be used to create a new\n * streaming job or replace the existing one.\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 optional parameters\n * @returns Promise<Models.StreamingJobsCreateOrReplaceResponse>\n */\n createOrReplace(streamingJob: Models.StreamingJob, resourceGroupName: string, jobName: string, options?: Models.StreamingJobsCreateOrReplaceOptionalParams): Promise<Models.StreamingJobsCreateOrReplaceResponse> {\n return this.beginCreateOrReplace(streamingJob,resourceGroupName,jobName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.StreamingJobsCreateOrReplaceResponse>;\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 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).\n * Any properties that are set to null here will mean that the corresponding property in the\n * existing input will remain the same and not change as a result of this PATCH operation.\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 optional parameters\n * @returns Promise<Models.StreamingJobsUpdateResponse>\n */\n update(streamingJob: Models.StreamingJob, resourceGroupName: string, jobName: string, options?: Models.StreamingJobsUpdateOptionalParams): Promise<Models.StreamingJobsUpdateResponse>;\n /**\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).\n * Any properties that are set to null here will mean that the corresponding property in the\n * existing input will remain the same and not change as a result of this PATCH operation.\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 callback The callback\n */\n update(streamingJob: Models.StreamingJob, resourceGroupName: string, jobName: string, callback: msRest.ServiceCallback<Models.StreamingJob>): void;\n /**\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).\n * Any properties that are set to null here will mean that the corresponding property in the\n * existing input will remain the same and not change as a result of this PATCH operation.\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 optional parameters\n * @param callback The callback\n */\n update(streamingJob: Models.StreamingJob, resourceGroupName: string, jobName: string, options: Models.StreamingJobsUpdateOptionalParams, callback: msRest.ServiceCallback<Models.StreamingJob>): void;\n update(streamingJob: Models.StreamingJob, resourceGroupName: string, jobName: string, options?: Models.StreamingJobsUpdateOptionalParams | msRest.ServiceCallback<Models.StreamingJob>, callback?: msRest.ServiceCallback<Models.StreamingJob>): Promise<Models.StreamingJobsUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n streamingJob,\n resourceGroupName,\n jobName,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.StreamingJobsUpdateResponse>;\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 optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, jobName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,jobName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\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 optional parameters\n * @returns Promise<Models.StreamingJobsGetResponse>\n */\n get(resourceGroupName: string, jobName: string, options?: Models.StreamingJobsGetOptionalParams): Promise<Models.StreamingJobsGetResponse>;\n /**\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 callback The callback\n */\n get(resourceGroupName: string, jobName: string, callback: msRest.ServiceCallback<Models.StreamingJob>): void;\n /**\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 optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, jobName: string, options: Models.StreamingJobsGetOptionalParams, callback: msRest.ServiceCallback<Models.StreamingJob>): void;\n get(resourceGroupName: string, jobName: string, options?: Models.StreamingJobsGetOptionalParams | msRest.ServiceCallback<Models.StreamingJob>, callback?: msRest.ServiceCallback<Models.StreamingJob>): Promise<Models.StreamingJobsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n jobName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.StreamingJobsGetResponse>;\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 optional parameters\n * @returns Promise<Models.StreamingJobsListByResourceGroupResponse>\n */\n listByResourceGroup(resourceGroupName: string, options?: Models.StreamingJobsListByResourceGroupOptionalParams): Promise<Models.StreamingJobsListByResourceGroupResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.StreamingJobListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, options: Models.StreamingJobsListByResourceGroupOptionalParams, callback: msRest.ServiceCallback<Models.StreamingJobListResult>): void;\n listByResourceGroup(resourceGroupName: string, options?: Models.StreamingJobsListByResourceGroupOptionalParams | msRest.ServiceCallback<Models.StreamingJobListResult>, callback?: msRest.ServiceCallback<Models.StreamingJobListResult>): Promise<Models.StreamingJobsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listByResourceGroupOperationSpec,\n callback) as Promise<Models.StreamingJobsListByResourceGroupResponse>;\n }\n\n /**\n * Lists all of the streaming jobs in the given subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.StreamingJobsListResponse>\n */\n list(options?: Models.StreamingJobsListOptionalParams): Promise<Models.StreamingJobsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.StreamingJobListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: Models.StreamingJobsListOptionalParams, callback: msRest.ServiceCallback<Models.StreamingJobListResult>): void;\n list(options?: Models.StreamingJobsListOptionalParams | msRest.ServiceCallback<Models.StreamingJobListResult>, callback?: msRest.ServiceCallback<Models.StreamingJobListResult>): Promise<Models.StreamingJobsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.StreamingJobsListResponse>;\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 optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n start(resourceGroupName: string, jobName: string, options?: Models.StreamingJobsStartOptionalParams): Promise<msRest.RestResponse> {\n return this.beginStart(resourceGroupName,jobName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\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 optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n stop(resourceGroupName: string, jobName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginStop(resourceGroupName,jobName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Creates a streaming job or replaces an already existing streaming job.\n * @param streamingJob The definition of the streaming job that will be used to create a new\n * streaming job or replace the existing one.\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 optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrReplace(streamingJob: Models.StreamingJob, resourceGroupName: string, jobName: string, options?: Models.StreamingJobsBeginCreateOrReplaceOptionalParams): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n streamingJob,\n resourceGroupName,\n jobName,\n options\n },\n beginCreateOrReplaceOperationSpec,\n options);\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 optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, jobName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n jobName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\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 optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginStart(resourceGroupName: string, jobName: string, options?: Models.StreamingJobsBeginStartOptionalParams): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n jobName,\n options\n },\n beginStartOperationSpec,\n options);\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 optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginStop(resourceGroupName: string, jobName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n jobName,\n options\n },\n beginStopOperationSpec,\n options);\n }\n\n /**\n * Lists all of the streaming jobs in the specified resource group.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.StreamingJobsListByResourceGroupNextResponse>\n */\n listByResourceGroupNext(nextPageLink: string, options?: Models.StreamingJobsListByResourceGroupNextOptionalParams): Promise<Models.StreamingJobsListByResourceGroupNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.StreamingJobListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroupNext(nextPageLink: string, options: Models.StreamingJobsListByResourceGroupNextOptionalParams, callback: msRest.ServiceCallback<Models.StreamingJobListResult>): void;\n listByResourceGroupNext(nextPageLink: string, options?: Models.StreamingJobsListByResourceGroupNextOptionalParams | msRest.ServiceCallback<Models.StreamingJobListResult>, callback?: msRest.ServiceCallback<Models.StreamingJobListResult>): Promise<Models.StreamingJobsListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByResourceGroupNextOperationSpec,\n callback) as Promise<Models.StreamingJobsListByResourceGroupNextResponse>;\n }\n\n /**\n * Lists all of the streaming jobs in the given subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.StreamingJobsListNextResponse>\n */\n listNext(nextPageLink: string, options?: Models.StreamingJobsListNextOptionalParams): Promise<Models.StreamingJobsListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.StreamingJobListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: Models.StreamingJobsListNextOptionalParams, callback: msRest.ServiceCallback<Models.StreamingJobListResult>): void;\n listNext(nextPageLink: string, options?: Models.StreamingJobsListNextOptionalParams | msRest.ServiceCallback<Models.StreamingJobListResult>, callback?: msRest.ServiceCallback<Models.StreamingJobListResult>): Promise<Models.StreamingJobsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.StreamingJobsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.ifMatch,\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"streamingJob\",\n mapper: {\n ...Mappers.StreamingJob,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.StreamingJob,\n headersMapper: Mappers.StreamingJobsUpdateHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorModel,\n headersMapper: Mappers.StreamingJobsUpdateHeaders\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.StreamingJob,\n headersMapper: Mappers.StreamingJobsGetHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorModel,\n headersMapper: Mappers.StreamingJobsGetHeaders\n }\n },\n serializer\n};\n\nconst listByResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.StreamingJobListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/streamingjobs\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.StreamingJobListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst beginCreateOrReplaceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.ifMatch,\n Parameters.ifNoneMatch,\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"streamingJob\",\n mapper: {\n ...Mappers.StreamingJob,\n required: true\n }\n },\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 default: {\n bodyMapper: Mappers.ErrorModel,\n headersMapper: Mappers.StreamingJobsCreateOrReplaceHeaders\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst beginStartOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/start\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: [\n \"options\",\n \"startJobParameters\"\n ],\n mapper: Mappers.StartStreamingJobParameters\n },\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst beginStopOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/stop\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst listByResourceGroupNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.StreamingJobListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.StreamingJobListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\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\nexport {\n discriminators,\n AggregateFunctionProperties,\n AvroSerialization,\n AzureDataLakeStoreOutputDataSource,\n AzureFunctionOutputDataSource,\n AzureMachineLearningServiceFunctionBinding,\n AzureMachineLearningServiceInputColumn,\n AzureMachineLearningServiceOutputColumn,\n AzureMachineLearningStudioFunctionBinding,\n AzureMachineLearningStudioInputColumn,\n AzureMachineLearningStudioInputs,\n AzureMachineLearningStudioOutputColumn,\n AzureSqlDatabaseOutputDataSource,\n AzureSqlReferenceInputDataSource,\n AzureSqlReferenceInputDataSourceProperties,\n AzureSynapseOutputDataSource,\n AzureTableOutputDataSource,\n BaseResource,\n BlobOutputDataSource,\n BlobReferenceInputDataSource,\n BlobStreamInputDataSource,\n Cluster,\n ClusterInfo,\n ClusterProperties,\n ClusterSku,\n CompileQuery,\n Compression,\n CSharpFunctionBinding,\n CsvSerialization,\n CustomClrSerialization,\n DiagnosticCondition,\n Diagnostics,\n DocumentDbOutputDataSource,\n ErrorDetails,\n ErrorError,\n ErrorModel,\n EventHubOutputDataSource,\n EventHubStreamInputDataSource,\n EventHubV2OutputDataSource,\n EventHubV2StreamInputDataSource,\n External,\n FunctionBinding,\n FunctionInput,\n FunctionModel,\n FunctionOutput,\n FunctionProperties,\n Identity,\n Input,\n InputProperties,\n IoTHubStreamInputDataSource,\n JavaScriptFunctionBinding,\n JobStorageAccount,\n JsonSerialization,\n Output,\n OutputDataSource,\n ParquetSerialization,\n PowerBIOutputDataSource,\n PrivateEndpoint,\n PrivateEndpointProperties,\n PrivateLinkConnectionState,\n PrivateLinkServiceConnection,\n ProxyResource,\n QueryCompilationError,\n QueryCompilationResult,\n QueryFunction,\n QueryInput,\n QueryTestingResult,\n RawOutputDatasource,\n RawReferenceInputDataSource,\n RawStreamInputDataSource,\n ReferenceInputDataSource,\n ReferenceInputProperties,\n Resource,\n SampleInput,\n SampleInputResult,\n ScalarFunctionProperties,\n Serialization,\n ServiceBusQueueOutputDataSource,\n ServiceBusTopicOutputDataSource,\n StorageAccount,\n StreamingJob,\n StreamingJobSku,\n StreamInputDataSource,\n StreamInputProperties,\n SubResource,\n SubscriptionQuota,\n SubscriptionQuotasListResult,\n TestDatasourceResult,\n TestInput,\n TestOutput,\n TestQuery,\n TestQueryDiagnostics,\n TrackedResource,\n Transformation\n} from \"../models/mappers\";\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\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/subscriptionsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StreamAnalyticsManagementClientContext } from \"../streamAnalyticsManagementClientContext\";\n\n/** Class representing a Subscriptions. */\nexport class Subscriptions {\n private readonly client: StreamAnalyticsManagementClientContext;\n\n /**\n * Create a Subscriptions.\n * @param {StreamAnalyticsManagementClientContext} client Reference to the service client.\n */\n constructor(client: StreamAnalyticsManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Retrieves the subscription's current quota information in a particular region.\n * @param location The region to which the request is sent. You can find out which regions Azure\n * Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/\n * @param [options] The optional parameters\n * @returns Promise<Models.SubscriptionsListQuotasResponse>\n */\n listQuotas(location: string, options?: msRest.RequestOptionsBase): Promise<Models.SubscriptionsListQuotasResponse>;\n /**\n * @param location The region to which the request is sent. You can find out which regions Azure\n * Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/\n * @param callback The callback\n */\n listQuotas(location: string, callback: msRest.ServiceCallback<Models.SubscriptionQuotasListResult>): void;\n /**\n * @param location The region to which the request is sent. You can find out which regions Azure\n * Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/\n * @param options The optional parameters\n * @param callback The callback\n */\n listQuotas(location: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SubscriptionQuotasListResult>): void;\n listQuotas(location: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.SubscriptionQuotasListResult>, callback?: msRest.ServiceCallback<Models.SubscriptionQuotasListResult>): Promise<Models.SubscriptionsListQuotasResponse> {\n return this.client.sendOperationRequest(\n {\n location,\n options\n },\n listQuotasOperationSpec,\n callback) as Promise<Models.SubscriptionsListQuotasResponse>;\n }\n\n /**\n * Test the Stream Analytics query on a sample input.\n * @param testQuery The query testing object that defines the input, output, and transformation for\n * the query testing.\n * @param location The region to which the request is sent. You can find out which regions Azure\n * Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/\n * @param [options] The optional parameters\n * @returns Promise<Models.SubscriptionsTestQueryMethodResponse>\n */\n testQueryMethod(testQuery: Models.TestQuery, location: string, options?: msRest.RequestOptionsBase): Promise<Models.SubscriptionsTestQueryMethodResponse> {\n return this.beginTestQueryMethod(testQuery,location,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.SubscriptionsTestQueryMethodResponse>;\n }\n\n /**\n * Compile the Stream Analytics query.\n * @param compileQuery The query compilation object which defines the input, output, and\n * transformation for the query compilation.\n * @param location The region to which the request is sent. You can find out which regions Azure\n * Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/\n * @param [options] The optional parameters\n * @returns Promise<Models.SubscriptionsCompileQueryMethodResponse>\n */\n compileQueryMethod(compileQuery: Models.CompileQuery, location: string, options?: msRest.RequestOptionsBase): Promise<Models.SubscriptionsCompileQueryMethodResponse>;\n /**\n * @param compileQuery The query compilation object which defines the input, output, and\n * transformation for the query compilation.\n * @param location The region to which the request is sent. You can find out which regions Azure\n * Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/\n * @param callback The callback\n */\n compileQueryMethod(compileQuery: Models.CompileQuery, location: string, callback: msRest.ServiceCallback<Models.QueryCompilationResult>): void;\n /**\n * @param compileQuery The query compilation object which defines the input, output, and\n * transformation for the query compilation.\n * @param location The region to which the request is sent. You can find out which regions Azure\n * Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/\n * @param options The optional parameters\n * @param callback The callback\n */\n compileQueryMethod(compileQuery: Models.CompileQuery, location: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.QueryCompilationResult>): void;\n compileQueryMethod(compileQuery: Models.CompileQuery, location: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.QueryCompilationResult>, callback?: msRest.ServiceCallback<Models.QueryCompilationResult>): Promise<Models.SubscriptionsCompileQueryMethodResponse> {\n return this.client.sendOperationRequest(\n {\n compileQuery,\n location,\n options\n },\n compileQueryMethodOperationSpec,\n callback) as Promise<Models.SubscriptionsCompileQueryMethodResponse>;\n }\n\n /**\n * Sample the Stream Analytics input data.\n * @param sampleInput Defines the necessary parameters for sampling the Stream Analytics input\n * data.\n * @param location The region to which the request is sent. You can find out which regions Azure\n * Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/\n * @param [options] The optional parameters\n * @returns Promise<Models.SubscriptionsSampleInputMethodResponse>\n */\n sampleInputMethod(sampleInput: Models.SampleInput, location: string, options?: msRest.RequestOptionsBase): Promise<Models.SubscriptionsSampleInputMethodResponse> {\n return this.beginSampleInputMethod(sampleInput,location,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.SubscriptionsSampleInputMethodResponse>;\n }\n\n /**\n * Test the Stream Analytics input.\n * @param testInput Defines the necessary parameters for testing the Stream Analytics input.\n * @param location The region to which the request is sent. You can find out which regions Azure\n * Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/\n * @param [options] The optional parameters\n * @returns Promise<Models.SubscriptionsTestInputMethodResponse>\n */\n testInputMethod(testInput: Models.TestInput, location: string, options?: msRest.RequestOptionsBase): Promise<Models.SubscriptionsTestInputMethodResponse> {\n return this.beginTestInputMethod(testInput,location,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.SubscriptionsTestInputMethodResponse>;\n }\n\n /**\n * Test the Stream Analytics output.\n * @param testOutput Defines the necessary parameters for testing the Stream Analytics output.\n * @param location The region to which the request is sent. You can find out which regions Azure\n * Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/\n * @param [options] The optional parameters\n * @returns Promise<Models.SubscriptionsTestOutputMethodResponse>\n */\n testOutputMethod(testOutput: Models.TestOutput, location: string, options?: msRest.RequestOptionsBase): Promise<Models.SubscriptionsTestOutputMethodResponse> {\n return this.beginTestOutputMethod(testOutput,location,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.SubscriptionsTestOutputMethodResponse>;\n }\n\n /**\n * Test the Stream Analytics query on a sample input.\n * @param testQuery The query testing object that defines the input, output, and transformation for\n * the query testing.\n * @param location The region to which the request is sent. You can find out which regions Azure\n * Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginTestQueryMethod(testQuery: Models.TestQuery, location: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n testQuery,\n location,\n options\n },\n beginTestQueryMethodOperationSpec,\n options);\n }\n\n /**\n * Sample the Stream Analytics input data.\n * @param sampleInput Defines the necessary parameters for sampling the Stream Analytics input\n * data.\n * @param location The region to which the request is sent. You can find out which regions Azure\n * Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginSampleInputMethod(sampleInput: Models.SampleInput, location: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n sampleInput,\n location,\n options\n },\n beginSampleInputMethodOperationSpec,\n options);\n }\n\n /**\n * Test the Stream Analytics input.\n * @param testInput Defines the necessary parameters for testing the Stream Analytics input.\n * @param location The region to which the request is sent. You can find out which regions Azure\n * Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginTestInputMethod(testInput: Models.TestInput, location: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n testInput,\n location,\n options\n },\n beginTestInputMethodOperationSpec,\n options);\n }\n\n /**\n * Test the Stream Analytics output.\n * @param testOutput Defines the necessary parameters for testing the Stream Analytics output.\n * @param location The region to which the request is sent. You can find out which regions Azure\n * Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginTestOutputMethod(testOutput: Models.TestOutput, location: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n testOutput,\n location,\n options\n },\n beginTestOutputMethodOperationSpec,\n options);\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listQuotasOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/quotas\",\n urlParameters: [\n Parameters.location,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SubscriptionQuotasListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst compileQueryMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/compileQuery\",\n urlParameters: [\n Parameters.location,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"compileQuery\",\n mapper: {\n ...Mappers.CompileQuery,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.QueryCompilationResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst beginTestQueryMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/testQuery\",\n urlParameters: [\n Parameters.location,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"testQuery\",\n mapper: {\n ...Mappers.TestQuery,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.QueryTestingResult\n },\n 202: {},\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst beginSampleInputMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/sampleInput\",\n urlParameters: [\n Parameters.location,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"sampleInput\",\n mapper: {\n ...Mappers.SampleInput,\n required: true\n }\n },\n responses: {\n 202: {\n bodyMapper: Mappers.SampleInputResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst beginTestInputMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/testInput\",\n urlParameters: [\n Parameters.location,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"testInput\",\n mapper: {\n ...Mappers.TestInput,\n required: true\n }\n },\n responses: {\n 202: {\n bodyMapper: Mappers.TestDatasourceResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst beginTestOutputMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/testOutput\",\n urlParameters: [\n Parameters.location,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"testOutput\",\n mapper: {\n ...Mappers.TestOutput,\n required: true\n }\n },\n responses: {\n 202: {\n bodyMapper: Mappers.TestDatasourceResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\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\nexport {\n discriminators,\n AggregateFunctionProperties,\n AvroSerialization,\n AzureDataLakeStoreOutputDataSource,\n AzureFunctionOutputDataSource,\n AzureMachineLearningServiceFunctionBinding,\n AzureMachineLearningServiceInputColumn,\n AzureMachineLearningServiceOutputColumn,\n AzureMachineLearningStudioFunctionBinding,\n AzureMachineLearningStudioInputColumn,\n AzureMachineLearningStudioInputs,\n AzureMachineLearningStudioOutputColumn,\n AzureSqlDatabaseOutputDataSource,\n AzureSqlReferenceInputDataSource,\n AzureSqlReferenceInputDataSourceProperties,\n AzureSynapseOutputDataSource,\n AzureTableOutputDataSource,\n BaseResource,\n BlobOutputDataSource,\n BlobReferenceInputDataSource,\n BlobStreamInputDataSource,\n Cluster,\n ClusterInfo,\n ClusterProperties,\n ClusterSku,\n Compression,\n CSharpFunctionBinding,\n CsvSerialization,\n CustomClrSerialization,\n DiagnosticCondition,\n Diagnostics,\n DocumentDbOutputDataSource,\n ErrorDetails,\n ErrorError,\n ErrorModel,\n EventHubOutputDataSource,\n EventHubStreamInputDataSource,\n EventHubV2OutputDataSource,\n EventHubV2StreamInputDataSource,\n External,\n FunctionBinding,\n FunctionInput,\n FunctionModel,\n FunctionOutput,\n FunctionProperties,\n Identity,\n Input,\n InputProperties,\n IoTHubStreamInputDataSource,\n JavaScriptFunctionBinding,\n JobStorageAccount,\n JsonSerialization,\n Output,\n OutputDataSource,\n ParquetSerialization,\n PowerBIOutputDataSource,\n PrivateEndpoint,\n PrivateEndpointProperties,\n PrivateLinkConnectionState,\n PrivateLinkServiceConnection,\n ProxyResource,\n QueryTestingResult,\n RawOutputDatasource,\n RawReferenceInputDataSource,\n RawStreamInputDataSource,\n ReferenceInputDataSource,\n ReferenceInputProperties,\n Resource,\n SampleInputResult,\n ScalarFunctionProperties,\n Serialization,\n ServiceBusQueueOutputDataSource,\n ServiceBusTopicOutputDataSource,\n StorageAccount,\n StreamingJob,\n StreamingJobSku,\n StreamInputDataSource,\n StreamInputProperties,\n SubResource,\n SubscriptionQuota,\n TestDatasourceResult,\n TrackedResource,\n Transformation,\n TransformationsCreateOrReplaceHeaders,\n TransformationsGetHeaders,\n TransformationsUpdateHeaders\n} from \"../models/mappers\";\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\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/transformationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StreamAnalyticsManagementClientContext } from \"../streamAnalyticsManagementClientContext\";\n\n/** Class representing a Transformations. */\nexport class Transformations {\n private readonly client: StreamAnalyticsManagementClientContext;\n\n /**\n * Create a Transformations.\n * @param {StreamAnalyticsManagementClientContext} client Reference to the service client.\n */\n constructor(client: StreamAnalyticsManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Creates a transformation or replaces an already existing transformation under an existing\n * streaming job.\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 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 optional parameters\n * @returns Promise<Models.TransformationsCreateOrReplaceResponse>\n */\n createOrReplace(transformation: Models.Transformation, resourceGroupName: string, jobName: string, transformationName: string, options?: Models.TransformationsCreateOrReplaceOptionalParams): Promise<Models.TransformationsCreateOrReplaceResponse>;\n /**\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 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 callback The callback\n */\n createOrReplace(transformation: Models.Transformation, resourceGroupName: string, jobName: string, transformationName: string, callback: msRest.ServiceCallback<Models.Transformation>): void;\n /**\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 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 optional parameters\n * @param callback The callback\n */\n createOrReplace(transformation: Models.Transformation, resourceGroupName: string, jobName: string, transformationName: string, options: Models.TransformationsCreateOrReplaceOptionalParams, callback: msRest.ServiceCallback<Models.Transformation>): void;\n createOrReplace(transformation: Models.Transformation, resourceGroupName: string, jobName: string, transformationName: string, options?: Models.TransformationsCreateOrReplaceOptionalParams | msRest.ServiceCallback<Models.Transformation>, callback?: msRest.ServiceCallback<Models.Transformation>): Promise<Models.TransformationsCreateOrReplaceResponse> {\n return this.client.sendOperationRequest(\n {\n transformation,\n resourceGroupName,\n jobName,\n transformationName,\n options\n },\n createOrReplaceOperationSpec,\n callback) as Promise<Models.TransformationsCreateOrReplaceResponse>;\n }\n\n /**\n * Updates an existing transformation under an existing streaming job. This can be used to\n * partially update (ie. update one or two properties) a transformation without affecting the rest\n * the job or transformation definition.\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).\n * Any properties that are set to null here will mean that the corresponding property in the\n * existing transformation will remain the same and not change as a result of this PATCH operation.\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 optional parameters\n * @returns Promise<Models.TransformationsUpdateResponse>\n */\n update(transformation: Models.Transformation, resourceGroupName: string, jobName: string, transformationName: string, options?: Models.TransformationsUpdateOptionalParams): Promise<Models.TransformationsUpdateResponse>;\n /**\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).\n * Any properties that are set to null here will mean that the corresponding property in the\n * existing transformation will remain the same and not change as a result of this PATCH operation.\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 callback The callback\n */\n update(transformation: Models.Transformation, resourceGroupName: string, jobName: string, transformationName: string, callback: msRest.ServiceCallback<Models.Transformation>): void;\n /**\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).\n * Any properties that are set to null here will mean that the corresponding property in the\n * existing transformation will remain the same and not change as a result of this PATCH operation.\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 optional parameters\n * @param callback The callback\n */\n update(transformation: Models.Transformation, resourceGroupName: string, jobName: string, transformationName: string, options: Models.TransformationsUpdateOptionalParams, callback: msRest.ServiceCallback<Models.Transformation>): void;\n update(transformation: Models.Transformation, resourceGroupName: string, jobName: string, transformationName: string, options?: Models.TransformationsUpdateOptionalParams | msRest.ServiceCallback<Models.Transformation>, callback?: msRest.ServiceCallback<Models.Transformation>): Promise<Models.TransformationsUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n transformation,\n resourceGroupName,\n jobName,\n transformationName,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.TransformationsUpdateResponse>;\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 optional parameters\n * @returns Promise<Models.TransformationsGetResponse>\n */\n get(resourceGroupName: string, jobName: string, transformationName: string, options?: msRest.RequestOptionsBase): Promise<Models.TransformationsGetResponse>;\n /**\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 callback The callback\n */\n get(resourceGroupName: string, jobName: string, transformationName: string, callback: msRest.ServiceCallback<Models.Transformation>): void;\n /**\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 optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, jobName: string, transformationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Transformation>): void;\n get(resourceGroupName: string, jobName: string, transformationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Transformation>, callback?: msRest.ServiceCallback<Models.Transformation>): Promise<Models.TransformationsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n jobName,\n transformationName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.TransformationsGetResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst createOrReplaceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.transformationName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.ifMatch,\n Parameters.ifNoneMatch,\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"transformation\",\n mapper: {\n ...Mappers.Transformation,\n required: true\n }\n },\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 headersMapper: Mappers.TransformationsCreateOrReplaceHeaders\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.transformationName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.ifMatch,\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"transformation\",\n mapper: {\n ...Mappers.Transformation,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Transformation,\n headersMapper: Mappers.TransformationsUpdateHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorModel,\n headersMapper: Mappers.TransformationsUpdateHeaders\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.transformationName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Transformation,\n headersMapper: Mappers.TransformationsGetHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorModel,\n headersMapper: Mappers.TransformationsGetHeaders\n }\n },\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\nexport {\n discriminators,\n ErrorDetails,\n ErrorError,\n ErrorModel,\n Operation,\n OperationDisplay,\n OperationListResult,\n QueryTestingResult,\n SampleInputResult,\n TestDatasourceResult\n} from \"../models/mappers\";\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\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/operationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StreamAnalyticsManagementClientContext } from \"../streamAnalyticsManagementClientContext\";\n\n/** Class representing a Operations. */\nexport class Operations {\n private readonly client: StreamAnalyticsManagementClientContext;\n\n /**\n * Create a Operations.\n * @param {StreamAnalyticsManagementClientContext} client Reference to the service client.\n */\n constructor(client: StreamAnalyticsManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists all of the available Stream Analytics related operations.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.OperationsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationListResult>, callback?: msRest.ServiceCallback<Models.OperationListResult>): Promise<Models.OperationsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.OperationsListResponse>;\n }\n\n /**\n * Lists all of the available Stream Analytics related operations.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationsListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationListResult>, callback?: msRest.ServiceCallback<Models.OperationListResult>): Promise<Models.OperationsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.OperationsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.StreamAnalytics/operations\",\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\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\nexport {\n discriminators,\n AggregateFunctionProperties,\n AvroSerialization,\n AzureDataLakeStoreOutputDataSource,\n AzureFunctionOutputDataSource,\n AzureMachineLearningServiceFunctionBinding,\n AzureMachineLearningServiceInputColumn,\n AzureMachineLearningServiceOutputColumn,\n AzureMachineLearningStudioFunctionBinding,\n AzureMachineLearningStudioInputColumn,\n AzureMachineLearningStudioInputs,\n AzureMachineLearningStudioOutputColumn,\n AzureSqlDatabaseOutputDataSource,\n AzureSqlReferenceInputDataSource,\n AzureSqlReferenceInputDataSourceProperties,\n AzureSynapseOutputDataSource,\n AzureTableOutputDataSource,\n BaseResource,\n BlobOutputDataSource,\n BlobReferenceInputDataSource,\n BlobStreamInputDataSource,\n Cluster,\n ClusterInfo,\n ClusterJob,\n ClusterJobListResult,\n ClusterListResult,\n ClusterProperties,\n ClusterSku,\n Compression,\n CSharpFunctionBinding,\n CsvSerialization,\n CustomClrSerialization,\n DiagnosticCondition,\n Diagnostics,\n DocumentDbOutputDataSource,\n ErrorDetails,\n ErrorError,\n ErrorModel,\n EventHubOutputDataSource,\n EventHubStreamInputDataSource,\n EventHubV2OutputDataSource,\n EventHubV2StreamInputDataSource,\n External,\n FunctionBinding,\n FunctionInput,\n FunctionModel,\n FunctionOutput,\n FunctionProperties,\n Identity,\n Input,\n InputProperties,\n IoTHubStreamInputDataSource,\n JavaScriptFunctionBinding,\n JobStorageAccount,\n JsonSerialization,\n Output,\n OutputDataSource,\n ParquetSerialization,\n PowerBIOutputDataSource,\n PrivateEndpoint,\n PrivateEndpointProperties,\n PrivateLinkConnectionState,\n PrivateLinkServiceConnection,\n ProxyResource,\n QueryTestingResult,\n RawOutputDatasource,\n RawReferenceInputDataSource,\n RawStreamInputDataSource,\n ReferenceInputDataSource,\n ReferenceInputProperties,\n Resource,\n SampleInputResult,\n ScalarFunctionProperties,\n Serialization,\n ServiceBusQueueOutputDataSource,\n ServiceBusTopicOutputDataSource,\n StorageAccount,\n StreamingJob,\n StreamingJobSku,\n StreamInputDataSource,\n StreamInputProperties,\n SubResource,\n SubscriptionQuota,\n TestDatasourceResult,\n TrackedResource,\n Transformation\n} from \"../models/mappers\";\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\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/clustersMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StreamAnalyticsManagementClientContext } from \"../streamAnalyticsManagementClientContext\";\n\n/** Class representing a Clusters. */\nexport class Clusters {\n private readonly client: StreamAnalyticsManagementClientContext;\n\n /**\n * Create a Clusters.\n * @param {StreamAnalyticsManagementClientContext} client Reference to the service client.\n */\n constructor(client: StreamAnalyticsManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Creates a Stream Analytics Cluster or replaces an already existing cluster.\n * @param cluster The definition of the cluster that will be used to create a new cluster or\n * replace the existing one.\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 optional parameters\n * @returns Promise<Models.ClustersCreateOrUpdateResponse>\n */\n createOrUpdate(cluster: Models.Cluster, resourceGroupName: string, clusterName: string, options?: Models.ClustersCreateOrUpdateOptionalParams): Promise<Models.ClustersCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(cluster,resourceGroupName,clusterName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.ClustersCreateOrUpdateResponse>;\n }\n\n /**\n * Updates an existing cluster. This can be used to partially update (ie. update one or two\n * properties) a cluster without affecting the rest of the cluster definition.\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 resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param [options] The optional parameters\n * @returns Promise<Models.ClustersUpdateResponse>\n */\n update(cluster: Models.Cluster, resourceGroupName: string, clusterName: string, options?: Models.ClustersUpdateOptionalParams): Promise<Models.ClustersUpdateResponse> {\n return this.beginUpdate(cluster,resourceGroupName,clusterName,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.ClustersUpdateResponse>;\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 optional parameters\n * @returns Promise<Models.ClustersGetResponse>\n */\n get(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.ClustersGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param callback The callback\n */\n get(resourceGroupName: string, clusterName: string, callback: msRest.ServiceCallback<Models.Cluster>): void;\n /**\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 optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, clusterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Cluster>): void;\n get(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Cluster>, callback?: msRest.ServiceCallback<Models.Cluster>): Promise<Models.ClustersGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ClustersGetResponse>;\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 optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,clusterName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Lists all of the clusters in the given subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.ClustersListBySubscriptionResponse>\n */\n listBySubscription(options?: msRest.RequestOptionsBase): Promise<Models.ClustersListBySubscriptionResponse>;\n /**\n * @param callback The callback\n */\n listBySubscription(callback: msRest.ServiceCallback<Models.ClusterListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n listBySubscription(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ClusterListResult>): void;\n listBySubscription(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ClusterListResult>, callback?: msRest.ServiceCallback<Models.ClusterListResult>): Promise<Models.ClustersListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listBySubscriptionOperationSpec,\n callback) as Promise<Models.ClustersListBySubscriptionResponse>;\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 optional parameters\n * @returns Promise<Models.ClustersListByResourceGroupResponse>\n */\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.ClustersListByResourceGroupResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.ClusterListResult>): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ClusterListResult>): void;\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ClusterListResult>, callback?: msRest.ServiceCallback<Models.ClusterListResult>): Promise<Models.ClustersListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listByResourceGroupOperationSpec,\n callback) as Promise<Models.ClustersListByResourceGroupResponse>;\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 optional parameters\n * @returns Promise<Models.ClustersListStreamingJobsResponse>\n */\n listStreamingJobs(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.ClustersListStreamingJobsResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param callback The callback\n */\n listStreamingJobs(resourceGroupName: string, clusterName: string, callback: msRest.ServiceCallback<Models.ClusterJobListResult>): void;\n /**\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 optional parameters\n * @param callback The callback\n */\n listStreamingJobs(resourceGroupName: string, clusterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ClusterJobListResult>): void;\n listStreamingJobs(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ClusterJobListResult>, callback?: msRest.ServiceCallback<Models.ClusterJobListResult>): Promise<Models.ClustersListStreamingJobsResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n options\n },\n listStreamingJobsOperationSpec,\n callback) as Promise<Models.ClustersListStreamingJobsResponse>;\n }\n\n /**\n * Creates a Stream Analytics Cluster or replaces an already existing cluster.\n * @param cluster The definition of the cluster that will be used to create a new cluster or\n * replace the existing one.\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 optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(cluster: Models.Cluster, resourceGroupName: string, clusterName: string, options?: Models.ClustersBeginCreateOrUpdateOptionalParams): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n cluster,\n resourceGroupName,\n clusterName,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Updates an existing cluster. This can be used to partially update (ie. update one or two\n * properties) a cluster without affecting the rest of the cluster definition.\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 resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdate(cluster: Models.Cluster, resourceGroupName: string, clusterName: string, options?: Models.ClustersBeginUpdateOptionalParams): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n cluster,\n resourceGroupName,\n clusterName,\n options\n },\n beginUpdateOperationSpec,\n options);\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 optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Lists all of the clusters in the given subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ClustersListBySubscriptionNextResponse>\n */\n listBySubscriptionNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ClustersListBySubscriptionNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listBySubscriptionNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ClusterListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listBySubscriptionNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ClusterListResult>): void;\n listBySubscriptionNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ClusterListResult>, callback?: msRest.ServiceCallback<Models.ClusterListResult>): Promise<Models.ClustersListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listBySubscriptionNextOperationSpec,\n callback) as Promise<Models.ClustersListBySubscriptionNextResponse>;\n }\n\n /**\n * Lists all of the clusters in the given resource group.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ClustersListByResourceGroupNextResponse>\n */\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ClustersListByResourceGroupNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ClusterListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ClusterListResult>): void;\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ClusterListResult>, callback?: msRest.ServiceCallback<Models.ClusterListResult>): Promise<Models.ClustersListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByResourceGroupNextOperationSpec,\n callback) as Promise<Models.ClustersListByResourceGroupNextResponse>;\n }\n\n /**\n * Lists all of the streaming jobs in the given cluster.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ClustersListStreamingJobsNextResponse>\n */\n listStreamingJobsNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ClustersListStreamingJobsNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listStreamingJobsNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ClusterJobListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listStreamingJobsNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ClusterJobListResult>): void;\n listStreamingJobsNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ClusterJobListResult>, callback?: msRest.ServiceCallback<Models.ClusterJobListResult>): Promise<Models.ClustersListStreamingJobsNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listStreamingJobsNextOperationSpec,\n callback) as Promise<Models.ClustersListStreamingJobsNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/clusters/{clusterName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Cluster\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst listBySubscriptionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/clusters\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ClusterListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst listByResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/clusters\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ClusterListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst listStreamingJobsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/clusters/{clusterName}/listStreamingJobs\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ClusterJobListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/clusters/{clusterName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.ifMatch,\n Parameters.ifNoneMatch,\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"cluster\",\n mapper: {\n ...Mappers.Cluster,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Cluster\n },\n 201: {\n bodyMapper: Mappers.Cluster\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst beginUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/clusters/{clusterName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.ifMatch,\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"cluster\",\n mapper: {\n ...Mappers.Cluster,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Cluster\n },\n 202: {},\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/clusters/{clusterName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst listBySubscriptionNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ClusterListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst listByResourceGroupNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ClusterListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst listStreamingJobsNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ClusterJobListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\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\nexport {\n discriminators,\n AggregateFunctionProperties,\n AvroSerialization,\n AzureDataLakeStoreOutputDataSource,\n AzureFunctionOutputDataSource,\n AzureMachineLearningServiceFunctionBinding,\n AzureMachineLearningServiceInputColumn,\n AzureMachineLearningServiceOutputColumn,\n AzureMachineLearningStudioFunctionBinding,\n AzureMachineLearningStudioInputColumn,\n AzureMachineLearningStudioInputs,\n AzureMachineLearningStudioOutputColumn,\n AzureSqlDatabaseOutputDataSource,\n AzureSqlReferenceInputDataSource,\n AzureSqlReferenceInputDataSourceProperties,\n AzureSynapseOutputDataSource,\n AzureTableOutputDataSource,\n BaseResource,\n BlobOutputDataSource,\n BlobReferenceInputDataSource,\n BlobStreamInputDataSource,\n Cluster,\n ClusterInfo,\n ClusterProperties,\n ClusterSku,\n Compression,\n CSharpFunctionBinding,\n CsvSerialization,\n CustomClrSerialization,\n DiagnosticCondition,\n Diagnostics,\n DocumentDbOutputDataSource,\n ErrorDetails,\n ErrorError,\n ErrorModel,\n EventHubOutputDataSource,\n EventHubStreamInputDataSource,\n EventHubV2OutputDataSource,\n EventHubV2StreamInputDataSource,\n External,\n FunctionBinding,\n FunctionInput,\n FunctionModel,\n FunctionOutput,\n FunctionProperties,\n Identity,\n Input,\n InputProperties,\n IoTHubStreamInputDataSource,\n JavaScriptFunctionBinding,\n JobStorageAccount,\n JsonSerialization,\n Output,\n OutputDataSource,\n ParquetSerialization,\n PowerBIOutputDataSource,\n PrivateEndpoint,\n PrivateEndpointListResult,\n PrivateEndpointProperties,\n PrivateLinkConnectionState,\n PrivateLinkServiceConnection,\n ProxyResource,\n QueryTestingResult,\n RawOutputDatasource,\n RawReferenceInputDataSource,\n RawStreamInputDataSource,\n ReferenceInputDataSource,\n ReferenceInputProperties,\n Resource,\n SampleInputResult,\n ScalarFunctionProperties,\n Serialization,\n ServiceBusQueueOutputDataSource,\n ServiceBusTopicOutputDataSource,\n StorageAccount,\n StreamingJob,\n StreamingJobSku,\n StreamInputDataSource,\n StreamInputProperties,\n SubResource,\n SubscriptionQuota,\n TestDatasourceResult,\n TrackedResource,\n Transformation\n} from \"../models/mappers\";\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\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/privateEndpointsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { StreamAnalyticsManagementClientContext } from \"../streamAnalyticsManagementClientContext\";\n\n/** Class representing a PrivateEndpoints. */\nexport class PrivateEndpoints {\n private readonly client: StreamAnalyticsManagementClientContext;\n\n /**\n * Create a PrivateEndpoints.\n * @param {StreamAnalyticsManagementClientContext} client Reference to the service client.\n */\n constructor(client: StreamAnalyticsManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Creates a Stream Analytics Private Endpoint or replaces an already existing 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 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 optional parameters\n * @returns Promise<Models.PrivateEndpointsCreateOrUpdateResponse>\n */\n createOrUpdate(privateEndpoint: Models.PrivateEndpoint, resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: Models.PrivateEndpointsCreateOrUpdateOptionalParams): Promise<Models.PrivateEndpointsCreateOrUpdateResponse>;\n /**\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 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 callback The callback\n */\n createOrUpdate(privateEndpoint: Models.PrivateEndpoint, resourceGroupName: string, clusterName: string, privateEndpointName: string, callback: msRest.ServiceCallback<Models.PrivateEndpoint>): void;\n /**\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 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 optional parameters\n * @param callback The callback\n */\n createOrUpdate(privateEndpoint: Models.PrivateEndpoint, resourceGroupName: string, clusterName: string, privateEndpointName: string, options: Models.PrivateEndpointsCreateOrUpdateOptionalParams, callback: msRest.ServiceCallback<Models.PrivateEndpoint>): void;\n createOrUpdate(privateEndpoint: Models.PrivateEndpoint, resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: Models.PrivateEndpointsCreateOrUpdateOptionalParams | msRest.ServiceCallback<Models.PrivateEndpoint>, callback?: msRest.ServiceCallback<Models.PrivateEndpoint>): Promise<Models.PrivateEndpointsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n privateEndpoint,\n resourceGroupName,\n clusterName,\n privateEndpointName,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.PrivateEndpointsCreateOrUpdateResponse>;\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 optional parameters\n * @returns Promise<Models.PrivateEndpointsGetResponse>\n */\n get(resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointsGetResponse>;\n /**\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 callback The callback\n */\n get(resourceGroupName: string, clusterName: string, privateEndpointName: string, callback: msRest.ServiceCallback<Models.PrivateEndpoint>): void;\n /**\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 optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, clusterName: string, privateEndpointName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpoint>): void;\n get(resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateEndpoint>, callback?: msRest.ServiceCallback<Models.PrivateEndpoint>): Promise<Models.PrivateEndpointsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n privateEndpointName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.PrivateEndpointsGetResponse>;\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 optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,clusterName,privateEndpointName,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\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 optional parameters\n * @returns Promise<Models.PrivateEndpointsListByClusterResponse>\n */\n listByCluster(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointsListByClusterResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param callback The callback\n */\n listByCluster(resourceGroupName: string, clusterName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointListResult>): void;\n /**\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 optional parameters\n * @param callback The callback\n */\n listByCluster(resourceGroupName: string, clusterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointListResult>): void;\n listByCluster(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateEndpointListResult>, callback?: msRest.ServiceCallback<Models.PrivateEndpointListResult>): Promise<Models.PrivateEndpointsListByClusterResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n clusterName,\n options\n },\n listByClusterOperationSpec,\n callback) as Promise<Models.PrivateEndpointsListByClusterResponse>;\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 optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n clusterName,\n privateEndpointName,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Lists the private endpoints in the cluster.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointsListByClusterNextResponse>\n */\n listByClusterNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointsListByClusterNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByClusterNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PrivateEndpointListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByClusterNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointListResult>): void;\n listByClusterNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateEndpointListResult>, callback?: msRest.ServiceCallback<Models.PrivateEndpointListResult>): Promise<Models.PrivateEndpointsListByClusterNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByClusterNextOperationSpec,\n callback) as Promise<Models.PrivateEndpointsListByClusterNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/clusters/{clusterName}/privateEndpoints/{privateEndpointName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.privateEndpointName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.ifMatch,\n Parameters.ifNoneMatch,\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"privateEndpoint\",\n mapper: {\n ...Mappers.PrivateEndpoint,\n required: true\n }\n },\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 serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/clusters/{clusterName}/privateEndpoints/{privateEndpointName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.privateEndpointName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpoint\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst listByClusterOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/clusters/{clusterName}/privateEndpoints\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/clusters/{clusterName}/privateEndpoints/{privateEndpointName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.privateEndpointName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\n serializer\n};\n\nconst listByClusterNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointListResult\n },\n default: {\n bodyMapper: Mappers.ErrorModel\n }\n },\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\n * regenerated.\n */\n\nimport * as Models from \"./models\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\n\nconst packageName = \"@azure/arm-streamanalytics\";\nconst packageVersion = \"3.0.0\";\n\nexport class StreamAnalyticsManagementClientContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials | TokenCredential;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the StreamAnalyticsManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId The ID of the target subscription.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.StreamAnalyticsManagementClientOptions) {\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 if (!options) {\n options = {};\n }\n if (!options.userAgent) {\n const defaultUserAgent = msRestAzure.getDefaultUserAgentValue();\n options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`;\n }\n\n super(credentials, options);\n\n this.acceptLanguage = 'en-US';\n this.longRunningOperationRetryTimeout = 30;\n this.baseUri = options.baseUri || this.baseUri || \"https://management.azure.com\";\n this.requestContentType = \"application/json; charset=utf-8\";\n this.credentials = credentials;\n this.subscriptionId = subscriptionId;\n\n if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {\n this.acceptLanguage = options.acceptLanguage;\n }\n if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {\n this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;\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\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\nimport * as Models from \"./models\";\nimport * as Mappers from \"./models/mappers\";\nimport * as operations from \"./operations\";\nimport { StreamAnalyticsManagementClientContext } from \"./streamAnalyticsManagementClientContext\";\n\n\nclass StreamAnalyticsManagementClient extends StreamAnalyticsManagementClientContext {\n // Operation groups\n functions: operations.Functions;\n inputs: operations.Inputs;\n outputs: operations.Outputs;\n streamingJobs: operations.StreamingJobs;\n subscriptions: operations.Subscriptions;\n transformations: operations.Transformations;\n operations: operations.Operations;\n clusters: operations.Clusters;\n privateEndpoints: operations.PrivateEndpoints;\n\n /**\n * Initializes a new instance of the StreamAnalyticsManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId The ID of the target subscription.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.StreamAnalyticsManagementClientOptions) {\n super(credentials, subscriptionId, options);\n this.functions = new operations.Functions(this);\n this.inputs = new operations.Inputs(this);\n this.outputs = new operations.Outputs(this);\n this.streamingJobs = new operations.StreamingJobs(this);\n this.subscriptions = new operations.Subscriptions(this);\n this.transformations = new operations.Transformations(this);\n this.operations = new operations.Operations(this);\n this.clusters = new operations.Clusters(this);\n this.privateEndpoints = new operations.PrivateEndpoints(this);\n }\n}\n\n// Operation Specifications\n\nexport {\n StreamAnalyticsManagementClient,\n StreamAnalyticsManagementClientContext,\n Models as StreamAnalyticsManagementModels,\n Mappers as StreamAnalyticsManagementMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","msRest.Serializer","Parameters.subscriptionId","Parameters.resourceGroupName","Parameters.jobName","Parameters.functionName","Parameters.apiVersion0","Parameters.ifMatch","Parameters.ifNoneMatch","Parameters.acceptLanguage","Mappers.FunctionModel","Mappers.FunctionsCreateOrReplaceHeaders","Mappers.ErrorModel","Mappers.FunctionsUpdateHeaders","Mappers.FunctionsGetHeaders","Parameters.select","Mappers.FunctionListResult","Mappers.FunctionRetrieveDefaultDefinitionParameters","Mappers.ResourceTestStatus","Parameters.nextPageLink","createOrReplaceOperationSpec","updateOperationSpec","deleteMethodOperationSpec","getOperationSpec","listByStreamingJobOperationSpec","beginTestOperationSpec","listByStreamingJobNextOperationSpec","serializer","Mappers","Parameters.inputName","Mappers.Input","Mappers.InputsCreateOrReplaceHeaders","Mappers.InputsUpdateHeaders","Mappers.InputsGetHeaders","Mappers.InputListResult","Parameters.outputName","Mappers.Output","Mappers.OutputsCreateOrReplaceHeaders","Mappers.OutputsUpdateHeaders","Mappers.OutputsGetHeaders","Mappers.OutputListResult","Mappers.StreamingJob","Mappers.StreamingJobsUpdateHeaders","Parameters.expand","Mappers.StreamingJobsGetHeaders","Mappers.StreamingJobListResult","Mappers.StreamingJobsCreateOrReplaceHeaders","Mappers.StartStreamingJobParameters","Parameters.location","Mappers.SubscriptionQuotasListResult","Mappers.CompileQuery","Mappers.QueryCompilationResult","Mappers.TestQuery","Mappers.QueryTestingResult","Mappers.SampleInput","Mappers.SampleInputResult","Mappers.TestInput","Mappers.TestDatasourceResult","Mappers.TestOutput","Parameters.transformationName","Mappers.Transformation","Mappers.TransformationsCreateOrReplaceHeaders","Mappers.TransformationsUpdateHeaders","Mappers.TransformationsGetHeaders","listOperationSpec","listNextOperationSpec","Mappers.OperationListResult","listByResourceGroupOperationSpec","beginDeleteMethodOperationSpec","listByResourceGroupNextOperationSpec","Parameters.clusterName","Parameters.apiVersion1","Mappers.Cluster","Mappers.ClusterListResult","Mappers.ClusterJobListResult","Parameters.privateEndpointName","Mappers.PrivateEndpoint","Mappers.PrivateEndpointListResult","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.Functions","operations.Inputs","operations.Outputs","operations.StreamingJobs","operations.Subscriptions","operations.Transformations","operations.Operations","operations.Clusters","operations.PrivateEndpoints"],"mappings":"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"}
|