@azure/arm-cognitiveservices 6.0.0 → 7.0.0-alpha.20211220.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +70 -95
- package/dist/index.js +4800 -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/cognitiveServicesManagementClient.d.ts +42 -0
- package/dist-esm/src/cognitiveServicesManagementClient.d.ts.map +1 -0
- package/dist-esm/src/cognitiveServicesManagementClient.js +133 -0
- package/dist-esm/src/cognitiveServicesManagementClient.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 +1310 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +128 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +68 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1017 -713
- 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 +199 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/accounts.d.ts +138 -0
- package/dist-esm/src/operations/accounts.d.ts.map +1 -0
- package/dist-esm/src/operations/accounts.js +628 -0
- package/dist-esm/src/operations/accounts.js.map +1 -0
- package/dist-esm/src/operations/commitmentPlans.d.ts +76 -0
- package/dist-esm/src/operations/commitmentPlans.d.ts.map +1 -0
- package/dist-esm/src/operations/commitmentPlans.js +293 -0
- package/dist-esm/src/operations/commitmentPlans.js.map +1 -0
- package/dist-esm/src/operations/commitmentTiers.d.ts +35 -0
- package/dist-esm/src/operations/commitmentTiers.d.ts.map +1 -0
- package/dist-esm/src/operations/commitmentTiers.js +132 -0
- package/dist-esm/src/operations/commitmentTiers.js.map +1 -0
- package/dist-esm/src/operations/deletedAccounts.d.ts +57 -0
- package/dist-esm/src/operations/deletedAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/deletedAccounts.js +232 -0
- package/dist-esm/src/operations/deletedAccounts.js.map +1 -0
- package/dist-esm/src/operations/deployments.d.ts +81 -0
- package/dist-esm/src/operations/deployments.d.ts.map +1 -0
- package/dist-esm/src/operations/deployments.js +331 -0
- package/dist-esm/src/operations/deployments.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +3 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +17 -0
- 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/privateEndpointConnections.d.ts +70 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +271 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +20 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +53 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/resourceSkus.d.ts +32 -0
- package/dist-esm/src/operations/resourceSkus.d.ts.map +1 -0
- package/dist-esm/src/operations/resourceSkus.js +124 -0
- package/dist-esm/src/operations/resourceSkus.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts +102 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/accounts.js} +2 -1
- package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/commitmentPlans.d.ts +51 -0
- package/dist-esm/src/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/commitmentPlans.js} +2 -9
- package/dist-esm/src/operationsInterfaces/commitmentPlans.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/commitmentTiers.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/commitmentTiers.d.ts.map +1 -0
- package/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/commitmentTiers.js} +2 -2
- package/dist-esm/src/operationsInterfaces/commitmentTiers.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts +36 -0
- package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
- package/{src/models/resourceSkusMappers.ts → dist-esm/src/operationsInterfaces/deletedAccounts.js} +2 -10
- package/dist-esm/src/operationsInterfaces/deletedAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/deployments.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/deployments.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/deployments.js +9 -0
- package/dist-esm/src/operationsInterfaces/deployments.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +17 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/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/privateEndpointConnections.d.ts +62 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/resourceSkus.js +9 -0
- package/dist-esm/src/operationsInterfaces/resourceSkus.js.map +1 -0
- package/dist-esm/test/cognitiveservices_examples.d.ts +4 -0
- package/dist-esm/test/cognitiveservices_examples.d.ts.map +1 -0
- package/dist-esm/test/cognitiveservices_examples.js +127 -0
- package/dist-esm/test/cognitiveservices_examples.js.map +1 -0
- package/package.json +65 -22
- package/review/arm-cognitiveservices.api.md +1150 -0
- package/rollup.config.js +181 -24
- package/src/cognitiveServicesManagementClient.ts +148 -172
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1122 -1415
- package/src/models/mappers.ts +1161 -835
- package/src/models/parameters.ts +159 -40
- package/src/operations/accounts.ts +587 -574
- package/src/operations/commitmentPlans.ts +394 -0
- package/src/operations/commitmentTiers.ts +158 -0
- package/src/operations/deletedAccounts.ts +197 -185
- package/src/operations/deployments.ts +464 -0
- package/src/operations/index.ts +4 -2
- package/src/operations/operations.ts +85 -85
- package/src/operations/privateEndpointConnections.ts +232 -202
- package/src/operations/privateLinkResources.ts +34 -62
- package/src/operations/resourceSkus.ts +90 -86
- package/src/operationsInterfaces/accounts.ts +195 -0
- package/src/operationsInterfaces/commitmentPlans.ts +93 -0
- package/src/operationsInterfaces/commitmentTiers.ts +24 -0
- package/src/operationsInterfaces/deletedAccounts.ts +68 -0
- package/src/operationsInterfaces/deployments.ts +109 -0
- package/{esm/operations/index.js → src/operationsInterfaces/index.ts} +5 -3
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +115 -0
- package/src/operationsInterfaces/privateLinkResources.ts +27 -0
- package/src/operationsInterfaces/resourceSkus.ts +22 -0
- package/tsconfig.json +3 -3
- package/types/arm-cognitiveservices.d.ts +1860 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-cognitiveservices.js +0 -3385
- package/dist/arm-cognitiveservices.js.map +0 -1
- package/dist/arm-cognitiveservices.min.js +0 -1
- package/dist/arm-cognitiveservices.min.js.map +0 -1
- package/esm/cognitiveServicesManagementClient.d.ts +0 -77
- package/esm/cognitiveServicesManagementClient.d.ts.map +0 -1
- package/esm/cognitiveServicesManagementClient.js +0 -108
- package/esm/cognitiveServicesManagementClient.js.map +0 -1
- package/esm/cognitiveServicesManagementClientContext.d.ts +0 -22
- package/esm/cognitiveServicesManagementClientContext.d.ts.map +0 -1
- package/esm/cognitiveServicesManagementClientContext.js +0 -61
- package/esm/cognitiveServicesManagementClientContext.js.map +0 -1
- package/esm/models/accountsMappers.d.ts +0 -2
- package/esm/models/accountsMappers.d.ts.map +0 -1
- package/esm/models/accountsMappers.js +0 -9
- package/esm/models/accountsMappers.js.map +0 -1
- package/esm/models/deletedAccountsMappers.d.ts +0 -2
- package/esm/models/deletedAccountsMappers.d.ts.map +0 -1
- package/esm/models/deletedAccountsMappers.js +0 -9
- package/esm/models/deletedAccountsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -1645
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -58
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -11
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -115
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js +0 -9
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/models/resourceSkusMappers.d.ts +0 -2
- package/esm/models/resourceSkusMappers.d.ts.map +0 -1
- package/esm/models/resourceSkusMappers.js +0 -9
- package/esm/models/resourceSkusMappers.js.map +0 -1
- package/esm/operations/accounts.d.ts +0 -245
- package/esm/operations/accounts.d.ts.map +0 -1
- package/esm/operations/accounts.js +0 -389
- package/esm/operations/accounts.js.map +0 -1
- package/esm/operations/deletedAccounts.d.ts +0 -89
- package/esm/operations/deletedAccounts.d.ts.map +0 -1
- package/esm/operations/deletedAccounts.js +0 -149
- package/esm/operations/deletedAccounts.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 -69
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -108
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -193
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -34
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -49
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/resourceSkus.d.ts +0 -46
- package/esm/operations/resourceSkus.d.ts.map +0 -1
- package/esm/operations/resourceSkus.js +0 -70
- package/esm/operations/resourceSkus.js.map +0 -1
- package/src/cognitiveServicesManagementClientContext.ts +0 -74
- package/src/models/accountsMappers.ts +0 -51
- package/src/models/deletedAccountsMappers.ts +0 -44
- package/src/models/privateEndpointConnectionsMappers.ts +0 -44
- package/src/models/privateLinkResourcesMappers.ts +0 -44
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"arm-cognitiveservices.js","sources":["../node_modules/tslib/tslib.es6.js","../src/models/index.ts","../src/models/mappers.ts","../src/models/parameters.ts","../src/models/accountsMappers.ts","../src/operations/accounts.ts","../src/models/deletedAccountsMappers.ts","../src/operations/deletedAccounts.ts","../src/models/resourceSkusMappers.ts","../src/operations/resourceSkus.ts","../src/models/operationsMappers.ts","../src/operations/operations.ts","../src/models/privateEndpointConnectionsMappers.ts","../src/operations/privateEndpointConnections.ts","../src/models/privateLinkResourcesMappers.ts","../src/operations/privateLinkResources.ts","../src/cognitiveServicesManagementClientContext.ts","../src/cognitiveServicesManagementClient.ts"],"sourcesContent":["/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { BaseResource, CloudError, AzureServiceClientOptions } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport { BaseResource, CloudError };\n\n/**\n * The resource model definition representing SKU\n */\nexport interface Sku {\n /**\n * The name of the SKU. Ex - P3. It is typically a letter+number code\n */\n name: string;\n /**\n * This field is required to be implemented by the Resource Provider if the service has more than\n * one tier, but is not required on a PUT. Possible values include: 'Free', 'Basic', 'Standard',\n * 'Premium', 'Enterprise'\n */\n tier?: SkuTier;\n /**\n * The SKU size. When the name field is the combination of tier and some other value, this would\n * be the standalone code.\n */\n size?: string;\n /**\n * If the service has different generations of hardware, for the same SKU, then that can be\n * captured here.\n */\n family?: string;\n /**\n * If the SKU supports scale out/in then the capacity integer should be included. If scale out/in\n * is not possible for the resource this may be omitted.\n */\n capacity?: number;\n}\n\n/**\n * User-assigned managed identity.\n */\nexport interface UserAssignedIdentity {\n /**\n * Azure Active Directory principal ID associated with this Identity.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly principalId?: string;\n /**\n * Client App Id associated with this identity.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly clientId?: string;\n}\n\n/**\n * Identity for the resource.\n */\nexport interface Identity {\n /**\n * The identity type. Possible values include: 'None', 'SystemAssigned', 'UserAssigned',\n * 'SystemAssigned, UserAssigned'\n */\n type?: ResourceIdentityType;\n /**\n * The tenant ID of resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly tenantId?: string;\n /**\n * The principal ID of resource identity.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly principalId?: string;\n /**\n * The list of user assigned identities associated with the resource. The user identity\n * dictionary key references will be ARM resource ids in the form:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}\n */\n userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };\n}\n\n/**\n * Metadata pertaining to creation and last modification of the resource.\n */\nexport interface SystemData {\n /**\n * The identity that created the resource.\n */\n createdBy?: string;\n /**\n * The type of identity that created the resource. Possible values include: 'User',\n * 'Application', 'ManagedIdentity', 'Key'\n */\n createdByType?: CreatedByType;\n /**\n * The timestamp of resource creation (UTC).\n */\n createdAt?: Date;\n /**\n * The identity that last modified the resource.\n */\n lastModifiedBy?: string;\n /**\n * The type of identity that last modified the resource. Possible values include: 'User',\n * 'Application', 'ManagedIdentity', 'Key'\n */\n lastModifiedByType?: CreatedByType;\n /**\n * The timestamp of resource last modification (UTC)\n */\n lastModifiedAt?: Date;\n}\n\n/**\n * SkuCapability indicates the capability of a certain feature.\n */\nexport interface SkuCapability {\n /**\n * The name of the SkuCapability.\n */\n name?: string;\n /**\n * The value of the SkuCapability.\n */\n value?: string;\n}\n\n/**\n * Sku change info of account.\n */\nexport interface SkuChangeInfo {\n /**\n * Gets the count of downgrades.\n */\n countOfDowngrades?: number;\n /**\n * Gets the count of upgrades after downgrades.\n */\n countOfUpgradesAfterDowngrades?: number;\n /**\n * Gets the last change date.\n */\n lastChangeDate?: string;\n}\n\n/**\n * A rule governing the accessibility from a specific ip address or ip range.\n */\nexport interface IpRule {\n /**\n * An IPv4 address range in CIDR notation, such as '124.56.78.91' (simple IP address) or\n * '124.56.78.0/24' (all addresses that start with 124.56.78).\n */\n value: string;\n}\n\n/**\n * A rule governing the accessibility from a specific virtual network.\n */\nexport interface VirtualNetworkRule {\n /**\n * Full resource id of a vnet subnet, such as\n * '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'.\n */\n id: string;\n /**\n * Gets the state of virtual network rule.\n */\n state?: string;\n /**\n * Ignore missing vnet service endpoint or not.\n */\n ignoreMissingVnetServiceEndpoint?: boolean;\n}\n\n/**\n * A set of rules governing the network accessibility.\n */\nexport interface NetworkRuleSet {\n /**\n * The default action when no rule from ipRules and from virtualNetworkRules match. This is only\n * used after the bypass property has been evaluated. Possible values include: 'Allow', 'Deny'\n */\n defaultAction?: NetworkRuleAction;\n /**\n * The list of IP address rules.\n */\n ipRules?: IpRule[];\n /**\n * The list of virtual network rules.\n */\n virtualNetworkRules?: VirtualNetworkRule[];\n}\n\n/**\n * Properties to configure keyVault Properties\n */\nexport interface KeyVaultProperties {\n /**\n * Name of the Key from KeyVault\n */\n keyName?: string;\n /**\n * Version of the Key from KeyVault\n */\n keyVersion?: string;\n /**\n * Uri of KeyVault\n */\n keyVaultUri?: string;\n identityClientId?: string;\n}\n\n/**\n * Properties to configure Encryption\n */\nexport interface Encryption {\n /**\n * Properties of KeyVault\n */\n keyVaultProperties?: KeyVaultProperties;\n /**\n * Enumerates the possible value of keySource for Encryption. Possible values include:\n * 'Microsoft.CognitiveServices', 'Microsoft.KeyVault'. Default value: 'Microsoft.KeyVault'.\n */\n keySource?: KeySource;\n}\n\n/**\n * The user owned storage for Cognitive Services account.\n */\nexport interface UserOwnedStorage {\n /**\n * Full resource id of a Microsoft.Storage resource.\n */\n resourceId?: string;\n identityClientId?: string;\n}\n\n/**\n * The Private Endpoint resource.\n */\nexport interface PrivateEndpoint {\n /**\n * The ARM identifier for Private Endpoint\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n}\n\n/**\n * A collection of information about the state of the connection between service consumer and\n * provider.\n */\nexport interface PrivateLinkServiceConnectionState {\n /**\n * Indicates whether the connection has been Approved/Rejected/Removed by the owner of the\n * service. Possible values include: 'Pending', 'Approved', 'Rejected'\n */\n status?: PrivateEndpointServiceConnectionStatus;\n /**\n * The reason for approval/rejection of the connection.\n */\n description?: string;\n /**\n * A message indicating if changes on the service provider require any updates on the consumer.\n */\n actionsRequired?: string;\n}\n\n/**\n * Properties of the PrivateEndpointConnectProperties.\n */\nexport interface PrivateEndpointConnectionProperties {\n /**\n * The resource of private end point.\n */\n privateEndpoint?: PrivateEndpoint;\n /**\n * A collection of information about the state of the connection between service consumer and\n * provider.\n */\n privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;\n /**\n * The provisioning state of the private endpoint connection resource. Possible values include:\n * 'Succeeded', 'Creating', 'Deleting', 'Failed'\n */\n provisioningState?: PrivateEndpointConnectionProvisioningState;\n /**\n * The private link resource group ids.\n */\n groupIds?: string[];\n}\n\n/**\n * Common fields that are returned in the response for all Azure Resource Manager resources\n * @summary Resource\n */\nexport interface Resource extends BaseResource {\n /**\n * Fully qualified resource ID for the resource. Ex -\n * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The name of the resource\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or\n * \"Microsoft.Storage/storageAccounts\"\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n}\n\n/**\n * The resource model definition for an Azure Resource Manager resource with an etag.\n * @summary Entity Resource\n */\nexport interface AzureEntityResource extends Resource {\n /**\n * Resource Etag.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly etag?: string;\n}\n\n/**\n * The Private Endpoint Connection resource.\n */\nexport interface PrivateEndpointConnection extends AzureEntityResource {\n /**\n * Resource properties.\n */\n properties?: PrivateEndpointConnectionProperties;\n /**\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly systemData?: SystemData;\n /**\n * The location of the private endpoint connection\n */\n location?: string;\n}\n\n/**\n * The api properties for special APIs.\n */\nexport interface ApiProperties {\n /**\n * (QnAMaker Only) The runtime endpoint of QnAMaker.\n */\n qnaRuntimeEndpoint?: string;\n /**\n * (QnAMaker Only) The Azure Search endpoint key of QnAMaker.\n */\n qnaAzureSearchEndpointKey?: string;\n /**\n * (QnAMaker Only) The Azure Search endpoint id of QnAMaker.\n */\n qnaAzureSearchEndpointId?: string;\n /**\n * (Bing Search Only) The flag to enable statistics of Bing Search.\n */\n statisticsEnabled?: boolean;\n /**\n * (Personalization Only) The flag to enable statistics of Bing Search.\n */\n eventHubConnectionString?: string;\n /**\n * (Personalization Only) The storage account connection string.\n */\n storageAccountConnectionString?: string;\n /**\n * (Metrics Advisor Only) The Azure AD Client Id (Application Id).\n */\n aadClientId?: string;\n /**\n * (Metrics Advisor Only) The Azure AD Tenant Id.\n */\n aadTenantId?: string;\n /**\n * (Metrics Advisor Only) The super user of Metrics Advisor.\n */\n superUser?: string;\n /**\n * (Metrics Advisor Only) The website name of Metrics Advisor.\n */\n websiteName?: string;\n /**\n * Describes unknown properties. The value of an unknown property can be of \"any\" type.\n */\n [property: string]: any;\n}\n\n/**\n * An interface representing RequestMatchPattern.\n */\nexport interface RequestMatchPattern {\n path?: string;\n method?: string;\n}\n\n/**\n * An interface representing ThrottlingRule.\n */\nexport interface ThrottlingRule {\n key?: string;\n renewalPeriod?: number;\n count?: number;\n minCount?: number;\n dynamicThrottlingEnabled?: boolean;\n matchPatterns?: RequestMatchPattern[];\n}\n\n/**\n * The call rate limit Cognitive Services account.\n */\nexport interface CallRateLimit {\n /**\n * The count value of Call Rate Limit.\n */\n count?: number;\n /**\n * The renewal period in seconds of Call Rate Limit.\n */\n renewalPeriod?: number;\n rules?: ThrottlingRule[];\n}\n\n/**\n * An interface representing QuotaLimit.\n */\nexport interface QuotaLimit {\n count?: number;\n renewalPeriod?: number;\n rules?: ThrottlingRule[];\n}\n\n/**\n * Properties of Cognitive Services account.\n */\nexport interface AccountProperties {\n /**\n * Gets the status of the cognitive services account at the time the operation was called.\n * Possible values include: 'Accepted', 'Creating', 'Deleting', 'Moving', 'Failed', 'Succeeded',\n * 'ResolvingDNS'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Endpoint of the created account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly endpoint?: string;\n /**\n * The internal identifier (deprecated, do not use this property).\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly internalId?: string;\n /**\n * Gets the capabilities of the cognitive services account. Each item indicates the capability of\n * a specific feature. The values are read-only and for reference only.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly capabilities?: SkuCapability[];\n /**\n * If the resource is migrated from an existing key.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly isMigrated?: boolean;\n /**\n * Resource migration token.\n */\n migrationToken?: string;\n /**\n * Sku change info of account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly skuChangeInfo?: SkuChangeInfo;\n /**\n * Optional subdomain name used for token-based authentication.\n */\n customSubDomainName?: string;\n /**\n * A collection of rules governing the accessibility from specific network locations.\n */\n networkAcls?: NetworkRuleSet;\n /**\n * The encryption properties for this resource.\n */\n encryption?: Encryption;\n /**\n * The storage accounts for this resource.\n */\n userOwnedStorage?: UserOwnedStorage[];\n /**\n * The private endpoint connection associated with the Cognitive Services account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /**\n * Whether or not public endpoint access is allowed for this account. Value is optional but if\n * passed in, must be 'Enabled' or 'Disabled'. Possible values include: 'Enabled', 'Disabled'\n */\n publicNetworkAccess?: PublicNetworkAccess;\n /**\n * The api properties for special APIs.\n */\n apiProperties?: ApiProperties;\n /**\n * Gets the date of cognitive services account creation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly dateCreated?: string;\n /**\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly callRateLimit?: CallRateLimit;\n /**\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly quotaLimit?: QuotaLimit;\n restrictOutboundNetworkAccess?: boolean;\n allowedFqdnList?: string[];\n disableLocalAuth?: boolean;\n /**\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly endpoints?: { [propertyName: string]: string };\n restore?: boolean;\n}\n\n/**\n * Cognitive Services account is an Azure resource representing the provisioned account, it's type,\n * location and SKU.\n */\nexport interface Account extends AzureEntityResource {\n /**\n * The Kind of the resource.\n */\n kind?: string;\n sku?: Sku;\n identity?: Identity;\n /**\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly systemData?: SystemData;\n /**\n * Resource tags.\n */\n tags?: { [propertyName: string]: string };\n /**\n * The geo-location where the resource lives\n */\n location?: string;\n /**\n * Properties of Cognitive Services account.\n */\n properties?: AccountProperties;\n}\n\n/**\n * The access keys for the cognitive services account.\n */\nexport interface ApiKeys {\n /**\n * Gets the value of key 1.\n */\n key1?: string;\n /**\n * Gets the value of key 2.\n */\n key2?: string;\n}\n\n/**\n * Regenerate key parameters.\n */\nexport interface RegenerateKeyParameters {\n /**\n * key name to generate (Key1|Key2). Possible values include: 'Key1', 'Key2'\n */\n keyName: KeyName;\n}\n\n/**\n * Cognitive Services resource type and SKU.\n */\nexport interface AccountSku {\n /**\n * Resource Namespace and Type\n */\n resourceType?: string;\n /**\n * The SKU of Cognitive Services account.\n */\n sku?: Sku;\n}\n\n/**\n * The list of cognitive services accounts operation response.\n */\nexport interface AccountSkuListResult {\n /**\n * Gets the list of Cognitive Services accounts and their properties.\n */\n value?: AccountSku[];\n}\n\n/**\n * A metric name.\n */\nexport interface MetricName {\n /**\n * The name of the metric.\n */\n value?: string;\n /**\n * The friendly name of the metric.\n */\n localizedValue?: string;\n}\n\n/**\n * The usage data for a usage request.\n */\nexport interface Usage {\n /**\n * The unit of the metric. Possible values include: 'Count', 'Bytes', 'Seconds', 'Percent',\n * 'CountPerSecond', 'BytesPerSecond', 'Milliseconds'\n */\n unit?: UnitType;\n /**\n * The name information for the metric.\n */\n name?: MetricName;\n /**\n * The quota period used to summarize the usage values.\n */\n quotaPeriod?: string;\n /**\n * Maximum value for this metric.\n */\n limit?: number;\n /**\n * Current value for this metric.\n */\n currentValue?: number;\n /**\n * Next reset time for current quota.\n */\n nextResetTime?: string;\n /**\n * Cognitive Services account quota usage status. Possible values include: 'Included', 'Blocked',\n * 'InOverage', 'Unknown'\n */\n status?: QuotaUsageStatus;\n}\n\n/**\n * The response to a list usage request.\n */\nexport interface UsageListResult {\n /**\n * The list of usages for Cognitive Service account.\n */\n value?: Usage[];\n}\n\n/**\n * Check SKU availability parameter.\n */\nexport interface CheckSkuAvailabilityParameter {\n /**\n * The SKU of the resource.\n */\n skus: string[];\n /**\n * The Kind of the resource.\n */\n kind: string;\n /**\n * The Type of the resource.\n */\n type: string;\n}\n\n/**\n * SKU availability.\n */\nexport interface SkuAvailability {\n /**\n * The Kind of the resource.\n */\n kind?: string;\n /**\n * The Type of the resource.\n */\n type?: string;\n /**\n * The SKU of Cognitive Services account.\n */\n skuName?: string;\n /**\n * Indicates the given SKU is available or not.\n */\n skuAvailable?: boolean;\n /**\n * Reason why the SKU is not available.\n */\n reason?: string;\n /**\n * Additional error message.\n */\n message?: string;\n}\n\n/**\n * Check SKU availability result list.\n */\nexport interface SkuAvailabilityListResult {\n /**\n * Check SKU availability result list.\n */\n value?: SkuAvailability[];\n}\n\n/**\n * Check Domain availability parameter.\n */\nexport interface CheckDomainAvailabilityParameter {\n /**\n * The subdomain name to use.\n */\n subdomainName: string;\n /**\n * The Type of the resource.\n */\n type: string;\n}\n\n/**\n * Domain availability.\n */\nexport interface DomainAvailability {\n /**\n * Indicates the given SKU is available or not.\n */\n isSubdomainAvailable?: boolean;\n /**\n * Reason why the SKU is not available.\n */\n reason?: string;\n /**\n * The subdomain name to use.\n */\n subdomainName?: string;\n /**\n * The Type of the resource.\n */\n type?: string;\n}\n\n/**\n * An interface representing ResourceSkuRestrictionInfo.\n */\nexport interface ResourceSkuRestrictionInfo {\n /**\n * Locations where the SKU is restricted\n */\n locations?: string[];\n /**\n * List of availability zones where the SKU is restricted.\n */\n zones?: string[];\n}\n\n/**\n * Describes restrictions of a SKU.\n */\nexport interface ResourceSkuRestrictions {\n /**\n * The type of restrictions. Possible values include: 'Location', 'Zone'\n */\n type?: ResourceSkuRestrictionsType;\n /**\n * The value of restrictions. If the restriction type is set to location. This would be different\n * locations where the SKU is restricted.\n */\n values?: string[];\n /**\n * The information about the restriction where the SKU cannot be used.\n */\n restrictionInfo?: ResourceSkuRestrictionInfo;\n /**\n * The reason for restriction. Possible values include: 'QuotaId', 'NotAvailableForSubscription'\n */\n reasonCode?: ResourceSkuRestrictionsReasonCode;\n}\n\n/**\n * Describes an available Cognitive Services SKU.\n */\nexport interface ResourceSku {\n /**\n * The type of resource the SKU applies to.\n */\n resourceType?: string;\n /**\n * The name of SKU.\n */\n name?: string;\n /**\n * Specifies the tier of Cognitive Services account.\n */\n tier?: string;\n /**\n * The Kind of resources that are supported in this SKU.\n */\n kind?: string;\n /**\n * The set of locations that the SKU is available.\n */\n locations?: string[];\n /**\n * The restrictions because of which SKU cannot be used. This is empty if there are no\n * restrictions.\n */\n restrictions?: ResourceSkuRestrictions[];\n}\n\n/**\n * A list of private endpoint connections\n */\nexport interface PrivateEndpointConnectionListResult {\n /**\n * Array of private endpoint connections\n */\n value?: PrivateEndpointConnection[];\n}\n\n/**\n * Properties of a private link resource.\n */\nexport interface PrivateLinkResourceProperties {\n /**\n * The private link resource group id.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly groupId?: string;\n /**\n * The private link resource required member names.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly requiredMembers?: string[];\n /**\n * The private link resource Private link DNS zone name.\n */\n requiredZoneNames?: string[];\n /**\n * The private link resource display name.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly displayName?: string;\n}\n\n/**\n * A private link resource\n */\nexport interface PrivateLinkResource extends Resource {\n /**\n * Resource properties.\n */\n properties?: PrivateLinkResourceProperties;\n}\n\n/**\n * A list of private link resources\n */\nexport interface PrivateLinkResourceListResult {\n /**\n * Array of private link resources\n */\n value?: PrivateLinkResource[];\n}\n\n/**\n * The resource model definition for a Azure Resource Manager proxy resource. It will not have tags\n * and a location\n * @summary Proxy Resource\n */\nexport interface ProxyResource extends Resource {}\n\n/**\n * The resource model definition for an Azure Resource Manager tracked top level resource which has\n * 'tags' and a 'location'\n * @summary Tracked Resource\n */\nexport interface TrackedResource extends Resource {\n /**\n * Resource tags.\n */\n tags?: { [propertyName: string]: string };\n /**\n * The geo-location where the resource lives\n */\n location: string;\n}\n\n/**\n * The resource management error additional info.\n */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * The additional info.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly info?: any;\n}\n\n/**\n * The error detail.\n */\nexport interface ErrorDetail {\n /**\n * The error code.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly code?: string;\n /**\n * The error message.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly message?: string;\n /**\n * The error target.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly target?: string;\n /**\n * The error details.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/**\n * Common error response for all Azure Resource Manager APIs to return error details for failed\n * operations. (This also follows the OData error response format.).\n * @summary Error response\n */\nexport interface ErrorResponse {\n /**\n * The error object.\n */\n error?: ErrorDetail;\n}\n\n/**\n * Localized display information for this particular operation.\n */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring\n * Insights\" or \"Microsoft Compute\".\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 name of the resource type related to this operation. E.g. \"Virtual\n * Machines\" or \"Job Schedule Collections\".\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly resource?: string;\n /**\n * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create\n * or Update Virtual Machine\", \"Restart Virtual Machine\".\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly operation?: string;\n /**\n * The short, localized friendly description of the operation; suitable for tool tips and\n * detailed views.\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 * Details of a REST API operation, returned from the Resource Provider Operations API\n * @summary REST API Operation\n */\nexport interface Operation {\n /**\n * The name of the operation, as per Resource-Based Access Control (RBAC). Examples:\n * \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\"\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Whether the operation applies to data-plane. This is \"true\" for data-plane operations and\n * \"false\" for ARM/control-plane operations.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly isDataAction?: boolean;\n /**\n * Localized display information for this particular operation.\n */\n display?: OperationDisplay;\n /**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit\n * logs UX. Default value is \"user,system\". Possible values include: 'user', 'system',\n * 'user,system'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly origin?: Origin;\n /**\n * Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.\n * Possible values include: 'Internal'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly actionType?: ActionType;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface AccountsListUsagesOptionalParams extends msRest.RequestOptionsBase {\n /**\n * An OData filter expression that describes a subset of usages to return. The supported\n * parameter is name.value (name of the metric, can have an or of multiple names).\n */\n filter?: string;\n}\n\n/**\n * An interface representing CognitiveServicesManagementClientOptions.\n */\nexport interface CognitiveServicesManagementClientOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * @interface\n * The list of cognitive services accounts operation response.\n * @extends Array<Account>\n */\nexport interface AccountListResult extends Array<Account> {\n /**\n * The link used to get the next page of accounts.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The Get Skus operation response.\n * @extends Array<ResourceSku>\n */\nexport interface ResourceSkuListResult extends Array<ResourceSku> {\n /**\n * The uri to fetch the next page of Skus.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * A list of REST API operations supported by an Azure Resource Provider. It contains an URL link\n * 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 SkuTier.\n * Possible values include: 'Free', 'Basic', 'Standard', 'Premium', 'Enterprise'\n * @readonly\n * @enum {string}\n */\nexport type SkuTier = \"Free\" | \"Basic\" | \"Standard\" | \"Premium\" | \"Enterprise\";\n\n/**\n * Defines values for ResourceIdentityType.\n * Possible values include: 'None', 'SystemAssigned', 'UserAssigned', 'SystemAssigned,\n * UserAssigned'\n * @readonly\n * @enum {string}\n */\nexport type ResourceIdentityType =\n | \"None\"\n | \"SystemAssigned\"\n | \"UserAssigned\"\n | \"SystemAssigned, UserAssigned\";\n\n/**\n * Defines values for CreatedByType.\n * Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'\n * @readonly\n * @enum {string}\n */\nexport type CreatedByType = \"User\" | \"Application\" | \"ManagedIdentity\" | \"Key\";\n\n/**\n * Defines values for ProvisioningState.\n * Possible values include: 'Accepted', 'Creating', 'Deleting', 'Moving', 'Failed', 'Succeeded',\n * 'ResolvingDNS'\n * @readonly\n * @enum {string}\n */\nexport type ProvisioningState =\n | \"Accepted\"\n | \"Creating\"\n | \"Deleting\"\n | \"Moving\"\n | \"Failed\"\n | \"Succeeded\"\n | \"ResolvingDNS\";\n\n/**\n * Defines values for NetworkRuleAction.\n * Possible values include: 'Allow', 'Deny'\n * @readonly\n * @enum {string}\n */\nexport type NetworkRuleAction = \"Allow\" | \"Deny\";\n\n/**\n * Defines values for KeySource.\n * Possible values include: 'Microsoft.CognitiveServices', 'Microsoft.KeyVault'\n * @readonly\n * @enum {string}\n */\nexport type KeySource = \"Microsoft.CognitiveServices\" | \"Microsoft.KeyVault\";\n\n/**\n * Defines values for PrivateEndpointServiceConnectionStatus.\n * Possible values include: 'Pending', 'Approved', 'Rejected'\n * @readonly\n * @enum {string}\n */\nexport type PrivateEndpointServiceConnectionStatus = \"Pending\" | \"Approved\" | \"Rejected\";\n\n/**\n * Defines values for PrivateEndpointConnectionProvisioningState.\n * Possible values include: 'Succeeded', 'Creating', 'Deleting', 'Failed'\n * @readonly\n * @enum {string}\n */\nexport type PrivateEndpointConnectionProvisioningState =\n | \"Succeeded\"\n | \"Creating\"\n | \"Deleting\"\n | \"Failed\";\n\n/**\n * Defines values for PublicNetworkAccess.\n * Possible values include: 'Enabled', 'Disabled'\n * @readonly\n * @enum {string}\n */\nexport type PublicNetworkAccess = \"Enabled\" | \"Disabled\";\n\n/**\n * Defines values for KeyName.\n * Possible values include: 'Key1', 'Key2'\n * @readonly\n * @enum {string}\n */\nexport type KeyName = \"Key1\" | \"Key2\";\n\n/**\n * Defines values for UnitType.\n * Possible values include: 'Count', 'Bytes', 'Seconds', 'Percent', 'CountPerSecond',\n * 'BytesPerSecond', 'Milliseconds'\n * @readonly\n * @enum {string}\n */\nexport type UnitType =\n | \"Count\"\n | \"Bytes\"\n | \"Seconds\"\n | \"Percent\"\n | \"CountPerSecond\"\n | \"BytesPerSecond\"\n | \"Milliseconds\";\n\n/**\n * Defines values for QuotaUsageStatus.\n * Possible values include: 'Included', 'Blocked', 'InOverage', 'Unknown'\n * @readonly\n * @enum {string}\n */\nexport type QuotaUsageStatus = \"Included\" | \"Blocked\" | \"InOverage\" | \"Unknown\";\n\n/**\n * Defines values for ResourceSkuRestrictionsType.\n * Possible values include: 'Location', 'Zone'\n * @readonly\n * @enum {string}\n */\nexport type ResourceSkuRestrictionsType = \"Location\" | \"Zone\";\n\n/**\n * Defines values for ResourceSkuRestrictionsReasonCode.\n * Possible values include: 'QuotaId', 'NotAvailableForSubscription'\n * @readonly\n * @enum {string}\n */\nexport type ResourceSkuRestrictionsReasonCode = \"QuotaId\" | \"NotAvailableForSubscription\";\n\n/**\n * Defines values for Origin.\n * Possible values include: 'user', 'system', 'user,system'\n * @readonly\n * @enum {string}\n */\nexport type Origin = \"user\" | \"system\" | \"user,system\";\n\n/**\n * Defines values for ActionType.\n * Possible values include: 'Internal'\n * @readonly\n * @enum {string}\n */\nexport type ActionType = \"Internal\";\n\n/**\n * Contains response data for the create operation.\n */\nexport type AccountsCreateResponse = Account & {\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: Account;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type AccountsUpdateResponse = Account & {\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: Account;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type AccountsGetResponse = Account & {\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: Account;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroup operation.\n */\nexport type AccountsListByResourceGroupResponse = AccountListResult & {\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: AccountListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type AccountsListResponse = AccountListResult & {\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: AccountListResult;\n };\n};\n\n/**\n * Contains response data for the listKeys operation.\n */\nexport type AccountsListKeysResponse = ApiKeys & {\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: ApiKeys;\n };\n};\n\n/**\n * Contains response data for the regenerateKey operation.\n */\nexport type AccountsRegenerateKeyResponse = ApiKeys & {\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: ApiKeys;\n };\n};\n\n/**\n * Contains response data for the listSkus operation.\n */\nexport type AccountsListSkusResponse = AccountSkuListResult & {\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: AccountSkuListResult;\n };\n};\n\n/**\n * Contains response data for the listUsages operation.\n */\nexport type AccountsListUsagesResponse = UsageListResult & {\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: UsageListResult;\n };\n};\n\n/**\n * Contains response data for the beginCreate operation.\n */\nexport type AccountsBeginCreateResponse = Account & {\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: Account;\n };\n};\n\n/**\n * Contains response data for the beginUpdate operation.\n */\nexport type AccountsBeginUpdateResponse = Account & {\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: Account;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroupNext operation.\n */\nexport type AccountsListByResourceGroupNextResponse = AccountListResult & {\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: AccountListResult;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type AccountsListNextResponse = AccountListResult & {\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: AccountListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type DeletedAccountsGetResponse = Account & {\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: Account;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type DeletedAccountsListResponse = AccountListResult & {\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: AccountListResult;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type DeletedAccountsListNextResponse = AccountListResult & {\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: AccountListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type ResourceSkusListResponse = ResourceSkuListResult & {\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: ResourceSkuListResult;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type ResourceSkusListNextResponse = ResourceSkuListResult & {\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: ResourceSkuListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type OperationsListResponse = OperationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationListResult;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type OperationsListNextResponse = OperationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationListResult;\n };\n};\n\n/**\n * Contains response data for the checkSkuAvailability operation.\n */\nexport type CheckSkuAvailabilityResponse = SkuAvailabilityListResult & {\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: SkuAvailabilityListResult;\n };\n};\n\n/**\n * Contains response data for the checkDomainAvailability operation.\n */\nexport type CheckDomainAvailabilityResponse = DomainAvailability & {\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: DomainAvailability;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult & {\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: PrivateEndpointConnectionListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection & {\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: PrivateEndpointConnection;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection & {\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: PrivateEndpointConnection;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type PrivateEndpointConnectionsBeginCreateOrUpdateResponse = PrivateEndpointConnection & {\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: PrivateEndpointConnection;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type PrivateLinkResourcesListResponse = PrivateLinkResourceListResult & {\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: PrivateLinkResourceListResult;\n };\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { CloudErrorMapper, BaseResourceMapper } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const CloudError = CloudErrorMapper;\nexport const BaseResource = BaseResourceMapper;\n\nexport const 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: \"String\"\n }\n },\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"String\"\n }\n },\n size: {\n serializedName: \"size\",\n type: {\n name: \"String\"\n }\n },\n family: {\n serializedName: \"family\",\n type: {\n name: \"String\"\n }\n },\n capacity: {\n serializedName: \"capacity\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const UserAssignedIdentity: msRest.CompositeMapper = {\n serializedName: \"UserAssignedIdentity\",\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n modelProperties: {\n principalId: {\n readOnly: true,\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n clientId: {\n readOnly: true,\n serializedName: \"clientId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Identity: msRest.CompositeMapper = {\n serializedName: \"Identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"Enum\",\n allowedValues: [\"None\", \"SystemAssigned\", \"UserAssigned\", \"SystemAssigned, UserAssigned\"]\n }\n },\n tenantId: {\n readOnly: true,\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n },\n principalId: {\n readOnly: true,\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SystemData: msRest.CompositeMapper = {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\"\n }\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\"\n }\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\"\n }\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const SkuCapability: msRest.CompositeMapper = {\n serializedName: \"SkuCapability\",\n type: {\n name: \"Composite\",\n className: \"SkuCapability\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SkuChangeInfo: msRest.CompositeMapper = {\n serializedName: \"SkuChangeInfo\",\n type: {\n name: \"Composite\",\n className: \"SkuChangeInfo\",\n modelProperties: {\n countOfDowngrades: {\n serializedName: \"countOfDowngrades\",\n type: {\n name: \"Number\"\n }\n },\n countOfUpgradesAfterDowngrades: {\n serializedName: \"countOfUpgradesAfterDowngrades\",\n type: {\n name: \"Number\"\n }\n },\n lastChangeDate: {\n serializedName: \"lastChangeDate\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IpRule: msRest.CompositeMapper = {\n serializedName: \"IpRule\",\n type: {\n name: \"Composite\",\n className: \"IpRule\",\n modelProperties: {\n value: {\n required: true,\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualNetworkRule: msRest.CompositeMapper = {\n serializedName: \"VirtualNetworkRule\",\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkRule\",\n modelProperties: {\n id: {\n required: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n state: {\n serializedName: \"state\",\n type: {\n name: \"String\"\n }\n },\n ignoreMissingVnetServiceEndpoint: {\n serializedName: \"ignoreMissingVnetServiceEndpoint\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const NetworkRuleSet: msRest.CompositeMapper = {\n serializedName: \"NetworkRuleSet\",\n type: {\n name: \"Composite\",\n className: \"NetworkRuleSet\",\n modelProperties: {\n defaultAction: {\n serializedName: \"defaultAction\",\n type: {\n name: \"String\"\n }\n },\n ipRules: {\n serializedName: \"ipRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IpRule\"\n }\n }\n }\n },\n virtualNetworkRules: {\n serializedName: \"virtualNetworkRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkRule\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const KeyVaultProperties: msRest.CompositeMapper = {\n serializedName: \"KeyVaultProperties\",\n type: {\n name: \"Composite\",\n className: \"KeyVaultProperties\",\n modelProperties: {\n keyName: {\n serializedName: \"keyName\",\n type: {\n name: \"String\"\n }\n },\n keyVersion: {\n serializedName: \"keyVersion\",\n type: {\n name: \"String\"\n }\n },\n keyVaultUri: {\n serializedName: \"keyVaultUri\",\n type: {\n name: \"String\"\n }\n },\n identityClientId: {\n serializedName: \"identityClientId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Encryption: msRest.CompositeMapper = {\n serializedName: \"Encryption\",\n type: {\n name: \"Composite\",\n className: \"Encryption\",\n modelProperties: {\n keyVaultProperties: {\n serializedName: \"keyVaultProperties\",\n type: {\n name: \"Composite\",\n className: \"KeyVaultProperties\"\n }\n },\n keySource: {\n serializedName: \"keySource\",\n defaultValue: \"Microsoft.KeyVault\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UserOwnedStorage: msRest.CompositeMapper = {\n serializedName: \"UserOwnedStorage\",\n type: {\n name: \"Composite\",\n className: \"UserOwnedStorage\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n },\n identityClientId: {\n serializedName: \"identityClientId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpoint: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkServiceConnectionState: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n actionsRequired: {\n serializedName: \"actionsRequired\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnectionProperties: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpointConnectionProperties\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionProperties\",\n modelProperties: {\n privateEndpoint: {\n serializedName: \"privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\"\n }\n },\n privateLinkServiceConnectionState: {\n required: true,\n serializedName: \"privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\"\n }\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\"\n }\n },\n groupIds: {\n serializedName: \"groupIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\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 AzureEntityResource: msRest.CompositeMapper = {\n serializedName: \"AzureEntityResource\",\n type: {\n name: \"Composite\",\n className: \"AzureEntityResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n etag: {\n readOnly: true,\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnection: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpointConnection\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n modelProperties: {\n ...AzureEntityResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionProperties\"\n }\n },\n systemData: {\n readOnly: true,\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ApiProperties: msRest.CompositeMapper = {\n serializedName: \"ApiProperties\",\n type: {\n name: \"Composite\",\n className: \"ApiProperties\",\n modelProperties: {\n qnaRuntimeEndpoint: {\n serializedName: \"qnaRuntimeEndpoint\",\n type: {\n name: \"String\"\n }\n },\n qnaAzureSearchEndpointKey: {\n serializedName: \"qnaAzureSearchEndpointKey\",\n type: {\n name: \"String\"\n }\n },\n qnaAzureSearchEndpointId: {\n serializedName: \"qnaAzureSearchEndpointId\",\n type: {\n name: \"String\"\n }\n },\n statisticsEnabled: {\n serializedName: \"statisticsEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n eventHubConnectionString: {\n serializedName: \"eventHubConnectionString\",\n constraints: {\n MaxLength: 1000,\n Pattern: /^( *)Endpoint=sb:\\/\\/(.*);( *)SharedAccessKeyName=(.*);( *)SharedAccessKey=(.*)$/\n },\n type: {\n name: \"String\"\n }\n },\n storageAccountConnectionString: {\n serializedName: \"storageAccountConnectionString\",\n constraints: {\n MaxLength: 1000,\n Pattern: /^(( *)DefaultEndpointsProtocol=(http|https)( *);( *))?AccountName=(.*)AccountKey=(.*)EndpointSuffix=(.*)$/\n },\n type: {\n name: \"String\"\n }\n },\n aadClientId: {\n serializedName: \"aadClientId\",\n constraints: {\n MaxLength: 500\n },\n type: {\n name: \"String\"\n }\n },\n aadTenantId: {\n serializedName: \"aadTenantId\",\n constraints: {\n MaxLength: 500\n },\n type: {\n name: \"String\"\n }\n },\n superUser: {\n serializedName: \"superUser\",\n constraints: {\n MaxLength: 500\n },\n type: {\n name: \"String\"\n }\n },\n websiteName: {\n serializedName: \"websiteName\",\n constraints: {\n MaxLength: 500\n },\n type: {\n name: \"String\"\n }\n }\n },\n additionalProperties: {\n type: {\n name: \"Object\"\n }\n }\n }\n};\n\nexport const RequestMatchPattern: msRest.CompositeMapper = {\n serializedName: \"RequestMatchPattern\",\n type: {\n name: \"Composite\",\n className: \"RequestMatchPattern\",\n modelProperties: {\n path: {\n serializedName: \"path\",\n type: {\n name: \"String\"\n }\n },\n method: {\n serializedName: \"method\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ThrottlingRule: msRest.CompositeMapper = {\n serializedName: \"ThrottlingRule\",\n type: {\n name: \"Composite\",\n className: \"ThrottlingRule\",\n modelProperties: {\n key: {\n serializedName: \"key\",\n type: {\n name: \"String\"\n }\n },\n renewalPeriod: {\n serializedName: \"renewalPeriod\",\n type: {\n name: \"Number\"\n }\n },\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\"\n }\n },\n minCount: {\n serializedName: \"minCount\",\n type: {\n name: \"Number\"\n }\n },\n dynamicThrottlingEnabled: {\n serializedName: \"dynamicThrottlingEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n matchPatterns: {\n serializedName: \"matchPatterns\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RequestMatchPattern\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const CallRateLimit: msRest.CompositeMapper = {\n serializedName: \"CallRateLimit\",\n type: {\n name: \"Composite\",\n className: \"CallRateLimit\",\n modelProperties: {\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\"\n }\n },\n renewalPeriod: {\n serializedName: \"renewalPeriod\",\n type: {\n name: \"Number\"\n }\n },\n rules: {\n serializedName: \"rules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ThrottlingRule\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const QuotaLimit: msRest.CompositeMapper = {\n serializedName: \"QuotaLimit\",\n type: {\n name: \"Composite\",\n className: \"QuotaLimit\",\n modelProperties: {\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\"\n }\n },\n renewalPeriod: {\n serializedName: \"renewalPeriod\",\n type: {\n name: \"Number\"\n }\n },\n rules: {\n serializedName: \"rules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ThrottlingRule\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AccountProperties: msRest.CompositeMapper = {\n serializedName: \"AccountProperties\",\n type: {\n name: \"Composite\",\n className: \"AccountProperties\",\n modelProperties: {\n provisioningState: {\n readOnly: true,\n serializedName: \"provisioningState\",\n type: {\n name: \"String\"\n }\n },\n endpoint: {\n readOnly: true,\n serializedName: \"endpoint\",\n type: {\n name: \"String\"\n }\n },\n internalId: {\n readOnly: true,\n serializedName: \"internalId\",\n type: {\n name: \"String\"\n }\n },\n capabilities: {\n readOnly: true,\n serializedName: \"capabilities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SkuCapability\"\n }\n }\n }\n },\n isMigrated: {\n readOnly: true,\n serializedName: \"isMigrated\",\n type: {\n name: \"Boolean\"\n }\n },\n migrationToken: {\n serializedName: \"migrationToken\",\n type: {\n name: \"String\"\n }\n },\n skuChangeInfo: {\n readOnly: true,\n serializedName: \"skuChangeInfo\",\n type: {\n name: \"Composite\",\n className: \"SkuChangeInfo\"\n }\n },\n customSubDomainName: {\n serializedName: \"customSubDomainName\",\n type: {\n name: \"String\"\n }\n },\n networkAcls: {\n serializedName: \"networkAcls\",\n type: {\n name: \"Composite\",\n className: \"NetworkRuleSet\"\n }\n },\n encryption: {\n serializedName: \"encryption\",\n type: {\n name: \"Composite\",\n className: \"Encryption\"\n }\n },\n userOwnedStorage: {\n serializedName: \"userOwnedStorage\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UserOwnedStorage\"\n }\n }\n }\n },\n privateEndpointConnections: {\n readOnly: true,\n serializedName: \"privateEndpointConnections\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n },\n publicNetworkAccess: {\n serializedName: \"publicNetworkAccess\",\n type: {\n name: \"String\"\n }\n },\n apiProperties: {\n serializedName: \"apiProperties\",\n type: {\n name: \"Composite\",\n className: \"ApiProperties\",\n additionalProperties: {\n type: {\n name: \"Object\"\n }\n }\n }\n },\n dateCreated: {\n readOnly: true,\n serializedName: \"dateCreated\",\n type: {\n name: \"String\"\n }\n },\n callRateLimit: {\n readOnly: true,\n serializedName: \"callRateLimit\",\n type: {\n name: \"Composite\",\n className: \"CallRateLimit\"\n }\n },\n quotaLimit: {\n readOnly: true,\n serializedName: \"quotaLimit\",\n type: {\n name: \"Composite\",\n className: \"QuotaLimit\"\n }\n },\n restrictOutboundNetworkAccess: {\n serializedName: \"restrictOutboundNetworkAccess\",\n type: {\n name: \"Boolean\"\n }\n },\n allowedFqdnList: {\n serializedName: \"allowedFqdnList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n disableLocalAuth: {\n serializedName: \"disableLocalAuth\",\n type: {\n name: \"Boolean\"\n }\n },\n endpoints: {\n readOnly: true,\n serializedName: \"endpoints\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n restore: {\n serializedName: \"restore\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const Account: msRest.CompositeMapper = {\n serializedName: \"Account\",\n type: {\n name: \"Composite\",\n className: \"Account\",\n modelProperties: {\n ...AzureEntityResource.type.modelProperties,\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\"\n }\n },\n systemData: {\n readOnly: true,\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"AccountProperties\"\n }\n }\n }\n }\n};\n\nexport const ApiKeys: msRest.CompositeMapper = {\n serializedName: \"ApiKeys\",\n type: {\n name: \"Composite\",\n className: \"ApiKeys\",\n modelProperties: {\n key1: {\n serializedName: \"key1\",\n type: {\n name: \"String\"\n }\n },\n key2: {\n serializedName: \"key2\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RegenerateKeyParameters: msRest.CompositeMapper = {\n serializedName: \"RegenerateKeyParameters\",\n type: {\n name: \"Composite\",\n className: \"RegenerateKeyParameters\",\n modelProperties: {\n keyName: {\n required: true,\n serializedName: \"keyName\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Key1\", \"Key2\"]\n }\n }\n }\n }\n};\n\nexport const AccountSku: msRest.CompositeMapper = {\n serializedName: \"AccountSku\",\n type: {\n name: \"Composite\",\n className: \"AccountSku\",\n modelProperties: {\n resourceType: {\n serializedName: \"resourceType\",\n type: {\n name: \"String\"\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n }\n }\n }\n};\n\nexport const AccountSkuListResult: msRest.CompositeMapper = {\n serializedName: \"AccountSkuListResult\",\n type: {\n name: \"Composite\",\n className: \"AccountSkuListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccountSku\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MetricName: msRest.CompositeMapper = {\n serializedName: \"MetricName\",\n type: {\n name: \"Composite\",\n className: \"MetricName\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n },\n localizedValue: {\n serializedName: \"localizedValue\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Usage: msRest.CompositeMapper = {\n serializedName: \"Usage\",\n type: {\n name: \"Composite\",\n className: \"Usage\",\n modelProperties: {\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"MetricName\"\n }\n },\n quotaPeriod: {\n serializedName: \"quotaPeriod\",\n type: {\n name: \"String\"\n }\n },\n limit: {\n serializedName: \"limit\",\n type: {\n name: \"Number\"\n }\n },\n currentValue: {\n serializedName: \"currentValue\",\n type: {\n name: \"Number\"\n }\n },\n nextResetTime: {\n serializedName: \"nextResetTime\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UsageListResult: msRest.CompositeMapper = {\n serializedName: \"UsageListResult\",\n type: {\n name: \"Composite\",\n className: \"UsageListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Usage\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const CheckSkuAvailabilityParameter: msRest.CompositeMapper = {\n serializedName: \"CheckSkuAvailabilityParameter\",\n type: {\n name: \"Composite\",\n className: \"CheckSkuAvailabilityParameter\",\n modelProperties: {\n skus: {\n required: true,\n serializedName: \"skus\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n kind: {\n required: true,\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SkuAvailability: msRest.CompositeMapper = {\n serializedName: \"SkuAvailability\",\n type: {\n name: \"Composite\",\n className: \"SkuAvailability\",\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n skuName: {\n serializedName: \"skuName\",\n type: {\n name: \"String\"\n }\n },\n skuAvailable: {\n serializedName: \"skuAvailable\",\n type: {\n name: \"Boolean\"\n }\n },\n reason: {\n serializedName: \"reason\",\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 SkuAvailabilityListResult: msRest.CompositeMapper = {\n serializedName: \"SkuAvailabilityListResult\",\n type: {\n name: \"Composite\",\n className: \"SkuAvailabilityListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SkuAvailability\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const CheckDomainAvailabilityParameter: msRest.CompositeMapper = {\n serializedName: \"CheckDomainAvailabilityParameter\",\n type: {\n name: \"Composite\",\n className: \"CheckDomainAvailabilityParameter\",\n modelProperties: {\n subdomainName: {\n required: true,\n serializedName: \"subdomainName\",\n type: {\n name: \"String\"\n }\n },\n type: {\n required: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DomainAvailability: msRest.CompositeMapper = {\n serializedName: \"DomainAvailability\",\n type: {\n name: \"Composite\",\n className: \"DomainAvailability\",\n modelProperties: {\n isSubdomainAvailable: {\n serializedName: \"isSubdomainAvailable\",\n type: {\n name: \"Boolean\"\n }\n },\n reason: {\n serializedName: \"reason\",\n type: {\n name: \"String\"\n }\n },\n subdomainName: {\n serializedName: \"subdomainName\",\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 ResourceSkuRestrictionInfo: msRest.CompositeMapper = {\n serializedName: \"ResourceSkuRestrictionInfo\",\n type: {\n name: \"Composite\",\n className: \"ResourceSkuRestrictionInfo\",\n modelProperties: {\n locations: {\n serializedName: \"locations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n zones: {\n serializedName: \"zones\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ResourceSkuRestrictions: msRest.CompositeMapper = {\n serializedName: \"ResourceSkuRestrictions\",\n type: {\n name: \"Composite\",\n className: \"ResourceSkuRestrictions\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Location\", \"Zone\"]\n }\n },\n values: {\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n restrictionInfo: {\n serializedName: \"restrictionInfo\",\n type: {\n name: \"Composite\",\n className: \"ResourceSkuRestrictionInfo\"\n }\n },\n reasonCode: {\n serializedName: \"reasonCode\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceSku: msRest.CompositeMapper = {\n serializedName: \"ResourceSku\",\n type: {\n name: \"Composite\",\n className: \"ResourceSku\",\n modelProperties: {\n resourceType: {\n serializedName: \"resourceType\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"String\"\n }\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n },\n locations: {\n serializedName: \"locations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n restrictions: {\n serializedName: \"restrictions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceSkuRestrictions\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnectionListResult: msRest.CompositeMapper = {\n serializedName: \"PrivateEndpointConnectionListResult\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResourceProperties: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkResourceProperties\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceProperties\",\n modelProperties: {\n groupId: {\n readOnly: true,\n serializedName: \"groupId\",\n type: {\n name: \"String\"\n }\n },\n requiredMembers: {\n readOnly: true,\n serializedName: \"requiredMembers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n requiredZoneNames: {\n serializedName: \"requiredZoneNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n displayName: {\n readOnly: true,\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResource: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkResource\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceProperties\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResourceListResult: msRest.CompositeMapper = {\n serializedName: \"PrivateLinkResourceListResult\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ProxyResource: msRest.CompositeMapper = {\n serializedName: \"ProxyResource\",\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties\n }\n }\n};\n\nexport const TrackedResource: msRest.CompositeMapper = {\n serializedName: \"TrackedResource\",\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n location: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorAdditionalInfo: msRest.CompositeMapper = {\n serializedName: \"ErrorAdditionalInfo\",\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n info: {\n readOnly: true,\n serializedName: \"info\",\n type: {\n name: \"Object\"\n }\n }\n }\n }\n};\n\nexport const ErrorDetail: msRest.CompositeMapper = {\n serializedName: \"ErrorDetail\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n readOnly: true,\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n readOnly: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n target: {\n readOnly: true,\n serializedName: \"target\",\n type: {\n name: \"String\"\n }\n },\n details: {\n readOnly: true,\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n },\n additionalInfo: {\n readOnly: true,\n serializedName: \"additionalInfo\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: msRest.CompositeMapper = {\n serializedName: \"ErrorResponse\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: msRest.CompositeMapper = {\n serializedName: \"Operation_display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n readOnly: true,\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n readOnly: true,\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n readOnly: true,\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n readOnly: true,\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Operation: msRest.CompositeMapper = {\n serializedName: \"Operation\",\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n isDataAction: {\n readOnly: true,\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n },\n origin: {\n readOnly: true,\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n },\n actionType: {\n readOnly: true,\n serializedName: \"actionType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AccountListResult: msRest.CompositeMapper = {\n serializedName: \"AccountListResult\",\n type: {\n name: \"Composite\",\n className: \"AccountListResult\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Account\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ResourceSkuListResult: msRest.CompositeMapper = {\n serializedName: \"ResourceSkuListResult\",\n type: {\n name: \"Composite\",\n className: \"ResourceSkuListResult\",\n modelProperties: {\n value: {\n required: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceSku\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationListResult: msRest.CompositeMapper = {\n serializedName: \"OperationListResult\",\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const acceptLanguage: msRest.OperationParameter = {\n parameterPath: \"acceptLanguage\",\n mapper: {\n serializedName: \"accept-language\",\n defaultValue: \"en-US\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const accountName: msRest.OperationURLParameter = {\n parameterPath: \"accountName\",\n mapper: {\n required: true,\n serializedName: \"accountName\",\n constraints: {\n MaxLength: 64,\n MinLength: 2,\n Pattern: /^[a-zA-Z0-9][a-zA-Z0-9_.-]*$/\n },\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 constraints: {\n MinLength: 1\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const filter: msRest.OperationQueryParameter = {\n parameterPath: [\"options\", \"filter\"],\n mapper: {\n serializedName: \"$filter\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const location: msRest.OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n required: true,\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const nextPageLink: msRest.OperationURLParameter = {\n parameterPath: \"nextPageLink\",\n mapper: {\n required: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\nexport const privateEndpointConnectionName: msRest.OperationURLParameter = {\n parameterPath: \"privateEndpointConnectionName\",\n mapper: {\n required: true,\n serializedName: \"privateEndpointConnectionName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const resourceGroupName: msRest.OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n required: true,\n serializedName: \"resourceGroupName\",\n constraints: {\n MaxLength: 90,\n MinLength: 1,\n Pattern: /^[-\\w\\._\\(\\)]+$/\n },\n type: {\n name: \"String\"\n }\n }\n};\nexport const subscriptionId: msRest.OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n required: true,\n serializedName: \"subscriptionId\",\n constraints: {\n MinLength: 1\n },\n type: {\n name: \"String\"\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n Account,\n AccountListResult,\n AccountProperties,\n AccountSku,\n AccountSkuListResult,\n ApiKeys,\n ApiProperties,\n AzureEntityResource,\n BaseResource,\n CallRateLimit,\n Encryption,\n ErrorAdditionalInfo,\n ErrorDetail,\n ErrorResponse,\n Identity,\n IpRule,\n KeyVaultProperties,\n MetricName,\n NetworkRuleSet,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateEndpointConnectionProperties,\n PrivateLinkResource,\n PrivateLinkResourceProperties,\n PrivateLinkServiceConnectionState,\n ProxyResource,\n QuotaLimit,\n RegenerateKeyParameters,\n RequestMatchPattern,\n Resource,\n Sku,\n SkuCapability,\n SkuChangeInfo,\n SystemData,\n ThrottlingRule,\n TrackedResource,\n Usage,\n UsageListResult,\n UserAssignedIdentity,\n UserOwnedStorage,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/accountsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { CognitiveServicesManagementClientContext } from \"../cognitiveServicesManagementClientContext\";\n\n/** Class representing a Accounts. */\nexport class Accounts {\n private readonly client: CognitiveServicesManagementClientContext;\n\n /**\n * Create a Accounts.\n * @param {CognitiveServicesManagementClientContext} client Reference to the service client.\n */\n constructor(client: CognitiveServicesManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Create Cognitive Services Account. Accounts is a resource group wide resource type. It holds the\n * keys for developer to access intelligent APIs. It's also the resource type for billing.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param account The parameters to provide for the created account.\n * @param [options] The optional parameters\n * @returns Promise<Models.AccountsCreateResponse>\n */\n create(\n resourceGroupName: string,\n accountName: string,\n account: Models.Account,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.AccountsCreateResponse> {\n return this.beginCreate(resourceGroupName, accountName, account, options).then((lroPoller) =>\n lroPoller.pollUntilFinished()\n ) as Promise<Models.AccountsCreateResponse>;\n }\n\n /**\n * Updates a Cognitive Services account\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param account The parameters to provide for the created account.\n * @param [options] The optional parameters\n * @returns Promise<Models.AccountsUpdateResponse>\n */\n update(\n resourceGroupName: string,\n accountName: string,\n account: Models.Account,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.AccountsUpdateResponse> {\n return this.beginUpdate(resourceGroupName, accountName, account, options).then((lroPoller) =>\n lroPoller.pollUntilFinished()\n ) as Promise<Models.AccountsUpdateResponse>;\n }\n\n /**\n * Deletes a Cognitive Services account from the resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(\n resourceGroupName: string,\n accountName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName, accountName, options).then((lroPoller) =>\n lroPoller.pollUntilFinished()\n );\n }\n\n /**\n * Returns a Cognitive Services account specified by the parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param [options] The optional parameters\n * @returns Promise<Models.AccountsGetResponse>\n */\n get(\n resourceGroupName: string,\n accountName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.AccountsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param callback The callback\n */\n get(\n resourceGroupName: string,\n accountName: string,\n callback: msRest.ServiceCallback<Models.Account>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(\n resourceGroupName: string,\n accountName: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.Account>\n ): void;\n get(\n resourceGroupName: string,\n accountName: string,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Account>,\n callback?: msRest.ServiceCallback<Models.Account>\n ): Promise<Models.AccountsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n getOperationSpec,\n callback\n ) as Promise<Models.AccountsGetResponse>;\n }\n\n /**\n * Returns all the resources of a particular type belonging to a resource group\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param [options] The optional parameters\n * @returns Promise<Models.AccountsListByResourceGroupResponse>\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.AccountsListByResourceGroupResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param callback The callback\n */\n listByResourceGroup(\n resourceGroupName: string,\n callback: msRest.ServiceCallback<Models.AccountListResult>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroup(\n resourceGroupName: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.AccountListResult>\n ): void;\n listByResourceGroup(\n resourceGroupName: string,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AccountListResult>,\n callback?: msRest.ServiceCallback<Models.AccountListResult>\n ): Promise<Models.AccountsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listByResourceGroupOperationSpec,\n callback\n ) as Promise<Models.AccountsListByResourceGroupResponse>;\n }\n\n /**\n * Returns all the resources of a particular type belonging to a subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.AccountsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.AccountsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.AccountListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.AccountListResult>\n ): void;\n list(\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AccountListResult>,\n callback?: msRest.ServiceCallback<Models.AccountListResult>\n ): Promise<Models.AccountsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback\n ) as Promise<Models.AccountsListResponse>;\n }\n\n /**\n * Lists the account keys for the specified Cognitive Services account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param [options] The optional parameters\n * @returns Promise<Models.AccountsListKeysResponse>\n */\n listKeys(\n resourceGroupName: string,\n accountName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.AccountsListKeysResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param callback The callback\n */\n listKeys(\n resourceGroupName: string,\n accountName: string,\n callback: msRest.ServiceCallback<Models.ApiKeys>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listKeys(\n resourceGroupName: string,\n accountName: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.ApiKeys>\n ): void;\n listKeys(\n resourceGroupName: string,\n accountName: string,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApiKeys>,\n callback?: msRest.ServiceCallback<Models.ApiKeys>\n ): Promise<Models.AccountsListKeysResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listKeysOperationSpec,\n callback\n ) as Promise<Models.AccountsListKeysResponse>;\n }\n\n /**\n * Regenerates the specified account key for the specified Cognitive Services account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param keyName key name to generate (Key1|Key2). Possible values include: 'Key1', 'Key2'\n * @param [options] The optional parameters\n * @returns Promise<Models.AccountsRegenerateKeyResponse>\n */\n regenerateKey(\n resourceGroupName: string,\n accountName: string,\n keyName: Models.KeyName,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.AccountsRegenerateKeyResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param keyName key name to generate (Key1|Key2). Possible values include: 'Key1', 'Key2'\n * @param callback The callback\n */\n regenerateKey(\n resourceGroupName: string,\n accountName: string,\n keyName: Models.KeyName,\n callback: msRest.ServiceCallback<Models.ApiKeys>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param keyName key name to generate (Key1|Key2). Possible values include: 'Key1', 'Key2'\n * @param options The optional parameters\n * @param callback The callback\n */\n regenerateKey(\n resourceGroupName: string,\n accountName: string,\n keyName: Models.KeyName,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.ApiKeys>\n ): void;\n regenerateKey(\n resourceGroupName: string,\n accountName: string,\n keyName: Models.KeyName,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApiKeys>,\n callback?: msRest.ServiceCallback<Models.ApiKeys>\n ): Promise<Models.AccountsRegenerateKeyResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n keyName,\n options\n },\n regenerateKeyOperationSpec,\n callback\n ) as Promise<Models.AccountsRegenerateKeyResponse>;\n }\n\n /**\n * List available SKUs for the requested Cognitive Services account\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param [options] The optional parameters\n * @returns Promise<Models.AccountsListSkusResponse>\n */\n listSkus(\n resourceGroupName: string,\n accountName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.AccountsListSkusResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param callback The callback\n */\n listSkus(\n resourceGroupName: string,\n accountName: string,\n callback: msRest.ServiceCallback<Models.AccountSkuListResult>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listSkus(\n resourceGroupName: string,\n accountName: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.AccountSkuListResult>\n ): void;\n listSkus(\n resourceGroupName: string,\n accountName: string,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AccountSkuListResult>,\n callback?: msRest.ServiceCallback<Models.AccountSkuListResult>\n ): Promise<Models.AccountsListSkusResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listSkusOperationSpec,\n callback\n ) as Promise<Models.AccountsListSkusResponse>;\n }\n\n /**\n * Get usages for the requested Cognitive Services account\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param [options] The optional parameters\n * @returns Promise<Models.AccountsListUsagesResponse>\n */\n listUsages(\n resourceGroupName: string,\n accountName: string,\n options?: Models.AccountsListUsagesOptionalParams\n ): Promise<Models.AccountsListUsagesResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param callback The callback\n */\n listUsages(\n resourceGroupName: string,\n accountName: string,\n callback: msRest.ServiceCallback<Models.UsageListResult>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listUsages(\n resourceGroupName: string,\n accountName: string,\n options: Models.AccountsListUsagesOptionalParams,\n callback: msRest.ServiceCallback<Models.UsageListResult>\n ): void;\n listUsages(\n resourceGroupName: string,\n accountName: string,\n options?:\n | Models.AccountsListUsagesOptionalParams\n | msRest.ServiceCallback<Models.UsageListResult>,\n callback?: msRest.ServiceCallback<Models.UsageListResult>\n ): Promise<Models.AccountsListUsagesResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listUsagesOperationSpec,\n callback\n ) as Promise<Models.AccountsListUsagesResponse>;\n }\n\n /**\n * Create Cognitive Services Account. Accounts is a resource group wide resource type. It holds the\n * keys for developer to access intelligent APIs. It's also the resource type for billing.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param account The parameters to provide for the created account.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreate(\n resourceGroupName: string,\n accountName: string,\n account: Models.Account,\n options?: msRest.RequestOptionsBase\n ): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n accountName,\n account,\n options\n },\n beginCreateOperationSpec,\n options\n );\n }\n\n /**\n * Updates a Cognitive Services account\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param account The parameters to provide for the created account.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdate(\n resourceGroupName: string,\n accountName: string,\n account: Models.Account,\n options?: msRest.RequestOptionsBase\n ): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n accountName,\n account,\n options\n },\n beginUpdateOperationSpec,\n options\n );\n }\n\n /**\n * Deletes a Cognitive Services account from the resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(\n resourceGroupName: string,\n accountName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n beginDeleteMethodOperationSpec,\n options\n );\n }\n\n /**\n * Returns all the resources of a particular type belonging to a resource group\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.AccountsListByResourceGroupNextResponse>\n */\n listByResourceGroupNext(\n nextPageLink: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.AccountsListByResourceGroupNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByResourceGroupNext(\n nextPageLink: string,\n callback: msRest.ServiceCallback<Models.AccountListResult>\n ): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroupNext(\n nextPageLink: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.AccountListResult>\n ): void;\n listByResourceGroupNext(\n nextPageLink: string,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AccountListResult>,\n callback?: msRest.ServiceCallback<Models.AccountListResult>\n ): Promise<Models.AccountsListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByResourceGroupNextOperationSpec,\n callback\n ) as Promise<Models.AccountsListByResourceGroupNextResponse>;\n }\n\n /**\n * Returns all the resources of a particular type belonging to a subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.AccountsListNextResponse>\n */\n listNext(\n nextPageLink: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.AccountsListNextResponse>;\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.AccountListResult>): 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(\n nextPageLink: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.AccountListResult>\n ): void;\n listNext(\n nextPageLink: string,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AccountListResult>,\n callback?: msRest.ServiceCallback<Models.AccountListResult>\n ): Promise<Models.AccountsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback\n ) as Promise<Models.AccountsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}\",\n urlParameters: [Parameters.resourceGroupName, Parameters.accountName, Parameters.subscriptionId],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.Account\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts\",\n urlParameters: [Parameters.resourceGroupName, Parameters.subscriptionId],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.AccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/accounts\",\n urlParameters: [Parameters.subscriptionId],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.AccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listKeysOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/listKeys\",\n urlParameters: [Parameters.resourceGroupName, Parameters.accountName, Parameters.subscriptionId],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.ApiKeys\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst regenerateKeyOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/regenerateKey\",\n urlParameters: [Parameters.resourceGroupName, Parameters.accountName, Parameters.subscriptionId],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n requestBody: {\n parameterPath: {\n keyName: \"keyName\"\n },\n mapper: {\n ...Mappers.RegenerateKeyParameters,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ApiKeys\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listSkusOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/skus\",\n urlParameters: [Parameters.resourceGroupName, Parameters.accountName, Parameters.subscriptionId],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.AccountSkuListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listUsagesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/usages\",\n urlParameters: [Parameters.resourceGroupName, Parameters.accountName, Parameters.subscriptionId],\n queryParameters: [Parameters.apiVersion, Parameters.filter],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.UsageListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginCreateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}\",\n urlParameters: [Parameters.resourceGroupName, Parameters.accountName, Parameters.subscriptionId],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n requestBody: {\n parameterPath: \"account\",\n mapper: {\n ...Mappers.Account,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Account\n },\n 201: {\n bodyMapper: Mappers.Account\n },\n 202: {\n bodyMapper: Mappers.Account\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}\",\n urlParameters: [Parameters.resourceGroupName, Parameters.accountName, Parameters.subscriptionId],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n requestBody: {\n parameterPath: \"account\",\n mapper: {\n ...Mappers.Account,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Account\n },\n 202: {\n bodyMapper: Mappers.Account\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}\",\n urlParameters: [Parameters.resourceGroupName, Parameters.accountName, Parameters.subscriptionId],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByResourceGroupNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [Parameters.nextPageLink],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.AccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [Parameters.nextPageLink],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.AccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n Account,\n AccountListResult,\n AccountProperties,\n ApiProperties,\n AzureEntityResource,\n BaseResource,\n CallRateLimit,\n Encryption,\n ErrorAdditionalInfo,\n ErrorDetail,\n ErrorResponse,\n Identity,\n IpRule,\n KeyVaultProperties,\n NetworkRuleSet,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateEndpointConnectionProperties,\n PrivateLinkResource,\n PrivateLinkResourceProperties,\n PrivateLinkServiceConnectionState,\n ProxyResource,\n QuotaLimit,\n RequestMatchPattern,\n Resource,\n Sku,\n SkuCapability,\n SkuChangeInfo,\n SystemData,\n ThrottlingRule,\n TrackedResource,\n UserAssignedIdentity,\n UserOwnedStorage,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/deletedAccountsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { CognitiveServicesManagementClientContext } from \"../cognitiveServicesManagementClientContext\";\n\n/** Class representing a DeletedAccounts. */\nexport class DeletedAccounts {\n private readonly client: CognitiveServicesManagementClientContext;\n\n /**\n * Create a DeletedAccounts.\n * @param {CognitiveServicesManagementClientContext} client Reference to the service client.\n */\n constructor(client: CognitiveServicesManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Returns a Cognitive Services account specified by the parameters.\n * @param location Resource location.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param [options] The optional parameters\n * @returns Promise<Models.DeletedAccountsGetResponse>\n */\n get(\n location: string,\n resourceGroupName: string,\n accountName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.DeletedAccountsGetResponse>;\n /**\n * @param location Resource location.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param callback The callback\n */\n get(\n location: string,\n resourceGroupName: string,\n accountName: string,\n callback: msRest.ServiceCallback<Models.Account>\n ): void;\n /**\n * @param location Resource location.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(\n location: string,\n resourceGroupName: string,\n accountName: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.Account>\n ): void;\n get(\n location: string,\n resourceGroupName: string,\n accountName: string,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Account>,\n callback?: msRest.ServiceCallback<Models.Account>\n ): Promise<Models.DeletedAccountsGetResponse> {\n return this.client.sendOperationRequest(\n {\n location,\n resourceGroupName,\n accountName,\n options\n },\n getOperationSpec,\n callback\n ) as Promise<Models.DeletedAccountsGetResponse>;\n }\n\n /**\n * Deletes a Cognitive Services account from the resource group.\n * @param location Resource location.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n purge(\n location: string,\n resourceGroupName: string,\n accountName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<msRest.RestResponse> {\n return this.beginPurge(location, resourceGroupName, accountName, options).then((lroPoller) =>\n lroPoller.pollUntilFinished()\n );\n }\n\n /**\n * Returns all the resources of a particular type belonging to a subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.DeletedAccountsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.DeletedAccountsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.AccountListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.AccountListResult>\n ): void;\n list(\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AccountListResult>,\n callback?: msRest.ServiceCallback<Models.AccountListResult>\n ): Promise<Models.DeletedAccountsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback\n ) as Promise<Models.DeletedAccountsListResponse>;\n }\n\n /**\n * Deletes a Cognitive Services account from the resource group.\n * @param location Resource location.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginPurge(\n location: string,\n resourceGroupName: string,\n accountName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n location,\n resourceGroupName,\n accountName,\n options\n },\n beginPurgeOperationSpec,\n options\n );\n }\n\n /**\n * Returns all the resources of a particular type belonging to a subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.DeletedAccountsListNextResponse>\n */\n listNext(\n nextPageLink: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.DeletedAccountsListNextResponse>;\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.AccountListResult>): 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(\n nextPageLink: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.AccountListResult>\n ): void;\n listNext(\n nextPageLink: string,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AccountListResult>,\n callback?: msRest.ServiceCallback<Models.AccountListResult>\n ): Promise<Models.DeletedAccountsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback\n ) as Promise<Models.DeletedAccountsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path:\n \"subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/resourceGroups/{resourceGroupName}/deletedAccounts/{accountName}\",\n urlParameters: [\n Parameters.location,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.Account\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/deletedAccounts\",\n urlParameters: [Parameters.subscriptionId],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.AccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginPurgeOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path:\n \"subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/resourceGroups/{resourceGroupName}/deletedAccounts/{accountName}\",\n urlParameters: [\n Parameters.location,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [Parameters.nextPageLink],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.AccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ErrorAdditionalInfo,\n ErrorDetail,\n ErrorResponse,\n ResourceSku,\n ResourceSkuListResult,\n ResourceSkuRestrictionInfo,\n ResourceSkuRestrictions\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/resourceSkusMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { CognitiveServicesManagementClientContext } from \"../cognitiveServicesManagementClientContext\";\n\n/** Class representing a ResourceSkus. */\nexport class ResourceSkus {\n private readonly client: CognitiveServicesManagementClientContext;\n\n /**\n * Create a ResourceSkus.\n * @param {CognitiveServicesManagementClientContext} client Reference to the service client.\n */\n constructor(client: CognitiveServicesManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets the list of Microsoft.CognitiveServices SKUs available for your Subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.ResourceSkusListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.ResourceSkusListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.ResourceSkuListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.ResourceSkuListResult>\n ): void;\n list(\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ResourceSkuListResult>,\n callback?: msRest.ServiceCallback<Models.ResourceSkuListResult>\n ): Promise<Models.ResourceSkusListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback\n ) as Promise<Models.ResourceSkusListResponse>;\n }\n\n /**\n * Gets the list of Microsoft.CognitiveServices SKUs available for your Subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ResourceSkusListNextResponse>\n */\n listNext(\n nextPageLink: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.ResourceSkusListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(\n nextPageLink: string,\n callback: msRest.ServiceCallback<Models.ResourceSkuListResult>\n ): 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(\n nextPageLink: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.ResourceSkuListResult>\n ): void;\n listNext(\n nextPageLink: string,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ResourceSkuListResult>,\n callback?: msRest.ServiceCallback<Models.ResourceSkuListResult>\n ): Promise<Models.ResourceSkusListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback\n ) as Promise<Models.ResourceSkusListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/skus\",\n urlParameters: [Parameters.subscriptionId],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.ResourceSkuListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [Parameters.nextPageLink],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.ResourceSkuListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ErrorAdditionalInfo,\n ErrorDetail,\n ErrorResponse,\n Operation,\n OperationDisplay,\n OperationListResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/operationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { CognitiveServicesManagementClientContext } from \"../cognitiveServicesManagementClientContext\";\n\n/** Class representing a Operations. */\nexport class Operations {\n private readonly client: CognitiveServicesManagementClientContext;\n\n /**\n * Create a Operations.\n * @param {CognitiveServicesManagementClientContext} client Reference to the service client.\n */\n constructor(client: CognitiveServicesManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists all the available Cognitive Services account 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(\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.OperationListResult>\n ): void;\n list(\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationListResult>,\n callback?: msRest.ServiceCallback<Models.OperationListResult>\n ): Promise<Models.OperationsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback\n ) as Promise<Models.OperationsListResponse>;\n }\n\n /**\n * Lists all the available Cognitive Services account 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(\n nextPageLink: string,\n options?: msRest.RequestOptionsBase\n ): 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(\n nextPageLink: string,\n callback: msRest.ServiceCallback<Models.OperationListResult>\n ): 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(\n nextPageLink: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.OperationListResult>\n ): void;\n listNext(\n nextPageLink: string,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationListResult>,\n callback?: msRest.ServiceCallback<Models.OperationListResult>\n ): Promise<Models.OperationsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback\n ) 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.CognitiveServices/operations\",\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [Parameters.nextPageLink],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n Account,\n AccountProperties,\n ApiProperties,\n AzureEntityResource,\n BaseResource,\n CallRateLimit,\n Encryption,\n ErrorAdditionalInfo,\n ErrorDetail,\n ErrorResponse,\n Identity,\n IpRule,\n KeyVaultProperties,\n NetworkRuleSet,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateEndpointConnectionListResult,\n PrivateEndpointConnectionProperties,\n PrivateLinkResource,\n PrivateLinkResourceProperties,\n PrivateLinkServiceConnectionState,\n ProxyResource,\n QuotaLimit,\n RequestMatchPattern,\n Resource,\n Sku,\n SkuCapability,\n SkuChangeInfo,\n SystemData,\n ThrottlingRule,\n TrackedResource,\n UserAssignedIdentity,\n UserOwnedStorage,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/privateEndpointConnectionsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { CognitiveServicesManagementClientContext } from \"../cognitiveServicesManagementClientContext\";\n\n/** Class representing a PrivateEndpointConnections. */\nexport class PrivateEndpointConnections {\n private readonly client: CognitiveServicesManagementClientContext;\n\n /**\n * Create a PrivateEndpointConnections.\n * @param {CognitiveServicesManagementClientContext} client Reference to the service client.\n */\n constructor(client: CognitiveServicesManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets the private endpoint connections associated with the Cognitive Services account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsListResponse>\n */\n list(\n resourceGroupName: string,\n accountName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.PrivateEndpointConnectionsListResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param callback The callback\n */\n list(\n resourceGroupName: string,\n accountName: string,\n callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(\n resourceGroupName: string,\n accountName: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>\n ): void;\n list(\n resourceGroupName: string,\n accountName: string,\n options?:\n | msRest.RequestOptionsBase\n | msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>,\n callback?: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>\n ): Promise<Models.PrivateEndpointConnectionsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listOperationSpec,\n callback\n ) as Promise<Models.PrivateEndpointConnectionsListResponse>;\n }\n\n /**\n * Gets the specified private endpoint connection associated with the Cognitive Services account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Cognitive Services Account\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsGetResponse>\n */\n get(\n resourceGroupName: string,\n accountName: string,\n privateEndpointConnectionName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.PrivateEndpointConnectionsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Cognitive Services Account\n * @param callback The callback\n */\n get(\n resourceGroupName: string,\n accountName: string,\n privateEndpointConnectionName: string,\n callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Cognitive Services Account\n * @param options The optional parameters\n * @param callback The callback\n */\n get(\n resourceGroupName: string,\n accountName: string,\n privateEndpointConnectionName: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>\n ): void;\n get(\n resourceGroupName: string,\n accountName: string,\n privateEndpointConnectionName: string,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PrivateEndpointConnection>,\n callback?: msRest.ServiceCallback<Models.PrivateEndpointConnection>\n ): Promise<Models.PrivateEndpointConnectionsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n privateEndpointConnectionName,\n options\n },\n getOperationSpec,\n callback\n ) as Promise<Models.PrivateEndpointConnectionsGetResponse>;\n }\n\n /**\n * Update the state of specified private endpoint connection associated with the Cognitive Services\n * account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Cognitive Services Account\n * @param properties The private endpoint connection properties.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateEndpointConnectionsCreateOrUpdateResponse>\n */\n createOrUpdate(\n resourceGroupName: string,\n accountName: string,\n privateEndpointConnectionName: string,\n properties: Models.PrivateEndpointConnection,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.PrivateEndpointConnectionsCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(\n resourceGroupName,\n accountName,\n privateEndpointConnectionName,\n properties,\n options\n ).then((lroPoller) => lroPoller.pollUntilFinished()) as Promise<\n Models.PrivateEndpointConnectionsCreateOrUpdateResponse\n >;\n }\n\n /**\n * Deletes the specified private endpoint connection associated with the Cognitive Services\n * account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Cognitive Services Account\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(\n resourceGroupName: string,\n accountName: string,\n privateEndpointConnectionName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(\n resourceGroupName,\n accountName,\n privateEndpointConnectionName,\n options\n ).then((lroPoller) => lroPoller.pollUntilFinished());\n }\n\n /**\n * Update the state of specified private endpoint connection associated with the Cognitive Services\n * account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Cognitive Services Account\n * @param properties The private endpoint connection properties.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n accountName: string,\n privateEndpointConnectionName: string,\n properties: Models.PrivateEndpointConnection,\n options?: msRest.RequestOptionsBase\n ): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n accountName,\n privateEndpointConnectionName,\n properties,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options\n );\n }\n\n /**\n * Deletes the specified private endpoint connection associated with the Cognitive Services\n * account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with\n * the Cognitive Services Account\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(\n resourceGroupName: string,\n accountName: string,\n privateEndpointConnectionName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n accountName,\n privateEndpointConnectionName,\n options\n },\n beginDeleteMethodOperationSpec,\n options\n );\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/privateEndpointConnections\",\n urlParameters: [Parameters.resourceGroupName, Parameters.accountName, Parameters.subscriptionId],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnectionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.privateEndpointConnectionName\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.privateEndpointConnectionName\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n requestBody: {\n parameterPath: \"properties\",\n mapper: {\n ...Mappers.PrivateEndpointConnection,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n 202: {\n bodyMapper: Mappers.PrivateEndpointConnection\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n urlParameters: [\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.subscriptionId,\n Parameters.privateEndpointConnectionName\n ],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n Account,\n AccountProperties,\n ApiProperties,\n AzureEntityResource,\n BaseResource,\n CallRateLimit,\n Encryption,\n ErrorAdditionalInfo,\n ErrorDetail,\n ErrorResponse,\n Identity,\n IpRule,\n KeyVaultProperties,\n NetworkRuleSet,\n PrivateEndpoint,\n PrivateEndpointConnection,\n PrivateEndpointConnectionProperties,\n PrivateLinkResource,\n PrivateLinkResourceListResult,\n PrivateLinkResourceProperties,\n PrivateLinkServiceConnectionState,\n ProxyResource,\n QuotaLimit,\n RequestMatchPattern,\n Resource,\n Sku,\n SkuCapability,\n SkuChangeInfo,\n SystemData,\n ThrottlingRule,\n TrackedResource,\n UserAssignedIdentity,\n UserOwnedStorage,\n VirtualNetworkRule\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/privateLinkResourcesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { CognitiveServicesManagementClientContext } from \"../cognitiveServicesManagementClientContext\";\n\n/** Class representing a PrivateLinkResources. */\nexport class PrivateLinkResources {\n private readonly client: CognitiveServicesManagementClientContext;\n\n /**\n * Create a PrivateLinkResources.\n * @param {CognitiveServicesManagementClientContext} client Reference to the service client.\n */\n constructor(client: CognitiveServicesManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets the private link resources that need to be created for a Cognitive Services account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param [options] The optional parameters\n * @returns Promise<Models.PrivateLinkResourcesListResponse>\n */\n list(\n resourceGroupName: string,\n accountName: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.PrivateLinkResourcesListResponse>;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param callback The callback\n */\n list(\n resourceGroupName: string,\n accountName: string,\n callback: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>\n ): void;\n /**\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName The name of Cognitive Services account.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(\n resourceGroupName: string,\n accountName: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>\n ): void;\n list(\n resourceGroupName: string,\n accountName: string,\n options?:\n | msRest.RequestOptionsBase\n | msRest.ServiceCallback<Models.PrivateLinkResourceListResult>,\n callback?: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>\n ): Promise<Models.PrivateLinkResourcesListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n accountName,\n options\n },\n listOperationSpec,\n callback\n ) as Promise<Models.PrivateLinkResourcesListResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path:\n \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/privateLinkResources\",\n urlParameters: [Parameters.resourceGroupName, Parameters.accountName, Parameters.subscriptionId],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateLinkResourceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as Models from \"./models\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\n\nconst packageName = \"@azure/arm-cognitiveservices\";\nconst packageVersion = \"6.0.0\";\n\nexport class CognitiveServicesManagementClientContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials | TokenCredential;\n subscriptionId: string;\n apiVersion?: string;\n\n /**\n * Initializes a new instance of the CognitiveServicesManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId The ID of the target subscription.\n * @param [options] The parameter options\n */\n constructor(\n credentials: msRest.ServiceClientCredentials | TokenCredential,\n subscriptionId: string,\n options?: Models.CognitiveServicesManagementClientOptions\n ) {\n if (credentials == undefined) {\n throw new Error(\"'credentials' cannot be null.\");\n }\n if (subscriptionId == undefined) {\n throw new Error(\"'subscriptionId' cannot be null.\");\n }\n\n 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 = \"2021-04-30\";\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 (\n options.longRunningOperationRetryTimeout !== null &&\n options.longRunningOperationRetryTimeout !== undefined\n ) {\n this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;\n }\n }\n}\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\nimport * as Models from \"./models\";\nimport * as Mappers from \"./models/mappers\";\nimport * as Parameters from \"./models/parameters\";\nimport * as operations from \"./operations\";\nimport { CognitiveServicesManagementClientContext } from \"./cognitiveServicesManagementClientContext\";\n\nclass CognitiveServicesManagementClient extends CognitiveServicesManagementClientContext {\n // Operation groups\n accounts: operations.Accounts;\n deletedAccounts: operations.DeletedAccounts;\n resourceSkus: operations.ResourceSkus;\n operations: operations.Operations;\n privateEndpointConnections: operations.PrivateEndpointConnections;\n privateLinkResources: operations.PrivateLinkResources;\n\n /**\n * Initializes a new instance of the CognitiveServicesManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId The ID of the target subscription.\n * @param [options] The parameter options\n */\n constructor(\n credentials: msRest.ServiceClientCredentials | TokenCredential,\n subscriptionId: string,\n options?: Models.CognitiveServicesManagementClientOptions\n ) {\n super(credentials, subscriptionId, options);\n this.accounts = new operations.Accounts(this);\n this.deletedAccounts = new operations.DeletedAccounts(this);\n this.resourceSkus = new operations.ResourceSkus(this);\n this.operations = new operations.Operations(this);\n this.privateEndpointConnections = new operations.PrivateEndpointConnections(this);\n this.privateLinkResources = new operations.PrivateLinkResources(this);\n }\n\n /**\n * Check available SKUs.\n * @param location Resource location.\n * @param skus The SKU of the resource.\n * @param kind The Kind of the resource.\n * @param type The Type of the resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.CheckSkuAvailabilityResponse>\n */\n checkSkuAvailability(\n location: string,\n skus: string[],\n kind: string,\n type: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.CheckSkuAvailabilityResponse>;\n /**\n * @param location Resource location.\n * @param skus The SKU of the resource.\n * @param kind The Kind of the resource.\n * @param type The Type of the resource.\n * @param callback The callback\n */\n checkSkuAvailability(\n location: string,\n skus: string[],\n kind: string,\n type: string,\n callback: msRest.ServiceCallback<Models.SkuAvailabilityListResult>\n ): void;\n /**\n * @param location Resource location.\n * @param skus The SKU of the resource.\n * @param kind The Kind of the resource.\n * @param type The Type of the resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n checkSkuAvailability(\n location: string,\n skus: string[],\n kind: string,\n type: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.SkuAvailabilityListResult>\n ): void;\n checkSkuAvailability(\n location: string,\n skus: string[],\n kind: string,\n type: string,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.SkuAvailabilityListResult>,\n callback?: msRest.ServiceCallback<Models.SkuAvailabilityListResult>\n ): Promise<Models.CheckSkuAvailabilityResponse> {\n return this.sendOperationRequest(\n {\n location,\n skus,\n kind,\n type,\n options\n },\n checkSkuAvailabilityOperationSpec,\n callback\n ) as Promise<Models.CheckSkuAvailabilityResponse>;\n }\n\n /**\n * Check whether a domain is available.\n * @param subdomainName The subdomain name to use.\n * @param type The Type of the resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.CheckDomainAvailabilityResponse>\n */\n checkDomainAvailability(\n subdomainName: string,\n type: string,\n options?: msRest.RequestOptionsBase\n ): Promise<Models.CheckDomainAvailabilityResponse>;\n /**\n * @param subdomainName The subdomain name to use.\n * @param type The Type of the resource.\n * @param callback The callback\n */\n checkDomainAvailability(\n subdomainName: string,\n type: string,\n callback: msRest.ServiceCallback<Models.DomainAvailability>\n ): void;\n /**\n * @param subdomainName The subdomain name to use.\n * @param type The Type of the resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n checkDomainAvailability(\n subdomainName: string,\n type: string,\n options: msRest.RequestOptionsBase,\n callback: msRest.ServiceCallback<Models.DomainAvailability>\n ): void;\n checkDomainAvailability(\n subdomainName: string,\n type: string,\n options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DomainAvailability>,\n callback?: msRest.ServiceCallback<Models.DomainAvailability>\n ): Promise<Models.CheckDomainAvailabilityResponse> {\n return this.sendOperationRequest(\n {\n subdomainName,\n type,\n options\n },\n checkDomainAvailabilityOperationSpec,\n callback\n ) as Promise<Models.CheckDomainAvailabilityResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst checkSkuAvailabilityOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path:\n \"subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/checkSkuAvailability\",\n urlParameters: [Parameters.subscriptionId, Parameters.location],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n requestBody: {\n parameterPath: {\n skus: \"skus\",\n kind: \"kind\",\n type: \"type\"\n },\n mapper: {\n ...Mappers.CheckSkuAvailabilityParameter,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.SkuAvailabilityListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst checkDomainAvailabilityOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path:\n \"subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/checkDomainAvailability\",\n urlParameters: [Parameters.subscriptionId],\n queryParameters: [Parameters.apiVersion],\n headerParameters: [Parameters.acceptLanguage],\n requestBody: {\n parameterPath: {\n subdomainName: \"subdomainName\",\n type: \"type\"\n },\n mapper: {\n ...Mappers.CheckDomainAvailabilityParameter,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.DomainAvailability\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nexport {\n CognitiveServicesManagementClient,\n CognitiveServicesManagementClientContext,\n Models as CognitiveServicesManagementModels,\n Mappers as CognitiveServicesManagementMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","msRest.Serializer","Mappers","Parameters.resourceGroupName","Parameters.accountName","Parameters.subscriptionId","Parameters.apiVersion","Parameters.acceptLanguage","Mappers.Account","Mappers.ErrorResponse","Mappers.AccountListResult","Mappers.ApiKeys","Mappers.RegenerateKeyParameters","Mappers.AccountSkuListResult","Parameters.filter","Mappers.UsageListResult","Parameters.nextPageLink","getOperationSpec","listOperationSpec","listNextOperationSpec","serializer","Parameters.location","Mappers.ResourceSkuListResult","Mappers.OperationListResult","beginDeleteMethodOperationSpec","Mappers.PrivateEndpointConnectionListResult","Parameters.privateEndpointConnectionName","Mappers.PrivateEndpointConnection","Mappers.PrivateLinkResourceListResult","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.Accounts","operations.DeletedAccounts","operations.ResourceSkus","operations.Operations","operations.PrivateEndpointConnections","operations.PrivateLinkResources","Mappers.CheckSkuAvailabilityParameter","Mappers.SkuAvailabilityListResult","Mappers.CheckDomainAvailabilityParameter","Mappers.DomainAvailability"],"mappings":"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"}
|