@azure/arm-timeseriesinsights 1.3.1 → 2.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 +21 -0
- package/README.md +69 -80
- package/dist/index.js +3489 -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 +1102 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +109 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +94 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/dist-esm/src/models/mappers.js +1965 -0
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +26 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +225 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/accessPolicies.d.ts +65 -0
- package/dist-esm/src/operations/accessPolicies.d.ts.map +1 -0
- package/dist-esm/src/operations/accessPolicies.js +212 -0
- package/dist-esm/src/operations/accessPolicies.js.map +1 -0
- package/dist-esm/src/operations/environments.d.ts +78 -0
- package/dist-esm/src/operations/environments.d.ts.map +1 -0
- package/dist-esm/src/operations/environments.js +314 -0
- package/dist-esm/src/operations/environments.js.map +1 -0
- package/dist-esm/src/operations/eventSources.d.ts +66 -0
- package/dist-esm/src/operations/eventSources.d.ts.map +1 -0
- package/dist-esm/src/operations/eventSources.js +213 -0
- package/dist-esm/src/operations/eventSources.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +3 -5
- package/dist-esm/src/operations/index.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/referenceDataSets.d.ts +66 -0
- package/dist-esm/src/operations/referenceDataSets.d.ts.map +1 -0
- package/dist-esm/src/operations/referenceDataSets.js +213 -0
- package/dist-esm/src/operations/referenceDataSets.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/accessPolicies.d.ts +57 -0
- package/dist-esm/src/operationsInterfaces/accessPolicies.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/accessPolicies.js +9 -0
- package/dist-esm/src/operationsInterfaces/accessPolicies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/environments.d.ts +70 -0
- package/dist-esm/src/operationsInterfaces/environments.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/environments.js +9 -0
- package/dist-esm/src/operationsInterfaces/environments.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/eventSources.d.ts +58 -0
- package/dist-esm/src/operationsInterfaces/eventSources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/eventSources.js +9 -0
- package/dist-esm/src/operationsInterfaces/eventSources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +13 -0
- package/dist-esm/src/operationsInterfaces/index.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/referenceDataSets.d.ts +58 -0
- package/dist-esm/src/operationsInterfaces/referenceDataSets.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/referenceDataSets.js +9 -0
- package/dist-esm/src/operationsInterfaces/referenceDataSets.js.map +1 -0
- package/dist-esm/src/timeSeriesInsightsClient.d.ts +22 -0
- package/dist-esm/src/timeSeriesInsightsClient.d.ts.map +1 -0
- package/dist-esm/src/timeSeriesInsightsClient.js +55 -0
- package/dist-esm/src/timeSeriesInsightsClient.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 +70 -32
- package/review/arm-timeseriesinsights.api.md +943 -0
- package/rollup.config.js +181 -30
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1032 -1259
- package/src/models/mappers.ts +1568 -811
- package/src/models/parameters.ts +157 -69
- package/src/operations/accessPolicies.ts +144 -250
- package/src/operations/environments.ts +322 -267
- package/src/operations/eventSources.ts +144 -250
- package/src/operations/index.ts +3 -5
- package/src/operations/operations.ts +87 -73
- package/src/operations/referenceDataSets.ts +144 -250
- package/src/operationsInterfaces/accessPolicies.ts +103 -0
- package/src/operationsInterfaces/environments.ts +135 -0
- package/src/operationsInterfaces/eventSources.ts +104 -0
- package/src/operationsInterfaces/index.ts +13 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/referenceDataSets.ts +104 -0
- package/src/timeSeriesInsightsClient.ts +82 -43
- package/tsconfig.json +3 -3
- package/types/arm-timeseriesinsights.d.ts +1523 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-timeseriesinsights.js +0 -2806
- package/dist/arm-timeseriesinsights.js.map +0 -1
- package/dist/arm-timeseriesinsights.min.js +0 -1
- package/dist/arm-timeseriesinsights.min.js.map +0 -1
- package/esm/models/accessPoliciesMappers.d.ts +0 -2
- package/esm/models/accessPoliciesMappers.d.ts.map +0 -1
- package/esm/models/accessPoliciesMappers.js +0 -9
- package/esm/models/accessPoliciesMappers.js.map +0 -1
- package/esm/models/environmentsMappers.d.ts +0 -2
- package/esm/models/environmentsMappers.d.ts.map +0 -1
- package/esm/models/environmentsMappers.js +0 -9
- package/esm/models/environmentsMappers.js.map +0 -1
- package/esm/models/eventSourcesMappers.d.ts +0 -2
- package/esm/models/eventSourcesMappers.d.ts.map +0 -1
- package/esm/models/eventSourcesMappers.js +0 -9
- package/esm/models/eventSourcesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -1413
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -54
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js +0 -1321
- 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/parameters.d.ts +0 -16
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -173
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/referenceDataSetsMappers.d.ts +0 -2
- package/esm/models/referenceDataSetsMappers.d.ts.map +0 -1
- package/esm/models/referenceDataSetsMappers.js +0 -9
- package/esm/models/referenceDataSetsMappers.js.map +0 -1
- package/esm/operations/accessPolicies.d.ts +0 -165
- package/esm/operations/accessPolicies.d.ts.map +0 -1
- package/esm/operations/accessPolicies.js +0 -203
- package/esm/operations/accessPolicies.js.map +0 -1
- package/esm/operations/environments.d.ts +0 -139
- package/esm/operations/environments.d.ts.map +0 -1
- package/esm/operations/environments.js +0 -268
- package/esm/operations/environments.js.map +0 -1
- package/esm/operations/eventSources.d.ts +0 -166
- package/esm/operations/eventSources.d.ts.map +0 -1
- package/esm/operations/eventSources.js +0 -203
- package/esm/operations/eventSources.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.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 -77
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/referenceDataSets.d.ts +0 -166
- package/esm/operations/referenceDataSets.d.ts.map +0 -1
- package/esm/operations/referenceDataSets.js +0 -203
- package/esm/operations/referenceDataSets.js.map +0 -1
- package/esm/timeSeriesInsightsClient.d.ts +0 -28
- package/esm/timeSeriesInsightsClient.d.ts.map +0 -1
- package/esm/timeSeriesInsightsClient.js +0 -42
- package/esm/timeSeriesInsightsClient.js.map +0 -1
- package/esm/timeSeriesInsightsClientContext.d.ts +0 -22
- package/esm/timeSeriesInsightsClientContext.d.ts.map +0 -1
- package/esm/timeSeriesInsightsClientContext.js +0 -61
- package/esm/timeSeriesInsightsClientContext.js.map +0 -1
- package/src/models/accessPoliciesMappers.ts +0 -30
- package/src/models/environmentsMappers.ts +0 -35
- package/src/models/eventSourcesMappers.ts +0 -39
- package/src/models/operationsMappers.ts +0 -15
- package/src/models/referenceDataSetsMappers.ts +0 -35
- package/src/timeSeriesInsightsClientContext.ts +0 -68
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"arm-timeseriesinsights.js","sources":["../node_modules/tslib/tslib.es6.js","../src/models/index.ts","../src/models/mappers.ts","../src/models/operationsMappers.ts","../src/models/parameters.ts","../src/operations/operations.ts","../src/models/environmentsMappers.ts","../src/operations/environments.ts","../src/models/eventSourcesMappers.ts","../src/operations/eventSources.ts","../src/models/referenceDataSetsMappers.ts","../src/operations/referenceDataSets.ts","../src/models/accessPoliciesMappers.ts","../src/operations/accessPolicies.ts","../src/timeSeriesInsightsClientContext.ts","../src/timeSeriesInsightsClient.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. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 * 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 Time Series Insights 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 * Time Series Insights resource\n */\nexport interface Resource 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 * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly 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 * Time Series Insights resource that is tracked by Azure Resource Manager.\n */\nexport interface TrackedResource extends Resource {\n /**\n * Resource location\n */\n location: string;\n /**\n * Resource tags\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * Properties that are common to all tracked resources.\n */\nexport interface ResourceProperties {\n /**\n * Provisioning state of the resource. Possible values include: 'Accepted', 'Creating',\n * 'Updating', 'Succeeded', 'Failed', 'Deleting'\n */\n provisioningState?: ProvisioningState;\n /**\n * The time the resource was created.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationTime?: Date;\n}\n\n/**\n * The sku determines the capacity of the environment, the SLA (in queries-per-minute and total\n * capacity), and the billing rate.\n */\nexport interface Sku {\n /**\n * The name of this SKU. Possible values include: 'S1', 'S2'\n */\n name: SkuName;\n /**\n * The capacity of the sku. This value can be changed to support scale out of environments after\n * they have been created.\n */\n capacity: number;\n}\n\n/**\n * Properties required to create any resource tracked by Azure Resource Manager.\n */\nexport interface CreateOrUpdateTrackedResourceProperties {\n /**\n * The location of the resource.\n */\n location: string;\n /**\n * Key-value pairs of additional properties for the resource.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * The structure of the property that a partition key can have. An environment can have multiple\n * such properties.\n */\nexport interface PartitionKeyProperty {\n /**\n * The name of the property.\n */\n name?: string;\n /**\n * The type of the property. Possible values include: 'String'\n */\n type?: PropertyType;\n}\n\n/**\n * Parameters supplied to the CreateOrUpdate Environment operation.\n */\nexport interface EnvironmentCreateOrUpdateParameters extends CreateOrUpdateTrackedResourceProperties {\n /**\n * The sku determines the capacity of the environment, the SLA (in queries-per-minute and total\n * capacity), and the billing rate.\n */\n sku: Sku;\n /**\n * ISO8601 timespan specifying the minimum number of days the environment's events will be\n * available for query.\n */\n dataRetentionTime: string;\n /**\n * The behavior the Time Series Insights service should take when the environment's capacity has\n * been exceeded. If \"PauseIngress\" is specified, new events will not be read from the event\n * source. If \"PurgeOldData\" is specified, new events will continue to be read and old events\n * will be deleted from the environment. The default behavior is PurgeOldData. Possible values\n * include: 'PurgeOldData', 'PauseIngress'\n */\n storageLimitExceededBehavior?: StorageLimitExceededBehavior;\n /**\n * The list of partition keys according to which the data in the environment will be ordered.\n */\n partitionKeyProperties?: PartitionKeyProperty[];\n}\n\n/**\n * Parameters supplied to the Update Environment operation.\n */\nexport interface EnvironmentUpdateParameters {\n /**\n * The sku of the environment.\n */\n sku?: Sku;\n /**\n * Key-value pairs of additional properties for the environment.\n */\n tags?: { [propertyName: string]: string };\n /**\n * ISO8601 timespan specifying the minimum number of days the environment's events will be\n * available for query.\n */\n dataRetentionTime?: string;\n /**\n * The behavior the Time Series Insights service should take when the environment's capacity has\n * been exceeded. If \"PauseIngress\" is specified, new events will not be read from the event\n * source. If \"PurgeOldData\" is specified, new events will continue to be read and old events\n * will be deleted from the environment. The default behavior is PurgeOldData. Possible values\n * include: 'PurgeOldData', 'PauseIngress'\n */\n storageLimitExceededBehavior?: StorageLimitExceededBehavior;\n /**\n * The list of event properties which will be used to partition data in the environment.\n */\n partitionKeyProperties?: PartitionKeyProperty[];\n}\n\n/**\n * An object that contains the details about an environment's state.\n */\nexport interface EnvironmentStateDetails {\n /**\n * Contains the code that represents the reason of an environment being in a particular state.\n * Can be used to programmatically handle specific cases.\n */\n code?: string;\n /**\n * A message that describes the state in detail.\n */\n message?: string;\n}\n\n/**\n * An object that represents the status of ingress on an environment.\n */\nexport interface IngressEnvironmentStatus {\n /**\n * This string represents the state of ingress operations on an environment. It can be\n * \"Disabled\", \"Ready\", \"Running\", \"Paused\" or \"Unknown\". Possible values include: 'Disabled',\n * 'Ready', 'Running', 'Paused', 'Unknown'\n */\n state?: IngressState;\n /**\n * An object that contains the details about an environment's state.\n */\n stateDetails?: EnvironmentStateDetails;\n}\n\n/**\n * An object that represents the status of the environment, and its internal state in the Time\n * Series Insights service.\n */\nexport interface EnvironmentStatus {\n /**\n * An object that represents the status of ingress on an environment.\n */\n ingress?: IngressEnvironmentStatus;\n}\n\n/**\n * An environment is a set of time-series data available for query, and is the top level Azure Time\n * Series Insights resource.\n */\nexport interface EnvironmentResource extends TrackedResource {\n /**\n * The sku determines the capacity of the environment, the SLA (in queries-per-minute and total\n * capacity), and the billing rate.\n */\n sku?: Sku;\n /**\n * ISO8601 timespan specifying the minimum number of days the environment's events will be\n * available for query.\n */\n dataRetentionTime: string;\n /**\n * The behavior the Time Series Insights service should take when the environment's capacity has\n * been exceeded. If \"PauseIngress\" is specified, new events will not be read from the event\n * source. If \"PurgeOldData\" is specified, new events will continue to be read and old events\n * will be deleted from the environment. The default behavior is PurgeOldData. Possible values\n * include: 'PurgeOldData', 'PauseIngress'\n */\n storageLimitExceededBehavior?: StorageLimitExceededBehavior;\n /**\n * The list of partition keys according to which the data in the environment will be ordered.\n */\n partitionKeyProperties?: PartitionKeyProperty[];\n /**\n * Provisioning state of the resource. Possible values include: 'Accepted', 'Creating',\n * 'Updating', 'Succeeded', 'Failed', 'Deleting'\n */\n provisioningState?: ProvisioningState;\n /**\n * The time the resource was created.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationTime?: Date;\n /**\n * An id used to access the environment data, e.g. to query the environment's events or upload\n * reference data for the environment.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly dataAccessId?: string;\n /**\n * The fully qualified domain name used to access the environment data, e.g. to query the\n * environment's events or upload reference data for the environment.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly dataAccessFqdn?: string;\n /**\n * An object that represents the status of the environment, and its internal state in the Time\n * Series Insights service.\n */\n status?: EnvironmentStatus;\n}\n\n/**\n * The response of the List Environments operation.\n */\nexport interface EnvironmentListResponse {\n /**\n * Result of the List Environments operation.\n */\n value?: EnvironmentResource[];\n}\n\n/**\n * Contains the possible cases for EventSourceCreateOrUpdateParameters.\n */\nexport type EventSourceCreateOrUpdateParametersUnion = EventSourceCreateOrUpdateParameters | EventHubEventSourceCreateOrUpdateParameters | IoTHubEventSourceCreateOrUpdateParameters;\n\n/**\n * Parameters supplied to the Create or Update Event Source operation.\n */\nexport interface EventSourceCreateOrUpdateParameters {\n /**\n * Polymorphic Discriminator\n */\n kind: \"EventSourceCreateOrUpdateParameters\";\n /**\n * The location of the resource.\n */\n location: string;\n /**\n * Key-value pairs of additional properties for the resource.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * Parameters supplied to the Create or Update Event Source operation for an EventHub event source.\n */\nexport interface EventHubEventSourceCreateOrUpdateParameters {\n /**\n * Polymorphic Discriminator\n */\n kind: \"Microsoft.EventHub\";\n /**\n * The location of the resource.\n */\n location: string;\n /**\n * Key-value pairs of additional properties for the resource.\n */\n tags?: { [propertyName: string]: string };\n /**\n * Provisioning state of the resource. Possible values include: 'Accepted', 'Creating',\n * 'Updating', 'Succeeded', 'Failed', 'Deleting'\n */\n provisioningState?: ProvisioningState;\n /**\n * The time the resource was created.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationTime?: Date;\n /**\n * The event property that will be used as the event source's timestamp. If a value isn't\n * specified for timestampPropertyName, or if null or empty-string is specified, the event\n * creation time will be used.\n */\n timestampPropertyName?: string;\n /**\n * The resource id of the event source in Azure Resource Manager.\n */\n eventSourceResourceId: string;\n /**\n * The name of the service bus that contains the event hub.\n */\n serviceBusNamespace: string;\n /**\n * The name of the event hub.\n */\n eventHubName: string;\n /**\n * The name of the event hub's consumer group that holds the partitions from which events will be\n * read.\n */\n consumerGroupName: string;\n /**\n * The name of the SAS key that grants the Time Series Insights service access to the event hub.\n * The shared access policies for this key must grant 'Listen' permissions to the event hub.\n */\n keyName: string;\n /**\n * The value of the shared access key that grants the Time Series Insights service read access to\n * the event hub. This property is not shown in event source responses.\n */\n sharedAccessKey: string;\n}\n\n/**\n * Parameters supplied to the Create or Update Event Source operation for an IoTHub event source.\n */\nexport interface IoTHubEventSourceCreateOrUpdateParameters {\n /**\n * Polymorphic Discriminator\n */\n kind: \"Microsoft.IoTHub\";\n /**\n * The location of the resource.\n */\n location: string;\n /**\n * Key-value pairs of additional properties for the resource.\n */\n tags?: { [propertyName: string]: string };\n /**\n * Provisioning state of the resource. Possible values include: 'Accepted', 'Creating',\n * 'Updating', 'Succeeded', 'Failed', 'Deleting'\n */\n provisioningState?: ProvisioningState;\n /**\n * The time the resource was created.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationTime?: Date;\n /**\n * The event property that will be used as the event source's timestamp. If a value isn't\n * specified for timestampPropertyName, or if null or empty-string is specified, the event\n * creation time will be used.\n */\n timestampPropertyName?: string;\n /**\n * The resource id of the event source in Azure Resource Manager.\n */\n eventSourceResourceId: string;\n /**\n * The name of the iot hub.\n */\n iotHubName: string;\n /**\n * The name of the iot hub's consumer group that holds the partitions from which events will be\n * read.\n */\n consumerGroupName: string;\n /**\n * The name of the Shared Access Policy key that grants the Time Series Insights service access\n * to the iot hub. This shared access policy key must grant 'service connect' permissions to the\n * iot hub.\n */\n keyName: string;\n /**\n * The value of the Shared Access Policy key that grants the Time Series Insights service read\n * access to the iot hub. This property is not shown in event source responses.\n */\n sharedAccessKey: string;\n}\n\n/**\n * Parameters supplied to the Update Event Source operation.\n */\nexport interface EventSourceUpdateParameters {\n /**\n * Key-value pairs of additional properties for the event source.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * Parameters supplied to the Update Event Source operation to update an EventHub event source.\n */\nexport interface EventHubEventSourceUpdateParameters extends EventSourceUpdateParameters {\n /**\n * The event property that will be used as the event source's timestamp. If a value isn't\n * specified for timestampPropertyName, or if null or empty-string is specified, the event\n * creation time will be used.\n */\n timestampPropertyName?: string;\n /**\n * An object that represents the local timestamp property. It contains the format of local\n * timestamp that needs to be used and the corresponding timezone offset information. If a value\n * isn't specified for localTimestamp, or if null, then the local timestamp will not be ingressed\n * with the events.\n */\n localTimestamp?: LocalTimestamp;\n /**\n * The value of the shared access key that grants the Time Series Insights service read access to\n * the event hub. This property is not shown in event source responses.\n */\n sharedAccessKey?: string;\n}\n\n/**\n * Parameters supplied to the Update Event Source operation to update an IoTHub event source.\n */\nexport interface IoTHubEventSourceUpdateParameters extends EventSourceUpdateParameters {\n /**\n * The event property that will be used as the event source's timestamp. If a value isn't\n * specified for timestampPropertyName, or if null or empty-string is specified, the event\n * creation time will be used.\n */\n timestampPropertyName?: string;\n /**\n * An object that represents the local timestamp property. It contains the format of local\n * timestamp that needs to be used and the corresponding timezone offset information. If a value\n * isn't specified for localTimestamp, or if null, then the local timestamp will not be ingressed\n * with the events.\n */\n localTimestamp?: LocalTimestamp;\n /**\n * The value of the shared access key that grants the Time Series Insights service read access to\n * the iot hub. This property is not shown in event source responses.\n */\n sharedAccessKey?: string;\n}\n\n/**\n * Contains the possible cases for EventSourceResource.\n */\nexport type EventSourceResourceUnion = EventSourceResource | EventHubEventSourceResource | IoTHubEventSourceResource;\n\n/**\n * An environment receives data from one or more event sources. Each event source has associated\n * connection info that allows the Time Series Insights ingress pipeline to connect to and pull\n * data from the event source\n */\nexport interface EventSourceResource {\n /**\n * Polymorphic Discriminator\n */\n kind: \"EventSourceResource\";\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 * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly 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 * Resource location\n */\n location: string;\n /**\n * Resource tags\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * The response of the List EventSources operation.\n */\nexport interface EventSourceListResponse {\n /**\n * Result of the List EventSources operation.\n */\n value?: EventSourceResourceUnion[];\n}\n\n/**\n * An event source that receives its data from an Azure EventHub.\n */\nexport interface EventHubEventSourceResource {\n /**\n * Polymorphic Discriminator\n */\n kind: \"Microsoft.EventHub\";\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 * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly 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 * Resource location\n */\n location: string;\n /**\n * Resource tags\n */\n tags?: { [propertyName: string]: string };\n /**\n * Provisioning state of the resource. Possible values include: 'Accepted', 'Creating',\n * 'Updating', 'Succeeded', 'Failed', 'Deleting'\n */\n provisioningState?: ProvisioningState;\n /**\n * The time the resource was created.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationTime?: Date;\n /**\n * The event property that will be used as the event source's timestamp. If a value isn't\n * specified for timestampPropertyName, or if null or empty-string is specified, the event\n * creation time will be used.\n */\n timestampPropertyName?: string;\n /**\n * The resource id of the event source in Azure Resource Manager.\n */\n eventSourceResourceId: string;\n /**\n * The name of the service bus that contains the event hub.\n */\n serviceBusNamespace: string;\n /**\n * The name of the event hub.\n */\n eventHubName: string;\n /**\n * The name of the event hub's consumer group that holds the partitions from which events will be\n * read.\n */\n consumerGroupName: string;\n /**\n * The name of the SAS key that grants the Time Series Insights service access to the event hub.\n * The shared access policies for this key must grant 'Listen' permissions to the event hub.\n */\n keyName: string;\n}\n\n/**\n * An event source that receives its data from an Azure IoTHub.\n */\nexport interface IoTHubEventSourceResource {\n /**\n * Polymorphic Discriminator\n */\n kind: \"Microsoft.IotHub\";\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 * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly 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 * Resource location\n */\n location: string;\n /**\n * Resource tags\n */\n tags?: { [propertyName: string]: string };\n /**\n * Provisioning state of the resource. Possible values include: 'Accepted', 'Creating',\n * 'Updating', 'Succeeded', 'Failed', 'Deleting'\n */\n provisioningState?: ProvisioningState;\n /**\n * The time the resource was created.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationTime?: Date;\n /**\n * The event property that will be used as the event source's timestamp. If a value isn't\n * specified for timestampPropertyName, or if null or empty-string is specified, the event\n * creation time will be used.\n */\n timestampPropertyName?: string;\n /**\n * The resource id of the event source in Azure Resource Manager.\n */\n eventSourceResourceId: string;\n /**\n * The name of the iot hub.\n */\n iotHubName: string;\n /**\n * The name of the iot hub's consumer group that holds the partitions from which events will be\n * read.\n */\n consumerGroupName: string;\n /**\n * The name of the Shared Access Policy key that grants the Time Series Insights service access\n * to the iot hub. This shared access policy key must grant 'service connect' permissions to the\n * iot hub.\n */\n keyName: string;\n}\n\n/**\n * Properties of the event source.\n */\nexport interface EventSourceCommonProperties extends ResourceProperties {\n /**\n * The event property that will be used as the event source's timestamp. If a value isn't\n * specified for timestampPropertyName, or if null or empty-string is specified, the event\n * creation time will be used.\n */\n timestampPropertyName?: string;\n}\n\n/**\n * Properties of an event source that reads events from an event broker in Azure.\n */\nexport interface AzureEventSourceProperties extends EventSourceCommonProperties {\n /**\n * The resource id of the event source in Azure Resource Manager.\n */\n eventSourceResourceId: string;\n}\n\n/**\n * Properties of the EventHub event source.\n */\nexport interface EventHubEventSourceCommonProperties extends AzureEventSourceProperties {\n /**\n * The name of the service bus that contains the event hub.\n */\n serviceBusNamespace: string;\n /**\n * The name of the event hub.\n */\n eventHubName: string;\n /**\n * The name of the event hub's consumer group that holds the partitions from which events will be\n * read.\n */\n consumerGroupName: string;\n /**\n * The name of the SAS key that grants the Time Series Insights service access to the event hub.\n * The shared access policies for this key must grant 'Listen' permissions to the event hub.\n */\n keyName: string;\n}\n\n/**\n * Properties of the IoTHub event source.\n */\nexport interface IoTHubEventSourceCommonProperties extends AzureEventSourceProperties {\n /**\n * The name of the iot hub.\n */\n iotHubName: string;\n /**\n * The name of the iot hub's consumer group that holds the partitions from which events will be\n * read.\n */\n consumerGroupName: string;\n /**\n * The name of the Shared Access Policy key that grants the Time Series Insights service access\n * to the iot hub. This shared access policy key must grant 'service connect' permissions to the\n * iot hub.\n */\n keyName: string;\n}\n\n/**\n * An object that represents the offset information for the local timestamp format specified.\n * Should not be specified for LocalTimestampFormat - Embedded.\n */\nexport interface LocalTimestampTimeZoneOffset {\n /**\n * The event property that will be contain the offset information to calculate the local\n * timestamp. When the LocalTimestampFormat is Iana, the property name will contain the name of\n * the column which contains IANA Timezone Name (eg: Americas/Los Angeles). When\n * LocalTimestampFormat is Timespan, it contains the name of property which contains values\n * representing the offset (eg: P1D or 1.00:00:00)\n */\n propertyName?: string;\n}\n\n/**\n * An object that represents the local timestamp property. It contains the format of local\n * timestamp that needs to be used and the corresponding timezone offset information. If a value\n * isn't specified for localTimestamp, or if null, then the local timestamp will not be ingressed\n * with the events.\n */\nexport interface LocalTimestamp {\n /**\n * An enum that represents the format of the local timestamp property that needs to be set.\n * Possible values include: 'Embedded', 'Iana', 'TimeSpan'\n */\n format?: LocalTimestampFormat;\n /**\n * An object that represents the offset information for the local timestamp format specified.\n * Should not be specified for LocalTimestampFormat - Embedded.\n */\n timeZoneOffset?: LocalTimestampTimeZoneOffset;\n}\n\n/**\n * An object that represents a set of mutable event source resource properties.\n */\nexport interface EventSourceMutableProperties {\n /**\n * The event property that will be used as the event source's timestamp. If a value isn't\n * specified for timestampPropertyName, or if null or empty-string is specified, the event\n * creation time will be used.\n */\n timestampPropertyName?: string;\n /**\n * An object that represents the local timestamp property. It contains the format of local\n * timestamp that needs to be used and the corresponding timezone offset information. If a value\n * isn't specified for localTimestamp, or if null, then the local timestamp will not be ingressed\n * with the events.\n */\n localTimestamp?: LocalTimestamp;\n}\n\n/**\n * A key property for the reference data set. A reference data set can have multiple key\n * properties.\n */\nexport interface ReferenceDataSetKeyProperty {\n /**\n * The name of the key property.\n */\n name?: string;\n /**\n * The type of the key property. Possible values include: 'String', 'Double', 'Bool', 'DateTime'\n */\n type?: ReferenceDataKeyPropertyType;\n}\n\n/**\n * An interface representing ReferenceDataSetCreateOrUpdateParameters.\n */\nexport interface ReferenceDataSetCreateOrUpdateParameters extends CreateOrUpdateTrackedResourceProperties {\n /**\n * The list of key properties for the reference data set.\n */\n keyProperties: ReferenceDataSetKeyProperty[];\n /**\n * The reference data set key comparison behavior can be set using this property. By default, the\n * value is 'Ordinal' - which means case sensitive key comparison will be performed while joining\n * reference data with events or while adding new reference data. When 'OrdinalIgnoreCase' is\n * set, case insensitive comparison will be used. Possible values include: 'Ordinal',\n * 'OrdinalIgnoreCase'\n */\n dataStringComparisonBehavior?: DataStringComparisonBehavior;\n}\n\n/**\n * Parameters supplied to the Update Reference Data Set operation.\n */\nexport interface ReferenceDataSetUpdateParameters {\n /**\n * Key-value pairs of additional properties for the reference data set.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * A reference data set provides metadata about the events in an environment. Metadata in the\n * reference data set will be joined with events as they are read from event sources. The metadata\n * that makes up the reference data set is uploaded or modified through the Time Series Insights\n * data plane APIs.\n */\nexport interface ReferenceDataSetResource extends TrackedResource {\n /**\n * The list of key properties for the reference data set.\n */\n keyProperties: ReferenceDataSetKeyProperty[];\n /**\n * The reference data set key comparison behavior can be set using this property. By default, the\n * value is 'Ordinal' - which means case sensitive key comparison will be performed while joining\n * reference data with events or while adding new reference data. When 'OrdinalIgnoreCase' is\n * set, case insensitive comparison will be used. Possible values include: 'Ordinal',\n * 'OrdinalIgnoreCase'\n */\n dataStringComparisonBehavior?: DataStringComparisonBehavior;\n /**\n * Provisioning state of the resource. Possible values include: 'Accepted', 'Creating',\n * 'Updating', 'Succeeded', 'Failed', 'Deleting'\n */\n provisioningState?: ProvisioningState;\n /**\n * The time the resource was created.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationTime?: Date;\n}\n\n/**\n * The response of the List Reference Data Sets operation.\n */\nexport interface ReferenceDataSetListResponse {\n /**\n * Result of the List Reference Data Sets operation.\n */\n value?: ReferenceDataSetResource[];\n}\n\n/**\n * An interface representing AccessPolicyCreateOrUpdateParameters.\n */\nexport interface AccessPolicyCreateOrUpdateParameters {\n /**\n * The objectId of the principal in Azure Active Directory.\n */\n principalObjectId?: string;\n /**\n * An description of the access policy.\n */\n description?: string;\n /**\n * The list of roles the principal is assigned on the environment.\n */\n roles?: AccessPolicyRole[];\n}\n\n/**\n * An interface representing AccessPolicyUpdateParameters.\n */\nexport interface AccessPolicyUpdateParameters {\n /**\n * An description of the access policy.\n */\n description?: string;\n /**\n * The list of roles the principal is assigned on the environment.\n */\n roles?: AccessPolicyRole[];\n}\n\n/**\n * An access policy is used to grant users and applications access to the environment. Roles are\n * assigned to service principals in Azure Active Directory. These roles define the actions the\n * principal can perform through the Time Series Insights data plane APIs.\n */\nexport interface AccessPolicyResource extends Resource {\n /**\n * The objectId of the principal in Azure Active Directory.\n */\n principalObjectId?: string;\n /**\n * An description of the access policy.\n */\n description?: string;\n /**\n * The list of roles the principal is assigned on the environment.\n */\n roles?: AccessPolicyRole[];\n}\n\n/**\n * The response of the List access policies operation.\n */\nexport interface AccessPolicyListResponse {\n /**\n * Result of the List access policies operation.\n */\n value?: AccessPolicyResource[];\n}\n\n/**\n * Optional Parameters.\n */\nexport interface EnvironmentsGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Setting $expand=status will include the status of the internal services of the environment in\n * the Time Series Insights service.\n */\n expand?: string;\n}\n\n/**\n * An interface representing TimeSeriesInsightsClientOptions.\n */\nexport interface TimeSeriesInsightsClientOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * @interface\n * Result of the request to list Time Series Insights operations. It contains a list of operations\n * and 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 * Defines values for ProvisioningState.\n * Possible values include: 'Accepted', 'Creating', 'Updating', 'Succeeded', 'Failed', 'Deleting'\n * @readonly\n * @enum {string}\n */\nexport type ProvisioningState = 'Accepted' | 'Creating' | 'Updating' | 'Succeeded' | 'Failed' | 'Deleting';\n\n/**\n * Defines values for SkuName.\n * Possible values include: 'S1', 'S2'\n * @readonly\n * @enum {string}\n */\nexport type SkuName = 'S1' | 'S2';\n\n/**\n * Defines values for StorageLimitExceededBehavior.\n * Possible values include: 'PurgeOldData', 'PauseIngress'\n * @readonly\n * @enum {string}\n */\nexport type StorageLimitExceededBehavior = 'PurgeOldData' | 'PauseIngress';\n\n/**\n * Defines values for PropertyType.\n * Possible values include: 'String'\n * @readonly\n * @enum {string}\n */\nexport type PropertyType = 'String';\n\n/**\n * Defines values for IngressState.\n * Possible values include: 'Disabled', 'Ready', 'Running', 'Paused', 'Unknown'\n * @readonly\n * @enum {string}\n */\nexport type IngressState = 'Disabled' | 'Ready' | 'Running' | 'Paused' | 'Unknown';\n\n/**\n * Defines values for LocalTimestampFormat.\n * Possible values include: 'Embedded', 'Iana', 'TimeSpan'\n * @readonly\n * @enum {string}\n */\nexport type LocalTimestampFormat = 'Embedded' | 'Iana' | 'TimeSpan';\n\n/**\n * Defines values for ReferenceDataKeyPropertyType.\n * Possible values include: 'String', 'Double', 'Bool', 'DateTime'\n * @readonly\n * @enum {string}\n */\nexport type ReferenceDataKeyPropertyType = 'String' | 'Double' | 'Bool' | 'DateTime';\n\n/**\n * Defines values for DataStringComparisonBehavior.\n * Possible values include: 'Ordinal', 'OrdinalIgnoreCase'\n * @readonly\n * @enum {string}\n */\nexport type DataStringComparisonBehavior = 'Ordinal' | 'OrdinalIgnoreCase';\n\n/**\n * Defines values for AccessPolicyRole.\n * Possible values include: 'Reader', 'Contributor'\n * @readonly\n * @enum {string}\n */\nexport type AccessPolicyRole = 'Reader' | 'Contributor';\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 EnvironmentsCreateOrUpdateResponse = EnvironmentResource & {\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: EnvironmentResource;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type EnvironmentsGetResponse = EnvironmentResource & {\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: EnvironmentResource;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type EnvironmentsUpdateResponse = EnvironmentResource & {\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: EnvironmentResource;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroup operation.\n */\nexport type EnvironmentsListByResourceGroupResponse = EnvironmentListResponse & {\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: EnvironmentListResponse;\n };\n};\n\n/**\n * Contains response data for the listBySubscription operation.\n */\nexport type EnvironmentsListBySubscriptionResponse = EnvironmentListResponse & {\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: EnvironmentListResponse;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type EnvironmentsBeginCreateOrUpdateResponse = EnvironmentResource & {\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: EnvironmentResource;\n };\n};\n\n/**\n * Contains response data for the beginUpdate operation.\n */\nexport type EnvironmentsBeginUpdateResponse = EnvironmentResource & {\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: EnvironmentResource;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type EventSourcesCreateOrUpdateResponse = EventSourceResourceUnion & {\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: EventSourceResourceUnion;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type EventSourcesGetResponse = EventSourceResourceUnion & {\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: EventSourceResourceUnion;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type EventSourcesUpdateResponse = EventSourceResourceUnion & {\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: EventSourceResourceUnion;\n };\n};\n\n/**\n * Contains response data for the listByEnvironment operation.\n */\nexport type EventSourcesListByEnvironmentResponse = EventSourceListResponse & {\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: EventSourceListResponse;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type ReferenceDataSetsCreateOrUpdateResponse = ReferenceDataSetResource & {\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: ReferenceDataSetResource;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ReferenceDataSetsGetResponse = ReferenceDataSetResource & {\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: ReferenceDataSetResource;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type ReferenceDataSetsUpdateResponse = ReferenceDataSetResource & {\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: ReferenceDataSetResource;\n };\n};\n\n/**\n * Contains response data for the listByEnvironment operation.\n */\nexport type ReferenceDataSetsListByEnvironmentResponse = ReferenceDataSetListResponse & {\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: ReferenceDataSetListResponse;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type AccessPoliciesCreateOrUpdateResponse = AccessPolicyResource & {\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: AccessPolicyResource;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type AccessPoliciesGetResponse = AccessPolicyResource & {\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: AccessPolicyResource;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type AccessPoliciesUpdateResponse = AccessPolicyResource & {\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: AccessPolicyResource;\n };\n};\n\n/**\n * Contains response data for the listByEnvironment operation.\n */\nexport type AccessPoliciesListByEnvironmentResponse = AccessPolicyListResponse & {\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: AccessPolicyListResponse;\n };\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 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 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 location: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ResourceProperties: msRest.CompositeMapper = {\n serializedName: \"ResourceProperties\",\n type: {\n name: \"Composite\",\n className: \"ResourceProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Accepted\",\n \"Creating\",\n \"Updating\",\n \"Succeeded\",\n \"Failed\",\n \"Deleting\"\n ]\n }\n },\n creationTime: {\n readOnly: true,\n serializedName: \"creationTime\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const Sku: msRest.CompositeMapper = {\n serializedName: \"Sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\",\n modelProperties: {\n name: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"S1\",\n \"S2\"\n ]\n }\n },\n capacity: {\n required: true,\n serializedName: \"capacity\",\n constraints: {\n InclusiveMaximum: 10,\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const CreateOrUpdateTrackedResourceProperties: msRest.CompositeMapper = {\n serializedName: \"CreateOrUpdateTrackedResourceProperties\",\n type: {\n name: \"Composite\",\n className: \"CreateOrUpdateTrackedResourceProperties\",\n modelProperties: {\n location: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PartitionKeyProperty: msRest.CompositeMapper = {\n serializedName: \"PartitionKeyProperty\",\n type: {\n name: \"Composite\",\n className: \"PartitionKeyProperty\",\n modelProperties: {\n name: {\n serializedName: \"name\",\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 EnvironmentCreateOrUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"EnvironmentCreateOrUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"EnvironmentCreateOrUpdateParameters\",\n modelProperties: {\n ...CreateOrUpdateTrackedResourceProperties.type.modelProperties,\n sku: {\n required: true,\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n },\n dataRetentionTime: {\n required: true,\n serializedName: \"properties.dataRetentionTime\",\n type: {\n name: \"TimeSpan\"\n }\n },\n storageLimitExceededBehavior: {\n serializedName: \"properties.storageLimitExceededBehavior\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"PurgeOldData\",\n \"PauseIngress\"\n ]\n }\n },\n partitionKeyProperties: {\n serializedName: \"properties.partitionKeyProperties\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PartitionKeyProperty\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EnvironmentUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"EnvironmentUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"EnvironmentUpdateParameters\",\n modelProperties: {\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n dataRetentionTime: {\n serializedName: \"properties.dataRetentionTime\",\n type: {\n name: \"TimeSpan\"\n }\n },\n storageLimitExceededBehavior: {\n serializedName: \"properties.storageLimitExceededBehavior\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"PurgeOldData\",\n \"PauseIngress\"\n ]\n }\n },\n partitionKeyProperties: {\n serializedName: \"properties.partitionKeyProperties\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PartitionKeyProperty\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EnvironmentStateDetails: msRest.CompositeMapper = {\n serializedName: \"EnvironmentStateDetails\",\n type: {\n name: \"Composite\",\n className: \"EnvironmentStateDetails\",\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 }\n }\n};\n\nexport const IngressEnvironmentStatus: msRest.CompositeMapper = {\n serializedName: \"IngressEnvironmentStatus\",\n type: {\n name: \"Composite\",\n className: \"IngressEnvironmentStatus\",\n modelProperties: {\n state: {\n serializedName: \"state\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Disabled\",\n \"Ready\",\n \"Running\",\n \"Paused\",\n \"Unknown\"\n ]\n }\n },\n stateDetails: {\n serializedName: \"stateDetails\",\n type: {\n name: \"Composite\",\n className: \"EnvironmentStateDetails\"\n }\n }\n }\n }\n};\n\nexport const EnvironmentStatus: msRest.CompositeMapper = {\n serializedName: \"EnvironmentStatus\",\n type: {\n name: \"Composite\",\n className: \"EnvironmentStatus\",\n modelProperties: {\n ingress: {\n serializedName: \"ingress\",\n type: {\n name: \"Composite\",\n className: \"IngressEnvironmentStatus\"\n }\n }\n }\n }\n};\n\nexport const EnvironmentResource: msRest.CompositeMapper = {\n serializedName: \"EnvironmentResource\",\n type: {\n name: \"Composite\",\n className: \"EnvironmentResource\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n },\n dataRetentionTime: {\n required: true,\n serializedName: \"properties.dataRetentionTime\",\n type: {\n name: \"TimeSpan\"\n }\n },\n storageLimitExceededBehavior: {\n serializedName: \"properties.storageLimitExceededBehavior\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"PurgeOldData\",\n \"PauseIngress\"\n ]\n }\n },\n partitionKeyProperties: {\n serializedName: \"properties.partitionKeyProperties\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PartitionKeyProperty\"\n }\n }\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Accepted\",\n \"Creating\",\n \"Updating\",\n \"Succeeded\",\n \"Failed\",\n \"Deleting\"\n ]\n }\n },\n creationTime: {\n readOnly: true,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n dataAccessId: {\n readOnly: true,\n serializedName: \"properties.dataAccessId\",\n type: {\n name: \"Uuid\"\n }\n },\n dataAccessFqdn: {\n readOnly: true,\n serializedName: \"properties.dataAccessFqdn\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"Composite\",\n className: \"EnvironmentStatus\"\n }\n }\n }\n }\n};\n\nexport const EnvironmentListResponse: msRest.CompositeMapper = {\n serializedName: \"EnvironmentListResponse\",\n type: {\n name: \"Composite\",\n className: \"EnvironmentListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EnvironmentResource\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EventSourceCreateOrUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"EventSourceCreateOrUpdateParameters\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n uberParent: \"CreateOrUpdateTrackedResourceProperties\",\n className: \"EventSourceCreateOrUpdateParameters\",\n modelProperties: {\n ...CreateOrUpdateTrackedResourceProperties.type.modelProperties,\n kind: {\n required: true,\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EventHubEventSourceCreateOrUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"Microsoft.EventHub\",\n type: {\n name: \"Composite\",\n className: \"EventHubEventSourceCreateOrUpdateParameters\",\n modelProperties: {\n ...EventSourceCreateOrUpdateParameters.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Accepted\",\n \"Creating\",\n \"Updating\",\n \"Succeeded\",\n \"Failed\",\n \"Deleting\"\n ]\n }\n },\n creationTime: {\n readOnly: true,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n timestampPropertyName: {\n serializedName: \"properties.timestampPropertyName\",\n type: {\n name: \"String\"\n }\n },\n eventSourceResourceId: {\n required: true,\n serializedName: \"properties.eventSourceResourceId\",\n type: {\n name: \"String\"\n }\n },\n serviceBusNamespace: {\n required: true,\n serializedName: \"properties.serviceBusNamespace\",\n type: {\n name: \"String\"\n }\n },\n eventHubName: {\n required: true,\n serializedName: \"properties.eventHubName\",\n type: {\n name: \"String\"\n }\n },\n consumerGroupName: {\n required: true,\n serializedName: \"properties.consumerGroupName\",\n type: {\n name: \"String\"\n }\n },\n keyName: {\n required: true,\n serializedName: \"properties.keyName\",\n type: {\n name: \"String\"\n }\n },\n sharedAccessKey: {\n required: true,\n serializedName: \"properties.sharedAccessKey\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IoTHubEventSourceCreateOrUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"Microsoft.IoTHub\",\n type: {\n name: \"Composite\",\n className: \"IoTHubEventSourceCreateOrUpdateParameters\",\n modelProperties: {\n ...EventSourceCreateOrUpdateParameters.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Accepted\",\n \"Creating\",\n \"Updating\",\n \"Succeeded\",\n \"Failed\",\n \"Deleting\"\n ]\n }\n },\n creationTime: {\n readOnly: true,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n timestampPropertyName: {\n serializedName: \"properties.timestampPropertyName\",\n type: {\n name: \"String\"\n }\n },\n eventSourceResourceId: {\n required: true,\n serializedName: \"properties.eventSourceResourceId\",\n type: {\n name: \"String\"\n }\n },\n iotHubName: {\n required: true,\n serializedName: \"properties.iotHubName\",\n type: {\n name: \"String\"\n }\n },\n consumerGroupName: {\n required: true,\n serializedName: \"properties.consumerGroupName\",\n type: {\n name: \"String\"\n }\n },\n keyName: {\n required: true,\n serializedName: \"properties.keyName\",\n type: {\n name: \"String\"\n }\n },\n sharedAccessKey: {\n required: true,\n serializedName: \"properties.sharedAccessKey\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EventSourceUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"EventSourceUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"EventSourceUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EventHubEventSourceUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"EventHubEventSourceUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"EventHubEventSourceUpdateParameters\",\n modelProperties: {\n ...EventSourceUpdateParameters.type.modelProperties,\n timestampPropertyName: {\n serializedName: \"properties.timestampPropertyName\",\n type: {\n name: \"String\"\n }\n },\n localTimestamp: {\n serializedName: \"properties.localTimestamp\",\n type: {\n name: \"Composite\",\n className: \"LocalTimestamp\"\n }\n },\n sharedAccessKey: {\n serializedName: \"properties.sharedAccessKey\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IoTHubEventSourceUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"IoTHubEventSourceUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"IoTHubEventSourceUpdateParameters\",\n modelProperties: {\n ...EventSourceUpdateParameters.type.modelProperties,\n timestampPropertyName: {\n serializedName: \"properties.timestampPropertyName\",\n type: {\n name: \"String\"\n }\n },\n localTimestamp: {\n serializedName: \"properties.localTimestamp\",\n type: {\n name: \"Composite\",\n className: \"LocalTimestamp\"\n }\n },\n sharedAccessKey: {\n serializedName: \"properties.sharedAccessKey\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EventSourceResource: msRest.CompositeMapper = {\n serializedName: \"EventSourceResource\",\n type: {\n name: \"Composite\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n uberParent: \"BaseResource\",\n className: \"EventSourceResource\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n kind: {\n required: true,\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EventSourceListResponse: msRest.CompositeMapper = {\n serializedName: \"EventSourceListResponse\",\n type: {\n name: \"Composite\",\n className: \"EventSourceListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EventSourceResource\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EventHubEventSourceResource: msRest.CompositeMapper = {\n serializedName: \"Microsoft.EventHub\",\n type: {\n name: \"Composite\",\n className: \"EventHubEventSourceResource\",\n modelProperties: {\n ...EventSourceResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Accepted\",\n \"Creating\",\n \"Updating\",\n \"Succeeded\",\n \"Failed\",\n \"Deleting\"\n ]\n }\n },\n creationTime: {\n readOnly: true,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n timestampPropertyName: {\n serializedName: \"properties.timestampPropertyName\",\n type: {\n name: \"String\"\n }\n },\n eventSourceResourceId: {\n required: true,\n serializedName: \"properties.eventSourceResourceId\",\n type: {\n name: \"String\"\n }\n },\n serviceBusNamespace: {\n required: true,\n serializedName: \"properties.serviceBusNamespace\",\n type: {\n name: \"String\"\n }\n },\n eventHubName: {\n required: true,\n serializedName: \"properties.eventHubName\",\n type: {\n name: \"String\"\n }\n },\n consumerGroupName: {\n required: true,\n serializedName: \"properties.consumerGroupName\",\n type: {\n name: \"String\"\n }\n },\n keyName: {\n required: true,\n serializedName: \"properties.keyName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IoTHubEventSourceResource: msRest.CompositeMapper = {\n serializedName: \"Microsoft.IotHub\",\n type: {\n name: \"Composite\",\n className: \"IoTHubEventSourceResource\",\n modelProperties: {\n ...EventSourceResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Accepted\",\n \"Creating\",\n \"Updating\",\n \"Succeeded\",\n \"Failed\",\n \"Deleting\"\n ]\n }\n },\n creationTime: {\n readOnly: true,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n },\n timestampPropertyName: {\n serializedName: \"properties.timestampPropertyName\",\n type: {\n name: \"String\"\n }\n },\n eventSourceResourceId: {\n required: true,\n serializedName: \"properties.eventSourceResourceId\",\n type: {\n name: \"String\"\n }\n },\n iotHubName: {\n required: true,\n serializedName: \"properties.iotHubName\",\n type: {\n name: \"String\"\n }\n },\n consumerGroupName: {\n required: true,\n serializedName: \"properties.consumerGroupName\",\n type: {\n name: \"String\"\n }\n },\n keyName: {\n required: true,\n serializedName: \"properties.keyName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EventSourceCommonProperties: msRest.CompositeMapper = {\n serializedName: \"EventSourceCommonProperties\",\n type: {\n name: \"Composite\",\n className: \"EventSourceCommonProperties\",\n modelProperties: {\n ...ResourceProperties.type.modelProperties,\n timestampPropertyName: {\n serializedName: \"timestampPropertyName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AzureEventSourceProperties: msRest.CompositeMapper = {\n serializedName: \"AzureEventSourceProperties\",\n type: {\n name: \"Composite\",\n className: \"AzureEventSourceProperties\",\n modelProperties: {\n ...EventSourceCommonProperties.type.modelProperties,\n eventSourceResourceId: {\n required: true,\n serializedName: \"eventSourceResourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EventHubEventSourceCommonProperties: msRest.CompositeMapper = {\n serializedName: \"EventHubEventSourceCommonProperties\",\n type: {\n name: \"Composite\",\n className: \"EventHubEventSourceCommonProperties\",\n modelProperties: {\n ...AzureEventSourceProperties.type.modelProperties,\n serviceBusNamespace: {\n required: true,\n serializedName: \"serviceBusNamespace\",\n type: {\n name: \"String\"\n }\n },\n eventHubName: {\n required: true,\n serializedName: \"eventHubName\",\n type: {\n name: \"String\"\n }\n },\n consumerGroupName: {\n required: true,\n serializedName: \"consumerGroupName\",\n type: {\n name: \"String\"\n }\n },\n keyName: {\n required: true,\n serializedName: \"keyName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IoTHubEventSourceCommonProperties: msRest.CompositeMapper = {\n serializedName: \"IoTHubEventSourceCommonProperties\",\n type: {\n name: \"Composite\",\n className: \"IoTHubEventSourceCommonProperties\",\n modelProperties: {\n ...AzureEventSourceProperties.type.modelProperties,\n iotHubName: {\n required: true,\n serializedName: \"iotHubName\",\n type: {\n name: \"String\"\n }\n },\n consumerGroupName: {\n required: true,\n serializedName: \"consumerGroupName\",\n type: {\n name: \"String\"\n }\n },\n keyName: {\n required: true,\n serializedName: \"keyName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LocalTimestampTimeZoneOffset: msRest.CompositeMapper = {\n serializedName: \"LocalTimestamp_timeZoneOffset\",\n type: {\n name: \"Composite\",\n className: \"LocalTimestampTimeZoneOffset\",\n modelProperties: {\n propertyName: {\n serializedName: \"propertyName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LocalTimestamp: msRest.CompositeMapper = {\n serializedName: \"LocalTimestamp\",\n type: {\n name: \"Composite\",\n className: \"LocalTimestamp\",\n modelProperties: {\n format: {\n serializedName: \"format\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Embedded\",\n \"Iana\",\n \"TimeSpan\"\n ]\n }\n },\n timeZoneOffset: {\n serializedName: \"timeZoneOffset\",\n type: {\n name: \"Composite\",\n className: \"LocalTimestampTimeZoneOffset\"\n }\n }\n }\n }\n};\n\nexport const EventSourceMutableProperties: msRest.CompositeMapper = {\n serializedName: \"EventSourceMutableProperties\",\n type: {\n name: \"Composite\",\n className: \"EventSourceMutableProperties\",\n modelProperties: {\n timestampPropertyName: {\n serializedName: \"timestampPropertyName\",\n type: {\n name: \"String\"\n }\n },\n localTimestamp: {\n serializedName: \"localTimestamp\",\n type: {\n name: \"Composite\",\n className: \"LocalTimestamp\"\n }\n }\n }\n }\n};\n\nexport const ReferenceDataSetKeyProperty: msRest.CompositeMapper = {\n serializedName: \"ReferenceDataSetKeyProperty\",\n type: {\n name: \"Composite\",\n className: \"ReferenceDataSetKeyProperty\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"String\",\n \"Double\",\n \"Bool\",\n \"DateTime\"\n ]\n }\n }\n }\n }\n};\n\nexport const ReferenceDataSetCreateOrUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"ReferenceDataSetCreateOrUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"ReferenceDataSetCreateOrUpdateParameters\",\n modelProperties: {\n ...CreateOrUpdateTrackedResourceProperties.type.modelProperties,\n keyProperties: {\n required: true,\n serializedName: \"properties.keyProperties\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReferenceDataSetKeyProperty\"\n }\n }\n }\n },\n dataStringComparisonBehavior: {\n serializedName: \"properties.dataStringComparisonBehavior\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Ordinal\",\n \"OrdinalIgnoreCase\"\n ]\n }\n }\n }\n }\n};\n\nexport const ReferenceDataSetUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"ReferenceDataSetUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"ReferenceDataSetUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ReferenceDataSetResource: msRest.CompositeMapper = {\n serializedName: \"ReferenceDataSetResource\",\n type: {\n name: \"Composite\",\n className: \"ReferenceDataSetResource\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n keyProperties: {\n required: true,\n serializedName: \"properties.keyProperties\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReferenceDataSetKeyProperty\"\n }\n }\n }\n },\n dataStringComparisonBehavior: {\n serializedName: \"properties.dataStringComparisonBehavior\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Ordinal\",\n \"OrdinalIgnoreCase\"\n ]\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Accepted\",\n \"Creating\",\n \"Updating\",\n \"Succeeded\",\n \"Failed\",\n \"Deleting\"\n ]\n }\n },\n creationTime: {\n readOnly: true,\n serializedName: \"properties.creationTime\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ReferenceDataSetListResponse: msRest.CompositeMapper = {\n serializedName: \"ReferenceDataSetListResponse\",\n type: {\n name: \"Composite\",\n className: \"ReferenceDataSetListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReferenceDataSetResource\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AccessPolicyCreateOrUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"AccessPolicyCreateOrUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"AccessPolicyCreateOrUpdateParameters\",\n modelProperties: {\n principalObjectId: {\n serializedName: \"properties.principalObjectId\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n roles: {\n serializedName: \"properties.roles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Reader\",\n \"Contributor\"\n ]\n }\n }\n }\n }\n }\n }\n};\n\nexport const AccessPolicyUpdateParameters: msRest.CompositeMapper = {\n serializedName: \"AccessPolicyUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"AccessPolicyUpdateParameters\",\n modelProperties: {\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n roles: {\n serializedName: \"properties.roles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Reader\",\n \"Contributor\"\n ]\n }\n }\n }\n }\n }\n }\n};\n\nexport const AccessPolicyResource: msRest.CompositeMapper = {\n serializedName: \"AccessPolicyResource\",\n type: {\n name: \"Composite\",\n className: \"AccessPolicyResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n principalObjectId: {\n serializedName: \"properties.principalObjectId\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n roles: {\n serializedName: \"properties.roles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Reader\",\n \"Contributor\"\n ]\n }\n }\n }\n }\n }\n }\n};\n\nexport const AccessPolicyListResponse: msRest.CompositeMapper = {\n serializedName: \"AccessPolicyListResponse\",\n type: {\n name: \"Composite\",\n className: \"AccessPolicyListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccessPolicyResource\"\n }\n }\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 discriminators = {\n 'CreateOrUpdateTrackedResourceProperties.EventSourceCreateOrUpdateParameters' : EventSourceCreateOrUpdateParameters,\n 'CreateOrUpdateTrackedResourceProperties.Microsoft.EventHub' : EventHubEventSourceCreateOrUpdateParameters,\n 'CreateOrUpdateTrackedResourceProperties.Microsoft.IoTHub' : IoTHubEventSourceCreateOrUpdateParameters,\n 'BaseResource.EventSourceResource' : EventSourceResource,\n 'BaseResource.Microsoft.EventHub' : EventHubEventSourceResource,\n 'BaseResource.Microsoft.IotHub' : IoTHubEventSourceResource\n\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 CloudError,\n Operation,\n OperationDisplay,\n OperationListResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\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 accessPolicyName0: msRest.OperationURLParameter = {\n parameterPath: \"accessPolicyName\",\n mapper: {\n required: true,\n serializedName: \"accessPolicyName\",\n constraints: {\n MaxLength: 90,\n MinLength: 1,\n Pattern: /^[-\\w\\._\\(\\)]+$/\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const accessPolicyName1: msRest.OperationURLParameter = {\n parameterPath: \"accessPolicyName\",\n mapper: {\n required: true,\n serializedName: \"accessPolicyName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const environmentName0: msRest.OperationURLParameter = {\n parameterPath: \"environmentName\",\n mapper: {\n required: true,\n serializedName: \"environmentName\",\n constraints: {\n MaxLength: 90,\n MinLength: 1,\n Pattern: /^[-\\w\\._\\(\\)]+$/\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const environmentName1: msRest.OperationURLParameter = {\n parameterPath: \"environmentName\",\n mapper: {\n required: true,\n serializedName: \"environmentName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const eventSourceName0: msRest.OperationURLParameter = {\n parameterPath: \"eventSourceName\",\n mapper: {\n required: true,\n serializedName: \"eventSourceName\",\n constraints: {\n MaxLength: 90,\n MinLength: 1,\n Pattern: /^[-\\w\\._\\(\\)]+$/\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const eventSourceName1: msRest.OperationURLParameter = {\n parameterPath: \"eventSourceName\",\n mapper: {\n required: true,\n serializedName: \"eventSourceName\",\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 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 referenceDataSetName0: msRest.OperationURLParameter = {\n parameterPath: \"referenceDataSetName\",\n mapper: {\n required: true,\n serializedName: \"referenceDataSetName\",\n constraints: {\n MaxLength: 63,\n MinLength: 3,\n Pattern: /^[A-Za-z0-9]/\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const referenceDataSetName1: msRest.OperationURLParameter = {\n parameterPath: \"referenceDataSetName\",\n mapper: {\n required: true,\n serializedName: \"referenceDataSetName\",\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 type: {\n name: \"String\"\n }\n }\n};\nexport const subscriptionId: msRest.OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n required: true,\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\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 { TimeSeriesInsightsClientContext } from \"../timeSeriesInsightsClientContext\";\n\n/** Class representing a Operations. */\nexport class Operations {\n private readonly client: TimeSeriesInsightsClientContext;\n\n /**\n * Create a Operations.\n * @param {TimeSeriesInsightsClientContext} client Reference to the service client.\n */\n constructor(client: TimeSeriesInsightsClientContext) {\n this.client = client;\n }\n\n /**\n * Lists all of the available Time Series Insights 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 Time Series Insights 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.TimeSeriesInsights/operations\",\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\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 headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 AccessPolicyResource,\n BaseResource,\n CloudError,\n CreateOrUpdateTrackedResourceProperties,\n EnvironmentCreateOrUpdateParameters,\n EnvironmentListResponse,\n EnvironmentResource,\n EnvironmentStateDetails,\n EnvironmentStatus,\n EnvironmentUpdateParameters,\n EventHubEventSourceCreateOrUpdateParameters,\n EventHubEventSourceResource,\n EventSourceCreateOrUpdateParameters,\n EventSourceResource,\n IngressEnvironmentStatus,\n IoTHubEventSourceCreateOrUpdateParameters,\n IoTHubEventSourceResource,\n PartitionKeyProperty,\n ReferenceDataSetCreateOrUpdateParameters,\n ReferenceDataSetKeyProperty,\n ReferenceDataSetResource,\n Resource,\n Sku,\n TrackedResource\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\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/environmentsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { TimeSeriesInsightsClientContext } from \"../timeSeriesInsightsClientContext\";\n\n/** Class representing a Environments. */\nexport class Environments {\n private readonly client: TimeSeriesInsightsClientContext;\n\n /**\n * Create a Environments.\n * @param {TimeSeriesInsightsClientContext} client Reference to the service client.\n */\n constructor(client: TimeSeriesInsightsClientContext) {\n this.client = client;\n }\n\n /**\n * Create or update an environment in the specified subscription and resource group.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName Name of the environment\n * @param parameters Parameters for creating an environment resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.EnvironmentsCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, environmentName: string, parameters: Models.EnvironmentCreateOrUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.EnvironmentsCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,environmentName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.EnvironmentsCreateOrUpdateResponse>;\n }\n\n /**\n * Gets the environment with the specified name in the specified subscription and resource group.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param [options] The optional parameters\n * @returns Promise<Models.EnvironmentsGetResponse>\n */\n get(resourceGroupName: string, environmentName: string, options?: Models.EnvironmentsGetOptionalParams): Promise<Models.EnvironmentsGetResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param callback The callback\n */\n get(resourceGroupName: string, environmentName: string, callback: msRest.ServiceCallback<Models.EnvironmentResource>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, environmentName: string, options: Models.EnvironmentsGetOptionalParams, callback: msRest.ServiceCallback<Models.EnvironmentResource>): void;\n get(resourceGroupName: string, environmentName: string, options?: Models.EnvironmentsGetOptionalParams | msRest.ServiceCallback<Models.EnvironmentResource>, callback?: msRest.ServiceCallback<Models.EnvironmentResource>): Promise<Models.EnvironmentsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n environmentName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.EnvironmentsGetResponse>;\n }\n\n /**\n * Updates the environment with the specified name in the specified subscription and resource\n * group.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param environmentUpdateParameters Request object that contains the updated information for the\n * environment.\n * @param [options] The optional parameters\n * @returns Promise<Models.EnvironmentsUpdateResponse>\n */\n update(resourceGroupName: string, environmentName: string, environmentUpdateParameters: Models.EnvironmentUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.EnvironmentsUpdateResponse> {\n return this.beginUpdate(resourceGroupName,environmentName,environmentUpdateParameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.EnvironmentsUpdateResponse>;\n }\n\n /**\n * Deletes the environment with the specified name in the specified subscription and resource\n * group.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, environmentName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, environmentName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, environmentName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, environmentName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n environmentName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Lists all the available environments associated with the subscription and within the specified\n * resource group.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param [options] The optional parameters\n * @returns Promise<Models.EnvironmentsListByResourceGroupResponse>\n */\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.EnvironmentsListByResourceGroupResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.EnvironmentListResponse>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EnvironmentListResponse>): void;\n listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.EnvironmentListResponse>, callback?: msRest.ServiceCallback<Models.EnvironmentListResponse>): Promise<Models.EnvironmentsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listByResourceGroupOperationSpec,\n callback) as Promise<Models.EnvironmentsListByResourceGroupResponse>;\n }\n\n /**\n * Lists all the available environments within a subscription, irrespective of the resource groups.\n * @param [options] The optional parameters\n * @returns Promise<Models.EnvironmentsListBySubscriptionResponse>\n */\n listBySubscription(options?: msRest.RequestOptionsBase): Promise<Models.EnvironmentsListBySubscriptionResponse>;\n /**\n * @param callback The callback\n */\n listBySubscription(callback: msRest.ServiceCallback<Models.EnvironmentListResponse>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n listBySubscription(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EnvironmentListResponse>): void;\n listBySubscription(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.EnvironmentListResponse>, callback?: msRest.ServiceCallback<Models.EnvironmentListResponse>): Promise<Models.EnvironmentsListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listBySubscriptionOperationSpec,\n callback) as Promise<Models.EnvironmentsListBySubscriptionResponse>;\n }\n\n /**\n * Create or update an environment in the specified subscription and resource group.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName Name of the environment\n * @param parameters Parameters for creating an environment resource.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, environmentName: string, parameters: Models.EnvironmentCreateOrUpdateParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n environmentName,\n parameters,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Updates the environment with the specified name in the specified subscription and resource\n * group.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param environmentUpdateParameters Request object that contains the updated information for the\n * environment.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdate(resourceGroupName: string, environmentName: string, environmentUpdateParameters: Models.EnvironmentUpdateParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n environmentName,\n environmentUpdateParameters,\n options\n },\n beginUpdateOperationSpec,\n options);\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.TimeSeriesInsights/environments/{environmentName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName1\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EnvironmentResource\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName1\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EnvironmentListResponse\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listBySubscriptionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.TimeSeriesInsights/environments\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EnvironmentListResponse\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName0\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.EnvironmentCreateOrUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.EnvironmentResource\n },\n 201: {\n bodyMapper: Mappers.EnvironmentResource\n },\n 404: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName1\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"environmentUpdateParameters\",\n mapper: {\n ...Mappers.EnvironmentUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.EnvironmentResource\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 AccessPolicyResource,\n BaseResource,\n CloudError,\n CreateOrUpdateTrackedResourceProperties,\n EnvironmentCreateOrUpdateParameters,\n EnvironmentResource,\n EnvironmentStateDetails,\n EnvironmentStatus,\n EventHubEventSourceCreateOrUpdateParameters,\n EventHubEventSourceResource,\n EventHubEventSourceUpdateParameters,\n EventSourceCreateOrUpdateParameters,\n EventSourceListResponse,\n EventSourceResource,\n EventSourceUpdateParameters,\n IngressEnvironmentStatus,\n IoTHubEventSourceCreateOrUpdateParameters,\n IoTHubEventSourceResource,\n IoTHubEventSourceUpdateParameters,\n LocalTimestamp,\n LocalTimestampTimeZoneOffset,\n PartitionKeyProperty,\n ReferenceDataSetCreateOrUpdateParameters,\n ReferenceDataSetKeyProperty,\n ReferenceDataSetResource,\n Resource,\n Sku,\n TrackedResource\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\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/eventSourcesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { TimeSeriesInsightsClientContext } from \"../timeSeriesInsightsClientContext\";\n\n/** Class representing a EventSources. */\nexport class EventSources {\n private readonly client: TimeSeriesInsightsClientContext;\n\n /**\n * Create a EventSources.\n * @param {TimeSeriesInsightsClientContext} client Reference to the service client.\n */\n constructor(client: TimeSeriesInsightsClientContext) {\n this.client = client;\n }\n\n /**\n * Create or update an event source under the specified environment.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param eventSourceName Name of the event source.\n * @param parameters Parameters for creating an event source resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.EventSourcesCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, environmentName: string, eventSourceName: string, parameters: Models.EventSourceCreateOrUpdateParametersUnion, options?: msRest.RequestOptionsBase): Promise<Models.EventSourcesCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param eventSourceName Name of the event source.\n * @param parameters Parameters for creating an event source resource.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, environmentName: string, eventSourceName: string, parameters: Models.EventSourceCreateOrUpdateParametersUnion, callback: msRest.ServiceCallback<Models.EventSourceResourceUnion>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param eventSourceName Name of the event source.\n * @param parameters Parameters for creating an event source resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, environmentName: string, eventSourceName: string, parameters: Models.EventSourceCreateOrUpdateParametersUnion, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EventSourceResourceUnion>): void;\n createOrUpdate(resourceGroupName: string, environmentName: string, eventSourceName: string, parameters: Models.EventSourceCreateOrUpdateParametersUnion, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.EventSourceResourceUnion>, callback?: msRest.ServiceCallback<Models.EventSourceResourceUnion>): Promise<Models.EventSourcesCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n environmentName,\n eventSourceName,\n parameters,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.EventSourcesCreateOrUpdateResponse>;\n }\n\n /**\n * Gets the event source with the specified name in the specified environment.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param eventSourceName The name of the Time Series Insights event source associated with the\n * specified environment.\n * @param [options] The optional parameters\n * @returns Promise<Models.EventSourcesGetResponse>\n */\n get(resourceGroupName: string, environmentName: string, eventSourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.EventSourcesGetResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param eventSourceName The name of the Time Series Insights event source associated with the\n * specified environment.\n * @param callback The callback\n */\n get(resourceGroupName: string, environmentName: string, eventSourceName: string, callback: msRest.ServiceCallback<Models.EventSourceResourceUnion>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param eventSourceName The name of the Time Series Insights event source associated with the\n * specified environment.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, environmentName: string, eventSourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EventSourceResourceUnion>): void;\n get(resourceGroupName: string, environmentName: string, eventSourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.EventSourceResourceUnion>, callback?: msRest.ServiceCallback<Models.EventSourceResourceUnion>): Promise<Models.EventSourcesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n environmentName,\n eventSourceName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.EventSourcesGetResponse>;\n }\n\n /**\n * Updates the event source with the specified name in the specified subscription, resource group,\n * and environment.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param eventSourceName The name of the Time Series Insights event source associated with the\n * specified environment.\n * @param eventSourceUpdateParameters Request object that contains the updated information for the\n * event source.\n * @param [options] The optional parameters\n * @returns Promise<Models.EventSourcesUpdateResponse>\n */\n update(resourceGroupName: string, environmentName: string, eventSourceName: string, eventSourceUpdateParameters: Models.EventSourceUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.EventSourcesUpdateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param eventSourceName The name of the Time Series Insights event source associated with the\n * specified environment.\n * @param eventSourceUpdateParameters Request object that contains the updated information for the\n * event source.\n * @param callback The callback\n */\n update(resourceGroupName: string, environmentName: string, eventSourceName: string, eventSourceUpdateParameters: Models.EventSourceUpdateParameters, callback: msRest.ServiceCallback<Models.EventSourceResourceUnion>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param eventSourceName The name of the Time Series Insights event source associated with the\n * specified environment.\n * @param eventSourceUpdateParameters Request object that contains the updated information for the\n * event source.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, environmentName: string, eventSourceName: string, eventSourceUpdateParameters: Models.EventSourceUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EventSourceResourceUnion>): void;\n update(resourceGroupName: string, environmentName: string, eventSourceName: string, eventSourceUpdateParameters: Models.EventSourceUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.EventSourceResourceUnion>, callback?: msRest.ServiceCallback<Models.EventSourceResourceUnion>): Promise<Models.EventSourcesUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n environmentName,\n eventSourceName,\n eventSourceUpdateParameters,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.EventSourcesUpdateResponse>;\n }\n\n /**\n * Deletes the event source with the specified name in the specified subscription, resource group,\n * and environment\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param eventSourceName The name of the Time Series Insights event source associated with the\n * specified environment.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, environmentName: string, eventSourceName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param eventSourceName The name of the Time Series Insights event source associated with the\n * specified environment.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, environmentName: string, eventSourceName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param eventSourceName The name of the Time Series Insights event source associated with the\n * specified environment.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, environmentName: string, eventSourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, environmentName: string, eventSourceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n environmentName,\n eventSourceName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Lists all the available event sources associated with the subscription and within the specified\n * resource group and environment.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param [options] The optional parameters\n * @returns Promise<Models.EventSourcesListByEnvironmentResponse>\n */\n listByEnvironment(resourceGroupName: string, environmentName: string, options?: msRest.RequestOptionsBase): Promise<Models.EventSourcesListByEnvironmentResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param callback The callback\n */\n listByEnvironment(resourceGroupName: string, environmentName: string, callback: msRest.ServiceCallback<Models.EventSourceListResponse>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByEnvironment(resourceGroupName: string, environmentName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EventSourceListResponse>): void;\n listByEnvironment(resourceGroupName: string, environmentName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.EventSourceListResponse>, callback?: msRest.ServiceCallback<Models.EventSourceListResponse>): Promise<Models.EventSourcesListByEnvironmentResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n environmentName,\n options\n },\n listByEnvironmentOperationSpec,\n callback) as Promise<Models.EventSourcesListByEnvironmentResponse>;\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.TimeSeriesInsights/environments/{environmentName}/eventSources/{eventSourceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName1,\n Parameters.eventSourceName0\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.EventSourceCreateOrUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.EventSourceResource\n },\n 201: {\n bodyMapper: Mappers.EventSourceResource\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/eventSources/{eventSourceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName1,\n Parameters.eventSourceName1\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EventSourceResource\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/eventSources/{eventSourceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName1,\n Parameters.eventSourceName1\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"eventSourceUpdateParameters\",\n mapper: {\n ...Mappers.EventSourceUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.EventSourceResource\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/eventSources/{eventSourceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName1,\n Parameters.eventSourceName1\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByEnvironmentOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/eventSources\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName1\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EventSourceListResponse\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 AccessPolicyResource,\n BaseResource,\n CloudError,\n CreateOrUpdateTrackedResourceProperties,\n EnvironmentCreateOrUpdateParameters,\n EnvironmentResource,\n EnvironmentStateDetails,\n EnvironmentStatus,\n EventHubEventSourceCreateOrUpdateParameters,\n EventHubEventSourceResource,\n EventSourceCreateOrUpdateParameters,\n EventSourceResource,\n IngressEnvironmentStatus,\n IoTHubEventSourceCreateOrUpdateParameters,\n IoTHubEventSourceResource,\n PartitionKeyProperty,\n ReferenceDataSetCreateOrUpdateParameters,\n ReferenceDataSetKeyProperty,\n ReferenceDataSetListResponse,\n ReferenceDataSetResource,\n ReferenceDataSetUpdateParameters,\n Resource,\n Sku,\n TrackedResource\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\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/referenceDataSetsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { TimeSeriesInsightsClientContext } from \"../timeSeriesInsightsClientContext\";\n\n/** Class representing a ReferenceDataSets. */\nexport class ReferenceDataSets {\n private readonly client: TimeSeriesInsightsClientContext;\n\n /**\n * Create a ReferenceDataSets.\n * @param {TimeSeriesInsightsClientContext} client Reference to the service client.\n */\n constructor(client: TimeSeriesInsightsClientContext) {\n this.client = client;\n }\n\n /**\n * Create or update a reference data set in the specified environment.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param referenceDataSetName Name of the reference data set.\n * @param parameters Parameters for creating a reference data set.\n * @param [options] The optional parameters\n * @returns Promise<Models.ReferenceDataSetsCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, environmentName: string, referenceDataSetName: string, parameters: Models.ReferenceDataSetCreateOrUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.ReferenceDataSetsCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param referenceDataSetName Name of the reference data set.\n * @param parameters Parameters for creating a reference data set.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, environmentName: string, referenceDataSetName: string, parameters: Models.ReferenceDataSetCreateOrUpdateParameters, callback: msRest.ServiceCallback<Models.ReferenceDataSetResource>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param referenceDataSetName Name of the reference data set.\n * @param parameters Parameters for creating a reference data set.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, environmentName: string, referenceDataSetName: string, parameters: Models.ReferenceDataSetCreateOrUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ReferenceDataSetResource>): void;\n createOrUpdate(resourceGroupName: string, environmentName: string, referenceDataSetName: string, parameters: Models.ReferenceDataSetCreateOrUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ReferenceDataSetResource>, callback?: msRest.ServiceCallback<Models.ReferenceDataSetResource>): Promise<Models.ReferenceDataSetsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n environmentName,\n referenceDataSetName,\n parameters,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.ReferenceDataSetsCreateOrUpdateResponse>;\n }\n\n /**\n * Gets the reference data set with the specified name in the specified environment.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param referenceDataSetName The name of the Time Series Insights reference data set associated\n * with the specified environment.\n * @param [options] The optional parameters\n * @returns Promise<Models.ReferenceDataSetsGetResponse>\n */\n get(resourceGroupName: string, environmentName: string, referenceDataSetName: string, options?: msRest.RequestOptionsBase): Promise<Models.ReferenceDataSetsGetResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param referenceDataSetName The name of the Time Series Insights reference data set associated\n * with the specified environment.\n * @param callback The callback\n */\n get(resourceGroupName: string, environmentName: string, referenceDataSetName: string, callback: msRest.ServiceCallback<Models.ReferenceDataSetResource>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param referenceDataSetName The name of the Time Series Insights reference data set associated\n * with the specified environment.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, environmentName: string, referenceDataSetName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ReferenceDataSetResource>): void;\n get(resourceGroupName: string, environmentName: string, referenceDataSetName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ReferenceDataSetResource>, callback?: msRest.ServiceCallback<Models.ReferenceDataSetResource>): Promise<Models.ReferenceDataSetsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n environmentName,\n referenceDataSetName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ReferenceDataSetsGetResponse>;\n }\n\n /**\n * Updates the reference data set with the specified name in the specified subscription, resource\n * group, and environment.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param referenceDataSetName The name of the Time Series Insights reference data set associated\n * with the specified environment.\n * @param referenceDataSetUpdateParameters Request object that contains the updated information for\n * the reference data set.\n * @param [options] The optional parameters\n * @returns Promise<Models.ReferenceDataSetsUpdateResponse>\n */\n update(resourceGroupName: string, environmentName: string, referenceDataSetName: string, referenceDataSetUpdateParameters: Models.ReferenceDataSetUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.ReferenceDataSetsUpdateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param referenceDataSetName The name of the Time Series Insights reference data set associated\n * with the specified environment.\n * @param referenceDataSetUpdateParameters Request object that contains the updated information for\n * the reference data set.\n * @param callback The callback\n */\n update(resourceGroupName: string, environmentName: string, referenceDataSetName: string, referenceDataSetUpdateParameters: Models.ReferenceDataSetUpdateParameters, callback: msRest.ServiceCallback<Models.ReferenceDataSetResource>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param referenceDataSetName The name of the Time Series Insights reference data set associated\n * with the specified environment.\n * @param referenceDataSetUpdateParameters Request object that contains the updated information for\n * the reference data set.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, environmentName: string, referenceDataSetName: string, referenceDataSetUpdateParameters: Models.ReferenceDataSetUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ReferenceDataSetResource>): void;\n update(resourceGroupName: string, environmentName: string, referenceDataSetName: string, referenceDataSetUpdateParameters: Models.ReferenceDataSetUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ReferenceDataSetResource>, callback?: msRest.ServiceCallback<Models.ReferenceDataSetResource>): Promise<Models.ReferenceDataSetsUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n environmentName,\n referenceDataSetName,\n referenceDataSetUpdateParameters,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.ReferenceDataSetsUpdateResponse>;\n }\n\n /**\n * Deletes the reference data set with the specified name in the specified subscription, resource\n * group, and environment\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param referenceDataSetName The name of the Time Series Insights reference data set associated\n * with the specified environment.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, environmentName: string, referenceDataSetName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param referenceDataSetName The name of the Time Series Insights reference data set associated\n * with the specified environment.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, environmentName: string, referenceDataSetName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param referenceDataSetName The name of the Time Series Insights reference data set associated\n * with the specified environment.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, environmentName: string, referenceDataSetName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, environmentName: string, referenceDataSetName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n environmentName,\n referenceDataSetName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Lists all the available reference data sets associated with the subscription and within the\n * specified resource group and environment.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param [options] The optional parameters\n * @returns Promise<Models.ReferenceDataSetsListByEnvironmentResponse>\n */\n listByEnvironment(resourceGroupName: string, environmentName: string, options?: msRest.RequestOptionsBase): Promise<Models.ReferenceDataSetsListByEnvironmentResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param callback The callback\n */\n listByEnvironment(resourceGroupName: string, environmentName: string, callback: msRest.ServiceCallback<Models.ReferenceDataSetListResponse>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByEnvironment(resourceGroupName: string, environmentName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ReferenceDataSetListResponse>): void;\n listByEnvironment(resourceGroupName: string, environmentName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ReferenceDataSetListResponse>, callback?: msRest.ServiceCallback<Models.ReferenceDataSetListResponse>): Promise<Models.ReferenceDataSetsListByEnvironmentResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n environmentName,\n options\n },\n listByEnvironmentOperationSpec,\n callback) as Promise<Models.ReferenceDataSetsListByEnvironmentResponse>;\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.TimeSeriesInsights/environments/{environmentName}/referenceDataSets/{referenceDataSetName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName1,\n Parameters.referenceDataSetName0\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.ReferenceDataSetCreateOrUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ReferenceDataSetResource\n },\n 201: {\n bodyMapper: Mappers.ReferenceDataSetResource\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/referenceDataSets/{referenceDataSetName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName1,\n Parameters.referenceDataSetName1\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ReferenceDataSetResource\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/referenceDataSets/{referenceDataSetName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName1,\n Parameters.referenceDataSetName1\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"referenceDataSetUpdateParameters\",\n mapper: {\n ...Mappers.ReferenceDataSetUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ReferenceDataSetResource\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/referenceDataSets/{referenceDataSetName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName1,\n Parameters.referenceDataSetName1\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByEnvironmentOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/referenceDataSets\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName1\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ReferenceDataSetListResponse\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 AccessPolicyCreateOrUpdateParameters,\n AccessPolicyListResponse,\n AccessPolicyResource,\n AccessPolicyUpdateParameters,\n BaseResource,\n CloudError,\n EnvironmentResource,\n EnvironmentStateDetails,\n EnvironmentStatus,\n EventHubEventSourceResource,\n EventSourceResource,\n IngressEnvironmentStatus,\n IoTHubEventSourceResource,\n PartitionKeyProperty,\n ReferenceDataSetKeyProperty,\n ReferenceDataSetResource,\n Resource,\n Sku,\n TrackedResource\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\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/accessPoliciesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { TimeSeriesInsightsClientContext } from \"../timeSeriesInsightsClientContext\";\n\n/** Class representing a AccessPolicies. */\nexport class AccessPolicies {\n private readonly client: TimeSeriesInsightsClientContext;\n\n /**\n * Create a AccessPolicies.\n * @param {TimeSeriesInsightsClientContext} client Reference to the service client.\n */\n constructor(client: TimeSeriesInsightsClientContext) {\n this.client = client;\n }\n\n /**\n * Create or update an access policy in the specified environment.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param accessPolicyName Name of the access policy.\n * @param parameters Parameters for creating an access policy.\n * @param [options] The optional parameters\n * @returns Promise<Models.AccessPoliciesCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, environmentName: string, accessPolicyName: string, parameters: Models.AccessPolicyCreateOrUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.AccessPoliciesCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param accessPolicyName Name of the access policy.\n * @param parameters Parameters for creating an access policy.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, environmentName: string, accessPolicyName: string, parameters: Models.AccessPolicyCreateOrUpdateParameters, callback: msRest.ServiceCallback<Models.AccessPolicyResource>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param accessPolicyName Name of the access policy.\n * @param parameters Parameters for creating an access policy.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, environmentName: string, accessPolicyName: string, parameters: Models.AccessPolicyCreateOrUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AccessPolicyResource>): void;\n createOrUpdate(resourceGroupName: string, environmentName: string, accessPolicyName: string, parameters: Models.AccessPolicyCreateOrUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AccessPolicyResource>, callback?: msRest.ServiceCallback<Models.AccessPolicyResource>): Promise<Models.AccessPoliciesCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n environmentName,\n accessPolicyName,\n parameters,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.AccessPoliciesCreateOrUpdateResponse>;\n }\n\n /**\n * Gets the access policy with the specified name in the specified environment.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param accessPolicyName The name of the Time Series Insights access policy associated with the\n * specified environment.\n * @param [options] The optional parameters\n * @returns Promise<Models.AccessPoliciesGetResponse>\n */\n get(resourceGroupName: string, environmentName: string, accessPolicyName: string, options?: msRest.RequestOptionsBase): Promise<Models.AccessPoliciesGetResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param accessPolicyName The name of the Time Series Insights access policy associated with the\n * specified environment.\n * @param callback The callback\n */\n get(resourceGroupName: string, environmentName: string, accessPolicyName: string, callback: msRest.ServiceCallback<Models.AccessPolicyResource>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param accessPolicyName The name of the Time Series Insights access policy associated with the\n * specified environment.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, environmentName: string, accessPolicyName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AccessPolicyResource>): void;\n get(resourceGroupName: string, environmentName: string, accessPolicyName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AccessPolicyResource>, callback?: msRest.ServiceCallback<Models.AccessPolicyResource>): Promise<Models.AccessPoliciesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n environmentName,\n accessPolicyName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.AccessPoliciesGetResponse>;\n }\n\n /**\n * Updates the access policy with the specified name in the specified subscription, resource group,\n * and environment.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param accessPolicyName The name of the Time Series Insights access policy associated with the\n * specified environment.\n * @param accessPolicyUpdateParameters Request object that contains the updated information for the\n * access policy.\n * @param [options] The optional parameters\n * @returns Promise<Models.AccessPoliciesUpdateResponse>\n */\n update(resourceGroupName: string, environmentName: string, accessPolicyName: string, accessPolicyUpdateParameters: Models.AccessPolicyUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.AccessPoliciesUpdateResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param accessPolicyName The name of the Time Series Insights access policy associated with the\n * specified environment.\n * @param accessPolicyUpdateParameters Request object that contains the updated information for the\n * access policy.\n * @param callback The callback\n */\n update(resourceGroupName: string, environmentName: string, accessPolicyName: string, accessPolicyUpdateParameters: Models.AccessPolicyUpdateParameters, callback: msRest.ServiceCallback<Models.AccessPolicyResource>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param accessPolicyName The name of the Time Series Insights access policy associated with the\n * specified environment.\n * @param accessPolicyUpdateParameters Request object that contains the updated information for the\n * access policy.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, environmentName: string, accessPolicyName: string, accessPolicyUpdateParameters: Models.AccessPolicyUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AccessPolicyResource>): void;\n update(resourceGroupName: string, environmentName: string, accessPolicyName: string, accessPolicyUpdateParameters: Models.AccessPolicyUpdateParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AccessPolicyResource>, callback?: msRest.ServiceCallback<Models.AccessPolicyResource>): Promise<Models.AccessPoliciesUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n environmentName,\n accessPolicyName,\n accessPolicyUpdateParameters,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.AccessPoliciesUpdateResponse>;\n }\n\n /**\n * Deletes the access policy with the specified name in the specified subscription, resource group,\n * and environment\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param accessPolicyName The name of the Time Series Insights access policy associated with the\n * specified environment.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, environmentName: string, accessPolicyName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param accessPolicyName The name of the Time Series Insights access policy associated with the\n * specified environment.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, environmentName: string, accessPolicyName: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param accessPolicyName The name of the Time Series Insights access policy associated with the\n * specified environment.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, environmentName: string, accessPolicyName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, environmentName: string, accessPolicyName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n environmentName,\n accessPolicyName,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Lists all the available access policies associated with the environment.\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param [options] The optional parameters\n * @returns Promise<Models.AccessPoliciesListByEnvironmentResponse>\n */\n listByEnvironment(resourceGroupName: string, environmentName: string, options?: msRest.RequestOptionsBase): Promise<Models.AccessPoliciesListByEnvironmentResponse>;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param callback The callback\n */\n listByEnvironment(resourceGroupName: string, environmentName: string, callback: msRest.ServiceCallback<Models.AccessPolicyListResponse>): void;\n /**\n * @param resourceGroupName Name of an Azure Resource group.\n * @param environmentName The name of the Time Series Insights environment associated with the\n * specified resource group.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByEnvironment(resourceGroupName: string, environmentName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AccessPolicyListResponse>): void;\n listByEnvironment(resourceGroupName: string, environmentName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AccessPolicyListResponse>, callback?: msRest.ServiceCallback<Models.AccessPolicyListResponse>): Promise<Models.AccessPoliciesListByEnvironmentResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n environmentName,\n options\n },\n listByEnvironmentOperationSpec,\n callback) as Promise<Models.AccessPoliciesListByEnvironmentResponse>;\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.TimeSeriesInsights/environments/{environmentName}/accessPolicies/{accessPolicyName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName1,\n Parameters.accessPolicyName0\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.AccessPolicyCreateOrUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.AccessPolicyResource\n },\n 201: {\n bodyMapper: Mappers.AccessPolicyResource\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/accessPolicies/{accessPolicyName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName1,\n Parameters.accessPolicyName1\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AccessPolicyResource\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/accessPolicies/{accessPolicyName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName1,\n Parameters.accessPolicyName1\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"accessPolicyUpdateParameters\",\n mapper: {\n ...Mappers.AccessPolicyUpdateParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.AccessPolicyResource\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/accessPolicies/{accessPolicyName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName1,\n Parameters.accessPolicyName1\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByEnvironmentOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/accessPolicies\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.environmentName1\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AccessPolicyListResponse\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\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 { TokenCredential } from \"@azure/core-auth\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\n\nconst packageName = \"@azure/arm-timeseriesinsights\";\nconst packageVersion = \"1.3.1\";\n\nexport class TimeSeriesInsightsClientContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials | TokenCredential;\n subscriptionId: string;\n apiVersion?: string;\n\n /**\n * Initializes a new instance of the TimeSeriesInsightsClient 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 Azure Subscription ID.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.TimeSeriesInsightsClientOptions) {\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.apiVersion = '2017-11-15';\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. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\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 { TimeSeriesInsightsClientContext } from \"./timeSeriesInsightsClientContext\";\n\n\nclass TimeSeriesInsightsClient extends TimeSeriesInsightsClientContext {\n // Operation groups\n operations: operations.Operations;\n environments: operations.Environments;\n eventSources: operations.EventSources;\n referenceDataSets: operations.ReferenceDataSets;\n accessPolicies: operations.AccessPolicies;\n\n /**\n * Initializes a new instance of the TimeSeriesInsightsClient 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 Azure Subscription ID.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.TimeSeriesInsightsClientOptions) {\n super(credentials, subscriptionId, options);\n this.operations = new operations.Operations(this);\n this.environments = new operations.Environments(this);\n this.eventSources = new operations.EventSources(this);\n this.referenceDataSets = new operations.ReferenceDataSets(this);\n this.accessPolicies = new operations.AccessPolicies(this);\n }\n}\n\n// Operation Specifications\n\nexport {\n TimeSeriesInsightsClient,\n TimeSeriesInsightsClientContext,\n Models as TimeSeriesInsightsModels,\n Mappers as TimeSeriesInsightsMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","msRest.Serializer","Parameters.apiVersion","Parameters.acceptLanguage","Mappers.OperationListResult","Mappers.CloudError","Parameters.nextPageLink","serializer","Mappers","Parameters.subscriptionId","Parameters.resourceGroupName","Parameters.environmentName1","Parameters.expand","Mappers.EnvironmentResource","Mappers.EnvironmentListResponse","Parameters.environmentName0","Mappers.EnvironmentCreateOrUpdateParameters","Mappers.EnvironmentUpdateParameters","getOperationSpec","deleteMethodOperationSpec","Parameters.eventSourceName0","Mappers.EventSourceCreateOrUpdateParameters","Mappers.EventSourceResource","Parameters.eventSourceName1","Mappers.EventSourceUpdateParameters","Mappers.EventSourceListResponse","createOrUpdateOperationSpec","updateOperationSpec","listByEnvironmentOperationSpec","Parameters.referenceDataSetName0","Mappers.ReferenceDataSetCreateOrUpdateParameters","Mappers.ReferenceDataSetResource","Parameters.referenceDataSetName1","Mappers.ReferenceDataSetUpdateParameters","Mappers.ReferenceDataSetListResponse","Parameters.accessPolicyName0","Mappers.AccessPolicyCreateOrUpdateParameters","Mappers.AccessPolicyResource","Parameters.accessPolicyName1","Mappers.AccessPolicyUpdateParameters","Mappers.AccessPolicyListResponse","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.Operations","operations.Environments","operations.EventSources","operations.ReferenceDataSets","operations.AccessPolicies"],"mappings":"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"}
|